Add documentation for decodebin2 that indicates that the API is still unstable.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * docs/plugins/Makefile.am:
4         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6         * docs/plugins/inspect/plugin-decodebin2.xml:
7         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
8         Add documentation for decodebin2 that indicates that the API
9         is still unstable.
10
11 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
12
13         * configure.ac:
14         Update to 0.10.11.2 (0.10.12 pre-release)
15
16 2007-03-01  Wim Taymans  <wim@fluendo.com>
17
18         * gst-libs/gst/audio/gstbaseaudiosink.c:
19         (gst_base_audio_sink_async_play):
20         base time is irrelevant here.
21
22 2007-03-01  Wim Taymans  <wim@fluendo.com>
23
24         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
25         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
26         Improve debugging.
27
28         * gst-libs/gst/audio/gstbaseaudiosink.c:
29         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
30         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
31         Improve latency and clock slaving calculations.
32         Improve slave clock calibration.
33
34         * gst-libs/gst/audio/gstringbuffer.c:
35         (gst_ring_buffer_commit_full):
36         When we are asked to render N sample to 0 bytes, return N.
37
38 2007-03-01  Wim Taymans  <wim@fluendo.com>
39
40         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
41         (gst_alsasink_write), (gst_alsasink_reset):
42         * ext/alsa/gstalsasink.h:
43         Remove unused dispose function.
44         Rename lock to not interfere with alsasrc lock.
45
46         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
47         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
48         (gst_alsasrc_read), (gst_alsasrc_reset):
49         * ext/alsa/gstalsasrc.h:
50         Implement finalize function.
51         Use lock to protect alsa access.
52         Implement _reset.
53         Fine tune sw params.
54
55 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
56
57         * configure.ac:
58           Convert to new AG_GST style.
59
60 2007-02-28  Wim Taymans  <wim@fluendo.com>
61
62         Patch by: Ed Catmur <ed at catmur dot co dot uk>
63
64         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
65         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
66         Fix race condition when rapidly switching visualisations in playbin.
67         Fixes #401029.
68
69 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
70
71         * tests/check/Makefile.am:
72         Include local stuff before system installed things in LDFLAGS and
73         CFLAGS.
74
75 2007-02-28  Wim Taymans  <wim@fluendo.com>
76
77         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
78         Improve debugging.
79
80 2007-02-28  Wim Taymans  <wim@fluendo.com>
81
82         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
83         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
84         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
85         Fix duration and timestamping, taking latency into account.
86         Implement latency query.
87
88 2007-02-28  Wim Taymans  <wim@fluendo.com>
89
90         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
91         (gst_audio_clock_new):
92         Fix clock name.
93
94         * gst-libs/gst/audio/gstbaseaudiosink.c:
95         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
96         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
97         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
98         (gst_base_audio_src_create):
99         Improve latency query code.
100         Use proper clock names.
101
102 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
103
104         * tests/check/generic/states.c: (GST_START_TEST):
105           Copy the states.c test from core again
106         * tests/check/Makefile.am:
107           ignore cdio and cdparanoiasrc
108
109 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
110
111         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
112         (double_hq), (audio_convert_get_func_index), (check_default),
113         (audio_convert_prepare_context), (audio_convert_convert):
114           Also make valgrind happy and avoid copying data in some cases.
115
116 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
117
118         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
119         (double_hq), (audio_convert_get_func_index),
120         (audio_convert_prepare_context), (audio_convert_convert):
121         * gst/audioconvert/gstaudioconvert.c:
122         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
123         (gst_audio_convert_transform_caps):
124         * tests/check/elements/audioconvert.c: (GST_START_TEST),
125         (audioconvert_suite):
126           Don't run inplace if that overwrites source data as we go. Add more
127           tests. Fixes #339837 even more.
128
129 2007-02-27  Julien MOUTTE  <julien@moutte.net>
130
131         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
132         (msg_segment_done): Fix various seeking bugs (Slider was not
133         updating when doing a non flushing seek, Reverse playback 
134         on segment seek was wrong).
135
136 2007-02-26  Wim Taymans  <wim@fluendo.com>
137
138         * tests/examples/seek/seek.c: (stop_seek):
139         When we stop scrubbing, don't leave the pipeline PLAYING when we
140         requested a PAUSED state.
141
142 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
143
144         Patch by: René Stadler <mail at renestadler de>
145
146         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
147           Parse date strings in vorbis comments that have an invalid (zero)
148           month or day (#410396).
149
150         * tests/check/libs/tag.c: (GST_START_TEST):
151           Test case for the above.
152
153 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
154
155         Patch by: Loïc Minier <lool+gnome at via ecp fr>
156
157         * configure.ac:
158         * ext/alsa/Makefile.am:
159         * gst/audiotestsrc/Makefile.am:
160           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
161
162 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
163
164         * gst/playback/gstplaybin.c:
165           Improve docs: point out that the application needs to assist playbin
166           with buffering.
167
168 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
169
170         * gst-libs/gst/utils/install-plugins.c:
171         * gst-libs/gst/utils/missing-plugins.c:
172         * tests/check/libs/utils.c: (missing_msg_check_getters):
173           Change GStreamer marker prefix in detail string from 'gstreamer.net'
174           to just 'gstreamer'. Document the caps string component of the
175           decoder/encoder detail a bit better, since not everyone will be
176           familiar with the GStreamer media type/caps system (but they better
177           enjoy nested itemized lists).
178
179 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
180
181         * gst-libs/gst/netbuffer/gstnetbuffer.c:
182         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
183           Fix copying of GstNetBuffer (would crash before, or at least lead to
184           invalid memory access, #410772), for now by copying the GstBuffer copy
185           code from the core over here so we can copy the GstBuffer fields on a
186           provided buffer instance (of type GstNetBuffer in this case). Would be
187           better to fix this with some support by the core though (and in the long
188           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
189
190         * tests/check/Makefile.am:
191           Enable unit test for GstNetBuffer.
192
193 2007-02-22  Andy Wingo  <wingo@pobox.com>
194
195         * gst-libs/gst/audio/gstbaseaudiosink.c
196         (gst_base_audio_sink_init): Disable pull-mode activation until we
197         figure out how to make audio sinks go to PLAYING.
198
199 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
200
201         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
202         (double_hq), (audio_convert_get_func_index),
203         (audio_convert_prepare_context), (audio_convert_convert):
204         * gst/audioconvert/audioconvert.h:
205         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
206         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
207         * gst/audioconvert/gstchannelmix.h:
208         * tests/check/elements/audioconvert.c: (GST_START_TEST):
209           Add float as an intermediate format, as well as float mixing. Enable
210           test that was failing before. Fixes #339837
211
212 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
213
214         * tests/examples/seek/seek.c: (do_seek):
215         Undo the previous commit: -1 as a stop time implies that the stop
216         time is the end of file, clearing any previously configured segment.
217
218 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
219
220         * tests/examples/seek/seek.c: (do_seek):
221         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
222
223 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
224
225         * gst/volume/gstvolume.c: (volume_process_int16),
226         (volume_process_int16_clamp), (volume_set_caps):
227           Unbreak volume, value remains gint.
228
229 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
230
231         * gst/volume/gstvolume.c: (volume_choose_func),
232         (volume_update_real_volume), (gst_volume_set_volume),
233         (gst_volume_init), (volume_process_double), (volume_process_float),
234         (volume_process_int16), (volume_process_int16_clamp),
235         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
236         * gst/volume/gstvolume.h:
237           Extend float audio support (double) and some int->uint cleanups.
238
239 2007-02-20  Edward Hervey  <edward@fluendo.com>
240
241         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
242         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
243         (sort_end_pads), (gst_decode_group_expose),
244         (gst_decode_group_hide):
245         Don't free groups from the streaming threads. Just put them aside and
246         free them in dispose.
247
248 2007-02-20  Edward Hervey  <edward@fluendo.com>
249
250         * gst/playback/gstdecodebin2.c: (connect_element),
251         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
252         (sort_end_pads), (gst_decode_group_expose):
253         Handle dynamic pads within groups.
254         Sort pads before exposing them in order to make playbin happy.
255         There still is a race with the multiqueue filling up. This should be
256         solved separately.
257         Fixes #398721
258
259 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
260
261         * gst-libs/gst/utils/base-utils.c:
262         * gst-libs/gst/utils/descriptions.c:
263         * gst-libs/gst/utils/install-plugins.c:
264         * gst-libs/gst/utils/missing-plugins.c:
265           Some more docs (and descriptions for two subtitle formats).
266
267 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
268
269         * gst-libs/gst/audio/audio.c:
270           Fix documentation.
271
272 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
273
274         Patch by: Yves Lefebvre  <ivanohe abacom com>
275
276         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
277           Don't leak caps. Fixes #408278.
278
279 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
280
281         * ext/cdparanoia/gstcdparanoiasrc.h:
282         * ext/ogg/gstoggdemux.h:
283         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
284         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
285         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
286         * gst-libs/gst/audio/audio.h:
287         * gst-libs/gst/audio/gstaudiofilter.h:
288         * gst-libs/gst/interfaces/videoorientation.h:
289         * gst/adder/gstadder.h:
290           More docs coverage and some ChangeLog surgery (add missing names)
291
292 2007-02-15  Wim Taymans  <wim@fluendo.com>
293
294         * sys/ximage/ximagesink.c:
295         (gst_ximagesink_calculate_pixel_aspect_ratio):
296         * sys/xvimage/xvimagesink.c:
297         (gst_xvimagesink_calculate_pixel_aspect_ratio):
298         Small constifications.
299
300 2007-02-15  Wim Taymans  <wim@fluendo.com>
301
302         * gst-libs/gst/audio/gstbaseaudiosink.c:
303         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
304         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
305         (gst_base_audio_sink_async_play),
306         (gst_base_audio_sink_change_state):
307         Answer latency query.
308         Use configured latency when syncing.
309         Fix clock slaving.
310
311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
312         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
313         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
314         Fix possible memleak.
315         Implement latency query.
316         Small cleanups.
317
318 2007-02-15  Wim Taymans  <wim@fluendo.com>
319
320         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
321         Ignore errors in reset, these are not fatal. They also grab the element
322         lock which is already taking when this function is called. Fixes
323         #405451.
324
325 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
326
327         * configure.ac:
328           Remove 'tests/examples/xerror/Makefile' from output files again.
329
330 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
331
332         * configure.ac:
333         * docs/plugins/Makefile.am:
334           Also crossref against gst-plugins-base-libs.
335
336 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
337
338         * configure.ac:
339         * docs/libs/Makefile.am:
340         * docs/plugins/Makefile.am:
341           Add crossreferences to glib/gobject/gstream docs.
342
343         * gst-libs/gst/audio/audio.h:
344           Source formatting.
345
346         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
347           Add own debug category.
348
349 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
350
351         Patch by: René Stadler <mail at renestadler de>
352
353         * gst-libs/gst/tag/gstvorbistag.c:
354           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
355           (#403597).
356
357 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
358
359         * gst/playback/gstplaybasebin.c: (setup_source):
360           When we have external subtitles and wait for the subtitle decodebin
361           to get up and running, we set up a (sync) bus handler for the
362           subtitle decodebin, so we can stop waiting when it posts an error
363           message. However, we should do that before we set the subtitle
364           decodebin's state to playing, otherwise things are racy and we might
365           miss error messages posted before we had a chance to set up the bus.
366           This should finally fix totem hanging on .txt pseudo-subtitle files.
367           
368 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
369
370         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
371           Use gst_gdouble_to_guint64 for conversions.
372         * win32/common/config.h.in:
373           Add a define for GST_INSTALL_PLUGINS_HELPER
374         * win32/common/libgstaudio.def:
375         * win32/common/libgstcdda.def:
376         * win32/common/libgstnetbuffer.def:
377         * win32/common/libgstrtp.def:
378         * win32/common/libgutils.def:
379           Add new exported functions.
380         * win32/vs6/gst_plugins_base.dsw:
381         * win32/vs6/libgstdecodebin.dsp:
382         * win32/vs6/libgstnetbuffer.dsp:
383         * win32/vs6/libgstplaybin.dsp:
384         * win32/vs6/libgstrtp.dsp:
385         * win32/vs6/libgstvorbis.dsp:
386         * win32/vs6/libgstcdda.dsp:
387         * win32/vs6/libgstgdp.dsp:
388         * win32/vs6/libgstutils.dsp:
389           Update and add new project files.
390
391 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
392
393         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
394         (subrip_remove_unhandled_tags), (parse_subrip):
395           For SubRip (.srt) subtitles, ignore all markup tags we don't
396           handle (like font tags, for example).
397
398         * tests/check/elements/subparse.c:
399           Add test for this.
400
401 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
402
403         * gst/playback/gstdecodebin.c: (add_fakesink),
404         (gst_decode_bin_change_state):
405         * gst/playback/gstdecodebin2.c: (add_fakesink),
406         (gst_decode_bin_change_state):
407           Don't error out if there is no fakesink in the NULL to READY state
408           change, since when decodebin is re-used, we're only adding the
409           fakesink element in READY to PAUSED.
410
411         * tests/check/elements/decodebin.c:
412         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
413         (decodebin_suite):
414           Minimal unit test to make sure we can use the same decodebin
415           instance twice (at least with audiotestsrc input).
416
417 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
418
419         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
420           Try to get devic-name from device string first, and from handle only
421           as fallback (seems to yield better results and is more robust
422           against buggy probing code on the application side).
423
424 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
425
426         Based on patch by: Julien Puydt <julien.puydt at laposte net>
427
428         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
429         (gst_alsa_find_device_name):
430         * ext/alsa/gstalsa.h:
431         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
432         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
433           Improve device-name detection a bit, especially in the case where
434           the device is not actually open (#405020, #405024). Move common code
435           into gstalsa.c instead of duplicating it.
436
437 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
438
439         * gst/audioconvert/gstaudioconvert.c:
440           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
441
442 2007-02-06  Julien MOUTTE  <julien@moutte.net>
443
444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
445         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
446         (gst_xvimagesink_interface_supported),
447         (gst_xvimagesink_probe_get_properties),
448         (gst_xvimagesink_probe_probe_property),
449         (gst_xvimagesink_probe_needs_probe),
450         (gst_xvimagesink_probe_get_values),
451         (gst_xvimagesink_property_probe_interface_init),
452         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
453         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
454         (gst_xvimagesink_get_type):
455         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
456         for XVAdaptors so that one can choose the adaptor to use with 
457         gstreamer-properties.
458
459 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
460
461         * gst/audioconvert/gstaudioconvert.c:
462           Also mention that a conversion from double to float is suboptimal still.
463
464 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
465
466         * gst-libs/gst/audio/gstaudiofilter.c:
467         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
468           Clear our formats structure and free the caps contained in it when
469           shutting down.
470
471 2007-02-05  Andy Wingo  <wingo@pobox.com>
472
473         * gst-libs/gst/audio/gstbaseaudiosink.c
474         (gst_base_audio_sink_callback): Update basesink->offset so that we
475         pull monotonically increasing offsets instead of, um, seeking back
476         to 0 each time. Fixes alsasrc ! alsasink!
477
478 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
479
480         * gst/videoscale/gstvideoscale.c:
481           A width and height of 1 makes us crash, so increase minimum size to
482           2x2 pixels until someone feels like fixing this (#404512).
483
484 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
485
486         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
487           Add small test to make sure request pads are cleaned up properly
488           even if oggmux never changes state out of NULL.
489
490 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
491
492         * tests/check/libs/utils.c: (GST_START_TEST):
493           Fix unit test. Turns out things work much better when you
494           NULL-terminate string arrays. Should make p5 build bot happy again.
495
496 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
497
498         * gst-libs/gst/audio/Makefile.am:
499         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
500         (gst_audio_filter_template_base_init),
501         (gst_audio_filter_template_class_init),
502         (gst_audio_filter_template_init),
503         (gst_audio_filter_template_set_property),
504         (gst_audio_filter_template_get_property),
505         (gst_audio_filter_template_setup),
506         (gst_audio_filter_template_filter),
507         (gst_audio_filter_template_filter_inplace), (plugin_init):
508           Oops, forgot to commit fixed-up example.
509
510 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
511
512         * docs/libs/gst-plugins-base-libs-sections.txt:
513         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
514         (gst_audio_filter_class_init), (gst_audio_filter_init),
515         (gst_audio_filter_set_caps),
516         (gst_audio_filter_class_add_pad_templates):
517         * gst-libs/gst/audio/gstaudiofilter.h:
518           Port GstAudioFilter to 0.10. This change technically breaks
519           API and ABI (and thus also every library developer's heart),
520           but seems justifiable on the grounds that the base class was
521           completely unusable before (ie. would crash immediately when
522           actually used). Fixes #403963 (and eventually also #403572).
523           Also document all of this a bit.
524
525 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
526
527         * gst-libs/gst/utils/install-plugins.c:
528         (gst_install_plugins_spawn_child):
529         * tests/check/libs/utils.c:
530         (test_base_utils_install_plugins_do_callout):
531           Lowering log level to see why things fail on the p5 build bot;
532           fix some typos in unit test messages.
533
534 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
535
536         * tests/check/libs/utils.c:
537         (test_base_utils_install_plugins_do_callout):
538           Don't hard-code temp directory for test helper; use GLib functions
539           to write out file and do error checking etc.
540
541 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
542
543         * gst-libs/gst/utils/Makefile.am:
544         * gst-libs/gst/utils/base-utils.h:
545         * gst-libs/gst/utils/install-plugins.c:
546         (gst_install_plugins_context_set_xid),
547         (gst_install_plugins_context_new),
548         (gst_install_plugins_context_free),
549         (gst_install_plugins_get_helper),
550         (gst_install_plugins_spawn_child),
551         (gst_install_plugins_return_from_status),
552         (gst_install_plugins_installer_exited),
553         (gst_install_plugins_async), (gst_install_plugins_sync),
554         (gst_install_plugins_return_get_name),
555         (gst_install_plugins_installation_in_progress):
556         * gst-libs/gst/utils/install-plugins.h:
557           API: add API for applications to initiate installation of missing
558           plugins, ie. gst_install_plugins_async() primarily.
559           Based on libgimme-codec by Ryan Lortie.
560
561         * configure.ac:
562           Add --with-install-plugins-helper configure option so distros can specify
563           the path of the helper script or program to call when plugin installation
564           is requested (distros: please do any argument munging in this helper
565           script instead of patching GStreamer to pass arguments differently
566           to another program directly).
567
568         * docs/libs/gst-plugins-base-libs-docs.sgml:
569         * docs/libs/gst-plugins-base-libs-sections.txt:
570           Build and document new API.
571
572         * tests/check/libs/utils.c: (result_cb),
573         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
574         (libgstbaseutils_suite):
575           Some simple checks for the new API.
576
577 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * tests/check/elements/audioconvert.c: (test_float_conversion):
580           Add small test for 32bit float <=> 64bit float conversion (works
581           only one way so far, 32=>64 produces structured noise).
582
583 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
584
585         * gst/audioconvert/gstaudioconvert.c:
586         (set_structure_widths_32_and_64), (make_lossless_changes):
587           We don't support floats with a width of 40, 48 or 56 bits.
588
589 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
590
591         * gst/audioconvert/audioconvert.c: (float), (double),
592         (audio_convert_get_func_index):
593         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
594         (make_lossless_changes):
595           Support for 64-bit float audio in audioconvert (#339837)
596
597 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
598
599         Patch by: Holger Wansing  <linux wansing-online de>
600
601         * po/LINGUAS:
602         * po/de.po:
603           Add German translation (#352069).
604
605 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
606
607         reviewed by: Wim Taymans <wim@fluendo.com>
608
609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
610         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
611         Use newly added GstCollectPads API to free the allocated resources in
612         the GstOggPad structures (#402393).
613
614 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
615
616         * gst/playback/gstplaybin.c: (gen_vis_element):
617           Add audioresample+audioconvert in front of the visualisation
618           element, so that elements like libvisual 0.4 that don't support all
619           samplerates can work.
620
621           Fixes: #402505
622
623 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
624
625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
626         (gst_play_base_bin_get_streaminfo_value_array):
627           Take some locks and make a copy of the streaminfo value array we
628           maintain while holding the lock, so that the application can
629           retrieve the stream-info as a value array in a thread-safe way.
630
631 2007-01-30  Wim Taymans  <wim@fluendo.com>
632
633         * gst/audioconvert/gstaudioconvert.c:
634         Don't fail on 0 sized buffers. Fixes #396835.
635
636 2007-01-29  David Schleef  <ds@schleef.org>
637
638         * gst/typefind/gsttypefindfunctions.c:
639           Detect BBCD as video/x-dirac, so we can play raw dirac
640           streams.
641
642 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
643
644         * ext/theora/theoraenc.c: (theora_enc_chain):
645           Check return value of theora_encode_header(), or we might try to
646           allocate a random number of bytes. theora_encode_header() can fail
647           if libtheora has been compiled with encoding support disabled.
648           Fixes #398110.
649
650 2007-01-29  Wim Taymans  <wim@fluendo.com>
651
652         * tests/check/gst/.cvsignore:
653         Do as buildbot says.
654
655 2007-01-29  Wim Taymans  <wim@fluendo.com>
656
657         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
658         Fix strides in libvisual. Gst uses X strides.
659         Inspired by: <ed at catmur dot co dot uk> and 
660         <tim at centricular dot net>
661         Fixes #401118.
662
663 2007-01-27  Wim Taymans  <wim@fluendo.com>
664
665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
666         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
667         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
668         (gst_ogg_demux_perform_seek),
669         (gst_ogg_demux_bisect_forward_serialno),
670         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
671         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
672         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
673         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
674         * ext/ogg/gstoggdemux.h:
675         Properly propagate streaming errors when we are scanning the file for
676         chains so that we don't crash when shut down. Might fix some crashers
677         when quickly switching oggs in RB such as #332503 and #378436.
678
679 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
680
681         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
682           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
683           error code as well.
684
685 2007-01-25  Wim Taymans  <wim@fluendo.com>
686
687         * gst/playback/gstplaybasebin.c: (remove_source):
688         Don't try to disconnect a signal from a finalized object.
689
690 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
691
692         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
693           Cast lock macro parameters to make sure we're actually accessing the
694           lock member at the right class level. Free list itself in _dispose()
695           as well and NULL it in case dispose gets called multiple times.
696
697 2007-01-25  Edward Hervey  <edward@fluendo.com>
698
699         * gst/playback/gstdecodebin2.c:
700         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
701         Free GstDecodeGroups no longer used.
702         (gst_decode_group_expose):
703         Don't unlock too many times !
704         (deactivate_free_recursive):
705         Free iterator once we're done with it.
706         Fix for recursively deactivating elements (stop at ghostpads).
707
708 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
709
710         * gst/playback/gstplaybin.c: (handoff):
711           Fix up caps on the frame buffer before we save it and potentially
712           make it accessible to other threads via g_object_get; also use
713           gst_buffer_replace() instead of gst_mini_object_replace().
714
715 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
716
717         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
718           Make getting the current frame thread-safe.
719
720 2007-01-25  Edward Hervey  <edward@fluendo.com>
721
722         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
723         (gst_decode_group_new), (gst_decode_group_free):
724         Set queues to bigger sizes to cope with HD contents.
725         Fix some mutex freeing and add comment about MT safe methods.
726
727 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
728
729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
730         (gst_text_overlay_text_event):
731           Don't unnecessarily ref (and then leak) upstream events if the text
732           pad is not linked. Fixes #399948.
733
734         * tests/check/gst-plugins-base.supp:
735           Add suppression for pango on edgy/x86 for textoverlay test.
736
737 2007-01-24  Wim Taymans  <wim@fluendo.com>
738
739         * gst-libs/gst/rtp/gstrtpbuffer.h:
740         Add some more fixed payloads.
741
742 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
743
744         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
745           Error out properly if we get an error from libogg while reading the
746           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
747
748 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
749
750         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
751           Don't leak mutex.
752
753         * tests/check/elements/playbin.c:
754         (test_sink_usage_video_only_stream),
755         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
756         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
757         (test_missing_suburisource_handler),
758         (test_missing_primary_decoder), (playbin_suite):
759           Run all tests once with decodebin and once with decodebin2.
760           One test does not pass yet with decodebin2.
761
762 2007-01-23  Edward Hervey  <edward@fluendo.com>
763
764         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
765         Fix the cases where oggmux doesn't properly figure out that all
766         sinkpads have gone EOS, and therefore doesn't push out the remaining
767         buffers and the final EOS event.
768         Fixes #363379
769
770 2007-01-23  Julien MOUTTE  <julien@moutte.net>
771
772         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
774         Don't lock on navigation event push, just on keysym to string.
775         Fixes #397673 again.
776
777 2007-01-22  Edward Hervey  <edward@fluendo.com>
778
779         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
780         (get_current_group), (group_demuxer_event_probe),
781         (gst_decode_group_expose), (deactivate_free_recursive),
782         (gst_decode_group_free):
783         Cleanups.
784         Don't forget to emit 'no-more-pads' once a group is exposed.
785         Cleanup elements from a DecodeGroup once we remove it.
786         Protect call to gst_decode_group_expose() with the decodebin lock.
787
788 2007-01-22  Julien MOUTTE  <julien@moutte.net>
789
790         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
792         Looking at Xorg code i can't figure out if that XKeysymToString
793         function is thread sensible or not. Lock it just in case as
794         recommended by Radek Doulik <rodo at ximian dot com>.
795
796 2007-01-22  Julien MOUTTE  <julien@moutte.net>
797
798         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
800         Lock that X Call as well. Fixes #397673.
801
802 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
803
804         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
805           Don't go into an endless loop if the file starts with 00 00 01 2X,
806           like quicktime redirect files might. Fixes #396042.
807
808         * tests/check/Makefile.am:
809         * tests/check/gst/.cvsignore:
810         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
811         (typefindfunctions_suite):
812           Add unit test for the above.
813
814 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
815
816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
817           On second thought, use "depth" field rather than "bpp" field.
818
819 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
820
821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
822           Camtasia caps apparently need a bpp field (#398875).
823
824 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
825
826         * gst/playback/gstplaybasebin.c: (setup_subtitle),
827         (gen_source_element), (gst_play_base_bin_change_state):
828           Attempt at a better error message in case we don't have the required
829           URI handler installed; post missing-plugin message also when we're
830           missing an URI handler for the subtitle URI; clean up properly also
831           when an error occurs and we never made it to PAUSED state.
832
833         * tests/check/elements/playbin.c: (GST_START_TEST),
834         (playbin_suite):
835           Check that we're also getting a missing-plugin messsage for a
836           missing subtitle URI handler (and clean up properly).
837
838 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
839
840         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
841           Plug a few reference leaks.
842
843 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
844
845         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
846           Lower probability a bit if the marker isn't right at the start,
847           to decrease the chance of false positives.
848
849 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
850
851         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
852           Small mpeg2 system stream typefinding improvement: make typefinder
853           probe a bit into the stream instead of just looking for a marker
854           at the beginning. Fixes #397810.
855
856 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
857
858         * gst/audioconvert/gstchannelmix.c:
859           Remove compatibility cruft for prehistoric GLib versions.
860
861 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
862
863         * gst/playback/Makefile.am:
864         * gst/playback/gstdecodebin.c: (close_pad_link):
865         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
867         (gst_play_base_bin_handle_message_func), (unknown_type):
868           Let decodebin be the element to post missing-plugin messages for
869           missing decoders (rather than playbin); make playbin implement
870           GstBin::handle_message so we can suppress missing-plugin messages
871           for types we're not handling on purpose (don't want to bring up an
872           installer in those cases).
873
874 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
875
876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
877         * gst-libs/gst/tag/gstvorbistag.c:
878         (gst_tag_list_to_vorbiscomment_buffer):
879         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
880           Fix potentially unaligned access (#397207).
881
882 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
883
884         * tests/examples/seek/seek.c: (set_scale), (update_scale),
885         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
886         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
887         (main):
888           Allow to toggle looping while it plays. Fix callback prototype. Clean
889           up code a bit more. Add copyright header.
890
891 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
892
893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
894           Red and blue mask was swapped (spotted by Dan Williams).
895
896 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
897
898         * gst-libs/gst/tag/gstid3tag.c:
899         * gst-libs/gst/tag/gstvorbistag.c:
900           Use new beats-per-minute tag from core.
901
902 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
903
904         * po/POTFILES.in:
905           Add new files with translatable strings, so they actually make it
906           into the template file one day.
907
908 2007-01-12  Andy Wingo  <wingo@pobox.com>
909
910         * gst-libs/gst/audio/gstbaseaudiosink.c
911         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
912         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
913         stuff, as the base class handles this now. Actually tell the ring
914         buffer to start.
915         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
916         How did this work before? Maybe I'm not as awesome a programmer as
917         I think.
918
919         * gst-libs/gst/audio/gstbaseaudiosrc.c
920         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
921         of a pad function.
922
923 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
924
925         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
926           Remove more fields so that the application can better blacklist
927           formats that have been tried before.
928
929 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
930
931         * gst-libs/gst/audio/mixerutils.h:
932           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
933           used when compiling with c++ compilers as well.
934
935 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
936
937         * gst/typefind/gsttypefindfunctions.c:
938           Fix comment.
939
940 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
941
942         * gst/playback/gstplaybin.c: (post_missing_element_message),
943         (gen_video_element), (gen_text_element), (gen_audio_element),
944         (gen_vis_element):
945           Post missing-plugin messages also when we error out because
946           converters, textoverlay or auto*sinks are missing (#161922).
947
948 2007-01-10  Wim Taymans  <wim@fluendo.com>
949
950         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
951         (is_demuxer_element), (new_caps):
952         * gst/playback/gstplaybasebin.c: (source_new_pad):
953         Fix the case where we try to ref a NULL element when we delay a link
954         because of unfixed caps.
955         Set the state of autoplugged decodebins to PAUSED.
956         RTSP now works in playbin, we can remove it from the blacklist.
957
958 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
959
960         * gst/playback/Makefile.am:
961         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
962         (unknown_type), (setup_subtitle), (gen_source_element):
963         * gst/playback/gstplaybin.c: (plugin_init):
964           Post missing-plugin messages on the bus for missing sources and
965           missing decoders/demuxers/depayloaders; fix error code used when
966           we're missing an URI handler source; for media types that we are not
967           handling on purpose at the moment, don't print "don't know how to
968           handle xyz" messages to the terminal or post missing-plugin
969           messages on the bus.
970
971         * tests/check/elements/playbin.c: (create_playbin),
972         (GST_START_TEST), (gst_codec_src_uri_get_type),
973         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
974         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
975         (gst_codec_src_init_type), (gst_codec_src_base_init),
976         (gst_codec_src_create), (gst_codec_src_class_init),
977         (gst_codec_src_init), (plugin_init), (playbin_suite):
978           Add some tests for the missing-plugin stuff.
979
980 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
981
982         * configure.ac:
983         * gst-libs/gst/Makefile.am:
984         * gst-libs/gst/utils/Makefile.am:
985         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
986         * gst-libs/gst/utils/base-utils.h:
987         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
988         (find_format_info), (caps_are_rtp_caps),
989         (gst_base_utils_get_source_description),
990         (gst_base_utils_get_sink_description),
991         (gst_base_utils_get_decoder_description),
992         (gst_base_utils_get_encoder_description),
993         (gst_base_utils_get_element_description),
994         (gst_base_utils_add_codec_description_to_tag_list),
995         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
996         * gst-libs/gst/utils/descriptions.h:
997         * gst-libs/gst/utils/missing-plugins.c:
998         (missing_structure_get_type), (copy_and_clean_caps),
999         (gst_missing_uri_source_message_new),
1000         (gst_missing_uri_sink_message_new),
1001         (gst_missing_element_message_new),
1002         (gst_missing_decoder_message_new),
1003         (gst_missing_encoder_message_new),
1004         (missing_structure_get_string_detail),
1005         (missing_structure_get_caps_detail),
1006         (gst_missing_plugin_message_get_installer_detail),
1007         (gst_missing_plugin_message_get_description),
1008         (gst_is_missing_plugin_message):
1009         * gst-libs/gst/utils/missing-plugins.h:
1010           API: add new libgstbaseutils library with functions
1011           - to create and parse missing-plugins messages
1012           - that provide (translated) descriptions for caps/decoders/sources/etc.
1013           Closes #392393.
1014
1015         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1016         * pkgconfig/gstreamer-plugins-base.pc.in:
1017           Add new lib.
1018
1019         * docs/libs/gst-plugins-base-libs-docs.sgml:
1020         * docs/libs/gst-plugins-base-libs-sections.txt:
1021           Generate docs for new lib and API.
1022
1023         * tests/check/Makefile.am:
1024         * tests/check/libs/.cvsignore:
1025         * tests/check/libs/utils.c: (missing_msg_check_getters),
1026         (GST_START_TEST), (libgstbaseutils_suite):
1027           Add some basic unit tests.
1028
1029 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1030
1031         * ext/ogg/Makefile.am:
1032           Dist gstoggdemux.h to fix 'make distcheck'.
1033
1034         * sys/v4l/Makefile.am:
1035           Fix 'make distcheck' even more.
1036
1037 2007-01-09  Wim Taymans  <wim@fluendo.com>
1038
1039         * docs/plugins/Makefile.am:
1040         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1041         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1042         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1043         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1044         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1045         (gst_ogg_demux_perform_seek):
1046         * ext/ogg/gstoggdemux.h:
1047         Added docs.
1048         Add some more comments.
1049         Small cleanups.
1050
1051 2007-01-09  Wim Taymans  <wim@fluendo.com>
1052
1053         * ext/theora/theoradec.c:
1054         * ext/vorbis/vorbisdec.c:
1055         * gst-libs/gst/audio/gstringbuffer.c:
1056         (gst_ring_buffer_commit_full):
1057         * gst-libs/gst/audio/gstringbuffer.h:
1058         * gst-libs/gst/rtp/gstrtpbuffer.c:
1059         * gst-libs/gst/tag/gstvorbistag.c:
1060         Small documentation updates/fixes
1061
1062 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * configure.ac:
1065           Require core CVS HEAD for Andy's basesrc/sink API additions.
1066
1067 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1068
1069         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1070
1071         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1072         (plugin_init):
1073           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1074           on flac.sf.net (there appear to be other versions of the first
1075           ogg page in the wild) (#391365).
1076
1077 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * configure.ac:
1080           Check if localtime_r() is available.
1081
1082         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1083           If localtime_r() is not available, fall back to localtime(). Should
1084           fix build on MingW (#393310).
1085
1086 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1087
1088         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1089         * gst/subparse/gstsubparse.h:
1090           Remove spurious 1000 subtrahend when calculating the timestamp from
1091           the frame number and the frame rate . Also, use the frames/second
1092           value specified in the first line of the file, if one is specified
1093           there. Should fix #357503.
1094
1095         * tests/check/elements/subparse.c: (do_test),
1096         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1097         (subparse_suite):
1098           Add some basic unit tests for the microdvd subtitle format.
1099
1100 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1101
1102         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1103         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1104         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1105         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1106         (gst_xvimagesink_set_xwindow_id),
1107         (gst_xvimagesink_set_event_handling),
1108         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1109         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1110         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1111         Fixes : #390076.
1112         Add an adaptor property to select a specific XV adaptor.
1113         * sys/xvimage/xvimagesink.h:
1114
1115 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1116
1117         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1118         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1119         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1120         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1121         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1122         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1123         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1124         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1125         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1126         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1127         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1128         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1129         Use flow_lock much more to protect every access to xwindow.
1130         Try to catch erros while creating images in case some drivers are
1131         just generating an XError when the requested image is too big.
1132         Should fix : #354698, #384008, #384060.
1133         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1134         Implement some stress testing of setting window xid.
1135
1136 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1137
1138         * win32/common/libgsaudio.def:
1139           Add new exported function.
1140         * win32/common/libgstogg.dsp:
1141           Add gstoggaviparse.c to the build.
1142         * win32/common/libgstvideoscale.dsp:
1143           Add vs_4tap.c to the build.
1144         * win32/common/libgstvorbis.dsp:
1145           Add vorbistag.c to the build.
1146         
1147 2007-01-06  Andy Wingo  <wingo@pobox.com>
1148
1149         * gst-libs/gst/audio/gstbaseaudiosink.c
1150         (gst_base_audio_sink_class_init)
1151         (gst_base_audio_sink_init): 
1152         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1153         to baseaudiosink, and tell basesink that we can work in pull mode.
1154         This way the ring buffer thread drives the pipeline directly, if
1155         pull mode is possible. There is some lingering nastiness regarding
1156         capsnego, however.
1157         (gst_base_audio_sink_callback): Implement the callback to pull
1158         data. This interface is a bit light, though -- it should get a
1159         GstFlowReturn return value at least.
1160
1161 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1162
1163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1164         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1165         * gst/playback/gstdecodebin2.c:
1166         (gst_decode_group_check_if_blocked):
1167           Printf format and missing argument fixes.
1168
1169 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1170
1171         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1172         (gst_ogm_parse_change_state):
1173         Activate pads before adding them to the element.
1174
1175 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1176
1177         * tests/examples/seek/scrubby.c: (main):
1178         * tests/examples/seek/seek.c: (main):
1179           Call g_thread_init() first thing in main() (see #391278).
1180
1181 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1182
1183         * tests/check/Makefile.am:
1184         * tests/check/libs/.cvsignore:
1185         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1186         (netbuffer_suite):
1187           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1188           for the time being, since it's broken, see #393099.
1189
1190 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1191
1192         * tests/check/Makefile.am:
1193           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1194
1195 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1196
1197         * configure.ac:
1198           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1199           so that GST_BASE_CFLAGS can go inbetween them, making sure
1200           we use uninstalled gst-libs headers
1201         * docs/libs/Makefile.am:
1202         * ext/alsa/Makefile.am:
1203         * ext/cdparanoia/Makefile.am:
1204         * ext/gnomevfs/Makefile.am:
1205         * ext/libvisual/Makefile.am:
1206         * ext/ogg/Makefile.am:
1207         * ext/theora/Makefile.am:
1208         * ext/vorbis/Makefile.am:
1209         * gst-libs/gst/audio/Makefile.am:
1210         * gst-libs/gst/cdda/Makefile.am:
1211         * gst-libs/gst/interfaces/Makefile.am:
1212         * gst-libs/gst/riff/Makefile.am:
1213         * gst-libs/gst/rtp/Makefile.am:
1214         * gst-libs/gst/tag/Makefile.am:
1215         * gst/adder/Makefile.am:
1216         * gst/audioconvert/Makefile.am:
1217         * gst/audiorate/Makefile.am:
1218         * gst/audioresample/Makefile.am:
1219         * gst/playback/Makefile.am:
1220         * gst/tcp/Makefile.am:
1221         * gst/videoscale/Makefile.am:
1222         * gst/volume/Makefile.am:
1223         * sys/ximage/Makefile.am:
1224         * sys/xvimage/Makefile.am:
1225         * tests/icles/Makefile.am:
1226           adapt
1227
1228 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1229
1230         * gst-libs/gst/interfaces/xoverlay.c:
1231         (gst_x_overlay_handle_events):
1232         * gst-libs/gst/interfaces/xoverlay.h:
1233         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1234         (gst_ximagesink_set_xwindow_id),
1235         (gst_ximagesink_set_event_handling),
1236         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1237         (gst_ximagesink_get_property), (gst_ximagesink_init),
1238         (gst_ximagesink_class_init):
1239         * sys/ximage/ximagesink.h:
1240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1241         (gst_xvimagesink_set_xwindow_id),
1242         (gst_xvimagesink_set_event_handling),
1243         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1244         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1245         (gst_xvimagesink_class_init):
1246         * sys/xvimage/xvimagesink.h:
1247         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1248         Add a method to the XOverlay interface to allow disabling of 
1249         event handling in x[v]imagesink elements. This will let X events
1250         propagate to parent windows which can be usefull in some cases.
1251         Be carefull that the application is then responsible of pushing
1252         navigation events and expose events to the video sink.
1253         Fixes: #387138.
1254
1255 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1256
1257         * gst-libs/gst/tag/gstvorbistag.c:
1258         * tests/check/libs/tag.c: (GST_START_TEST):
1259           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1260           (fixes #392070).
1261
1262 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1263
1264         * configure.ac:
1265         * docs/Makefile.am:
1266         * docs/design/Makefile.am:
1267           Dist design docs.
1268
1269 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1270
1271         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1272         typo. Fixes: #390063.
1273
1274 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1275
1276         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1278         caps leak.
1279         * win32/common/config.h: Updated.
1280
1281 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1284         (setup_gdpdepay_streamheader):
1285         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1286         (setup_gdppay_streamheader):
1287           Fix the dp tests, but activating the pads for the streamheader tests
1288           too and cleaning up conditionaly
1289
1290 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1291
1292         * gst/ffmpegcolorspace/avcodec.h:
1293         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1294         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1295         (gst_ffmpegcsp_avpicture_fill):
1296         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1297         (img_get_alpha_info):
1298         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1299         other end of the word. Fixes: #387073.
1300
1301         Add some inconsequential branch hints in a couple of places.
1302
1303 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1304
1305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1306         (gst_ffmpeg_caps_to_smpfmt):
1307           The "signed" field in raw audio caps is of boolean type, trying to
1308           extract the value with _get_int() will fail (fix to keep in sync with
1309           the copy in gst-ffmpeg)
1310
1311 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1312
1313         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1314         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1315         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1316         (cleanup_gdpdepay):
1317         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1318         * tests/check/elements/subparse.c: (teardown_subparse):
1319         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1320         * tests/check/elements/videorate.c: (cleanup_videorate):
1321         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1322         * tests/check/elements/volume.c: (cleanup_volume):
1323         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1324         (cleanup_vorbisdec):
1325         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1326         (cleanup_vorbistag):
1327           consistent pad (de)activation
1328
1329 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1330
1331         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1332           Forgot to register the extensions.
1333
1334 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1335
1336         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1337         (plugin_init):
1338           Add typefinder for VIVO files (my christmas present to the 90s).
1339
1340 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1341
1342         * gst/playback/gstdecodebin.c: (type_found):
1343           Special-case the text/plain media type: we only want to recognise it
1344           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1345           parser, but not if the entire stream is of text/plain type. If the
1346           entire stream is text/plain, we should just error out.
1347
1348           This fixes playback of audio files with lyrics in totem. Totem can't
1349           distinguish between text files and subtitle files and passes any
1350           .txt file with the same basename as the main file to playbin as
1351           suburi, and playbin will then throw a 'subtitle found, but no video
1352           stream' error, which isn't entirely helpful. See #380342.
1353
1354           Also, with this change we'll show a slightly more correct error
1355           message in case totem passes a playlist file to us (although a
1356           custom error message wording instead of the default text would
1357           probably not be a bad idea either).
1358
1359           Same problem also needs to be fixed for playbin+decodebin2.
1360
1361         * tests/check/Makefile.am:
1362         * tests/check/elements/decodebin.c: (src_handoff_cb),
1363         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1364         (decodebin_suite):
1365           Add simple unit test for decodebin for the above.
1366
1367 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1368
1369         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1370         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1371           Refuse to change state to READY when we failed to create any of the
1372           required elements in our instance init function.
1373
1374 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1375
1376         * docs/libs/gst-plugins-base-libs-sections.txt:
1377           Small docs fixes/updates.
1378
1379         * gst-libs/gst/video/gstvideosink.h:
1380           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1381           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1382           removed from the base sink API between 0.9.6 and 0.9.7).
1383           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1384           accessor macros, so we don't do a runtime GObject type check every
1385           time we use them.
1386
1387 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1388
1389         * Makefile.am:
1390         * gst-plugins-base.doap:
1391         * gst-plugins-base.spec.in:
1392           add doap file
1393
1394 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         Patch by: Jens Granseuer <jensgr at gmx net>
1397
1398         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1399         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1400         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1401         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1403           Declare variables at the beginning of a block. Fixes #383195.
1404
1405 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1406
1407         * configure.ac:
1408         Bump version nano - back to CVS.
1409
1410
1411 === release 0.10.11 ===
1412
1413 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1414
1415         * configure.ac:
1416           releasing 0.10.11, "Dumb things"
1417
1418 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1419
1420         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1421         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1422         Handle the case where an element has multiple pads with 
1423         unfixed caps as well as still possibly producing more dynamic 
1424         pads by storing each case as a distinct entry in the dynamic list.
1425         Fixes #38223 again.
1426
1427 2006-12-04  Wim Taymans  <wim@fluendo.com>
1428
1429         * gst/playback/gstdecodebin.c: (close_pad_link):
1430         Fix #382223, add more dynamic caps handling.
1431
1432 2006-12-04  Wim Taymans  <wim@fluendo.com>
1433
1434         reviewed by: <delete if not using a buddy>
1435
1436         * gst-libs/gst/audio/gstringbuffer.h:
1437         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1438         (gst_netaddress_set_ip4_interface),
1439         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1440         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1441         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1442         (gst_netaddress_get_ttl):
1443         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1444         * gst/playback/gstdecodebin.c: (close_pad_link):
1445         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1446         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1447         * win32/common/config.h:
1448
1449 2006-12-01  Michael Smith  <msmith@fluendo.com>
1450
1451         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1452           Delete bad debug code.
1453           Fixes #381219
1454
1455 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1456
1457         * gst/videoscale/vs_4tap.c:
1458         * win32/MANIFEST:
1459         * win32/common/config.h:
1460         * win32/vs8/libgstvideoscale.vcproj:
1461         Fix compilation on win32 under VS8
1462         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1463         Partially fixes #381175
1464
1465 2006-11-30  Michael Smith  <msmith@fluendo.com>
1466
1467         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1468         (GST_START_TEST):
1469           It would be very bad if, after a discont buffer, we thought every
1470           single following buffer was also discont. So, add to the test to
1471           ensure that this isn't the case.
1472           
1473         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1474           ... it was the case. So fix it.
1475
1476 2006-11-28  Wim Taymans  <wim@fluendo.com>
1477
1478         * gst/playback/gstplaybasebin.c: (check_queue_event):
1479         Improve debug.
1480
1481         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1482         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1483         padtemplate caps. Refixes #357577.
1484
1485 2006-11-28  Wim Taymans  <wim@fluendo.com>
1486
1487         * gst/playback/gstplaybasebin.c: (check_queue_event),
1488         (queue_threshold_reached), (queue_out_of_data),
1489         (gen_preroll_element):
1490         Add event probe to see when EOS is in a queue and we can disable the
1491         underrun signals. Fixes #357577.
1492
1493 2006-11-28  Edward Hervey  <edward@fluendo.com>
1494
1495         * gst/playback/Makefile.am:
1496         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1497         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1498         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1499         (gst_decode_bin_init), (gst_decode_bin_dispose),
1500         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1501         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1502         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1503         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1504         (connect_element), (expose_pad), (type_found),
1505         (pad_added_group_cb), (pad_removed_group_cb),
1506         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1507         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1508         (are_raw_caps), (multi_queue_overrun_cb),
1509         (multi_queue_underrun_cb), (gst_decode_group_new),
1510         (get_current_group), (group_demuxer_event_probe),
1511         (gst_decode_group_control_demuxer_pad),
1512         (gst_decode_group_control_source_pad),
1513         (gst_decode_group_check_if_blocked),
1514         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1515         (gst_decode_group_hide), (gst_decode_group_free),
1516         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1517         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1518         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1519         (plugin_init):
1520         New decodebin2 element.
1521         Closes #370092
1522         * gst/playback/gstplay-marshal.list:
1523         Added marshallers for new signals in decodebin2
1524         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1525         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1526         is set.
1527
1528 2006-11-28  Wim Taymans  <wim@fluendo.com>
1529
1530         * gst/playback/gstplaybasebin.c: (setup_source),
1531         (gst_play_base_bin_change_state):
1532         Disable rtsp:// uris for the release, it's not good enough yet.
1533         Remove unused var.
1534
1535 2006-11-26  Wim Taymans  <wim@fluendo.com>
1536
1537         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1538         (theora_dec_push_forward), (theora_dec_push_reverse),
1539         (theora_handle_data_packet), (theora_dec_decode_buffer),
1540         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1541         (theora_dec_chain_forward), (theora_dec_chain):
1542         Implement reverse playback.
1543
1544         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1545         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1546         (vorbis_dec_chain_forward):
1547         Clear buffers used for reverse playback in _reset.
1548         No need to set the eos flag, we clip samples using the segment.
1549
1550 2006-11-24  Wim Taymans  <wim@fluendo.com>
1551
1552         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1553         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1554         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1555         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1556         Some cleanups.
1557         Handle continued pages in reverse mode.
1558
1559 2006-11-24  Wim Taymans  <wim@fluendo.com>
1560
1561         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1562         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1563         (vorbis_dec_flush_decode):
1564         Small cleanups.
1565         Don't try to add invalid timestamps.
1566         Clipping will unref the buffer.
1567
1568 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1569
1570         * gst/adder/gstadder.h:
1571         * gst/audiotestsrc/gstaudiotestsrc.h:
1572           remove obsolete _factory_init protos
1573
1574 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1575
1576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1577           Fix spacing in debug message.
1578
1579 2006-11-23  Wim Taymans  <wim@fluendo.com>
1580
1581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1582         (gst_ogg_demux_chain):
1583         Don't just ignore return values from _pad_push().
1584         Small debug improvements.
1585
1586 2006-11-23  Michael Smith  <msmith@fluendo.com>
1587
1588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1589           If our incoming buffer is marked as DISCONT, then increment the page
1590           number (so that the discontinuity is marked in the final ogg
1591           bitstream) and flush the previous page.
1592
1593 2006-11-22  Michael Smith  <msmith@fluendo.com>
1594
1595         * ext/theora/gsttheoraenc.h:
1596         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1597         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1598         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1599         (theora_enc_chain), (theora_enc_change_state):
1600           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1601
1602         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1603         (GST_START_TEST), (theoraenc_suite):
1604           Enable discontinuity test, fix it.
1605
1606 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1607
1608         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1609         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1610         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1611         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1612         (gst_text_overlay_change_state):
1613         * ext/pango/gsttextoverlay.h:
1614           Some textoverlay fixes: for one, in the video chain function,
1615           actually wait for a text buffer to come in if there is none at the
1616           moment and there should be one; also, deal more gracefully with
1617           incoming buffers that do not have a timestamp or duration; discard
1618           text buffer when not needed any longer. Fixes #341681.
1619
1620         * tests/check/Makefile.am:
1621         * tests/check/elements/.cvsignore:
1622         * tests/check/elements/textoverlay.c:
1623         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1624         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1625         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1626         (test_video_waits_for_text_send_text_newsegment_thread),
1627         (test_video_waits_for_text_shutdown_element),
1628         (test_render_continuity_push_video_buffers_thread),
1629         (textoverlay_suite):
1630           Add some unit tests for textoverlay.
1631
1632 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1633
1634         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1635           Avoid integer underflow when the found probability for mp3 is
1636           smaller than the 'penalty' we subtract if there's not a clean
1637           mp3 header sync at offset 0.
1638
1639 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1640
1641         * docs/libs/gst-plugins-base-libs-sections.txt:
1642           Add some new symbols to the docs
1643
1644 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1645
1646         * tests/check/Makefile.am:
1647         * tests/check/elements/ffmpegcolorspace.c:
1648         (ffmpegcolorspace_suite):
1649           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1650           (for now not for valgrinding though, since it takes too long).
1651
1652 2006-11-20  Wim Taymans  <wim@fluendo.com>
1653
1654         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1655         (gst_ffmpeg_pixfmt_to_caps):
1656         Fix RGBA32 caps. Fixes #357038.
1657
1658 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1659
1660         * gst-libs/gst/interfaces/mixertrack.h:
1661           Add FIXME so we can add some padding here in 0.11
1662
1663 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1664
1665         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1666           Fix GstBaseRTPAudioPayload structure so the whole GObject
1667           inheritance business actually works (parent class instance structure
1668           must always come first in the derived class instance structure).
1669
1670 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1671
1672         * gst/videotestsrc/Makefile.am:
1673         * tests/check/Makefile.am:
1674           Make sure our checks and the videotestsrc plugin link against the
1675           local uninstalled gst libs and not any installed gst libs that
1676           might happen to exist as well.
1677
1678         * tests/check/elements/adder.c: (message_received),
1679         (test_event_message_received), (test_play_twice_message_received):
1680         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1681           Fix compiler warnings when compiling against core with disabled
1682           debugging system.
1683
1684 2006-11-16  Michael Smith  <msmith@fluendo.com>
1685
1686         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1687         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1688           Fix audiorate, so that it accurately sets offsets and timestamps.
1689           Doesn't change the fundamental algorithmic decisions; so should be
1690           safe.
1691
1692         * tests/check/Makefile.am:
1693           Enable audiorate test now that it passes.
1694
1695 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1696
1697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1698           clear xv when going to NULL, remove // commented non-existant proto
1699
1700         * tests/examples/seek/seek.c: (main):
1701           add missing tooltip description for scrub and play_scrub
1702
1703 2006-11-14  David Schleef  <ds@schleef.org>
1704
1705         * configure.ac:
1706           Bump liboil requirement to 0.3.8.
1707         * gst-libs/gst/riff/riff-media.c:
1708           Add Dirac fourcc.
1709         * gst/videoscale/vs_image.h:
1710         * gst/videoscale/vs_scanline.h:
1711           Use liboil's stdint.h.
1712         * gst/videotestsrc/videotestsrc.c:
1713           Remove liboil related ifdef's, since they aren't needed now, and
1714           won't work with future versions.
1715
1716 2006-11-14  David Schleef  <ds@schleef.org>
1717
1718         * gst/videoscale/Makefile.am:
1719         * gst/videoscale/gstvideoscale.c:
1720         * gst/videoscale/gstvideoscale.h:
1721         * gst/videoscale/vs_4tap.c:
1722         * gst/videoscale/vs_4tap.h:
1723         * gst/videoscale/vs_image.c:
1724         * gst/videoscale/vs_image.h:
1725         * gst/videoscale/vs_scanline.c:
1726         * gst/videoscale/vs_scanline.h:
1727           Add a 4-tap image scaler.  Theoretically looks much prettier.
1728           The tap calculation could use some improvement.
1729
1730 2006-11-14  Wim Taymans  <wim@fluendo.com>
1731
1732         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1733
1734         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1735         (gst_riff_parse_strf_iavs):
1736         * gst/subparse/gstsubparse.c: (convert_encoding):
1737         * gst/tcp/gstmultifdsink.c:
1738         (gst_multi_fd_sink_handle_client_write):
1739         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1740         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1741         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1742         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1743         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1744         (gst_ximagesink_ximage_new):
1745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1746         Various gsize and gssize printf fixes. Fixes #372507.
1747
1748 2006-11-13  Wim Taymans  <wim@fluendo.com>
1749
1750         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1751         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1752         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1753         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1754         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1755         * ext/vorbis/vorbisdec.h:
1756         First stab at vorbis reverse playback.
1757
1758 2006-11-13  Wim Taymans  <wim@fluendo.com>
1759
1760         * gst-libs/gst/audio/gstbaseaudiosink.c:
1761         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1762         * gst-libs/gst/audio/gstbaseaudiosink.h:
1763         Make the clock sync code more accurate wrt resampling and playback
1764         at different rates.
1765         
1766         * gst-libs/gst/audio/gstringbuffer.c:
1767         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1768         * gst-libs/gst/audio/gstringbuffer.h:
1769         Use better algorithm to interpolate sample rates. 
1770
1771 2006-11-13  Michael Smith  <msmith@fluendo.com>
1772
1773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1774           Improve a debug line slightly.
1775
1776         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1777           Call gst_riff_init() in plugin_init, to avoid getting errors from
1778           the debug system (unrelated changes to another plugin made this turn
1779           up; not sure why).
1780
1781 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1784
1785         * win32/common/libgsttag.def:
1786           Add missing symbol (#366492).
1787
1788 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1789
1790         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1791           Don't unref a NULL pad.
1792
1793 2006-11-09  Wim Taymans  <wim@fluendo.com>
1794
1795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1796         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1797         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1798         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1799         (gst_ogg_demux_loop):
1800         Implement first stab at reverse playback.
1801
1802 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1803
1804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1805         (gst_riff_create_video_template_caps):
1806           add h263/h264 variants to the caps, Fixes #363118
1807
1808 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1811         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1812           Use g_strerror instead of strerror so we get UTF-8.
1813
1814 2006-11-03  David Schleef  <ds@schleef.org>
1815
1816         * ext/ogg/gstoggdemux.c:
1817         * ext/ogg/gstoggmux.c:
1818           Add/remove KW-DIRAC header here, since it is ogg-specific.
1819
1820 2006-11-03  Michael Smith  <msmith@fluendo.com>
1821
1822         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1823           Recognise more mpeg4 elementary video streams.
1824
1825 2006-11-02  Edward Hervey  <edward@fluendo.com>
1826
1827         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1828         Lower the probability of mp3 typefinding functions if we don't find a
1829         valid mp3 header at the start of the file.
1830         Closes #369482
1831
1832 2006-11-02  Wim Taymans  <wim@fluendo.com>
1833
1834         * ext/theora/gsttheoradec.h:
1835         * ext/theora/theoradec.c: (gst_theora_dec_init),
1836         (theora_dec_sink_event), (theora_dec_chain_forward),
1837         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1838         (theora_dec_chain):
1839         Document and partially implement an algorithm for doing reverse playback
1840         of theora video.
1841
1842 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1845
1846         * win32/common/config.h:
1847         * win32/common/interfaces-enumtypes.c:
1848         * win32/common/libgsttag.def:
1849         * win32/vs8/gst-plugins-base.sln:
1850         * win32/vs8/libgstaudioresample.vcproj:
1851         * win32/vs8/libgstinterfaces.vcproj:
1852         * win32/vs8/libgstogg.vcproj:
1853         * win32/vs8/libgstriff.vcproj:
1854         * win32/vs8/libgsttag.vcproj:
1855         * win32/vs8/libgsttheora.vcproj:
1856         * win32/vs8/libgstvideoscale.vcproj:
1857         * win32/vs8/libgstvorbis.vcproj:
1858           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1859           to libgsttag.def; add missing dependencies for some vs8 projects;
1860           re-arrange placement of .def files in vs8 projects (#366334).
1861
1862 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1863
1864         * ext/ogg/gstogg.c:
1865           Remove unused variable.
1866
1867         * ext/ogg/gstoggdemux.c:
1868           Fix Wim's surname in plugin description.
1869
1870 2006-10-31  Wim Taymans  <wim@fluendo.com>
1871
1872         * gst-plugins-base.spec.in:
1873         spec new .h file. Fixes #368310.
1874
1875 2006-10-31  Michael Smith  <msmith@fluendo.com>
1876
1877         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1878         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1879         (gst_multi_fd_sink_get_stats),
1880         (gst_multi_fd_sink_remove_client_link),
1881         (gst_multi_fd_sink_queue_buffer),
1882         (gst_multi_fd_sink_handle_clients):
1883         * gst/tcp/gstmultifdsink.h:
1884           Make using the remove or clear signals threadsafe.
1885           Make calling get-stats with an invalid fd not segfault.
1886           Fixes 368273.
1887
1888 2006-10-31  Wim Taymans  <wim@fluendo.com>
1889
1890         * gst-libs/gst/rtp/Makefile.am:
1891         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1892         (gst_base_rtp_audio_payload_init):
1893         Fix and activate base audio payloader.
1894
1895 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1896
1897         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1898         (plugin_init):
1899           Add typefinder for QuickTime Image Files (see #366156).
1900
1901 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1904           Another typo fix (#366212).
1905
1906 2006-10-27  Wim Taymans  <wim@fluendo.com>
1907
1908         * gst/volume/gstvolume.c: (volume_transform_ip):
1909         Use stream time to synchronize volume property instead of rather random
1910         timestamps. This is needed when gnonlin does its time shifting.
1911
1912 2006-10-27  Wim Taymans  <wim@fluendo.com>
1913
1914         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1915
1916         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1917         Remove the pad from the element in release_pad. Fixes #364812.
1918
1919 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1920
1921         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1923           Explicitly create our custom buffer classes at a thread-safe
1924           location as well, since g_type_class_ref() doesn't seem to be
1925           entirely thread-safe either (#365501; also see #349410).
1926
1927 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1928
1929         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1930         (gst_riff_parse_info):
1931           If strings in INFO chunk are not UTF-8, do something similar to
1932           what we do for ID3v1 tags: check a number of environment variables
1933           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1934           character sets to try, otherwise try the current locale and/or fall
1935           back on ISO-8859-1. Fixes #360552.
1936
1937 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1938
1939         * gst/videotestsrc/gstvideotestsrc.c:
1940         (gst_video_test_src_pattern_get_type),
1941         (gst_video_test_src_set_pattern):
1942         * gst/videotestsrc/gstvideotestsrc.h:
1943         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1944         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1945         (gst_video_test_src_checkers8):
1946         * gst/videotestsrc/videotestsrc.h:
1947           Add a bunch of exciting new checkers patterns.
1948
1949 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1950
1951         * gst/subparse/Makefile.am:
1952         * gst/subparse/gstsubparse.c:
1953         (gst_sub_parse_data_format_autodetect),
1954         (gst_sub_parse_format_autodetect), (handle_buffer),
1955         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1956         * gst/subparse/gstsubparse.h:
1957         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1958         (parse_tmplayer):
1959         * gst/subparse/tmplayerparse.h:
1960           Add support for TMPlayer-type subtitles (#362845).
1961
1962         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1963         (GST_START_TEST), (subparse_suite):
1964           Add some basic unit tests for the above.
1965
1966 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1967
1968         * tests/check/elements/audiorate.c: (test_injector_base_init),
1969         (test_injector_class_init), (test_injector_chain),
1970         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1971         (GST_START_TEST), (audiorate_suite):
1972           More tests for audiorate: inject buffers to check behaviour when
1973           buffers overlap.
1974
1975 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * tests/check/Makefile.am:
1978         * tests/check/elements/.cvsignore:
1979         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1980         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1981           Add some basic unit tests for audiorate. Disabled at the moment
1982           since it doesn't pass yet (see bug #363119).
1983
1984 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1985
1986         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1987         (parse_subrip), (handle_buffer):
1988           Add missing closing tags for markup and fix broken markup,
1989           otherwise pango won't render anything (fixes #357531). Also,
1990           make sure the text we send out is always NUL-terminated
1991           (better safe than sorry etc.).
1992
1993         * tests/check/elements/subparse.c: (test_srt_do_test),
1994         (test_srt):
1995           Some more tests for .srt incl. tests for the above stuff.
1996
1997 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1998
1999         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2001         Patch by: Stefan Kost  <ensonic@users.sf.net>
2002         Try to redraw borders only when needed. Apparently this consumes
2003         resources on small devices... :-O (#363607)
2004
2005 2006-10-20  Michael Smith  <msmith@fluendo.com>
2006
2007         * gst/tcp/gstmultifdsink.c:
2008         (gst_multi_fd_sink_client_queue_buffer):
2009           If caps change, then update the client's idea of the caps so that we
2010           don't end up re-sending streamheaders for every single buffer after
2011           the caps change.
2012
2013 2006-10-20  Michael Smith  <msmith@fluendo.com>
2014
2015         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2016         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2017           Set caps on pushed buffers; fix up refcounting of caps objects.
2018
2019 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2020
2021         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2022         (plugin_init):
2023           Typefind mmsh header data packet to application/x-mmsh (#362625).
2024
2025 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2026
2027         * tests/check/Makefile.am:
2028         * tests/check/elements/.cvsignore:
2029         * tests/check/elements/subparse.c: (buffer_from_static_string),
2030         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2031         (GST_START_TEST), (subparse_suite):
2032           Add very simple unit test for subparse.
2033
2034 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2035
2036         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2037         (parse_subrip):
2038           Strip trailing newlines from subtitle text output.
2039
2040 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2041
2042         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2043         (gst_sub_parse_change_state):
2044           Fix memleak; clear subparse->textbuf n state change function.
2045
2046 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * gst/subparse/gstsubparse.c:
2049         (gst_sub_parse_data_format_autodetect):
2050           Don't require subrip (.srt) files to start with a chunk number of 1.
2051
2052 2006-10-18  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst-libs/gst/audio/gstbaseaudiosink.c:
2055         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2056         * gst-libs/gst/audio/gstbaseaudiosink.h:
2057         Extract rate from the NEWSEGMENT event.
2058         Use commit_full to also take rate adjustment into account when writing
2059         samples to the ringbuffer.
2060         
2061         * gst-libs/gst/audio/gstringbuffer.c:
2062         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2063         (gst_ring_buffer_read):
2064         * gst-libs/gst/audio/gstringbuffer.h:
2065         Added _commit_full() to also take rate into account.
2066         Use simple interpolation algorithm to resample audio.
2067         API: gst_ring_buffer_commit_full()
2068
2069         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2070         * tests/examples/seek/seek.c: (segment_done):
2071         Don't try to seek with 0.0 rate, just pause instead.
2072         Remove bogus debug line.
2073
2074 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2075
2076         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2077         (setup_source):
2078           Catch async errors when starting up the subtitle bin, so we can
2079           stop waiting and continue with the main film instead of hanging
2080           forever. Fixes #339366.
2081
2082         * tests/check/elements/playbin.c: (playbin_suite):
2083           Enable unit test for the above.
2084
2085 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2086
2087         * tests/check/Makefile.am:
2088         * tests/check/elements/.cvsignore:
2089         * tests/check/elements/playbin.c: (GST_START_TEST),
2090         (gst_red_video_src_uri_get_type),
2091         (gst_red_video_src_uri_get_protocols),
2092         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2093         (gst_red_video_src_uri_handler_init),
2094         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2095         (gst_red_video_src_create), (gst_red_video_src_class_init),
2096         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2097           Some small and basic unit tests for playbin; not very useful yet,
2098           but at least a start.
2099
2100 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2101
2102         * gst/playback/gstplaybin.c: (setup_sinks):
2103           The old pad activation spiel.
2104
2105 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2106
2107         * gst/playback/gstplaybasebin.c: (setup_source):
2108           Don't hang forever if the subbin already fails to start up in 
2109           the state change to PAUSED (#339366).
2110
2111 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2112
2113         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2114         (gst_tuner_set_channel), (gst_tuner_get_channel),
2115         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2116         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2117         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2118         (gst_tuner_find_channel_by_name):
2119           Fix some function guards, add some more function guards.
2120
2121 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2122
2123         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2124         (remove_element_chain):
2125         Don't return a pad from get_our_ghost_pad unless it is actually the
2126         one we want.
2127         Change a cast in remove_element_chain slightly.
2128
2129 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2130
2131         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2132         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2133         Segment seeking needs to use the rate and set stop to -1.
2134
2135 2006-10-13  Wim Taymans  <wim@fluendo.com>
2136
2137         * gst-libs/gst/audio/gstbaseaudiosink.c:
2138         (gst_base_audio_sink_setcaps):
2139         Don't crash when ringbuffer is not yet created.
2140         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2141         Fixes #361634.
2142
2143         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2144         * gst/playback/gststreamselector.c:
2145         (gst_stream_selector_request_new_pad):
2146         Activate pads befre adding them to running elements.
2147
2148 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2149
2150         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2151         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2152         updater when we start grabing the slider. Don't wait for the
2153         pipeline to be PAUSED.
2154
2155 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2156
2157         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2158         (gst_mixer_set_volume), (gst_mixer_get_volume),
2159         (gst_mixer_set_mute), (gst_mixer_set_option),
2160         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2161         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2162         (gst_mixer_option_changed):
2163           Guard mixer interface functions against bogus arguments.
2164
2165 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2166
2167         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2168         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2169         (msg_state_changed), (main): Use state-changed messages to trigger
2170         start/stop of scale update timer. Indeed the scale slider was
2171         jumping here and there because the update timer was activated 
2172         before seek completed. This fixes instant applying of rate changes
2173         by pressing the spinbutton like a crazy man !
2174
2175 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2176
2177         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2178
2179         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2180         (gst_basertppayload_finalize):
2181           Fix two small memory leaks (#361456).
2182
2183 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2184
2185         * tests/examples/seek/seek.c: (do_seek),
2186         (rate_spinbutton_changed_cb): When changing spinbutton we try
2187         to change the rate on the fly.
2188
2189 2006-10-10  Wim Taymans  <wim@fluendo.com>
2190
2191         * gst-libs/gst/riff/riff-ids.h:
2192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2193         (gst_riff_create_audio_template_caps):
2194         Add WMS caps.
2195
2196 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2197
2198         Patch by: Josep Torre Valles <josep@fluendo.com>
2199
2200         * ext/gnomevfs/gstgnomevfssink.c:
2201         * ext/gnomevfs/gstgnomevfssrc.c:
2202         Fix URI interface implementation return type.
2203         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2204         Fix what looks like a copy/paste issue when assigning values.
2205         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2206         (gst_audio_filter_template_get_type):
2207         Cast to prevent Forte warnings.
2208         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2209         Fix URI interface implementation return type.
2210         gst_pad_query_position requires a signed integer pointer as
2211         3rd parameter, GstClockTime is unsigned.
2212         * gst/audioconvert/audioconvert.c:
2213         Fix integer overflow when treated as signed.
2214         * gst/audioresample/resample.c: (resample_add_input_data):
2215         Cast to prevent warnings on Forte.
2216         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2217         Fix integer overflow when treated as signed.
2218         * gst/ffmpegcolorspace/imgconvert_template.h:
2219         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2220         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2221         (cleanup_decodebin):
2222         Who initialises a guint to -1!
2223         Cast function pointers to prevent warnings on Forte.
2224         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2225         (queue_threshold_reached):
2226         Cast function pointers correctly to prevent warnings on Forte.
2227         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2228         Cast function pointers correctly to prevent warnings on Forte.
2229         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2230         Obvious change to unsigned, 0xEF > max signed char.
2231         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2232         GstClockTime is unsigned, initialise correctly.
2233         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2234         Cast so pointer arithemetic doesn't cause warnings on Forte.
2235         * gst/videorate/gstvideorate.c:
2236         Use correct return value.
2237         * tests/examples/seek/scrubby.c:
2238         GstClockTime is unsigned, initialise correctly.
2239
2240 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2241
2242         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2243
2244         * gst/typefind/gsttypefindfunctions.c:
2245           Recognise XML files and XML-like files shorter than 256 bytes as
2246           well (fixes #359237).
2247
2248 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2249
2250         Patch by: Renato Filho <renato.filho@indt.org.br>
2251         
2252         * gst/typefind/gsttypefindfunctions.c:
2253         Added typefind functions to video/x-nuv media.
2254         
2255 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2256
2257         * gst-libs/gst/interfaces/xoverlay.c:
2258         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2259           Some more guards against invalid input.
2260
2261 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2262
2263         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2264         Useless goto.
2265         * tests/examples/seek/seek.c: (do_seek),
2266         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2267         seek example to experiment with rates != 1.0 (reverse playback !)
2268
2269 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2270
2271         * gst-libs/gst/interfaces/xoverlay.c:
2272           Unref message in doc-example (spotted by Robert McQueen)
2273
2274 2006-10-06  Wim Taymans  <wim@fluendo.com>
2275
2276         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2277         (mpeg1_parse_header), (mpeg1_sys_type_find):
2278         printf fix.
2279
2280 2006-10-06  Wim Taymans  <wim@fluendo.com>
2281
2282         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2283         (close_pad_link):
2284         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2285         Activate dynamic pads before adding them to the element.
2286
2287 2006-10-06  Michael Smith  <msmith@fluendo.com>
2288
2289         * gst-libs/gst/floatcast/floatcast.h:
2290           Fix obviously-bogus macros; use the correct types.
2291
2292 2006-10-06  Wim Taymans  <wim@fluendo.com>
2293
2294         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2295         (gst_base_rtp_depayload_change_state):
2296         Also call parent state change function to activate pads.
2297
2298         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2299         (mpeg1_parse_header), (mpeg1_sys_type_find):
2300         Add some more debug info in mpeg typefinding.
2301
2302 2006-10-06  Michael Smith  <msmith@fluendo.com>
2303
2304         * ext/theora/theoradec.c: (theora_dec_chain):
2305           Zero byte theora packets are valid and well-defined; don't warn on
2306           them.
2307
2308 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2309
2310         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2311         (gst_multi_fd_sink_get_stats), (find_limits),
2312         (gst_multi_fd_sink_queue_buffer):
2313           API: add dropped_buffers to the get-stats GValueArray
2314
2315 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         * ext/alsa/gstalsadeviceprobe.c:
2318         (gst_alsa_device_property_probe_get_values):
2319         * ext/alsa/gstalsasink.c: (set_hwparams):
2320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2321         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2323         (gst_ogg_mux_process_best_pad):
2324         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2325         (gst_ogg_parse_chain):
2326         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2327         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2328         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2329         (gst_vorbis_enc_buffer_check_discontinuous):
2330         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2331         * gst-libs/gst/audio/gstbaseaudiosink.c:
2332         (gst_base_audio_sink_render):
2333         * gst-libs/gst/cdda/gstcddabasesrc.c:
2334         (gst_cdda_base_src_handle_track_seek):
2335         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2336         (gst_base_rtp_depayload_push_full):
2337         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2338         * gst/audioresample/resample.c: (resample_input_pushthrough):
2339         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2340         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2342         (wavpack_type_find):
2343         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2344         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2345         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2346         * tests/check/elements/volume.c: (GST_START_TEST):
2347           Printf format fixes.
2348
2349 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2350
2351         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2352           Fix a simple mistake (see the docs)
2353           Fixes #359580
2354
2355 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2356
2357         * docs/plugins/Makefile.am:
2358         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2359         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2360         * docs/plugins/gst-plugins-base-plugins.args:
2361         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2362         * docs/plugins/inspect/plugin-adder.xml:
2363         * docs/plugins/inspect/plugin-alsa.xml:
2364         * docs/plugins/inspect/plugin-audioconvert.xml:
2365         * docs/plugins/inspect/plugin-audiorate.xml:
2366         * docs/plugins/inspect/plugin-audioresample.xml:
2367         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2368         * docs/plugins/inspect/plugin-cdparanoia.xml:
2369         * docs/plugins/inspect/plugin-decodebin.xml:
2370         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2371         * docs/plugins/inspect/plugin-gdp.xml:
2372         * docs/plugins/inspect/plugin-gnomevfs.xml:
2373         * docs/plugins/inspect/plugin-libvisual.xml:
2374         * docs/plugins/inspect/plugin-ogg.xml:
2375         * docs/plugins/inspect/plugin-pango.xml:
2376         * docs/plugins/inspect/plugin-playbin.xml:
2377         * docs/plugins/inspect/plugin-subparse.xml:
2378         * docs/plugins/inspect/plugin-tcp.xml:
2379         * docs/plugins/inspect/plugin-theora.xml:
2380         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2381         * docs/plugins/inspect/plugin-video4linux.xml:
2382         * docs/plugins/inspect/plugin-videorate.xml:
2383         * docs/plugins/inspect/plugin-videoscale.xml:
2384         * docs/plugins/inspect/plugin-videotestsrc.xml:
2385         * docs/plugins/inspect/plugin-volume.xml:
2386         * docs/plugins/inspect/plugin-vorbis.xml:
2387         * docs/plugins/inspect/plugin-ximagesink.xml:
2388         * docs/plugins/inspect/plugin-xvimagesink.xml:
2389           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2390
2391 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2394
2395         * ext/vorbis/Makefile.am:
2396         * ext/vorbis/vorbis.c: (plugin_init):
2397         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2398         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2399         * ext/vorbis/vorbisparse.h:
2400         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2401         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2402         (gst_vorbis_tag_parse_packet):
2403         * ext/vorbis/vorbistag.h:
2404           Add new vorbistag element which derives from vorbisparse
2405           and is essentially the same as well, only that it implements
2406           the GstTagSetter interface and can modify the stream's
2407           vorbiscomment on the fly (#335635).
2408
2409         * tests/check/Makefile.am:
2410         * tests/check/elements/.cvsignore:
2411         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2412         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2413         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2414         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2415           Add unit test for new vorbistag element.
2416
2417 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2418
2419         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2420         (vorbis_parse_push_headers), (vorbis_parse_chain):
2421           Set BOS flag in packet structure to fix 'jump depends
2422           on unitialized value' errors in valgrind; various minor
2423           clean-ups.
2424
2425 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2426
2427         * gst/playback/gstdecodebin.c: (close_pad_link):
2428         Fix typo in a debug statement.
2429
2430         * gst/playback/gstplaybasebin.c: (probe_triggered),
2431         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2432         (gen_source_element), (source_new_pad), (analyse_source),
2433         (setup_source):
2434         When handling no_more_pads in new_decoded_pad, make sure to treat
2435         subtitle pads correctly. Fixes playback with subtitle files.
2436
2437         Move a recurring message to LOG level.
2438
2439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2440         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2441         which ends up as -1 when cast to an int. Make the logic handle the
2442         max value as an unsigned mask and only change the colorkey when it's
2443         a value we recognise.
2444
2445 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2446
2447         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2448         Removed empty * between paragraphs
2449
2450 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2451
2452         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2453         * gst-libs/gst/rtp/README:
2454         Moved some documentation into .c file
2455
2456 2006-09-29  Wim Taymans  <wim@fluendo.com>
2457
2458         * gst/playback/gstdecodebin.c: (no_more_pads):
2459         Fix compilation.
2460
2461 2006-09-29  Wim Taymans  <wim@fluendo.com>
2462
2463         * gst/playback/gstdecodebin.c: (new_caps):
2464         Remove g_print
2465
2466         * gst/playback/gstplaybin.c:
2467         Add some docs.
2468
2469 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2470
2471         * tests/check/Makefile.am:
2472           Re-enable cddabasesrc test to see if it works again
2473           now.
2474
2475 2006-09-29  Wim Taymans  <wim@fluendo.com>
2476
2477         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2478         (gen_source_element):
2479         Handle invalid URIs a bit more gracefully.
2480
2481 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2482
2483         * tests/check/pipelines/oggmux.c:
2484           Remove obsolete comment.
2485
2486 2006-09-29  Michael Smith  <msmith@fluendo.com>
2487
2488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2489         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2490         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2491         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2492         (gst_ogg_mux_collected):
2493           Commit patch from James "Doc" Livingston, adds proper EOS handling
2494           in oggmux. GStreamer can, for the first time ever, create a valid
2495           Ogg file! Yay!
2496
2497         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2498         (oggmux_suite):
2499           Reenable tests now that they pass.
2500
2501 2006-09-29  Wim Taymans  <wim@fluendo.com>
2502
2503         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2504         Stop reading commands when EOF (we read 0) as well.
2505
2506 2006-09-28  Wim Taymans  <wim@fluendo.com>
2507
2508         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2509         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2510         (find_dynamic), (unlinked), (close_link):
2511         Implement delayed caps linking needed for element with a lot of
2512         different caps on the src pads that get fixed at runtime.
2513         Improve management of dynamic elements.
2514
2515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2516         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2517         (gen_preroll_element), (remove_groups), (unknown_type),
2518         (add_element_stream), (no_more_pads_full), (no_more_pads),
2519         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2520         (new_decoded_pad), (setup_subtitle), (array_has_value),
2521         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2522         (analyse_source), (remove_decoders), (make_decoder),
2523         (remove_source), (setup_source), (finish_source), (prepare_output),
2524         (gst_play_base_bin_change_state):
2525         * gst/playback/gstplaybasebin.h:
2526         Use more _CAST instead of full type checking casts.
2527         Small cleanups, plug some leaks.
2528         Handle dynamic sources.
2529         Add some helper functions to create lists of strings used for
2530         blacklisting and other stuff.
2531         Refactor some code dealing with analysing the source.
2532         Re-enable sources without pads (like cd:// or other selfcontained
2533         elements).
2534
2535 2006-09-28  Wim Taymans  <wim@fluendo.com>
2536
2537         * gst-libs/gst/audio/gstbaseaudiosink.c:
2538         (gst_base_audio_sink_render):
2539         When we have a timestamp, we can still perform clipping.
2540         When we have no clock, we must play the sample ASAP.
2541
2542 2006-09-28  Wim Taymans  <wim@fluendo.com>
2543
2544         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2545         Set caps on outgoing buffers.
2546
2547         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2548         (gst_video_rate_event), (gst_video_rate_chain):
2549         * gst/videorate/gstvideorate.h:
2550         Fix videorate some more. Fixes #357977
2551
2552 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2553
2554         * tests/check/elements/adder.c: (adder_suite):
2555           Don't set timeout to 6 seconds when we're running
2556           in valgrind ... (and how is 6 seconds longer than
2557           the default anyway?)
2558
2559 2006-09-28  Wim Taymans  <wim@fluendo.com>
2560
2561         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2562         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2563         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2564         Keep sink and src segment to keep track of time and support more
2565         input formats.
2566         Fix bogus next_offset and run_time calculation, don't understand how
2567         this could have worked before. Fixes #357976.
2568         Remove some unneeded vars.
2569
2570 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2571
2572         * gst/playback/gstplaybin.c: (remove_sinks):
2573           Only remove visualisation from visbin if there is a visbin (or:
2574           don't throw warnings when closing totem without playing a file).
2575
2576 2006-09-27  Wim Taymans  <wim@fluendo.com>
2577
2578         * gst-libs/gst/audio/gstbaseaudiosink.c:
2579         (gst_base_audio_sink_render):
2580         Add some more info in a WARNING.
2581
2582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2583         (gst_base_audio_src_create):
2584         Handle PAUSE in create function, use new -core addition to
2585         wait for playing. Fixes pausing and resuming capture from an
2586         audiosrc.
2587
2588         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2589         (gst_ring_buffer_read):
2590         Constify some more.
2591         Caller supports interrupted reads now.
2592
2593 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2594
2595         * tests/check/Makefile.am:
2596           Another attempt to make the gen64 buildbot happy.
2597
2598 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2599
2600         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2601
2602         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2603         (gst_visual_chain), (gst_visual_change_state):
2604           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2605           correctly. Fixes #357800
2606
2607 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2608
2609         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2610           Add timeout to _get_state() so we see which pipeline it is
2611           that causes trouble on the gen64 build bot.
2612
2613 2006-09-27  Wim Taymans  <wim@fluendo.com>
2614
2615         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2616         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2617         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2618         (gst_base_rtp_depayload_set_gst_timestamp):
2619         the source pad always uses fixed caps.
2620
2621 2006-09-27  Wim Taymans  <wim@fluendo.com>
2622
2623         * docs/libs/gst-plugins-base-libs-docs.sgml:
2624         * docs/libs/gst-plugins-base-libs-sections.txt:
2625         * gst-libs/gst/audio/gstaudioclock.c:
2626         * gst-libs/gst/audio/gstaudioclock.h:
2627         * gst-libs/gst/audio/gstaudiosink.c:
2628         * gst-libs/gst/audio/gstaudiosink.h:
2629         * gst-libs/gst/audio/gstaudiosrc.c:
2630         * gst-libs/gst/audio/gstbaseaudiosink.c:
2631         (gst_base_audio_sink_render):
2632         * gst-libs/gst/audio/gstbaseaudiosink.h:
2633         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2634         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2635         * gst-libs/gst/audio/gstringbuffer.h:
2636         Added docs for the audio libs.
2637
2638 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2639
2640         * tests/check/Makefile.am:
2641           Temporarily disable test that fails on the bots for unknown reasons.
2642
2643 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2644
2645         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2646         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2647         Moved AudioCodecType into priv
2648         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2649
2650 2006-09-25  Wim Taymans  <wim@fluendo.com>
2651
2652         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2653         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2654         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2655         (new_pad):
2656         Cleanups and small leak fixes.
2657         Added Depayloaders to valid list of autopluggable elements.
2658
2659 2006-09-25  Wim Taymans  <wim@fluendo.com>
2660
2661         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2662         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2663         (gen_video_element), (gen_text_element), (gen_audio_element),
2664         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2665         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2666         Detect NO_PREROLL state change returns and disable clock distribution to
2667         the sinks so that sync is disabled.
2668         Avoid some type checking and do simple casts instead.
2669         Small cleanups, fix some FIXMEs.
2670         Be more robust when linking user specified elements, catch an report
2671         errors. Fixes #357404.
2672         Fix some leaks in the error paths.
2673
2674 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2675
2676         * ChangeLog:
2677           ChangeLog surgery for missing bug-number
2678
2679 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2680
2681         Patch by: Peter Kjellerstedt  <pkj at axis com>
2682
2683         * gst/playback/test.c:
2684           Fix compilation with uClibc and -Werror (#357591).
2685
2686 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2687
2688         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2689           Parse dates that are followed by a time as well (#357532).
2690
2691         * tests/check/libs/tag.c: (test_vorbis_tags):
2692           Add unit test for this.
2693
2694 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2695
2696         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2697         (gst_audio_convert_transform_caps):
2698         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2699         * gst/videotestsrc/videotestsrc.h:
2700           A few array const-ifications.
2701
2702 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2703
2704         * tests/check/Makefile.am:
2705           See if this makes the build bots happy.
2706
2707         * tests/check/libs/cddabasesrc.c:
2708           UTF8-ise my name.
2709
2710 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2711
2712         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2713
2714         * gst/subparse/samiparse.c: (handle_start_font),
2715         (fix_invalid_entities):
2716           More case-insensitivity for certain tags; recognise entities with
2717           decimal codes as special entities as well (#357330).
2718
2719 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2720
2721         * gst-libs/gst/Makefile.am:
2722           Need to build tag directory before cdda.
2723
2724 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2725
2726         * docs/libs/gst-plugins-base-libs-sections.txt:
2727         * gst-libs/gst/cdda/Makefile.am:
2728         * gst-libs/gst/cdda/gstcddabasesrc.c:
2729         (gst_cdda_base_src_base_init):
2730         * gst-libs/gst/cdda/gstcddabasesrc.h:
2731         * gst-libs/gst/tag/tag.h:
2732         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2733         (gst_tag_register_musicbrainz_tags):
2734           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2735           depend on libgsttag. This is required so we can extract/read tags like
2736           DISCID without depending on libgstcddabasesrc (which used to register
2737           them).
2738
2739         * gst-libs/gst/tag/gstvorbistag.c:
2740           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2741           tags (also see #347848).
2742
2743         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2744           Log vorbis comments we are actually writing. Const-ify array.
2745
2746 2006-09-23  Wim Taymans  <wim@fluendo.com>
2747
2748         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2749         Improve buffering a bit by avoiding a deadlock because we cannot assume
2750         the underrun is always called.
2751
2752 2006-09-23  Wim Taymans  <wim@fluendo.com>
2753
2754         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2755
2756         * gst-libs/gst/riff/riff-ids.h:
2757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2758         (gst_riff_create_audio_template_caps):
2759         Added MPEG-4 AAC and id and caps. Fixes #357289
2760         Added WMA9 Lossless id.
2761
2762 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2763
2764         * ext/gnomevfs/gstgnomevfssrc.c:
2765           Fix misleading docs addition.
2766
2767         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2768           Get rid of compiler warning the right way.
2769
2770 2006-09-22  Wim Taymans  <wim@fluendo.com>
2771
2772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2773         (gst_base_rtp_depayload_finalize),
2774         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2775         (gst_base_rtp_depayload_push_full),
2776         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2777         (gst_base_rtp_depayload_process),
2778         (gst_base_rtp_depayload_set_gst_timestamp),
2779         (gst_base_rtp_depayload_queue_release):
2780         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2781         Small cleanups.
2782         Fix some leaks.
2783         Refactored the process method and added methods to push from the process
2784         vmethod.
2785         Use _scale functions.
2786         API: gst_base_rtp_depayload_push_ts
2787         API: gst_base_rtp_depayload_push
2788
2789         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2790         timestamps are uint.
2791
2792 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2793
2794         * gst-libs/gst/interfaces/xoverlay.c:
2795           Remove unused statement from doc example.
2796
2797 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2798
2799         * gst-libs/gst/interfaces/videoorientation.c:
2800         (gst_video_orientation_iface_init),
2801         (gst_video_orientation_get_hflip),
2802         (gst_video_orientation_get_vflip),
2803         (gst_video_orientation_get_hcenter),
2804         (gst_video_orientation_get_vcenter),
2805         (gst_video_orientation_set_hflip),
2806         (gst_video_orientation_set_vflip),
2807         (gst_video_orientation_set_hcenter),
2808         (gst_video_orientation_set_vcenter):
2809           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2810           in ChangeLog)
2811
2812 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2813
2814         * tests/check/Makefile.am:
2815         * tests/check/elements/.cvsignore:
2816         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2817         (create_rgb_conversions), (rgb_conversion_free),
2818         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2819         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2820           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2821           but disable for now since it doesn't pass (something wrong with
2822           RGBA somewhere).
2823
2824 2006-09-21  Wim Taymans  <wim@fluendo.com>
2825
2826         * gst/playback/gstplaybasebin.c: (group_commit),
2827         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2828         (queue_out_of_data), (gen_preroll_element),
2829         (preroll_remove_overrun), (probe_triggered):
2830         Refactor handling of overrun detection.
2831         Separate handling of group completion and deadlock detection when doing
2832         network buffering. This should fix some deadlocks that were not detected
2833         because the group was completed.
2834         Add more comments, improve debugging.
2835
2836 2006-09-21  Wim Taymans  <wim@fluendo.com>
2837
2838         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2839         * tests/check/libs/audio.c:
2840         Some more compilation fixes.
2841
2842 2006-09-21  Wim Taymans  <wim@fluendo.com>
2843
2844         * gst-libs/gst/audio/gstringbuffer.c:
2845         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2846         (gst_ring_buffer_read):
2847         Early morning compilation fix.
2848
2849 2006-09-20  Wim Taymans  <wim@fluendo.com>
2850
2851         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2852         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2853         * tests/check/elements/videorate.c: (GST_START_TEST):
2854         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2855         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2856         Fix some warnings.
2857
2858 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2859
2860         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2861         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2862         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2863           Handcrafted merge to help CVS understanding what I changed and what
2864           not.
2865
2866 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2867
2868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2869         (gst_xvimagesink_get_times):
2870           change colorkey behaviour back according to #354773 comment 6/7
2871
2872 2006-09-19  Michael Smith  <msmith@fluendo.com>
2873
2874         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2875         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2876         (gst_multi_fd_sink_recover_client),
2877         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2878         (gst_multi_fd_sink_get_property):
2879         * gst/tcp/gstmultifdsink.h:
2880           Implement stubbed out properties unit-type, units-soft-max,
2881           units-max, to allow specifying maximum sizes in units other than
2882           buffers.
2883           Fixes #355935
2884
2885 2006-09-19  Wim Taymans  <wim@fluendo.com>
2886
2887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2888         (gst_riff_create_audio_template_caps):
2889         Reorder the audio formats a bit for clarity.
2890         Detect and create caps for MSGSM and MSN (WAV49).
2891         Fixes #356596.
2892
2893         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2894         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2895         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2896         Small cleanups, move error handling out of normal flow for clarity.
2897
2898 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2899
2900         * docs/libs/gst-plugins-base-libs-docs.sgml:
2901         * docs/libs/gst-plugins-base-libs.types:
2902         * gst-libs/gst/interfaces/Makefile.am:
2903         * gst-libs/gst/interfaces/videoorientation.c:
2904         (gst_video_orientation_get_type),
2905         (gst_video_orientation_iface_init),
2906         (gst_video_orientation_get_hflip),
2907         (gst_video_orientation_get_vflip),
2908         (gst_video_orientation_get_hcenter),
2909         (gst_video_orientation_get_vcenter),
2910         (gst_video_orientation_set_hflip),
2911         (gst_video_orientation_set_vflip),
2912         (gst_video_orientation_set_hcenter),
2913         (gst_video_orientation_set_vcenter):
2914         * gst-libs/gst/interfaces/videoorientation.h:
2915           API: Add new interface to control video orientation (fixes #354908)
2916
2917 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2918
2919         * gst/videotestsrc/gstvideotestsrc.c:
2920           Use G_UNLIKELY in _create and log one more detail.
2921           
2922         (gst_video_test_src_get_times), (gst_video_test_src_create):
2923         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2924           Use gst_util_uint64_scale_int in _get_times().
2925
2926 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2927
2928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2929           Give better warning message (add object and detail).
2930
2931 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2932
2933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2934         (gst_xvimagesink_get_times):
2935           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2936           #354773), use gst_util_uint64_scale_int in _get_times()
2937
2938 2006-09-18  Michael Smith  <msmith@fluendo.com>
2939
2940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2941           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2942           always true, leading to dropping all timestamps.
2943
2944 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2945
2946         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2947         (gst_visual_chain), (gst_visual_change_state):
2948           update to work also with libvisual 0.4 API, fix double unref (#355914)
2949           
2950         * tools/gst-launch-ext.1.in:
2951         * tools/gst-visualise.1.in:
2952           remove references to old man-pages
2953
2954         * tests/examples/seek/seek.c: (main):
2955           add real meadi-buttons, add tool-tips for the seek-options, arrange
2956           seek options in a table
2957
2958 2006-09-18  Michael Smith  <msmith@fluendo.com>
2959
2960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2961         (gst_ogg_mux_push_buffer):
2962           Don't generate out-of-order timestamps from oggmux, instead clamp
2963           output timestamps to be >= the previously output ts.
2964           Fixes #355595
2965
2966 2006-09-18  Michael Smith  <msmith@fluendo.com>
2967
2968         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2969         (gst_multi_fd_sink_class_init):
2970           Updates, fixes, and typo corrections for multifdsink. No functional
2971           changes.
2972
2973 2006-09-17  Michael Smith  <msmith@fluendo.com>
2974
2975         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2976           Don't crash on truncated files - check that we got an 8 byte buffer
2977           before trying to memcmp it.
2978
2979 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2980
2981         * gst/playback/gstplaybasebin.c: (get_active_source):
2982           Make stream-switching appear instant to the application
2983           (ie. make sure that a g_object_get on 'current-foo' returns
2984           the stream previously set with g_object_set(). Totem needs
2985           this to update stream-related meta-info (like audio-codec)
2986           correctly when switching streams.
2987
2988 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2989
2990         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2991         (gst_alsa_mixer_ensure_track_list):
2992           Try harder to guess which mixer track is the master mixer
2993           track (instead of just taking the first one that has a pvolume).
2994           Fixes #342228.
2995
2996 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2997
2998         reviewed by: <delete if not using a buddy>
2999
3000         * gst-libs/gst/audio/audio.h:
3001         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3002
3003 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3004
3005         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3006         (gst_audio_convert_transform_caps):
3007           Get structure-name just once.
3008
3009 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3010
3011         * tests/check/elements/audioresample.c: (GST_START_TEST):
3012         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3013         * tests/check/elements/volume.c: (GST_START_TEST):
3014         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3015         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3016         (test_pipeline), (GST_START_TEST):
3017         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3018         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3019           Fix big batch of compiler warnings.
3020
3021 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3022
3023         * ext/gnomevfs/gstgnomevfssrc.c:
3024           Add docs about icydemux usage in connection with gnomevfssrc
3025
3026         * ext/libvisual/visual.c:
3027         * ext/ogg/gstoggaviparse.c:
3028         * ext/ogg/gstoggdemux.c:
3029         * ext/ogg/gstoggmux.c:
3030         * ext/ogg/gstoggparse.c:
3031         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3032         * gst-libs/gst/audio/gstaudiosink.c:
3033         * gst-libs/gst/audio/gstaudiosrc.c:
3034         * gst/audiorate/gstaudiorate.c:
3035           More G_OBJECT macro fixing.
3036
3037         * gst/audiotestsrc/gstaudiotestsrc.h:
3038           Fix wrong info in header due to copy & paste
3039
3040 2006-09-15  Wim Taymans  <wim@fluendo.com>
3041
3042         * gst-libs/gst/audio/gstbaseaudiosink.c:
3043         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3044         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3045         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3046         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3047         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3048         Do the delay calculation in the source/sink base classes as this is
3049         specific for the capture/playback mode.
3050         Try to fixate a bit better, like round depth up to a multiple of 8
3051         bigger than width.
3052         Handle underruns correctly by marking DISCONT on buffers and adjusting
3053         timestamps to handle the gap.
3054         Set offset/offset_end correctly on buffers.
3055
3056         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3057         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3058         (gst_ring_buffer_read):
3059         Remove resync and underrun recovery from the ringbuffer.
3060         Fix ringbuffer read code on under/overrun.
3061
3062 2006-09-15  Wim Taymans  <wim@fluendo.com>
3063
3064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3065         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3066         (queue_threshold_reached), (gst_play_base_bin_set_property),
3067         (gst_play_base_bin_get_property):
3068         * gst/playback/gstplaybasebin.h:
3069         Don't use a 0 low watermark when buffering, it is catching starvation
3070         way too late. Instead, use a 3 second queue with 30 and 95
3071         percent low/high watermarks. 
3072         Added queue-min-threshold property to configure low watermark.
3073         Use new _buffering message API.
3074         Make queue_threshold variable big enough to store a uint64 time value.
3075         API: playbin::queue-min-threshold property.
3076
3077 2006-09-15  Wim Taymans  <wim@fluendo.com>
3078
3079         * configure.ac:
3080         We require 0.10.10.1 now because of _wait_preroll().
3081
3082         * gst-libs/gst/audio/gstbaseaudiosink.c:
3083         (gst_base_audio_sink_render):
3084         Use gst_base_sink_wait_preroll().
3085
3086 2006-09-15  Wim Taymans  <wim@fluendo.com>
3087
3088         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3089         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3090         Use DEBUG_OBJECT more.
3091
3092 === release 0.10.10 ===
3093
3094 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3095
3096         patch by: Michael Smith <msmith at fluendo dot com>
3097
3098         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3099         (gst_multi_fd_sink_client_queue_buffer),
3100         (gst_multi_fd_sink_new_client):
3101         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3102         (multifdsink_suite):
3103           Fix implementation of sync-method 'next-keyframe'
3104           Closes #354594
3105
3106 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3107
3108         patch by: Wim Taymans <wim at fluendo dot com>
3109
3110         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3111         This patch removes the RANDOM flag that was incorrectly introduced with
3112         revision 1.91.  Fixes #354590
3113
3114 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3115
3116         * tests/check/Makefile.am:
3117           Random variation in Makefile line to see if it makes the
3118           gen64-base-full bot any happier.
3119
3120 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3121
3122         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3123           Disable test that fails at the moment (killed after timeout).
3124
3125 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3126
3127         Patch by: James Livingston  <doclivingston at gmail.com>
3128
3129         * tests/check/Makefile.am:
3130         * tests/check/pipelines/.cvsignore:
3131         * tests/check/pipelines/oggmux.c: (get_page_codec),
3132         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3133         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3134         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3135         (test_theora_vorbis), (oggmux_suite):
3136           Add simple unit test for oggmux from #337026 with checking for the
3137           EOS flags disabled for the time being.
3138
3139 2006-09-04  Wim Taymans  <wim@fluendo.com>
3140
3141         patch by: Alessandro Dessina <alessandro nnva org>
3142
3143         * ext/ogg/gstoggmux.c:
3144         Add cmml caps to oggmux. Fixes #353912
3145
3146 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3149           Returning a return value often helps. In this case, we
3150           don't need the return value anyway, so just get rid of it.
3151           Should make build bots much happier.
3152
3153 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3154
3155         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3156         (paint_get_structure), (gst_video_test_src_get_size),
3157         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3158         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3159         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3160         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3161         * gst/videotestsrc/videotestsrc.h:
3162           Add support for AYUV and the various RGBA formats. Initialise
3163           fields of paintinfo structs allocated on the stack.
3164
3165         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3166         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3167         (check_rgb_buf), (videotestsrc_suite):
3168           Add unit tests for videotestsrc's RGB output.
3169
3170 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3171
3172         * gst/videotestsrc/gstvideotestsrc.c:
3173         (gst_video_test_src_pattern_get_type),
3174         (gst_video_test_src_set_pattern):
3175         * gst/videotestsrc/gstvideotestsrc.h:
3176         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3177         (gst_video_test_src_black), (gst_video_test_src_white),
3178         (gst_video_test_src_red), (gst_video_test_src_green),
3179         (gst_video_test_src_blue):
3180         * gst/videotestsrc/videotestsrc.h:
3181           Add more uni-colour patterns ("white", "red", "green", and "blue").
3182
3183 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3184
3185         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3186           Fix stride for YVYU, should be word-aligned (#353658).
3187
3188 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3189
3190         * gst/adder/gstadder.c: (gst_adder_src_event):
3191           Fix build.
3192
3193 2006-08-31  Edward Hervey  <edward@fluendo.com>
3194
3195         * gst/adder/gstadder.c: (forward_event_func),
3196         (gst_adder_src_event), (gst_adder_collected),
3197         (gst_adder_change_state):
3198         * gst/adder/gstadder.h:
3199         Remember the start position asked in the incoming seeks, so we can
3200         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3201         of assuming it will always be 0).
3202
3203 2006-08-31  Edward Hervey  <edward@fluendo.com>
3204
3205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3206         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3207         (gst_ogg_demux_loop):
3208         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3209
3210 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3211
3212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3213         (gst_ffmpegcsp_get_unit_size):
3214           Return FALSE instead of returning a random false unit
3215           size when the format isn't known/supported (even if
3216           this shouldn't happen under normal circumstances).
3217
3218 2006-08-29  Wim Taymans  <wim@fluendo.com>
3219
3220         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3221
3222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3223         (gst_gnome_vfs_src_start):
3224         Try harder to get the size from a uri by using _info_uri() when
3225         _info_from_handle() does not give us enough info. 
3226         Also follow symlinks when getting the size.
3227         Partially Fixes #332864.
3228
3229 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3230
3231         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3232
3233         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3234         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3235         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3236         (gst_alsa_mixer_set_record):
3237         * ext/alsa/gstalsamixertrack.c:
3238         (gst_alsa_mixer_track_update_alsa_capabilities),
3239         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3240         (gst_alsa_mixer_track_update):
3241         * ext/alsa/gstalsamixertrack.h:
3242           Improve and fix mixer track handling, in particular better handling
3243           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3244           separate track objects for tracks that have both capture and playback
3245           volume (and label them differently as well so they're not mistakenly
3246           assumed to be duplicates); classify mixer tracks that only affect
3247           the audible volume of something (rather than the capture volume)
3248           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3249           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3250           (following the meaning documented in the mixer interface header
3251           file); add support for alsa's exclusive cswitch groups; update/sync
3252           state/flags better if mixer settings are changed by another
3253           application. Fixes #336075.
3254
3255 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3256
3257         * gst/playback/gstplaybin.c:
3258           Improve docs: add section about BUFFERING messages sent by playbin.
3259
3260 2006-08-29  Michael Smith  <msmith@fluendo.com>
3261
3262         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3263         (gst_vorbis_enc_buffer_check_discontinuous),
3264         (gst_vorbis_enc_chain):
3265           Ignore explicit DISCONT marked on buffers (which is often spurious,
3266           particularly when using multiple segments), in favour of solely
3267           using the timestamps/durations.
3268
3269 2006-08-29  Edward Hervey  <edward@fluendo.com>
3270
3271         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3272         Don't rely on incoming buffers offset anymore, since it is completely
3273         broken when using multiple segments.
3274         Instead convert the incoming buffers timestamp to running time, and
3275         then convert that value to the offsets.
3276         Also inform GstSegment of the last outputted stop position, which is
3277         needed if we received several segments with an unknown stop value.
3278
3279 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3280
3281         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3282           fix buffer unreffing on a header push failure
3283
3284 2006-08-28  Wim Taymans  <wim@fluendo.com>
3285
3286         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3287         (gst_audio_rate_chain):
3288         Make the metadata of the buffer writable before changing its
3289         flags.
3290
3291 2006-08-28  Wim Taymans  <wim@fluendo.com>
3292
3293         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3294         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3295         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3296         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3297         Fix audiorate some more.
3298         Reset and resync counters on flush and READY.
3299         Handle the DISCONT flag correctly.
3300         Use GstSegment to track position.
3301         Fail when not negotiated.
3302         Fixes #353234.
3303
3304 2006-08-25  Michael Smith  <msmith@fluendo.com>
3305
3306         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3307           Fix spelling.
3308           Remove accidently included debug line.
3309
3310 2006-08-25  Wim Taymans  <wim@fluendo.com>
3311
3312         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3313         Small cleanups.
3314         If a buffer is received with no caps, make the buffer metadata
3315         writable and set the caps, making sure that we don't screw up the
3316         refcounts.
3317
3318 2006-08-25  Michael Smith  <msmith@fluendo.com>
3319
3320         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3321         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3322           Fix memory leaks and misleading debug messages, add a couple of
3323           comments.
3324
3325         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3326         (gst_multi_fd_sink_render):
3327           Do not use gst_buffer_make_writable() in a basesink render method,
3328           as it may incorrectly unref the buffer. Instead, use convoluted
3329           dance to avoid copying the buffer except when we need to.
3330
3331 2006-08-25  Michael Smith  <msmith@fluendo.com>
3332
3333         * ext/vorbis/vorbisenc.c:
3334         (gst_vorbis_enc_buffer_check_discontinuous):
3335           Allow very small discontinuities in the timestamps. These we can't
3336           do anything useful with anyway (because vorbis's timestamps have
3337           only sample granularity), and are commonly produced by elements with
3338           minor bugs. Allow up to 1/2 a sample out.
3339           Fixes #351742.
3340
3341 2006-08-24  Wim Taymans  <wim@fluendo.com>
3342
3343         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3344         (play_scrub_toggle_cb), (main):
3345         Add a checkbox to enable play scrubbing. Makes it possible to disable
3346         normal scrubbing.
3347
3348 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3349
3350         * tests/check/elements/.cvsignore:
3351           make buildbot happy
3352
3353 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3354
3355         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3356         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3357         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3358         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3359         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3360         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3361         (gst_ogm_text_parse_strip_trailing_zeroes),
3362         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3363         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3364           Refactor ogm parse, do better input checking, misc. clean-ups.
3365           Cache incoming events and push them once the source pad has
3366           been created. Don't pass unterminated strings to sscanf().
3367           Strip trailing zeroes from subtitle text output, since they
3368           are not valid UTF-8. Don't push vorbiscomment packets on
3369           the subtitle text pad. Output perfect streams if possible.
3370
3371 2006-08-23  Wim Taymans  <wim@fluendo.com>
3372
3373         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3374         Waits for tasks to settle down so that we clean up correctly for 
3375         valgrind.
3376
3377 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3378
3379         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3380           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3381           actually return return value in taglists_are_equal.
3382
3383 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3386           Fix crash due to broken bitstream parsing on x86-64: can't make
3387           any assumptions about sizeof(struct) due to alignment/packing
3388           differences on different architectures. Fixes #351790.
3389
3390 2006-08-22  Wim Taymans  <wim@fluendo.com>
3391
3392         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3393         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3394         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3395         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3396         (gst_riff_parse_info):
3397         Protect public functions against bad input.
3398         Do some cleanups.
3399         Fix documentation.
3400
3401 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3402
3403         * gst-libs/gst/riff/riff-ids.h:
3404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3405           Add voxware audio IDs (even if we can't play it) (#351795).
3406
3407 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3408
3409         * gst-libs/gst/riff/riff-media.c:
3410         (gst_riff_create_video_template_caps),
3411         (gst_riff_create_audio_template_caps),
3412         (gst_riff_create_iavs_template_caps):
3413           Const-ify some arrays and use G_N_ELEMENTS instead
3414           of wasting oodles of RAM on terminator bits.
3415
3416 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3417
3418         * gst-libs/gst/tag/gstvorbistag.c:
3419         (gst_tag_list_to_vorbiscomment_buffer):
3420         * tests/check/libs/tag.c: (GST_START_TEST):
3421           And the same for _to_vorbiscomment_buffer(): allow
3422           id_data_len == 0 for speex.
3423
3424 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3425
3426         * configure.ac:
3427         * docs/plugins/Makefile.am:
3428         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3429         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3430         * docs/plugins/inspect/plugin-gdp.xml:
3431         * gst/gdp/Makefile.am:
3432         * tests/check/Makefile.am:
3433           Move GDP plugin to -base from -bad.  Closes #347783.
3434
3435 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3436
3437         * gst-libs/gst/tag/gstvorbistag.c:
3438         (gst_tag_list_from_vorbiscomment_buffer):
3439           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3440           Also add some checks to make sure we don't memcmp() beyond the end of
3441           vorbiscomment buffer if the ID to check for is larger than the buffer.
3442
3443         * tests/check/libs/tag.c: (GST_START_TEST):
3444           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3445
3446 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3447
3448         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3449         (gst_vorbis_enc_set_metadata):
3450           Use vorbis comment utility functions from libgsttag
3451           instead of re-inventing the wheel (partially fixes #347091).
3452
3453 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3454
3455         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3456         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3457         as some that won't.
3458
3459 2006-08-21  Wim Taymans  <wim@fluendo.com>
3460
3461         * docs/libs/Makefile.am:
3462         * docs/libs/gst-plugins-base-libs-sections.txt:
3463         * docs/libs/gst-plugins-base-libs.types:
3464         Don't try to GObject scan the netbuffer as it's not a GObject.
3465         Fixes #351308.
3466
3467         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3468         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3469         Document GstNetBuffer.
3470
3471 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3472
3473         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3474         (audioconvert_suite):
3475           Add testcase for caps-size-explosion
3476
3477 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3478
3479         * gst/audioconvert/gstaudioconvert.c:
3480         (gst_audio_convert_get_unit_size), (set_structure_widths):
3481           Lower debug, use g_assert in _get_unit_size
3482
3483         * gst/audioresample/gstaudioresample.c:
3484         (audioresample_get_unit_size):
3485         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3486         (gst_ffmpegcsp_get_unit_size):
3487         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3488           use g_assert in _get_unit_size
3489
3490 2006-08-18  Wim Taymans  <wim@fluendo.com>
3491
3492         * docs/libs/gst-plugins-base-libs-sections.txt:
3493         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3494         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3495         (gst_rtp_buffer_get_payload_buffer):
3496         * gst-libs/gst/rtp/gstrtpbuffer.h:
3497         Document GstRTPBuffer.
3498         Added function to efficiently strip payload headers.
3499         API: gst_rtp_buffer_get_payload_subbuffer()
3500
3501 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3502
3503         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3504         (gst_tag_to_vorbis_comments):
3505           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3506           tags and deserialise them properly as well (#347091).
3507           Add some more gtk-doc blurbs and also some g_return_if_fail().
3508
3509         * tests/check/libs/tag.c: (GST_START_TEST),
3510         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3511           More tests.
3512
3513 2006-08-17  Wim Taymans  <wim@fluendo.com>
3514
3515         * ext/ogg/Makefile.am:
3516         * ext/ogg/gstogg.c: (plugin_init):
3517         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3518         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3519         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3520         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3521         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3522         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3523         Added ogg-in-avi parser element. Fixes #140139.
3524
3525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3526         Fixed a bug in oggdemux debug code.
3527
3528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3529         (gst_riff_create_audio_template_caps):
3530         Recognise Ogg in the AVI extensible wave format.
3531
3532 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3533
3534         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3535           Make buffer durations add up (duration should be next_ts-ts for
3536           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3537           from CVS.
3538
3539         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3540         (test_buffer_timestamps), (cddabasesrc_suite):
3541           Add unit test for the above.
3542
3543         * tests/check/Makefile.am:
3544           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3545           to see what happens.
3546
3547 2006-08-16  Wim Taymans  <wim@fluendo.com>
3548
3549         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3550         (gst_alsasink_open):
3551         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3552         (gst_alsasrc_open):
3553         Avoid setting and using a NULL device name.
3554         Print more info when we fail to open a device.
3555
3556 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3557
3558         * docs/libs/gst-plugins-base-libs-sections.txt:
3559         * gst-libs/gst/tag/tag.h:
3560         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3561           API: add gst_tag_parse_extended_comment() (#351426).
3562
3563         * tests/check/Makefile.am:
3564         * tests/check/libs/.cvsignore:
3565         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3566           Add unit test for gst_tag_parse_extended_comment().
3567
3568 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3569
3570         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3572           Fix leak (#351502).
3573
3574 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3575
3576         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3577         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3578         * docs/plugins/gst-plugins-base-plugins.args:
3579         * gst/playback/gstplaybin.c:
3580           Document playbin.
3581           
3582         * docs/plugins/inspect/plugin-adder.xml:
3583         * docs/plugins/inspect/plugin-alsa.xml:
3584         * docs/plugins/inspect/plugin-audioconvert.xml:
3585         * docs/plugins/inspect/plugin-audiorate.xml:
3586         * docs/plugins/inspect/plugin-audioresample.xml:
3587         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3588         * docs/plugins/inspect/plugin-cdparanoia.xml:
3589         * docs/plugins/inspect/plugin-decodebin.xml:
3590         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3591         * docs/plugins/inspect/plugin-gnomevfs.xml:
3592         * docs/plugins/inspect/plugin-ogg.xml:
3593         * docs/plugins/inspect/plugin-pango.xml:
3594         * docs/plugins/inspect/plugin-playbin.xml:
3595         * docs/plugins/inspect/plugin-subparse.xml:
3596         * docs/plugins/inspect/plugin-tcp.xml:
3597         * docs/plugins/inspect/plugin-theora.xml:
3598         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3599         * docs/plugins/inspect/plugin-video4linux.xml:
3600         * docs/plugins/inspect/plugin-videorate.xml:
3601         * docs/plugins/inspect/plugin-videoscale.xml:
3602         * docs/plugins/inspect/plugin-videotestsrc.xml:
3603         * docs/plugins/inspect/plugin-volume.xml:
3604         * docs/plugins/inspect/plugin-vorbis.xml:
3605         * docs/plugins/inspect/plugin-ximagesink.xml:
3606         * docs/plugins/inspect/plugin-xvimagesink.xml:
3607           Update to CVS version.
3608
3609 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3612         (gst_play_bin_set_property), (gst_play_bin_get_property),
3613         (value_list_append_structure_list),
3614         (gst_play_bin_handle_redirect_message),
3615         (gst_play_bin_handle_message):
3616           API: GstPlayBin::connection-speed
3617           Add "connection-speed" property; re-order redirect messages with
3618           multiple redirect locations depending on the minimum bitrate if
3619           that information is available and a connection speed is set
3620           (#350399).
3621
3622 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3623
3624         * gst/playback/gstplaybin.c:
3625           Update max volume to the same value that the volume element uses.
3626
3627 2006-08-14  Wim Taymans  <wim@fluendo.com>
3628
3629         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3630         Less uglyness..
3631
3632 2006-08-14  Wim Taymans  <wim@fluendo.com>
3633
3634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3635         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3636         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3637         Add some more debug info.
3638         Don't crash when a seek failed.
3639         Actually return the result of the seek instead of TRUE.
3640         Ignore multiple BOS pages with the same serial so that we don't create
3641         the same stream multiple times.
3642         Post an error when we fail to do the initial seek.
3643
3644 2006-08-13  Wim Taymans  <wim@fluendo.com>
3645
3646         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3647         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3648         Small code cleanup.
3649
3650         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3651         (gst_alsa_mixer_new):
3652         Remove hack that always set the device to hw:0*.
3653         Properly find the card name for whatever device was configured.
3654         Do some better debugging.
3655         Fixes #350784.
3656
3657         * ext/alsa/gstalsamixerelement.c:
3658         (gst_alsa_mixer_element_set_property),
3659         (gst_alsa_mixer_element_change_state):
3660         Cleanups.
3661         Handle setting of a NULL device name better.
3662
3663 2006-08-11  Wim Taymans  <wim@fluendo.com>
3664
3665         * gst/adder/gstadder.c:
3666         Don't clip float values. Fixes #350900.
3667
3668 2006-08-11  Andy Wingo  <wingo@pobox.com>
3669
3670         * gst/tcp/gsttcp.c: Really fix the build?
3671
3672         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3673         fixes the build.
3674
3675 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3676
3677         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3678           Float caps shouldn't have a "signed" field.
3679
3680 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3683           Implement SEEKING query in its most basic form, so that we can
3684           at least check if we're seekable or not (#350655).
3685
3686 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3687
3688         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3689           The checks here are not even close to anything that would
3690           justify MAXIMUM probability, lowering to POSSIBLE until someone
3691           fixes the checks (case at hand: quicktime redirection files
3692           might start with 00 00 01 XX and pass the checks here just
3693           fine, see #350399).
3694
3695 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3696
3697         Patch by: Sjoerd Simons  <sjoerd at luon net>
3698
3699         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3700           Better detection for multipart/x-mixed-replace: accept leading
3701           whitespaces before the boundary marker as well (as our very own
3702           multipartmux used to produce) (#349068).
3703
3704 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3705
3706         Patch by: Young-Ho Cha  <ganadist at chollian net>
3707
3708         * gst-libs/gst/riff/riff-ids.h:
3709         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3710         (gst_riff_create_audio_template_caps):
3711           Detect DTS audio streams (#350157).
3712
3713 2006-08-05  Andy Wingo  <wingo@pobox.com>
3714
3715         * ext/theora/gsttheoraparse.h:
3716         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3717         (theora_parse_dispose, theora_parse_set_property)
3718         (theora_parse_get_property, theora_parse_munge_granulepos)
3719         (theora_parse_push_buffer, theora_parse_change_state):
3720         API: GstTheoraParse::synchronization-points
3721         Add a property 'synchronization-points' to fix badly synchronized oggs.
3722
3723 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3724
3725         * tests/check/Makefile.am:
3726         * tests/check/libs/.cvsignore:
3727         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3728         (fixed_caps_have_channel_positions), (GST_START_TEST),
3729         (audio_suite), (main):
3730           Add a few tests for the channel position stuff in libgstaudio.
3731
3732 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3735         (gst_alsa_detect_channels):
3736         * ext/alsa/gstalsasink.c:
3737           Add support for cards that (only) do more than 8 channels,
3738           like the Delta 44 (#345188).
3739
3740         * gst-libs/gst/audio/multichannel.c:
3741         (gst_audio_check_channel_positions):
3742         * gst-libs/gst/audio/multichannel.h:
3743           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3744           unspecified channel position and cannot be combined with any
3745           of the other audio channel positions; adjust position layout
3746           checks accordingly (#345188).
3747
3748 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3749
3750         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3751           Recognise ancient RealAudio files (see #349779).
3752
3753 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         Patch by: Jens Granseuer  <jensgr at gmx net>
3756
3757         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3758           Add typefinder for Interplay's MVE format (#348973).
3759
3760 2006-08-02  Wim Taymans  <wim@fluendo.com>
3761
3762         Patch by: Marcel Moreaux <marcelm at luon dot net>
3763
3764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3765         (gst_base_rtp_depayload_add_to_queue):
3766         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3767         Handle RTP sequence number rollover.
3768         Disable jitterbuffer by default.
3769
3770 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3771
3772         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3773         (audioresample_set_caps):
3774         Don't leak references to the incoming caps. Clean them up when
3775         stopping.
3776
3777         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3778         (gst_video_scale_finalize):
3779         Don't leak our temporary pixel buffer.
3780
3781         * tests/check/Makefile.am:
3782         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3783         (GST_START_TEST), (simple_launch_lines_suite):
3784
3785         Fix leaks and re-enable the test for valgrind checking.
3786
3787 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3788
3789         Patch by: Sjoerd Simons  <sjoerd at luon net>
3790
3791         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3792         (plugin_init):
3793           Add typefind function for multipart/x-mixed-replace (#348916).
3794
3795 2006-07-28  Wim Taymans  <wim@fluendo.com>
3796
3797         * gst/adder/gstadder.c: (gst_adder_setcaps),
3798         (gst_adder_query_duration):
3799         Fix leak in duration query.
3800         Reflow some docs and notes.
3801
3802 2006-07-28  Michael Smith  <msmith@fluendo.com>
3803
3804         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3805         (vorbisenc_suite):
3806           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3807           aspect of it.
3808
3809 2006-07-28  Michael Smith  <msmith@fluendo.com>
3810
3811         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3812         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3813         (gst_vorbis_enc_push_buffer),
3814         (gst_vorbis_enc_buffer_check_discontinuous),
3815         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3816         * ext/vorbis/vorbisenc.h:
3817           Handle discontinuities in the input vorbis stream correctly,
3818           so that the output is properly timestamped (and has good granulepos
3819           values). Needs some oggmux fixes too.
3820
3821 2006-07-27  Wim Taymans  <wim@fluendo.com>
3822
3823         patch by: Kai Vehmanen <kv2004 eca cx>
3824
3825         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3826         (gst_base_rtp_depayload_chain),
3827         (gst_base_rtp_depayload_handle_sink_event),
3828         (gst_base_rtp_depayload_change_state):
3829         Don't send multiple newsegments with different formats.
3830         Fixes #348677.
3831
3832 2006-07-26  Wim Taymans  <wim@fluendo.com>
3833
3834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3835         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3836         Make seeking in ogg more accurate again by doing the more correct
3837         granuletime to stream time conversion.
3838
3839 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3840
3841         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3842         (gst_multi_fd_sink_new_client):
3843           debug a little more understandably
3844           do not use goto as a substitute for break, especially if
3845           break is also being used
3846
3847 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3848
3849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3850         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3851           Remove GLib-2.6 compatibility cruft.
3852
3853 2006-07-24  Wim Taymans  <wim@fluendo.com>
3854
3855         * gst-libs/gst/audio/gstbaseaudiosink.c:
3856         (gst_base_audio_sink_render):
3857         Don't try to align a sample to an unknown value.
3858
3859 2006-07-24  Wim Taymans  <wim@fluendo.com>
3860
3861         * gst-libs/gst/audio/gstbaseaudiosink.c:
3862         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3863         When the audio clock is slaved to another clock, never try to align
3864         samples but trust the rate interpolation algorithm.
3865
3866 2006-07-24  Wim Taymans  <wim@fluendo.com>
3867
3868         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3869         Don't try to calculate silence samples, base class does this much
3870         better now.
3871
3872         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3873         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3874         (gst_ring_buffer_acquire):
3875         Calculate silence samples correctly.
3876
3877         * gst-libs/gst/audio/gstringbuffer.h:
3878         Add _CAST macro.
3879
3880 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3883           Limit search for the first markup tag to the first few kB of
3884           the file. If we don't find one there, it's highly unlikely that
3885           this is an XML(-ish) file.
3886
3887 2006-07-21  Andy Wingo  <wingo@pobox.com>
3888
3889         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3890         test to the one in vorbisenc. Also commented out.
3891
3892         * tests/check/pipelines/vorbisenc.c: 
3893         (test_discontinuity): New test, commented out until Mike lands
3894         some elite vorbisenc patches.
3895
3896         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3897         Bufferstraw was actually factored out of these tests. Now we share
3898         code yay.
3899
3900         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3901         for bufferstraw addition to gstcheck.
3902
3903 2006-07-21  Wim Taymans  <wim@fluendo.com>
3904
3905         * ext/theora/theoradec.c: (clip_buffer):
3906         Better clipping.
3907
3908 2006-07-21  Wim Taymans  <wim@fluendo.com>
3909
3910         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3911         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3912         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3913         Fix leak.
3914         Avoid type casting when we can.
3915
3916         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3917         Fix mem leak.
3918
3919 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         * ext/alsa/gstalsamixerelement.c:
3922         (gst_alsa_mixer_element_change_state):
3923           Make state change fail if the specified device can't be opened
3924           for some reason.
3925
3926 2006-07-20  Wim Taymans  <wim@fluendo.com>
3927
3928         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3929         (cb_newpad), (main):
3930         Example of a small audio/video player using decodebin.
3931
3932 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3933
3934         * gst-libs/gst/riff/riff-ids.h:
3935           Add 'fact' chunk id
3936
3937 2006-07-19  Wim Taymans  <wim@fluendo.com>
3938
3939         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3940         (gst_base_rtp_depayload_chain),
3941         (gst_base_rtp_depayload_change_state):
3942         Don't assert when not negotiated but post a meaningfull 
3943         error message. Fixes #347918.
3944
3945         * gst-libs/gst/rtp/gstbasertppayload.c:
3946         Add comment about better default MTU size.
3947
3948         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3949         Small cleanups, start docs.
3950
3951 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3952
3953         Patch by: Martin Szulecki
3954
3955         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3956           If "device-name" is requested and the device is not
3957           open, try to temporarily open it to obtain this
3958           information (#342494).
3959
3960 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3961
3962         * gst-libs/gst/tag/gstid3tag.c:
3963           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3964
3965         * gst-libs/gst/tag/gsttageditingprivate.h:
3966         * gst-libs/gst/tag/gstvorbistag.c:
3967           Some more random const-ifications.
3968
3969 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3970
3971         * gst-libs/gst/riff/riff-ids.h:
3972         * gst-libs/gst/riff/riff-media.c:
3973         (gst_riff_create_video_template_caps):
3974           Add more FOURCCs (sort list to make stuff easier to find),
3975           add comment what those 16 bytes in struct _gst_riff_strh according to
3976           one avi-dumper are
3977
3978 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3979
3980         * gst-libs/gst/audio/multichannel.c:
3981         (gst_audio_check_channel_positions),
3982         (gst_audio_fixate_channel_positions):
3983           Const-ify two arrays.
3984
3985 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3988           Fix typo, so that alsasink also advertises 8 channels
3989           if that's supported (tags: can, worms, open, alsa, ph34r).
3990
3991 2006-07-17  Wim Taymans  <wim@fluendo.com>
3992
3993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3994         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3995         *sigh*, when is the compiler going to warn when the comments
3996         are out-of-sync with the code.. Refix case of busted theora
3997         headers with 0 granule pos.
3998
3999 2006-07-14  Wim Taymans  <wim@fluendo.com>
4000
4001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4002         (gst_base_rtp_depayload_wait),
4003         (gst_base_rtp_depayload_change_state),
4004         (gst_base_rtp_depayload_set_property),
4005         (gst_base_rtp_depayload_get_property):
4006         Fix 99% cpu load by waiting for absolute times on the
4007         clock. Fixes #347300.
4008
4009 2006-07-14  Andy Wingo  <wingo@pobox.com>
4010
4011         * ext/theora/gsttheoraparse.h: 
4012         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4013         (theora_parse_push_headers, theora_parse_clear_queue)
4014         (theora_parse_drain_queue_prematurely, )
4015         (theora_parse_sink_event, theora_parse_change_state): Queue events
4016         until we initialized our state, like in vorbisparse.
4017
4018         * ext/vorbis/vorbisparse.h: 
4019         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4020         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4021         (vorbis_parse_drain_queue_prematurely, )
4022         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4023         until we have initialized our state. Fixes seeking after an
4024         initial pad block.
4025
4026 2006-07-14  Andy Wingo  <wingo@pobox.com>
4027
4028         Patch by: Iain Holmes <iaingnome@gmail.com>
4029         
4030         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4031
4032 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4033
4034         * configure.ac:
4035         Bump nano back to CVS
4036
4037 === release 0.10.9 ===
4038
4039 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4040
4041         * configure.ac:
4042           releasing 0.10.9, "I walk the line"
4043
4044 2006-07-14  Michael Smith  <msmith@fluendo.com>
4045
4046         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4047           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4048           (commonly happens when running this test under valgrind) when trying
4049           to remove the buffer probe.
4050
4051 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4052
4053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4054         Fix missing g_unlock from the previous commit
4055
4056 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4057
4058         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4059         (gst_ximagesink_change_state):
4060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4061         (gst_xvimagesink_change_state):
4062         Implement a locking order to ensure we always take the object lock
4063         before the x_lock and never vice-versa.
4064
4065 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4066
4067         * gst/playback/gstdecodebin.c: (find_compatibles):
4068         Fix a caps leak when linking (#347304)
4069
4070         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4071         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4072         (gst_ximagesink_change_state):
4073         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4074         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4075         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4076         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4077         Don't leak shared memory resources. Use the object lock to protect
4078         against the xcontext disappearing while returning a buffer from the
4079         pipeline. (#347304)
4080
4081 2006-07-12  Edward Hervey  <edward@fluendo.com>
4082
4083         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4084         (vorbis_handle_comment_packet):
4085         gst_tag_list_merge() returns a new object. Take that into account when
4086         using it. This avoids memleak.
4087         Revert previous commit which is not needed.
4088
4089 2006-07-12  Edward Hervey  <edward@fluendo.com>
4090
4091         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4092         Reset the decoder in finalize so that all fields get cleared.
4093
4094 2006-07-12  Wim Taymans  <wim@fluendo.com>
4095
4096         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4097         (gst_base_audio_src_set_clock),
4098         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4099         Don't try to post an error message when setting the clock fails
4100         as this can happen when adding an element to a bin which will then
4101         deadlock. Fixes #347296.
4102
4103 2006-07-12  Edward Hervey  <edward@fluendo.com>
4104
4105         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4106         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4107         (vorbis_handle_type_packet):
4108         Post tag messages on the bus even if we're not initialized.
4109         If we're not initialized, we still postpone the event pushing of tags.
4110
4111 2006-07-12  Wim Taymans  <wim@fluendo.com>
4112
4113         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4114         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4115         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4116         Revert last two changes that broke the freeze.
4117
4118 2006-07-12  Wim Taymans  <wim@fluendo.com>
4119
4120         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4121         basesink calculates silence sample correctly for us.
4122
4123 2006-07-12  Wim Taymans  <wim@fluendo.com>
4124
4125         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4126         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4127         Calculate correct silence samples so we don't fill our ringbuffer
4128         with noise.
4129
4130 2006-07-12  Edward Hervey  <edward@fluendo.com>
4131
4132         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4133         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4134         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4135         * ext/vorbis/vorbisdec.h:
4136         Delay sending events (newsegment, tags) until the decoder is properly
4137         initialized.
4138         Fixes #347295
4139
4140 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4141
4142         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4143         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4144           Patch from #347221 adding a test for audioconvert
4145           channel remappings.
4146
4147 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4150         (gst_ssa_parse_parse_line):
4151           Don't include the terminating NUL in the buffer size,
4152           it's only there for extra paranoia (would add random
4153           '*' characters at the end of each subtitle since the
4154           terminator itself is not valid UTF-8 technically).
4155           Also fix indenting after boilerplate macro.
4156
4157 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4158
4159         * gst/playback/gstdecodebin.c: (close_pad_link):
4160           Also emit 'unknown-type' signal (which should really be
4161           called unhandled-type) if we found potential decoders/demuxers
4162           in the registry but none of them worked in the end (as in the
4163           case where the plugins don't exist any longer but are still
4164           listed in the registry). Fixes #329798.
4165
4166 2006-07-08  Andy Wingo  <wingo@pobox.com>
4167
4168         * theoraparse.c (theora_parse_push_buffer)
4169         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4170         Add some more debugging. Fix granulepos reconstruction in the face
4171         of discontinuities.
4172
4173 2006-07-06  Wim Taymans  <wim@fluendo.com>
4174
4175         * gst-libs/gst/audio/gstbaseaudiosink.c:
4176         (gst_base_audio_sink_class_init),
4177         (gst_base_audio_sink_provide_clock):
4178         Use gobject_class instead of G_OBJECT_CLASS (klass)
4179
4180         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4181         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4182         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4183         (gst_base_audio_src_get_time),
4184         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4185         (gst_base_audio_src_create_ringbuffer):
4186         Fix latency and buffer-time constants and properties ala basesink.
4187         Implement pull based scheduling. Fixes #346527.
4188         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4189         one segment.
4190         Refuse slaving to another clock instead of silently not working.
4191         Only provide a clock when we are actually able to do so.
4192         Various small cleanups and compiler hints.
4193
4194 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4195
4196         Patch by: Lutz Mueller <lutz at topfrose de>
4197
4198         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4199         (plugin_init):
4200           Add typefinding for text/html (#346581).
4201
4202 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4203
4204         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4205         (xml_check_first_element), (xml_type_find), (smil_type_find):
4206           Fix SMIL typefinding, make xml_check_first_element() more
4207           useful.
4208
4209 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4210
4211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4212         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4213         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4214         * gst/playback/gstplaybasebin.h:
4215           Protect list of elements with a subtitle-encoding property and
4216           the subtitle encoding member itself with a lock of their own
4217           instead of using the object lock. This prevents a dead-lock in
4218           the element-remove callback in some circumstances when shutting
4219           down playbin.
4220
4221 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4222
4223         * win32/common/libgsttag.def:
4224         Export some new functions.
4225         * win32/vs6/libgstogg.dsp:
4226         Add a link to libgsttag-0.10.lib.
4227
4228 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4229
4230         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4231           Some const-ification.
4232
4233 2006-07-04  Wim Taymans  <wim@fluendo.com>
4234
4235         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4236         Improve checking if we are dealing with a stream. Added some
4237         more uris that need buffering.
4238
4239 2006-07-03  Edward Hervey  <edward@fluendo.com>
4240
4241         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4242         Remove unused variable.
4243
4244 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4245
4246         * Makefile.am:
4247           include lcov.mak
4248         * configure.ac:
4249           add GCOV_LIBS to GST_LIBS
4250
4251 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4252
4253         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4254
4255         * ext/alsa/gstalsasrc.c:
4256           Add 32 bps to template caps and increase channels range
4257           from [1,2] to [1,MAX]. See #346326.
4258
4259 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4260
4261         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4262           Recognise 'WMVA' video codec fourcc (#345879).
4263           
4264 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4265          
4266         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4267           Fixed nasty memory leak
4268
4269 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4270
4271         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4272         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4273           fix logging
4274
4275 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4276
4277         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4278         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4279         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4280         Protect remove_fakesink using a mutex, so that we don't try and
4281         remove the fakesink simultaneously from multiple threads.
4282
4283         When going from READY to PAUSED, restore the fakesink, so that
4284         it is there when decodebin gets reused.
4285
4286 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4290         * gst-libs/gst/rtp/gstbasertppayload.c:
4291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4292         * gst/tcp/gstmultifdsink.c:
4293         * gst/tcp/gsttcpclientsink.c:
4294         * gst/tcp/gsttcpclientsrc.c:
4295         * gst/tcp/gsttcpserversink.c:
4296         * gst/tcp/gsttcpserversrc.c:
4297         * gst/videorate/gstvideorate.c:
4298         * gst/videotestsrc/gstvideotestsrc.c:
4299         * sys/v4l/gstv4ljpegsrc.c:
4300         * sys/v4l/gstv4lmjpegsink.c:
4301         * sys/v4l/gstv4lsrc.c:
4302         * tests/examples/seek/scrubby.c:
4303         * tests/examples/seek/seek.c:
4304           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4305
4306 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4309           Second field in GEnumValue shouldn't be a description,
4310           but a stringified version of the enum value.
4311
4312 2006-06-22  Wim Taymans  <wim@fluendo.com>
4313
4314         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4315         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4316         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4317         Avoid type checking in buffer casts.
4318         Avoid caps copy in buffer_alloc when we can.
4319         Use pad_peer_accept.
4320
4321 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * gst-libs/gst/tag/tag.h:
4324           Oops, make that 'Since: 0.10.9'.
4325
4326 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * docs/libs/gst-plugins-base-libs-sections.txt:
4329         * gst-libs/gst/tag/tag.h:
4330         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4331         (gst_tag_image_type_get_type):
4332           API: add GstTagImageType enum to describe images contained
4333           in image tags (#345641).
4334
4335 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4338           Fix warnings with gst-inspect: "buffers-min" property
4339           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4340           typo in property description.
4341
4342 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4343
4344         Patch by: Cody Russell <bratsche at gnome org>
4345
4346         * gst/audioresample/gstaudioresample.c:
4347         (gst_audioresample_class_init):
4348         * gst/playback/gststreamselector.c:
4349         (gst_stream_selector_class_init):
4350         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4351         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4352         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4353         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4354         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4355         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4356         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4357         * gst/videotestsrc/gstvideotestsrc.c:
4358         (gst_video_test_src_class_init):
4359         * gst/volume/gstvolume.c: (gst_volume_class_init):
4360           Avoid unnecessary class cast check in class_init
4361           functions (#337747).
4362
4363 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4366         (gst_text_overlay_video_chain):
4367           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4368           and doesn't validate its input either (and neither did
4369           textoverlay it seems). Let's do that then and fix #345206.
4370
4371 2006-06-19  Wim Taymans  <wim@fluendo.com>
4372
4373         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4374         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4375         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4376         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4377         (find_syncframe), (find_limits), (assign_value),
4378         (count_burst_unit), (gst_multi_fd_sink_new_client),
4379         (gst_multi_fd_sink_handle_client_write),
4380         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4381         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4382         (gst_multi_fd_sink_change_state):
4383         * gst/tcp/gstmultifdsink.h:
4384         Added shiny new burst-on-connect methods.
4385         Add properties to control the minimal amount of data queued.
4386         Small cleanups.
4387         API: bytes-min property
4388         API: time-min property
4389         API: buffers-min property
4390         API: burst-unit property
4391         API: burst-value property
4392         API: add-full signal
4393
4394         * gst/tcp/gsttcp-marshal.list:
4395         Added new marshaller code for the new signal.
4396
4397         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4398         (multifdsink_suite):
4399         Added testcases for new burst methods.
4400
4401 2006-06-19  Edward Hervey  <edward@fluendo.com>
4402
4403         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4404         Implement clipping for accurate seeking.
4405         Closes #345225
4406
4407 2006-06-19  Wim Taymans  <wim@fluendo.com>
4408
4409         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4410
4411         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4412         (gst_video_scale_transform):
4413         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4414
4415 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4416
4417         * configure.ac:
4418           Fix --disable-external (can't set conditionals conditionally,
4419           #343602).
4420
4421 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * tests/check/elements/audioresample.c: (test_reuse),
4424         (audioresample_suite):
4425           Add test case for bug #342789 fixed below.
4426
4427 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4428
4429         * gst/audioresample/gstaudioresample.c:
4430         (gst_audioresample_class_init), (gst_audioresample_init),
4431         (audioresample_start), (audioresample_stop),
4432         (gst_audioresample_set_property), (gst_audioresample_get_property):
4433           Implement GstBaseTransform::start and ::stop so that audioresample
4434           can clear its internal state properly and be reused instead of
4435           causing non-negotiated errors with playbin under some circumstances
4436           (#342789).
4437
4438         * tests/check/elements/audioresample.c: (setup_audioresample),
4439         (cleanup_audioresample):
4440           Need to set element state here so that ::start and ::stop are
4441           called.
4442
4443 2006-06-16  Wim Taymans  <wim@fluendo.com>
4444
4445         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4446
4447         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4448         Parse extra data better, apparently it's right behind
4449         the normal strf header size. Fixes #343500.
4450
4451 2006-06-16  Wim Taymans  <wim@fluendo.com>
4452
4453         * ext/alsa/gstalsasink.c: (set_hwparams):
4454         If we fail to set the buffer_time and period_time alsa
4455         parameters, post a warning and leave alsa select a 
4456         default instead of failing. Fixes #342085
4457
4458 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4459
4460         * docs/libs/gst-plugins-base-libs-sections.txt:
4461         * gst-libs/gst/cdda/gstcddabasesrc.h:
4462           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4463           out in the header file and shouldn't be listed in the docs.
4464
4465         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4466           Must dereference pointer to fourcc in the debug statement.
4467
4468 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4469
4470         * docs/libs/Makefile.am:
4471         * docs/libs/gst-plugins-base-libs-docs.sgml:
4472         * docs/libs/gst-plugins-base-libs-sections.txt:
4473         * docs/libs/gst-plugins-base-libs.types:
4474         add remaining symbols into correct setions
4475         
4476         * gst-libs/gst/audio/gstringbuffer.c:
4477         fix incomplete docs
4478         
4479         * gst-libs/gst/audio/gstringbuffer.h:
4480         comment out not yet implemented function
4481         
4482         
4483         * gst-libs/gst/floatcast/floatcast.h:
4484         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4485         add short descriptions
4486         
4487         
4488         * gst-libs/gst/interfaces/propertyprobe.c:
4489         fix return value docs   
4490         
4491         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4492         simplify debug logging
4493         
4494         * gst-libs/gst/riff/riff-read.h:
4495         sync function prototype and docs
4496         
4497         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4498         remove left over symbol
4499
4500 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4501
4502         * autogen.sh:
4503         * configure.ac:
4504         * docs/Makefile.am:
4505           Use GST_PLUGIN_DOCS macro in configure.ac, add
4506           --enable-plugin-docs default to autogen.sh and use
4507           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4508
4509 2006-06-15  Wim Taymans  <wim@fluendo.com>
4510
4511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4512         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4513         (gst_ogg_demux_loop):
4514         Combine GstFlowReturn from the source pads to give a
4515         meaningfull result to the upstream peer or to stop the
4516         processing task in case of errors.
4517
4518 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * gst/playback/gststreaminfo.c: (cb_probe):
4521           Try GST_TAG_CODEC as fallback when extracting the
4522           codec name; more debug info.
4523
4524 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4525
4526         * ext/ogg/Makefile.am:
4527         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4528           Extract language tags from ogm subtitle streams, so that
4529           the subtitle menu choices are labelled correctly in
4530           Totem (fixes #344708).
4531
4532 2006-06-14  Wim Taymans  <wim@fluendo.com>
4533
4534         Patch by: Alessandro Decina <alessandro at nnva dot org>
4535
4536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4537         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4538         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4539         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4540         Fix various leaks. Fixes #343699.
4541         Add x-smoke mime type.
4542
4543 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * gst-libs/gst/riff/riff-ids.h:
4546           Add IDs for 'bext' chunks (see #343837).
4547
4548 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4549
4550         Patch by: Young-Ho Cha  <ganadist at chollian net>
4551
4552         * gst/subparse/samiparse.c: (sami_context_pop_state),
4553         (handle_start_font), (end_sami_element):
4554           Honour font face tags in SAMI subtitles (#344503).
4555
4556 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4557
4558         * po/POTFILES.in:
4559           add missing files containing translatable strings
4560
4561 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4562
4563         * docs/libs/tmpl/.cvsignore:
4564           we don't want those *.sgml files in CVS either
4565
4566 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4567
4568         * docs/libs/.cvsignore:
4569         * tests/check/elements/.cvsignore:
4570         * tests/check/libs/.cvsignore:
4571           ignore more
4572
4573 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4574
4575         * docs/libs/Makefile.am:
4576           also commiting the changed Makefile.am (added more libs to the
4577           doc-build)
4578
4579 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4580
4581         * docs/libs/gst-plugins-base-libs-docs.sgml:
4582         * docs/libs/gst-plugins-base-libs-sections.txt:
4583         * docs/libs/gst-plugins-base-libs.types:
4584           first batch of reordering things, add index & hierarchy
4585
4586 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4587
4588         * configure.ac:
4589           use GST_PKG_CHECK_MODULES, cleans up output
4590
4591 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4594           Add support for burn:// URIs (#343385); const-ify things a bit,
4595           use G_N_ELEMENTS instead of hard-coded array size.
4596
4597 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4598
4599         Patch by: Young-Ho Cha  <ganadist at chollian net>
4600
4601         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4602           Fix up broken entities before passing them to libxml *sigh*.
4603           (#343303).
4604           
4605 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4606
4607         * configure.ac:
4608           back to TRUNK
4609
4610 === release 0.10.8 ===
4611
4612 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4613
4614         * configure.ac:
4615           releasing 0.10.8, "Moar gij ziet mij nie"
4616
4617 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4618
4619         * configure.ac:
4620         * po/af.po:
4621         * po/az.po:
4622         * po/cs.po:
4623         * po/en_GB.po:
4624         * po/hu.po:
4625         * po/it.po:
4626         * po/nb.po:
4627         * po/nl.po:
4628         * po/or.po:
4629         * po/sq.po:
4630         * po/sr.po:
4631         * po/sv.po:
4632         * po/uk.po:
4633         * po/vi.po:
4634         * win32/common/config.h:
4635           0.10.7.2 prerelease
4636
4637 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4638
4639         * docs/libs/tmpl/gstaudio.sgml:
4640         * docs/libs/tmpl/gstcolorbalance.sgml:
4641         * docs/libs/tmpl/gstmixer.sgml:
4642         * docs/libs/tmpl/gstringbuffer.sgml:
4643         * docs/libs/tmpl/gsttuner.sgml:
4644         * docs/libs/tmpl/gstxoverlay.sgml:
4645         * gst-libs/gst/audio/audio.c:
4646         * gst-libs/gst/audio/gstringbuffer.c:
4647         * gst-libs/gst/interfaces/colorbalance.c:
4648         * gst-libs/gst/interfaces/mixer.c:
4649         * gst-libs/gst/interfaces/tuner.c:
4650         * gst-libs/gst/interfaces/xoverlay.c:
4651           move last template doc snippets to source code and delete them
4652
4653 2006-06-06  Michael Smith  <msmith@fluendo.com>
4654
4655         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4656         (theora_parse_drain_queue):
4657           Mark DELTA_UNIT on non-keyframes.
4658
4659 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4660
4661         * gst-libs/gst/audio/gstbaseaudiosink.c:
4662         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4663         * gst-libs/gst/audio/gstbaseaudiosink.h:
4664         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4665         (gst_ring_buffer_samples_done):
4666         * gst-libs/gst/audio/gstringbuffer.h:
4667         Document better the fact that latency_time and buffer_time are values
4668         stored in microseconds, and not the usual GStreamer nanoseconds.
4669         Change the variables (compatibly) that store them from GstClockTime 
4670         to guint64 to make it more clear that they're not storing clock times.
4671         Also, remove the bogus property description that says the user can
4672         specify -1 to get the default value, since that's never been the case.
4673
4674         When computing the default segment size for the ring buffer, make it
4675         an integer number of samples.
4676
4677         When the sub-class indicates a delay greater than the number of
4678         samples we've written return 0 from the audio sink get_time method.
4679
4680 2006-06-02  Michael Smith  <msmith@fluendo.com>
4681
4682         * tests/check/elements/audioconvert.c: (set_channel_positions),
4683         (get_float_mc_caps), (get_int_mc_caps):
4684         * tests/check/elements/audioresample.c:
4685         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4686         * tests/check/elements/videorate.c:
4687         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4688         * tests/check/elements/volume.c:
4689         * tests/check/elements/vorbisdec.c:
4690         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4691           Don't busy-wait in tests; this was causing test timeouts very
4692           frequently when running under valgrind.
4693
4694 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4695
4696         * gst/tcp/README:
4697         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4698         (gst_multi_fd_sink_remove_client_link),
4699         (gst_multi_fd_sink_client_queue_caps),
4700         (gst_multi_fd_sink_client_queue_buffer),
4701         (gst_multi_fd_sink_handle_client_write),
4702         (gst_multi_fd_sink_render):
4703         * gst/tcp/gstmultifdsink.h:
4704           make multifdsink properly deal with streamheader:
4705           - streamheader is taken from caps
4706           - buffers marked with IN_CAPS are not sent
4707           - streamheaders are sent, on connection, from the caps of the
4708             buffer where the client gets positioned to
4709           - further streamheader changes are done every time the client
4710             will receive a buffer with different caps
4711         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4712         (gst_multifdsink_create_streamheader):
4713           add tests for this
4714
4715 2006-06-02  Michael Smith  <msmith@fluendo.com>
4716
4717         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4718           Reinstate limit on channel count. Vorbis does not define the meaning
4719           of > 6 channels, so they're just independent channels. Gstreamer
4720           currently has no mechanism to represent N independent channels.
4721
4722 2006-06-02  Michael Smith  <msmith@fluendo.com>
4723
4724         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4725           Don't arbitrarily restrict channel counts and rate in vorbis.
4726           In terms of effects likely on real-world files, this fixes 96kHz
4727           playback of vorbis.
4728
4729 2006-06-02  Michael Smith  <msmith@fluendo.com>
4730
4731         * gst/audioconvert/audioconvert.c: (float):
4732           More correct float->int conversion.
4733
4734 2006-06-02  Michael Smith  <msmith@fluendo.com>
4735
4736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4737           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4738           value. Fixes g-critical on trying to play back ogg containing
4739           unknown codec.
4740
4741 2006-06-02  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4744         (setup_source):
4745         * gst/playback/gstplaybasebin.h:
4746         Make the subtitle detection work from any thread so we don't
4747         deadlock. Fixes #343397.
4748
4749 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4750
4751         * gst/volume/Makefile.am:
4752           Seriously, it's not *that* hard to get compilation right.  Even
4753           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4754
4755 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4756
4757         * gst/volume/gstvolume.c: (volume_choose_func),
4758         (volume_update_real_volume), (gst_volume_class_init),
4759         (gst_volume_init), (volume_process_float), (volume_process_int16),
4760         (volume_process_int16_clamp), (volume_set_caps),
4761         (volume_transform_ip), (plugin_init):
4762         * gst/volume/gstvolume.h:
4763         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4764         another property desc., remove unused param from process function
4765         
4766         * tests/check/elements/volume.c: (volume_suite):
4767         reactivate the passthrough test
4768
4769 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4770
4771         * ext/alsa/gstalsamixerelement.h:
4772         * ext/alsa/gstalsamixeroptions.h:
4773         * ext/alsa/gstalsamixertrack.h:
4774         * ext/gnomevfs/gstgnomevfssink.h:
4775         * ext/gnomevfs/gstgnomevfssrc.h:
4776         * ext/theora/gsttheoradec.h:
4777         * ext/theora/gsttheoraenc.h:
4778         * ext/theora/gsttheoraparse.h:
4779         * ext/vorbis/vorbisparse.h:
4780         * gst-libs/gst/audio/gstaudioclock.h:
4781         * gst-libs/gst/audio/gstaudiofilter.h:
4782         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4783         * gst/audioconvert/gstaudioconvert.h:
4784         * gst/audioresample/gstaudioresample.h:
4785         * gst/audiotestsrc/gstaudiotestsrc.h:
4786         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4787         * gst/playback/gststreamselector.h:
4788         * gst/tcp/gstmultifdsink.h:
4789         * gst/tcp/gsttcpclientsink.h:
4790         * gst/tcp/gsttcpclientsrc.h:
4791         * gst/tcp/gsttcpserversink.h:
4792         * gst/tcp/gsttcpserversrc.h:
4793         * gst/videorate/gstvideorate.h:
4794         * gst/videoscale/gstvideoscale.h:
4795         * gst/videotestsrc/gstvideotestsrc.h:
4796         * gst/volume/gstvolume.h:
4797         * sys/v4l/gstv4ljpegsrc.h:
4798         * sys/v4l/gstv4lmjpegsink.h:
4799         * sys/v4l/gstv4lmjpegsrc.h:
4800         * sys/v4l/gstv4lsrc.h:
4801         * sys/ximage/ximagesink.h:
4802         * sys/xvimage/xvimagesink.h:
4803         * tests/old/testsuite/alsa/sinesrc.h:
4804         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4805
4806 2006-05-31  Wim Taymans  <wim@fluendo.com>
4807
4808         * ext/libvisual/visual.c: (gst_visual_reset),
4809         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4810         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4811         Handle DISCONT.
4812         Use running time before doing QoS.
4813         Handle mono too.
4814
4815 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4816
4817         * docs/libs/Makefile.am:
4818           set a magic variable to indicate we know the docs are incomplete
4819
4820 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4821
4822         * win32/common/libgstvideo.def:
4823           export gst_video_calculate_display_ratio
4824         * win32/vs6/libgstvideoscale.dsp:
4825           add link to libgstvideo-0.10.lib
4826
4827 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4828
4829         * gst/playback/gstplaybasebin.c: (gen_source_element):
4830           Throw a more comprehensible error for rtsp:// URIs (rather
4831           than erroring out with a negotiation error later on) until
4832           we fix playbin to handle rtspsrc etc.
4833
4834 2006-05-30  Wim Taymans  <wim@fluendo.com>
4835
4836         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4837         (gst_text_overlay_text_event):
4838         Added some FIXMEs.
4839
4840 2006-05-30  Wim Taymans  <wim@fluendo.com>
4841
4842         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4843         (gst_adder_request_new_pad), (gst_adder_release_pad):
4844         * gst/adder/gstadder.h:
4845         Implement release_request_pad.
4846         Make padcounter atomic.
4847
4848         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4849         Added check for release_pad in adder.
4850
4851 2006-05-30  Wim Taymans  <wim@fluendo.com>
4852
4853         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4854         Fix build again.
4855
4856 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4857
4858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4859         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4860         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4861         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4862         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4863         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4864         (gst_ogg_demux_bisect_forward_serialno),
4865         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4866         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4867           add more debugging
4868           clean up printf formats for granulepos and serialno
4869
4870 2006-05-30  Michael Smith  <msmith@fluendo.com>
4871
4872         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4873         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4874         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4875         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4876         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4877         * ext/vorbis/vorbisenc.h:
4878           Multi-channel caps negotiation, so we can do proper multichannel
4879           vorbis encoding, negotiated through audioconvert.
4880
4881 2006-05-30  Wim Taymans  <wim@fluendo.com>
4882
4883         * tests/check/elements/adder.c: (test_event_message_received),
4884         (test_play_twice_message_received), (GST_START_TEST),
4885         (adder_suite):
4886         Added check to show that #339935 is fixed with ongoing
4887         adder and collectpads fixes.
4888
4889 2006-05-29  Wim Taymans  <wim@fluendo.com>
4890
4891         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4892         Don't leak pad name.
4893
4894 2006-05-29  Wim Taymans  <wim@fluendo.com>
4895
4896         * gst/adder/gstadder.c: (gst_adder_query_duration),
4897         (forward_event_func), (forward_event), (gst_adder_src_event):
4898         Fix adder seeking.
4899         Make query/seeking code threadsafe.
4900
4901         * tests/check/Makefile.am:
4902         * tests/check/elements/adder.c: (test_event_message_received),
4903         (GST_START_TEST), (test_play_twice_message_received):
4904         Fix adder test case.
4905
4906 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         Patch by: Young-Ho Cha  <ganadist at chollian net>
4909
4910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4911         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4912         (set_encoding_element), (decodebin_element_added_cb),
4913         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4914         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4915         * gst/playback/gstplaybasebin.h:
4916           Add 'subtitle-encoding' property to playbin, so applications can
4917           force a subtitle encoding for non-UTF8 subtitles (#342268).
4918
4919         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4920         (gst_sub_parse_set_property):
4921           Rename recently-added 'encoding' property to 'subtitle-encoding'
4922           (so it can be proxied by playbin/decodebin in a generic way
4923           with less danger of false positives).
4924
4925 2006-05-29  Michael Smith  <msmith@fluendo.com>
4926
4927         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4928         (append_with_other_format), (set_structure_widths),
4929         (gst_audio_convert_transform_caps):
4930           Patch from #341562: give more specific audio caps in get_caps, so
4931           that basetransform  can make better decisions on what caps to
4932           negotiate.
4933
4934 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4935
4936         * tests/check/elements/volume.c:
4937         make it compile again
4938
4939 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4940
4941         * tests/check/elements/volume.c: (volume_suite):
4942         disable test until #343196 gets resolved
4943
4944 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4945
4946         * gst/adder/gstadder.c: (gst_adder_get_type):
4947         Make it easier to copy&paste
4948         
4949         * gst/volume/Makefile.am:
4950         * gst/volume/gstvolume.c: (volume_update_real_volume),
4951         (gst_volume_set_volume), (gst_volume_set_mute),
4952         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4953         (volume_transform_ip), (volume_update_mute),
4954         (volume_update_volume):
4955         * gst/volume/gstvolume.h:
4956         Add own debug category, move duplicate code to helper function, fix
4957         property texts, add more comments and prepare ffor liboil-goodness
4958         
4959         * tests/check/Makefile.am:
4960         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4961         add test for mute and passtrough case, be a bit more verbose to track
4962         failure
4963         
4964         * tests/check/generic/states.c: (GST_START_TEST):
4965         catch elements that fail to instantiate
4966
4967 2006-05-28  Edward Hervey  <edward@fluendo.com>
4968
4969         * tests/check/pipelines/simple-launch-lines.c:
4970         * tests/check/pipelines/theoraenc.c:
4971         * tests/check/pipelines/vorbisenc.c:
4972         Comment out tests using parse_launch() if core was built without
4973         parsing capabilities.
4974
4975 2006-05-27  Edward Hervey  <edward@fluendo.com>
4976
4977         * tests/check/Makefile.am:
4978         Extra bonus points for whoever explains to ensonic that you are meant
4979         to test unit tests thoroughly before commiting them, especially if
4980         you know it's going to break.
4981         De-activated element/adder tests.
4982
4983 2006-05-27  Edward Hervey  <edward@fluendo.com>
4984
4985         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4986         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4987         Marking caps conversion issues as GST_WARNING is way too verbose,
4988         Moving them to GST_LOG.
4989
4990 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4991
4992         * README:
4993           Replace current README (containing the release notes from
4994           some 0.9.x version) with a proper README taken from the core.
4995
4996 2006-05-26  Wim Taymans  <wim@fluendo.com>
4997
4998         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4999         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5000         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5001         (vorbis_dec_change_state):
5002         Small cleanups.
5003         Add some FIXMEs
5004         Clip output samples to segment boundaries.
5005
5006 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5007
5008         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5009         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5010         Improve the errors produced on bad output, including some human
5011         readable description strings.
5012         Handle the (theoretical for ximagesink) case where the XServer 
5013         has a different idea about the size required for a particular 
5014         frame and gives us too small a memory allocation.
5015
5016 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5017
5018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5019         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5020         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5021         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5022         Improve the errors produced on bad output, including some human 
5023         readable description strings.
5024         Handle RGB Xv formats properly by transforming them into our 
5025         big-endian caps description.
5026         Use gst_caps_truncate to ensure that we never try and choose a
5027         non-fixed caps in buffer_alloc.
5028         Handle the case where the XServer has a different idea about the size
5029         required for a particular frame and gives us too small a memory
5030         allocation.
5031         Use -1 to indicate 'no image format', because 0 is a valid XServer
5032         image format number.
5033         Put RGB Xv formats at the end of the caps, so that we always prefer
5034         YUV format frames.
5035         Iterate the available Xv Encodings to determine the maximum width and
5036         height, and then return that in our caps.
5037         (Closes #315312, #337544)
5038
5039 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5040
5041         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5042         When there is only one unfinished pad and it receives an event that
5043         doesn't match our requirements, we need to set alldone=FALSE so that
5044         the fakesink is not removed yet.
5045
5046 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5049           Use gst_type_find_helper_for_buffer() to find the type
5050           of stream from the first packet.
5051
5052         * configure.ac:
5053           Bump requirements to core CVS (needed for vorbis
5054           typefinding to work).
5055
5056 2006-05-24  Edward Hervey  <edward@fluendo.com>
5057
5058         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5059         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5060         contain.  Else they play perfectly fine with qtdemux.
5061
5062 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5063
5064         * ext/theora/theoradec.c:
5065         * ext/theora/theoraenc.c:
5066         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5067         * gst/audiorate/gstaudiorate.c:
5068           make more debug catagories static
5069         
5070         * tests/check/Makefile.am:
5071         * tests/check/elements/adder.c: (message_received),
5072         (test_event_message_received), (GST_START_TEST),
5073         (test_play_twice_message_received), (adder_suite):
5074           added test case for using element twice, extra bonus points for anyone
5075           who can make these test run reliably
5076
5077 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5078
5079         * ext/theora/theoradec.c: (theora_dec_chain):
5080           Make work with time-stamped input buffers that do not
5081           have a granulepos in BUFFER_OFFSET_END (like theora
5082           buffers coming from matroskademux). Fixes #342448.
5083
5084 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5085
5086         Patch by: Peter Kjellerstedt  <pkj at axis com>
5087
5088         * gst/tcp/Makefile.am:
5089           fdstresstest doesn't need Gtk+, fix compilation if 
5090           gtk is not available (#342566).
5091
5092 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5093          
5094         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5095           80 line columns
5096           Removed redundant floor()
5097
5098 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5099
5100         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5101           On second thought, just skip JUNK chunks automatically, so
5102           the caller doesn't have to handle this. Fixes #342345.
5103           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5104           not GST_FLOW_ERROR.
5105
5106 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5109           Don't bail out on JUNK chunks with a size of 0 (would try to
5110           pull_range 0 bytes before, which sources don't like too much).
5111           See #342345.
5112
5113 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5114
5115         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5117         Use the gstutil scaling function to preserve 64 bits while calculating
5118         output width and height from the display-aspect-ratio. (A continuation
5119         of #341542)
5120
5121 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5122
5123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5124         (gst_xvimagesink_buffer_alloc):
5125         * sys/xvimage/xvimagesink.h:
5126         When performing buffer allocations, remember the caps and image format
5127         we return so that if the same caps are asked for next time we can
5128         return them immediately without doing any caps intersections.
5129
5130 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5131          
5132         * gst-libs/gst/rtp/README:
5133           Some new documentation
5134         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5135           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5136         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5137         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5138           New RTP audio base payloader class. Supports frame or sample based
5139           codecs.  Not enabled in Makefile.am until approved.
5140
5141 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5142
5143         * tests/check/elements/alsa.c: (test_device_property_probe):
5144           Fix test case: don't try to free NULL GValueArray when there
5145           are no devices.
5146
5147 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5148
5149         * tests/check/Makefile.am:
5150         * tests/check/elements/alsa.c: (test_device_property_probe),
5151         (alsa_suite), (main):
5152           Add simple test that runs a device property probe on alsasrc,
5153           alsasink and alsamixer. Disable valgrind check for now (too
5154           many leaks in libasound, and valgrind ignored my suppressions
5155           additions).
5156
5157 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5158
5159         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5160         (gst_alsa_device_property_probe_probe_property),
5161         (gst_alsa_device_property_probe_needs_probe),
5162         (gst_alsa_device_property_probe_get_values),
5163         (gst_alsa_type_add_device_property_probe_interface):
5164         * ext/alsa/gstalsadeviceprobe.h:
5165         * ext/alsa/gstalsamixerelement.c:
5166         (gst_alsa_mixer_element_init_interfaces):
5167         * ext/alsa/gstalsamixerelement.h:
5168           Clean up and simplify alsa device probing. Make it actually work
5169           for multiple classes. Don't cache results any longer.
5170
5171         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5172         (gst_alsasink_init):
5173         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5174         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5175         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5176           Make alsasink and alsasrc implement the GstPropertyProbe interface
5177           for device probing (#342181).
5178           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5179
5180 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5181
5182         * gst/subparse/samiparse.c: (handle_start_font):
5183           Don't ignore return value of strtol (++compiler_happiness).
5184
5185 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5186
5187         Patch by: Young-Ho Cha  <ganadist chollian net>
5188
5189         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5190         (gst_sub_parse_class_init), (gst_sub_parse_init),
5191         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5192         (convert_encoding):
5193         * gst/subparse/gstsubparse.h:
5194           Add 'encoding' property (#341681).
5195
5196         * gst/subparse/samiparse.c: (characters_sami):
5197           Output is pango markup, so we need to escape text
5198           between tags (#342143).
5199
5200 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         * gst-libs/gst/audio/multichannel.c:
5203         (gst_audio_check_channel_positions):
5204           It's okay to have caps with channels=1 and a channel position
5205           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5206           (deinterleavers might want to keep the position in the caps,
5207           so that they can be re-interleaved again properly later).
5208           Leave check for unexpected 2-channel layouts intact for now.
5209
5210 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5211
5212         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5213         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5214         basesrc can do its job correctly.
5215
5216 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         * ext/alsa/Makefile.am:
5219         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5220         (gst_alsa_detect_formats), (get_channel_free_structure),
5221         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5222         (gst_alsa_probe_supported_formats):
5223         * ext/alsa/gstalsa.h:
5224         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5225           Refactor and improve caps probing code: probe signedness
5226           when we probe the supported formats/widths; set endianness
5227           to the one we actually probed for (ie. cpu endianness).
5228           
5229         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5230         (gst_alsasrc_close):
5231         * ext/alsa/gstalsasrc.h:
5232           Implement caps probing for alsasrc.
5233
5234 2006-05-15  Wim Taymans  <wim@fluendo.com>
5235
5236         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5237         (theora_dec_src_query), (theora_dec_src_event),
5238         (theora_dec_sink_event), (theora_handle_comment_packet),
5239         (theora_handle_data_packet), (theora_dec_change_state):
5240         Cleanups, add some G_LIKELY.
5241         Use segment helpers instead of our own wrong code.
5242         Clear queued buffers on seek and READY.
5243
5244         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5245         (vorbis_dec_convert), (vorbis_dec_src_query),
5246         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5247         (vorbis_handle_comment_packet), (vorbis_dec_push),
5248         (vorbis_handle_data_packet), (vorbis_dec_chain),
5249         (vorbis_dec_change_state):
5250         * ext/vorbis/vorbisdec.h:
5251         Remove old useless packetno variable.
5252         Do position query properly.
5253         Add some G_LIKELY.
5254         Do cleanup of queued buffers in new helper function
5255         and use it.
5256
5257 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5260           Query supported sample rates. Fixes #341732.
5261
5262 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5263
5264         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5265         (gst_decode_bin_change_state): Make decodebin reusable
5266         when going from PAUSE_TO_READY and then back to PAUSED.
5267         Fixes #331678.
5268
5269 2006-05-15  Wim Taymans  <wim@fluendo.com>
5270
5271         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5272         (vorbis_dec_convert), (vorbis_dec_src_query),
5273         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5274         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5275         (vorbis_dec_clean_queued), (vorbis_dec_push),
5276         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5277         Cleanups. Use refcounting and DEBUG_OBJECT.
5278         Reset segment on flush, use code methods instead of our
5279         own wrong version.
5280         Fix potential memleak.
5281
5282 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5283
5284         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5285         (gst_alsasink_init):
5286         * ext/alsa/gstalsasink.h:
5287           Don't leak allocated snd_output_t structure if there's
5288           more than one alsasink instance at a time (#341873).
5289           Also fix GObject macros in header file.
5290           
5291 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5292
5293         * gst/subparse/gstsubparse.c:
5294         (gst_sub_parse_data_format_autodetect):
5295           Don't use libxml functions in the typefinding code.
5296
5297 2006-05-15  Wim Taymans  <wim@fluendo.com>
5298
5299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5300         Fix seeking performance in the case where a non-header 
5301         packet has a 0 granulepos (busted theora case). 
5302         Fixes #341719
5303         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5304          the first place, you limelight stealer you)
5305
5306 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5307
5308         * gst/subparse/gstsubparse.c:
5309         (gst_sub_parse_data_format_autodetect):
5310           Improve SAMI typefinding: handle case where there are
5311           whitespaces or newlines in front of the first <SAMI>
5312           tag (#169936).
5313
5314 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         * configure.ac:
5317           Build video4linux plugin even if there's no XVIDEO, just
5318           without implementing the GstXOverlay interface (#334002).
5319          
5320 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * configure.ac:
5323         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5324         (plugin_init):
5325           Add tentative support for libvisual-0.4 (#336881).
5326
5327 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5328
5329         Patch by: Young-Ho Cha <ganadist at chollian net>
5330
5331         * gst/subparse/samiparse.c: (handle_start_font):
5332           Need to map "silver" colour explicitly (#169936).
5333
5334 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5335
5336         Patch by: Young-Ho Cha  <ganadist at chollian net>
5337
5338         * gst/subparse/Makefile.am:
5339         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5340         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5341         (gst_sub_parse_format_autodetect), (feed_textbuf),
5342         (gst_subparse_type_find), (plugin_init):
5343         * gst/subparse/gstsubparse.h:
5344         * gst/subparse/samiparse.c:
5345         * gst/subparse/samiparse.h:
5346           Add support for SAMI subtitles (#169936).
5347
5348 2006-05-14  Michael Smith  <msmith@fluendo.com>
5349
5350         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5351           Fix #341696: crash when mixing L+R+C to mono or stereo.
5352         * tests/check/Makefile.am:
5353         * tests/check/elements/audioconvert.c: (set_channel_positions),
5354         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5355         (audioconvert_suite):
5356           Add test for the above, including some generic framework bits for
5357           testing multichannel things.
5358
5359 === release 0.10.7 ===
5360
5361 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5362
5363         * configure.ac:
5364           releasing 0.10.7, "Leave the gun"
5365
5366 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5367
5368         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5370         Fix the build.
5371
5372 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5373
5374         * docs/libs/gst-plugins-base-libs-docs.sgml:
5375         * docs/libs/gst-plugins-base-libs-sections.txt:
5376         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5377         * gst-libs/gst/video/video.h:
5378         * gst/videoscale/Makefile.am:
5379         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5381         * tests/check/Makefile.am:
5382         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5383         (main):
5384           Fix integer overflow problem with pixel-aspect-ratio calculations
5385           in videoscale and xvimagesink (#341542)
5386
5387 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * gst-libs/gst/tag/gstid3tag.c:
5390           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5391
5392 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5393
5394         * win32/MANIFEST:
5395           update win32 files listing
5396
5397 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5398
5399         patch by: Sjoerd Simons (sjoerd@luon.net)
5400
5401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5402         (group_create), (group_destroy), (add_stream),
5403         (gst_play_base_bin_get_property),
5404         (gst_play_base_bin_get_streaminfo_value_array):
5405         * gst/playback/gstplaybasebin.h:
5406           API: GstPlayBaseBin::stream-info-value-array property
5407           use a more bindings-friendly way of exposing streaminfo
5408           using a GValueArray.  Tested in ipython.
5409           Closes #341114
5410
5411 2006-05-11  Wim Taymans  <wim@fluendo.com>
5412
5413         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5414         (queue_underrun_cb), (queue_filled_cb):
5415         Also catch queue underruns but don't do anything yet.
5416         Refactor and comment queue enlarging code a bit.
5417
5418         * gst/playback/gstplaybasebin.c: (queue_overrun),
5419         (queue_threshold_reached), (queue_out_of_data),
5420         (gen_preroll_element):
5421         If a queue over/underruns check that we don't create nasty
5422         deadlocks when the min-threshold is not reached but the
5423         max-bytes is. In those cases disable max-bytes when we
5424         know that the queue is fed timed data.
5425         Add more comments.
5426
5427 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * gst/playback/gstplaybin.c: (gen_audio_element):
5430           Make playbin automatically plug an 'audioresample'
5431           element before the audio sink as well. This solves
5432           problems with sinks that only accept a very specific
5433           sample rate, like esdsink (e.g. #340379).
5434
5435 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5436
5437         * gst/playback/gstplaybasebin.c: (gen_source_element):
5438           Make http sources send special headers so that we receive
5439           icecast metadata if the http stream is an icecast stream
5440           (otherwise the server will just ignore them). This also
5441           means that from now on users will need the 'icydemux'
5442           element from gst-plugins-good installed if they want to
5443           listen to icecast radio streams. (#341432, #333657).
5444
5445 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5446
5447         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5448         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5449           remove stupid example from docs - it should come with a simple
5450           C program instead.
5451           Clean up/fix docs
5452         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5453         (fail_if_can_read), (GST_START_TEST),
5454         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5455           add a test for changing streamheader which exposes a bug in
5456           multifdsink
5457
5458 2006-05-11  Michael Smith  <msmith@fluendo.com>
5459
5460         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5461         (gst_gnome_vfs_src_received_headers_callback):
5462         * ext/gnomevfs/gstgnomevfssrc.h:
5463           Don't set icy-caps unless we have a sane interval value. Move
5464           interval to a local variable; we never use it outside this function.
5465
5466 2006-05-11  Wim Taymans  <wim@fluendo.com>
5467
5468         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5470         Register special buffer types along with the objects so
5471         that they are not registered at runtime from N different
5472         streaming threads since they are not threadsafe.
5473
5474 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5475
5476         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5477         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5478           add two more tests, one doing streamheader
5479
5480 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5481
5482         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5483           clean up the bufqueue when shutting down
5484         * tests/check/Makefile.am:
5485         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5486         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5487         (main):
5488           add a test for the leak that was just fixed
5489
5490 2006-05-10  Wim Taymans  <wim@fluendo.com>
5491
5492         * gst/adder/gstadder.c: (gst_adder_setcaps),
5493         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5494         (gst_adder_src_event), (gst_adder_sink_event),
5495         (gst_adder_class_init), (gst_adder_finalize),
5496         (gst_adder_request_new_pad), (gst_adder_collected):
5497         * gst/adder/gstadder.h:
5498         Updated some docs. Added comments and FIXMEs all over the place.
5499         Improve debugging info.
5500         Fix leak on finalize by not calling the parent.
5501         Implement duration query.
5502         Make event forwarding threadsafe.
5503         Correctly send NEWSEGMENT at start and after flush.
5504         Handle EOS correctly.
5505         Post error when not negotiated.
5506
5507         * tests/check/elements/adder.c: (GST_START_TEST):
5508         Added FIXME in the test.
5509
5510 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5511
5512         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5513         (gst_text_overlay_halign_get_type),
5514         (gst_text_overlay_wrap_mode_get_type):
5515         * ext/theora/theoradec.c: (theora_handle_type_packet),
5516         (theora_handle_data_packet):
5517         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5518         (theora_enc_sink_setcaps), (theora_enc_chain):
5519         * gst-libs/gst/cdda/gstcddabasesrc.c:
5520         (gst_cdda_base_src_mode_get_type):
5521         * gst/audiotestsrc/gstaudiotestsrc.c:
5522         (gst_audiostestsrc_wave_get_type):
5523         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5524         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5525         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5526         (gst_sync_method_get_type), (gst_unit_type_get_type),
5527         (gst_client_status_get_type):
5528         * gst/videoscale/gstvideoscale.c:
5529         (gst_video_scale_method_get_type):
5530         * gst/videotestsrc/gstvideotestsrc.c:
5531         (gst_video_test_src_pattern_get_type):
5532         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5533         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5534         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5535         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5536         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5537         (paint_setup_RGB565), (paint_setup_xRGB1555):
5538           Const-ify GEnumValue and GFlagsValue arrays. Use
5539           GST_ROUND_UP_* macros instead of home-made ones.
5540
5541 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * configure.ac:
5544           Require core CVS for the new newsegment stuff.
5545
5546 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5547
5548         Patch by: Sjoerd Simons  <sjoerd at luon net>
5549
5550         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5551           Register nick for enum value (#341160).
5552
5553 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5554
5555         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5556         (plugin_init):
5557          backout typefind patch #340375
5558          
5559         * tests/check/elements/adder.c: (message_received),
5560         (GST_START_TEST), (adder_suite):
5561           redo, signal-handling of test
5562
5563 2006-05-09  Wim Taymans  <wim@fluendo.com>
5564
5565         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5566         (gst_adder_collected):
5567         * gst/adder/gstadder.h:
5568         Remove bogus segment merging and forwarding, we don't
5569         care about timestamps anyway and we just produce a
5570         continuous stream. 
5571         Also create a nice NEWSEGMENT event when we start.
5572         Use _scale_int some more.
5573
5574 2006-05-09  Edward Hervey  <edward@fluendo.com>
5575
5576         * tests/icles/stress-xoverlay.c:
5577         Fix if core was built without parsing support.
5578
5579 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5580
5581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5582           Add SEDG (Samsung MPEG-4) fourcc.
5583
5584 2006-05-09  Edward Hervey  <edward@fluendo.com>
5585
5586         * tests/icles/stress-xoverlay.c:
5587         * tests/examples/volume/volume.c:
5588         Fix if core was built without parsing support.
5589
5590         * tests/examples/seek/seek.c:
5591         Disable the parse_launch example if core was built without parsing
5592         support.
5593
5594 2006-05-08  Edward Hervey  <edward@fluendo.com>
5595
5596         * autogen.sh: (CONFIGURE_DEF_OPT): 
5597         libtoolize on Darwin/MacOSX is called glibtoolize
5598
5599 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5600
5601         * tests/check/Makefile.am:
5602         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5603           Disable the adder test, until the build-slaves posses the kindness to 
5604           either like it or to give valid reason for not doing so 
5605
5606 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5607
5608         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5609         (adder_suite):
5610           Shuffle NULL state change around and raise timeout more
5611
5612 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5613
5614         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5615         (mp4_type_find), (plugin_init):
5616           Add typefind to distinguish between "audio/x-m4a" and new type
5617           "video/mp4". Fixes #340375
5618
5619         * tests/check/elements/adder.c: (adder_suite):
5620           Raise timeout to make buildbot happy
5621
5622 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5623
5624         * gst/adder/gstadder.c: (gst_adder_sink_event),
5625         (gst_adder_request_new_pad), (gst_adder_change_state):
5626         * gst/adder/gstadder.h:
5627         * tests/check/Makefile.am:
5628         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5629         (adder_suite), (main):
5630           Add sink-event handling to adder. It tries to merge incomming
5631           newsegment-events. Added test to check if segment_done is comming
5632           through. Fixes #340060
5633
5634 2006-05-05  Andy Wingo  <wingo@pobox.com>
5635
5636         * ext/theora/theoraparse.c (gst_theora_parse_init)
5637         (theora_parse_src_convert, theora_parse_src_query):
5638         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5639         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5640         query functions on the source pads of the theora and vorbis parse
5641         elements. Fixes position querying when doing a remux.
5642
5643 2006-05-05  Michael Smith  <msmith@fluendo.com>
5644
5645         * ext/theora/theoraparse.c: (parse_granulepos),
5646         (theora_parse_drain_queue_prematurely),
5647         (theora_parse_queue_buffer), (theora_parse_sink_event):
5648           Fix flushing.
5649           Fix invalid granulepos outputs when starting with a non-keyframe.
5650
5651 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5652
5653         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5654         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5655         Rearrange MPEG system stream detection, fixing some memleaks in the
5656         process.
5657         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5658         they clean up their data correctly.
5659         Remove unused ogganx caps and move the 'is_annodex' check to inside
5660         the 'is_ogg' if statement.
5661
5662 2006-05-05  Wim Taymans  <wim@fluendo.com>
5663
5664         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5665         Properly remove ghostpads. Fixes #340392
5666
5667 2006-05-04  David Schleef  <ds@schleef.org>
5668
5669         * gst/typefind/gsttypefindfunctions.c:
5670
5671 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5672
5673         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5674         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5675
5676         When typefinding an MP3 in push-based mode, don't penalise the
5677         probability down to 74% when we found 5 valid frames just because we
5678         can't peek the end of the file.
5679
5680         Make the probability for detecting MPEG Transport Streams based on the
5681         number of sequential headers we successfully detected.
5682
5683 2006-05-03  Wim Taymans  <wim@fluendo.com>
5684
5685         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5686         (vorbis_dec_push), (vorbis_dec_chain):
5687         Still produce an error when we receive an empty packet.
5688
5689 2006-05-03  Wim Taymans  <wim@fluendo.com>
5690
5691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5692         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5693         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5694         Mark buffers with DISCONT after seek and after activating new
5695         chains.
5696
5697         * ext/theora/gsttheoradec.h:
5698         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5699         (theora_get_query_types), (theora_dec_sink_event),
5700         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5701         (theora_dec_change_state):
5702         Fix frame counter.
5703         Detect and mark DISCONT buffers.
5704
5705         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5706         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5707         (vorbis_dec_change_state):
5708         * ext/vorbis/vorbisdec.h:
5709         Use GstSegment.
5710         Detect and mark DISCONT buffers.
5711         Don't crash on 0 sized buffers.
5712
5713 2006-05-03  Wim Taymans  <wim@fluendo.com>
5714
5715         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5716         (volume_transform_ip):
5717         Increase "volume" property to 10.0. Fixes #340369.
5718         Set the process function to NULL when capsnego fails so that
5719         we properly error out.
5720
5721 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5722
5723         * gst/playback/gstplaybin.c: (add_sink):
5724         * gst/playback/test.c: (main):
5725         * gst/playback/test5.c: (dump_element_stats):
5726         * gst/playback/test6.c: (main):
5727           free caps using gst_caps_unref, don't leak caps-strings
5728
5729 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5730
5731         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5732         (plugin_init):
5733           Refine musepack typefinding a bit. Return MAXIMUM
5734           probability when we detect stream version 7 to make
5735           sure the mpeg audio typefinder doesn't trump us.
5736
5737 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5738
5739         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5740           Protect against unexpected NULL strf_data buffer.
5741
5742 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5743
5744         * tests/check/elements/audioconvert.c: (verify_convert),
5745         (GST_START_TEST):
5746           interpret the out[] buffer in the order the bytes are actually
5747           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5748           Other tests should use BYTE_ORDER since the array is filled in
5749           with actual values
5750
5751 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5752
5753         * tests/check/elements/audioconvert.c: (verify_convert),
5754         (GST_START_TEST):
5755           when a test fails, give an indication of which it is
5756
5757 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5758
5759         * gst-libs/gst/cdda/gstcddabasesrc.c:
5760           compile fix; strtol() needs <stdlib.h>
5761
5762 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5763
5764         * ext/alsa/gstalsamixerelement.c:
5765         * ext/alsa/gstalsasrc.c:
5766         * ext/cdparanoia/gstcdparanoiasrc.c:
5767         * ext/gnomevfs/gstgnomevfssink.c:
5768         * ext/gnomevfs/gstgnomevfssrc.c:
5769         * ext/ogg/gstoggdemux.c:
5770         * ext/ogg/gstoggmux.c:
5771         * ext/ogg/gstoggparse.c:
5772         * ext/ogg/gstogmparse.c:
5773         * ext/pango/gstclockoverlay.c:
5774         * ext/pango/gsttextoverlay.c:
5775         * ext/pango/gsttextrender.c:
5776         * ext/pango/gsttimeoverlay.c:
5777         * ext/theora/theoradec.c:
5778         * ext/theora/theoraenc.c:
5779         * ext/vorbis/vorbisdec.c:
5780         * ext/vorbis/vorbisenc.c:
5781         * gst-libs/gst/audio/gstaudiofilter.c:
5782         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5783         * gst/audioconvert/gstaudioconvert.c:
5784         * gst/audiorate/gstaudiorate.c:
5785         * gst/audioresample/gstaudioresample.c:
5786         * gst/audiotestsrc/gstaudiotestsrc.c:
5787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5788         * gst/playback/gstdecodebin.c:
5789         * gst/playback/gstplaybin.c:
5790         * gst/playback/gststreamselector.c:
5791         * gst/subparse/gstsubparse.c:
5792         * gst/tcp/gstmultifdsink.c:
5793         * gst/tcp/gsttcpclientsink.c:
5794         * gst/tcp/gsttcpclientsrc.c:
5795         * gst/tcp/gsttcpserversink.c:
5796         * gst/tcp/gsttcpserversrc.c:
5797         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5798         * gst/videorate/gstvideorate.c:
5799         * gst/videoscale/gstvideoscale.c:
5800         * gst/videotestsrc/gstvideotestsrc.c:
5801         * gst/volume/gstvolume.c:
5802         * sys/v4l/gstv4ljpegsrc.c:
5803         * sys/v4l/gstv4lmjpegsink.c:
5804         * sys/v4l/gstv4lmjpegsrc.c:
5805         * sys/v4l/gstv4lsrc.c:
5806         * sys/ximage/ximagesink.c:
5807         * sys/xvimage/xvimagesink.c:
5808         * tests/check/libs/cddabasesrc.c:
5809           make GstElementDetails const
5810
5811 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5814         (gst_adder_init):
5815           send events from src-pad to all sink-pads fixes #338657
5816
5817 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5818
5819         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5820         (alsasink_parse_spec):
5821           query width capabilities from alsa, fixes #338919
5822
5823 2006-04-28  Wim Taymans  <wim@fluendo.com>
5824
5825         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5826         (gst_multi_fd_sink_remove_client_link):
5827         * gst/tcp/gstmultifdsink.h:
5828         Fix race condition in multifdsink that can lead to spurious 
5829         duplicate clients. this patch adds a new signal that is fired when
5830         multifdsink has removed all references to the fd.
5831         Fixes #339574.
5832         Updated documentation.
5833         API: client-fd-removed signal added
5834
5835 2006-04-28  Michael Smith  <msmith@fluendo.com>
5836
5837         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5838           When asking g_value_array_new to prealloc elements, we may as well
5839           ask for the right number of elements.
5840
5841 2006-04-28  Wim Taymans  <wim@fluendo.com>
5842
5843         * gst-libs/gst/audio/gstbaseaudiosink.c:
5844         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5845         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5846         patch to make timestamp checking more tollerant to rounding 
5847         errors given that real discontinuities are to be marked on
5848         buffers. Fixes some asf files and #338778.
5849         Also avoid some crashers when we receive an event in the 
5850         NULL state.
5851
5852 2006-04-28  Michael Smith  <msmith@fluendo.com>
5853
5854         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5855         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5856         (gst_gnome_vfs_src_get_property),
5857         (gst_gnome_vfs_src_send_additional_headers_callback),
5858         (gst_gnome_vfs_src_received_headers_callback),
5859         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5860         (gst_gnome_vfs_src_stop):
5861         * ext/gnomevfs/gstgnomevfssrc.h:
5862           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5863           proper shared support within icydemux.
5864
5865 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5866
5867         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5868         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5869           fix up docs
5870           fix a leak when no caps negotiated
5871           fix counting of input frames
5872         * tests/check/elements/.cvsignore:
5873         * tests/check/elements/videorate.c: (assert_videorate_stats),
5874         (GST_START_TEST), (videorate_suite):
5875           add tests for these
5876
5877 2006-04-28  Wim Taymans  <wim@fluendo.com>
5878
5879         * gst-libs/gst/audio/gstringbuffer.c:
5880         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5881         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5882         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5883         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5884         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5885         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5886         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5887         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5888         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5889         Check arguments passed to public functions instead of
5890         crashing.
5891
5892 2006-04-28  Wim Taymans  <wim@fluendo.com>
5893
5894         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5895         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5896         GstBaseAudioSrc must be live or it does not work.
5897
5898         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5899         Don't set live to TRUE as this is the default in the parentclass.
5900
5901 2006-04-28  Wim Taymans  <wim@fluendo.com>
5902
5903         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5904         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5905         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5906         fixation cases better. Fixes #338991
5907
5908 2006-04-28  Wim Taymans  <wim@fluendo.com>
5909
5910         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5911         Handle 0/1 framerate correctly Fixes #331901.
5912
5913 2006-04-28  Wim Taymans  <wim@fluendo.com>
5914
5915         * tests/check/elements/audioconvert.c: (get_float_caps),
5916         (GST_START_TEST), (audioconvert_suite):
5917         Added check for correct clipping when doing float samples
5918         in audioconvert.
5919
5920 2006-04-28  Wim Taymans  <wim@fluendo.com>
5921
5922         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5923         (gst_video_rate_chain):
5924         Print more debugging info.
5925
5926 2006-04-28  Wim Taymans  <wim@fluendo.com>
5927
5928         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5929         (resample_set_state_from_caps):
5930         Add support for other formats audioresample can handle such as
5931         32 bits in and float and 64 bits float. Fixes #301759
5932
5933 2006-04-28  Wim Taymans  <wim@fluendo.com>
5934
5935         * gst/audioconvert/audioconvert.c: (float):
5936         correctly clip float samples > 1.0. Fixes #338718
5937
5938 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5939
5940         Patch by: Young-Ho Cha  <ganadist at chollian net>
5941
5942         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5943         (gst_text_overlay_render_text):
5944           Don't strip newlines from the text. Also, center lines
5945           within multi-line paragraphs (#339405).
5946
5947 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5948
5949         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5950           Fix wavpack typefinding to work in more cases (don't peek
5951           for chunks of multiple hundred kBs at once, but process
5952           things step-by-step in smaller units). Fixes #339786.
5953
5954 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5955
5956         * configure.ac:
5957           back to HEAD
5958
5959 === release 0.10.6 ===
5960
5961 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5962
5963         * configure.ac:
5964           releasing 0.10.6, "Chao"
5965
5966 2006-04-26  David Schleef  <ds@schleef.org>
5967
5968         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5969           Fixes #338897.
5970
5971 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5972
5973         * configure.ac:
5974         * win32/common/config.h:
5975           new prerelease
5976
5977 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5978
5979         patch by: Wim Taymans
5980
5981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5982         (gst_ogg_demux_perform_seek):
5983           make sure correct newsegments are sent, so that the decoder
5984           and the demuxer agree on timestamps.  Fixes playback of a lot
5985           of Ogg files that do not start from 0.  Fixes #339833.
5986
5987 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5988
5989         Patch by: Edward Hervey  <edward@fluendo.com>
5990
5991         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5992         * tests/check/Makefile.am:
5993         * tests/check/elements/videorate.c: (assert_videorate_stats),
5994         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5995         (videorate_suite), (main):
5996           Fix an infinite loop if frames are passed in with wrongly ordered
5997           timestamps.  Fixes #339013.
5998
5999 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6000
6001         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6002
6003         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6004           fix typefinding on some ISO files.  Fixes #339212.
6005
6006 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6007
6008         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6009
6010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6011           add another H264 fourcc.  Fixes #339047.
6012
6013 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6014
6015         Patch by: Jan Schmidt
6016
6017         * gst/playback/gststreamselector.c:
6018         (gst_stream_selector_bufferalloc):
6019           Restore old StreamSelector behaviour.
6020           Fixes #338419.
6021
6022 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6023
6024         * configure.ac:
6025         * win32/common/config.h:
6026           prerelease
6027
6028 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6029
6030         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6031
6032         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6033         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6034           Fix some memory leaks: on finalize, free buffers left in the queue
6035           before destroying the queue; in _push(), unref rtp_buf even if
6036           the process vfunc returned a NULL buffer as output buffer (#337548);
6037           demote some recuring debug messages to LOG level.
6038
6039 2006-04-11  Wim Taymans  <wim@fluendo.com>
6040
6041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6042         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6043         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6044         (gst_ogg_demux_loop):
6045         More cleanups.
6046         Respect segment stop when emiting EOS or SEGMENT_DONE.
6047         Fixes (#337945).
6048
6049 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6050
6051         * gst/playback/gststreamselector.c:
6052         (gst_stream_selector_get_property):
6053           Don't leak pad name.
6054
6055 2006-04-10  Michael Smith  <msmith@fluendo.com>
6056
6057         * tests/check/Makefile.am:
6058         * tests/check/gst-plugins-base.supp:
6059           Suppress an old libtheora bug (fixed in more recent versions), so 
6060           that FC4 buildslaves can pass.
6061
6062 2006-04-10  Wim Taymans  <wim@fluendo.com>
6063
6064         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6065         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6066         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6067         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6068         (gst_ogg_demux_loop):
6069         Don't leak events.
6070         Remember what error we got when finding chains, if we
6071         were shutdown, that would not be an error.
6072
6073 2006-04-10  Wim Taymans  <wim@fluendo.com>
6074
6075         * gst-libs/gst/audio/gstbaseaudiosink.c:
6076         (gst_base_audio_sink_event):
6077         Starting the ringbuffer when we did not acquire it can cause
6078         a deadlock, is pointless and causes nasty things for
6079         subclasses. 
6080         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6081
6082 2006-04-10  Wim Taymans  <wim@fluendo.com>
6083
6084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6085         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6086         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6087         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6088         (gst_ogg_demux_deactivate_current_chain),
6089         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6090         (gst_ogg_demux_bisect_forward_serialno),
6091         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6092         Add some more debugging.
6093
6094 2006-04-10  Wim Taymans  <wim@fluendo.com>
6095
6096         * ext/theora/theoradec.c: (theora_dec_src_event),
6097         (theora_handle_data_packet):
6098         Some more debug info.
6099
6100         * tests/examples/seek/seek.c: (start_seek), (main):
6101         Print element messages too.
6102
6103 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6104
6105         * gst/audioresample/debug.h:
6106           replace debug macros with variable number of parameters
6107           by a simple alias to gstreamer standard debug macros 
6108          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6109           supported by MSVC 6.0 and 7.1)
6110         * gst/audioresample/resample.h:
6111           define M_PI and rint for WIN32
6112         * win32/common/libgstaudio.def:
6113         * win32/common/libgstriff.def:
6114         * win32/common/libgsttag.def:
6115         * win32/common/libgstvideo.def:
6116           add new exported functions
6117         * win32/vs6:
6118           update project files
6119
6120 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6121
6122         * ext/alsa/gstalsamixeroptions.c:
6123         (gst_alsa_mixer_options_class_init):
6124         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6126         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6127         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6128         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6129         * gst-libs/gst/audio/gstaudiofilter.c:
6130         (gst_audio_filter_class_init):
6131         * gst-libs/gst/audio/gstaudiosink.c:
6132         (gst_audioringbuffer_class_init):
6133         * gst-libs/gst/audio/gstaudiosrc.c:
6134         (gst_audioringbuffer_class_init):
6135         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6136         * gst-libs/gst/interfaces/colorbalancechannel.c:
6137         (gst_color_balance_channel_class_init):
6138         * gst-libs/gst/interfaces/mixeroptions.c:
6139         (gst_mixer_options_class_init):
6140         * gst-libs/gst/interfaces/mixertrack.c:
6141         (gst_mixer_track_class_init):
6142         * gst-libs/gst/interfaces/tunerchannel.c:
6143         (gst_tuner_channel_class_init):
6144         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6145         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6146         (gst_netbuffer_class_init):
6147         * gst-libs/gst/rtp/gstbasertppayload.c:
6148         (gst_basertppayload_class_init):
6149         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6150         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6151         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6152         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6153         * gst/playback/gststreamselector.c:
6154         (gst_stream_selector_class_init):
6155         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6156         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6157         * sys/v4l/gstv4lcolorbalance.c:
6158         (gst_v4l_color_balance_channel_class_init):
6159         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6160         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6161         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6162         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6163         (gst_v4l_tuner_norm_class_init):
6164         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6166         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6167         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6168
6169 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6170
6171         * ext/pango/gsttextrender.h:
6172         * gst-libs/gst/audio/gstaudiosink.h:
6173         * gst-libs/gst/audio/gstaudiosrc.h:
6174         * gst-libs/gst/audio/gstbaseaudiosink.h:
6175         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6176         * gst-libs/gst/audio/gstringbuffer.h:
6177         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6178         * gst-libs/gst/rtp/gstbasertppayload.h:
6179         * gst-libs/gst/video/gstvideofilter.h:
6180         * gst-libs/gst/video/gstvideosink.h:
6181         * gst/playback/gstplaybasebin.h:
6182         * gst/tcp/gstmultifdsink.h:
6183         * sys/v4l/gstv4lelement.h:
6184         Fix broken GObject macros
6185
6186 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6187
6188         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6189         More debug to trace why my USB headset is not working with gst
6190
6191 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6192
6193         * gst/playback/gstplaybasebin.c: (group_destroy):
6194         Clean up our group elements properly in the case where it never 
6195         got committed - it still got added unconditionally to the bin.
6196
6197 2006-04-07  Wim Taymans  <wim@fluendo.com>
6198
6199         * ext/theora/theoradec.c: (theora_dec_sink_event),
6200         (theora_handle_data_packet), (theora_dec_chain):
6201         Unref unhandled events.
6202         Protect against empty buffers.
6203         Perform QoS on running time.
6204
6205 2006-04-07  Michael Smith  <msmith@fluendo.com>
6206
6207         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6208         (gst_vorbis_enc_chain):
6209           Remove leaks from vorbisenc.
6210           Mostly minor changes, the only significant one is that now the
6211           buffers we set as 'streamheader' on the caps are copies of the
6212           original buffers, to avoid circular refcounting problems.
6213
6214 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6215
6216         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6217           Don't remove our mute-probe if someone else already did so.
6218           Don't set a 2nd one if there is already one pending on the pad.
6219
6220         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6221         (do_playbin_seek):
6222           When a seek fails, ensure that playbin is still set back to playing.
6223           
6224         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6225         (mpeg_ts_type_find), (plugin_init):
6226           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6227
6228 2006-04-06  Andy Wingo  <wingo@pobox.com>
6229
6230         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6231         (gst_video_rate_init): Caps-related parameters should not be reset
6232         by a flush -- move their inits to the instance init function.
6233         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6234         is not OK, just return the result.
6235
6236         * gst/audiotestsrc/gstaudiotestsrc.c
6237         (gst_audio_test_src_class_init)
6238         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6239         broken by Stefan's commit on 24 March.
6240
6241         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6242         buffers being pushed out. Fixes oggmux ! multifdsink.
6243
6244 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6245
6246         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6247         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6248         * ext/vorbis/vorbisdec.h:
6249         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6250         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6251         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6252         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6253         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6254         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6255         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6256         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6257         (gst_vorbis_enc_buffer_from_packet),
6258         (gst_vorbis_enc_buffer_from_header_packet),
6259         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6260         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6261         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6262         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6263         (gst_vorbis_enc_change_state):
6264         * ext/vorbis/vorbisenc.h:
6265           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6266           vorbisenc adhere to the official nomenclature; use boilerplate
6267           macro.
6268
6269 2006-04-04  Andy Wingo  <wingo@pobox.com>
6270
6271         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6272         Whoops, fix bug introduced. Bad hacker!
6273         
6274         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6275         Properly handle the case where you get EOS before any buffers are
6276         received. Use gst_buffer_make_metadata_writable where appropriate.
6277
6278         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6279         is often negative -- make it signed so as not to wrap around.
6280         Fixes segfaults introduced on 9 March.
6281
6282 2006-04-03  Wim Taymans  <wim@fluendo.com>
6283
6284         * ext/theora/gsttheoradec.h:
6285         * ext/theora/theoradec.c: (theora_dec_src_event):
6286         Don't try to store a gdouble in a gboolean.
6287         Small cleanups.
6288
6289 2006-04-03  Michael Smith  <msmith@fluendo.com>
6290
6291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6292           Oggmux sucks.
6293           Make it suck slightly less by writing out the final page.
6294           Still can't encode a vorbis-in-ogg file correctly, though.
6295
6296 2006-04-03  Andy Wingo  <wingo@pobox.com>
6297
6298         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6299         a g_print.
6300
6301         * ext/theora/theora.c (plugin_init): Register theoraparse.
6302
6303         * ext/theora/gsttheoraparse.h: 
6304         * ext/theora/theoraparse.c: New files implementing a theora
6305         parser. Now we can properly remux ogg/theora+vorbis, yay.
6306
6307         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6308
6309 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6310
6311         * gst/audiotestsrc/gstaudiotestsrc.c:
6312           Fixed the sample pipeline (see #323798)
6313
6314 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6315
6316         * configure.ac:
6317         * win32/common/config.h:
6318         * win32/common/config.h.in:
6319           use AS_VERSION and AS_NANO
6320           more cleanups
6321
6322 2006-03-31  Andy Wingo  <wingo@pobox.com>
6323
6324         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6325         uninitialized variable return that would happen.
6326         
6327         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6328         uninitialized variable return that would never happen.
6329
6330         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6331         (vorbis_parse_sink_event): Add an event function to flush our
6332         state on a seek, and to drain buffers on a premature EOS.
6333         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6334         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6335         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6336         (vorbis_parse_drain_queue): Queue up buffers until we can set
6337         their timestamps and granulepos values.
6338
6339         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6340         and keep track of data needed for deriving granulepos and
6341         timestamps for buffers.
6342
6343 2006-03-29  Wim Taymans  <wim@fluendo.com>
6344
6345         Patch by: j^ <j at bootlab dot org>
6346
6347         * ext/alsa/gstalsamixerelement.c:
6348         (gst_alsa_mixer_element_class_init):
6349         * ext/alsa/gstalsasink.c:
6350         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6351         * ext/ogg/gstoggdemux.c:
6352         * ext/ogg/gstoggmux.c:
6353         * ext/ogg/gstoggparse.c:
6354         * ext/pango/gstclockoverlay.c:
6355         * ext/pango/gsttextoverlay.c:
6356         * ext/pango/gsttextrender.c:
6357         * ext/pango/gsttimeoverlay.c:
6358         * ext/theora/theoradec.c:
6359         * ext/theora/theoraenc.c:
6360         * ext/vorbis/vorbisdec.c:
6361         * ext/vorbis/vorbisenc.c:
6362         * gst/audioconvert/gstaudioconvert.c:
6363         * gst/subparse/gstsubparse.c:
6364         * gst/tcp/gstmultifdsink.c:
6365         * gst/tcp/gsttcpclientsink.c:
6366         * gst/tcp/gsttcpclientsrc.c:
6367         * gst/tcp/gsttcpserversink.c:
6368         * gst/tcp/gsttcpserversrc.c:
6369           better/unified long descriptions
6370           Fixes #336477
6371
6372 2006-03-29  Wim Taymans  <wim@fluendo.com>
6373
6374         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6375         (stop_seek):
6376         Don't let double and triple clicks mess up our state.
6377
6378 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6379
6380         * gst/playback/gstplaybin.c: (gen_video_element),
6381         (gen_text_element), (gen_audio_element), (gen_vis_element):
6382           Error out gracefully when we can't create any of the usual
6383           conversion elements for some reason. Also, don't try to
6384           create an audioscale (sic) element that's not used anyway.
6385
6386 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6387
6388         * gst/playback/gstplaybasebin.c: (setup_source):
6389           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6390           element for a particular protocol, that's confusing for users.
6391           Instead, post a RESOURCE_FAILED error, so that our own error
6392           message is actually shown in totem etc. (#336303).
6393
6394 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6395
6396         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6397
6398         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6399         (gst_gnome_vfs_src_get_icy_metadata):
6400           Fix some minor memory leaks (#336194).
6401
6402 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6403
6404         * ext/gnomevfs/gstgnomevfs.c:
6405         (gst_gnome_vfs_location_to_uri_string):
6406         * ext/gnomevfs/gstgnomevfs.h:
6407         * ext/gnomevfs/gstgnomevfssink.c:
6408         (gst_gnome_vfs_sink_set_property):
6409         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6410           Make gnomevfssink accept filenames as well as URIs for the
6411           "location" property, just like gnomevfssrc does (and
6412           filesrc/filesink do) (#336190).
6413
6414 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6415
6416         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6417           set to NULL before unreffing, fixes a valgrind leak.
6418           Why was this not triggering the error that an object needs to
6419           be NULL before unreffing ?
6420         * win32/common/config.h:
6421           update
6422
6423 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * gst/subparse/gstsubparse.c: (convert_encoding),
6426         (gst_sub_parse_change_state):
6427         * gst/subparse/gstsubparse.h:
6428           Text subtitle files may or may not be UTF-8. If it's not, we
6429           don't really want to see '?' characters in place of non-ASCII
6430           characters like accented characters. So let's assume the input
6431           is UTF-8 until we come across text that is clearly not. If it's
6432           not UTF-8, we don't really know what it is, so try the following:
6433           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6434           is set; if not, check (b) if the current locale encoding is
6435           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6436           the current locale encoding is UTF-8 and the environment variable
6437           was not set to any particular encoding. Not perfect, but better
6438           than nothing (and better than before, I think) (fixes #172848).
6439
6440 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6441
6442         * configure.ac:
6443           update core requirement to 0.10.4.1 because of async_playback
6444           vmethod on GstBaseSink
6445
6446 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6447
6448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6449         * gst/adder/gstadder.c: (gst_adder_init):
6450         use DEBUG_FUNCPTR for collectpads
6451
6452 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6453
6454         * docs/plugins/Makefile.am:
6455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6457         * ext/cdparanoia/gstcdparanoiasrc.c:
6458         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6459         (gst_gnome_vfs_sink_class_init):
6460         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6462         * ext/ogg/gstoggmux.c:
6463         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6464         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6465         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6466         * ext/pango/gsttextoverlay.c:
6467         * ext/pango/gsttextrender.c:
6468         * ext/theora/theoradec.c:
6469         * ext/theora/theoraenc.c:
6470         * ext/vorbis/vorbisdec.c:
6471         * ext/vorbis/vorbisenc.c:
6472         * gst-libs/gst/audio/gstaudiofilter.c:
6473         (gst_audio_filter_base_init):
6474         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6475         (gst_audio_filter_template_base_init):
6476         * gst/adder/gstadder.c: (gst_adder_get_type):
6477         * gst/adder/gstadder.h:
6478         * gst/audioconvert/gstaudioconvert.c:
6479         * gst/audiotestsrc/gstaudiotestsrc.c:
6480         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6481         (gst_audio_test_src_create):
6482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6483         * gst/playback/gstdecodebin.c:
6484         * gst/playback/gstplaybin.c:
6485         * gst/playback/gststreamselector.c:
6486         (gst_stream_selector_base_init):
6487         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6488         * gst/volume/gstvolume.c:
6489         * sys/v4l/gstv4lmjpegsink.c:
6490         * sys/v4l/gstv4lmjpegsrc.c:
6491         * tests/check/libs/cddabasesrc.c:
6492         * tests/old/examples/gob/gst-identity2.gob:
6493           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6494           define GstElementDetails at the top
6495
6496 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6497
6498         * win32/common/libgstinterfaces.def:
6499         Add a lot of export functions for gst-python
6500         * win32/vs6/libgstinterfaces.dsp:
6501         Add a missing include folder in the project configuration
6502         
6503 2006-03-23  Wim Taymans  <wim@fluendo.com>
6504
6505         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6506         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6507         (gst_base_audio_src_change_state):
6508         Fix audio sources, forgot to make the ringbuffer
6509         startable...
6510
6511 2006-03-23  Wim Taymans  <wim@fluendo.com>
6512
6513         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6514         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6515         (gst_base_audio_src_change_state):
6516         unparent instead of unref the ringbuffer.
6517
6518 2006-03-23  Wim Taymans  <wim@fluendo.com>
6519
6520         * gst-libs/gst/audio/gstbaseaudiosink.c:
6521         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6522         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6523         Implement new async_play vmethod to start slaving and allow
6524         playback start in case of async PLAY state changes. 
6525
6526         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6527         Enable QoS with new method in base class.
6528
6529 2006-03-23  Wim Taymans  <wim@fluendo.com>
6530
6531         Patch by: Julien MOUTTE <julien at moutte dot net>
6532
6533         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6534         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6535         Partially handle 0 framerate, only EOS after the first frame
6536         is missing.
6537
6538 2006-03-23  Wim Taymans  <wim@fluendo.com>
6539
6540         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6541
6542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6543         (gst_riff_create_video_template_caps):
6544         * gst/ffmpegcolorspace/avcodec.h:
6545         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6546         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6547         (gst_ffmpegcsp_avpicture_fill):
6548         * gst/ffmpegcolorspace/imgconvert.c:
6549         Patch for support of YVU9 AVI files (#334822)
6550
6551 2006-03-22  Edward Hervey  <edward@fluendo.com>
6552
6553         * docs/design/design-decodebin.txt:
6554         Added design document for new decodebin
6555         (Target Caps): text/x-pango-markup is also a default target caps.
6556
6557 2006-03-22  Wim Taymans  <wim@fluendo.com>
6558
6559         * gst-libs/gst/audio/gstbaseaudiosink.c:
6560         (gst_base_audio_sink_dispose):
6561         Since we _parent the ringbuffer, we also need to
6562         _unparent instead of a plain _unref.
6563
6564 2006-03-22  Wim Taymans  <wim@fluendo.com>
6565
6566         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6567         (stop_seek), (scrub_toggle_cb), (main):
6568         Add scrub checkbox.
6569
6570 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6571
6572         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6573         (gst_ogg_parse_chain):
6574           Fix very inefficient usage of linked lists (#335365).
6575
6576 2006-03-21  Edward Hervey  <edward@fluendo.com>
6577
6578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6579         * gst/playback/gstplaybin.c: (handoff):
6580         * gst/playback/gststreamselector.c:
6581         (gst_stream_selector_set_property):
6582         gcc 4.1 unreferenced pointer fixes.
6583         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6585         gst_buffer_ref() now takes a GstBuffer*.
6586
6587 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6588
6589         * sys/xvimage/xvimagesink.c:
6590         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6591         by Jan Schmidt.
6592
6593 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6596         (id3v1_type_find), (apetag_type_find), (plugin_init):
6597           Can't do tag preferences via probability, as tags would then
6598           lose against types that are recognised with MAXIMUM probability
6599           (like .wav); so let all tag typefinders return MAXIMUM themselves
6600           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6601           that we can prefer APE to ID3v1 (fixes #335028).
6602           
6603 2006-03-17  Wim Taymans  <wim@fluendo.com>
6604
6605         * gst-libs/gst/audio/gstbaseaudiosink.c:
6606         (gst_base_audio_sink_change_state):
6607         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6608         (gst_ring_buffer_may_start):
6609         * gst-libs/gst/audio/gstringbuffer.h:
6610         Only start playback if we are playing.
6611         should fix #330748.
6612
6613 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6614
6615         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6616         * win32/common/config.h:
6617           Revert accidental commits to these files.
6618
6619 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6620
6621         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6622
6623         * tests/Makefile.am:
6624           Don't try to build tests in tests/icles if we
6625           don't have X (#323852)
6626
6627 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         * gst-libs/gst/tag/gstid3tag.c:
6630           Add TXXX frame identifiers for replaygain stuff as used
6631           by some taggers (see #323721).
6632
6633 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6634
6635         * gst/playback/gststreamselector.c:
6636         (gst_stream_selector_set_property),
6637         (gst_stream_selector_bufferalloc):
6638           Preserve the existing buggy streamselector behaviour by performing
6639           a fallback buffer allocation when downstream isn't linked yet.
6640           This should really be fixed in playbin by blocking pads until it's
6641           linked them.
6642           Also, use gst_pad_alloc_buffer instead of
6643           gst_pad_alloc_buffer_and_set.
6644
6645 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6646
6647         * gst-libs/gst/tag/gstid3tag.c:
6648           Don't crash on unknown ID3v2 TXXX frames.
6649           
6650 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6651
6652         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6653           Chain up to the parent finalize method.
6654           Add 32-bit sample size to the template caps.
6655
6656         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6657         (gst_riff_create_video_template_caps):
6658           Add the fourcc that the VMWare codec uses.
6659           
6660         * gst/playback/gststreamselector.c:
6661         (gst_stream_selector_set_property),
6662         (gst_stream_selector_bufferalloc),
6663         (gst_stream_selector_request_new_pad):
6664           For the active pad, forward buffer-alloc requests, otherwise
6665           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6666           having to memcpy every frame when used by playbin.
6667
6668         * gst/tcp/gstmultifdsink.c:
6669         (gst_multi_fd_sink_handle_client_write):
6670           Get negotiated caps from the sink pad, rather than the sink
6671           pad's peer.
6672
6673 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6674
6675         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6676         
6677         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6678           Don't forget to set src->callbacks_pushed to FALSE again when
6679           popping them, otherwise re-activation in a different mode won't
6680           work (#334620).
6681
6682 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         Patch by: Sebastien Moutte  <sebastien moutte net>
6685
6686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6687         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6688         (gst_ffmpeg_smpfmt_to_caps):
6689           Replace __VA_ARGS__ caps creation macros with varargs functions.
6690           Makes things compile on MSVC (#320765), looks nicer, and we can
6691           tell the compiler to check for the NULL terminator.
6692
6693 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6696
6697         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6698           Make sure the buffer we copy into is really always big
6699           enough, this time for real (#333488).
6700           
6701 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6702
6703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6704           Add support for 24bpp DIB (#305279).
6705
6706 2006-03-14  Wim Taymans  <wim@fluendo.com>
6707
6708         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6709         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6711         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6712         (gst_video_scale_init), (gst_video_scale_src_event):
6713         Re-enable QoS after the release.
6714         Rework videoscale to use the base class src_event handler.
6715
6716 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6717
6718         * configure.ac:
6719           back to CVS.
6720
6721 === release 0.10.5 ===
6722
6723 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6724
6725         * configure.ac:
6726           releasing 0.10.5, "Net"
6727
6728 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * docs/plugins/Makefile.am:
6731           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6732           
6733 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6736         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6737         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6738           Add cdparanoiasrc to docs.
6739
6740         * gst-libs/gst/cdda/gstcddabasesrc.c:
6741           More GstCddaBaseSrc docs.
6742
6743 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         * docs/libs/gst-plugins-base-libs-sections.txt:
6746         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6747         * gst-libs/gst/tag/tag.h:
6748           API: libgsttag: new method gst_tag_from_id3_user_tag().
6749
6750 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6753           NULL-terminate array of mpeg4 video file extensions.
6754           Fixes crash on PPC (#334226).
6755
6756 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6757
6758         * ext/gnomevfs/gstgnomevfssrc.c:
6759         (gst_gnome_vfs_src_check_get_range):
6760           gnome_vfs_uri_is_local() alone is not a good indicator
6761           whether we can operate in pull-mode with a specific URI,
6762           as it returns FALSE for file:// URIs that point to an
6763           NFS-mounted path. Be more conservative here: whitelist
6764           local files, blacklist http URIs and use the old
6765           mechanism for anything else (fixes #334216).
6766
6767 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6768
6769         * configure.ac:
6770           back to trunk
6771
6772 === release 0.10.4 ===
6773
6774 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6775
6776         * configure.ac:
6777           releasing 0.10.4, "Power"
6778
6779 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6780
6781         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6782         Disable max-lateness by setting it to -1 for now, so that 
6783         we can bed QoS stuff in thoroughly between now and the next
6784         release.
6785
6786 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6787
6788         Patch by: Fabrizio Gennari
6789
6790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6791           Make sure we don't read beyond the palette buffer in case of
6792           broken or manipulated files (#333488)
6793
6794 2006-03-10  Edward Hervey  <edward@fluendo.com>
6795
6796         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6797         Fix for variable not initialized.
6798
6799 2006-03-09  Wim Taymans  <wim@fluendo.com>
6800
6801         * ext/libvisual/visual.c: (gst_visual_get_type),
6802         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6803         (gst_visual_chain):
6804         Small cleanups.
6805
6806         * ext/theora/gsttheoradec.h:
6807         * ext/theora/theoradec.c: (gst_theora_dec_init),
6808         (gst_theora_dec_reset), (_theora_granule_time),
6809         (theora_dec_src_convert), (theora_dec_sink_convert),
6810         (theora_dec_src_query), (theora_dec_src_event),
6811         (theora_dec_sink_event), (theora_handle_comment_packet),
6812         (theora_handle_header_packet), (theora_dec_push),
6813         (theora_handle_data_packet), (theora_dec_chain),
6814         (theora_dec_change_state):
6815         Add simple QoS.
6816
6817 2006-03-09  Wim Taymans  <wim@fluendo.com>
6818
6819         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6820         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6821         Some cleanups.
6822
6823 2006-03-09  Wim Taymans  <wim@fluendo.com>
6824
6825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6826         Don't try to activate NULL chains.
6827
6828 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6829
6830         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6831           Fix invalid memory access to region before peek'd data (#332964).
6832
6833 2006-03-09  Wim Taymans  <wim@fluendo.com>
6834
6835         Patch by: Christophe Fergeau
6836
6837         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6838         * ext/pango/gsttextrender.c: (gst_text_render_init):
6839         * gst/adder/gstadder.c: (gst_adder_init):
6840         Don't leak padtemplates, closes #333510.
6841
6842 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6843
6844         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6845           Fix invalid memory access: make sure string passed to
6846           regexec() is NUL-termianted.
6847
6848 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6849
6850         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6851         (mp3_type_find):
6852           Refactor mpeg/audio typefinding to make it more maintainable
6853           and easier to fine-tune. Make probing into middle of the file
6854           work properly (fixes #333900, also see #152688).
6855
6856 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6857
6858         * gst/typefind/gsttypefindfunctions.c:
6859         (utf8_type_find_have_valid_utf8_at_offset):
6860           Remove part from previous commit that was bogus:
6861           g_utf8_validate() does in fact not accept embedded
6862           zeroes, so we don't need to check for those (thanks
6863           to Mike for the hint).
6864
6865 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6866
6867         * gst/typefind/gsttypefindfunctions.c:
6868         (utf8_type_find_count_embedded_zeroes),
6869         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6870           Make plain/text typefinder more conservative: firstly, check
6871           for embedded zeroes, which are perfectly valid UTF-8 characters,
6872           but also a fairly good sign that something is not a plain text
6873           file; secondly, probe into the middle of the file if possible.
6874           If we can't probe into the middle, limit the probability value
6875           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6876
6877 2006-03-08  Michael Smith  <msmith@fluendo.com>
6878
6879         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6880           Make typefind function name for mpeg4 video unique.
6881
6882 2006-03-08  Wim Taymans  <wim@fluendo.com>
6883
6884         * ext/libvisual/visual.c: (gst_visual_init),
6885         (gst_visual_clear_actors), (gst_visual_dispose),
6886         (gst_visual_reset), (gst_visual_src_setcaps),
6887         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6888         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6889         (gst_visual_chain), (gst_visual_change_state):
6890         Cleanups, post nice errors.
6891         Handle sink and src events.
6892         Implement simple QoS.
6893
6894         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6895         Use new basesink methods to configure max-lateness.
6896         Small doc update.
6897
6898         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6899         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6900         Debug statement cleanups.
6901
6902         * gst/volume/gstvolume.c: (gst_volume_class_init):
6903         Simple cleanup.
6904
6905 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6906
6907         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6908         (gst_text_overlay_init), (gst_text_overlay_set_property),
6909         (gst_text_overlay_get_property):
6910           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6911           as string type properties, but mark them deprecated. Add
6912           'halignment' and 'valignment' properties that use enums
6913           instead of strings.
6914
6915 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         Patch by: Fabrizio Gennari
6918
6919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6920           Allow palettes with less than 256 colours in AVI files
6921           (#333488)
6922
6923 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6924
6925         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6926         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6927         pad. We were releasing the queued text buffer when we should keep
6928         it until video pad gets EOS or discard the text buffer because it's
6929         too old. That was eating the last subtitle buffer. Add some more
6930         debug.
6931
6932 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6935         (gst_text_overlay_video_chain):
6936           Fix invalid memory access (we can't access a buffer after it's been
6937           pushed downstream without taking a reference); fix memory leak (if
6938           there's no text to render, bail out before allocating stuff).
6939
6940 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6941
6942         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6943         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6944         * ext/pango/gsttextoverlay.h:
6945           If input is plain text, escape it before passing it to
6946           pango_layout_set_markup().
6947
6948 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6949
6950         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6951           Don't ignore flow return from gst_pad_push().
6952
6953 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6954
6955         Patch by: Fabrizio Gennari
6956
6957         * ext/libvisual/visual.c: (gst_visual_getcaps),
6958         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6960         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6961         (gst_vorbisenc_convert_sink):
6962         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6963         (gst_audio_duration_from_pad_buffer):
6964         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6965         (gst_audio_filter_chain):
6966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6967         (gst_base_rtp_depayload_setcaps):
6968         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6969         (gst_video_get_size):
6970         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6971           Don't leak references returned by gst_pad_get_parent()
6972           (#333663)
6973
6974 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6975
6976         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6977           change location param details
6978         * gst/volume/gstvolume.c: (plugin_init):
6979           correct plugin description
6980
6981 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6982
6983         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6984         (gst_gnome_vfs_src_check_get_range):
6985           Override GstBaseSrc::check_get_range() in order to avoid opening
6986           the resource just to check whether we can operate in pull-mode or
6987           not - we can predict that pretty well from the URI alone. Should
6988           fix problems with last.fm (#331690). (Requires latest core CVS).
6989
6990 2006-03-06  Wim Taymans  <wim@fluendo.com>
6991
6992         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6993         (gst_video_sink_class_init):
6994         Throw away frames that are later than 20 ms.
6995
6996 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6997
6998         Patch by: Fabrizio Gennari
6999
7000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7001           Set depth on WMA caps (#333545)
7002
7003 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7004
7005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7006         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7007           put Theora BOS pages before others.  This hardcodes
7008           the Ogg/Theora I profile, but hey.
7009
7010 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7011
7012         * ext/ogg/README:
7013           updated with some examples
7014         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7015         (granulepos_add), (theora_buffer_from_packet):
7016         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7017         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7018         (gst_vorbisenc_chain):
7019           implement strategy from ext/ogg/README
7020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7021         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7022         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7023         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7024           Fix muxer so that oggz-validate is happy with all streams;
7025           except for no eos mark, and the BOS page ordering
7026         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7027         (check_buffer_granulepos):
7028         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7029           update tests to check for OFFSET being set as requested
7030           fixed type of granulepos, it's not a ClockTime
7031
7032 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7033
7034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7035         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7036         Check that the xvimage we are creating has a correct size
7037         before returning it. (#314897)
7038
7039 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7042           Give id3 and ape tag typefinders a rank slightly higher
7043           than PRIMARY to ensure they're always run before any of
7044           the other typefinders (in particular wav and mp3) (#324186).
7045
7046 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7049           Add support for '3IVD' fourcc (#333403).
7050
7051 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7052
7053         * configure.ac:
7054           Bump requirements to GStreamer CVS for the new error enum.
7055
7056         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7057           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7058           space left on the device (fixes #333352).
7059
7060 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7061
7062         * win32/vs6:
7063           add a project file for libgstvolume
7064           update the workspace
7065
7066 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7067
7068         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7069         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7070         (GST_START_TEST):
7071           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7072           Set IN_CAPS on header buffers
7073
7074 2006-03-02  Wim Taymans  <wim@fluendo.com>
7075
7076         * docs/plugins/Makefile.am:
7077         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7078         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7079         Add audioresample to docs.
7080
7081         * gst/audioconvert/gstaudioconvert.c:
7082         Add revision date.
7083
7084         * gst/audioresample/gstaudioresample.c:
7085         (gst_audioresample_base_init), (gst_audioresample_class_init),
7086         (gst_audioresample_init), (gst_audioresample_dispose),
7087         (audioresample_get_unit_size), (audioresample_transform_caps),
7088         (resample_set_state_from_caps), (audioresample_transform_size),
7089         (audioresample_set_caps), (audioresample_event),
7090         (audioresample_do_output), (audioresample_transform),
7091         (audioresample_pushthrough), (gst_audioresample_set_property),
7092         (gst_audioresample_get_property), (plugin_init):
7093         * gst/audioresample/gstaudioresample.h:
7094         Added docs.
7095         Small code cleanups.
7096
7097 2006-03-02  Wim Taymans  <wim@fluendo.com>
7098
7099         * docs/plugins/Makefile.am:
7100         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7101         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7102         Added videoscale to docs.
7103
7104         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7105         (gst_video_rate_swap_prev), (gst_video_rate_event),
7106         (gst_video_rate_chain):
7107         Fix typo in docs.
7108
7109         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7110         (gst_video_scale_init), (gst_video_scale_prepare_size),
7111         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7112         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7113         * gst/videoscale/gstvideoscale.h:
7114         Added docs, examples.
7115         Some code cleanups.
7116         Post errors instead of g_warning.
7117
7118 2006-03-02  Wim Taymans  <wim@fluendo.com>
7119
7120         * docs/libs/gst-plugins-base-libs-docs.sgml:
7121         * docs/libs/gst-plugins-base-libs-sections.txt:
7122         * docs/libs/gst-plugins-base-libs.types:
7123         * docs/plugins/Makefile.am:
7124         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7125         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7126         Added some more docs to libs and plugins.
7127
7128         * gst-libs/gst/audio/gstringbuffer.c:
7129         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7130         * gst-libs/gst/audio/gstringbuffer.h:
7131         Document ringbuffer some more.
7132
7133         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7134         (gst_video_rate_setcaps), (gst_video_rate_reset),
7135         (gst_video_rate_init), (gst_video_rate_flush_prev),
7136         (gst_video_rate_swap_prev), (gst_video_rate_event),
7137         (gst_video_rate_chain), (gst_video_rate_change_state):
7138         * gst/videorate/gstvideorate.h:
7139         Fix videorate to use segments.
7140         Make it work with 0/1 framerates (closes #331903)
7141         Handle EOS correctly.
7142         Added docs.
7143
7144 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7145
7146         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7147         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7148         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7149           In state change function, first chain up to parent class,
7150           then handle downwards state change stuff. Remove some
7151           commented out cruft from 0.8 code.
7152
7153 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7154
7155         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7156         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7157         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7158         (gst_ogm_parse_chain):
7159           Don't remove/re-add source pad if the new caps are the same as
7160           the old caps anyway (#333042). When removing source pad, don't
7161           unref it afterwards - we didn't ref it when adding. Sprinkle some
7162           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7163           after using gst_pad_get_parent(). Return downstream flow return
7164           value in chain function.
7165
7166 2006-03-02  Wim Taymans  <wim@fluendo.com>
7167
7168         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7169         * docs/plugins/gst-plugins-base-plugins.args:
7170         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7171         * docs/plugins/gst-plugins-base-plugins.interfaces:
7172         * docs/plugins/gst-plugins-base-plugins.signals:
7173         Fix hierarchy, added some more elements to the docs.
7174
7175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7176         (gst_ffmpegcsp_get_type):
7177         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7178         Fix docs for ffmpegcolorspace.
7179
7180 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7183         (apetag_type_find), (ape_type_find), (plugin_init):
7184           Some typefinding fine-tuning:
7185           - rank ID3/APE tags in order of preference via probabilities, so that
7186             ID3v2 > APEv2 > APEv1 > ID3v1.
7187           - three or four bytes don't really justify MAXIMUM probability,
7188             change those to 'very likely' (musepack and monkeysaudio).
7189
7190 2006-03-01  Wim Taymans  <wim@fluendo.com>
7191
7192         * docs/plugins/Makefile.am:
7193         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7194         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7195         * ext/alsa/gstalsamixer.c:
7196         * ext/alsa/gstalsamixer.h:
7197         * ext/alsa/gstalsamixerelement.c:
7198         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7199         * ext/alsa/gstalsamixerelement.h:
7200         * ext/alsa/gstalsasink.c:
7201         * ext/alsa/gstalsasink.h:
7202         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7203         (gst_alsasrc_init):
7204         * ext/alsa/gstalsasrc.h:
7205         Added alsa docs.
7206         Small code cleanups.
7207
7208 2006-03-01  Wim Taymans  <wim@fluendo.com>
7209
7210         * ext/theora/Makefile.am:
7211         Dist new header too,
7212
7213 2006-03-01  Wim Taymans  <wim@fluendo.com>
7214
7215         * docs/plugins/Makefile.am:
7216         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7217         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7218         * ext/gnomevfs/gstgnomevfssink.h:
7219         * ext/gnomevfs/gstgnomevfssrc.h:
7220         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7221         * ext/vorbis/vorbisdec.h:
7222         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7223         * ext/vorbis/vorbisenc.h:
7224         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7225         (vorbis_parse_chain), (vorbis_parse_change_state):
7226         * ext/vorbis/vorbisparse.h:
7227         * gst/audioconvert/gstaudioconvert.h:
7228         * gst/tcp/gsttcpserversink.h:
7229         * gst/videotestsrc/gstvideotestsrc.c:
7230         * gst/videotestsrc/gstvideotestsrc.h:
7231         * gst/volume/gstvolume.c:
7232         * gst/volume/gstvolume.h:
7233         Fix some more docs.
7234         Added docs for vorbisdec and vorbisparse.
7235         Fix vorbisparse.
7236
7237 2006-03-01  Wim Taymans  <wim@fluendo.com>
7238
7239         * docs/plugins/Makefile.am:
7240         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7241         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7242         * ext/pango/gstclockoverlay.h:
7243         * ext/pango/gsttextoverlay.h:
7244         * ext/pango/gsttextrender.h:
7245         * ext/pango/gsttimeoverlay.h:
7246         * ext/theora/gsttheoradec.h:
7247         * ext/theora/gsttheoraenc.h:
7248         * ext/theora/theoradec.c:
7249         * ext/theora/theoraenc.c:
7250         * gst/audioconvert/gstaudioconvert.h:
7251         * gst/audiotestsrc/gstaudiotestsrc.h:
7252         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7253         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7254         * gst/tcp/gstmultifdsink.h:
7255         Updated/added documentation.
7256
7257         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7258         (gst_text_overlay_halign_get_type),
7259         (gst_text_overlay_wrap_mode_get_type),
7260         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7261         (gst_text_overlay_init), (gst_text_overlay_set_property),
7262         (gst_text_overlay_get_property):
7263         Fix up properties to be enums instead of string to make bindings,
7264         introspection and automatic GUI creation possible.
7265         Add getters for the properties.
7266
7267 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7268
7269         * gst/audiotestsrc/gstaudiotestsrc.c:
7270           added defines of M_PI and M_PI_2
7271         * gst/ffmpegcolorspace/avcodec.h:
7272           removed #include "stdint.h" for win32 as _stdint.h is 
7273           autogenerated to win32/common
7274         * win32/common/libgstaudio.def:
7275         * win32/common/libgsttag.def:
7276           added some exports
7277         * win32/vs6:
7278           some project files bugs corrected
7279         * win32/vs7:
7280           project files are reset to the default vs7 configuration 
7281           (they link to msvcr71.dll using default optimizations)
7282           
7283 2006-02-28  Wim Taymans  <wim@fluendo.com>
7284
7285         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7286         Fix some docs.
7287
7288 2006-02-28  Edward Hervey  <edward@fluendo.com>
7289
7290         * ext/alsa/gstalsasrc.c:
7291         Set proper class on the ElementDetails:
7292         Source/Audio instead of Src/Audio/
7293
7294 2006-02-28  Edward Hervey  <edward@fluendo.com>
7295
7296         * gst/videoscale/vs_scanline.c:
7297         (vs_scanline_resample_nearest_RGBA):
7298         Revert optimization in videoscale. It should go in liboil and have
7299         an appropriate liboil function.
7300
7301 2006-02-28  Wim Taymans  <wim@fluendo.com>
7302
7303         * gst-libs/gst/audio/gstbaseaudiosink.c:
7304         (gst_base_audio_sink_provide_clock):
7305         Don't try to provide a clock in the NULL state.
7306
7307 2006-02-28  Wim Taymans  <wim@fluendo.com>
7308
7309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7310         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7311         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7312         (gst_ogg_demux_deactivate_current_chain),
7313         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7314         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7315         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7316         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7317         Use GstSegment infrastructure to remove duplicated code
7318         and handle more seek cases correctly.
7319
7320 2006-02-28  Wim Taymans  <wim@fluendo.com>
7321
7322         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7323         (gst_ffmpegcsp_transform):
7324         Don't ignore return code from ffmpeg convert function.
7325
7326         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7327         Split out some long statements to ease debugging.
7328
7329 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7330
7331         * ext/libvisual/visual.c: (gst_visual_init),
7332         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7333         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7334         being able to renegotiate the size. Instead, use the negotiation
7335         algorithm from the goom plugin to pick an initial output caps. 
7336
7337         Also, allow theoretical libvisual plugins that might support non-GL 
7338         output even if they also do GL.
7339
7340 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7341
7342         * ext/libvisual/visual.c: (gst_visual_init),
7343         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7344         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7345         possible negotiation issues.
7346
7347 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7348
7349         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7350
7351 2006-02-24  Michael Smith  <msmith@fluendo.com>
7352
7353         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7354         (cmml_type_find), (plugin_init):
7355           Fix CMML type find function to not require a specific minor version
7356           of the CMML header.
7357
7358           Add an MPEG4 video elementary stream typefind function.
7359
7360 2006-02-04  Michael Smith  <msmith@fluendo.com>
7361
7362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7363         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7364         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7365         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7366         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7367         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7368           Annodex support in ogg demuxer. Doesn't do very much without the
7369           other annodex patches (to come).
7370
7371 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7372
7373         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7374
7375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7376           Pick up palette for MS video v1 (#327028)
7377
7378 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7379
7380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7381         (gst_ffmpegcsp_caps_remove_format_info),
7382         (gst_ffmpegcsp_get_unit_size):
7383           The 'palette_data' field from incoming RGB caps shouldn't be
7384           proxied on outgoing YUV caps; also, restrict unit size
7385           adjustment in case of paletted data only to the unit that
7386           actually has a palette. Fixes #330711.
7387
7388 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7389
7390         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7391         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7392         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7393         (gst_ffmpegcsp_get_unit_size):
7394           Plug some memory leaks.
7395
7396 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7397
7398         * sys/ximage/Makefile.am:
7399         * sys/xvimage/Makefile.am:
7400           Add some _CFLAGS and _LIBS that seem to be missing
7401           and/or required for Cygwin (see #317048).
7402
7403 2006-02-22  Wim Taymans  <wim@fluendo.com>
7404
7405         * ext/alsa/gstalsasrc.c:
7406         Fix description as pointed out by caugier.
7407
7408 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7409
7410         Reviewed by : Edward Hervey  <edward@fluendo.com>
7411
7412         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7413         (qt_type_find):
7414         Better 3gp typefinding (#331526).
7415
7416 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7417
7418         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7419           Don't send EOS event here, the base class will send one for us.
7420
7421         * gst/playback/gstplaybasebin.c: (prepare_output):
7422           Subpictures without video stream aren't allowed either.
7423         
7424         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7425           Fix debug statement copy'n'paste-o.
7426
7427 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7428
7429         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7430           Fix issues with mixer keeping state when muting/unmuting
7431           and when changing the volume whilst muted (see #331763
7432           and #331765).
7433
7434 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7437         (parse_subrip), (gst_sub_parse_format_autodetect):
7438           Set right caps given that we send escaped text. Also,
7439           honour <i></i>, <b></b> and <u></u> markers that can be found
7440           in .srt files (fixes #310202).
7441
7442 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7443
7444         * gst-libs/gst/audio/mixerutils.c:
7445         (element_factory_rank_compare_func):
7446           Make order in which elements are tried more determinable.
7447
7448 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7449
7450         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7451         (remove_element_chain), (cleanup_decodebin),
7452         (gst_decode_bin_change_state): Make decodebin reusable by
7453         fixing remove_element_chain first and then introduce a
7454         cleaner in state change to ->NULL. (Closes #331678)
7455
7456 2006-02-19  Wim Taymans  <wim@fluendo.com>
7457
7458         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7459         use 0666 mask when creating files so umask gets applied
7460         correctly. Fixes #331295.
7461
7462 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7463
7464         * gst/subparse/Makefile.am:
7465         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7466         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7467         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7468         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7469         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7470         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7471         * gst/subparse/gstssaparse.h:
7472         * gst/subparse/gstsubparse.c: (plugin_init):
7473           Add very basic parser for SSA subtitle streams (as often
7474           found in matroska files).
7475
7476 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7477
7478         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7479           That should be text/x-pango-markup, not text/x-pango-layout.
7480
7481 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7482
7483         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7484         Polishing.
7485
7486 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7487
7488         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7489         (gst_text_overlay_finalize), (gst_text_overlay_init),
7490         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7491         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7492         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7493         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7494         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7495         Fix state change deadlock.
7496
7497 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7498
7499         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7500         (gst_text_overlay_finalize), (gst_text_overlay_init),
7501         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7502         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7503         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7504         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7505         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7506         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7507         and subtitles files.
7508
7509 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7510
7511         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7512         should be considered as raw.
7513
7514 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7515
7516         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7517         (cb_probe):
7518         * gst/playback/gststreaminfo.h: Introduce language informations.
7519
7520 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7521
7522         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7523         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7524         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7525         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7526         Set shared memory segments to be deleted as soon as we have attached,
7527         that way they get cleaned up automatically if we crash.
7528
7529 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7530
7531         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7532         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7533         functions are called with lock held.
7534
7535 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7536
7537         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7538         (gst_text_overlay_finalize), (gst_text_overlay_init),
7539         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7540         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7541         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7542         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7543         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7544         (gst_text_overlay_change_state): Refactoring of textoverlay
7545         without collectpads. This now supports sparse subtitles coming
7546         from a demuxer instead of a sub file. Seeking is still broken 
7547         though. Need to discuss with wtay some more on how to handle
7548         seeking correctly.
7549         * ext/pango/gsttextoverlay.h:
7550         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7551         subtitles coming from the demuxer.
7552
7553 2006-02-17  Wim Taymans  <wim@fluendo.com>
7554
7555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7556         (gst_vorbisenc_convert_sink):
7557         Use some more scaling functions.
7558
7559 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7560
7561         * ext/cdparanoia/gstcdparanoiasrc.c:
7562         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7563         (gst_cd_paranoia_paranoia_callback),
7564         (gst_cd_paranoia_src_signal_is_being_watched),
7565         (gst_cd_paranoia_src_read_sector):
7566         * ext/cdparanoia/gstcdparanoiasrc.h:
7567           Add back 'transport-error' and 'uncorrected-error' signals and
7568           make them actually be fired when bad stuff happens (#319340).
7569
7570 2006-02-17  Wim Taymans  <wim@fluendo.com>
7571
7572         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7573         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7574         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7575         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7576         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7577         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7578         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7579         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7580         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7581         (gst_ring_buffer_clear):
7582         Small cleanups.
7583         Added some G_LIKELY.
7584
7585 2006-02-17  Wim Taymans  <wim@fluendo.com>
7586
7587         * gst-libs/gst/audio/TODO:
7588         Update TODO
7589
7590         * gst-libs/gst/audio/gstbaseaudiosink.c:
7591         (gst_base_audio_sink_get_offset):
7592         When trying to play samples ASAP and we don't have a
7593         previous sample, try to play at position 0 instead of
7594         an invalid position.
7595
7596 2006-02-17  Wim Taymans  <wim@fluendo.com>
7597
7598         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7599         (gst_alsasink_reset):
7600         Also release lock when we get an error in _reset();
7601         fix an error message.
7602
7603 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7604
7605         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7606         (gst_alsasink_init), (get_channel_free_structure),
7607         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7608         (gst_alsasink_close):
7609         * ext/alsa/gstalsasink.h:
7610           Add support for more than 2 channels (#326720).
7611
7612 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7613
7614         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7615           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7616           with 4 or 6 channels, assume a default channel layout to make things
7617           work (not sure there's anything else we can do in those cases).
7618
7619 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         * gst-libs/gst/audio/multichannel.c:
7622           Minor docs fix.
7623
7624         * gst-libs/gst/riff/Makefile.am:
7625         * gst-libs/gst/riff/riff-ids.h:
7626         * gst-libs/gst/riff/riff-media.c:
7627         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7628           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7629           channels and a channel layout map.
7630           
7631 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7632
7633         Reviewed by Edward Hervey  <edward@fluendo.com>
7634
7635         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7636         C-level optimization of the RGBA nearest neighbour function.
7637         Eventually this might end up in liboil with vectorized versions.
7638
7639 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7640
7641         * gst-libs/gst/audio/multichannel.c:
7642         (gst_audio_get_channel_positions):
7643           When we have more than 2 channels, but no channel layout is
7644           specified in the caps, return some default channel layout
7645           to the caller and warn about about a possibly buggy element
7646           (could be buggy filtercaps as well of course) (#317038).
7647
7648 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7651           Add gst-libs/gst/cdda to list of lib search paths.
7652
7653 2006-02-15  Andy Wingo  <wingo@pobox.com>
7654
7655         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7656         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7657         to the Lord Jesus that I do not have to touch the ogg muxer ever
7658         again.
7659
7660 2006-02-15  Edward Hervey  <edward@fluendo.com>
7661
7662         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7663         quicktime movie files can also contain 'uuid' atoms.
7664
7665 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * gst/audioconvert/plugin.c: (plugin_init):
7668           Register the GstAudioChannelPosition enum type with the type
7669           system in the plugin_init function, so that it is known before
7670           any element actually makes use of multi-channel stuff. This is
7671           required for example if one wants to be able to deserialise/use
7672           a caps string with channel positions before any pipeline has
7673           been setup and started, like with gst-launch.
7674
7675 2006-02-14  Wim Taymans  <wim@fluendo.com>
7676
7677         * gst-libs/gst/audio/gstringbuffer.c:
7678         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7679         (gst_ring_buffer_samples_done), (wait_segment),
7680         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7681         Add some compiler G_(UN_)LIKELY help.
7682         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7683         make sure they can exit their functions. Should fix #330748
7684
7685 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7686
7687         * Makefile.am:
7688         * configure.ac:
7689         * win32/MANIFEST:
7690         * win32/common/_stdint.h:
7691           Windows does not have long long; copy the generated _stdint.h
7692         * win32/common/interfaces-enumtypes.c:
7693         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7694         (gst_mixer_track_flags_get_type),
7695         (gst_tuner_channel_flags_get_type):
7696         * win32/common/multichannel-enumtypes.c:
7697         (gst_audio_channel_position_get_type):
7698           update
7699
7700 2006-02-13  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst-libs/gst/audio/gstbaseaudiosink.c:
7703         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7704         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7705         Always sync on first sample we receive when starting.
7706
7707 2006-02-13  Wim Taymans  <wim@fluendo.com>
7708
7709         * gst/playback/gstplaybin.c: (gen_vis_element):
7710         Update vis bin docs.
7711         Move queue after tee so we don't queue video buffers but
7712         audio samples instead. Fixes problems where the video queue
7713         is filled and the audio queue empty.
7714
7715 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7718           No need to push an EOS event here, GstBaseSrc will do that for us
7719           when we return FLOW_UNEXPECTED.
7720           
7721 2006-02-12  Wim Taymans  <wim@fluendo.com>
7722
7723         * gst-libs/gst/audio/gstbaseaudiosink.c:
7724         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7725         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7726         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7727         Use scale functions when possible.
7728         Fix error messages.
7729         Free clockid when after waiting for EOS.
7730         Use G_(UN_)LIKLY when it makes sense.
7731         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7732
7733 2006-02-12  Edward Hervey  <edward@fluendo.com>
7734
7735         * gst/playback/gstplaybasebin.c: (prepare_output): 
7736         Remove stray semi-colon (fixes #330888).
7737
7738 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7739
7740         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7742         Fix up the XShm call testing so that we catch errors, and don't
7743         cause new ones by attempting to detach from a segment we failed
7744         to attach to. Fixes #312439.
7745
7746 2006-02-10  Edward Hervey  <edward@fluendo.com>
7747
7748         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7749         Added flv file typefind (video/x-flv).
7750
7751 2006-02-10  Edward Hervey  <edward@fluendo.com>
7752
7753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7754         (gst_riff_create_video_template_caps):
7755         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7756         Also added the caps to the default set of riff video caps.
7757
7758 2006-02-09  Andy Wingo  <wingo@pobox.com>
7759
7760         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7761         time and the end time of the last packet in the page.
7762         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7763         on the pages in our queue, set the duration as well. Reflow a
7764         debug statement.
7765         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7766         Fixes bad muxing order.
7767
7768 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7769
7770         * gst-libs/gst/rtp/gstbasertppayload.c:
7771         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7772           update seqnum before setting it on the packet; this makes sure
7773           that the timestamp and seqnum properties match after pushing
7774           a buffer
7775
7776 2006-02-09  Andy Wingo  <wingo@pobox.com>
7777
7778         * gst-libs/gst/audio/gstringbuffer.c
7779         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7780         overflow after 13.5 hours of recording. Kapow!
7781
7782         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7783         the buffer size -- we don't care about underrun/overrun reporting
7784         right now, just need to return a useful value.
7785
7786 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7787
7788         * configure.ac:
7789           Back to CVS
7790
7791 === release 0.10.3 ===
7792
7793 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7794
7795         * configure.ac:
7796           releasing 0.10.3, "Under Pressure"
7797
7798 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7799
7800         * configure.ac:
7801         Drat. Bump libtool version number for new API.
7802         Prelease 0.10.2.3 (of 0.10.3)
7803
7804 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7805
7806         * configure.ac:
7807         * win32/common/config.h:
7808         0.10.2.2 prerelease (of 0.10.3).
7809
7810 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7811
7812         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7813           Revert Andy's newsegment change pending a more correct
7814           fix.
7815
7816 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7817
7818         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7819         (qt_type_find), (plugin_init):
7820           detect more files as 3gp
7821           group and reorder the iso file formats
7822
7823 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7824
7825         * ext/vorbis/vorbis.c: (plugin_init):
7826           Register musicbrainz tags, so apps don't have to.
7827
7828 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7829
7830         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7831         (gst_tag_to_vorbis_tag):
7832           Make sure we called gst_tag_register_musicbrainz_tags()
7833           before possibly mapping a vorbiscomment string from/to a
7834           musicbrainz tag.
7835
7836 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7837
7838         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7839           In case we can't find the required number of consecutive
7840           mpeg audio frames to positively identify an MPEG audio
7841           stream, check if there's at least a valid mpeg audio
7842           frame right at offset 0 and if so suggest mpeg/audio
7843           caps with a very low probability (#153004).
7844
7845 2006-02-07  Andy Wingo  <wingo@pobox.com>
7846
7847         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7848         a TIME segment if we get timestamped buffers. Requires recent
7849         fixes in core to work properly.
7850
7851 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7852
7853         * gst/playback/gstplaybasebin.c: (prepare_output):
7854           Don't print the URI as part of the error message, it
7855           makes error dialogs look rather ugly, especially if
7856           the URI is very long or has characters in it that
7857           need escaping.
7858
7859 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7860
7861         * gst/playback/gstplaybasebin.c: (prepare_output):
7862           Error out if we have only text or subtitles, but nothing
7863           else. Also error out if we have subtitles but no video
7864           stream.
7865
7866 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7869           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7870           Post an error message on the bus when we encounter an
7871           error, which will hopefully be more meaningful than the
7872           'Internal Flow Error' message users get to see if we
7873           just return GST_FLOW_ERROR.
7874
7875 2006-02-07  Andy Wingo  <wingo@pobox.com>
7876
7877         * configure.ac (GST_MAJORMINOR): Update core version req to
7878         0.10.2.2, for the collectpads API addition (#330244).
7879
7880 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7881
7882         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7883           Return FALSE from plugin_init() when GnomeVFS can't
7884           be initialised for some reason (#328423).
7885
7886 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7887
7888         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7889         Stick to seeking theory until i find the bug.
7890         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7891
7892 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7893
7894         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7895         (theora_enc_finalize), (theora_enc_sink_setcaps),
7896         (theora_set_header_on_caps), (theora_enc_chain),
7897         (theora_enc_change_state):
7898         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7899           Make theoraenc and the tests leak free. Like, really.
7900
7901 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7902
7903         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7904         (theora_enc_finalize), (theora_enc_sink_setcaps):
7905           Add a finalize method to ensure we clean up state even if
7906           someone omitted the state change back to NULL.
7907
7908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7909         (gst_vorbisenc_chain):
7910           Free some more leaked bits.
7911
7912         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7913         (stop_pipeline):
7914           Wait for state changes to happen if they're ASYNC.
7915
7916           This ought to teach those fancy pants buildbots a lesson.
7917
7918 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7919
7920         * gst-libs/gst/tag/gstid3tag.c:
7921           Add mapping for ID3 International Standard Recording Code
7922           tag "TSRC"
7923
7924 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7925
7926         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7927           Don't leak tag names.
7928
7929 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7930
7931         * docs/libs/gst-plugins-base-libs-docs.sgml:
7932         * docs/libs/gst-plugins-base-libs-sections.txt:
7933         * gst-libs/gst/tag/gstid3tag.c:
7934         * gst-libs/gst/tag/gstvorbistag.c:
7935         * gst-libs/gst/tag/tags.c:
7936           Split libgsttag docs into multiple sections.
7937
7938 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7939
7940         * docs/libs/Makefile.am:
7941         * docs/libs/gst-plugins-base-libs-docs.sgml:
7942         * docs/libs/gst-plugins-base-libs-sections.txt:
7943         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7944         * gst-libs/gst/tag/gstvorbistag.c:
7945         * gst-libs/gst/tag/tag.h:
7946         * gst-libs/gst/tag/tags.c:
7947           Add libgsttag to the docs.
7948
7949 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7950
7951         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7952         (gst_text_overlay_init), (gst_text_overlay_src_event),
7953         (gst_text_overlay_collected): Fix clockoverlay.
7954
7955 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * docs/libs/compiling.sgml:
7958           Fix typo: it's pkg-config, not pkg-gconfig
7959
7960         * docs/libs/gst-plugins-base-libs-docs.sgml:
7961         * docs/libs/gst-plugins-base-libs-sections.txt:
7962         * docs/libs/tmpl/gstgconf.sgml:
7963           There is no libgstgconf in 0.10, remove it
7964           from the docs.
7965
7966 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7967
7968         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7969         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7970         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7971         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7972         (gst_sub_parse_class_init), (gst_sub_parse_init),
7973         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7974         (parse_mpsub), (parser_state_init), (handle_buffer),
7975         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7976         * gst/subparse/gstsubparse.h: Introduce seeking code.
7977
7978 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7979
7980         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7981           Add comment about LANGUAGE tag inconsistency (we want
7982           ISO-639-1, but extract three-letter identifiers?)
7983
7984         * po/POTFILES.in:
7985           Add two translatable files.
7986
7987 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7988
7989         * gst-libs/gst/tag/Makefile.am:
7990         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7991         * gst-libs/gst/tag/tag.h:
7992         * gst-libs/gst/tag/tags.c:
7993         (gst_tag_register_musicbrainz_tags_internal),
7994         (gst_tag_register_musicbrainz_tags):
7995           Forward-port some tags stuff from the 0.8 branch. This is
7996           mostly the addition of musicbrainz tags and their mapping
7997           to vorbistags, and a vorbistag mapping of the language tag.
7998
7999 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8000
8001         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8002         refactoring.
8003
8004 2006-02-04  David Schleef  <ds@schleef.org>
8005
8006         * ext/ogg/gstoggmux.c:
8007         * gst/typefind/gsttypefindfunctions.c:
8008           Add Dirac typefinding and add dirac format to oggmux.
8009
8010 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8011
8012         * gst/playback/gstdecodebin.c: (try_to_link_1):
8013           Don't put essential function call into
8014           g_return_*() macro, otherwise it'll all be
8015           replaced by NOOPs when compiling with
8016           G_DISABLE_CHECKS defined.
8017
8018 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8019
8020         * ext/ogg/gstoggdemux.c:
8021         * ext/ogg/gstoggparse.c:
8022         * gst/tcp/gsttcpserversink.c:
8023         * sys/v4l/v4lsrc_calls.c:
8024         * sys/v4l/v4lsrc_calls.h:
8025         Just make it compile with --disable-gst-debug.
8026
8027 2006-02-03  Wim Taymans  <wim@fluendo.com>
8028
8029         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8030         (gst_alsasink_class_init), (gst_alsasink_init),
8031         (gst_alsasink_write), (gst_alsasink_reset):
8032         * ext/alsa/gstalsasink.h:
8033         Add lock to protect alsa calls.
8034         Implement reset to flush samples ASAP, does not work
8035         with dmix though.
8036
8037 2006-02-02  Wim Taymans  <wim@fluendo.com>
8038
8039         * gst-libs/gst/audio/gstbaseaudiosink.c:
8040         (gst_base_audio_sink_provide_clock):
8041         Ugh.. getting late I guess...
8042
8043 2006-02-02  Wim Taymans  <wim@fluendo.com>
8044
8045         * gst-libs/gst/audio/gstbaseaudiosink.c:
8046         (gst_base_audio_sink_provide_clock),
8047         (gst_base_audio_sink_set_property),
8048         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8049         Don't try to provide a clock when we are not negotiated since
8050         we might not be able to make it run.
8051
8052 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8053
8054         * gst/playback/gstdecodebin.c: (try_to_link_1):
8055           Unlinking two source pads is ... hard.
8056
8057 2006-02-02  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst-libs/gst/audio/TODO:
8060         Updated.
8061
8062         * gst-libs/gst/audio/gstbaseaudiosink.c:
8063         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8064         On EOS, wait till the last sample is played before posting EOS.
8065
8066 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8067
8068         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8069           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8070           setting queue_delay to zero. Also avoid thread being started if
8071           queue_delay is zero.
8072
8073 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8076           Make test work again by connecting fakesinks to each decoded pad,
8077           which makes the pipeline wait until each fakesink has a buffer
8078           queued before going to PAUSED state. At that point we know the
8079           decodebin pads are negotiated.
8080
8081 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8082
8083         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8084         (gst_cdda_base_src_handle_event):
8085         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8086           Pass unhandled queries to the parent class's query function.
8087
8088 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8089
8090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8091         (gst_ogg_pad_src_query):
8092         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8093         * ext/theora/theoradec.c: (theora_dec_src_query),
8094         (theora_dec_sink_query):
8095         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8096         (vorbis_dec_sink_query):
8097         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8098         (gst_vorbisenc_sink_query):
8099         * gst/adder/gstadder.c: (gst_adder_query):
8100           Pass unhandled queries upstream instead of just
8101           dropping them (#326447). Also, fix supported
8102           query types list for some elements.
8103
8104 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8105
8106         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8107         (paris_type_find), (ilbc_type_find), (plugin_init):
8108           Fix typefinding for audio/x-au, audio/x-paris and
8109           audio/iLBC-sh. We cannot use the START_WITH macros
8110           here, because there can only be one typefind factory
8111           with the same name (caps), so the second one would
8112           replace the first one and the first one would never
8113           be called when doing typefinding (see #161712).
8114           
8115
8116 2006-01-31  Wim Taymans  <wim@fluendo.com>
8117
8118         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8119         (vorbis_handle_header_packet), (vorbis_dec_push),
8120         (vorbis_handle_data_packet):
8121         Use scale_int when we can, add some more scaling.
8122         Check packettype before parsing it.
8123
8124 2006-01-31  Wim Taymans  <wim@fluendo.com>
8125
8126         * ext/theora/theoradec.c: (_theora_granule_time),
8127         (theora_dec_src_convert), (theora_dec_sink_convert):
8128         Call right _scale functions.
8129         Use parameter instead of some other random value.
8130
8131 2006-01-31  Wim Taymans  <wim@fluendo.com>
8132
8133         * ext/theora/theoradec.c: (_theora_granule_frame),
8134         (_theora_granule_time), (_inc_granulepos),
8135         (theora_dec_src_convert), (theora_dec_sink_convert),
8136         (theora_handle_type_packet), (theora_handle_data_packet),
8137         (theora_dec_chain):
8138         Use higher precision timestamps calculation.
8139         Convert some other conversions to _scale.
8140
8141 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8142
8143         * gst/audiotestsrc/gstaudiotestsrc.c:
8144         (gst_audio_test_src_create_sine_table), (plugin_init):
8145         * gst/volume/gstvolume.c: (plugin_init):
8146           initialize gst_controller before using
8147
8148 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8149
8150         * tests/check/pipelines/theoraenc.c:
8151         * tests/check/pipelines/vorbisenc.c:
8152         Define constant using G_GINT64_CONSTANT to avoid errors when
8153         passing it around - otherwise it gets truncated to 32 bits.
8154
8155         Fixes failing tests.
8156
8157 2006-01-31  Andy Wingo  <wingo@pobox.com>
8158
8159         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8160         caps being set doesn't have a framerate value. Basically a stopgap
8161         measure.
8162
8163         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8164         technically correct enough to put into core though.
8165         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8166         DURATION. Fixes theoraenc ! oggmux.
8167
8168         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8169         fraction, not double.
8170
8171 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8172
8173         * win32/vs7:
8174         add vs7 project files created by Sergey Scobich
8175
8176 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8177
8178         * win32/vs8:
8179         add vs8 project files created by Sergey Scobich
8180         
8181 2006-01-30  Andy Wingo  <wingo@pobox.com>
8182
8183         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8184         timestamp + duration, not just timestamp -- ogg pages should be
8185         ordered by stop time. Necessary fix given the change in vorbis
8186         timestamps.
8187
8188         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8189         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8190         (granulepos_add): New function, handles the messiness of adjusting
8191         granulepos values.
8192         (theora_buffer_from_packet):
8193         (theora_enc_chain):
8194         (theora_enc_sink_event): Use granulepos_add, not +.
8195
8196         * tests/check/pipelines/theoraenc.c
8197         (check_buffer_granulepos_from_starttime): Just check the frame
8198         count, not the actual granulepos -- we can't dictate to the
8199         encoder when it should be placing keyframes.
8200
8201 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8202
8203         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8204           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8205           play an http:// stream from a server that's not serving
8206
8207 2006-01-30  Andy Wingo  <wingo@pobox.com>
8208
8209         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8210         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8211         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8212         available.
8213
8214         * ext/theora/gsttheoraenc.h:
8215         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8216         although theoraenc was timestamping correctly. Added handling of
8217         streams that start with nonzero timestamps.
8218
8219         * tests/check/Makefile.am:
8220         * tests/check/pipelines/theoraenc.c: New file, basically does same
8221         tests as vorbisenc.
8222
8223         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8224
8225 2006-01-30  Wim Taymans  <wim@fluendo.com>
8226
8227         * gst-libs/gst/audio/gstaudiosink.c:
8228         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8229         (gst_audioringbuffer_pause):
8230         Implement pause that does not wait for completion.
8231
8232         * gst-libs/gst/audio/gstbaseaudiosink.c:
8233         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8234         Don't drop buffers when going to PAUSED but perform preroll on
8235         remaining samples now that core base class supports this.
8236
8237         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8238         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8239         (gst_ring_buffer_commit):
8240         Pause should not signal waiters.
8241         Implement return value of _commit correctly.
8242
8243 2006-01-30  Andy Wingo  <wingo@pobox.com>
8244
8245         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8246
8247         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8248         updated to timestamp from the first sample, not the last.
8249         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8250         special care of granulepos and timestamp for header packets.
8251         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8252         when the first buffer has a nonzero timestamp.
8253
8254         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8255         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8256         case when the first audio buffer we get has a nonzero timestamp.
8257         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8258         properly timestamp vorbis buffers with the time of the first
8259         sample, not the last.
8260         
8261         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8262         vorbis_granule_time_copy -- now it takes the granule/subgranule
8263         offset into account.
8264
8265         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8266         timestamps, durations, and granulepos on buffers produced by
8267         vorbisenc.
8268
8269 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8270
8271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8272         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8273           Patch from Eric Jonas to support conversions to/from UYVY 
8274           (Fixes: #324626)
8275
8276 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8277
8278         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8279         (setup_subtitle), (setup_source), (set_active_source):
8280         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8281         (gen_text_element), (gen_audio_element), (gen_vis_element),
8282         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8283
8284 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8285
8286         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8287         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8288                 use gst_guint64_to_gdouble to be compliant with vs6
8289         * gst/playback/gstdecodebin.c: (try_to_link_1)
8290         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8291                 use G_GINT64_CONSTANT for int64 constants
8292         * win32/common/libgstinterfaces.def:
8293                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8294         * win32/vs6:
8295                 update and add new project files
8296                 
8297 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8298
8299         * Makefile.am:
8300         * win32/MANIFEST:
8301         * win32/common/interfaces-enumtypes.c:
8302         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8303         (gst_mixer_track_flags_get_type),
8304         (gst_tuner_channel_flags_get_type):
8305         * win32/common/interfaces-enumtypes.h:
8306         * win32/common/multichannel-enumtypes.c:
8307         (gst_audio_channel_position_get_type):
8308         * win32/common/multichannel-enumtypes.h:
8309           add a win32-update rule like in core, and copy over enumtypes files
8310
8311 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8312
8313         * win32/MANIFEST:
8314         * win32/common/config.h:
8315         * win32/common/config.h.in:
8316           add config files just like in core
8317
8318 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8319
8320         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8321           Make gcc-4.1 happy (part of #327357).
8322
8323 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8324
8325         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8326         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8327         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8328         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8329         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8330         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8331           Update all error messages.  All of them should either use
8332           the default translated message, or actually provide a
8333           translatable string.
8334           Make the string for channel count problems meaningful.
8335
8336 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8337
8338         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8339           check for and throw RESOURCE_BUSY
8340
8341 2006-01-27  David Schleef  <ds@schleef.org>
8342
8343         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8344           checked in this change -- it requires liboil features not
8345           in 0.3.6.  Revert parts.
8346
8347 2006-01-27  David Schleef  <ds@schleef.org>
8348
8349         * REQUIREMENTS:
8350         * configure.ac: update liboil requirement to 0.3.6
8351         * gst/videoscale/Makefile.am:
8352         * gst/videoscale/vs_scanline.c: liboilify
8353
8354 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8355
8356         * ext/libvisual/visual.c: (get_buffer):
8357           When pad_alloc returns a GstFlowReturn other
8358           than GST_FLOW_OK, make sure it is passed upstream.
8359
8360 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8361
8362         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8363         (gst_alsasink_class_init):
8364           Free the device name string.
8365
8366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8367         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8368         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8369           Don't remove a pad from the collectpads structure until it
8370           is released - it's a request pad, and may receive data again
8371           if the element gets moved back to PLAYING state.
8372
8373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8374           Ensure we turn on double buffering on the Xv port, and
8375           set the colour key to something dark and mysterious that
8376           isn't black.
8377
8378 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8379
8380         * ext/alsa/gstalsaplugin.c: (plugin_init):
8381         * ext/cdparanoia/gstcdparanoiasrc.c:
8382         (gst_cd_paranoia_src_base_init), (plugin_init):
8383         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8385           - a library should not call setlocale. see "Libraries" node in
8386             gettext manual
8387           - make sure all plugins that use translation do bindtextdomain
8388             to point to the localedir
8389         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8390         (setup_sinks), (plugin_init):
8391           all this, and check for NULL when creating sinks
8392
8393 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8394
8395         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8396         (plugin_init): Make typefinding of subtitles work again.
8397
8398 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8399
8400         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8401         (mp3_type_frame_length_from_header), (mp3_type_find),
8402         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8403         (plugin_init):
8404           Backport a bunch of typefinding fixes from the 0.8 branch.
8405           Also, improve wavpack typefinding: if we can't peek the
8406           entire wavpack block, try to parse the bits we can get and
8407           see if we find what we're looking for in those.
8408
8409 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8410
8411         * sys/ximage/ximagesink.c:
8412         (gst_ximagesink_calculate_pixel_aspect_ratio):
8413         * sys/xvimage/xvimagesink.c:
8414         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8415         more cases of pixel aspect ratio.
8416
8417 2006-01-26  Edward Hervey  <edward@fluendo.com>
8418
8419         * gst/playback/gstdecodebin.c: (pad_probe):
8420         Also consider the flush-start and tag events as unblockers
8421         for the pad probes.
8422
8423 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8424
8425         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8426         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8427         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8428         On the fly visualisation switch, works disabling, enabling as
8429         well but it won't be able to enable vis in a playbin that was
8430         created with no visualisation.
8431
8432 2006-01-25  Wim Taymans  <wim@fluendo.com>
8433
8434         * gst-libs/gst/audio/gstbaseaudiosink.c:
8435         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8436         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8437         resume after pause.
8438
8439 2006-01-25  Wim Taymans  <wim@fluendo.com>
8440
8441         * gst-libs/gst/audio/gstbaseaudiosink.c:
8442         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8443         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8444         Improve debugging.
8445         Post error when caps cannot be parsed.
8446         Resync on discontinuity in the stream.
8447         Clip samples to segment boundaries.
8448         return WRONG_STATE sooner when we are flushing.
8449
8450         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8451         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8452         Make audiosrc operate in TIME.
8453         Set TIMESTAMP and DURATION on buffers.
8454
8455 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * tests/examples/seek/seek.c: (main):
8458           Output tag messages as well.
8459
8460 2006-01-23  Edward Hervey  <edward@fluendo.com>
8461
8462         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8463         (free_pad_probes), (remove_fakesink), (pad_probe),
8464         (close_pad_link), (gst_decode_bin_change_state):
8465         Replace GstPadBlockCallback with pad probes that detect
8466         first buffer AND eos before removing fakesink.
8467         Fixes hang with demuxers doing EOS while pre-rolling.
8468         Solves #328279
8469
8470 2006-01-23  Andy Wingo  <wingo@pobox.com>
8471
8472         * ext/alsa/gstalsasink.c:
8473         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8474         (gst_base_rtp_depayload_setcaps),
8475         (gst_base_rtp_depayload_add_to_queue),
8476         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8477         
8478         Patch by: Jens Granseuer <jensgr at gmx dot net>
8479
8480 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8481
8482         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8483         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8484         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8485         frames. We might get a frame destroyed after changing state to
8486         NULL, adding a safety check on xcontext.
8487
8488 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8489
8490         * gst-libs/gst/interfaces/xoverlay.c:
8491           Fix prepare-xwindow-id code example in the docs - we need to
8492           ignore all messages that aren't element messages as well.
8493           
8494 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8495
8496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8497           I think one day i'll completely undestand how caps negotiation
8498           is supposed to work. This refactoring handles buffer_alloc
8499           called with caps we can't handle. We definitely don't want a
8500           set_caps with those caps, so we define and allocate a buffer
8501           we would like to receive.
8502
8503 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8504
8505         * gst/playback/gstplaybasebin.c: (setup_source):
8506           Free iterator when done.
8507
8508 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8509
8510         * gst-libs/gst/audio/gstbaseaudiosink.c:
8511         (gst_base_audio_sink_render):
8512           Fix playback of non-synchronised streams by assuming a rate
8513           of 1.0 instead of a random one.
8514
8515           Makes this work again:
8516
8517           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8518           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8519           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8520           audioresample ! alsasink
8521
8522 === release 0.10.2 ===
8523
8524 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8525
8526         * configure.ac:
8527           releasing 0.10.2, "Then the devil is six"
8528
8529 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8530
8531         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8532         * gst/playback/gststreamselector.c:
8533         (gst_stream_selector_set_property):
8534           Comment out broken code that connects to the state-changed signal.
8535           At this point, changing current stream selection is broken, but 
8536           stuff like gst-launch playbin current-audio=1 works and filters
8537           to the chosen stream.
8538
8539 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8540
8541         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8542           Fix #327216 (null dereference in vorbisdec)
8543
8544 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8545
8546         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8547           Post taglist actually on bus instead of just freeing it
8548           (fixes #327114 and totem bug #327080).
8549
8550         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8551           Use gst_element_found_tags_for_pad(), so that the tags
8552           are sent downstream as an event as well.
8553
8554 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8555
8556         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8557         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8558         (gst_ximagesink_buffer_alloc):
8559         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8560         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8561         (gst_xvimagesink_buffer_alloc):
8562           move all regularly occurring messages to GST_LOG level
8563           add some more object logs
8564
8565 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8566
8567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8568           fix a silly segfault
8569
8570 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         * docs/libs/gst-plugins-base-libs-docs.sgml:
8573         * docs/libs/gst-plugins-base-libs-sections.txt:
8574         * gst-libs/gst/audio/mixerutils.c:
8575         * gst-libs/gst/audio/mixerutils.h:
8576           Add docs for mixerutils stuff.
8577
8578 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8579
8580         * gst/playback/gstplaybasebin.c: (setup_source):
8581           Fix playback for sources that emit raw audio or
8582           raw video streams (e.g.: cd audio sources) (#325984).
8583
8584 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8585
8586         * gst-libs/gst/audio/mixerutils.c:
8587         (gst_audio_mixer_filter_do_filter):
8588           actually save the element we create
8589
8590 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8591
8592         * gst-libs/gst/cdda/gstcddabasesrc.c:
8593         (gst_cdda_base_src_handle_track_seek):
8594           No need to post a tag message on the bus when seeking
8595           within the same track, only post it when the current
8596           track changes.
8597
8598 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8599
8600         * gst/playback/gstplaybasebin.c: (group_destroy),
8601         (probe_triggered), (new_decoded_pad), (mute_group_type),
8602         (set_active_source):
8603         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8604         * gst/playback/gststreamselector.c:
8605         (gst_stream_selector_base_init),
8606         (gst_stream_selector_set_property),
8607         (gst_stream_selector_request_new_pad):
8608           Reenable stream selection. These mechanisms need a complete overhaul
8609           in the face of 0.8->0.10 changes though.
8610
8611 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8612
8613         * ext/ogg/gstoggdemux.c:
8614           Change the pad template to src_%d to match the pads that 
8615           are created from it. decodebin needs this information in order
8616           to decide that oggdemux is capable of producing multiple pads
8617           (and hence needs queues inserted).
8618
8619         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8620         (gst_ogg_mux_collected):
8621           Make debug output more useful by using GST_PTR_FORMAT.
8622
8623 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8624
8625         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8626
8627         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8628           Set depth and width for alaw/mulaw (fixes #326601).
8629
8630 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8631
8632         * tests/icles/Makefile.am:
8633           don't build the tests if we don't have the libs
8634
8635 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8636
8637         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8638         (gst_cd_paranoia_paranoia_callback):
8639           Don't try to free NULL pointers.
8640
8641 2006-01-10  Edward Hervey  <edward@fluendo.com>
8642
8643         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8644         (gst_audio_rate_change_state), (plugin_init):
8645         Add debugging category.
8646         Fix type issues.
8647         Add case for incoming buffers without valid offset/offset_end.
8648
8649 2006-01-10  Michael Smith  <msmith@fluendo.com>
8650
8651         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8652           Don't leak GCond in audio sources.
8653
8654 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8655
8656         * gst/playback/gstplaybin.c: (gen_audio_element):
8657           Don't leak an autoaudiosink/alsasink when we generate
8658           a new audio element. (old code, I guess)
8659
8660 2006-01-10  Michael Smith  <msmith@fluendo.com>
8661
8662         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8663           Support float audio in audiorate.
8664           Use width rather than depth for selecting sample width.
8665
8666 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8667
8668         * gst/videotestsrc/videotestsrc.h:
8669           Use GLib types here (that way we don't have to include the
8670           generated _stdint.h header, which makes life easier for win32
8671           folks that don't use autotools for the build) (#325990, patch
8672           by: Sergey Scobich).
8673
8674 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8675
8676         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8677         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8678         (gst_ring_buffer_pause), (wait_segment):
8679         * gst-libs/gst/audio/gstringbuffer.h:
8680           Name (private) union, makes Forte compiler happy (this time
8681           for real) (#324900).
8682
8683 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8684
8685         * gst-libs/gst/audio/Makefile.am:
8686           Link against libgstinterfaces, needed for mixer
8687           and property probe stuff.
8688
8689 2006-01-09  Edward Hervey  <edward@fluendo.com>
8690
8691         * gst-libs/gst/Makefile.am:
8692
8693 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8694
8695         * gst-libs/gst/audio/Makefile.am:
8696         * gst-libs/gst/audio/mixerutils.c:
8697         (gst_audio_mixer_filter_do_filter),
8698         (gst_audio_mixer_filter_check_element),
8699         (gst_audio_mixer_filter_probe_feature),
8700         (element_factory_rank_compare_func),
8701         (gst_audio_default_registry_mixer_filter):
8702         * gst-libs/gst/audio/mixerutils.h:
8703           Add gst_audio_default_registry_mixer_filter() utility
8704           function.
8705
8706 2006-01-03  Michael Smith  <msmith@fluendo.com>
8707
8708         * gst/audioresample/resample.h:
8709           As before, but for o_buf
8710
8711 2006-01-03  Michael Smith  <msmith@fluendo.com>
8712
8713         * gst/audioresample/resample.h:
8714           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8715           since we do arithmetic on it.
8716
8717 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8720         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8721         (gst_ring_buffer_pause), (wait_segment):
8722         * gst-libs/gst/audio/gstringbuffer.h:
8723           Sun's Forte compiler doesn't seem to like anonymous structs,
8724           so use same setup as in GstBaseSrc (fixes #324900).
8725
8726 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8727
8728         * configure.ac:
8729         * gst/volume/Makefile.am:
8730         * gst/volume/demo.c:
8731           move old example to tests/examples/volume/volune.c
8732         * tests/examples/Makefile.am:
8733         * tests/examples/seek/seek.c: (main):
8734           change window-close event from "delete-event" to "destroy"
8735         * tests/examples/volume/Makefile.am:
8736         * tests/examples/volume/volume.c: (value_changed_callback),
8737         (setup_gui), (message_received), (eos_message_received), (main):
8738           fix event handling and bus usage
8739
8740 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8741
8742         * gst/audiotestsrc/gstaudiotestsrc.c:
8743         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8744         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8745         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8746         (gst_audio_test_src_create_square),
8747         (gst_audio_test_src_create_saw),
8748         (gst_audio_test_src_create_triangle),
8749         (gst_audio_test_src_create_silence),
8750         (gst_audio_test_src_create_white_noise),
8751         (gst_audio_test_src_create_pink_noise),
8752         (gst_audio_test_src_init_sine_table),
8753         (gst_audio_test_src_create_sine_table),
8754         (gst_audio_test_src_change_wave),
8755         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8756         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8757         * gst/audiotestsrc/gstaudiotestsrc.h:
8758           update to basesrc changes, implement segmented seeking and eos
8759           handling, add a 'sine-tab' waveform for performance critical playback
8760
8761 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8762
8763         * po/POTFILES.in:
8764           ... and this time the other modified file that I missed last time.
8765
8766 2005-12-29  Michael Smith  <msmith@fluendo.com>
8767
8768         * gst/playback/gstdecodebin.c: (new_pad):
8769           Fix non-C89 variable declaration not at the start of a block. Should
8770           help some compilers.
8771
8772 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8773
8774         * tests/check/Makefile.am:
8775           And now fix 'make distcheck' (builddir != srcdir)
8776
8777 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * configure.ac:
8780         * ext/cdparanoia/Makefile.am:
8781         * ext/cdparanoia/gstcdparanoia.c:
8782         * ext/cdparanoia/gstcdparanoia.h:
8783         * ext/cdparanoia/gstcdparanoiasrc.c:
8784         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8785         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8786         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8787         (gst_cd_paranoia_paranoia_callback),
8788         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8789         (gst_cd_paranoia_src_set_property),
8790         (gst_cd_paranoia_src_get_property), (plugin_init):
8791         * ext/cdparanoia/gstcdparanoiasrc.h:
8792           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8793           plugin again (there are still fixes required to playbin to make
8794           cdda:// uris work there).
8795
8796 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8797
8798         * tests/check/Makefile.am:
8799           Fix test case compilation.
8800
8801 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8802
8803         * gst-libs/gst/cdda/gstcddabasesrc.c:
8804         (gst_cdda_base_src_update_duration),
8805         (gst_cdda_base_src_calculate_cddb_id):
8806           An integer is not a string. Fix access to uninitialised variable.
8807
8808         * tests/check/Makefile.am:
8809           Add cddabasesrc unit test; also actually enable the vorbis test.
8810
8811         * tests/check/generic/states.c:
8812           Blacklist new cd audio elements as well.
8813
8814         * tests/check/libs/cddabasesrc.c:
8815           Unit test for GstCddaBaseSrc (discid calculation mostly).
8816
8817 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8818
8819         * docs/libs/Makefile.am:
8820         * docs/libs/gst-plugins-base-libs-docs.sgml:
8821         * docs/libs/gst-plugins-base-libs-sections.txt:
8822         * docs/libs/gst-plugins-base-libs.types:
8823           Add docs for libgstcdda/GstCddaBaseSrc.
8824
8825         * gst-libs/gst/interfaces/mixertrack.h:
8826           Do one struct member per line with a semicolon at the end, that way
8827           even gtk-doc might parse it without complaining.
8828
8829 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8830
8831         * configure.ac:
8832         * gst-libs/gst/Makefile.am:
8833         * gst-libs/gst/cdda/Makefile.am:
8834         * gst-libs/gst/cdda/base64.c:
8835         * gst-libs/gst/cdda/base64.h:
8836         * gst-libs/gst/cdda/gstcddabasesrc.c:
8837         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8838         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8839         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8840         (gst_cdda_base_src_get_property),
8841         (gst_cdda_base_src_get_track_from_sector),
8842         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8843         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8844         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8845         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8846         (gst_cdda_base_src_uri_get_protocols),
8847         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8848         (gst_cdda_base_src_uri_handler_init),
8849         (gst_cdda_base_src_setup_interfaces),
8850         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8851         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8852         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8853         (gst_cdda_base_src_add_tags),
8854         (gst_cdda_base_src_add_index_associations),
8855         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8856         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8857         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8858         (gst_cdda_base_src_create):
8859         * gst-libs/gst/cdda/gstcddabasesrc.h:
8860         * gst-libs/gst/cdda/sha1.c:
8861         * gst-libs/gst/cdda/sha1.h:
8862           Add new libgstcdda with GstCddaBaseSrc class.
8863
8864 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8865
8866         * ext/gnomevfs/gstgnomevfssink.h:
8867           Use GstBaseSinkClass as parent_class member for class struct, not
8868           GstBaseSink.
8869
8870 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8871
8872         Patch by: Michael Benes
8873
8874         * gst/videotestsrc/gstvideotestsrc.c:
8875         (gst_video_test_src_class_init), (gst_video_test_src_start):
8876           Add start method to reset running time and number of frames sent
8877           when starting up (fixes #324696)
8878
8879 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8880
8881         * docs/plugins/Makefile.am:
8882         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8883         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8884         * docs/plugins/gst-plugins-base-plugins.args:
8885         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8886         * docs/plugins/gst-plugins-base-plugins.signals:
8887           Add docs stuff for gnomevfssrc and gnomevfssink.
8888
8889         * ext/gnomevfs/gstgnomevfssrc.c:
8890           Fix example pipeline in gtk-doc blurb.
8891
8892 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8893
8894         * ext/gnomevfs/Makefile.am:
8895         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8896         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8897         (gst_gnome_vfs_handle_get_type), (plugin_init):
8898         * ext/gnomevfs/gstgnomevfs.h:
8899         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8900         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8901         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8902         (gst_gnome_vfs_sink_set_property),
8903         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8904         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8905         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8906         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8907         (gst_gnome_vfs_sink_uri_get_type),
8908         (gst_gnome_vfs_sink_uri_get_protocols),
8909         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8910         (gst_gnome_vfs_sink_uri_handler_init):
8911         * ext/gnomevfs/gstgnomevfssink.h:
8912           Port gnomevfssink; add gtk-doc blurb.
8913
8914         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8915         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8916         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8917         (gst_gnome_vfs_src_uri_get_type),
8918         (gst_gnome_vfs_src_uri_get_protocols),
8919         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8920         (gst_gnome_vfs_src_uri_handler_init),
8921         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8922         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8923         (gst_gnome_vfs_src_send_additional_headers_callback),
8924         (gst_gnome_vfs_src_received_headers_callback),
8925         (gst_gnome_vfs_src_push_callbacks),
8926         (gst_gnome_vfs_src_pop_callbacks),
8927         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8928         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8929         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8930         * ext/gnomevfs/gstgnomevfssrc.h:
8931           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8932           file; add gtk-doc blurb with example pipelines.
8933
8934 === release 0.10.1 ===
8935
8936 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8937
8938         * configure.ac:
8939           releasing 0.10.1, "Dobro Dedek"
8940
8941 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8942
8943         * gst/typefind/gsttypefindfunctions.c:
8944         iLBC30 and iLBC20 added to typefind.
8945
8946 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8947
8948         * gst-libs/gst/audio/gstbaseaudiosink.c:
8949         (gst_base_audio_sink_class_init):
8950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8951         (gst_base_audio_src_class_init):
8952           update strings, values are in microseconds
8953           change the default sink buffer time to something that is smaller
8954           (to help software volume mixing have a slightly lower delay) but
8955           still be acceptable on Wim's laptop
8956
8957 2005-12-20  Edward Hervey  <edward@fluendo.com>
8958
8959         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8960         Made a quack, forgot to add DUCK to the riff video template.
8961
8962 2005-12-19  Edward Hervey  <edward@fluendo.com>
8963
8964         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8965         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8966         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8967         (gst_ogm_parse_chain):
8968         Make sure pads are initialized correctly.
8969         * gst-libs/gst/riff/riff-ids.h:
8970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8971         (gst_riff_create_video_template_caps):
8972         Add a whole bunch of FOURCC <=> MimeType.
8973         Extend the riff video pad template to support the newly added fourcc.
8974
8975 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8976
8977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8978         (gst_ogg_demux_activate_chain):
8979           Extra debug output when activating/deactivating chains.
8980
8981         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8982         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8983         (unlinked):
8984           Remove a queue from our list when it becomes unlinked.
8985           Don't add queues to elements in class 'Demux' if they
8986           can only produce one pad 
8987
8988 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8989
8990         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8991         (gst_video_sink_get_type): Add a debug category.
8992
8993 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8994
8995         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8996         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8997           Handle downstream newsegment by sending our own newsegment before the
8998           next buffer to be released. (#323900)
8999
9000 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9001
9002         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9003         (gst_base_rtp_depayload_set_gst_timestamp):
9004           add queue delay to new segment as well (as opposed to just the first
9005           buffer). (bug #322347)
9006
9007 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9008
9009         * ext/libvisual/visual.c: (make_valid_name):
9010           change some char* into char[]
9011         * gst/audiotestsrc/gstaudiotestsrc.c:
9012         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9013         (gst_audio_test_src_create):
9014         * gst/audiotestsrc/gstaudiotestsrc.h:
9015           prepare to handle EOS and SEGMENT_DONE
9016
9017 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9018
9019         * tests/check/generic/states.c: (GST_START_TEST):
9020           Blacklist cdparanoia element in state test.
9021
9022 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9023
9024           Patch by: Benjamin Pineau
9025
9026         * gst/tcp/gsttcp.c:
9027         * gst/tcp/gsttcpclientsink.c:
9028         * gst/tcp/gsttcpserversink.c:
9029         * gst/tcp/gsttcpserversrc.c:
9030           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9031
9032 2005-12-15  Michael Smith  <msmith@fluendo.com>
9033
9034         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9035         (gst_video_rate_chain):
9036           Fix timestamping for videorate when the first buffer it sees has a
9037           non-zero timestamp. Fix some misleading debug output.
9038
9039 2005-12-15  Michael Smith  <msmith@fluendo.com>
9040
9041         * gst/audioresample/gstaudioresample.c:
9042           Don't leak all input buffers to audioresample.
9043
9044 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9045
9046         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9047           Don't operate on empty text buffers. Strip newlines and
9048           tabs only from the end of the text, but leave them intact
9049           in the middle. Fix typo in gtk-doc description.
9050
9051 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         * gst/playback/gstplaybasebin.c:
9054         * gst/playback/gstplaybin.c: (handoff):
9055           Make sure the video frame buffer we return to apps via the
9056           "frame" property always has caps set on it. Modify
9057           _gst_gvalue_set_object() macro to handle NULL objects
9058           gracefully too.
9059
9060 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9061
9062         * gst/audiotestsrc/gstaudiotestsrc.c:
9063         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9064         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9065         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9066         (gst_audio_test_src_create):
9067         * gst/audiotestsrc/gstaudiotestsrc.h:
9068         Adjust to some recent api changes and add wtays new cool seeking
9069         capabillities
9070
9071 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9072
9073         * ext/alsa/Makefile.am:
9074         * ext/alsa/gstalsadeviceprobe.c:
9075         * ext/alsa/gstalsadeviceprobe.h:
9076           Helper functions to add device probing via the GstPropertyProbe
9077           interface to a class.
9078
9079         * ext/alsa/gstalsamixer.h:
9080           Comment out GST_ALSA_MIXER, it returns a struct that's not
9081           used.
9082
9083         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9084           Add some debug info. 
9085
9086         * ext/alsa/gstalsamixerelement.c:
9087         (gst_alsa_mixer_element_interface_supported),
9088         (gst_implements_interface_init),
9089         (gst_alsa_mixer_element_init_interfaces),
9090         (gst_alsa_mixer_element_class_init),
9091         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9092         (gst_alsa_mixer_element_set_property),
9093         (gst_alsa_mixer_element_get_property),
9094         (gst_alsa_mixer_element_change_state):
9095         * ext/alsa/gstalsamixerelement.h:
9096           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9097           for device handling (gnome-volume-control will need that).
9098
9099 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9100
9101         * ext/Makefile.am: fix cdparanoia entry
9102         * gst-plugins-base.spec.in: add cdparanoia
9103
9104 2005-12-12  Michael Smith  <msmith@fluendo.com>
9105
9106         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9107           Use the correct function to free list of typefind factories.
9108
9109 2005-12-12  Wim Taymans  <wim@fluendo.com>
9110
9111         * gst/videotestsrc/gstvideotestsrc.c:
9112         (gst_video_test_src_class_init), (gst_video_test_src_init),
9113         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9114         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9115         (gst_video_test_src_create):
9116         * gst/videotestsrc/gstvideotestsrc.h:
9117         Implement seeking in videotestsrc.
9118         Small cleanups.
9119
9120 2005-12-12  Wim Taymans  <wim@fluendo.com>
9121
9122         * ext/cdparanoia/Makefile.am:
9123         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9124         (gst_paranoia_endian_get_type), (_do_init),
9125         (cdparanoia_class_init), (cdparanoia_init),
9126         (cdparanoia_set_property), (cdparanoia_get_property),
9127         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9128         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9129         (cdparanoia_convert), (cdparanoia_get_query_types),
9130         (cdparanoia_query), (cdparanoia_set_index),
9131         (cdparanoia_uri_set_uri):
9132         * ext/cdparanoia/gstcdparanoia.h:
9133         Partially ported cdparanoia now that basesrc can support a
9134         plugin like this..
9135
9136 2005-12-12  Wim Taymans  <wim@fluendo.com>
9137
9138         * tests/examples/seek/scrubby.c: (main):
9139         Set higher priority for bus events so they don't get reordered with
9140         gtk gui events.
9141
9142         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9143         (flush_toggle_cb), (main):
9144         Added checkbox to disable flushing seeks. 
9145         Disable scrubbing when doing non flushing seeks.
9146
9147 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9150         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9151         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9152         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9153           Implement some sort of event handling that doesn't rely on
9154           g_return_if_fail; make sure we always push the last chunk of an 
9155           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9156           state change function; remove some old cruft. Seeking is still
9157           rather unlikely to work though.
9158
9159         * tools/.cvsignore:
9160           Ignore more.
9161
9162 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9163
9164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9165         Fixed a leak of the current image reference when cleaning up.
9166         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9167
9168 2005-12-09  Michael Smith  <msmith@fluendo.com>
9169
9170         * tools/Makefile.am:
9171         * tools/gst-launch-ext-m.m:
9172           Remove gst-launch-ext. It doesn't work, and is no longer
9173           particularly useful.
9174
9175 2005-12-08  Luca Ognibene  <luogni@tin.it>
9176
9177         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9178           don't pass random values to ogmparse convert function.
9179           Make seeking possible in the exile1.ogm file.
9180
9181 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9184         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9185           Work around refcount problem with g_value_set_object() that occur
9186           if the core has been compiled against GLib-2.6 (g_value_set_object()
9187           will only g_object_ref() the element, but the caller will
9188           gst_object_unref() it and bad things will happen due to the way
9189           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9190           totem for people on FC4 using Thomas's 0.10 RPMs.
9191           
9192 2005-12-07  Edward Hervey  <edward@fluendo.com>
9193
9194         Time to welcome ogm to 0.10 :)
9195         
9196         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9197         (gst_ogg_pad_typefind):
9198         Oggdemux can now properly typefind elements with dynamic pads.
9199         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9200         Properly set caps on src pad, and set caps on outgoing buffers.
9201
9202 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9203
9204         * ext/alsa/gstalsamixer.h:
9205         * ext/alsa/gstalsamixerelement.h:
9206         * ext/alsa/gstalsamixeroptions.h:
9207         * ext/alsa/gstalsamixertrack.h:
9208         * ext/alsa/gstalsasink.c:
9209         * ext/alsa/gstalsasink.h:
9210         * ext/alsa/gstalsasrc.c:
9211         * ext/alsa/gstalsasrc.h:
9212         * ext/cdparanoia/gstcdparanoia.h:
9213         * ext/gnomevfs/gstgnomevfsuri.h:
9214         * ext/ogg/gstoggdemux.c:
9215         * ext/ogg/gstoggmux.c:
9216         * ext/pango/gsttextoverlay.h:
9217         * ext/theora/theoradec.c:
9218         * ext/theora/theoraenc.c:
9219         * ext/vorbis/vorbisdec.h:
9220         * ext/vorbis/vorbisenc.c:
9221         * ext/vorbis/vorbisenc.h:
9222         * ext/vorbis/vorbisparse.h:
9223         * gst-libs/gst/audio/gstaudioclock.h:
9224         * gst-libs/gst/audio/gstaudiosink.c:
9225         * gst-libs/gst/audio/gstaudiosink.h:
9226         * gst-libs/gst/audio/gstaudiosrc.c:
9227         * gst-libs/gst/audio/gstaudiosrc.h:
9228         * gst-libs/gst/audio/gstbaseaudiosink.c:
9229         * gst-libs/gst/audio/gstbaseaudiosink.h:
9230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9231         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9232         * gst-libs/gst/audio/gstringbuffer.h:
9233         * gst-libs/gst/audio/multichannel.h:
9234         * gst-libs/gst/floatcast/floatcast.h:
9235         * gst-libs/gst/interfaces/colorbalance.c:
9236         * gst-libs/gst/interfaces/colorbalance.h:
9237         * gst-libs/gst/interfaces/colorbalancechannel.h:
9238         * gst-libs/gst/interfaces/mixer.h:
9239         * gst-libs/gst/interfaces/mixeroptions.h:
9240         * gst-libs/gst/interfaces/mixertrack.h:
9241         * gst-libs/gst/interfaces/navigation.h:
9242         * gst-libs/gst/interfaces/propertyprobe.h:
9243         * gst-libs/gst/interfaces/tuner.h:
9244         * gst-libs/gst/interfaces/tunerchannel.h:
9245         * gst-libs/gst/interfaces/tunernorm.h:
9246         * gst-libs/gst/interfaces/xoverlay.h:
9247         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9248         * gst-libs/gst/riff/riff-ids.h:
9249         * gst-libs/gst/riff/riff-media.h:
9250         * gst-libs/gst/riff/riff-read.h:
9251         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9252         * gst-libs/gst/rtp/gstbasertppayload.c:
9253         * gst-libs/gst/rtp/gstbasertppayload.h:
9254         * gst-libs/gst/rtp/gstrtpbuffer.c:
9255         * gst-libs/gst/rtp/gstrtpbuffer.h:
9256         * gst-libs/gst/tag/gsttageditingprivate.h:
9257         * gst-libs/gst/tag/gstvorbistag.c:
9258         (gst_tag_list_from_vorbiscomment_buffer):
9259         * gst-libs/gst/tag/tag.h:
9260         * gst-libs/gst/video/video.h:
9261         * gst/adder/gstadder.c:
9262         * gst/adder/gstadder.h:
9263         * gst/audioconvert/audioconvert.c:
9264         * gst/audioconvert/audioconvert.h:
9265         * gst/audioconvert/gstaudioconvert.c:
9266         * gst/audioconvert/gstchannelmix.c:
9267         * gst/audioconvert/gstchannelmix.h:
9268         * gst/audiorate/gstaudiorate.c:
9269         * gst/audioresample/buffer.h:
9270         * gst/audioresample/functable.h:
9271         * gst/audioresample/gstaudioresample.c:
9272         * gst/audioresample/resample.h:
9273         * gst/ffmpegcolorspace/avcodec.h:
9274         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9275         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9276         * gst/ffmpegcolorspace/imgconvert.c:
9277         * gst/ffmpegcolorspace/imgconvert_template.h:
9278         * gst/playback/gstdecodebin.c:
9279         * gst/playback/gstplaybasebin.h:
9280         * gst/playback/gstplaybin.c:
9281         * gst/playback/gststreaminfo.h:
9282         * gst/tcp/gstfdset.c:
9283         * gst/tcp/gstfdset.h:
9284         * gst/tcp/gstmultifdsink.c:
9285         * gst/tcp/gstmultifdsink.h:
9286         * gst/tcp/gsttcp.h:
9287         * gst/tcp/gsttcpclientsrc.c:
9288         * gst/tcp/gsttcpclientsrc.h:
9289         * gst/tcp/gsttcpplugin.h:
9290         * gst/tcp/gsttcpserversink.c:
9291         * gst/tcp/gsttcpserversrc.c:
9292         * gst/typefind/gsttypefindfunctions.c:
9293         * gst/videorate/gstvideorate.c:
9294         * gst/videotestsrc/gstvideotestsrc.h:
9295         * gst/videotestsrc/videotestsrc.h:
9296         * sys/v4l/gstv4lcolorbalance.h:
9297         * sys/v4l/gstv4ltuner.h:
9298         * sys/v4l/gstv4lxoverlay.h:
9299         * sys/v4l/v4l_calls.h:
9300         * sys/v4l/videodev_mjpeg.h:
9301         * tests/check/elements/audioconvert.c:
9302         * tests/check/elements/audioresample.c:
9303         * tests/check/elements/audiotestsrc.c:
9304         * tests/check/elements/videotestsrc.c:
9305         * tests/check/elements/volume.c:
9306         * tests/examples/seek/scrubby.c:
9307         * tests/examples/seek/seek.c:
9308           expand tabs
9309
9310 === release 0.10.0 ===
9311
9312 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9313
9314         * configure.ac:
9315           releasing 0.10.0, "Mont-d'or"
9316
9317 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9318
9319         * tests/examples/seek/Makefile.am:
9320         Build fix for when gtk is not available.
9321
9322 2005-12-05  Andy Wingo  <wingo@pobox.com>
9323
9324         * ext/libvisual/visual.c: (get_buffer):
9325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9326         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9327         * ext/theora/theoradec.c: (theora_handle_data_packet):
9328         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9329         (theora_enc_chain):
9330         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9331         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9332         Update for alloc_buffer changes.
9333
9334 2005-12-05  Andy Wingo  <wingo@pobox.com>
9335
9336         patch by: Kai Vehmanen <kv2004 eca cx>
9337         
9338         * gst-libs/gst/rtp/gstbasertpdepayload.c
9339         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9340
9341 2005-12-04  Andy Wingo  <wingo@pobox.com>
9342
9343         patch by: Sebastien Cote <sebas642 yahoo ca>
9344         
9345         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9346         Fixes #319172.
9347
9348 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9349
9350         * docs/plugins/Makefile.am:
9351         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9352         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9353         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9354         * ext/pango/gstclockoverlay.c:
9355         * ext/pango/gsttextoverlay.c: 
9356         * ext/pango/gsttextrender.c:
9357         * ext/pango/gsttimeoverlay.c:
9358           Add gtk-doc blurbs to pango elements.
9359
9360 2005-12-02  Wim Taymans  <wim@fluendo.com>
9361
9362         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9363         * gst/audioresample/buffer.h:
9364         * gst/audioresample/gstaudioresample.c:
9365         * gst/audioresample/gstaudioresample.h:
9366         * gst/audioresample/resample.c: (resample_input_flush),
9367         (resample_input_pushthrough), (resample_input_eos),
9368         (resample_get_output_size_for_input),
9369         (resample_get_input_size_for_output), (resample_get_output_size),
9370         (resample_get_output_data):
9371         * gst/audioresample/resample.h:
9372         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9373         Fix audioresample, seek torture, new segments, reverse negotiation
9374         etc.. work fine.
9375
9376 2005-12-02  Wim Taymans  <wim@fluendo.com>
9377
9378         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9379         Small cleanups.
9380
9381 2005-12-02  Wim Taymans  <wim@fluendo.com>
9382
9383         * gst/audioconvert/gstaudioconvert.c:
9384         (gst_audio_convert_transform):
9385         Post errors.
9386
9387 === release 0.9.7 ===
9388
9389 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9390
9391         * configure.ac:
9392           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9393
9394 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9395
9396         * Makefile.am:
9397         * po/hu.po:
9398         * win32/MANIFEST:
9399         * win32/gst.sln:
9400           add win32 MANIFEST file
9401           do something to the hungarian translation
9402
9403 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         * ext/Makefile.am:
9406           Add $(PANGO_DIR) to SUBDIRS
9407
9408         * ext/pango/gstclockoverlay.c:
9409         * ext/pango/gsttimeoverlay.c:
9410           Fix and improve element descriptions.
9411
9412 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9413
9414         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9415         * docs/plugins/inspect/plugin-libvisual.xml:
9416         * docs/plugins/inspect/plugin-pango.xml:
9417           add pango plugin to docs
9418
9419 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9420
9421         * configure.ac:
9422         * ext/Makefile.am:
9423           moved pango to base
9424
9425 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9426
9427         * configure.ac:
9428         * tests/Makefile.am:
9429         * tests/icles/.cvsignore:
9430         * tests/icles/Makefile.am:
9431         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9432         (close_display), (resize_window), (move_window), (create_window),
9433         (terminate_playback), (pause_playback), (start_playback), (main):
9434           add stress test for xoverlay from Julien
9435
9436 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9437
9438         * docs/libs/tmpl/gstcolorbalance.sgml:
9439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9440         * gst-libs/gst/rtp/gstbasertppayload.c:
9441         * gst-libs/gst/rtp/gstrtpbuffer.c:
9442         * gst-libs/gst/rtp/gstrtpbuffer.h:
9443           Do burger's rename for rtp payloaders and depayloaders
9444
9445 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9446
9447         * win32/:
9448           add Visual Studio 6 build files
9449
9450 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9451
9452         * docs/libs/gst-plugins-base-libs-docs.sgml:
9453         * docs/libs/gst-plugins-base-libs-sections.txt:
9454         * docs/libs/tmpl/gstaudio.sgml:
9455         * docs/libs/tmpl/gstringbuffer.sgml:
9456         * gst-libs/gst/interfaces/xoverlay.c:
9457         * gst-libs/gst/video/gstvideofilter.c:
9458         * gst-libs/gst/video/gstvideosink.c:
9459           update documentation
9460
9461 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9462
9463         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9464         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9465         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9466         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9467         (gst_multi_fd_sink_get_stats),
9468         (gst_multi_fd_sink_remove_client_link),
9469         (gst_multi_fd_sink_handle_client_read),
9470         (gst_multi_fd_sink_client_queue_data),
9471         (gst_multi_fd_sink_client_queue_caps),
9472         (gst_multi_fd_sink_client_queue_buffer),
9473         (gst_multi_fd_sink_new_client),
9474         (gst_multi_fd_sink_handle_client_write),
9475         (gst_multi_fd_sink_recover_client),
9476         (gst_multi_fd_sink_queue_buffer),
9477         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9478         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9479         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9480         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9481         * gst/tcp/gstmultifdsink.h:
9482         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9483         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9484         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9485         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9486         (gst_tcp_client_sink_set_property),
9487         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9488         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9489         * gst/tcp/gsttcpclientsink.h:
9490         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9491         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9492         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9493         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9494         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9495         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9496         * gst/tcp/gsttcpclientsrc.h:
9497         * gst/tcp/gsttcpplugin.c: (plugin_init):
9498         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9499         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9500         (gst_tcp_server_sink_finalize),
9501         (gst_tcp_server_sink_handle_server_read),
9502         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9503         (gst_tcp_server_sink_set_property),
9504         (gst_tcp_server_sink_get_property),
9505         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9506         * gst/tcp/gsttcpserversink.h:
9507         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9508         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9509         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9510         (gst_tcp_server_src_set_property),
9511         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9512         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9513         * gst/tcp/gsttcpserversrc.h:
9514           more borgifying
9515
9516 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9517
9518         * docs/plugins/Makefile.am:
9519         * docs/plugins/gst-plugins-base-plugins.args:
9520         * docs/plugins/inspect/plugin-libvisual.xml:
9521         * gst/audioconvert/plugin.h:
9522         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9523         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9524         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9525         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9526         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9527         (plugin_init):
9528         * gst/audiotestsrc/gstaudiotestsrc.c:
9529         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9530         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9531         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9532         (gst_audio_test_src_get_query_types),
9533         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9534         (gst_audio_test_src_create_square),
9535         (gst_audio_test_src_create_saw),
9536         (gst_audio_test_src_create_triangle),
9537         (gst_audio_test_src_create_silence),
9538         (gst_audio_test_src_create_white_noise),
9539         (gst_audio_test_src_init_pink_noise),
9540         (gst_audio_test_src_generate_pink_noise_value),
9541         (gst_audio_test_src_create_pink_noise),
9542         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9543         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9544         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9545         (plugin_init):
9546         * gst/audiotestsrc/gstaudiotestsrc.h:
9547         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9548         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9549         (gst_sub_parse_init), (gst_sub_parse_formats),
9550         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9551         (convert_encoding), (get_next_line),
9552         (gst_sub_parse_data_format_autodetect),
9553         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9554         (gst_sub_parse_loop), (gst_sub_parse_chain),
9555         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9556         (plugin_init):
9557         * gst/subparse/gstsubparse.h:
9558         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9559         (gst_video_rate_base_init), (gst_video_rate_class_init),
9560         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9561         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9562         (gst_video_rate_init), (gst_video_rate_event),
9563         (gst_video_rate_chain), (gst_video_rate_set_property),
9564         (gst_video_rate_get_property), (gst_video_rate_change_state),
9565         (plugin_init):
9566         * gst/videoscale/gstvideoscale.c:
9567         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9568         (gst_video_scale_src_template_factory),
9569         (gst_video_scale_sink_template_factory),
9570         (gst_video_scale_get_type), (gst_video_scale_base_init),
9571         (gst_video_scale_class_init), (gst_video_scale_init),
9572         (gst_video_scale_set_property), (gst_video_scale_get_property),
9573         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9574         (gst_video_scale_prepare_size), (parse_caps),
9575         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9576         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9577         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9578         (plugin_init):
9579         * gst/videoscale/gstvideoscale.h:
9580         * gst/videotestsrc/gstvideotestsrc.c:
9581         (gst_video_test_src_pattern_get_type),
9582         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9583         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9584         (gst_video_test_src_set_pattern),
9585         (gst_video_test_src_set_property),
9586         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9587         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9588         (gst_video_test_src_event), (gst_video_test_src_get_times),
9589         (gst_video_test_src_create), (plugin_init):
9590         * gst/videotestsrc/gstvideotestsrc.h:
9591         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9592         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9593         (gst_video_test_src_black):
9594         * gst/videotestsrc/videotestsrc.h:
9595           borgify further
9596           clean up docs a little
9597
9598 2005-11-30  Wim Taymans  <wim@fluendo.com>
9599
9600         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9601         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9602         (gst_basertppayload_event), (gst_basertppayload_push),
9603         (gst_basertppayload_change_state):
9604         * gst-libs/gst/rtp/gstbasertppayload.h:
9605         closed #320644.
9606
9607 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9608
9609         * docs/libs/gst-plugins-base-libs-docs.sgml:
9610         * docs/libs/gst-plugins-base-libs-sections.txt:
9611         * gst-libs/gst/video/gstvideofilter.c:
9612         * gst-libs/gst/video/gstvideosink.c:
9613         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9614
9615 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9616
9617         * LICENSE:
9618           move
9619         * po/af.po:
9620         * po/az.po:
9621         * po/cs.po:
9622         * po/en_GB.po:
9623         * po/hu.po:
9624         * po/it.po:
9625         * po/nb.po:
9626         * po/nl.po:
9627         * po/or.po:
9628         * po/sq.po:
9629         * po/sr.po:
9630         * po/sv.po:
9631         * po/uk.po:
9632         * po/vi.po:
9633         * Makefile.am:
9634           update
9635         * scripts/autoplugins.sh:
9636           remove
9637
9638 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9639
9640         * Makefile.am:
9641         * configure.ac:
9642         * examples/Makefile.am:
9643         * examples/capsfilter/Makefile.am:
9644         * examples/capsfilter/capsfilter1.c:
9645         * examples/gob/Makefile.am:
9646         * examples/gob/gst-identity2.gob:
9647         * examples/indexing/.cvsignore:
9648         * examples/indexing/Makefile.am:
9649         * examples/indexing/indexmpeg.c:
9650         * examples/seeking/.cvsignore:
9651         * examples/seeking/Makefile.am:
9652         * examples/seeking/cdparanoia.c:
9653         * examples/seeking/cdplayer.c:
9654         * examples/seeking/chained.c:
9655         * examples/seeking/scrubby.c:
9656         * examples/seeking/seek.c:
9657         * examples/stats/Makefile.am:
9658         * examples/stats/mp2ogg.c:
9659         * examples/switch/.cvsignore:
9660         * examples/switch/Makefile.am:
9661         * examples/switch/switcher.c:
9662         * tests/Makefile.am:
9663         * tests/check/generic/.cvsignore:
9664         * tests/check/pipelines/.cvsignore:
9665         * tests/examples/Makefile.am:
9666         * tests/examples/seek/Makefile.am:
9667           reorganize stuff under tests/
9668
9669 2005-11-30  Edward Hervey  <edward@fluendo.com>
9670
9671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9672         Go away you stupid GstStaticPadTemplate memleak.
9673
9674 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9675
9676         * gst-libs/gst/net/Makefile.am:
9677         * gst-libs/gst/net/README:
9678         * gst-libs/gst/net/gstnetbuffer.c:
9679         * gst-libs/gst/net/gstnetbuffer.h:
9680           this was moved to "netbuffer"
9681
9682 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9683
9684         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9685         (gst_video_filter_class_init), (gst_video_filter_init):
9686         * gst-libs/gst/video/gstvideofilter.h:
9687           borgify name to bring in line with other classes
9688
9689 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9690
9691         * gst/audioscale/.cvsignore:
9692         * gst/audioscale/Makefile.am:
9693         * gst/audioscale/README:
9694         * gst/audioscale/audioscale.vcproj:
9695         * gst/audioscale/dtof.c:
9696         * gst/audioscale/dtos.c:
9697         * gst/audioscale/functable.c:
9698         * gst/audioscale/gstaudioscale.c:
9699         * gst/audioscale/gstaudioscale.h:
9700         * gst/audioscale/private.h:
9701         * gst/audioscale/resample.c:
9702         * gst/audioscale/resample.h:
9703         * gst/audioscale/test.c:
9704           remove
9705
9706 2005-11-30  Edward Hervey  <edward@fluendo.com>
9707
9708         * gst-libs/gst/netbuffer/Makefile.am:
9709         really, really tired
9710
9711 2005-11-30  Edward Hervey  <edward@fluendo.com>
9712
9713         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9714         Update for new GstTypeFindFactory _register()
9715
9716 2005-11-30  Edward Hervey  <edward@fluendo.com>
9717
9718         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9719         Let's not override libgstnet from core for no reason...
9720         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9721         Ok, maybe not so quick next time.
9722
9723 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9724
9725         * configure.ac:
9726         * gst-libs/gst/Makefile.am:
9727           moved gst-libs/gst/net to netbuffer through CVS surgery
9728           remove old directory
9729           updating build to accomodate
9730           (#322257)
9731
9732 2005-11-29  Andy Wingo  <wingo@pobox.com>
9733
9734         * pkgconfig/gstreamer-plugins-base.pc.in:
9735         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9736         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9737         (#322257).
9738
9739 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9740
9741         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9742         3rd time's the charm. Correct ref-counting for discarded buffers.
9743
9744 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9745
9746         * gst/playback/gststreamselector.c:
9747         (gst_stream_selector_class_init),
9748         (gst_stream_selector_set_property),
9749         (gst_stream_selector_get_property),
9750         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9751         Fix ref-counting
9752
9753 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * gst/subparse/gstsubparse.c: (feed_textbuf):
9756           Don't access already unref'ed buffer.
9757
9758 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9759
9760         * gst/playback/gststreamselector.c:
9761         (gst_stream_selector_class_init), (gst_stream_selector_init),
9762         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9763         (gst_stream_selector_get_property),
9764         (gst_stream_selector_get_linked_pad),
9765         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9766         * gst/playback/gststreamselector.h:
9767         Add the active-pad property for playbin to use shortly. Ignore buffers
9768         from any other pad, returning GST_FLOW_NOT_LINKED
9769
9770 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9771
9772         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9773         patch from bug #322704 (Alessandro Decina).
9774
9775 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9776
9777         * gst-libs/gst/audio/Makefile.am:
9778           folded audiofilter into the audio library
9779
9780 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9781
9782         * gst/videoscale/gstvideoscale.h:
9783         * gst/videoscale/gstvideoscale.c:
9784           remove unimplemented scale methods
9785
9786 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9787
9788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9789           Don't leak caps.
9790
9791 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9792
9793         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9794         (gst_ximagesink_setcaps):
9795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9796         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9797         happens (only visible on ximagesink but bug is in xv too) set_caps was
9798         destroying the internal x[v]image used to memcpy non locally alloced
9799         buffers so that it got renewed on next _chain. The issue is that 
9800         _expose will try to put that image as it reffed it in _put.
9801         Using gst_buffer_unref instead of destroy fixes it !
9802
9803 2005-11-28  Edward Hervey  <edward@fluendo.com>
9804
9805         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9806         (try_to_link_1), (queue_filled_cb):
9807         Better use of the queues. Start with a small size queue and only increase
9808         the size of the queues when the other queues are empty.
9809
9810 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9811
9812         * gst-libs/gst/video/Makefile.am:
9813           compile in copied-over videofilter into the video library
9814         * gst-libs/gst/video/videosink.h:
9815           rename the header to gstvideosink.h since it's a base GstObject class
9816         * sys/ximage/ximagesink.h:
9817         * sys/xvimage/xvimagesink.h:
9818           use the new header
9819
9820 2005-11-28  Wim Taymans  <wim@fluendo.com>
9821
9822         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9823         * gst/playback/gstplaybasebin.h:
9824         Prepare to handle errors betters.
9825
9826         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9827         Set sinks to PAUSED first before adding and linking them so that
9828         we don't interrupt dataflow.
9829
9830 2005-11-28  Wim Taymans  <wim@fluendo.com>
9831
9832         * gst-libs/gst/audio/TODO:
9833         Updated TODO
9834
9835         * gst-libs/gst/audio/gstaudiosink.c:
9836         (gst_audioringbuffer_open_device),
9837         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9838         (gst_audioringbuffer_release):
9839         Small cleanups.
9840
9841         * gst-libs/gst/audio/gstbaseaudiosink.c:
9842         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9843         (gst_base_audio_sink_change_state):
9844         Slave to the master clock when going to PLAYING and unslave when
9845         going to PAUSED.
9846
9847         * gst-libs/gst/audio/gstringbuffer.c:
9848         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9849         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9850         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9851         (gst_ring_buffer_clear_all), (wait_segment),
9852         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9853         (gst_ring_buffer_advance):
9854         * gst-libs/gst/audio/gstringbuffer.h:
9855         Add some docs and cleanups.
9856
9857 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9858
9859         * sys/xvimage/xvimagesink.c:
9860         (gst_xvimagesink_navigation_send_event): Fix navigation events
9861         coordinates translation with pixel aspect ratios.
9862
9863 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9864
9865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9866         Use calculated video geometry from _setcaps instead of buffer
9867         caps to respect pixel aspect ratio. (fixes #322388)
9868
9869 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9870
9871         * docs/libs/tmpl/gstcolorbalance.sgml:
9872         * docs/libs/tmpl/gstmixer.sgml:
9873         * docs/libs/tmpl/gstxoverlay.sgml:
9874         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9875         interface.
9876
9877 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9878
9879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9880         Refuse to create an XvImage if we can't find the format.
9881
9882 2005-11-28  Edward Hervey  <edward@fluendo.com>
9883
9884         * gst-libs/gst/riff/riff-media.c:
9885         (gst_riff_create_audio_template_caps):
9886         Add ATRAC3 to the list of riff-possible audio caps.
9887         I know we still don't have a plugin for atrac3, but it's saner to output
9888         that than a cryptic mimetype.
9889
9890 2005-11-27  Edward Hervey  <edward@fluendo.com>
9891
9892         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9893         Don't try to create a zero-sized subbuffer.
9894
9895 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9896
9897         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9898         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9899         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9900         (gst_ximagesink_expose): Fixed a tricky race.
9901         * sys/ximage/ximagesink.h:
9902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9903         (gst_xvimagesink_expose): Fixed a tricky race.
9904         * sys/xvimage/xvimagesink.h:
9905
9906 2005-11-27  Edward Hervey  <edward@fluendo.com>
9907
9908         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9909         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9910         Remove unused properties, and add queues between demuxers and decoders
9911         so that a lot more files can preroll properly.
9912
9913 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9914
9915         * gst-libs/gst/net/Makefile.am:
9916         * gst-libs/gst/rtp/Makefile.am:
9917         * gst-libs/gst/tag/Makefile.am:
9918           remove silly include
9919         * gst/tags/Makefile.am:
9920         * gst/tags/gsttagediting.c:
9921         * gst/tags/gsttageditingprivate.h:
9922         * gst/tags/tagedit.vcproj:
9923           remove directory, is as good as empty
9924
9925 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9926
9927         * configure.ac:
9928           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9929         * gst-libs/Makefile.am:
9930         * gst-libs/gst/audio/Makefile.am:
9931         * gst-libs/gst/interfaces/Makefile.am:
9932         * gst-libs/gst/net/Makefile.am:
9933         * gst-libs/gst/riff/Makefile.am:
9934         * gst-libs/gst/rtp/Makefile.am:
9935         * gst-libs/gst/tag/Makefile.am:
9936         * gst-libs/gst/video/Makefile.am:
9937           and use them
9938
9939 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9940
9941         * docs/libs/tmpl/gstcolorbalance.sgml:
9942         * docs/libs/tmpl/gstmixer.sgml:
9943         * docs/libs/tmpl/gstxoverlay.sgml:
9944         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9945         * sys/ximage/ximagesink.h:
9946         * sys/xvimage/xvimagesink.h: More and more documentation.
9947
9948 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9949
9950         * docs/libs/gst-plugins-base-libs-docs.sgml:
9951         * docs/libs/gst-plugins-base-libs-sections.txt:
9952         * docs/libs/tmpl/gstcolorbalance.sgml:
9953         * docs/libs/tmpl/gstmixer.sgml:
9954         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9955         to documentation.
9956
9957 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9958
9959         * docs/plugins/Makefile.am:
9960         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9961         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9962         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9963
9964 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9965
9966         * docs/plugins/Makefile.am:
9967         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9968         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9969         * docs/plugins/inspect/plugin-adder.xml:
9970         * docs/plugins/inspect/plugin-alsa.xml:
9971         * docs/plugins/inspect/plugin-audioconvert.xml:
9972         * docs/plugins/inspect/plugin-audiorate.xml:
9973         * docs/plugins/inspect/plugin-audioresample.xml:
9974         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9975         * docs/plugins/inspect/plugin-decodebin.xml:
9976         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9977         * docs/plugins/inspect/plugin-gnomevfs.xml:
9978         * docs/plugins/inspect/plugin-ogg.xml:
9979         * docs/plugins/inspect/plugin-playbin.xml:
9980         * docs/plugins/inspect/plugin-subparse.xml:
9981         * docs/plugins/inspect/plugin-tcp.xml:
9982         * docs/plugins/inspect/plugin-theora.xml:
9983         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9984         * docs/plugins/inspect/plugin-video4linux.xml:
9985         * docs/plugins/inspect/plugin-videorate.xml:
9986         * docs/plugins/inspect/plugin-videoscale.xml:
9987         * docs/plugins/inspect/plugin-videotestsrc.xml:
9988         * docs/plugins/inspect/plugin-volume.xml:
9989         * docs/plugins/inspect/plugin-vorbis.xml:
9990         * docs/plugins/inspect/plugin-ximagesink.xml:
9991         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9992         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9993
9994 2005-11-26  Edward Hervey  <edward@fluendo.com>
9995
9996         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9997         Properly return GstFlowReturn from gst_pad_push in chain functions.
9998
9999 2005-11-25  Michael Smith  <msmith@fluendo.com>
10000
10001         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10002         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10003         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10004         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10005           Handle various conditions better when we don't understand a stream.
10006           Removes a heap of CRITICALs on ogg streams containing unknown data.
10007
10008 2005-11-24  Andy Wingo  <wingo@pobox.com>
10009
10010         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10011         Be threadsafe.
10012
10013 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10014
10015         * configure.ac: back to HEAD
10016
10017 === release 0.9.6 ===
10018
10019 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10020
10021         * configure.ac:
10022           releasing 0.9.6, "White Eight"
10023
10024 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10025
10026         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10027         * docs/plugins/inspect/plugin-sine.xml:
10028           remove sinesrc some more
10029
10030 2005-11-23  Wim Taymans  <wim@fluendo.com>
10031
10032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10033         If we are reading too slowly, jump forward in the ringbuffer
10034         instead of blocking.
10035
10036 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10037
10038         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10039         (gst_visual_chain):
10040         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10041         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10042         (gst_videorate_chain):
10043         * gst/videotestsrc/gstvideotestsrc.c:
10044         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10045         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10046         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10047         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10048         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10049         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10050           Updates for API changes
10051
10052 2005-11-23  Wim Taymans  <wim@fluendo.com>
10053
10054         * gst-libs/gst/audio/gstbaseaudiosink.c:
10055         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10056         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10057         Fix for calibration API change.
10058
10059 2005-11-23  Michael Smith <msmith@fluendo.com>
10060
10061         * gst-libs/gst/audio/multichannel.c:
10062         (gst_audio_get_channel_positions),
10063         (gst_audio_set_channel_positions),
10064         (gst_audio_set_structure_channel_positions_list),
10065         (gst_audio_fixate_channel_positions):
10066           Use gst_value_array_*() functions on value arrays, not
10067           gst_value_list_*().
10068
10069 2005-11-23  Edward Hervey  <edward@fluendo.com>
10070
10071         * autogen.sh:
10072         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10073         Fixes autogen
10074
10075 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10076
10077         * check/Makefile.am:
10078         * check/elements/videotestsrc.c: (setup_videotestsrc),
10079         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10080         (main):
10081           add a test for videotestsrc
10082
10083 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10084
10085         * gst/sine/.cvsignore:
10086         * gst/sine/Makefile.am:
10087         * gst/sine/gstsinesrc.c:
10088         * gst/sine/gstsinesrc.h:
10089         * gst/sine/sinesrc.vcproj:
10090           and remove sinesrc from the repository.  Closes #321446
10091
10092 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10093
10094         * configure.ac:
10095         * gst-plugins-base.spec.in:
10096           remove sinesrc from the build
10097
10098 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10099
10100         * check/Makefile.am:
10101         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10102         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10103         (main):
10104           add a test for audiotestsrc, testing all waves.  Even seems
10105           leak-free at first glance, nice job Stefan
10106
10107 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10108
10109         * po/af.po:
10110         * po/az.po:
10111         * po/cs.po:
10112         * po/en_GB.po:
10113         * po/hu.po:
10114         * po/it.po:
10115         * po/nb.po:
10116         * po/nl.po:
10117         * po/or.po:
10118         * po/sq.po:
10119         * po/sr.po:
10120         * po/sv.po:
10121         * po/uk.po:
10122         * po/vi.po:
10123           Translation string updates
10124
10125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10126         (gst_v4lsrc_set_caps):
10127         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10128         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10129         * sys/v4l/v4lsrc_calls.h:
10130           Improve v4lsrc, by making it work again.
10131
10132 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10133
10134         * ext/libvisual/visual.c: (gst_visual_chain):
10135           Fix the fps calculations.
10136
10137         * gst/ffmpegcolorspace/avcodec.h:
10138           Move structure element for clarity
10139
10140         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10141         * gst-libs/gst/interfaces/tunernorm.h:
10142         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10143         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10144         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10145         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10146         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10147         (gst_v4lmjpegsrc_getcaps):
10148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10149         (gst_v4lsrc_set_caps):
10150         * sys/v4l/gstv4lsrc.h:
10151         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10152         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10153         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10154         * sys/v4l/v4lsrc_calls.h:
10155           Fractional framerates...
10156
10157 2005-11-22  Wim Taymans  <wim@fluendo.com>
10158
10159         * gst-libs/gst/audio/gstbaseaudiosink.c:
10160         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10161         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10162         And we provide a clock by default, of course...
10163
10164 2005-11-22  Wim Taymans  <wim@fluendo.com>
10165
10166         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10167         This clock can be slaved to a master clock now.
10168
10169         * gst-libs/gst/audio/gstbaseaudiosink.c:
10170         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10171         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10172         (gst_base_audio_sink_set_clock),
10173         (gst_base_audio_sink_set_property),
10174         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10175         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10176         * gst-libs/gst/audio/gstbaseaudiosink.h:
10177         Handle slaving the internal clock to the clock selected in the
10178         pipeline.
10179         Add property to make the basesink not provide a clock.
10180
10181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10182         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10183         (gst_base_rtp_depayload_wait):
10184         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10185         We can use the clock in GstElement, no need to store it ourselves.
10186
10187 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10188
10189         * docs/libs/tmpl/gstaudio.sgml:
10190           update
10191         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10192         (gst_paranoia_endian_get_type):
10193         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10194         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10195         * gst/audiotestsrc/gstaudiotestsrc.c:
10196         (gst_audiostestsrc_wave_get_type):
10197         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10198         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10199         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10200         (gst_sync_method_get_type), (gst_unit_type_get_type),
10201         (gst_client_status_get_type), (gst_multifdsink_class_init),
10202         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10203         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10204         (gst_multifdsink_get_property):
10205         * gst/tcp/gstmultifdsink.h:
10206         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10207         * gst/videotestsrc/gstvideotestsrc.c:
10208         (gst_videotestsrc_pattern_get_type):
10209           remove deprecated properties
10210           fix up enums to correctly have short lowercase dashed nicks
10211
10212 2005-11-22  Michael Smith <msmith@fluendo.com>
10213
10214         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10215         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10216           Add underscore.
10217
10218 2005-11-22  Michael Smith <msmith@fluendo.com>
10219
10220         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10221         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10222           Use utility method for scaling clocktime for fractional framerates.
10223
10224 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10225
10226         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10227         (gst_visual_chain):
10228         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10229         * ext/theora/theoradec.c: (theora_handle_type_packet):
10230         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10231         (theora_enc_chain):
10232         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10233         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10234         * gst-libs/gst/video/video.h:
10235         * gst/ffmpegcolorspace/avcodec.h:
10236         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10237         (gst_ffmpeg_caps_to_pixfmt):
10238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10239         (gst_ffmpegcsp_set_caps):
10240         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10241         (gst_videorate_setcaps), (gst_videorate_blank_data),
10242         (gst_videorate_chain):
10243         * gst/videotestsrc/gstvideotestsrc.c:
10244         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10245         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10246         (gst_videotestsrc_event), (gst_videotestsrc_create):
10247         * gst/videotestsrc/gstvideotestsrc.h:
10248         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10249         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10250         (gst_ximagesink_get_times), (gst_ximagesink_init):
10251         * sys/ximage/ximagesink.h:
10252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10253         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10254         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10255         * sys/xvimage/xvimagesink.h:
10256           Convert elements to use fractions for their framerate.
10257           V4L elements to come later tonight.
10258
10259 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10260
10261         * gst-libs/gst/audio/audio.c:
10262         * gst-libs/gst/audio/audio.h:
10263           remove some deprecated functions
10264
10265 2005-11-22  Andy Wingo  <wingo@pobox.com>
10266
10267         * Update for gst_tag_setter API changes.
10268
10269 2005-11-22  Andy Wingo  <wingo@pobox.com>
10270
10271         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10272         (gst_ogg_demux_perform_seek):
10273         * ext/theora/theoradec.c (theora_dec_sink_event):
10274         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10275         update-funcnames.
10276
10277 2005-11-22  Wim Taymans  <wim@fluendo.com>
10278
10279         * examples/seeking/seek.c: (main):
10280         Give higher priority to bus signals than the gtk events
10281         to fix a race condition in the segment looping.
10282
10283 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10284
10285         * ext/theora/Makefile.am:
10286         * ext/vorbis/Makefile.am:
10287         * gst-libs/gst/tag/Makefile.am:
10288         * gst-plugins-base.spec.in:
10289           Rename libgsttagedit to libgsttag (#322117).
10290
10291 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10292
10293         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10295           Call gst_x_overlay_prepare_xwindow_id() to give applications
10296           a final chance to set their own xwindow id before the video
10297           sink creates its own window.
10298
10299 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10300
10301         * sys/xvimage/xvimagesink.c:
10302         (gst_xvimagesink_navigation_send_event): Handle navigation
10303         events correcly with borders if applicable.
10304
10305 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10306
10307         Patch by: Luca Ognibene
10308
10309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10310         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10311         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10312         (gst_ffmpegcsp_caps_remove_format_info):
10313         * gst/ffmpegcolorspace/imgconvert.c:
10314         * gst/ffmpegcolorspace/imgconvert_template.h:
10315           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10316           #318353); use gst_structure_has_name().
10317
10318 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10319
10320         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10321         (gst_ximagesink_class_init): Add debug macros on functions.
10322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10323         (gst_xvimagesink_xwindow_draw_borders),
10324         (gst_xvimagesink_xvimage_put),
10325         (gst_xvimagesink_xwindow_update_geometry),
10326         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10327         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10328         (gst_xvimagesink_xcontext_clear),
10329         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10330         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10331         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10332         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10333         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10334         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10335         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10336         expose while being PAUSED, out of data flow navigation events, etc..
10337
10338 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10339
10340         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10341         * gst-libs/gst/audio/audio.h:
10342           fix prototype - wondering why the test worked regardless
10343
10344 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10345
10346         * check/Makefile.am:
10347         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10348         * gst-libs/gst/audio/audio.h:
10349           add a method that returns a proper GstClockTime
10350
10351 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10354         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10355         * gst-libs/gst/interfaces/xoverlay.h:
10356           Remove everything having to do with the desired size; add 
10357           gst_x_overlay_prepare_xwindow_id() function; remove the
10358           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10359           post a message on the bus instead (#321816).
10360
10361         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10363         (gst_xvimagesink_xoverlay_init):
10364           Remove desired size stuff (#321816).
10365
10366 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10367
10368         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10369         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10370         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10371           Terminate vararg functions with NULL instead of 0 to 
10372           make gcc4 happy.
10373
10374 2005-11-21  Andy Wingo  <wingo@pobox.com>
10375
10376         patch by: Sebastien Cote <sebas642@yahoo.ca>
10377         
10378         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10379         * gst-libs/gst/rtp/gstrtpbuffer.c
10380         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10381
10382 2005-11-21  Andy Wingo  <wingo@pobox.com>
10383
10384         * gst/playback/gstplaybin.c (gen_audio_element) 
10385         (gen_video_element): Use the new MISSING_PLUGIN core error
10386         category. Closes #320060.
10387
10388         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10389         * gst/videorate/gstvideorate.c (gst_videorate_event):
10390         * ext/theora/theoradec.c (theora_dec_sink_event): 
10391         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10392         stream lock.
10393
10394         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10395         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10396         stream lock changes.
10397
10398 2005-11-21  Wim Taymans  <wim@fluendo.com>
10399
10400         * gst-libs/gst/audio/gstbaseaudiosink.c:
10401         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10402         (gst_base_audio_sink_provide_clock),
10403         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10404         (gst_base_audio_sink_change_state):
10405         * gst/audioresample/gstaudioresample.c:
10406         Segment update fix.
10407
10408 2005-11-21  Andy Wingo  <wingo@pobox.com>
10409
10410         * *.h:
10411         * *.c: Ran scripts/update-macros. Oh yes.
10412
10413 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * sys/ximage/Makefile.am:
10416         * sys/ximage/ximage.c:
10417           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10418           remove your old libgstximage.* manually if necessary).
10419
10420 2005-11-21  Michael Smith <msmith@fluendo.com>
10421
10422         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10423           Minimal fix for bug #320200: set the min/max bitrate in the correct
10424           units. A better fix would be to upgrade to the RATEMANAGE2
10425           interface, rather than using the deprecated interface used here, but
10426           that would require an update in our libvorbis dependency (to 1.1),
10427           which is probably undesirable.
10428
10429 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10430
10431         * ext/libvisual/visual.c: (get_buffer):
10432         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10433         (gst_base_audio_src_fixate):
10434         * gst/audioconvert/gstaudioconvert.c:
10435         (gst_audio_convert_fixate_caps):
10436         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10437         * gst/audiotestsrc/gstaudiotestsrc.c:
10438         (gst_audiotestsrc_src_fixate):
10439         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10440         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10441         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10442         * gst/videotestsrc/gstvideotestsrc.c:
10443         (gst_videotestsrc_src_fixate):
10444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10446           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10447           (#322027)
10448
10449
10450 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10451
10452         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10453         (gst_riff_create_iavs_caps):
10454         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10455         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10456         (gst_riff_parse_info):
10457         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10460           Fixes for GST_FOURCC_FORMAT API change.
10461
10462 2005-11-21  Andy Wingo  <wingo@pobox.com>
10463
10464         patch by: Alessandro Dessina <alessandro nnva org>
10465
10466         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10467         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10468         (gst_ogg_parse_chain):
10469         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10470         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10471         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10472         gst_value_list calls on arrays. Fixes #321962.
10473
10474 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10475
10476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10477         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10478         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10479         * gst/adder/gstadder.c: (gst_adder_init),
10480         (gst_adder_request_new_pad), (gst_adder_collected),
10481         (gst_adder_change_state):
10482           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10483           API change.
10484
10485 2005-11-21  Michael Smith <msmith@fluendo.com>
10486
10487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10488         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10489           Properly handle pad_push return values.
10490
10491 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * gst-libs/gst/tag/Makefile.am:
10494         * gst-libs/gst/tag/gstvorbistag.c:
10495         (gst_tag_list_to_vorbiscomment_buffer):
10496           Remove obsolete vorbistag element and debug category.
10497
10498         * gst/playback/gstplaybasebin.c: (check_queue):
10499           Don't divide by 0 when queue-threshold is 0.
10500
10501         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10502           Don't modify an existing pixel-aspect-ratio if we fail to read
10503           a new one.
10504
10505 2005-11-20  Wim Taymans  <wim@fluendo.com>
10506
10507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10508         (gst_vorbisenc_push_packet):
10509         GST_PAD_IS_USABLE is gone, use the return value of
10510         the push or pad_alloc_buffer instead.
10511
10512 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10513
10514         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10515         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10516         (gst_ximagesink_ximage_destroy),
10517         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10518         (gst_ximagesink_xwindow_new),
10519         (gst_ximagesink_xwindow_update_geometry),
10520         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10521         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10522         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10523         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10524         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10525         (gst_ximagesink_navigation_send_event),
10526         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10527         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10528         (gst_ximagesink_finalize), (gst_ximagesink_init),
10529         (gst_ximagesink_class_init):
10530         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10531         This new version brings correct software scaling, non flickering
10532         window while resizing, pixel aspect ratio handling, usage of
10533         hardware buffer pools, out of data flow event thread for 
10534         navigation and handling of expose events even when being PAUSED,
10535         a new property to keep video aspect ratio when resizing, etc...
10536
10537 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10538
10539         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10540         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10541         handling of PAR.
10542
10543 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10544
10545         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10546         Unsetting IS_SINK flag from the fakesink, so decodebin
10547         never behaves as a sink.
10548
10549 2005-11-17  Wim Taymans  <wim@fluendo.com>
10550
10551         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10552         (gst_base_audio_src_change_state):
10553         Fix the audiosrc base class again, we did not unflush.
10554
10555 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10556
10557         * examples/seeking/seek.c: (make_dv_pipeline),
10558         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10559         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10560         to ogg/vorbis/theora pipeline.
10561
10562 2005-11-17  Wim Taymans  <wim@fluendo.com>
10563
10564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10565         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10566         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10567         Fix EOS on multiple streams.
10568         More debugging.
10569
10570 2005-11-16  Wim Taymans  <wim@fluendo.com>
10571
10572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10573         (gst_ogg_demux_perform_seek):
10574         Segment done must include stream time.
10575
10576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10577         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10578         (gst_ogg_mux_change_state):
10579         Fix ogg muxer again.
10580
10581 2005-11-16  Wim Taymans  <wim@fluendo.com>
10582
10583         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10584         Fix compile again.
10585
10586 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10587
10588         * ext/libvisual/visual.c: (gst_visual_init):
10589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10590         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10591         (gst_ogg_parse_chain):
10592         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10593         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10594         * ext/theora/theoradec.c: (gst_theora_dec_init):
10595         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10596         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10597         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10598         * gst/adder/gstadder.c: (gst_adder_class_init),
10599         (gst_adder_dispose):
10600         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10601         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10602         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10603           Fix a whole set of pad template leaks
10604
10605 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10606
10607         * check/generic/states.c: (GST_START_TEST):
10608           fix the test so that it only checks for elements that are part of
10609           this source module
10610
10611 2005-11-16  Michael Smith <msmith@fluendo.com>
10612
10613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10614         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10615         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10616         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10617         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10618         (gst_ogg_mux_change_state):
10619           Fix leaking collectpads.
10620
10621 2005-11-16  Edward Hervey  <edward@fluendo.com>
10622
10623         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10624         (gst_videorate_event), (gst_videorate_chain):
10625         Handle segment seeks
10626
10627 2005-11-16  Wim Taymans  <wim@fluendo.com>
10628
10629         * gst-libs/gst/audio/gstbaseaudiosink.c:
10630         (gst_base_audio_sink_provide_clock),
10631         (gst_base_audio_sink_change_state):
10632         Set ringbuffer to non-flushing when going to PAUSED, set to
10633         flushing again when going to READY.
10634
10635         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10636         (gst_ring_buffer_stop):
10637         Start in flushing mode by default.
10638         Don't set flushing in the _stop method, let the app call
10639         this explicitly.
10640
10641 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10642
10643         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10644         * gst-libs/gst/video/videosink.h: Add helper function needed
10645         for video sinks.
10646
10647 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10648
10649         * gst/videoscale/gstvideoscale.c:
10650         (gst_videoscale_handle_src_event):
10651           Don't leak reference to pad parent.
10652
10653 2005-11-16  Wim Taymans  <wim@fluendo.com>
10654
10655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10656         Set ringbuffer to flushing when stopping so that we don't
10657         block on wait_segment anymore and livelock.
10658
10659 2005-11-16  Wim Taymans  <wim@fluendo.com>
10660
10661         * examples/seeking/seek.c: (send_event), (do_seek),
10662         (loop_toggle_cb), (segment_done), (main):
10663         Added looping checkbox.
10664
10665 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10666
10667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10668         (gst_ogg_demux_init):
10669         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10670         (gst_vorbis_dec_init):
10671           revert unrefs, they don't pass make check
10672
10673 2005-11-15  Johan Dahlin  <johan@gnome.org>
10674
10675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10676         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10677         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10678         (gst_vorbis_dec_init):
10679         Fix pad template leaks. 
10680
10681 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10684           Make state change function thread safe.
10685
10686 2005-11-15  Edward Hervey  <edward@fluendo.com>
10687
10688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10689         (gst_ogg_demux_class_init):
10690         Implement GstElement::send_event, so we can send seek events
10691         in GST_STATE_READY
10692
10693 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10694
10695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10696         Discovered how to take away flickering while resizing the
10697         window. Please don't put that in ximagesink, refactoring in
10698         progress.
10699
10700 2005-11-14  Michael Smith <msmith@fluendo.com>
10701
10702         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10703         (gst_multifdsink_render):
10704           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10705
10706 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * gst/playback/gstplaybin.c: (gen_audio_element):
10709           Use autoaudiosink, it tends to be more widely available than
10710           autoaudiiosink.
10711           
10712 2005-11-14  Andy Wingo  <wingo@pobox.com>
10713
10714         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10715         as well if it is available. Fixes #316442.
10716
10717 2005-11-14  Michael Smith <msmith@fluendo.com>
10718
10719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10720         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10721         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10722         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10723         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10724         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10725         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10726         (gst_vorbisenc_change_state):
10727           Fix a small memory leak in vorbisenc.
10728           Fix large memory leaks in oggmux, also fix lots of state change
10729           bugs in oggmux.
10730
10731 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10732
10733         * gst/videotestsrc/gstvideotestsrc.c:
10734         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10735         (gst_videotestsrc_src_fixate):
10736           move fixation to a fixate function
10737           remove negotiate function, basesrc's is good enough
10738           fixes a bug for check when using the element alone
10739
10740 2005-11-13  Edward Hervey  <edward@fluendo.com>
10741
10742         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10743         (key_toggle_cb), (main):
10744         Added checkboxes for adding/removing the accurate and key_unit seek
10745         flags.
10746
10747 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10748
10749         * configure.ac: back to HEAD
10750
10751 === release 0.9.5 ===
10752
10753 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10754
10755         * configure.ac:
10756           releasing 0.9.5, "No No Kia"
10757
10758 2005-11-11  Edward Hervey  <edward@fluendo.com>
10759
10760         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10761         Added parse-launch syntax seeking mode for the seeking example.
10762         This should help stress-test even more cases.
10763         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10764
10765 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10766
10767         * sys/xvimage/xvimagesink.c:
10768         (gst_xvimagesink_navigation_send_event):
10769           Check whether peer pad exists before sending navigation events
10770           to it.
10771
10772 2005-11-11  Michael Smith <msmith@fluendo.com>
10773
10774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10775         (gst_vorbisenc_buffer_from_packet):
10776         * ext/vorbis/vorbisenc.h:
10777           Set duration on encoded buffers. This allows oggmux's
10778           max_page_delay parameter to actually work.
10779
10780 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10783         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10784         (gst_ffmpegcsp_avpicture_fill):
10785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10786         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10787           Make palettes work again (see #132341). Use our own macros
10788           for rounding up.
10789
10790 2005-11-10  Andy Wingo  <wingo@pobox.com>
10791
10792         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10793         string doober.
10794
10795 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10796
10797         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10798         (gst_ffmpegcsp_transform_caps):
10799           Prefer passthrough in transform_caps
10800
10801 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10802
10803         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10804           check for ALSA errors properly, instead of relying on ALSA's
10805           error strings to serve to the user.
10806
10807 2005-11-10  Wim Taymans  <wim@fluendo.com>
10808
10809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10810         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10811         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10812         Modernise the seek code.
10813
10814 2005-11-10  Michael Smith <msmith@fluendo.com>
10815         
10816         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10817         (setup_substreams), (set_active_source):
10818           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10819           trying to go to NULL if we failed to read a file.
10820
10821 2005-11-10  Wim Taymans  <wim@fluendo.com>
10822
10823         * gst/audiotestsrc/gstaudiotestsrc.c:
10824         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10825         (gst_audiotestsrc_create):
10826         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10827         (gst_sinesrc_get_times), (gst_sinesrc_create):
10828         * gst/videotestsrc/gstvideotestsrc.c:
10829         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10830         (gst_videotestsrc_create):
10831         The base class can now sync for us.
10832
10833 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10834
10835         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10836           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10837           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10838           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10839           format=(fourcc)I420" ! xvimagesink
10840
10841 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10844         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10845         (gst_sinesrc_newsegment):
10846           Send newsegment event in TIME format, set duration if
10847           num-buffers is set, fix duration querying.
10848
10849 2005-11-10  Michael Smith <msmith@fluendo.com>
10850
10851         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10852         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10853         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10854         (gst_ogg_mux_collected):
10855          Fix EOS handling, partially. Now forwarding an EOS event once we have
10856          EOS on all pads works correctly. However, we still don't properly set
10857          EOS on the actual ogg stream pages.
10858
10859 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10862           Set elements to NULL state before disposing of them.
10863
10864 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10865
10866         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10869         (gst_base_rtp_depayload_init),
10870         (gst_base_rtp_depayload_set_gst_timestamp):
10871         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10872           We need to send a newsegment event for each instance, not
10873           just for the first instance of this class (get rid of
10874           static variable in function). (#321011).
10875           
10876 2005-11-08  Michael Smith <msmith@fluendo.com>
10877
10878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10879         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10880         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10881         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10882           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10883           This makes us mux things correctly according to the ogg muxing
10884           rules. Still not handling EOS correctly right now, though.
10885
10886 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10887
10888         * gst/audioconvert/gstaudioconvert.c:
10889           Fix typo in docs. 
10890
10891 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10892
10893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10894         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10895           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10896           creating a new chain; should fix live streaming. Also
10897           add more debug output and fix a typo.
10898
10899 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10900
10901         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst/volume/gstvolume.c: (volume_set_caps):
10904           Fix compilation on Solaris with Forte. (#320923)
10905
10906 2005-11-08  Wim Taymans  <wim@fluendo.com>
10907
10908         * gst-libs/gst/audio/gstbaseaudiosink.c:
10909         (gst_base_audio_sink_render):
10910         No need to do a typecheck.
10911
10912 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         * ext/alsa/gstalsa.h:
10915           We register a debug category, so let's use it.
10916
10917 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10918
10919         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10920         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10921         Fixed a small problem.
10922
10923 2005-11-04  Wim Taymans  <wim@fluendo.com>
10924
10925         * examples/seeking/Makefile.am:
10926         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10927         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10928         (make_playerbin_pipeline), (format_value), (update_scale),
10929         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10930         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10931         (print_usage), (main):
10932         Added app for playback speed testing.
10933
10934         * examples/seeking/seek.c: (dynamic_link),
10935         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10936         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10937         (message_received), (main):
10938         Updated seek example.
10939
10940 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10941
10942         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10943         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10944         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10945         (gst_base_rtp_depayload_set_clock):
10946         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10947         Don't sleep on the bench (system clock) when you have a nice 
10948         comfortable bed (Gstreamer clock) to sleep on.
10949
10950 2005-11-03  Wim Taymans  <wim@fluendo.com>
10951
10952         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10953         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10954         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10955         Handle the case where a pad_block failed.
10956
10957 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10958
10959         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10960
10961         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10962         (gst_base_rtp_depayload_add_to_queue),
10963         (gst_base_rtp_depayload_push),
10964         (gst_base_rtp_depayload_set_gst_timestamp),
10965         (gst_base_rtp_depayload_queue_release):
10966           Fixes some bugs in the depayloader's queuing/de-queueing code.
10967
10968 2005-10-31  Michael Smith <msmith@fluendo.com>
10969
10970         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10971         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10972         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10973           Patch from Alessandro Decina <alessandro@nnva.org>.
10974           Make oggdemux only find the final time in a chain, not per-pad,
10975           since the per-pad information can be very expensive to locate, and
10976           it isn't used anywhere. This makes reading a file containing
10977           OggSkeleton reasonably fast.
10978           Also, make chain finding work when there are logical bitstreams that
10979           can't be decoded. Fixes #319110.
10980
10981 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10982
10983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10984         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10985         (gst_base_rtp_depayload_chain),
10986         (gst_base_rtp_depayload_add_to_queue),
10987         (gst_base_rtp_depayload_push),
10988         (gst_base_rtp_depayload_set_gst_timestamp),
10989         (gst_base_rtp_depayload_queue_release),
10990         (gst_base_rtp_depayload_start_thread),
10991         (gst_base_rtp_depayload_set_property),
10992         (gst_base_rtp_depayload_get_property):
10993         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10994         Some random fixes, to fullfill the desires of thomas.
10995
10996 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10997
10998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10999         (gst_base_rtp_depayload_add_to_queue),
11000         (gst_base_rtp_depayload_push):
11001         Fixed the queueing algorithm.
11002
11003 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11004
11005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11006         (gst_base_rtp_depayload_push):
11007         A small fix
11008
11009 2005-10-31  Wim Taymans  <wim@fluendo.com>
11010
11011         * gst-libs/gst/audio/gstringbuffer.h:
11012         Don't break ABI.
11013
11014         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11015         (gst_ffmpeg_caps_to_pixfmt):
11016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11017         (gst_ffmpegcsp_set_caps):
11018         Some more comments.
11019         Handle missing required caps fields better.
11020
11021 2005-10-31  Wim Taymans  <wim@fluendo.com>
11022
11023         * gst-libs/gst/audio/gstbaseaudiosink.c:
11024         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11025         (gst_base_audio_sink_render):
11026         * gst-libs/gst/audio/gstringbuffer.c:
11027         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11028         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11029         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11030         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11031         (gst_ring_buffer_read):
11032         * gst-libs/gst/audio/gstringbuffer.h:
11033         Add flushing mode to the ringbuffer so that it in all cases does
11034         not try to handle more audio. This makes sure it does not try to
11035         block anymore when flushing and fixes a livelock.
11036
11037 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11038
11039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11040         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11041         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11042           Explicitly check for -1 values before doing a conversion
11043           and always map them to -1. (#315545)
11044
11045 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11046
11047         * gst/playback/gstplaybin.c: (gen_video_element):
11048           first try autovideosink, then xvimagesink, then error out
11049         * po/POTFILES.in:
11050           add translatable file
11051         * po/af.po:
11052         * po/az.po:
11053         * po/cs.po:
11054         * po/en_GB.po:
11055         * po/hu.po:
11056         * po/it.po:
11057         * po/nb.po:
11058         * po/nl.po:
11059         * po/or.po:
11060         * po/sq.po:
11061         * po/sr.po:
11062         * po/sv.po:
11063         * po/uk.po:
11064         * po/vi.po:
11065           update translations
11066
11067 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11068
11069         * gst-libs/gst/rtp/gstbasedepayload.c:
11070         * gst-libs/gst/rtp/gstbasedepayload.h:
11071           Minor cleanups
11072
11073 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11074
11075         * gst/playback/.cvsignore:
11076         * gst/playback/decodetest.c:
11077         * gst/playback/test3.c:
11078           Port these two tests as well.
11079
11080 2005-10-27  Wim Taymans  <wim@fluendo.com>
11081
11082         * ext/theora/theoradec.c: (theora_dec_src_query),
11083         (theora_dec_sink_event):
11084         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11085         (theora_enc_change_state):
11086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11087         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11088         Take proper locks when handling events.
11089
11090 2005-10-27  Wim Taymans  <wim@fluendo.com>
11091
11092         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11093         (gst_adder_change_state):
11094         Fix timestamps and fix deadlock when stopping the collectpads.
11095
11096 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11097
11098         * gst-libs/gst/rtp/gstrtpbuffer.h:
11099         Declaring the payload types as strings too so that they can be used
11100         in the padtemplate inialization.
11101
11102 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11103
11104         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11105
11106         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11107         (gst_base_rtp_depayload_class_init):
11108         Fixes a small but nasty bug. The derived elements no longer segfaults
11109         on finalization.
11110
11111 2005-10-26  Michael Smith <msmith@fluendo.com>
11112
11113         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11114           When clearing an audioconvert context, set tmpbufsize to zero, so
11115           we'll allocate it again later if required.
11116           This fixes audioconvert re-negotiating formats, which previously
11117           segfaulted with a NULL destination buffer.
11118
11119 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11120
11121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11122         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11123         (gst_base_rtp_depayload_set_gst_timestamp),
11124         (gst_base_rtp_depayload_queue_release):
11125         Fixed a smalll memleak.
11126
11127 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11128         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11129         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11130         (gst_base_rtp_depayload_finalize),
11131         (gst_base_rtp_depayload_setcaps),
11132         (gst_base_rtp_depayload_add_to_queue),
11133         (gst_base_rtp_depayload_push),
11134         (gst_base_rtp_depayload_set_gst_timestamp),
11135         (gst_base_rtp_depayload_queue_release),
11136         (gst_base_rtp_depayload_thread),
11137         (gst_base_rtp_depayload_change_state):
11138         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11139         Changed the C++ comments to C comments
11140
11141 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11142
11143         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11144         * gst/tcp/gsttcpclientsrc.h:
11145         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11146         * gst/tcp/gsttcpserversrc.h:
11147           Remove unused 'curoffset' structure member.
11148
11149 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11150
11151         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11152         (gst_base_rtp_depayload_base_init),
11153         (gst_base_rtp_depayload_finalize):
11154         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11155         * gst-libs/gst/rtp/gstbasertppayload.h:
11156           The pad-template on the sinkpad should be set by the derived classes.
11157           Also added some useful macros.
11158
11159 2005-10-24  Wim Taymans  <wim@fluendo.com>
11160
11161         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11162         Correctly flush decoder samples even if we could not
11163         copy them to an output buffer. Fixes #319618.
11164
11165 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11166
11167         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11169         the caps against our xcontext caps.
11170
11171 2005-10-24  Wim Taymans  <wim@fluendo.com>
11172
11173         * gst-libs/gst/audio/gstbaseaudiosink.c:
11174         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11175         Remove g_print
11176         Use sync property from baseclass to disable sync.
11177
11178 2005-10-24  Wim Taymans  <wim@fluendo.com>
11179
11180         * gst-libs/gst/audio/gstbaseaudiosink.c:
11181         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11182         Buffers with no timestamps get aligned with previous buffers or
11183         on underrun, played ASAP.
11184
11185 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11186
11187         * gst-libs/gst/video/video.h:
11188         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11189         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11191         here comes my change on caps for framerate and geometry range.
11192         We are now accepting 1 to MAXINT for width and height, and from
11193         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11194         to be blended correctly in videomixer.
11195
11196 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11197
11198         * configure.ac:
11199           back to HEAD
11200
11201 === release 0.9.4 ===
11202
11203 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11204
11205         * NEWS:
11206         * RELEASE:
11207         * configure.ac:
11208           releasing 0.9.4, "Velociraptor"
11209
11210 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11211
11212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11213         * po/POTFILES.in:
11214           STOPPED -> FAILED
11215
11216 2005-10-21  Wim Taymans  <wim@fluendo.com>
11217
11218         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11219         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11220         (pad_blocked), (close_pad_link), (new_pad):
11221         Don't try to remove elements twice.
11222
11223 2005-10-21  Wim Taymans  <wim@fluendo.com>
11224
11225         * ext/theora/theoradec.c: (theora_dec_src_query),
11226         (theora_dec_sink_event):
11227         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11228         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11229         (vorbis_handle_data_packet):
11230         * ext/vorbis/vorbisdec.h:
11231         Fix old naming.
11232
11233         * gst-libs/gst/audio/gstbaseaudiosink.c:
11234         (gst_base_audio_sink_render):
11235         Don't try to sync on buffers without a timestamp.
11236
11237 2005-10-21  Wim Taymans  <wim@fluendo.com>
11238
11239         * ext/theora/theoradec.c: (theora_dec_src_query),
11240         (theora_dec_sink_event):
11241         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11242         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11243         (vorbis_handle_data_packet):
11244         * ext/vorbis/vorbisdec.h:
11245         Fix old naming.
11246
11247 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11248
11249         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11250         (gst_vorbisenc_src_query):
11251           Implement position and duration queries.
11252
11253         * gst/playback/test3.c: (update_scale), (main):
11254           Fix for async state changes and print nicer output.
11255
11256 2005-10-20  Wim Taymans  <wim@fluendo.com>
11257
11258         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11259         (dump_element_stats), (main):
11260         * gst/playback/test6.c: (main):
11261         Fix tests again
11262
11263 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11266         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11267           Don't use functions for position queries when handling
11268           duration queries.
11269
11270 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11271
11272         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11273         (vorbis_handle_data_packet), (vorbis_dec_chain),
11274         (vorbis_dec_change_state):
11275         * ext/vorbis/vorbisdec.h:
11276           Vorbis streams can be embedded in other container formats
11277           than ogg, container formats where the demuxer might set 
11278           timestamps on encoded vorbis buffers instead of those silly 
11279           granulepos thingies. In short: make vorbisdec handle 
11280           timestamps on incoming buffers as well.
11281
11282 2005-10-20  Wim Taymans  <wim@fluendo.com>
11283
11284         * gst/playback/gstplaybasebin.c: (group_destroy),
11285         (gst_play_base_bin_change_state):
11286         Fix leak.
11287         Handle case where playbasebin is now ASYNC because
11288         decodebin is.
11289
11290 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * gst/audioconvert/Makefile.am:
11293         * gst/audioconvert/bufferframesconvert.c:
11294         * gst/audioconvert/plugin.c: (plugin_init):
11295         * gst/audioconvert/plugin.h:
11296           And bye bye buffer-frames-convert
11297
11298 2005-10-19  Wim Taymans  <wim@fluendo.com>
11299
11300         * check/elements/audioconvert.c:
11301         * docs/libs/tmpl/gstaudio.sgml:
11302         * docs/libs/tmpl/gstcolorbalance.sgml:
11303         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11304         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11305         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11306         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11307         * gst-libs/gst/audio/audio.h:
11308         * gst/audioconvert/audioconvert.h:
11309         * gst/audioconvert/gstaudioconvert.c:
11310         (gst_audio_convert_parse_caps):
11311         * gst/volume/gstvolume.c:
11312         Bye bye buffer-frames.
11313
11314 2005-10-19  Wim Taymans  <wim@fluendo.com>
11315
11316         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11317         (query_positions_elems), (query_positions_pads), (update_scale),
11318         (do_seek), (set_update_scale), (message_received), (main):
11319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11320         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11321         (gst_ogg_demux_loop):
11322         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11323         * ext/theora/theoradec.c: (theora_dec_src_query),
11324         (theora_dec_sink_event):
11325         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11326         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11327         * gst/adder/gstadder.c: (gst_adder_query):
11328         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11329         * gst/playback/test3.c: (update_scale):
11330         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11331         (dump_element_stats), (main):
11332         * gst/playback/test6.c: (main):
11333         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11334         Query API update.
11335
11336 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11337
11338         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11339         (xml_check_first_element), (xml_type_find), (smil_type_find),
11340         (plugin_init):
11341           Add typefinding for SMIL and for generic XML. Based on patch by
11342           Akos Maroy (#308663).
11343
11344 2005-10-18  Wim Taymans  <wim@fluendo.com>
11345
11346         * gst/playback/Makefile.am:
11347         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11348         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11349         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11350         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11351         (gst_decode_bin_change_state):
11352         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11353         (gst_play_bin_send_event_to_sink):
11354         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11355         (dump_element_stats), (main):
11356         * gst/playback/test6.c: (main):
11357         Make playbin async, it'll commit state to paused when all streams
11358         are detected.
11359         Remove ugly hack.
11360         Added test6.c to show async behaviour.
11361
11362 2005-10-18  Wim Taymans  <wim@fluendo.com>
11363
11364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11365         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11366         Fix for segment-start/stop API change.
11367
11368 2005-10-18  Wim Taymans  <wim@fluendo.com>
11369
11370         * check/Makefile.am:
11371         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11372         (main):
11373         Add future test for clock selection.
11374
11375 2005-10-18  Wim Taymans  <wim@fluendo.com>
11376
11377         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11378         (gst_alsasink_close):
11379         Set handle to NULL.
11380
11381         * gst-libs/gst/audio/gstringbuffer.c:
11382         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11383         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11384         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11385         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11386         (gst_ring_buffer_read):
11387         More debug info.
11388
11389 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11390
11391         * gst/audiotestsrc/Makefile.am:
11392         * gst/sine/Makefile.am:
11393         * gst/volume/Makefile.am:
11394           fix broken build of controllerized plugins
11395
11396 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11397
11398         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11401         (gst_riff_create_video_template_caps):
11402           Add support for Indeo-3 (IV32).
11403
11404 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11405
11406         * configure.ac:
11407           rewrite
11408
11409 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11410
11411         * gst-libs/gst/video/video.c: (gst_video_get_size):
11412         * gst/audiotestsrc/gstaudiotestsrc.c:
11413           doc updates
11414
11415 2005-10-17  Andy Wingo  <wingo@pobox.com>
11416
11417         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11418         with the collectpads change.
11419         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11420
11421         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11422
11423         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11424
11425         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11426         alloc_buffer flow return to callers.
11427         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11428         change. Fix some memleaks in theoraenc.
11429
11430         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11431         in strange circumstance.
11432
11433 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11434
11435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11436         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11437         from caps, let's use the caps...
11438
11439 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11440
11441         * configure.ac:
11442           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11443
11444 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11445
11446         * gst-libs/gst/interfaces/Makefile.am:
11447           fix silly typo
11448
11449 2005-10-16  Andy Wingo  <wingo@pobox.com>
11450
11451         * gst/playback/gstdecodebin.c
11452         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11453         function!
11454         (try_to_link_1): Increase kraziness level.
11455
11456 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11457
11458         * configure.ac:
11459           restructure like the core one
11460         * gst-libs/gst/audio/Makefile.am:
11461         * gst-libs/gst/interfaces/Makefile.am:
11462         * gst-libs/gst/net/Makefile.am:
11463         * gst-libs/gst/riff/Makefile.am:
11464         * gst-libs/gst/rtp/Makefile.am:
11465         * gst-libs/gst/tag/Makefile.am:
11466         * gst-libs/gst/video/Makefile.am:
11467           use correct linker flags, now the libs are properly versioned
11468         * check/elements/audioconvert.c: (verify_convert):
11469         * ext/alsa/gstalsaplugin.c:
11470         * ext/cdparanoia/gstcdparanoia.c:
11471         * ext/gnomevfs/gstgnomevfs.c:
11472         * ext/libvisual/visual.c:
11473         * ext/ogg/gstogg.c:
11474         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11475         * ext/theora/theora.c:
11476         * ext/vorbis/vorbis.c:
11477         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11478         * gst-libs/gst/tag/gsttagediting.c:
11479         * gst-libs/gst/video/video.c:
11480         * gst/adder/gstadder.c:
11481         * gst/audioconvert/plugin.c:
11482         * gst/audiorate/gstaudiorate.c:
11483         * gst/audioresample/gstaudioresample.c:
11484         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11485         * gst/audioscale/gstaudioscale.c:
11486         * gst/audioscale/resample.c:
11487         * gst/audiotestsrc/gstaudiotestsrc.c:
11488         * gst/ffmpegcolorspace/gstffmpeg.c:
11489         * gst/playback/gstdecodebin.c: (close_pad_link):
11490         * gst/playback/gstplaybin.c: (gen_video_element),
11491         (gen_audio_element):
11492         * gst/sine/gstsinesrc.c:
11493         * gst/subparse/gstsubparse.c:
11494         * gst/tags/gsttagediting.c:
11495         * gst/tcp/gsttcpplugin.c:
11496         * gst/typefind/gsttypefindfunctions.c:
11497         * gst/videorate/gstvideorate.c:
11498         * gst/videoscale/gstvideoscale.c:
11499         * gst/videotestsrc/gstvideotestsrc.c:
11500         * gst/volume/gstvolume.c:
11501         * sys/v4l/gstv4l.c:
11502         * sys/ximage/ximage.c:
11503         * sys/xvimage/xvimagesink.c:
11504           fix up defines
11505
11506 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         * ext/vorbis/vorbisenc.c:
11509         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11510         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11511         (gst_tag_to_vorbis_comments):
11512           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11513
11514 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11515
11516         * examples/stats/mp2ogg.c:
11517         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11518           typo fixes
11519
11520 2005-10-13  Michael Smith <msmith@fluendo.com>
11521
11522         * ext/ogg/gstoggmux.c:
11523           Use magic glib macros to define constants as 64 bit, to ensure
11524           appropriate vararg passing.
11525
11526 2005-10-13  Michael Smith <msmith@fluendo.com>
11527
11528         * ext/ogg/gstoggmux.c:
11529         * gst/audioconvert/audioconvert.c: (float):
11530           Don't use LL suffix, as it's not portable, and neither of these
11531           uses required it anyway.
11532
11533 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11534
11535         * examples/indexing/indexmpeg.c: (main):
11536         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11537         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11538         (cdparanoia_convert), (cdparanoia_query):
11539         * ext/cdparanoia/gstcdparanoia.h:
11540         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11541         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11542         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11544         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11545         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11546         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11547         (gst_multifdsink_render), (gst_multifdsink_start),
11548         (gst_multifdsink_stop):
11549         * gst/tcp/gstmultifdsink.h:
11550         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11551         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11552         (gst_tcpclientsink_stop):
11553         * gst/tcp/gsttcpclientsink.h:
11554         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11555         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11556         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11557         * gst/tcp/gsttcpclientsrc.h:
11558         * gst/tcp/gsttcpserversink.h:
11559         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11560         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11561         (gst_tcpserversrc_stop):
11562         * gst/tcp/gsttcpserversrc.h:
11563         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11564         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11565         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11566           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11567           moved bitshift from macro to enum definition
11568
11569 2005-10-12  Wim Taymans  <wim@fluendo.com>
11570
11571         * examples/seeking/Makefile.am:
11572         Oops.
11573
11574 2005-10-12  Wim Taymans  <wim@fluendo.com>
11575
11576         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11577         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11578         Don't assert on normal stuff.
11579
11580         * gst/playback/gstplaybin.c: (do_playbin_seek):
11581         API fix.
11582
11583 2005-10-12  Wim Taymans  <wim@fluendo.com>
11584
11585         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11586         * examples/seeking/Makefile.am:
11587         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11588         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11589         (do_seek), (set_update_scale), (message_received), (main):
11590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11591         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11592         Update for _get_state() API change.
11593
11594 2005-10-11  Wim Taymans  <wim@fluendo.com>
11595
11596         * gst-libs/gst/audio/gstbaseaudiosink.c:
11597         (gst_base_audio_sink_render):
11598         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11599         (gst_base_audio_src_create):
11600         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11601         (gst_ring_buffer_read):
11602         Cleanups.
11603         Commit and read from ringbuffer in samples rather than bytes.
11604
11605 2005-10-11  Wim Taymans  <wim@fluendo.com>
11606
11607         * gst-libs/gst/audio/gstbaseaudiosink.c:
11608         (gst_base_audio_sink_render):
11609         Respect segment rate and accum when scheduling samples.
11610
11611 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11612
11613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11614         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11615         EOS correctly, that needs more work.
11616
11617 2005-10-11  Wim Taymans  <wim@fluendo.com>
11618
11619         * check/generic/states.c: (GST_START_TEST):
11620         remove old property.
11621
11622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11623         (gst_ogg_demux_perform_seek):
11624         * ext/theora/theoradec.c: (theora_dec_sink_event):
11625         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11626         (vorbis_handle_data_packet):
11627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11628         (gst_base_rtp_depayload_set_gst_timestamp):
11629         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11630         Update for newsegment API change.
11631
11632 2005-10-11  Michael Smith <msmith@fluendo.com>
11633
11634         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11635         (do_playbin_seek), (gst_play_bin_send_event):
11636           Override send_event differently, so that we can takes bits of
11637           functionality from GstPipeline (special handling for seeks,
11638           including pausing/resuming, and resetting stream time) and still get
11639           the appropriate behaviour of only forwarding event to a single sink,
11640           rather than all of them.
11641           Unfortunately requires a lot of code duplication, but the
11642           alternatives are equally ugly in the end.
11643
11644 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11645
11646         * check/elements/audioconvert.c: (setup_audioconvert),
11647         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11648         (GST_START_TEST), (audioconvert_suite):
11649           clean up tests a little, fix some leaks.
11650
11651 2005-10-10  Wim Taymans  <wim@fluendo.com>
11652
11653         * ext/alsa/gstalsasink.c:
11654         Also allow unsigned int.
11655
11656         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11657         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11658         Small cleanup
11659
11660 2005-10-10  Wim Taymans  <wim@fluendo.com>
11661
11662         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11663         Small update, use API as stated in design docs.
11664
11665         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11666         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11667         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11668         (message_received), (main):
11669         Updated seek example for GOption. Some usability improvements.
11670
11671 2005-10-10  Wim Taymans  <wim@fluendo.com>
11672
11673         * gst/audioconvert/audioconvert.h:
11674         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11675         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11676         Alloc temp storage somewhere else where we can do it more
11677         portable.
11678
11679 2005-10-10  Wim Taymans  <wim@fluendo.com>
11680
11681         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11682         (gst_tcpserversrc_start):
11683         Don't block in accept while doing the state change, move
11684         to poll and make cancellable.
11685
11686 2005-10-09  Philippe Khalaf <burger@speedy.org>
11687
11688         * gst-libs/gst/rtp/rtpbasedepayload.c:
11689         Set timestamp and add queue delay to timestamp
11690         * gst-libs/gst/rtp/rtpbuffer.h:
11691         Set correct payload type for h263
11692
11693 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11694
11695         * gst/audiotestsrc/gstaudiotestsrc.c:
11696         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11697         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11698         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11699         (gst_audiotestsrc_create_triangle),
11700         (gst_audiotestsrc_create_silence),
11701         (gst_audiotestsrc_create_white_noise),
11702         (gst_audiotestsrc_init_pink_noise),
11703         (gst_audiotestsrc_generate_pink_noise_value),
11704         (gst_audiotestsrc_create_pink_noise),
11705         (gst_audiotestsrc_change_wave):
11706         * gst/audiotestsrc/gstaudiotestsrc.h:
11707           fixed typo, added pink noise
11708
11709 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11710
11711         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11712         (plugin_init):
11713           Add wavpack and spc typefind functions from 0.8 branch.
11714
11715 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11718         (ar_type_find), (msdos_type_find), (plugin_init):
11719           Add typefind functions for tar archives, ar archives,
11720           RAR archives, and msdos-executables (dlls, exe, etc.).
11721           Some of those would be wrongly identified as mpeg
11722           streams of some sort before (#315550).
11723
11724 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11725
11726         * configure.ac:
11727         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11728         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11729         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11730         * gst/audiotestsrc/Makefile.am:
11731         * gst/audiotestsrc/gstaudiotestsrc.c:
11732         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11733         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11734         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11735         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11736         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11737         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11738         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11739         (gst_audiotestsrc_create_silence),
11740         (gst_audiotestsrc_create_white_noise),
11741         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11742         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11743         (gst_audiotestsrc_start), (plugin_init):
11744         * gst/audiotestsrc/gstaudiotestsrc.h:
11745           add new plugin and element
11746         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11747           use gobject_class
11748
11749 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11750
11751         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11752         (gst_adder_init), (gst_adder_request_new_pad),
11753         (gst_adder_change_state):
11754           Add query function to source pad, so adder reports the correct
11755           time/sample position when queried (#315457); fix state change
11756           function; use GST_DEBUG_FUNCPTR() for pad functions.
11757
11758 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11759
11760         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11761           Fix leaks in typefind registration
11762           Clean up the gratuitous commenting and whitespacing a little
11763
11764 2005-10-08  Wim Taymans  <wim@fluendo.com>
11765
11766         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11767         Only actually wait for the thread to be stopped if it's 
11768         running.
11769
11770 2005-10-08  Wim Taymans  <wim@fluendo.com>
11771
11772         * gst-libs/gst/audio/gstbaseaudiosink.c:
11773         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11774         If we receive EOS we can start playback of what we had.
11775
11776 2005-10-08  Wim Taymans  <wim@fluendo.com>
11777
11778         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11779         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11780         (gst_multifdsink_stop):
11781         Fix crasher when going to NULL multiple times.
11782
11783 2005-10-06  Wim Taymans  <wim@fluendo.com>
11784
11785         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11786         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11787         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11788         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11789         patch from Edgard Lima <edgard.lima@indt.org.br>
11790         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11791
11792 2005-10-06  Wim Taymans  <wim@fluendo.com>
11793
11794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11795         Report the FLOW_RETURN as string in the error message.
11796
11797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11798         Don't assert when clearing an unnegotiated buffer.
11799
11800 2005-10-04  Michael Smith <msmith@fluendo.com>
11801
11802         * gst/playback/gstplaybasebin.c: (group_destroy),
11803         (gen_preroll_element), (remove_groups), (setup_source):
11804         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11805         (setup_sinks), (gst_play_bin_send_event),
11806         (gst_play_bin_change_state):
11807           Set state to NULL before removing from bin. Fix refcounting.
11808
11809 2005-10-04  Michael Smith <msmith@fluendo.com>
11810
11811         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11812           Correct refcounting in send_event() function. Previously was wrong
11813           if the first sink was unable to handle the event.
11814
11815 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11816
11817         * configure.ac:
11818           back to development
11819
11820 === release 0.9.3 ===
11821
11822 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11823
11824         * configure.ac:
11825           Releasing 0.9.3, "De Facto"
11826
11827 2005-10-03  Andy Wingo  <wingo@pobox.com>
11828
11829         * gst/playback/gstdecodebin.c (try_to_link_1)
11830         (remove_element_chain): set element to NULL before removing it.
11831
11832 2005-10-02  Johan Dahlin  <johan@gnome.org>
11833
11834         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11835         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11836         MT safe.
11837
11838 2005-10-02  Andy Wingo  <wingo@pobox.com>
11839
11840         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11841         (gst_ring_buffer_prepare_read): 
11842         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11843         Demote to LOG.
11844
11845 2005-09-29  Wim Taymans  <wim@fluendo.com>
11846
11847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11848         * ext/theora/theoradec.c: (theora_handle_data_packet):
11849         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11850         Propagate error codes from alloc_buffer too.
11851
11852 2005-09-29  Wim Taymans  <wim@fluendo.com>
11853
11854         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11855         We use fixed caps.
11856
11857         * gst/playback/Makefile.am:
11858         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11859         (dump_element_stats), (main):
11860         Added example stream introspection code.
11861
11862 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11863
11864         * gst/adder/gstadder.c: (gst_adder_collected):
11865           fix adder for float elements
11866
11867 2005-09-28  Wim Taymans  <wim@fluendo.com>
11868
11869         * gst-libs/gst/audio/gstbaseaudiosink.c:
11870         (gst_base_audio_sink_class_init),
11871         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11872         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11873         (gst_base_audio_src_class_init),
11874         (gst_base_audio_src_provide_clock):
11875         get_clock -> provide_clock
11876
11877 2005-09-28  Andy Wingo  <wingo@pobox.com>
11878
11879         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11880         and unlocking.
11881
11882         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11883         unlocking.
11884
11885         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11886         Actually add the pad template.
11887         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11888
11889         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11890         I'm at it...
11891
11892         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11893         from fdsrc. Get caps in create() instead of start() so it can be
11894         interrupted. Interruption somewhat untested.
11895
11896         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11897         Proper EOS handling.
11898
11899 2005-09-27  Andy Wingo  <wingo@pobox.com>
11900
11901         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11902
11903         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11904
11905         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11906
11907         * gst/tcp/gsttcp.h: 
11908         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11909         out of tcpclientsrc.c. Cancellable.
11910         (gst_tcp_socket_read): Made private, cancellable, with better
11911         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11912         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11913         whole buffer, and better diagnostics.
11914         (gst_tcp_gdp_read_caps): Same.
11915
11916         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11917
11918 2005-09-26  Andy Wingo  <wingo@pobox.com>
11919
11920         * gst/sine/gstsinesrc.h:
11921         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11922         change the 'sync' property to 'is-live' and implement it halfway,
11923         update for controller api change.
11924
11925         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11926         controller api change.
11927
11928 2005-09-24  Wim Taymans  <wim@fluendo.com>
11929
11930         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11931         * gst-libs/gst/audio/gstaudiosink.c:
11932         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11933         (gst_audioringbuffer_stop):
11934         * gst-libs/gst/audio/gstbaseaudiosink.c:
11935         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11936         (gst_base_audio_sink_change_state):
11937         * gst-libs/gst/audio/gstbaseaudiosink.h:
11938         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11939         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11940         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11941         * gst-libs/gst/audio/gstringbuffer.h:
11942         Fix sync again. Moved sample alignment to basesink.
11943
11944 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11945
11946         * docs/plugins/Makefile.am:
11947         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11948         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11949         * gst/volume/gstvolume.c:
11950           add/fix docs
11951         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11952         * gst-libs/gst/audio/audio.h:
11953           add conversion macros for frames <-> clocktime
11954
11955 2005-09-23  David Schleef  <ds@schleef.org>
11956
11957         * gst/audioresample/Makefile.am:
11958         * gst/audioresample/debug.h:
11959         * gst/audioresample/gstaudioresample.c:
11960         * gst/audioresample/resample.c: Convert to using gst debugging
11961
11962 2005-09-22  Wim Taymans  <wim@fluendo.com>
11963
11964         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11965         (gst_play_bin_send_event):
11966         Only seek on one sink, the first one that succeeds.
11967
11968 2005-09-22  Michael Smith <msmith@fluendo.com>
11969
11970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11971         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11972         Don't flush encoder state unless we have an initialised encoder.
11973         Clear out encoder state on PAUSED_TO_READY.
11974
11975 2005-09-22  Wim Taymans  <wim@fluendo.com>
11976
11977         * gst-libs/gst/rtp/gstbasertppayload.c:
11978         (gst_basertppayload_class_init), (gst_basertppayload_init),
11979         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11980         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11981         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11982         (gst_basertppayload_set_property),
11983         (gst_basertppayload_get_property),
11984         (gst_basertppayload_change_state):
11985         * gst-libs/gst/rtp/gstbasertppayload.h:
11986         Added max-ptime to control amount of data in the rtp packets.
11987
11988 2005-09-21  Andy Wingo  <wingo@pobox.com>
11989
11990         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11991         thingies.
11992
11993         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11994         can be called multiple times, dogs.
11995
11996 2005-09-21  Wim Taymans  <wim@fluendo.com>
11997
11998         * gst-libs/gst/rtp/gstbasertppayload.c:
11999         (gst_basertppayload_class_init), (gst_basertppayload_init),
12000         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12001         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12002         (gst_basertppayload_push), (gst_basertppayload_get_property),
12003         (gst_basertppayload_change_state):
12004         Allow 0 ssrc too.
12005
12006 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12007
12008         * docs/libs/compiling.sgml:
12009           fixing typos
12010
12011 2005-09-20  Wim Taymans  <wim@fluendo.com>
12012
12013         * gst-libs/gst/rtp/gstbasertppayload.c:
12014         (gst_basertppayload_class_init), (gst_basertppayload_init),
12015         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12016         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12017         (gst_basertppayload_push), (gst_basertppayload_set_property),
12018         (gst_basertppayload_get_property),
12019         (gst_basertppayload_change_state):
12020         * gst-libs/gst/rtp/gstbasertppayload.h:
12021         Added property to configure sequence number offsets.
12022
12023 2005-09-20  Wim Taymans  <wim@fluendo.com>
12024
12025         * gst-libs/gst/rtp/gstbasertppayload.c:
12026         (gst_basertppayload_class_init), (gst_basertppayload_init),
12027         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12028         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12029         (gst_basertppayload_push), (gst_basertppayload_set_property),
12030         (gst_basertppayload_get_property),
12031         (gst_basertppayload_change_state):
12032         * gst-libs/gst/rtp/gstbasertppayload.h:
12033         Make timestamp offset configurable.
12034
12035 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12036
12037         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12038           fix wrong pop/unref
12039
12040 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12041
12042         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12043
12044         * gst-libs/gst/interfaces/propertyprobe.c:
12045         (gst_property_probe_probe_property_name),
12046         (gst_property_probe_needs_probe_name),
12047         (gst_property_probe_get_values_name),
12048         (gst_property_probe_probe_and_get_values_name):
12049           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12050           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12051
12052 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12053
12054         * check/Makefile.am:
12055           have some tests be disabled for valgrinding
12056         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12057         (GST_START_TEST):
12058         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12059           Fix A Leak.  Chain To Parent Finalize.
12060
12061 2005-09-19  Wim Taymans  <wim@fluendo.com>
12062
12063         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12064         Fixed wav pipeline.
12065
12066 2005-09-19  Wim Taymans  <wim@fluendo.com>
12067
12068         * gst-libs/gst/rtp/gstbasertppayload.c:
12069         (gst_basertppayload_class_init), (gst_basertppayload_init),
12070         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12071         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12072         (gst_basertppayload_push), (gst_basertppayload_get_property),
12073         (gst_basertppayload_change_state):
12074         Posting ERROR and WARNING messages is good.
12075
12076 2005-09-19  Wim Taymans  <wim@fluendo.com>
12077
12078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12079         (gst_base_rtp_depayload_add_to_queue),
12080         (gst_base_rtp_depayload_push),
12081         (gst_base_rtp_depayload_set_gst_timestamp),
12082         (gst_base_rtp_depayload_queue_release):
12083         This one was not supposed to go in.
12084
12085 2005-09-19  Wim Taymans  <wim@fluendo.com>
12086
12087         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12088         Fix for bus API.
12089
12090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12091         (gst_base_rtp_depayload_chain),
12092         (gst_base_rtp_depayload_add_to_queue),
12093         (gst_base_rtp_depayload_push),
12094         (gst_base_rtp_depayload_set_gst_timestamp),
12095         (gst_base_rtp_depayload_queue_release):
12096         Some cleanups.
12097
12098         * gst-libs/gst/rtp/gstbasertppayload.c:
12099         (gst_basertppayload_class_init), (gst_basertppayload_init),
12100         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12101         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12102         (gst_basertppayload_get_property),
12103         (gst_basertppayload_change_state):
12104         Added debugging category.
12105
12106 2005-09-18  David Schleef  <ds@schleef.org>
12107
12108         * gst/playback/gstdecodebin.c: free plugin list correctly
12109         * gst/playback/gstplaybin.c: emit warning if autovideosink
12110           and autoaudiosink can't be found (instead of segfaulting)
12111
12112 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12113
12114         * check/elements/audioconvert.c: (GST_START_TEST):
12115           try out 24 bit conversion
12116
12117 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12118
12119         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12120         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12121         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12122         * ext/vorbis/vorbisenc.h:
12123           Fix EOS handling.  Still needs a fix in the ogg muxer to
12124           mark the last page as eos.
12125
12126 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12127
12128         * common/gtk-doc-plugins.mak:
12129         * docs/plugins/Makefile.am:
12130         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12131         * gst/ffmpegcolorspace/Makefile.am:
12132         * gst/ffmpegcolorspace/avcodec.h:
12133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12134         * gst/tcp/gstmultifdsink.c:
12135           fix up ffmpegcolorspace docs; extract header
12136
12137 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12138
12139         * common/gtk-doc-plugins.mak:
12140         * docs/plugins/Makefile.am:
12141         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12142         * ext/theora/Makefile.am:
12143         * ext/theora/gsttheoraenc.h:
12144         * ext/theora/theoraenc.c:
12145         * ext/vorbis/vorbisenc.c:
12146           pick up signals and args for vorbis; add some docs for vorbis
12147
12148 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12149
12150         * common/gstdoc-scangobj:
12151         * common/gtk-doc-plugins.mak:
12152         * docs/libs/Makefile.am:
12153         * docs/plugins/gst-plugins-base-plugins.args:
12154         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12155         * docs/plugins/gst-plugins-base-plugins.interfaces:
12156         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12157         * docs/plugins/gst-plugins-base-plugins.signals:
12158           only scanobj stuff from our source module.  Not sure yet
12159           if that's correct, given the hierarchy stuff :)
12160
12161 2005-09-15  Wim Taymans  <wim@fluendo.com>
12162
12163         * gst/audioconvert/gstaudioconvert.c:
12164         And enable 24 bits mode as well..
12165
12166 2005-09-15  Wim Taymans  <wim@fluendo.com>
12167
12168         * gst-libs/gst/rtp/Makefile.am:
12169         * gst-libs/gst/rtp/gstbasertppayload.c:
12170         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12171         (gst_basertppayload_class_init), (gst_basertppayload_init),
12172         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12173         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12174         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12175         (gst_basertppayload_set_property),
12176         (gst_basertppayload_get_property),
12177         (gst_basertppayload_change_state):
12178         * gst-libs/gst/rtp/gstbasertppayload.h:
12179         Added rtp payloader base class.
12180
12181 2005-09-15  Andy Wingo  <wingo@pobox.com>
12182
12183         * configure.ac (plugindir): Remove the EOL matcher from the
12184         regexp, as it causes me problems. Libtool? Make? Who knows?
12185
12186 2005-09-14  David Schleef  <ds@schleef.org>
12187
12188         * check/generic/states.c: 
12189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12190         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12191           Fixes for changes in registry API.
12192
12193         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12194           to GST_PLUGIN_LDFLAGS.
12195         * ext/libvisual/visual.c: Make the library shut up.
12196         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12197         * gst-libs/gst/audio/gstaudiofilter.c: same
12198
12199 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12200
12201         * docs/plugins/Makefile.am:
12202         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12203         * docs/plugins/inspect/plugin-libvisual.xml:
12204         * docs/plugins/tmpl/element-tcpserversink.sgml:
12205         * ext/theora/theoraenc.c:
12206           add libvisual plugin and theoraenc element to docs
12207
12208 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12209
12210         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12211         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12212         * ext/theora/theoraenc.c:
12213           add theoraenc
12214
12215 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * gst/audioconvert/Makefile.am:
12218           Audioconvert derives from GstBaseTransform and should
12219           link to the library with our base elements to avoid
12220           unresolved symbols. Makes things work with MinGW (#316160)
12221
12222         * gst/playback/test4.c: (main):
12223           Fix MinGW build problem and use g_usleep() instead of 
12224           sleep() (#316162)
12225
12226 2005-09-12  Wim Taymans  <wim@fluendo.com>
12227
12228         * gst/audioconvert/audioconvert.c: (float),
12229         (audio_convert_prepare_context), (audio_convert_convert):
12230         * gst/audioconvert/audioconvert.h:
12231         Cleanups, speedups, simplifications, added back support
12232         for 24 bits.
12233
12234 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12235
12236         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12237         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12238         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12239         * docs/plugins/tmpl/element-tcpserversink.sgml:
12240         * gst/ffmpegcolorspace/gstffmpeg.c:
12241         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12242         * gst/videotestsrc/gstvideotestsrc.c:
12243         * gst/volume/gstvolume.c:
12244           add more elements to the docs
12245
12246 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12247
12248         * check/Makefile.am:
12249         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12250         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12251           Add extra tests for basetransform based components. 
12252           Comment out the test_element_negotiation test until we decide
12253           if it's testing correct behaviour.
12254         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12255         (gst_visual_chain), (gst_visual_change_state):
12256           Slightly more correct but still bogus timestamping.
12257           Fix state change function.
12258         * gst/audioconvert/gstaudioconvert.c:
12259         (gst_audio_convert_class_init):
12260         * gst/audioresample/gstaudioresample.c:
12261         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12262         (gst_ffmpegcsp_class_init):
12263         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12264         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12265         (gst_videoscale_prepare_image):
12266         * gst/volume/gstvolume.c: (gst_volume_class_init),
12267         (volume_transform_ip):
12268           Basetransform updates. Enable passthrough modes.
12269         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12270         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12271         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12272           Negotiation fix that allows the window to return to the original
12273           size and renegotiate passthrough upstream. Extra debug output.
12274
12275 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12276
12277         * gst/sine/gstsinesrc.c:
12278         * gst/volume/gstvolume.c:
12279           fix up header include
12280
12281 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12282
12283         * gst-libs/gst/audio/gstbaseaudiosink.c:
12284         (gst_base_audio_sink_render):
12285         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12286         * gst/volume/gstvolume.c: (gst_volume_class_init),
12287         (volume_transform):
12288           fixing lost sync, some more debugging
12289
12290 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12291
12292         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12293         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12294         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12295         (gst_xvimagesink_check_xshm_calls):
12296           Fix compilation when XShm is not available.
12297
12298 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12299
12300         * ext/libvisual/visual.c: (gst_visual_dispose),
12301         (gst_visual_getcaps), (gst_visual_src_setcaps),
12302         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12303         (gst_visual_change_state):
12304           Finish fixing up libvisual plugin so that it runs. 
12305
12306 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12307
12308         * ext/vorbis/vorbisenc.c:
12309         * gst-libs/gst/tag/gstvorbistag.c:
12310           gsttaginterface.h -> gsttagsetter.h
12311
12312 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12313
12314         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12315           added another test that failes for me (test is not active by default)
12316
12317 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12318
12319         * configure.ac:
12320           v4l2 is no longer in gst-plugins-base
12321
12322 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12323
12324         * configure.ac:
12325           In the output at the end, don't show the first plugin on the same
12326           line as "Core plug-ins, always built:".
12327           Indent the output as for other plugin categories
12328         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12329           #define that can be used to not use peer buffer_alloc functions for
12330           test purposes.
12331         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12332         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12333         (gst_ximagesink_show_frame):
12334         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12335         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12336         (gst_xvimagesink_show_frame):
12337           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12338           fails gracefully instead of XError aborting or deadlocking.
12339
12340 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12341
12342         * ext/libvisual/Makefile.am:
12343           link against gst-base-libs
12344
12345 2005-09-06  David Schleef  <ds@schleef.org>
12346
12347         * configure.ac: Enable libvisual plugin.
12348         * ext/libvisual/Makefile.am:
12349         * ext/libvisual/visual.c: Fixes to make it compile.
12350
12351 === release 0.9.2 ===
12352
12353 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12354
12355         * NEWS:
12356         * RELEASE:
12357         * configure.ac:
12358         * docs/random/ChangeLog-0.8:
12359           releasing 0.9.2, "Spoon"
12360
12361 2005-09-05  Michael Smith <msmith@fluendo.com>
12362
12363         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12364           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12365           that in the vorbisenc element.
12366
12367 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12368
12369         * common/gtk-doc-plugins.mak:
12370         * docs/plugins/Makefile.am:
12371           fix distcheck
12372         * gst/audioresample/resample.c:
12373           fix wrong docstring
12374
12375 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12376
12377         * common/gst-xmlinspect.py:
12378         * common/gtk-doc-plugins.mak:
12379           only inspect plugins for this given package
12380           require gst-python 0.9
12381
12382 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * Makefile.am:
12385         * autogen.sh:
12386         * common/gst-xmlinspect.py:
12387         * configure.ac:
12388         * docs/Makefile.am:
12389         * docs/plugins/inspect/plugin-alsa.xml:
12390         * docs/plugins/inspect/plugin-audioresample.xml:
12391         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12392         * docs/plugins/inspect/plugin-ogg.xml:
12393         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12394         * docs/plugins/tmpl/element-multifdsink.sgml:
12395         * docs/plugins/tmpl/element-tcpserversink.sgml:
12396         * docs/plugins/tmpl/element-vorbisenc.sgml:
12397         * gst-plugins-base.spec.in:
12398           various doc-related updates
12399
12400 2005-08-31  Wim Taymans  <wim@fluendo.com>
12401
12402         * gst-libs/gst/audio/gstbaseaudiosink.c:
12403         (gst_base_audio_sink_render):
12404         Resync if the buffer timestamps drift more than a 10th 
12405         of a second.
12406
12407 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12410         (gst_v4lsrc_get_property):
12411           The 'timestamp-offset' property is registered as an int64, so
12412           let's use g_value_{set|get}_int64() in our setter and getter
12413           functions (makes it work and fixes warnings with gst-inspect).
12414
12415 2005-08-30  Wim Taymans  <wim@fluendo.com>
12416
12417         * check/elements/audioconvert.c: (setup_audioconvert):
12418         * check/elements/audioresample.c: (setup_audioresample):
12419         * check/elements/volume.c: (setup_volume):
12420         Fix checks.
12421
12422 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12423
12424         * common/gtk-doc-plugins.mak:
12425         * common/plugins.xsl:
12426         * docs/plugins/Makefile.am:
12427           make module a param
12428
12429 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12430
12431         * examples/seeking/seek.c: (make_mp3_pipeline),
12432         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12433         (play_cb), (pause_cb), (stop_cb):
12434           update the example
12435
12436 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12437
12438         * gst/volume/gstvolume.c: (gst_volume_class_init),
12439         (volume_transform):
12440           do not update controlled params, if buffer has no timestamp
12441
12442 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12443
12444         * configure.ac:
12445         * gst/sine/Makefile.am:
12446         * gst/volume/Makefile.am:
12447           controllerized elements also need to link against controller-libs ;)
12448
12449 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12450
12451         * docs/libs/tmpl/gstcolorbalance.sgml:
12452         * docs/libs/tmpl/gstgconf.sgml:
12453         * docs/libs/tmpl/gstmixer.sgml:
12454         * docs/libs/tmpl/gstringbuffer.sgml:
12455         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12456         (gst_sinesrc_create):
12457         * gst/volume/gstvolume.c: (gst_volume_class_init),
12458         (volume_transform):
12459           controllerized two audio plugins
12460
12461 2005-08-29  Andy Wingo  <wingo@pobox.com>
12462
12463         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12464         (vorbis_handle_data_packet): Fix some int overflow errors.
12465
12466         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12467         -1.
12468         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12469         valid.
12470         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12471         if it's valid. Fixed streaming-mode playback.
12472
12473         * check/elements/volume.c (cleanup_volume): Fix for running
12474         CK_FORK=no.
12475
12476         * check/elements/audioconvert.c: Convert from native endian, not
12477         little endian.
12478
12479 2005-08-29  Michael Smith <msmith@fluendo.com>
12480
12481         * ext/ogg/Makefile.am:
12482         * ext/ogg/gstogg.c: (plugin_init):
12483         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12484         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12485         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12486         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12487         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12488         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12489         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12490         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12491         Add an ogg parser element.
12492
12493 2005-08-28  Andy Wingo  <wingo@pobox.com>
12494
12495         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12496
12497 2005-08-26  Wim Taymans  <wim@fluendo.com>
12498
12499         * gst/audioconvert/audioconvert.c: (if), (float),
12500         (audio_convert_get_func_index), (check_default),
12501         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12502         (audio_convert_clean_context), (audio_convert_get_sizes),
12503         (audio_convert_convert):
12504         Cleanups.
12505
12506 2005-08-26  Wim Taymans  <wim@fluendo.com>
12507
12508         * gst/audioconvert/audioconvert.c: (if), (float),
12509         (audio_convert_get_func_index), (check_default),
12510         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12511         (audio_convert_clean_context), (audio_convert_get_sizes),
12512         (audio_convert_convert):
12513         More elegant and working temp buffer selection algo.
12514
12515 2005-08-26  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/audioconvert/audioconvert.c: (if), (float),
12518         (audio_convert_get_func_index), (check_default),
12519         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12520         (audio_convert_clean_context), (audio_convert_get_sizes),
12521         (get_temp_buffer), (audio_convert_convert):
12522         Use realloc else we lose our original data.
12523
12524 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12525
12526         * gst/audioresample/gstaudioresample.c:
12527           use base class' newsegment to properly timestamp
12528
12529 2005-08-26  Wim Taymans  <wim@fluendo.com>
12530
12531         * gst/audioconvert/audioconvert.c: (if), (float),
12532         (audio_convert_get_func_index), (check_default),
12533         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12534         (audio_convert_clean_context), (audio_convert_get_sizes),
12535         (get_temp_buffer), (audio_convert_convert):
12536         * gst/audioconvert/gstaudioconvert.c:
12537         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12538         (gst_audio_convert_transform_caps),
12539         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12540         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12541         Oops, allocate enough space to perform the channel mix.
12542
12543 2005-08-26  Wim Taymans  <wim@fluendo.com>
12544
12545         * gst/audioconvert/Makefile.am:
12546         * gst/audioconvert/audioconvert.c: (if), (float),
12547         (audio_convert_get_func_index), (check_default),
12548         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12549         (audio_convert_clean_context), (audio_convert_get_sizes),
12550         (get_temp_buffer), (audio_convert_convert):
12551         * gst/audioconvert/audioconvert.h:
12552         * gst/audioconvert/gstaudioconvert.c:
12553         (gst_audio_convert_class_init), (gst_audio_convert_init),
12554         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12555         (gst_audio_convert_get_unit_size),
12556         (gst_audio_convert_transform_caps),
12557         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12558         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12559         * gst/audioconvert/gstaudioconvert.h:
12560         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12561         (gst_channel_mix_fill_identical),
12562         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12563         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12564         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12565         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12566         (gst_channel_mix_mix):
12567         * gst/audioconvert/gstchannelmix.h:
12568         Cleanups, librarify a bit, optimize, better negotiation and more.
12569
12570 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12571
12572         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12573         Another from MikeS:
12574         During typefinding, don't support negative offsets
12575         (offsets from the end of the stream) in our typefind->peek() function
12576         - nothing embedded in ogg ever needs them. However, we need to recognise
12577         those requests and reject them, otherwise we return invalid pointers.
12578
12579 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12580
12581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12582         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12583         (vorbisdec_finalize), (vorbis_handle_type_packet):
12584           Big shout-out to MikeS for fixing this giant memory leak.
12585           Huzzah!
12586
12587 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12588
12589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12590         (audio_convert_get_unit_size):
12591           plug some leaks
12592
12593 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12594
12595         * check/Makefile.am:
12596         * check/elements/audioconvert.c: (setup_audioconvert),
12597         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12598         (GST_START_TEST), (audioconvert_suite), (main):
12599           add a test for audioconvert
12600         * gst/audioresample/gstaudioresample.c:
12601         * gst/audioresample/gstaudioresample.h:
12602           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12603           note that for buffers of 1/3 sec this means DURATION(c) is 
12604           one nanosecond more than for a and b
12605
12606 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12607
12608         * check/Makefile.am:
12609         * check/elements/audioresample.c: (setup_audioresample),
12610         (cleanup_audioresample), (fail_unless_perfect_stream),
12611         (test_perfect_stream_instance), (GST_START_TEST),
12612           add a check for audioresample
12613         (audioresample_suite), (main):
12614         * check/elements/volume.c: (GST_START_TEST):
12615           remove unused method
12616         * gst/audioresample/gstaudioresample.c:
12617           set correct buffer parameters since we're changing them
12618         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12619           add some debug
12620
12621 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12622
12623         * gst/audioresample/debug.c:
12624         * gst/audioresample/gstaudioresample.c:
12625           add room for extra overlap samples when asked to transform size
12626           protect against possible mem corruption and check for discrepancies
12627           between written size and outbuffer's size so we can warn for
12628           potential problems
12629         * gst/audioresample/resample.c: (resample_init),
12630         (resample_get_output_size_for_input), (resample_get_output_size),
12631         (resample_set_n_channels), (resample_set_format):
12632           set debug level based on RESAMPLE_DEBUG env var
12633           make sure that get_output_size* returns a whole number of
12634           sample_size
12635           set sample_size each time either channel or format is set
12636         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12637         * gst/audioresample/resample_functable.c:
12638         (resample_scale_functable):
12639         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12640           remove r->sample_size, it's done in resample.c now
12641           add some debugging to the ref implementation
12642           make sure we only give back bytes that are wholes of the sample
12643           size
12644
12645 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12646         * gst/playback/gstplaybasebin.c: (fill_buffer):
12647         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12648
12649 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12650
12651         * gst/volume/gstvolume.c:
12652           made set_caps function static
12653
12654 2005-08-24  Wim Taymans  <wim@fluendo.com>
12655
12656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12657         (gst_vorbisenc_change_state):
12658         Stop leaking taglists.
12659
12660 2005-08-24  Wim Taymans  <wim@fluendo.com>
12661
12662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12663         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12664         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12665         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12666         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12667         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12668         Parse seeking events better.
12669         Unref static caps.
12670         Generate correct newsegment events, fixes seeking in live oggs.
12671
12672         * ext/theora/theoradec.c: (theora_dec_src_query),
12673         (theora_dec_src_event), (theora_dec_src_getcaps),
12674         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12675         Use newsegment values to report correct play time.
12676
12677         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12678         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12679         * ext/vorbis/vorbisdec.h:
12680         Parse and use newsegment values to report correct play time.
12681
12682         * gst-libs/gst/audio/gstbaseaudiosink.c:
12683         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12684         Clear ringbuffer on flush.
12685         Use newsegment values to calculate playback time.
12686
12687         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12689         Basesink does newsegment calculations for us now.
12690
12691 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12692
12693         * check/Makefile.am:
12694         * configure.ac:
12695           add core's plugins to the mix so that playbin works
12696         * check/generic/states.c: (GST_START_TEST):
12697           set a 0 timeout on pipelines, so they don't force the next
12698           state change
12699         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12700         (gst_play_base_bin_change_state):
12701           remove the crappy error handling and do GST error handling
12702
12703 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12704
12705         * check/Makefile.am:
12706         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12707           add same test as to core, it bitches out on playbin atm.
12708
12709 2005-08-24  Wim Taymans  <wim@fluendo.com>
12710
12711         * configure.ac:
12712         Remove audioscale.
12713
12714 2005-08-24  Wim Taymans  <wim@fluendo.com>
12715
12716         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12717         (gst_videoscale_prepare_size), (parse_caps),
12718         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12719         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12720         (gst_videoscale_transform):
12721         * gst/videoscale/gstvideoscale.h:
12722         Refactor, make use of BaseTranform really well.
12723
12724 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12725
12726         * configure.ac:
12727           compile audioresample
12728         * gst/audioresample/Makefile.am:
12729         * gst/audioresample/buffer.c:
12730         * gst/audioresample/functable.c:
12731         * gst/audioresample/gstaudioresample.c:
12732         * gst/audioresample/gstaudioresample.h:
12733         * gst/audioresample/resample.c:
12734         (resample_get_output_size_for_input):
12735         * gst/audioresample/resample.h:
12736         * gst/audioresample/resample_chunk.c:
12737         * gst/audioresample/resample_functable.c:
12738         * gst/audioresample/resample_ref.c:
12739           port to use basetransform; doesn't work in all cases yet
12740
12741 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12742
12743         * gst/audioconvert/gstaudioconvert.c:
12744         (gst_audio_convert_class_init), (gst_audio_convert_init),
12745         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12746         (audio_convert_fixate_caps), (audio_convert_set_caps),
12747         (audio_convert_transform),
12748         (gst_audio_convert_buffer_to_default_format),
12749         (gst_audio_convert_buffer_from_default_format),
12750         (gst_audio_convert_channels):
12751         * gst/audioconvert/gstchannelmix.c:
12752         * gst/audioconvert/gstchannelmix.h:
12753           port to basetransform
12754         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12755         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12756         (gst_ffmpegcsp_get_unit_size):
12757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12758         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12759           fix for basetransform changes
12760
12761 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12762
12763         * check/Makefile.am:
12764           Add CHECK_CFLAGS and LDFLAGS
12765
12766         * gst/playback/gstplaybasebin.c: (fill_buffer):
12767           GST_MESSAGE_SRC became a GObject
12768
12769 2005-08-24  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12772         (gst_ring_buffer_clear_all):
12773         * gst-libs/gst/audio/gstringbuffer.h:
12774         Added function to clear the ringbuffer.
12775
12776 2005-08-24  Andy Wingo  <wingo@pobox.com>
12777
12778         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12779         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12780         of _open and _close.
12781
12782         * sys/v4l/gstv4lxoverlay.h:
12783         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12784         an Xv connection here, instead of all the time. Make Xv only be
12785         loaded if you axe for it. Kindof a workaround for buggy behaviour
12786         of Xv when using remote xservers (XvQueryExtension would block).
12787         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12788         replace the _open and _close public API. Only start the xv
12789         connection if necessary.
12790         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12791
12792 2005-08-23  David Schleef  <ds@schleef.org>
12793
12794         * gst/audioresample/Makefile.am: Leet audioresampling code
12795         * gst/audioresample/buffer.c:
12796         * gst/audioresample/buffer.h:
12797         * gst/audioresample/debug.c:
12798         * gst/audioresample/debug.h:
12799         * gst/audioresample/functable.c:
12800         * gst/audioresample/functable.h:
12801         * gst/audioresample/gstaudioresample.c:
12802         * gst/audioresample/gstaudioresample.h:
12803         * gst/audioresample/resample.c:
12804         * gst/audioresample/resample.h:
12805         * gst/audioresample/resample_chunk.c:
12806         * gst/audioresample/resample_functable.c:
12807         * gst/audioresample/resample_ref.c:
12808
12809 2005-08-23  Wim Taymans  <wim@fluendo.com>
12810
12811         * examples/seeking/seek.c: (make_vorbis_pipeline),
12812         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12813         Small seek updates.
12814
12815 2005-08-23  Andy Wingo  <wingo@pobox.com>
12816
12817         * gst-libs/gst/audio/gstbaseaudiosrc.c
12818         (gst_base_audio_src_fixate): Only fixate endianness if it is
12819         present in the caps.
12820
12821 2005-08-22  Andy Wingo  <wingo@pobox.com>
12822
12823         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12824         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12825         device-name property.
12826
12827         * gst-libs/gst/audio/gstaudiosrc.h:
12828         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12829         close_device in the ring buffer, like gstaudiosink.
12830
12831         * ext/alsa/gstalsamixer.h:
12832         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12833         macro to implement the interface without much code. Cleanups. 
12834
12835         * ext/alsa/gstalsasrc.h:
12836         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12837         READY.
12838
12839         * ext/alsa/Makefile.am: Add new files.
12840         * ext/alsa/gstalsamixerelement.c: 
12841         * ext/alsa/gstalsamixerelement.c: Split element code out from
12842         mixer code so that alsasrc can be a mixer too.
12843
12844 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12845
12846         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12847         (GST_START_TEST):
12848         * check/elements/vorbisdec.c: (setup_vorbisdec),
12849         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12850         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12851         (vorbis_handle_identification_packet),
12852         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12853         (vorbis_handle_header_packet), (vorbis_dec_push),
12854         (vorbis_dec_chain):
12855           use the setup/teardown methods to save code.  save code is good.
12856
12857 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12858
12859         * check/Makefile.am:
12860           add ext dir for plugins
12861           add vorbisdec test conditionally
12862         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12863         (GST_START_TEST), (volume_suite):
12864           add a test with wrong caps
12865         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12866         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12867           add a vorbisdec test
12868         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12869         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12870           clean up debug output
12871         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12872           yay, fix a segfault/security issue in vorbisdec
12873           gst-launch fakesrc ! vorbisdec wasn't happy
12874         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12875         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12876         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12877         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12878         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12879         (gst_vorbisenc_set_metadata), (get_constraints_string),
12880         (update_start_message), (gst_vorbisenc_setup),
12881         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12882         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12883         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12884         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12885         * ext/vorbis/vorbisenc.h:
12886           march in line
12887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12888         (gst_ffmpegcsp_transform):
12889           have the kow come home
12890         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12891           debug my func ptr
12892         * gst/volume/gstvolume.c: (volume_set_caps):
12893           add a debug
12894
12895 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12896
12897         * Makefile.am:
12898         * check/.cvsignore:
12899         * check/Makefile.am:
12900         * check/elements/.cvsignore:
12901         * check/elements/volume.c: (chain_func), (event_func),
12902         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12903         (main):
12904         * configure.ac:
12905           add unit test structure for gst-plugins-base
12906           add a test for volume
12907         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12908         (gst_volume_set_volume), (gst_volume_get_volume),
12909         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12910         (volume_funcfind), (volume_process_float), (volume_process_int16),
12911         (volume_set_caps), (volume_transform), (volume_update_mute),
12912         (volume_update_volume), (volume_set_property),
12913         (volume_get_property):
12914           document a little; use basetransform vmethod _set_caps
12915
12916 2005-08-19  Andy Wingo  <wingo@pobox.com>
12917
12918         * ext/alsa/gstalsamixertrack.h:
12919         * ext/alsa/gstalsamixertrack.c:
12920         * ext/alsa/gstalsamixeroptions.h:
12921         * ext/alsa/gstalsamixeroptions.c:
12922         * ext/alsa/gstalsamixer.h:
12923         * ext/alsa/gstalsamixer.c: Port to 0.9.
12924
12925         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12926         Remove gstalsa.c and alsaclock. No more cruft here.
12927         
12928 2005-08-18  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12931         (gst_base_rtp_depayload_chain),
12932         (gst_base_rtp_depayload_add_to_queue),
12933         (gst_base_rtp_depayload_push),
12934         (gst_base_rtp_depayload_queue_release):
12935         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12936         Fix for RTPBuffer changes.
12937
12938         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12939         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12940         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12941         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12942         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12943         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12944         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12945         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12946         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12947         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12948         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12949         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12950         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12951         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12952         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12953         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12954         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12955         (gst_rtpbuffer_get_payload):
12956         * gst-libs/gst/rtp/gstrtpbuffer.h:
12957         Don't subclass GstBuffer but add methods and helper functions
12958         to construct and manipulate RTP packets in regular GstBuffers.
12959
12960 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12961
12962         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12963           moved statement below switch
12964         * gst/volume/gstvolume.c: (gst_volume_class_init):
12965           added debug ptr
12966
12967 2005-08-16  Wim Taymans  <wim@fluendo.com>
12968
12969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12970         (gst_base_audio_src_change_state):
12971         Open and close device in READY<->NULL state change.
12972
12973 2005-08-16  Andy Wingo  <wingo@pobox.com>
12974
12975         * examples/seeking/Makefile.am: Don't compile non-compiling
12976         compiled objects with the compiler.
12977
12978         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12979         elements.
12980
12981 2005-08-12  Philippe Khalaf <burger@speedy.org>
12982         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12983         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12984           Made a thread to release the queue.
12985           Removed timestamp conversion for now.
12986
12987 2005-08-10  Philippe Khalaf <burger@speedy.org>
12988         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12989         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12990           Added rtp timestamp -> gst timestamp conversion.
12991           Fixed several problems with queue.
12992
12993 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * gst-libs/gst/audio/gstaudioclock.h:
12996         * gst-libs/gst/audio/gstaudiofilter.h:
12997         * gst-libs/gst/audio/gstaudiosink.h:
12998         * gst-libs/gst/audio/gstaudiosrc.h:
12999         * gst-libs/gst/audio/gstbaseaudiosink.h:
13000         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13001         * gst-libs/gst/audio/gstringbuffer.h:
13002         * gst-libs/gst/net/gstnetbuffer.h:
13003         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13004         * gst-libs/gst/rtp/gstrtpbuffer.h:
13005           Add padding (you will need to rebuild gst-plugins-base,
13006           gst-plugins and all applications afterwards!)
13007
13008 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13009
13010         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13011         (gst_riff_parse_chunk):
13012           Fix bug in debug message and add some more debug messages.
13013
13014 2005-08-08  Edward Hervey  <edward@fluendo.com>
13015
13016         * gst-libs/gst/riff/riff-media.c:
13017         backported updates since branch
13018
13019 2005-08-08  Andy Wingo  <wingo@pobox.com>
13020
13021         * gst-libs/gst/audio/gstbaseaudiosink.c
13022         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13023         like good elements should. Close on READY->NULL too.
13024
13025         * gst-libs/gst/audio/gstaudiosink.c
13026         (gst_audioringbuffer_open_device,
13027         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13028         (gst_audioringbuffer_release): Updates for new ring buffer API,
13029         hook into the new audio sink api.
13030
13031         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13032         (GstAudioSinkClass.close): Just open and close the device -- no
13033         resource allocation or configuration.
13034         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13035         vmethods, handle device setup and resource allocation.
13036
13037         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13038         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13039         base class API.
13040
13041         * gst-libs/gst/audio/gstringbuffer.h
13042         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13043         New vmethods.
13044
13045         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13046         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13047         New API functions. The device should be opened before acquiring
13048         and closed after releasing.
13049
13050 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13051
13052         * gst-libs/gst/interfaces/mixer.h:
13053           Reset padding to GST_PADDING.
13054
13055 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13056
13057         * gst/playback/gstplaybin.c: (remove_sinks):
13058           Remove visualization from parent explicitely; works around some
13059           apparent refcount issue that I haven't tracked down yet.
13060
13061 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13062
13063         * ext/alsa/gstalsasink.c: (set_hwparams):
13064           Assign debug category, add negotiation debug msgs.
13065
13066 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13067
13068         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13069           Fix error code for file-not-found to NOT_FOUND.
13070
13071 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13072
13073         * common/gtk-doc-plugins.mak:
13074         * docs/plugins/Makefile.am:
13075         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13076         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13077           renamed to actual element names, so much nicer to look at
13078         * docs/plugins/tmpl/gstmultifdsink.sgml:
13079           remove
13080         * docs/plugins/tmpl/multifdsink.sgml:
13081         * docs/plugins/tmpl/tcpserversink.sgml:
13082           add
13083         * ext/alsa/gstalsa.c:
13084         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13085         * ext/ogg/gstoggmux.c:
13086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13087         * gst/playback/gstdecodebin.c:
13088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13089         * gst/tcp/gsttcpserversink.c:
13090           various fixes and documentation additions
13091
13092 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13093
13094         * common/Makefile.am:
13095         * common/gstdoc-scangobj:
13096         * common/gtk-doc-plugins.mak:
13097         * common/gtk-doc.mak:
13098           add a custom scangobj that uses the registry
13099           add a custom gtk-doc-plugins.mak that uses it
13100           some doc build fixes
13101         * configure.ac:
13102         * docs/Makefile.am:
13103         * docs/plugins/Makefile.am:
13104         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13105         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13106         * docs/plugins/gst-plugins-base-plugins.types:
13107         * docs/plugins/tmpl/gstmultifdsink.sgml:
13108           add docs for one element, multifdsink
13109         * gst/adder/gstadder.h:
13110         * gst/volume/gstvolume.h:
13111           don't privatize enum
13112         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13113         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13114         (gst_sync_method_get_type), (gst_client_status_get_type),
13115         (gst_multifdsink_class_init),
13116         (gst_multifdsink_client_queue_buffer),
13117         (gst_multifdsink_handle_client_write):
13118         * gst/tcp/gstmultifdsink.h:
13119         * gst/tcp/gsttcp.h:
13120         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13121         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13122         (gst_tcpclientsink_render):
13123         * gst/tcp/gsttcpclientsink.h:
13124         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13125         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13126         (gst_tcpclientsrc_start):
13127         * gst/tcp/gsttcpclientsrc.h:
13128         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13129         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13130         * gst/tcp/gsttcpserversrc.h:
13131         * gst/typefind/gsttypefindfunctions.c:
13132           remove superfluous Type stuff
13133
13134 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13135
13136         * gst/playback/gstplaybin.c: (gen_video_element):
13137           Enable videoscale.
13138
13139 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13140
13141         * gst-libs/gst/gconf/gconf.c:
13142         * gst-libs/gst/gconf/gconf.h:
13143           Fix some Andy Problem [tm].
13144
13145 2005-08-04  Andy Wingo  <wingo@pobox.com>
13146
13147         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13149         (gst_ffmpegcsp_get_size): Adapt to API changes.
13150
13151         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13152         Implement an in-place do-nothing transform.
13153
13154 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13155
13156         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13157         (gst_ximagesink_renegotiate_size):
13158           Do not set new window sizes yet if we prepare a new buffer size
13159           for upstream renegotiation (software scaling) at some point in the
13160           future, because this new size waqs not actually accepted yet. Once
13161           accepted, renegotiation later on will set the new sizes just fine.
13162           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13163           embedding testcase.
13164
13165 2005-08-03  Andy Wingo  <wingo@pobox.com>
13166
13167         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13168         (gst_ximagesink_buffer_alloc): 
13169         Protect the height, width, and desired_caps with the pool_lock.
13170         Fixes videotestsrc ! queue ! ximagesink.
13171
13172 2005-08-02  Edward Hervey  <edward@fluendo.com>
13173
13174         * gst/volume/gstvolume.c:
13175         include left from controller cleanup
13176
13177 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13179           Stop collectpads before calling the parent state
13180           change function on PAUSED->READY.
13181
13182 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13183         * configure.ac:
13184           When testing for X libs, use the X CFlags 
13185         * gst/adder/gstadder.c: (gst_adder_change_state):
13186           Stop the collectpads before calling parent state change function
13187           on PAUSED->READY, otherwise we deadlock deactivating pads.
13188
13189 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13190
13191         * configure.ac:
13192         * docs/libs/tmpl/gstcolorbalance.sgml:
13193         * docs/libs/tmpl/gstmixer.sgml:
13194         * examples/Makefile.am:
13195         * gst/sine/Makefile.am:
13196         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13197         (gst_sinesrc_set_property), (plugin_init):
13198         * gst/sine/gstsinesrc.h:
13199         * gst/volume/Makefile.am:
13200         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13201         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13202         (volume_process_float), (volume_process_int16),
13203         (volume_set_property), (plugin_init):
13204         * gst/volume/gstvolume.h:
13205           deactivate and remove dparams (libgstcontrol)
13206
13207 2005-07-29  Wim Taymans  <wim@fluendo.com>
13208
13209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13210         Convert me to BaseTransform!! help..
13211
13212 2005-07-29  Andy Wingo  <wingo@pobox.com>
13213
13214         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13215         sinks.
13216
13217         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13218         support of both endiannesses.
13219
13220 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13223           Fix confusing debug message (s/event/query/)
13224
13225 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13226
13227         * gst/videotestsrc/videotestsrc.h:
13228           Use "_stdint.h" instead of <stdint.h>
13229
13230 2005-07-27  Wim Taymans  <wim@fluendo.com>
13231
13232         * ext/vorbis/Makefile.am:
13233         Revert wrong commit.
13234
13235 2005-07-27  Wim Taymans  <wim@fluendo.com>
13236
13237         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13238         More compilation fixen.
13239
13240 2005-07-27  Wim Taymans  <wim@fluendo.com>
13241
13242         * gst-libs/gst/audio/gstbaseaudiosink.c:
13243         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13244         (gst_base_audio_sink_create_ringbuffer),
13245         (gst_base_audio_sink_change_state):
13246         Fix compilation.
13247
13248 2005-07-27  Wim Taymans  <wim@fluendo.com>
13249
13250         * examples/seeking/seek.c: (setup_dynamic_link),
13251         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13252         (query_positions_elems), (query_positions_pads), (do_seek):
13253         Update seek example.
13254
13255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13256         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13257         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13258         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13259         (gst_ogg_demux_handle_event),
13260         (gst_ogg_demux_deactivate_current_chain),
13261         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13262         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13263         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13264         (gst_ogg_demux_loop):
13265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13266         * ext/theora/theoradec.c: (theora_dec_src_event),
13267         (theora_dec_src_getcaps), (theora_dec_sink_event),
13268         (theora_dec_push), (theora_dec_chain):
13269         * ext/vorbis/Makefile.am:
13270         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13271         (vorbis_dec_sink_event), (vorbis_dec_push),
13272         (vorbis_handle_data_packet):
13273         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13274         (gst_vorbisenc_chain):
13275         * gst/playback/gststreaminfo.c: (cb_probe):
13276         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13277         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13278         * gst/videoscale/gstvideoscale.c:
13279         (gst_videoscale_handle_src_event):
13280         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13281         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13282         (gst_ximagesink_navigation_send_event):
13283         * sys/xvimage/xvimagesink.c:
13284         (gst_xvimagesink_navigation_send_event):
13285         Various event updates and cleanups
13286
13287 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13288
13289         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13290           Fix segfault for I420/YV12.
13291
13292 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13293
13294         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13295           Report bitrate.
13296
13297 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13298
13299         * gst/playback/gstplaybin.c: (gen_video_element),
13300         (gen_audio_element):
13301           Switch to auto*sink elements as default sinks; add volume element
13302           so that volume control in totem works.
13303
13304 2005-07-21  Wim Taymans  <wim@fluendo.com>
13305
13306         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13307         * gst/playback/gstplaybin.c: (setup_sinks),
13308         (gst_play_bin_change_state):
13309         Refcount fix and more comments.
13310
13311 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13312
13313         * sys/ximage/Makefile.am:
13314         * sys/ximage/ximage.c: (plugin_init):
13315         * sys/ximage/ximagesink.c:
13316         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13317         
13318
13319 2005-07-21  Wim Taymans  <wim@fluendo.com>
13320
13321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13322         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13323         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13324         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13325         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13326         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13327         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13328         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13329         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13330         Generate correct disconts for live chained oggs.
13331
13332         * gst-libs/gst/audio/gstbaseaudiosink.c:
13333         (gst_base_audio_sink_render),
13334         (gst_base_audio_sink_create_ringbuffer),
13335         (gst_base_audio_sink_change_state):
13336         Handle discont math correctly.
13337
13338         * gst/playback/gstplaybin.c: (add_sink):
13339         Some small debug cleanup.
13340
13341 2005-07-21  Wim Taymans  <wim@fluendo.com>
13342
13343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13344         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13345         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13346         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13347         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13348         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13349         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13350         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13351         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13352         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13353         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13354         (gst_ogg_demux_change_state), (gst_ogg_print):
13355         Reorganize code to send the right disconts when in streaming
13356         mode.
13357
13358 2005-07-20  Andy Wingo  <wingo@pobox.com>
13359
13360         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13361         fix (?), fixes a seggie mcfalterson (#310894).
13362
13363 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13364
13365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13366         (gst_ogg_mux_set_header_on_caps):
13367         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13369         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13370         * gst-libs/gst/audio/multichannel.c:
13371         (gst_audio_set_channel_positions),
13372         (gst_audio_set_structure_channel_positions_list):
13373         * gst/playback/gstdecodebin.c: (dynamic_create):
13374         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13375         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13376           Fixes for API changes in core.
13377
13378 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13379
13380         * gst/playback/gstplaybasebin.c: (fill_buffer):
13381           Use _new_custom() so we can set custom message types for buffering
13382           messages.
13383
13384 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13385
13386         * configure.ac:
13387         * gst-libs/gst/Makefile.am:
13388         * gst-libs/gst/gconf/.cvsignore:
13389         * gst-libs/gst/gconf/Makefile.am:
13390         * gst-libs/gst/gconf/test-gconf.c:
13391         * pkgconfig/Makefile.am:
13392         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13393         * pkgconfig/gstreamer-gconf.pc.in:
13394           Remove gconf stuff, use gconf elements instead from now on.
13395
13396 2005-07-20  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst-libs/gst/audio/TODO:
13399         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13400         (gst_audio_clock_get_internal_time):
13401         * gst-libs/gst/audio/gstaudioclock.h:
13402         * gst-libs/gst/audio/gstbaseaudiosink.c:
13403         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13404         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13405         (gst_base_audio_sink_render),
13406         (gst_base_audio_sink_create_ringbuffer),
13407         (gst_base_audio_sink_change_state):
13408         Make sure the audio clock always returns an increasing value.
13409
13410 2005-07-19  Andy Wingo  <wingo@pobox.com>
13411
13412         * gst/videotestsrc/: Cleanups.
13413
13414 2005-07-19  Wim Taymans  <wim@fluendo.com>
13415
13416         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13417         Better debugging.
13418
13419 2005-07-19  Wim Taymans  <wim@fluendo.com>
13420
13421         * examples/seeking/seek.c: (make_dv_pipeline),
13422         (make_vorbis_theora_pipeline), (query_rates),
13423         (query_positions_elems), (query_positions_pads), (do_seek):
13424         Make correct DV pipeline.
13425
13426 2005-07-18  Andy Wingo  <wingo@pobox.com>
13427
13428         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13429         default. Also because it's the only thing that really works. (This
13430         is used in the GConf elements).
13431         Use AS_LIBTOOL_TAGS.
13432
13433 2005-07-18  Wim Taymans  <wim@fluendo.com>
13434
13435         * gst/playback/gstdecodebin.c: (remove_element_chain):
13436         * gst/playback/gstplaybin.c: (add_sink):
13437         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13438         (gst_stream_info_set_mute):
13439         * gst/playback/gststreamselector.c:
13440         (gst_stream_selector_get_linked_pad),
13441         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13442         More leak and compile fixes.
13443
13444 2005-07-18  Wim Taymans  <wim@fluendo.com>
13445
13446         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13447         (query_rates), (query_positions_elems), (query_positions_pads),
13448         (do_seek), (seek_cb), (stop_seek):
13449         Updated seek example. 
13450
13451         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13452         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13453         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13454         * gst/playback/gstplaybin.c: (add_sink):
13455         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13456         (gst_stream_info_set_mute):
13457         Some refcount leak fixes.
13458
13459 2005-07-16  Wim Taymans  <wim@fluendo.com>
13460
13461         * gst-libs/gst/audio/gstbaseaudiosink.c:
13462         (gst_base_audio_sink_render):
13463         Align samples even if we have roundoff errors in the 
13464         timestamp conversion.
13465
13466 2005-07-16  Wim Taymans  <wim@fluendo.com>
13467
13468         * docs/libs/tmpl/gstringbuffer.sgml:
13469         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13470         (query_rates), (query_positions_elems), (query_positions_pads),
13471         (update_scale), (do_seek):
13472         Updated seek example.
13473
13474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13475         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13476         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13477         (gst_ogg_demux_loop):
13478         Push out correct discont values.
13479
13480         * ext/theora/theoradec.c: (theora_dec_src_convert),
13481         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13482         (theora_dec_sink_event), (theora_handle_type_packet),
13483         (theora_handle_header_packet), (theora_dec_push),
13484         (theora_handle_data_packet), (theora_dec_chain),
13485         (theora_dec_change_state):
13486         Better timestamping.
13487
13488         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13489         (vorbis_dec_sink_event), (vorbis_dec_push),
13490         (vorbis_handle_data_packet), (vorbis_dec_chain):
13491         * ext/vorbis/vorbisdec.h:
13492         Better timestamping.
13493
13494         * gst-libs/gst/audio/gstbaseaudiosink.c:
13495         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13496         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13497         Handle syncing on timestamps instead of sample offsets. Make
13498         use of DISCONT values as described in design docs.
13499
13500         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13501         (gst_base_audio_src_get_time):
13502         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13503         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13504         (gst_ring_buffer_read):
13505         * gst-libs/gst/audio/gstringbuffer.h:
13506         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13507         (gst_ximagesink_show_frame):
13508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13509         Correcly convert buffer timestamp to stream time.
13510
13511 2005-07-16  Wim Taymans  <wim@fluendo.com>
13512
13513         * gst/audioconvert/gstaudioconvert.c:
13514         (gst_audio_convert_get_buffer):
13515         Timestamp buffers correctly.
13516
13517         * gst/playback/gstplaybin.c: (gen_video_element):
13518         Make internal fakesink silent.
13519
13520 2005-07-15  Wim Taymans  <wim@fluendo.com>
13521
13522         * gst/ffmpegcolorspace/Makefile.am:
13523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13524         (gst_ffmpegcsp_caps_remove_format_info),
13525         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13526         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13527         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13528         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13529         Ported ffmpegcolorspace to basetransform.
13530
13531         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13532         * gst/volume/gstvolume.c: (volume_transform):
13533         Ported to new API.
13534
13535 2005-07-14  Wim Taymans  <wim@fluendo.com>
13536
13537         * gst/videotestsrc/Makefile.am:
13538         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13539         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13540         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13541         (gst_videotestsrc_init), (gst_videotestsrc_event),
13542         (gst_videotestsrc_create), (gst_videotestsrc_start),
13543         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13544         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13545         (gst_videotestsrc_get_property):
13546         * gst/videotestsrc/gstvideotestsrc.h:
13547         Make videotestsrc a pushsrc.
13548
13549 2005-07-14  Wim Taymans  <wim@fluendo.com>
13550
13551         * gst/tcp/gstfdset.c: (gst_fdset_free):
13552         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13553         (gst_multifdsink_add), (gst_multifdsink_remove),
13554         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13555         (gst_multifdsink_remove_client_link),
13556         (gst_multifdsink_client_queue_data),
13557         (gst_multifdsink_client_queue_caps),
13558         (gst_multifdsink_client_queue_buffer),
13559         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13560         (gst_multifdsink_stop):
13561         * gst/tcp/gstmultifdsink.h:
13562         0.8 backporting.
13563
13564         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13565         Also draw image when not from a pool.
13566
13567 2005-07-14  Wim Taymans  <wim@fluendo.com>
13568
13569         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13570         (mute_stream), (silence_stream):
13571         Small debug additions.
13572
13573 2005-07-14  Wim Taymans  <wim@fluendo.com>
13574
13575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13576         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13577         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13578         Better error recovery, ignore unconnected pads and
13579         non-fatal errors.
13580
13581 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13582
13583         * docs/libs/tmpl/gstaudio.sgml:
13584         * docs/libs/tmpl/gstcolorbalance.sgml:
13585         * docs/libs/tmpl/gstgconf.sgml:
13586         * docs/libs/tmpl/gstmixer.sgml:
13587         * docs/libs/tmpl/gstringbuffer.sgml:
13588         * docs/libs/tmpl/gsttuner.sgml:
13589         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13590         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13591         (gst_tcpclientsrc_class_init):
13592         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13593         (gst_tcpserversrc_class_init):
13594         * sys/v4l/gstv4lelement.c:
13595           more autistic cleanliness in functions/names/defines
13596
13597 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13598
13599         * configure.ac:
13600           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13601           added manually to each Makefile.am so we are sure it goes
13602           *last* and doesn't add -L flags before linking in libs of our
13603           own, like, say, internal .la libs, that then accidentally pick
13604           up the installed copy.
13605         * docs/libs/Makefile.am:
13606         * ext/alsa/Makefile.am:
13607         * ext/cdparanoia/Makefile.am:
13608         * ext/gnomevfs/Makefile.am:
13609         * ext/libvisual/Makefile.am:
13610         * ext/ogg/Makefile.am:
13611         * ext/theora/Makefile.am:
13612         * ext/vorbis/Makefile.am:
13613         * gst-libs/gst/video/Makefile.am:
13614         * gst/adder/Makefile.am:
13615         * gst/audioconvert/Makefile.am:
13616         * gst/audiorate/Makefile.am:
13617         * gst/audioscale/Makefile.am:
13618         * gst/ffmpegcolorspace/Makefile.am:
13619         * gst/playback/Makefile.am:
13620         * gst/sine/Makefile.am:
13621         * gst/subparse/Makefile.am:
13622         * gst/tags/Makefile.am:
13623         * gst/tcp/Makefile.am:
13624         * gst/typefind/Makefile.am:
13625         * gst/videorate/Makefile.am:
13626         * gst/videoscale/Makefile.am:
13627         * gst/videotestsrc/Makefile.am:
13628         * gst/volume/Makefile.am:
13629         * sys/v4l/Makefile.am:
13630         * sys/ximage/Makefile.am:
13631         * sys/xvimage/Makefile.am:
13632           adapt properly to this change. This should make sure that
13633           plugins and libs properly link to the as-yet-uninstalled
13634           copies of stuff like libgstinterfaces and libgstvideo
13635
13636 2005-07-13  Andy Wingo  <wingo@pobox.com>
13637
13638         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13639         (gst_v4lsrc_fixate): Fixate on format as well.
13640
13641         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13642         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13643         buffer points to it.
13644         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13645         rather just doing X calls ourselves. Also fixes a memleak.
13646
13647 2005-07-12  Andy Wingo  <wingo@pobox.com>
13648
13649         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13650         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13651         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13652         TRUE to avoid deadlocks if an element holds on to our buffers.
13653
13654 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13655
13656         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13657         (gst_sinesrc_init), (gst_sinesrc_create),
13658         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13659         (gst_sinesrc_start):
13660         * gst/sine/gstsinesrc.h:
13661           removing num-buffers property before moving it
13662
13663 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13664
13665         * configure.ac:
13666           use overridable ERROR_CFLAGS
13667         * docs/libs/gst-plugins-base-libs.types:
13668         * docs/libs/tmpl/gstringbuffer.sgml:
13669         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13670         (gst_alsasink_class_init):
13671         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13672         (gst_alsasrc_class_init):
13673         * gst-libs/gst/audio/audio.h:
13674         * gst-libs/gst/audio/gstaudioclock.h:
13675         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13676         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13677         (gst_audio_filter_link), (gst_audio_filter_init),
13678         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13679         (gst_audio_filter_get_property),
13680         (gst_audio_filter_class_add_pad_templates):
13681         * gst-libs/gst/audio/gstaudiofilter.h:
13682         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13683         (gst_audio_filter_template_get_type),
13684         (gst_audio_filter_template_base_init),
13685         (gst_audio_filter_template_class_init),
13686         (gst_audio_filter_template_init),
13687         (gst_audio_filter_template_set_property),
13688         (gst_audio_filter_template_get_property), (plugin_init),
13689         (gst_audio_filter_template_setup),
13690         (gst_audio_filter_template_filter),
13691         (gst_audio_filter_template_filter_inplace):
13692         * gst-libs/gst/audio/gstaudiosink.c:
13693         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13694         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13695         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13696         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13697         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13698         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13699         * gst-libs/gst/audio/gstaudiosink.h:
13700         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13701         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13702         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13703         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13704         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13705         (gst_audio_src_class_init), (gst_audio_src_init),
13706         (gst_audio_src_create_ringbuffer):
13707         * gst-libs/gst/audio/gstaudiosrc.h:
13708         * gst-libs/gst/audio/gstbaseaudiosink.c:
13709         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13710         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13711         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13712         (gst_base_audio_sink_set_property),
13713         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13714         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13715         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13716         (gst_base_audio_sink_create_ringbuffer),
13717         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13718         * gst-libs/gst/audio/gstbaseaudiosink.h:
13719         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13720         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13721         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13722         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13723         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13724         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13725         (gst_base_audio_src_event), (gst_base_audio_src_create),
13726         (gst_base_audio_src_create_ringbuffer),
13727         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13728         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13729         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13730         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13731         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13732         (gst_ring_buffer_debug_spec_caps),
13733         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13734         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13735         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13736         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13737         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13738         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13739         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13740         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13741         (gst_ring_buffer_clear):
13742         * gst-libs/gst/audio/gstringbuffer.h:
13743         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13744         (gst_video_sink_class_init), (gst_video_sink_get_type):
13745         * gst-libs/gst/video/videosink.h:
13746         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13747         (gst_multifdsink_class_init),
13748         (gst_multifdsink_handle_client_write),
13749         (gst_multifdsink_change_state):
13750         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13751         (gst_tcpclientsink_setcaps):
13752         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13753         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13754         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13755         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13756         (gst_ximagesink_send_pending_navigation),
13757         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13758         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13760         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13761         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13762         (gst_xvimagesink_send_pending_navigation),
13763         (gst_xvimagesink_navigation_send_event),
13764         (gst_xvimagesink_set_xwindow_id),
13765         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13766         (gst_xvimagesink_get_type):
13767         more macro splitting
13768
13769 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13770
13771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13772           plug a memleak, allows me to import 1479 albums in one go
13773           in jamboree
13774         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13775         (vorbis_handle_type_packet), (vorbis_dec_chain),
13776         (vorbis_dec_change_state):
13777           fix some format strings
13778
13779 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13780
13781         * docs/libs/tmpl/gstcolorbalance.sgml:
13782         * docs/libs/tmpl/gstmixer.sgml:
13783         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13784         (gst_alsasink_set_property), (gst_alsasink_get_property):
13785         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13786         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13787           add device property
13788
13789 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13790
13791         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13792         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13793         (audiocast_register_listener), (audiocast_thread_run),
13794         (gst_gnomevfssrc_send_additional_headers_callback),
13795         (gst_gnomevfssrc_received_headers_callback),
13796         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13797         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13798         (gst_gnomevfssrc_get_size):
13799           add/clean up debugging
13800         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13801           cleanups
13802
13803 2005-07-07  Andy Wingo  <wingo@pobox.com>
13804
13805         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13806         framerate. Need to get a handle on when exactly this function is
13807         called, tho.
13808
13809         * sys/v4l/v4lsrc_calls.h:
13810         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13811         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13812         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13813
13814         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13815         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13816         v4lelements are sources.
13817
13818         * sys/v4l/gstv4lxoverlay.h:
13819         * sys/v4l/gstv4lxoverlay.c:
13820         * sys/v4l/gstv4ltuner.h:
13821         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13822         
13823         * sys/v4l/gstv4lsrc.h:
13824         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13825         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13826         or something should handle that. Made a live source.
13827
13828         * sys/v4l/gstv4lelement.h:
13829         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13830         signals. Some cleanups.
13831
13832         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13833
13834         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13835         stuff.
13836
13837         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13838         stuff.
13839
13840         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13841
13842 2005-07-07  Wim Taymans  <wim@fluendo.com>
13843
13844         * ext/theora/theoradec.c: (theora_get_query_types),
13845         (theora_dec_src_getcaps), (theora_dec_push):
13846         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13848         Remove deprecated/unused query types.
13849
13850 2005-07-06  Wim Taymans  <wim@fluendo.com>
13851
13852         * ext/alsa/Makefile.am:
13853         * ext/alsa/gstalsaplugin.c: (plugin_init):
13854         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13855         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13856         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13857         (gst_alsasrc_class_init), (gst_alsasrc_init),
13858         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13859         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13860         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13861         (gst_alsasrc_reset):
13862         * ext/alsa/gstalsasrc.h:
13863         * gst-libs/gst/audio/Makefile.am:
13864         * gst-libs/gst/audio/gstaudiosink.c:
13865         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13866         (gst_audioringbuffer_start):
13867         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13868         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13869         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13870         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13871         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13872         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13873         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13874         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13875         * gst-libs/gst/audio/gstaudiosrc.h:
13876         * gst-libs/gst/audio/gstbaseaudiosink.c:
13877         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13878         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13879         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13880         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13881         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13882         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13883         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13884         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13885         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13886         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13887         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13888         (gst_baseaudiosrc_change_state):
13889         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13890         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13891         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13892         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13893         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13894         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13895         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13896         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13897         * gst-libs/gst/audio/gstringbuffer.h:
13898         Added audiosource base classes.
13899         Ported alsasrc, still very basic.
13900
13901 2005-07-06  Wim Taymans  <wim@fluendo.com>
13902
13903         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13904         (theora_dec_push), (theora_handle_data_packet):
13905         Prepare for better timestamp fix later.
13906
13907         * gst/audioconvert/gstaudioconvert.c:
13908         List most accurate caps first
13909
13910         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13911         Use proper pad task function.
13912
13913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13914         (gst_xvimagesink_show_frame):
13915         Fix deadlock when alloc failed.
13916
13917 2005-07-05  Andy Wingo  <wingo@pobox.com>
13918
13919         * ext/gnomevfs/gstgnomevfssrc.c:
13920         * gst/sine/gstsinesrc.c:
13921         * gst/tcp/gsttcpserversrc.c:
13922         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13923
13924         * sys/v4l/: Port from 0.8.
13925
13926         * Many files: Null if we got it....
13927
13928 2005-07-05  Andy Wingo  <wingo@pobox.com>
13929
13930         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13931         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13932         Signedness fixes.
13933
13934 2005-07-05  Wim Taymans  <wim@fluendo.com>
13935
13936         * configure.ac:
13937         * gst/tcp/Makefile.am:
13938         * gst/tcp/README:
13939         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13940         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13941         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13942         (is_sync_frame), (gst_multifdsink_handle_client_write),
13943         (gst_multifdsink_render), (gst_multifdsink_start),
13944         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13945         * gst/tcp/gstmultifdsink.h:
13946         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13947         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13948         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13949         * gst/tcp/gsttcp.h:
13950         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13951         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13952         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13953         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13954         * gst/tcp/gsttcpclientsink.h:
13955         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13956         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13957         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13958         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13959         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13960         * gst/tcp/gsttcpclientsrc.h:
13961         * gst/tcp/gsttcpplugin.c: (plugin_init):
13962         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13963         * gst/tcp/gsttcpserversink.h:
13964         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13965         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13966         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13967         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13968         (gst_tcpserversrc_stop):
13969         * gst/tcp/gsttcpserversrc.h:
13970         * gst/tcp/gsttcpsink.c:
13971         * gst/tcp/gsttcpsink.h:
13972         * gst/tcp/gsttcpsrc.c:
13973         * gst/tcp/gsttcpsrc.h:
13974         Ported tcp plugins to 0.9. 
13975         
13976
13977 2005-07-05  Andy Wingo  <wingo@pobox.com>
13978
13979         * gst/playback/gstplaybasebin.c (fill_buffer):
13980         message_new_application fixen.
13981
13982         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13983         Style fix.
13984
13985 2005-07-04  Wim Taymans  <wim@fluendo.com>
13986
13987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13988         Set caps on output buffer.
13989
13990 2005-07-04  Andy Wingo  <wingo@pobox.com>
13991
13992         * ext/gnomevfs/gstgnomevfssrc.c
13993         (gst_gnomevfssrc_received_headers_callback) 
13994         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13995         hopefully.
13996
13997         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13998         No refcount leakage.
13999
14000         * configure.ac: Enable -Werror.
14001         
14002         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14003         * gst/audioconvert/bufferframesconvert.c
14004         (buffer_frames_convert_fixate):
14005         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14006         (gst_audio_convert_fixate):
14007         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14008         (gst_sinesrc_create): Fixate func changes.
14009         
14010         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14011         (gst_ximagesink_buffer_alloc): Unused var.
14012
14013 2005-07-01  Andy Wingo  <wingo@pobox.com>
14014
14015         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14016         getcaps to do explicit caps. Needs to be done in all decoders,
14017         possibly via a base class.
14018
14019         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14020
14021         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14022         caps on the sink pad, just rely on the pad template. Also, setting
14023         ANY caps on a pad is not valid because the caps are not fixed.
14024
14025         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14026         caps on the buffer, and get the width from the desired_caps if
14027         they're set.
14028         (gst_ximagesink_renegotiate_size): Implement via setting the
14029         desired_caps on the ximagesink.
14030         (gst_ximagesink_setcaps): Only reset the width of the player if it
14031         wasn't already set. Not sure if this is right.
14032         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14033
14034         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14035         that the user wants. NULL unless the window has been resized.
14036
14037         * gst/volume/gstvolume.c (volume_transform): Adapt to
14038         basetransform refcount changes.
14039         
14040 2005-07-01  Andy Wingo  <wingo@pobox.com>
14041
14042         * gst/videoscale/gstvideoscale.c:
14043         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14044         from BaseTransform, implements a transform_caps. Removed dead code
14045         including some PAR stuff that was never reached -- should probably
14046         be added back somehow.
14047
14048 2005-07-01  Andy Wingo  <wingo@pobox.com>
14049
14050         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14051         come later.
14052
14053 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14054
14055         * configure.ac:
14056         * docs/libs/Makefile.am:
14057         * docs/libs/gst-plugins-libs.types:
14058         * ext/alsa/Makefile.am:
14059         * ext/alsa/gstalsamixer.h:
14060         * ext/alsa/gstalsamixeroptions.h:
14061         * ext/alsa/gstalsamixertrack.h:
14062         * gst-libs/gst/Makefile.am:
14063         * gst-libs/gst/colorbalance/.cvsignore:
14064         * gst-libs/gst/colorbalance/Makefile.am:
14065         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14066         * gst-libs/gst/colorbalance/colorbalance.c:
14067         * gst-libs/gst/colorbalance/colorbalance.h:
14068         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14069         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14070         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14071         * gst-libs/gst/interfaces/Makefile.am:
14072         * gst-libs/gst/interfaces/colorbalance.c:
14073         (gst_color_balance_class_init):
14074         * gst-libs/gst/interfaces/colorbalance.h:
14075         * gst-libs/gst/interfaces/interfaces-marshal.list:
14076         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14077         * gst-libs/gst/interfaces/mixer.h:
14078         * gst-libs/gst/interfaces/mixeroptions.h:
14079         * gst-libs/gst/interfaces/navigation.c:
14080         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14081         * gst-libs/gst/interfaces/tuner.h:
14082         * gst/volume/Makefile.am:
14083         * gst/volume/gstvolume.c:
14084         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14085         * sys/ximage/Makefile.am:
14086         * sys/ximage/ximagesink.c:
14087         * sys/xvimage/Makefile.am:
14088         * sys/xvimage/xvimagesink.c:
14089           fold in all interfaces into an interfaces dir, preserving CVS
14090           history
14091
14092 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14093
14094         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14095           Fix build after riff changes.
14096
14097 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14098
14099         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14100         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14101         (gst_riff_create_video_template_caps),
14102         (gst_riff_create_audio_template_caps),
14103         (gst_riff_create_iavs_template_caps):
14104         * gst-libs/gst/riff/riff-media.h:
14105         * gst-libs/gst/riff/riff-read.h:
14106         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14107           Add gst_riff_init() to initialize the debug category, instead
14108           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14109
14110 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14111
14112         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14113           Oops, I shouldn't apply hacks.
14114
14115 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14116
14117         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14118           Remove pad_loop function which doesn't work.
14119
14120 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14121
14122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14123           Send EOS when deactivating.
14124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14125         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14126         (gen_preroll_element), (probe_triggered), (mute_stream),
14127         (silence_stream), (new_decoded_pad), (setup_substreams),
14128         (set_active_source):
14129         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14130         (remove_sinks), (add_sink):
14131         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14132           Change for new probe API.
14133
14134 2005-06-29  Wim Taymans  <wim@fluendo.com>
14135
14136         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14137         * gst-libs/gst/audio/gstbaseaudiosink.c:
14138         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14139         (gst_baseaudiosink_change_state):
14140         * gst-libs/gst/audio/gstbaseaudiosink.h:
14141         * gst-libs/gst/audio/gstringbuffer.c:
14142         (gst_ringbuffer_set_callback):
14143         Fix compilation error.
14144         Ringbuffer starts out as not running.
14145         Free our clock in dispose.
14146         When releasing the ringbuffer we need to renegotiate so
14147         clear the pad caps.
14148
14149 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14150
14151         * autogen.sh:
14152         * configure.ac:
14153         * docs/Makefile.am:
14154         * docs/libs/Makefile.am:
14155         * docs/libs/gst-plugins-libs-docs.sgml:
14156         * docs/libs/gst-plugins-libs-sections.txt:
14157         * docs/libs/gst-plugins-libs.types:
14158         * docs/libs/tmpl/gstaudio.sgml:
14159         * docs/libs/tmpl/gstcolorbalance.sgml:
14160         * docs/libs/tmpl/gstringbuffer.sgml:
14161         * gst-libs/gst/audio/gstringbuffer.c:
14162         (gst_ringbuffer_set_callback):
14163           reinstate gtk-doc docs for plugin libs
14164
14165 2005-06-28  Wim Taymans  <wim@fluendo.com>
14166
14167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14168         (gst_ogg_demux_init):
14169         Removed pad loop function.
14170
14171 2005-06-28  Wim Taymans  <wim@fluendo.com>
14172
14173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14174         If we're building a chain we are not in an error case
14175         when we queue a buffer.
14176
14177 2005-06-28  Andy Wingo  <wingo@pobox.com>
14178
14179         * *.c: Don't cast to GstObject before reffing/unreffing.
14180
14181 2005-06-27  Andy Wingo  <wingo@pobox.com>
14182
14183         * gst/videotestsrc/gstvideotestsrc.c
14184         (gst_videotestsrc_activate_push): Activation API changes.
14185
14186         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14187         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14188         they have refs on the decodebin.
14189
14190         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14191         parent class.
14192         (gst_ogg_pad_typefind): Don't leak a pad ref.
14193         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14194         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14195         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14196
14197 2005-06-27  Edward Hervey  <edward@fluendo.com>
14198
14199         * ext/theora/theoradec.c: (theora_dec_change_state): 
14200         re-arranged call to parent's state change in order to avoid locks (or
14201         worse).
14202
14203 2005-06-26  Edward Hervey  <edward@fluendo.com>
14204
14205         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14206         2nd argument of 'unknow-type' signal is a GstCaps and not a
14207         GstMiniObject
14208
14209 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14210         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14211           Set the worker thread's running flag to TRUE before starting the
14212           thread.
14213         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14214           Catch a failure to add typefind to the bin.
14215
14216 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14217
14218         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14219         (gst_sinesrc_init), (gst_sinesrc_create),
14220         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14221         (gst_sinesrc_start):
14222         * gst/sine/gstsinesrc.h:
14223           add num-buffers and timestamp-offset properties
14224         * gst/videotestsrc/gstvideotestsrc.c:
14225         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14226         (gst_videotestsrc_get_property):
14227           add timestamp-offset property
14228
14229 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14230
14231         * configure.ac: add videorate
14232         * gst-plugins-base.spec.in: add videorate
14233
14234 2005-06-23  Wim Taymans  <wim@fluendo.com>
14235
14236         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14237         (gst_videorate_getcaps), (gst_videorate_setcaps),
14238         (gst_videorate_event), (gst_videorate_chain):
14239         Fixed videorate, fixating an already fixated caps is not
14240         an error.
14241
14242 2005-06-23  Wim Taymans  <wim@fluendo.com>
14243
14244         * ext/ogg/README:
14245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14246         Buffer on caps is not boxed anymore.
14247
14248 2005-06-22  Wim Taymans  <wim@fluendo.com>
14249
14250         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14251         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14252         Set buffers on caps as miniobjects and not as boxed.
14253
14254 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14255
14256         * configure.ac:
14257           back to HEAD
14258
14259 === release 0.9.1 ===
14260
14261 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14262
14263         * .cvsignore:
14264         * NEWS:
14265         * README:
14266         * RELEASE:
14267         * configure.ac:
14268         * po/af.po:
14269         * po/az.po:
14270         * po/cs.po:
14271         * po/en_GB.po:
14272         * po/hu.po:
14273         * po/it.po:
14274         * po/nb.po:
14275         * po/nl.po:
14276         * po/or.po:
14277         * po/sq.po:
14278         * po/sr.po:
14279         * po/sv.po:
14280         * po/uk.po:
14281         * po/vi.po:
14282           updates for release
14283
14284 2005-06-09  Andy Wingo  <wingo@pobox.com>
14285
14286         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14287         
14288 2005-06-09  Andy Wingo  <wingo@pobox.com>
14289
14290         * configure.ac:
14291         * gst-libs/gst/Makefile.am:
14292         * gst-libs/gst/net/Makefile.am:
14293         Add gstnet to build.
14294
14295 2005-06-09  Andy Wingo  <wingo@pobox.com>
14296
14297         * gst-libs/gst/gconf/gconf.c:
14298         * gst/playback/test.c:
14299         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14300         fixes.
14301
14302         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14303
14304         * ext/theora/theoraenc.c (theora_enc_chain): 
14305         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14306
14307         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14308         RealPad.
14309
14310 2005-06-02  Wim Taymans  <wim@fluendo.com>
14311
14312         * gst-libs/gst/net/Makefile.am:
14313         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14314         * pkgconfig/gstreamer-libs.pc.in:
14315         Added net stuff, version net lib.
14316
14317 2005-06-02  Wim Taymans  <wim@fluendo.com>
14318
14319         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14320         (query_rates), (query_positions_elems), (query_positions_pads),
14321         (do_seek):
14322         Updated seek example.
14323
14324 2005-06-02  Andy Wingo  <wingo@pobox.com>
14325
14326         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14327         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14328         list.
14329
14330         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14331         remove the typefind, the bin dispose will do it for us. When it's
14332         removed and unreffed, the signal handler will be disconnected,
14333         too.
14334         (unlinked): It's too difficult to disconnect from unlinked
14335         handlers, as they are on pads not elements. Just punt if the pads
14336         aren't grandkids of the bin.
14337
14338 2005-06-02  Wim Taymans  <wim@fluendo.com>
14339
14340         * ext/ogg/README:
14341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14342         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14344         * ext/theora/theoradec.c: (theora_dec_src_query),
14345         (theora_handle_data_packet):
14346         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14347         (theora_enc_chain):
14348         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14349         (vorbis_handle_data_packet):
14350         * gst/audioconvert/bufferframesconvert.c:
14351         (buffer_frames_convert_chain):
14352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14353         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14354         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14355         (gst_ffmpegcsp_chain):
14356         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14357         (gst_videorate_getcaps), (gst_videorate_setcaps),
14358         (gst_videorate_event), (gst_videorate_chain):
14359         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14360         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14361         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14362         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14363         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14364         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14365         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14366         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14367         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14368         Cleanups and buffer alloc.
14369
14370 2005-05-31  Wim Taymans  <wim@fluendo.com>
14371
14372         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14373         Don't try to call the delay method when the device is not
14374         opened.
14375
14376 2005-05-31  Wim Taymans  <wim@fluendo.com>
14377
14378         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14379         Get actual segment size and buffer size after opening
14380         the device.
14381
14382 2005-05-30  Wim Taymans  <wim@fluendo.com>
14383
14384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14385         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14386         Also FLUSH upstream, makes the loop function exit faster.
14387         
14388         * ext/theora/theoradec.c: (theora_dec_src_query):
14389         Some more debug info in the query.
14390         
14391         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14392         (gst_ximagesink_setcaps):
14393         Release lock on par error, better error reporting.
14394
14395 2005-05-26  Wim Taymans  <wim@fluendo.com>
14396
14397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14398         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14399         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14400         Clear chains in READY
14401         Queue packets until the chain is activated.
14402
14403 2005-05-25  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst-libs/gst/audio/gstaudiosink.c:
14406         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14407         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14408         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14409         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14410         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14411         (gst_audiosink_create_ringbuffer):
14412         * gst-libs/gst/audio/gstbaseaudiosink.c:
14413         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14414         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14415         (gst_baseaudiosink_set_property), (build_linear_format),
14416         (debug_spec_caps), (debug_spec_buffer),
14417         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14418         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14419         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14420         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14421         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14422         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14423         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14424         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14425         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14426         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14427         (wait_segment), (gst_ringbuffer_commit),
14428         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14429         (gst_ringbuffer_clear):
14430         Various small cleanups.
14431
14432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14433         (gst_audio_convert_change_state):
14434         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14435         No need to take the locks anymore.
14436
14437 2005-05-25  Wim Taymans  <wim@fluendo.com>
14438
14439         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14440         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14441         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14442         (type_found):
14443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14444         (group_destroy), (group_commit), (queue_overrun),
14445         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14446         (mute_stream), (new_decoded_pad), (setup_substreams),
14447         (setup_source), (mute_group_type), (set_active_source),
14448         (gst_play_base_bin_change_state):
14449         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14450         (gen_video_element), (gen_text_element), (gen_audio_element),
14451         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14452         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14453         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14454         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14455         Some playbin cleanups mostly refcounting sloppyness.
14456
14457 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14458
14459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14460           Work with streaming input.
14461
14462 2005-05-25  Wim Taymans  <wim@fluendo.com>
14463
14464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14465         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14466         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14467         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14468         No need to take the STREAM lock anymore.
14469
14470 2005-05-25  Wim Taymans  <wim@fluendo.com>
14471
14472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14473         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14474         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14475         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14476         (gst_ogg_demux_sink_activate):
14477         * ext/theora/theoradec.c: (theora_dec_src_event),
14478         (theora_handle_comment_packet), (theora_dec_chain),
14479         (theora_dec_change_state):
14480         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14481         (vorbis_handle_data_packet), (vorbis_dec_chain),
14482         (vorbis_dec_change_state):
14483         Remove STREAM locks as they are taken in core now.
14484         Never set bogus granulepos on vorbis/theora.
14485         Fix leaks in theoradec tag parsing.
14486
14487 2005-05-25  Wim Taymans  <wim@fluendo.com>
14488
14489         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14490         Fix memleaks, GST_BUFFER_DATA() is not freed.
14491
14492 2005-05-25  Wim Taymans  <wim@fluendo.com>
14493
14494         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14495         Open non-blocking, set to blocking mode afterwards to avoid
14496         lockups when audio device is busy.
14497
14498 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14499
14500         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14501           This can't be good.
14502
14503 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14504
14505         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14506         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14507         (gst_audio_convert_setcaps):
14508           Implement instant setup switching.
14509
14510 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14511
14512         * gst/playback/gstplaybasebin.c: (probe_triggered):
14513           Fix missing unlock.
14514         * gst/playback/gstplaybin.c: (add_sink):
14515           First add, then link (otherwise pad link fails).
14516
14517 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14518
14519         * examples/Makefile.am:
14520         fix buildbot (make distcheck)
14521
14522 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14523
14524         * gst/playback/gstplaybin.c: (gen_vis_element):
14525           Remove some wrong code. Doesn't work yet.
14526
14527 2005-05-19  Wim Taymans  <wim@fluendo.com>
14528
14529         * gst-libs/gst/net/Makefile.am:
14530         * gst-libs/gst/net/README:
14531         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14532         (gst_netbuffer_class_init), (gst_netbuffer_init),
14533         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14534         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14535         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14536         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14537         * gst-libs/gst/net/gstnetbuffer.h:
14538         Added buffer subclass to store extra to/from addresses for
14539         network sources/sinks.
14540
14541 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14542
14543         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14544           Don't lock an unassigned variable.
14545
14546 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14547
14548         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14549           Increase buffer for video, decrease buffer for other media types.
14550         * gst/playback/gstplaybin.c: (gen_video_element),
14551         (gen_audio_element):
14552           Change names for debugging purposes.
14553
14554 2005-05-18  Wim Taymans  <wim@fluendo.com>
14555
14556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14557         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14558         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14559         (gst_ffmpegcsp_chain):
14560         Enable buffer alloc passthrough if the source and dest
14561         formats are the same.
14562
14563 2005-05-17  Wim Taymans  <wim@fluendo.com>
14564
14565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14566         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14567         (gst_ogg_demux_chain_unlocked):
14568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14569         (gst_audio_convert_caps_remove_format_info),
14570         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14571         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14573         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14574         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14575         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14576         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14577         (gst_ffmpegcsp_get_property):
14578         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14579         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14580         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14581         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14582         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14583         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14584         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14585         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14586         Leak fixes in oggdemux.
14587         Some cleanups in audioconvert.
14588         Make passthrough work along with buffer_alloc etc.
14589         Make buffer_alloc and buffer recycling actually work in
14590         xvimagesink.
14591
14592 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14593
14594         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14595           make the compiler happy
14596
14597 2005-05-17  Wim Taymans  <wim@fluendo.com>
14598
14599         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14600         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14601         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14602         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14603         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14604         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14605         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14606         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14607         (gst_xvimagesink_set_xwindow_id):
14608         * sys/xvimage/xvimagesink.h:
14609         Port xvimagesink to new MiniObject.
14610
14611 2005-05-17  Wim Taymans  <wim@fluendo.com>
14612
14613         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14614         (gst_audiofilter_chain):
14615         * gst-libs/gst/audio/gstaudiosink.c:
14616         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14617         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14618         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14619         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14620         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14621         (gst_audiosink_create_ringbuffer):
14622         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14623         (gst_audio_convert_caps_remove_format_info),
14624         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14625         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14627         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14628         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14629         Fix passthrough in ffmpegcolorspace.
14630         Fix memset in audiosink on wrong memory.
14631
14632 2005-05-16  David Schleef  <ds@schleef.org>
14633
14634         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14635         to GstMiniObject.
14636
14637 2005-05-16  David Schleef  <ds@schleef.org>
14638
14639         Port from GstData to GstMiniObject.
14640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14642         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14643         (gst_ogg_mux_collected):
14644         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14645         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14646         (theora_handle_data_packet):
14647         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14648         (theora_set_header_on_caps), (theora_enc_chain):
14649         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14650         (vorbis_handle_comment_packet):
14651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14652         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14653         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14654         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14655         * gst/audioconvert/gstaudioconvert.c:
14656         (gst_audio_convert_get_buffer):
14657         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14658         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14659         (mute_stream), (silence_stream):
14660         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14661         * gst/volume/gstvolume.c: (volume_transform):
14662         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14663         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14664         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14665         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14666         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14667         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14668         (gst_ximagesink_buffer_alloc):
14669         * sys/ximage/ximagesink.h:
14670
14671 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14672
14673         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14674         (fill_buffer), (check_queue), (queue_threshold_reached),
14675         (queue_out_of_data):
14676         * gst/playback/gstplaybasebin.h:
14677           Post buffer-fullness on the bus.
14678
14679 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14680
14681         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14682         (try_to_link_1):
14683         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14684         (group_commit), (probe_triggered), (setup_source),
14685         (gst_play_base_bin_change_state):
14686         * gst/playback/gstplaybasebin.h:
14687         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14688         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14689         (gst_play_bin_change_state):
14690           Move setup_output_pads into a virtual function, remove
14691           group-switch (no longer needed) and redirect (handled by bus
14692           now) signals.
14693
14694 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14695
14696         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14697         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14698         (get_active_group), (get_building_group), (group_destroy),
14699         (group_commit), (check_queue), (queue_overrun),
14700         (queue_threshold_reached), (queue_out_of_data),
14701         (gen_preroll_element), (remove_groups), (unknown_type),
14702         (add_element_stream), (no_more_pads), (probe_triggered),
14703         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14704         (setup_substreams), (setup_source), (finish_source),
14705         (prepare_output), (muted_group_change_state),
14706         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14707         (gst_play_base_bin_change_state):
14708         * gst/playback/gstplaybasebin.h:
14709         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14710         (gst_play_bin_init), (gst_play_bin_set_property),
14711         (gen_video_element), (gen_text_element), (gen_audio_element),
14712         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14713         (gst_play_bin_change_state):
14714         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14715         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14716         (stream_info_change_state), (gst_stream_info_set_mute),
14717         (gst_stream_info_get_property):
14718         * gst/playback/gststreaminfo.h:
14719         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14720         (gst_stream_selector_get_linked_pad),
14721         (gst_stream_selector_getcaps),
14722         (gst_stream_selector_get_linked_pads),
14723         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14724         * gst/playback/gststreamselector.h:
14725           Rough port of playbin. Needs some more work, but is mostly done,
14726           and uses a few locks in important places, which should make stuff
14727           like chain-switches clean. Still uses GST_STATE() in a few places,
14728           which isn't all that good an idea, subtitles/elements disabled
14729           because no elements to test with and thus probably broken, query
14730           and event handling moved to GstBin, internal thread removed
14731           alltogether because the pipeline does that for us now. Can play
14732           Ogg/Vorbis files. Haven't tested anything else yet.
14733
14734 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14735
14736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14737           Do no-more-pads (needed for autoplugging).
14738
14739 2005-05-10  Andy Wingo  <wingo@pobox.com>
14740
14741         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14742         message to the bus with the tags. Still not sent downstream tho.
14743
14744         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14745         get_parent.
14746         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14747         avoid refcounting hassles.
14748
14749 2005-05-09  Andy Wingo  <wingo@pobox.com>
14750
14751         * gst/volume/Makefile.am:
14752         * gst/volume/demo.c
14753         * gst/volume/gstvolume.h
14754         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14755         basetransform. Probably need an audio filter base class.
14756
14757 2005-05-09  Wim Taymans  <wim@fluendo.com>
14758
14759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14760         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14761         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14762         (gst_vorbisenc_chain):
14763         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14764         (gst_audio_convert_caps_remove_format_info),
14765         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14766         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14767         Make caps writable before writing to it.
14768         Fix negotiation in audioconvert some more.
14769
14770 2005-05-09  Wim Taymans  <wim@fluendo.com>
14771
14772         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14773         (gst_videorate_getcaps), (gst_videorate_setcaps),
14774         (gst_videorate_event), (gst_videorate_chain):
14775         Better negotiation.
14776
14777 2005-05-09  Wim Taymans  <wim@fluendo.com>
14778
14779         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14780         (gst_videorate_getcaps), (gst_videorate_setcaps),
14781         (gst_videorate_blank_data), (gst_videorate_init),
14782         (gst_videorate_event), (gst_videorate_chain),
14783         (gst_videorate_change_state):
14784         Port videorate, do a better job at negotiation while we're at
14785         it.
14786
14787 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14788
14789         * configure.ac:
14790           Disable libvisual
14791
14792         * examples/Makefile.am:
14793         * gst-libs/gst/audio/Makefile.am:
14794         * gst-libs/gst/riff/Makefile.am:
14795         * gst-libs/gst/tag/Makefile.am:
14796         * gst-libs/gst/video/Makefile.am:
14797           Fixups for missing variables.
14798
14799 2005-05-09  Wim Taymans  <wim@fluendo.com>
14800
14801         * examples/seeking/seek.c: (make_theora_pipeline),
14802         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14803         (query_rates), (query_positions_elems), (query_positions_pads),
14804         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14806         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14807         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14808         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14809         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14811         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14812         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14813         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14814         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14815         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14816         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14817         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14818         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14819         (theora_dec_src_convert), (theora_dec_sink_convert),
14820         (theora_dec_src_query), (theora_dec_sink_query),
14821         (theora_dec_src_event), (theora_dec_sink_event),
14822         (theora_handle_comment_packet), (theora_handle_type_packet),
14823         (theora_handle_header_packet), (theora_handle_data_packet),
14824         (theora_dec_chain):
14825         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14826         (vorbis_dec_convert), (vorbis_dec_src_query),
14827         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14828         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14829         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14830         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14832         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14833         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14834         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14835         (gst_play_bin_query):
14836         * gst/playback/test3.c: (update_scale):
14837         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14838         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14839         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14840         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14841         (gst_videotestsrc_src_query):
14842         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14843         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14844         (paint_hline_YUV9):
14845         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14846         Port to new query API.
14847         Updated seek.
14848         Cleanups in x[v]imagesink
14849
14850 2005-05-09  Andy Wingo  <wingo@pobox.com>
14851
14852         * ext/alsa/gstalsasink.h:
14853         * ext/gnomevfs/gstgnomevfssrc.c:
14854         (gst_gnomevfssrc_get_icy_metadata):
14855         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14856         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14857         * ext/theora/theoradec.c (theora_dec_src_query)
14858         (theora_dec_src_event, theora_dec_sink_event)
14859         (theora_handle_comment_packet, theora_handle_data_packet):
14860         * ext/theora/theoraenc.c (theora_enc_chain):
14861         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14862         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14863         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14864         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14865         (qt_type_find):
14866         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14867         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14868         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14869         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14870         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14871         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14872         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14873         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14874         (paint_setup_RGB565, paint_setup_xRGB1555):
14875         * gst/videotestsrc/videotestsrc.h:
14876         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14877         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14878         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14879         GCC4 fixes.
14880         
14881         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14882         gst_pad_query_position. Fixes oggdemux.
14883
14884 2005-05-08  David Schleef  <ds@schleef.org>
14885
14886         * configure.ac: Require liboil.
14887         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14888         a few more.
14889         * gst/videotestsrc/videotestsrc.c:
14890         * gst/videotestsrc/videotestsrc.h:
14891
14892 2005-05-06  Wim Taymans  <wim@fluendo.com>
14893
14894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14895         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14896         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14897         Well, unreffing a buffer right before pushing it is asking
14898         for trouble..
14899
14900 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14901
14902         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14903
14904 2005-05-06  Wim Taymans  <wim@fluendo.com>
14905
14906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14907         (gst_audio_convert_caps_remove_format_info),
14908         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14909         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14911         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14912         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14913         * gst/sine/Makefile.am:
14914         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14915         (gst_sinesrc_class_init), (gst_sinesrc_init),
14916         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14917         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14918         (gst_sinesrc_update_freq):
14919         * gst/sine/gstsinesrc.h:
14920         * gst/tcp/gstmultifdsink.c:
14921         * sys/xvimage/xvimagesink.c:
14922         Fixed negotiation wrt _peer_get_caps()
14923         Some cleanups.
14924
14925
14926 2005-05-06  Wim Taymans  <wim@fluendo.com>
14927
14928         * gst-libs/gst/audio/gstaudiosink.c:
14929         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14930         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14931         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14932         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14933         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14934         (gst_audiosink_create_ringbuffer):
14935         * gst-libs/gst/audio/gstbaseaudiosink.c:
14936         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14937         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14938         (gst_baseaudiosink_set_property), (build_linear_format),
14939         (debug_spec_caps), (debug_spec_buffer),
14940         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14941         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14942         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14943         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14944         * gst-libs/gst/audio/gstbaseaudiosink.h:
14945         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14946         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14947         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14948         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14949         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14950         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14951         (wait_segment), (gst_ringbuffer_commit),
14952         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14953         (gst_ringbuffer_clear):
14954         * gst-libs/gst/audio/gstringbuffer.h:
14955         Make the base audiosink return an error when there is no
14956         audiobuffer negotiated.
14957
14958 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14959
14960         * ext/Makefile.am:
14961         Disable cdparanoia until someone ports it!
14962
14963 2005-05-06  Wim Taymans  <wim@fluendo.com>
14964
14965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14966         (gst_ogg_demux_sink_activate):
14967         And revert after wingo's revert.. sigh..
14968
14969 2005-05-05  Andy Wingo  <wingo@pobox.com>
14970
14971         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14972         GObject.
14973         * configure.ac: Return audiorate and subparse from the ghetto.
14974         Re-enable -Wall -Werror.
14975         * gst/subparse/gstsubparse.c:
14976         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14977         or chain-based. Cleaned up a bit. Not tested.
14978         
14979 2005-05-05  Christian Schaller <christian@fluendo.com> 
14980
14981         * Makefile.am: remove stuff that is not building
14982         * configure.ac: remove stuff that is not building
14983         * examples/Makefile.am: remove stuff that is not building
14984         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14985         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14986         * sys/Makefile.am: remove stuff that is not building
14987         * testsuite/Makefile.am: remove stuff that is not building
14988
14989 2005-05-05  Andy Wingo  <wingo@pobox.com>
14990
14991         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14992         * gst-libs/gst/tag/gstvorbistag.c:
14993         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14994         * gst/adder/gstadder.h:
14995         * gst/audioconvert/gstchannelmix.c:
14996         (gst_audio_convert_fill_one_other):
14997         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14998         (gst_audiorate_init), (gst_audiorate_chain):
14999         * gst/playback/gstplaybasebin.c: (setup_source):
15000         * gst/playback/test3.c: (update_scale):
15001         Some GCC4 fixes
15002         
15003         * po/af.po:
15004         * po/az.po:
15005         * po/cs.po:
15006         * po/en_GB.po:
15007         * po/hu.po:
15008         * po/it.po:
15009         * po/nb.po:
15010         * po/nl.po:
15011         * po/or.po:
15012         * po/sq.po:
15013         * po/sr.po:
15014         * po/sv.po:
15015         * po/uk.po:
15016         * po/vi.po: Foo
15017
15018 2005-05-05  Wim Taymans  <wim@fluendo.com>
15019
15020         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15021         (gst_audio_convert_caps_remove_format_info),
15022         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15023         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15024         * gst/videotestsrc/gstvideotestsrc.c:
15025         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15026         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15027         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15028         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15029         Don't ignore _push() return values.
15030         Make sure no processing is done when shutting down.
15031         Videotestsrc pad activation fix.
15032
15033 2005-05-05  Wim Taymans  <wim@fluendo.com>
15034
15035         * gst/adder/Makefile.am:
15036         * gst/adder/gstadder.c: (gst_adder_setcaps),
15037         (gst_adder_class_init), (gst_adder_init),
15038         (gst_adder_request_new_pad), (gst_adder_collected),
15039         (gst_adder_change_state):
15040         * gst/adder/gstadder.h:
15041         Ported adder as an example of a mixer element using
15042         collect pads. Needs more negotiation work.
15043
15044 2005-05-05  Wim Taymans  <wim@fluendo.com>
15045
15046         * ext/theora/theoradec.c: (_inc_granulepos),
15047         (theora_dec_src_event), (theora_dec_sink_event),
15048         (theora_handle_comment_packet), (theora_handle_type_packet),
15049         (theora_handle_header_packet), (theora_handle_data_packet),
15050         (theora_dec_chain):
15051         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15052         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15053         (theora_push_buffer), (theora_push_packet),
15054         (theora_enc_sink_event), (theora_enc_chain),
15055         (theora_enc_change_state), (theora_enc_set_property),
15056         (theora_enc_get_property):
15057         Added stream lock to decoder so that we can serialize
15058         the discont event.
15059         More theoraenc porting, recover from errors, do clean
15060         shutdown.
15061
15062 2005-05-05  Wim Taymans  <wim@fluendo.com>
15063
15064         * ext/ogg/Makefile.am:
15065         * ext/ogg/README:
15066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15067         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15068         (gst_ogg_print):
15069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15070         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15071         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15072         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15073         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15074         (gst_ogg_mux_change_state):
15075         Ported ogg muxer.
15076
15077 2005-05-05  Wim Taymans  <wim@fluendo.com>
15078
15079         * docs/design-audiosinks.txt:
15080         * gst-libs/gst/audio/TODO:
15081         * gst-libs/gst/audio/gstaudiosink.c:
15082         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15083         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15084         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15085         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15086         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15087         (gst_audiosink_create_ringbuffer):
15088         * gst-libs/gst/audio/gstbaseaudiosink.c:
15089         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15090         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15091         (gst_baseaudiosink_set_property), (build_linear_format),
15092         (debug_spec_caps), (debug_spec_buffer),
15093         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15094         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15095         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15096         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15098         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15099         (gst_ringbuffer_release), (gst_ringbuffer_play),
15100         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15101         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15102         (gst_ringbuffer_set_sample), (wait_segment),
15103         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15104         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15105         More work on the audiosink, mostly debugging and a race in
15106         shutdown.
15107
15108 2005-04-28  Wim Taymans  <wim@fluendo.com>
15109
15110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15111         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15112         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15113         (vorbis_dec_src_query), (vorbis_dec_src_event),
15114         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15115         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15116         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15117         Don't crap out when seeking back to position 0.
15118
15119 2005-04-28  Wim Taymans  <wim@fluendo.com>
15120
15121         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15122         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15123         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15124         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15125         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15126         Make audio sink configurable, use alsasink as default.
15127
15128 2005-04-28  Wim Taymans  <wim@fluendo.com>
15129
15130         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15131         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15132         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15133         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15134         (vorbis_dec_change_state):
15135         * ext/vorbis/vorbisdec.h:
15136         Refactor, use STREAM_LOCK.
15137
15138 2005-04-28  Wim Taymans  <wim@fluendo.com>
15139
15140         * ext/theora/theoradec.c: (_inc_granulepos),
15141         (theora_dec_sink_event), (theora_handle_comment_packet),
15142         (theora_handle_type_packet), (theora_handle_header_packet),
15143         (theora_handle_data_packet), (theora_dec_chain),
15144         (theora_dec_change_state):
15145         Refactor a bit, use STREAM_LOCK.
15146
15147 2005-04-28  Wim Taymans  <wim@fluendo.com>
15148
15149         * ext/alsa/Makefile.am:
15150         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15151         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15152         (gst_alsa_link), (gst_alsa_close_audio):
15153         * ext/alsa/gstalsaplugin.c: (plugin_init):
15154         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15155         (gst_alsasink_dispose), (gst_alsasink_base_init),
15156         (gst_alsasink_class_init), (gst_alsasink_init),
15157         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15158         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15159         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15160         (gst_alsasink_reset):
15161         * ext/alsa/gstalsasink.h:
15162         Implement alsasink with simple open/write/close API. 
15163         Make alsa dir build by disabling compilation of code.
15164
15165 2005-04-28  Wim Taymans  <wim@fluendo.com>
15166
15167         * gst-libs/gst/audio/Makefile.am:
15168         * gst-libs/gst/audio/audio.h:
15169         * gst-libs/gst/audio/audioclock.c:
15170         * gst-libs/gst/audio/audioclock.h:
15171         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15172         (gst_audio_clock_class_init), (gst_audio_clock_init),
15173         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15174         * gst-libs/gst/audio/gstaudioclock.h:
15175         * gst-libs/gst/audio/gstaudiosink.c:
15176         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15177         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15178         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15179         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15180         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15181         (gst_audiosink_create_ringbuffer):
15182         * gst-libs/gst/audio/gstbaseaudiosink.c:
15183         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15184         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15185         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15186         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15187         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15188         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15189         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15190         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15191         * gst-libs/gst/audio/gstbaseaudiosink.h:
15192         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15193         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15194         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15195         (gst_ringbuffer_release), (gst_ringbuffer_play),
15196         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15197         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15198         (gst_ringbuffer_set_sample), (wait_segment),
15199         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15200         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15201         * gst-libs/gst/audio/gstringbuffer.h:
15202         Make ringbuffer faster and more simple by removing the locks
15203         in the playback thread.
15204         Add sample accurate playback based on buffer sample offsets.
15205         Make the baseaudiosink provide a clock.
15206         Parse caps in the base class.
15207         Correctly handle seeking, flushing and state changes.
15208
15209 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15210
15211         * configure.ac:
15212         * gst/audioconvert/Makefile.am:
15213         * gst/audioscale/Makefile.am:
15214           Fix part of the build.  Come on guys, autogen didn't even work :)
15215
15216 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15217
15218         * configure.ac:
15219         * gst-libs/gst/Makefile.am:
15220         * gst-libs/gst/media-info/.cvsignore:
15221         * gst-libs/gst/media-info/Makefile.am:
15222         * gst-libs/gst/media-info/README:
15223         * gst-libs/gst/media-info/media-info-priv.c:
15224         * gst-libs/gst/media-info/media-info-priv.h:
15225         * gst-libs/gst/media-info/media-info-test.c:
15226         * gst-libs/gst/media-info/media-info.c:
15227         * gst-libs/gst/media-info/media-info.h:
15228         * gst-libs/gst/media-info/media-info.vcproj:
15229         * pkgconfig/Makefile.am:
15230         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15231         * pkgconfig/gstreamer-media-info.pc.in:
15232           Remove media-info, which is also successed by playbin (see Totem
15233           implementation).
15234
15235 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15236
15237         * configure.ac:
15238         * examples/Makefile.am:
15239         * examples/gstplay/.cvsignore:
15240         * examples/gstplay/Makefile.am:
15241         * examples/gstplay/player.c:
15242         * gst-libs/gst/Makefile.am:
15243         * gst-libs/gst/play/.cvsignore:
15244         * gst-libs/gst/play/Makefile.am:
15245         * gst-libs/gst/play/play.c:
15246         * gst-libs/gst/play/play.h:
15247         * gst-libs/gst/play/play.vcproj:
15248         * pkgconfig/Makefile.am:
15249         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15250         * pkgconfig/gstreamer-play.pc.in:
15251           Remove libgstplay, playbin is now the official successor.
15252
15253 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15254
15255         * configure.ac:
15256         * gst-libs/gst/Makefile.am:
15257         * gst-libs/gst/xwindowlistener/Makefile.am:
15258         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15259         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15260           Remove deprecated xwindowlistener (I've moved xwindowlistening
15261           in the v4l/v4l2 plugins over to serverside).
15262
15263 2005-04-25  David Schleef  <ds@schleef.org>
15264
15265         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15266         to examples/dynparams.  Examples do not belong interspersed with
15267         source code.
15268         * examples/dynparams/demo-dparams.c:
15269         * gst/sine/Makefile.am:
15270         * gst/sine/demo-dparams.c:
15271
15272 2005-04-25  David Schleef  <ds@schleef.org>
15273
15274         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15275         * gst-libs/gst/audio/Makefile.am:
15276         * gst-libs/gst/riff/Makefile.am:
15277         * gst-libs/gst/tag/Makefile.am:
15278         * gst-libs/gst/video/Makefile.am:
15279         * gst-libs/gst/xwindowlistener/Makefile.am:
15280
15281         Convert to 0.9 API, seems to work:
15282         * sys/ximage/Makefile.am:
15283         * sys/ximage/ximagesink.c:
15284
15285 2005-04-24  David Schleef  <ds@schleef.org>
15286
15287         Link plugins against libraries:
15288         * ext/alsa/Makefile.am:
15289         * gst/tcp/Makefile.am:
15290
15291         Remove asm code that should be in liboil
15292         * gst/videoscale/Makefile.am:
15293         * gst/videoscale/videoscale_x86_asm.s:
15294
15295         gettext wants these checked in:
15296         * po/af.po:
15297         * po/az.po:
15298         * po/cs.po:
15299         * po/en_GB.po:
15300         * po/hu.po:
15301         * po/it.po:
15302         * po/nb.po:
15303         * po/nl.po:
15304         * po/or.po:
15305         * po/sq.po:
15306         * po/sr.po:
15307         * po/sv.po:
15308         * po/uk.po:
15309         * po/vi.po:
15310
15311 2005-04-24  David Schleef  <ds@schleef.org>
15312
15313         Convert gst_main() to g_main_loop_run()
15314         * gst/playback/decodetest.c: (main):
15315         * gst/playback/test2.c: (main):
15316         * gst/playback/test3.c: (main):
15317         * gst/playback/test4.c: (main):
15318
15319         Link plugins against libraries:
15320         * ext/libvisual/Makefile.am:
15321         * sys/xvimage/Makefile.am:
15322
15323 2005-04-24  David Schleef  <ds@schleef.org>
15324
15325         * configure.ac: Remove idct and resample libs
15326         * gst-libs/gst/Makefile.am: same
15327
15328         Remove usage of gst_library_load():
15329         * ext/alsa/gstalsaplugin.c: (plugin_init):
15330         * ext/libvisual/visual.c: (plugin_init):
15331         * ext/ogg/gstogg.c: (plugin_init):
15332         * ext/theora/theora.c: (plugin_init):
15333         * ext/vorbis/vorbis.c: (plugin_init):
15334         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15335         * gst/audioscale/gstaudioscale.c:
15336         * gst/adder/gstadder.c: (plugin_init):
15337         * gst/audioconvert/plugin.c: (plugin_init):
15338         * sys/ximage/ximagesink.c: (plugin_init):
15339         * sys/xvimage/xvimagesink.c: (plugin_init):
15340         * gst/tcp/gsttcpplugin.c: (plugin_init):
15341
15342         Link plugins against libraries:
15343         * ext/ogg/Makefile.am:
15344         * ext/theora/Makefile.am:
15345         * ext/vorbis/Makefile.am:
15346         * gst/audioconvert/Makefile.am:
15347
15348         Create proper libraries:
15349         * gst-libs/gst/riff/Makefile.am:
15350         * gst-libs/gst/audio/Makefile.am:
15351         * gst-libs/gst/video/Makefile.am:
15352
15353         Move resample library to audioscale plugin directory:
15354         * gst-libs/gst/resample/Makefile.am:
15355         * gst-libs/gst/resample/README:
15356         * gst-libs/gst/resample/dtof.c:
15357         * gst-libs/gst/resample/dtos.c:
15358         * gst-libs/gst/resample/functable.c:
15359         * gst-libs/gst/resample/private.h:
15360         * gst-libs/gst/resample/resample.c:
15361         * gst-libs/gst/resample/resample.h:
15362         * gst-libs/gst/resample/resample.vcproj:
15363         * gst-libs/gst/resample/test.c:
15364         * gst/audioscale/Makefile.am:
15365         * gst/audioscale/README:
15366         * gst/audioscale/dtof.c:
15367         * gst/audioscale/dtos.c:
15368         * gst/audioscale/functable.c:
15369         * gst/audioscale/private.h:
15370         * gst/audioscale/resample.c:
15371         * gst/audioscale/resample.h:
15372         * gst/audioscale/test.c:
15373
15374         Move tagedit library to gst-libs:
15375         * gst-libs/gst/tag/Makefile.am:
15376         * gst-libs/gst/tag/gstid3tag.c:
15377         * gst-libs/gst/tag/gsttagediting.c:
15378         * gst-libs/gst/tag/gsttageditingprivate.h:
15379         * gst-libs/gst/tag/gstvorbistag.c:
15380         * gst/tags/Makefile.am:
15381         * gst/tags/gstid3tag.c:
15382         * gst/tags/gstvorbistag.c:
15383
15384         Fix for core changes:
15385         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15386         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15387         (gst_sinesrc_getrange):
15388
15389 2005-04-23  David Schleef  <ds@schleef.org>
15390
15391         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15392         in gst-plugins in a long time, and properly belongs in liboil.
15393         * gst-libs/gst/idct/Makefile.am:
15394         * gst-libs/gst/idct/README:
15395         * gst-libs/gst/idct/dct.h:
15396         * gst-libs/gst/idct/doieee:
15397         * gst-libs/gst/idct/fastintidct.c:
15398         * gst-libs/gst/idct/floatidct.c:
15399         * gst-libs/gst/idct/idct.c:
15400         * gst-libs/gst/idct/idct.h:
15401         * gst-libs/gst/idct/idtc.vcproj:
15402         * gst-libs/gst/idct/ieeetest.c:
15403         * gst-libs/gst/idct/intidct.c:
15404
15405 2005-04-20  Wim Taymans  <wim@fluendo.com>
15406
15407         * docs/design-audiosinks.txt:
15408         * gst-libs/gst/audio/Makefile.am:
15409         * gst-libs/gst/audio/TODO:
15410         * gst-libs/gst/audio/gstaudiosink.c:
15411         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15412         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15413         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15414         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15415         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15416         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15417         (gst_audiosink_class_init), (gst_audiosink_init),
15418         (gst_audiosink_create_ringbuffer):
15419         * gst-libs/gst/audio/gstaudiosink.h:
15420         * gst-libs/gst/audio/gstbaseaudiosink.c:
15421         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15422         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15423         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15424         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15425         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15426         (gst_baseaudiosink_create_ringbuffer),
15427         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15428         * gst-libs/gst/audio/gstbaseaudiosink.h:
15429         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15430         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15431         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15432         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15433         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15434         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15435         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15436         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15437         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15438         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15439         * gst-libs/gst/audio/gstringbuffer.h:
15440         An attempt at a set of audio base classes together with some
15441         design docs.
15442
15443 2005-04-20  Wim Taymans  <wim@fluendo.com>
15444
15445         * gst/audioconvert/Makefile.am:
15446         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15447         (gst_audio_convert_caps_remove_format_info),
15448         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15449         (gst_audio_convert_channels):
15450         Link against audio libs.
15451         Fix audio convert plugin.
15452
15453 2005-04-20  Wim Taymans  <wim@fluendo.com>
15454
15455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15456         (gst_ogg_demux_sink_activate):
15457         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15458         (theora_set_header_on_caps), (theora_enc_sink_event),
15459         (theora_enc_chain):
15460         Fix theora encoder.
15461
15462 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15463
15464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15465         * gst/playback/gstdecodebin.c: (find_compatibles):
15466           Work with staticpadtemplates in elementfactories.
15467
15468 2005-04-12  Wim Taymans  <wim@fluendo.com>
15469
15470         * gst/playback/README:
15471         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15472         (compare_ranks), (print_feature), (gst_decode_bin_init),
15473         (dynamic_create), (dynamic_free), (find_compatibles),
15474         (mimetype_is_raw), (close_pad_link), (got_redirect),
15475         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15476         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15477         (gst_decode_bin_change_state):
15478         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15479         (gst_play_base_bin_init), (group_destroy), (group_commit),
15480         (check_queue), (queue_overrun), (queue_threshold_reached),
15481         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15482         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15483         (got_redirect), (setup_source), (play_base_eos),
15484         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15485         (gst_play_base_bin_remove_element):
15486         * gst/playback/gstplaybasebin.h:
15487         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15488         (gst_play_bin_init), (gst_play_bin_dispose),
15489         (gst_play_bin_set_property), (gen_video_element),
15490         (gen_text_element), (gen_audio_element), (remove_sinks),
15491         (gst_play_bin_send_event):
15492         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15493         (stream_info_change_state), (gst_stream_info_set_mute):
15494         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15495         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15496         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15497         (gst_stream_selector_chain):
15498         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15499         (main):
15500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15501         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15502         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15503         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15504         Raw and crude port of decodebin. 
15505         Make playbin compile.
15506
15507 2005-04-06  Wim Taymans  <wim@fluendo.com>
15508
15509         * ext/gnomevfs/Makefile.am:
15510         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15511         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15512         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15513         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15514         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15515         (gst_gnomevfssrc_stop):
15516         * ext/ogg/Makefile.am:
15517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15518         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15519         * ext/theora/Makefile.am:
15520         * ext/theora/theoradec.c: (_inc_granulepos),
15521         (theora_dec_sink_event), (theora_dec_chain):
15522         * ext/vorbis/Makefile.am:
15523         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15524         (vorbis_dec_sink_event), (vorbis_dec_chain):
15525         * gst-libs/gst/audio/Makefile.am:
15526         * sys/xvimage/Makefile.am:
15527         Make gnomevfssrc extend the source base class.
15528         Fix linking against libs in various plugins.
15529
15530 2005-04-06  Andy Wingo  <wingo@pobox.com>
15531
15532         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15533         GST_BASE_LIBS.
15534
15535         * configure.ac: Add check and AC_SUBST for libgstbase.
15536
15537 2005-03-31  Wim Taymans  <wim@fluendo.com>
15538
15539         * examples/seeking/Makefile.am:
15540         * examples/seeking/cdparanoia.c: (main):
15541         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15542         (play_cb), (pause_cb), (stop_cb), (main):
15543         * examples/seeking/playbin.c:
15544         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15545         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15546         (make_sid_pipeline), (make_vorbis_pipeline),
15547         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15548         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15549         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15550         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15551         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15552         (stop_cb), (main):
15553         * examples/seeking/spider_seek.c:
15554         * examples/seeking/vorbisfile.c:
15555         * ext/gnomevfs/Makefile.am:
15556         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15557         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15558         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15559         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15560         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15561         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15562         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15563         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15564         * ext/ogg/README:
15565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15566         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15567         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15568         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15569         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15570         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15571         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15572         (gst_ogg_demux_factory_filter), (compare_ranks),
15573         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15574         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15575         (gst_ogg_chain_new), (gst_ogg_chain_free),
15576         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15577         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15578         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15579         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15580         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15581         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15582         (gst_ogg_demux_get_prev_page),
15583         (gst_ogg_demux_deactivate_current_chain),
15584         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15585         (gst_ogg_demux_bisect_forward_serialno),
15586         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15587         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15588         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15589         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15590         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15591         (gst_ogg_demux_change_state), (gst_ogg_print):
15592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15593         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15594         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15595         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15596         (gst_ogg_mux_loop):
15597         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15598         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15599         (theora_dec_src_convert), (theora_dec_sink_convert),
15600         (theora_dec_src_query), (theora_dec_src_event),
15601         (theora_dec_sink_event), (theora_dec_chain),
15602         (theora_dec_change_state):
15603         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15604         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15605         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15606         (theora_enc_change_state):
15607         * ext/vorbis/Makefile.am:
15608         * ext/vorbis/oggvorbisenc.c:
15609         * ext/vorbis/oggvorbisenc.h:
15610         * ext/vorbis/vorbis.c: (plugin_init):
15611         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15612         (vorbis_dec_src_query), (vorbis_dec_src_event),
15613         (vorbis_dec_sink_event), (vorbis_dec_chain),
15614         (vorbis_dec_change_state):
15615         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15616         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15617         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15618         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15619         (gst_vorbisenc_change_state):
15620         * ext/vorbis/vorbisenc.h:
15621         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15622         * gst-libs/gst/audio/audioclock.c:
15623         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15624         (gst_audiofilter_init), (gst_audiofilter_chain):
15625         * gst-libs/gst/audio/testchannels.c: (main):
15626         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15627         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15628         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15629         (gmip_find_track_streaminfo), (gmip_find_track_format):
15630         * gst-libs/gst/media-info/media-info.c:
15631         (gst_media_info_read_idler):
15632         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15633         (gst_play_get_all_by_interface):
15634         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15635         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15636         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15637         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15638         (gst_riff_parse_info):
15639         * gst-libs/gst/riff/riff-read.h:
15640         * gst-libs/gst/riff/riff.c: (plugin_init):
15641         * gst-libs/gst/video/Makefile.am:
15642         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15643         (gst_videosink_class_init), (gst_videosink_get_type):
15644         * gst-libs/gst/video/videosink.h:
15645         * gst/audioconvert/bufferframesconvert.c:
15646         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15647         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15648         * gst/audioconvert/channelmixtest.c: (main):
15649         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15650         (gst_audio_convert_chain),
15651         (gst_audio_convert_caps_remove_format_info),
15652         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15653         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15654         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15655         (gst_audio_convert_buffer_to_default_format),
15656         (gst_audio_convert_buffer_from_default_format),
15657         (gst_audio_convert_channels):
15658         * gst/audioconvert/gstchannelmix.h:
15659         * gst/ffmpegcolorspace/avcodec.h:
15660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15661         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15662         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15663         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15664         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15665         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15666         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15667         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15668         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15669         (dv_type_find):
15670         * gst/videotestsrc/gstvideotestsrc.c:
15671         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15672         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15673         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15674         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15675         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15676         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15677         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15679         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15680         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15681         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15682         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15683         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15684         (gst_xvimagesink_navigation_send_event),
15685         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15686         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15687         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15688         * sys/xvimage/xvimagesink.h:
15689         Plugin port to 0.9, ogg/theora playback should work in the seek
15690         example now.
15691         Removed old examples.
15692         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15693         explained in 0.9 TODO doc.
15694
15695
15696 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15697
15698         * autogen.sh:
15699         * configure.ac:
15700         * ext/Makefile.am:
15701         * gst/Makefile.am:
15702         * po/POTFILES.in:
15703         * po/af.po:
15704         * po/az.po:
15705         * po/cs.po:
15706         * po/en_GB.po:
15707         * po/hu.po:
15708         * po/it.po:
15709         * po/nb.po:
15710         * po/nl.po:
15711         * po/or.po:
15712         * po/sq.po:
15713         * po/sr.po:
15714         * po/sv.po:
15715         * po/uk.po:
15716         * po/vi.po:
15717         * sys/Makefile.am:
15718         * testsuite/Makefile.am:
15719           remove a whole bunch of plugins.  This module now contains a set
15720           of free reference plugins/elements as agreed.
15721
15722 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15723
15724         * configure.ac:
15725           hunting season on 0.9 is now OPEN
15726
15727 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15728
15729         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15730           Kick the hell out of gcc for not warning me about a symbol conflict.
15731
15732 2005-02-22  Luca Ognibene  <luogni@tin.it>
15733
15734         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15735
15736         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15737           Don't leak caps string (fixes #168134)
15738
15739         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15740         (gst_jpegenc_init), (gst_jpegenc_finalize),
15741         (gst_jpegenc_change_state):
15742           Don't leak line buffers and context struct (fixes #168133).
15743
15744 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15745
15746         * configure.ac:
15747         * ext/dirac/gstdiracdec.cc:
15748         (gst_diracdec_chain):
15749           Since dirac 0.5.0 the framerate in dirac is expressed as a
15750           rational number. Fix build and up requirement to 0.5.0, and
15751           also pass parameters to gst_diracdec_link in the right order
15752           (fixes #167959).
15753
15754 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15755
15756         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15757         * ext/faad/gstfaad.h:
15758         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15759         certain invalid muxed streams, where some packets will contain 
15760         junk after decoder data. Partially fixes #149158.
15761
15762 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15763         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15764           Make sure we only write to writable buffers
15765
15766 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15767
15768         * gst-libs/gst/riff/riff-media.c:
15769         (gst_riff_create_audio_caps_with_data):
15770           Do actually fix invalid RIFF fmt header values for alaw
15771           and mulaw audio instead of just saying so.
15772
15773         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15774           Give gst_riff_create_audio_caps_with_data() a chance to
15775           fix up broken format header fields before extracting any
15776           parameters from the header. (fixes #167633)
15777
15778 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15779
15780         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15781
15782         * gst/audioconvert/bufferframesconvert.c:
15783         (buffer_frames_convert_link):
15784           Don't leak othercaps. (fixes #167878)
15785
15786 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15787
15788         * configure.ac:
15789         * ext/libvisual/visual.c: (gst_visual_srclink),
15790         (gst_visual_change_state):
15791           Support libvisual 0.2.0.
15792
15793 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15796         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15797           Use same rowstrides for I420 as used everywhere else.
15798
15799 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15802           Declare variables at beginning of block and make gcc-2.95 happy
15803           (fixes # 167482, patch by Gergely Nagy).
15804           
15805         * gst/tcp/gsttcpclientsrc.c:
15806         * gst/tcp/gsttcpclientsrc.h:
15807           Move some includes into the header, so that struct sockaddr_in is
15808           defined when it should be defined on FreeBSD as well (fixes
15809           #167483).
15810           
15811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15812           Don't pass uninitialised values to setsockopt() here either.
15813
15814 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15815
15816         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15817
15818         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15819           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15820
15821 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15822
15823         * gst/playback/gstplaybin.c: (add_sink):
15824           Invert bin_add/link order to workaround deadlock in opt.
15825
15826 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15827
15828         * gst/modplug/gstmodplug.cc:
15829           Add missing break causing position queries to fail.
15830
15831 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15832
15833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15834           Granpos can apparently be -1, which screws up calculations...
15835
15836 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15837
15838         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15839         (gst_ximagesink_send_pending_navigation),
15840         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15841         (gst_ximagesink_init):
15842         * sys/ximage/ximagesink.h:
15843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15844         (gst_xvimagesink_send_pending_navigation),
15845         (gst_xvimagesink_navigation_send_event),
15846         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15847         * sys/xvimage/xvimagesink.h:
15848           Use a mutex protected list to marshal navigation
15849           events into the stream thread from whichever thread
15850           sends them.
15851
15852 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15853
15854         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15855           Display current position and track length; misc. clean-ups.
15856           
15857         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15858         (speed_init), (speed_chain):
15859           Add query function, so that the stream length and current position
15860           get adjusted when queried (note that current position queries may
15861           still be wrong if the audio sink returns values based on buffer
15862           timestamps instead of passing on the query).
15863
15864 2005-02-13  Benjamin Otte  <otte@gnome.org>
15865
15866         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15867         (gst_audio_convert_channels):
15868           create channel conversion matrix when linking
15869         * gst/audioconvert/.cvsignore:
15870         * gst/audioconvert/Makefile.am:
15871         * gst/audioconvert/channelmixtest.c: (main):
15872           add (ugly) test that ensures stereo <=> mono conversion works
15873           correctly
15874
15875 2005-02-13  Benjamin Otte  <otte@gnome.org>
15876
15877         * gst/audioconvert/gstchannelmix.h:
15878           include missing header file
15879         * gst/audioconvert/gstchannelmix.c:
15880         (gst_audio_convert_fill_compatible):
15881           use same sign for both channels when converting to/from compatible
15882           channel. Previously used different signs made the signals cancel
15883           each other out and appear like silence. (fixes #167269)
15884
15885 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15886
15887         * gst/ffmpegcolorspace/avcodec.h:
15888         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15889         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15890         (gst_ffmpegcsp_avpicture_fill):
15891         * gst/ffmpegcolorspace/imgconvert.c:
15892           Convert to and from YV12 (fixes #156379).
15893
15894 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15895
15896         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15897         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15898         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15899         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15900         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15901         methods from chain and negotiation and vice versa (Fixes #166142).
15902         * sys/ximage/ximagesink.h: Add stream_lock.
15903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15904         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15905         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15906         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15907
15908 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15909
15910         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15911           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15912           error message when we can't open the DVD device (when dvdnav_open()
15913           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15914           the above). Send something more useful instead (fixes #167117).
15915
15916 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15917
15918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15919         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15920         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15921         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15922         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15923         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15924         methods from chain and negotiation and vice versa (Fixes #166142).
15925         Fix a possible bug of images in the buffer pool being discarded because
15926         we are looking at the wrong geometry.
15927         * sys/xvimage/xvimagesink.h: Add stream_lock.
15928
15929 2005-02-11  David Schleef  <ds@schleef.org>
15930
15931         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15932         unsigned int. (fixes #167128)
15933
15934 2005-02-11  David Schleef  <ds@schleef.org>
15935
15936         * gst/librfb/Makefile.am: Testing stuff before committing is
15937           for wimps... and people with fast machines.  Fix stupid
15938           mistake.
15939
15940 2005-02-11  David Schleef  <ds@schleef.org>
15941
15942         * configure.ac: Pull in librfb from my CVS tree, because it is
15943           too small and annoying to be separate.  Move rfbsrc plugin
15944           to gst/.
15945         * ext/Makefile.am:
15946         * ext/librfb/Makefile.am:
15947         * ext/librfb/gstrfbsrc.c:
15948         * gst/librfb/Makefile.am:
15949         * gst/librfb/gstrfbsrc.c:
15950         * gst/librfb/rfb.c:
15951         * gst/librfb/rfb.h:
15952         * gst/librfb/rfbbuffer.c:
15953         * gst/librfb/rfbbuffer.h:
15954         * gst/librfb/rfbbytestream.c:
15955         * gst/librfb/rfbbytestream.h:
15956         * gst/librfb/rfbcontext.h:
15957         * gst/librfb/rfbdecoder.c:
15958         * gst/librfb/rfbdecoder.h:
15959         * gst/librfb/rfbutil.h:
15960
15961 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15962
15963         * gst/speed/Makefile.am:
15964         * gst/speed/demo-mp3.c: (main):
15965         * gst/speed/filter.func:
15966         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15967         (speed_class_init), (speed_init), (speed_chain_int16),
15968         (speed_chain_float32), (speed_chain), (speed_set_property),
15969         (speed_get_property), (speed_change_state):
15970         * gst/speed/gstspeed.h:
15971           Fix speed element and make it chain-based (fixes #156467),
15972           and make it handle more than one channel.
15973
15974 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15975
15976         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15977         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15978         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15979         * ext/dts/gstdtsdec.h:
15980           Don't clobber the stack constructing the channels array.
15981           Make the element chain-based. DTS tracks can now be played.
15982           
15983 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15984
15985         * gst-libs/gst/audio/multichannel.h:
15986         * gst-libs/gst/gconf/gconf.h:
15987         * gst-libs/gst/idct/idct.h:
15988         * gst-libs/gst/media-info/media-info-priv.h:
15989         * gst-libs/gst/play/play.h:
15990         * gst-libs/gst/resample/private.h:
15991         * gst-libs/gst/resample/resample.h:
15992         * gst-libs/gst/riff/riff-ids.h:
15993         * gst-libs/gst/video/video.h:
15994         * gst-libs/gst/video/videosink.h:
15995           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15996           missing, so that they work when included from C++ code.
15997
15998 2005-02-09  David Schleef  <ds@schleef.org>
15999
16000         * testsuite/gst-lint: Check for non-statically scoped
16001           parent_class variables.  This won't be a problem once
16002           plugins are loaded with RTLD_LOCAL.
16003
16004 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16005
16006         * ext/mplex/gstmplexibitstream.cc:
16007           gcc madness.
16008
16009 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16010
16011         * ext/ogg/gstogmparse.c:
16012         * gst/debug/gstnavigationtest.c:
16013           Die, thou faulty symbol pollutors (non-static parent_class).
16014
16015 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16016
16017         * ext/mplex/gstmplexibitstream.cc:
16018           Fix event handling (#165525).
16019
16020 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16021
16022         * ext/mikmod/gstmikmod.c:
16023         * gst/modplug/gstmodplug.cc:
16024           Add missing endianness to template (fixes #165509).
16025
16026 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16027
16028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16029           Fix wrong order of reading of optional bytes (#165290).
16030
16031 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16032
16033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16034           Implement FILLER event awareness.
16035
16036 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16037
16038         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16039           Fix track calculations (#166208).
16040
16041 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16042
16043         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16044
16045         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16046         * ext/libpng/gstpngenc.c:
16047           Fix byte-order, use proper fixed caps. Fixes #164197.
16048
16049 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16050
16051         * configure.ac:
16052           Add dvdlpcmdec 
16053
16054         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16055         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16056           Don't push buffers if the src pad isn't negotiated yet.
16057           
16058         * gst/audioconvert/gstaudioconvert.c:
16059         (gst_audio_convert_buffer_to_default_format),
16060         (gst_audio_convert_buffer_from_default_format):
16061           Add support for 24-bit width.
16062
16063         * gst/dvdlpcmdec/.cvsignore:
16064         * gst/dvdlpcmdec/Makefile.am:
16065         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16066         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16067         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16068         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16069         (plugin_init):
16070         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16071           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16072           format. Needs support for the channels maps if someone can find 
16073           a DVD LPCM track with > 2 channels.
16074
16075         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16076         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16077         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16078         * gst/mpegstream/gstdvddemux.h:
16079         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16080         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16081         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16082         * gst/mpegstream/gstmpegdemux.h:
16083         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16084         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16085         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16086         (gst_mpeg_parse_handle_src_query),
16087         (gst_mpeg_parse_handle_src_event):
16088           Use audio/x-dvd-lpcm for LPCM output.
16089           Add DTS output.
16090
16091 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16092
16093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16094
16095         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16096         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16097           Add BGRA handling (#165736).
16098
16099 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16100
16101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16102
16103         * gst/law/alaw-decode.c: (alawdec_link):
16104         * gst/law/alaw-encode.c: (alawenc_link):
16105         * gst/law/mulaw-decode.c: (mulawdec_link):
16106         * gst/law/mulaw-encode.c: (mulawenc_link):
16107           Fix caps memleaks (#166600).
16108
16109 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * ext/tarkin/mem.h:
16112         * ext/tarkin/wavelet.h:
16113         * ext/tarkin/yuv.h:
16114         * gst/ffmpegcolorspace/avcodec.h:
16115           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16116           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16117
16118 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16119
16120         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16122         (gst_xvimagesink_change_state):
16123           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16124           Xv video (and thereby regenerate Xv colourkey) in clear() so
16125           that PLAY -> READY -> PLAY works (fixes #162504).
16126
16127 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16128
16129         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16130           Switch to list instead of range, since MJPEG-devices really just
16131           support decimations, not any size.
16132
16133 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16134         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16135         (gst_mpeg2dec_reset), (free_all_buffers),
16136         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16137         * ext/mpeg2dec/gstmpeg2dec.h:
16138           The libmpeg2 user-allocated buffer management is awkward, 
16139           to say the least. Hopefully this fixes things.
16140
16141 2005-02-04  Andy Wingo  <wingo@pobox.com>
16142
16143         * gst/audioconvert/bufferframesconvert.c
16144         (buffer_frames_convert_fixate): New function, fixates to 256
16145         frames per buffer by default. (Much better than 1.)
16146         (buffer_frames_convert_init): Set the fixate function for both src
16147         and sink pad.
16148         (buffer_frames_convert_link): After success setting nonfixed caps,
16149         get the negotiated caps so we can know how many buffer-frames it
16150         will be. No idea how this worked at all before.
16151
16152 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16153
16154         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16155         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16156         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16157         (handle_sequence), (handle_picture):
16158         * ext/mpeg2dec/gstmpeg2dec.h:
16159           Rearrange buffer tracking and refcounting and refactor
16160           a little for readability. 
16161
16162 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16163         * sys/v4l/gstv4l.c: (plugin_init):
16164         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16165         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16166         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16167         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16168         * sys/v4l/gstv4ljpegsrc.h:
16169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16170         * sys/v4l/v4l_calls.h:
16171         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16172         (gst_v4lsrc_get_fps):
16173         * sys/v4l/v4lsrc_calls.h:
16174           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16175           you jpeg inside rgb frames" driver.
16176           Don't error in the v4lsrc link function, just return 
16177           REFUSED.
16178
16179 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16180
16181         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16182         (gst_qcamsrc_open):
16183           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16184
16185 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16186
16187         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16188           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16189
16190 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16191
16192         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16193           Reset negotiated state on PAUSED->READY.
16194
16195 2005-02-02  David Schleef  <ds@schleef.org>
16196
16197         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16198         whereever possible.  (Fixes #165997)
16199         * examples/capsfilter/capsfilter1.c: (main):
16200         * examples/dynparams/filter.c: (create_ui):
16201         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16202         * examples/seeking/chained.c: (main):
16203         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16204         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16205         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16206         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16207         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16208         * examples/switch/switcher.c: (main):
16209         * ext/dv/demo-play.c: (main):
16210         * ext/faad/gstfaad.c: (gst_faad_change_state):
16211         * ext/mad/gstmad.c: (gst_mad_chain):
16212         * ext/smoothwave/demo-osssrc.c: (main):
16213         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16214         (gst_gconf_render_bin_from_description),
16215         (gst_gconf_get_default_audio_sink),
16216         (gst_gconf_get_default_video_sink),
16217         (gst_gconf_get_default_audio_src),
16218         (gst_gconf_get_default_video_src),
16219         (gst_gconf_get_default_visualization_element):
16220         * gst/level/demo.c: (main):
16221         * gst/level/plot.c: (main):
16222         * gst/playback/gstplaybin.c: (gen_video_element),
16223         (gen_audio_element):
16224         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16225         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16226         * gst/sine/demo-dparams.c: (main):
16227         * gst/spectrum/demo-osssrc.c: (main):
16228         * gst/speed/demo-mp3.c: (main):
16229         * gst/volume/demo.c: (main):
16230         * testsuite/embed/embed.c: (main):
16231
16232 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16233
16234         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16235         (gst_tcpclientsink_finalize):
16236         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16237         (gst_tcpclientsrc_finalize):
16238         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16239         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16240         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16241         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16242           Don't leak the hostname when shutting down.
16243           In tcpserversrc, take a copy of the default hostname.
16244
16245 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16246
16247         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16248           Set caps to systemstream=TRUE.
16249
16250 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16251
16252         * testsuite/Makefile.am:
16253           Fix more OSX buildbots.
16254
16255 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16256
16257         * ext/mpeg2dec/gstmpeg2dec.c:
16258           Don't send things to NULL PAD_PEERs
16259
16260         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16261           Copy-on-write the incoming buffer.
16262
16263         * gst/mpegstream/gstdvddemux.h:
16264         * gst/mpegstream/gstmpegclock.h:
16265         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16266         (normal_seek), (gst_mpeg_demux_handle_src_event):
16267         * gst/mpegstream/gstmpegdemux.h:
16268         * gst/mpegstream/gstmpegpacketize.h:
16269         * gst/mpegstream/gstmpegparse.c:
16270         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16271         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16272         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16273         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16274         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16275         * gst/mpegstream/gstmpegparse.h:
16276         * gst/mpegstream/gstrfc2250enc.h:
16277           Various changes to the way time is computed that make seeking and
16278           total time estimation much better here.
16279           Use G_BEGIN/END_DECLS instead of __cplusplus
16280
16281         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16282           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16283
16284 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16285
16286         * gst/subparse/gstsubparse.c:
16287           Fix OSX buildbot.
16288
16289 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16292         (theora_enc_chain), (theora_enc_change_state):
16293         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16294         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16295         (gst_vorbisenc_change_state):
16296         * ext/vorbis/vorbisenc.h:
16297           Set granulepos and timestamp correctly for streams not
16298           starting at 0, taking into account the initial delay.
16299
16300 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16301
16302         * gst/mpegstream/gstdvddemux.c:
16303           Add audio/x-dts to audio pad template caps
16304
16305 2005-01-30  David Schleef  <ds@schleef.org>
16306
16307         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16308         (create_context), (gst_polypsink_link): Fix silly endianness
16309         bug.  Add some debugging.  Remove float from caps; it doesn't
16310         work.  Attempt to get remote audio working.
16311
16312 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16313
16314         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16315           Add 3IV2 fourcc.
16316
16317 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16318
16319         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16320         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16321         (gst_avi_demux_stream_data):
16322         * gst/avi/gstavidemux.h:
16323           Invert DIB images. Fixes #132341.
16324
16325 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16326
16327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16328         (gst_ffmpegcsp_chain):
16329           D'oh, reference the palette data, not the palette structure.
16330           Fixes color distortion in #132341.
16331
16332 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16333
16334         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16335           PAR can be non-fixed when not provided as argument (#162626).
16336
16337 2005-01-29  David Moore  <dcm@acm.org>
16338
16339         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16340
16341         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16342         (gst_qtdemux_loop_header):
16343           Re-apply patch from #142272 that allows non-seekable sources,
16344           re-proposed by Daniel Drake <dsd@gentoo.org>.
16345
16346 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16347
16348         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16349           Use the src template for creating the src pad (#162330).
16350
16351 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16352
16353         * configure.ac:
16354         * ext/musepack/Makefile.am:
16355         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16356         (gst_musepackdec_init), (gst_musepackdec_dispose),
16357         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16358         (gst_musepack_stream_init), (gst_musepackdec_loop),
16359         (gst_musepackdec_change_state):
16360         * ext/musepack/gstmusepackdec.cpp:
16361         * ext/musepack/gstmusepackdec.h:
16362         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16363         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16364         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16365         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16366         * ext/musepack/gstmusepackreader.cpp:
16367         * ext/musepack/gstmusepackreader.h:
16368           Update to 1.1 API (#165446).
16369
16370 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16371
16372         * ext/Makefile.am:
16373           Unbreak buildbot.
16374
16375 2005-01-28  Andy Wingo  <wingo@pobox.com>
16376
16377         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16378         to reflect a different dubious internet source. Add a reference
16379         and some commentary.
16380
16381 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16382
16383         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16384         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16385         * gst/playback/gststreamselector.h:
16386           Be more selective when we're redoing caps negotiation from
16387           within the chain function on a stream change.
16388
16389 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16390
16391         * configure.ac:
16392         * ext/Makefile.am:
16393         * ext/amrnb/Makefile.am:
16394         * ext/amrnb/amrnb.c: (plugin_init):
16395         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16396         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16397         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16398         (gst_amrnbdec_state_change):
16399         * ext/amrnb/amrnbdec.h:
16400         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16401         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16402         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16403         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16404         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16405         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16406         * ext/amrnb/amrnbparse.h:
16407           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16408         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16409           Add AMR-NB/-WB raw formats.
16410         * ext/alsa/gstalsa.c: (gst_alsa_link):
16411           Keep valid time when changing format.
16412         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16413         (qtdemux_parse_trak):
16414           Add some more format-specific options (#140141, #143555, #155163).
16415
16416 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16417
16418         * gst/matroska/matroska-demux.c:
16419         (gst_matroska_demux_parse_blockgroup):
16420           Fix logic error in timing of subtitle stream synchronization.
16421         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16422           Add skip-chunk, which is found in kodak-camera streams.
16423
16424 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16425
16426         * po/LINGUAS:
16427         * po/vi.po:
16428           Adding Vietnamese translation (submitted by Clytie Siddall)
16429
16430 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16431
16432         * gst/playback/gstdecodebin.c: (try_to_link_1):
16433           Use realpad for signal.
16434
16435 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16436
16437         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16438           Fix category so decodebin picks it up.
16439
16440 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16441
16442         * ext/mad/Makefile.am:
16443         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16444         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16445         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16446         (found_type), (gst_id3demux_bin_change_state):
16447         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16448         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16449         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16450         (gst_id3_tag_change_state), (plugin_init):
16451         * ext/mad/gstmad.h:
16452           Add id3demuxbin (which is a simple bin consisting of id3demux
16453           and typefind), take over rank from id3demux, remove typefind
16454           code from id3demux. Makes all broken mp3s that I know of work,
16455           and thereby fixes #152688.
16456
16457 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16458
16459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16460
16461         * ext/mad/gstmad.c: (gst_mad_src_event):
16462         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16463           Allow seeks on audio pad, make mad forward those (#164826).
16464         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16465           Set duration (#165335).
16466
16467 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16468
16469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16470         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16471         (gst_asf_demux_process_ext_content_desc),
16472         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16473         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16474         * gst/asfdemux/gstasfdemux.h:
16475           Improve metadata display, e.g. if the metadata comes before the
16476           streams are loaded (which is perfectly valid).
16477
16478 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16479
16480         * tools/gst-launch-ext-m.m:
16481           Fix AVI/ASF pipelines (#165340).
16482
16483 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16484         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16485         build failure on amd64
16486
16487 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16490         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16491           Check environment variables GST_ID3V2_TAG_ENCODING,
16492           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16493           list of character encodings to force interpretation of non-unicode
16494           strings stored in an ID3v2 tag to a particular encoding. If none
16495           is specified, try to use current locale's encoding, then fall back
16496           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16497         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16498         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16499           Check environment variables GST_ID3V1_TAG_ENCODING,
16500           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16501           list of character encodings to use in case a string encountered
16502           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16503           specified, try to use the current locale's encoding, then fall
16504           back to ISO-8859-1 (which will always succeed).
16505
16506 2005-01-25  Benjamin Otte  <otte@gnome.org>
16507
16508         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16509           - on half framerate, compute the rate in advance so the comparisons
16510             don't compare wrong values
16511           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16512             behaviour
16513           - don't use mad_header_decode anymore, mad_frame_decode does that
16514             automatically
16515           - when getting rid of consumed bytes, reset the stream's skiplen
16516           (fixes #163867)
16517
16518 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16519
16520         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16521           Use 1/2 a second for default max_discont, as PES streams from DVB
16522           seem to have larger spacings in the SCR. 
16523           Fix a typo.
16524
16525 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16526
16527         * gst/playback/gstplaybasebin.c: (group_commit):
16528           Notify delayed stream-info availability.
16529
16530 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16531         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16532         (gst_a52dec_handle_event), (gst_a52dec_chain):
16533         Add some debug output. Check that a discont has a valid
16534         time associated.
16535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16536         (gst_alsa_sink_loop):
16537         Ignore TAG events. A little extra debug for broken timestamps.
16538         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16539         (dvdnavsrc_change_state):
16540         Ensure we send a discont to engage the link before we send any
16541         other events.
16542         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16543         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16544         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16545         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16546         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16547         dvd://title works in totem because typefinding sends a seek that ends
16548         up going back to chapter 1 regardless.
16549         * ext/mpeg2dec/gstmpeg2dec.c:
16550         * ext/mpeg2dec/gstmpeg2dec.h:
16551         Output correct timestamps and handle disconts.
16552         * ext/ogg/gstoggdemux.c: (get_relative):
16553         Small guard against a null dereference.
16554         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16555         (gst_textoverlay_set_property):
16556         Free memory when done. Don't call gst_event_filler_get_duration on
16557         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16558         g_warning.
16559         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16560         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16561         (gst_sw_srclink), (gst_smoothwave_chain):
16562         Draw solid lines, prettier colours.
16563         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16564         Add a default palette that'll work for some movies.
16565         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16566         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16567         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16568         * gst/mpegstream/gstdvddemux.h:
16569         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16570         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16571         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16572         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16573         * gst/mpegstream/gstmpegparse.h:
16574         Use PTM/NAV events when for timestamp adjustment when connected to 
16575         dvdnavsrc. Don't use many discont events where one suffices.
16576         * gst/playback/gstplaybasebin.c: (group_destroy),
16577         (gen_preroll_element), (gst_play_base_bin_add_element):
16578         * gst/playback/gstplaybasebin.h:
16579         Make sure we remove subtitles from the same bin we put them in.
16580         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16581         (gst_subparse_buffer_format_autodetect),
16582         (gst_subparse_change_state):
16583         Fix some memleaks and invalid accesses.
16584         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16585         (oggskel_type_find), (cmml_type_find), (plugin_init):
16586         Some typefind functions for Annodex v3.0 files
16587         * gst/wavparse/gstwavparse.h:
16588         GstRiffReadClass is the correct parent class.
16589
16590 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16591
16592         * gst-libs/gst/riff/riff-media.c:
16593         (gst_riff_create_video_caps_with_data):
16594           Add extradata to huffyuv (fixes #165013).
16595         * gst-libs/gst/riff/riff-read.c:
16596         (gst_riff_read_strf_vids_with_data):
16597           Fix extradata extraction if it is in the chunk size.
16598
16599 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16600
16601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16602
16603         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16604         (gst_quarktv_change_state), (gst_quarktv_dispose):
16605           Memory free'ing location fix (#164708).
16606
16607 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16608
16609         * gst/playback/gstplaybasebin.c: (group_commit),
16610         (gen_preroll_element), (probe_triggered), (gen_source_element),
16611         (setup_source), (gst_play_base_bin_change_state),
16612         (gst_play_base_bin_add_element):
16613           Don't block for streams.
16614         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16615         (gst_stream_info_set_mute):
16616           Use gst_pad_set_active_recursive.
16617
16618 2005-01-25  Andy Wingo  <wingo@pobox.com>
16619
16620         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16621         for #ifndef HAVE_XVIDEO.
16622
16623 2005-01-24  Jeffrey C. Ollie
16624
16625         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16626
16627         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16628         * ext/gsm/gstgsmdec.h:
16629         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16630         * ext/gsm/gstgsmenc.h:
16631         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16632         was given by property. Add proper buffer timestamps and offsets.
16633
16634 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16635
16636         * gst-libs/gst/riff/riff-media.c:
16637         (gst_riff_create_audio_caps_with_data):
16638           Audio can be <8000Hz.
16639
16640 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16641
16642         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16643           Explicit state change to workaround refcount bugs.
16644
16645 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16646
16647         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16648         (gst_avimux_riff_get_avi_header):
16649           Fix...
16650
16651 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16652
16653         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16654         (gst_riff_read_element_data):
16655         * gst-libs/gst/riff/riff-read.h:
16656           Add _peek version (req'ed in CDXA).
16657         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16658         (gst_cdxaparse_loop):
16659           Fix parsing in playbin.
16660         * gst/playback/gstdecodebin.c: (close_pad_link):
16661           Ignore current_ pads, they cause major annoyance.
16662
16663 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16664
16665         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16666           Safety guard.
16667
16668 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16669
16670         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16671           Fix padding...
16672
16673 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16674
16675         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16676           Allow for 0-sized buffers. Fixes length query problems in
16677           starwars.mkv from the testsuite.
16678
16679 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16680
16681         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16682         (gst_video_box_i420), (gst_video_box_chain):
16683           Fix row strides for I420 (fixes #163159)
16684           
16685 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16686
16687         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16688           MPEG2 has a useful rate property, so we can actually use that.
16689           For MPEG-1, continue using the bytes/time properties.
16690
16691 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16692
16693         * gst-libs/gst/riff/riff-media.c:
16694         (gst_riff_create_video_caps_with_data),
16695         (gst_riff_create_video_template_caps):
16696           Add intel-h263.
16697
16698 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16699
16700         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16701           Fail if caps negotiation fails. Should fix #162184, and should
16702           definately be in there regardless of it fixing the actual bug.
16703         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16704         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16705         (gst_avimux_riff_get_avix_header),
16706         (gst_avimux_riff_get_video_header),
16707         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16708         (gst_avimux_start_file), (gst_avimux_handle_event),
16709         (gst_avimux_change_state):
16710         * gst/avi/gstavimux.h:
16711           Refactor structure writing to use GST_WRITE_UINT macros, add
16712           metadata writing support.
16713
16714 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16715
16716         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16717           Elements may already be destroyed when this function is called.
16718
16719 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16720
16721         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16722         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16723           More memory leak fixes (#149162).
16724
16725 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16726
16727         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16728         (gst_qtdemux_add_stream):
16729           Fix two memleaks.
16730
16731 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16732
16733         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16734           Argh...
16735
16736 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16737
16738         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16739           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16740           when fixating to six channels in Totem.
16741
16742 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16743
16744         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16745           Fix compile warnings on Solaris 10 buildbot
16746
16747 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16748
16749         * ext/dvdread/dvdreadsrc.c: (_read):
16750           Don't read beyond the last cell in a chapter (fixes 
16751           invalid memory access)
16752
16753 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16754
16755         * ext/dvdread/stream_labels.c:
16756         (dvdreadsrc_get_audio_stream_labels):
16757           Use NULL for an empty GList instead of g_list_alloc(); fix 
16758           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16759           of GString (easier to bulk free later)
16760
16761 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16762
16763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16764
16765         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16766         (gst_ffmpeg_pixfmt_to_caps):
16767           Fix BGRA32 caps (#164209).
16768
16769 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16770
16771         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16772
16773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16774         (gst_ffmpeg_caps_to_pixfmt):
16775           alpha_mask can be RGBA/ABGR. Fixes #164265.
16776
16777 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16778
16779         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16780
16781         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16782         (gst_mpeg2dec_alloc_buffer):
16783         * ext/mpeg2dec/gstmpeg2dec.h:
16784           Crop if decoding size is not the actual image size (#163676).
16785
16786 2005-01-17  Steve Baker  <steve@stevebaker.org>
16787
16788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16789
16790         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16791         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16792           Add libsndfile typefind functions (#163309).
16793
16794 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16795
16796         * tools/gst-launch-ext-m.m:
16797           Add .aac, fix .m1v/.m2v (#163891).
16798
16799 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16800
16801         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16802           Sanity check, don't wait endlessly since the clock might not
16803           actually run at this point (which is a deadlock). Fixes #164069.
16804
16805 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16806
16807         * gst/playback/gstplaybasebin.c: (probe_triggered):
16808           Of course, only pause if group is done...
16809
16810 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16811
16812         * gst/playback/gstplaybasebin.c: (probe_triggered):
16813           Thread safety.
16814
16815 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16816
16817         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16818           Don't return state change success when the parent
16819           failed.
16820
16821 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16824           Free events (fix memleak in #162905).
16825
16826 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16827
16828         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16829
16830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16831         (gst_ffmpeg_caps_to_pixfmt):
16832           Fix for depth = 15. Fixes #161675.
16833
16834 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16835
16836         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16837           Set FPS correctly, even for webcams and the like.
16838         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16839           Don error on setting while capturing.
16840
16841 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16842
16843         * ext/dv/gstdvdec.c:
16844         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16845         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16846           I'm a bad boy. using /1001. to force C to do float division
16847           and not integer division (as it did in my last commit)
16848           Thanks to David I. Lehn for pointing this mistake.
16849
16850 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16851
16852         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16853           Revert Johan's 1.35->1.36 since it breaks compat.
16854
16855 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16856
16857         * ext/dv/gstdvdec.c:
16858         * ext/libfame/gstlibfame.c:
16859         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16860         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16861           replace framerate aproximations by their real value
16862           (24000/1001, 30000/1001, 60000/1001)
16863           Finish fixing bug #164049
16864
16865 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16866
16867         * ext/ogg/gstoggmux.c:
16868           eos/bos debugging
16869         * gst/tcp/gstmultifdsink.c:
16870         * gst/tcp/gstmultifdsink.h:
16871         * gst/tcp/gsttcp.c:
16872         * gst/tcp/gsttcp.h:
16873         * gst/tcp/gsttcpclientsink.c:
16874         * gst/tcp/gsttcpclientsrc.c:
16875         * gst/tcp/gsttcpserversink.c:
16876         * gst/tcp/gsttcpserversrc.c:
16877           improve reusability of elements after state changes and errors
16878           make multifdsink throw away streamheaders when receiving new ones
16879
16880 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16881
16882         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16883           Fix for if items are already in list...
16884
16885 2005-01-12  Benjamin Otte  <otte@gnome.org>
16886
16887         * gst/adder/gstadder.c: (gst_adder_loop):
16888           fix adder a bit so it doesn't screw up with events as much anymore
16889
16890 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16891
16892         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16893         (pixbufscale_scale), (gst_pixbufscale_chain):
16894         * ext/gdk_pixbuf/pixbufscale.h:
16895           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16896           to ensure rowstrides are calculated the same way as 
16897           ffmpegcolorspace
16898           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16899           that we pick up duration and offset also.
16900
16901 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16902
16903         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16904         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16905           Reusability fixes.
16906
16907 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16908
16909         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16910         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16911         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16912         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16913           Update flags when requested.
16914
16915 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16916
16917         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16918           Fix dmix.
16919
16920 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16921
16922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16923         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16924         (probe_triggered), (new_decoded_pad), (gen_source_element),
16925         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16926         * gst/playback/gstplaybasebin.h:
16927         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16928         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16929         (gst_play_bin_change_state):
16930           Implement group-switch signal for use in apps to clear metadata
16931           cache, clean up subtitle, add suburi property instead of # hack,
16932           some error-out fixes.
16933
16934 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16935
16936         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16937           Debug.
16938         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16939           If we got a state change in the _get handler, don't return success.
16940
16941 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16942
16943         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16944         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16945           Make jpegdec quiet on MJPEG decoding
16946         * gst/asfdemux/README:
16947           Fix mimetypes for MJPEG and H263
16948
16949 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16950
16951         * ext/theora/theoradec.c: (theora_dec_chain):
16952           Fix broken code generation by gcc by swapping arguments.
16953         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16954           Fix \n in debug.
16955
16956 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16957
16958         * TODO:
16959           delete this file, it is by far outdated
16960         * ext/alsa/gstalsa.1: remove
16961         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16962         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16963         (gst_alsa_get_caps):
16964           Add HW probing for supported sample rates. Fixes #161704
16965
16966 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16969           Don't crash, biatch! :).
16970
16971 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16972
16973         * ext/musepack/gstmusepackreader.cpp:
16974         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16975           Some work on tags - still doesn't work in playbin...
16976         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16977           Handle events...
16978
16979 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16980
16981         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16982           Also shove tags on kid pads.
16983
16984 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16985
16986         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16987           Don't bail on unknown events.
16988         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16989           Don't crash on events before negotiation.
16990         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16991           Send tags on pads, too.
16992         * gst/playback/gststreamselector.c:
16993         (gst_stream_selector_request_new_pad):
16994           Forward events on first pad if no input was selected yet.
16995
16996 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * gst/playback/gstplaybasebin.c: (setup_substreams):
16999           Don't disable streamtype if the stream doesn't exist, since
17000           then playing a video after audio will disable both and nothing
17001           will happen. Fixes the testsuite.
17002
17003 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17004
17005         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17006         (gst_v4l_xoverlay_set_xwindow_id):
17007         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17008         (gst_v4l2_xoverlay_set_xwindow_id):
17009           Add debug categories, fix overlay disabling.
17010
17011 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17012
17013         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17014         * ext/alsa/gstalsa.h:
17015           Add HW probing for period_count/size and buffer_size MIX/MAX
17016           Adjust default/user defined value if out of bounds
17017           Should fix bug #162024
17018
17019 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17020
17021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17022           Fix warning (#161191).
17023
17024 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17025
17026         * ext/dvdread/stream_labels.c:
17027         (dvdreadsrc_get_audio_stream_labels):
17028           Fix warning (init the good variable in switch default)
17029
17030 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17031
17032         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17033
17034         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17035           Fix gcc-2.95 compile (#163485).
17036
17037 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17038
17039         * configure.ac:
17040         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17041         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17042         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17043         (gst_flacenc_change_state):
17044         * ext/flac/gstflacenc.h:
17045           Update for API change in flac-1.1.1. Update requirement in
17046           configure.ac. Fixes #162974.
17047
17048 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17049
17050         * gst/playback/gstplaybasebin.c: (group_destroy):
17051           Remove hack to get rid of assert and get rid of unlinked
17052           signals properly.
17053
17054 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17055
17056         * gst/playback/gstplaybasebin.c: (setup_source):
17057           Set source to NULL so that resources are free'ed. Fixes issues
17058           with playback of CDDA and similar device-accessing things.
17059
17060 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17061
17062         * testsuite/embed/Makefile.am:
17063           test->noinst, fix make test in buildbot.
17064
17065 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17066
17067         * ext/dvdread/stream_labels.c: new file
17068         * ext/dvdread/stream_labels.h: new file
17069         * ext/dvdread/Makefile.am:
17070         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17071           Extract audio stream label from DVD IFO files.
17072           It only dump them on the console for now, still have to
17073           make playbin aware of them.
17074
17075 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17076
17077         * gst/playback/gstplaybasebin.c: (setup_source):
17078           Fix hanging subs.
17079
17080 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17081
17082         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17083         (gen_preroll_element), (remove_groups), (setup_subtitle),
17084         (gen_source_element), (setup_source):
17085         * gst/playback/gstplaybasebin.h:
17086           Multiple .sub files is just a stupid idea... Fix some threading
17087           mistakes. Interestingly, external .sub files cause playbin to
17088           hang, I don't know why... Parsing fixes contributed by Fran??ois
17089           Kooman <fkooman@tuxed.net>.
17090
17091 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17092
17093         * testsuite/embed/Makefile.am:
17094           Fix buildbot.
17095
17096 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17097
17098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17099
17100         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17101         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17102         (gst_pngenc_set_property):
17103         * ext/libpng/gstpngenc.h:
17104           Add compression level property (#163323).
17105
17106 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * configure.ac:
17109         * examples/capsfilter/capsfilter1.c: (main):
17110         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17111         * ext/dvdread/Makefile.am:
17112         * ext/dvdread/demo-play:
17113         * ext/dvdread/demo-play.c:
17114         * gconf/gstreamer.schemas.in:
17115         * gst-libs/gst/gconf/gconf.c:
17116         * sys/v4l/TODO:
17117         * testsuite/Makefile.am:
17118         * testsuite/embed/Makefile.am:
17119         * testsuite/embed/embed.c: (cb_expose), (main):
17120           Remove all references to xvideosink, fix examples (#140845).
17121         * gst/playback/gstplaybasebin.c: (group_destroy):
17122           Apparently, disposal does not unlink - so do explicitely.
17123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17124           Add debug.
17125
17126 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17127
17128         * README: fix PKG_CONFIG_PATH instructions, what was there
17129         previously was breaking default search path, not nice. 
17130         Fixes #163358
17131
17132 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17135         (gst_audioscale_chain):
17136           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17137           when resampling - how the ^@$^!@^! is this possible?!?
17138
17139 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17140
17141         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17142           Reset variables on READY.
17143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17144         (gst_matroska_mux_loop):
17145           Require data before writing header.
17146
17147 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17148
17149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17150
17151         * ext/mad/gstmad.c: (gst_mad_chain):
17152           Don't call mad_stream_sync() directly after recovering sync.
17153           Fixes #151661.
17154
17155 2005-01-09  Martin Eikermann  <meiker@upb.de>
17156
17157         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17158
17159         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17160         (snapshot_handler), (gst_snapshot_sinkconnect),
17161         (gst_snapshot_chain):
17162           Allocate resources when required, fix recursive signal emission
17163           and fix caps. Fixes #161667.
17164
17165 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17166
17167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17168
17169         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17170         (gst_pngdec_chain):
17171           Handle only 8-bppc (bits-per-pixel-component) images, better
17172           error handling and correct strides. Fixes #163177.
17173         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17174         (gst_pngenc_chain):
17175           Better error handling. Fixes #163348.
17176
17177 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17178
17179         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17180         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17181         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17182         (dvdnavsrc_uri_handler_init):
17183           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17184         * gst/playback/gstplaybasebin.c: (gen_source_element):
17185           Add MMS to streaming URIs.
17186
17187 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17188
17189         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17190         * sys/xvimage/xvimagesink.c:
17191         (gst_xvimagesink_navigation_send_event):
17192           Check for pad availability before sending event.
17193
17194 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17195
17196         * gst-plugins.spec.in:
17197           Add subparse.
17198
17199 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17200
17201         * configure.ac:
17202           Since we use functions from CVS, up requirement.
17203
17204 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17205
17206         * gst/playback/Makefile.am:
17207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17208         (group_destroy), (group_commit), (group_is_muted),
17209         (gen_preroll_element), (add_stream), (unknown_type),
17210         (probe_triggered), (preroll_unlinked), (mute_stream),
17211         (silence_stream), (new_decoded_pad), (setup_substreams),
17212         (setup_source), (get_active_source), (mute_group_type),
17213         (muted_group_change_state), (set_active_source),
17214         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17215         (play_base_eos), (gst_play_base_bin_change_state):
17216         * gst/playback/gstplaybasebin.h:
17217         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17218         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17219         (gst_stream_info_dispose), (stream_info_mute_pad),
17220         (stream_info_change_state), (gst_stream_info_set_mute):
17221         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17222         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17223         (gst_stream_selector_init), (gst_stream_selector_dispose),
17224         (gst_stream_selector_get_linked_pad),
17225         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17226         (gst_stream_selector_get_linked_pads),
17227         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17228         * gst/playback/gststreamselector.h:
17229           Adding stream selection support plus required properties for
17230           applications to use this. Fully fixes #100931.
17231
17232 2005-01-08  Benjamin Otte  <otte@gnome.org>
17233
17234         * gst/games/gstpuzzle.c: (nav_event_handler):
17235           - handle nav events differently: forward every event no matter if it
17236             was handled or not.
17237           - translate events
17238           You can now cheat by using navigationtest ! puzzle and moving the
17239           mouse close to the edge of a tile. ;)
17240
17241 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17242
17243         * configure.ac:
17244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17245         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17246         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17247         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17248         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17249         (gst_ogm_parse_plugin_init):
17250         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17251         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17252         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17253         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17254         * ext/pango/gsttextoverlay.h:
17255         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17256         (gst_matroska_demux_handle_seek_event),
17257         (gst_matroska_demux_sync_streams),
17258         (gst_matroska_demux_parse_blockgroup),
17259         (gst_matroska_demux_subtitle_caps),
17260         (gst_matroska_demux_plugin_init):
17261         * gst/matroska/matroska-ids.h:
17262         * gst/playback/gstdecodebin.c: (close_pad_link):
17263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17264         (gen_preroll_element), (remove_groups), (add_stream),
17265         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17266         (setup_source):
17267         * gst/playback/gstplaybasebin.h:
17268         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17269         * gst/subparse/Makefile.am:
17270         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17271         (gst_subparse_base_init), (gst_subparse_class_init),
17272         (gst_subparse_init), (gst_subparse_formats),
17273         (gst_subparse_eventmask), (gst_subparse_event),
17274         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17275         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17276         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17277         (parse_mpsub_deinit), (parse_mpsub_init),
17278         (gst_subparse_buffer_format_autodetect),
17279         (gst_subparse_format_autodetect), (gst_subparse_loop),
17280         (gst_subparse_change_state), (gst_subparse_type_find),
17281         (plugin_init):
17282         * gst/subparse/gstsubparse.h:
17283         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17284         (plugin_init):
17285           Add subtitle support, .sub parser (supports SRT and MPsub),
17286           OGM text support, Matroska UTF-8 text support, deadlock fixes
17287           all over the place, subtitle awareness in decodebin/playbin
17288           and some fixes to textoverlay to handle subtitles in a stream
17289           correctly. Fixes #100931.
17290
17291 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17292
17293         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17294           Check for pad availability before doing a query on it.
17295
17296 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17297
17298         * ext/dv/gstdvdec.c:
17299           really fix bpp24/32 dvdec caps (classic rgba indeed)
17300         * gst/asfdemux/gstasfdemux.c:
17301         (gst_asf_demux_process_ext_content_desc):
17302           don't send text tags if they are empty (bis repetita)
17303
17304 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17305
17306         * ext/dv/gstdvdec.c:
17307          remove unneeded comment from dvdec
17308           (related to DV 4CC codes in AVI files)
17309           moved them in gstreamer/docs/random/mimetypes
17310         * gst/asfdemux/gstasfdemux.c:
17311         (gst_asf_demux_process_ext_content_desc):
17312          don't send text tags if they are empty
17313          fix mem leak on error path
17314         * gst/ffmpegcolorspace/avcodec.h:
17315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17316         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17317         (gst_ffmpegcsp_avpicture_fill):
17318         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17319         * gst/ffmpegcolorspace/imgconvert_template.h:
17320          adds BGR32 and BGRA32 to ffmpegcolorspace
17321           (still bad colors, fixing it on next commit)
17322           helps with dvdec outputing BGR32
17323
17324 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17325
17326         * ext/dv/gstdvdec.c:
17327          Fix audio caps i just broke (missing ',')
17328         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17329         (gst_matroska_mux_reset):
17330          Fix typo + add FIXME about old "x-gst-metadata" crap
17331
17332 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17333
17334         * ext/dv/demo-play.c: (main):
17335          xvideosink -> xvimagesink
17336         * ext/dv/gstdvdec.c:
17337          change rgb 32/32 caps to 24/32 (no alpha)
17338          change nb of channels to be a list (2 or 4, not 2)
17339          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17340         * gst/asfdemux/gstasfdemux.c:
17341         (gst_asf_demux_process_ext_content_desc):
17342          Add 'date/year' to extracted metadata list
17343
17344 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17345
17346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17347           The return value of fixate_to does not imply that the requested
17348           value was set, so don't assume.
17349
17350 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17351
17352         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17353
17354         * ext/libpng/gstpngdec.c:
17355         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17356         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17357         * ext/libpng/gstpngenc.h:
17358           Alpha support (encoder; #163161), mime fixage.
17359
17360 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17361
17362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17363
17364         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17365         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17366         (gst_faac_set_property), (gst_faac_get_property):
17367         * ext/faac/gstfaac.h:
17368           Allow for ADTS output (#153434).
17369
17370 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17371
17372         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17373           Fix against template (#150576).
17374
17375 2005-01-06  Benjamin Otte  <otte@gnome.org>
17376
17377         * gst/games/gstpuzzle.c: (draw_puzzle):
17378           don't draw a puzzle if either width or height of tiles would be 0.
17379
17380 2005-01-06  Benjamin Otte  <otte@gnome.org>
17381
17382         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17383         (gst_puzzle_class_init), (gst_puzzle_finalize):
17384           no memleaks, please
17385         (gst_puzzle_create), (gst_puzzle_init),
17386         (gst_puzzle_set_property), (gst_puzzle_setup):
17387           change initialization code around so we don't reshuffle on resize
17388         (draw_puzzle):
17389           fix another stupid typo
17390
17391 2005-01-06  Benjamin Otte  <otte@gnome.org>
17392
17393         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17394           fix stupid typo that borked copying on YUY2
17395
17396 2005-01-06  Benjamin Otte  <otte@gnome.org>
17397
17398         * gst/games/gstpuzzle.c: (draw_puzzle):
17399           fix edges when image sizes aren't multiples of tile sizes
17400
17401 2005-01-06  Benjamin Otte  <otte@gnome.org>
17402
17403         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17404           make RGB endianness work correctly
17405         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17406           refactor and fix race with initial shuffling
17407         (nav_event_handler):
17408           allow using the mouse to puzzle
17409         (draw_puzzle):
17410           insist on tiles having width and height as multiples of 4 to get
17411           clean YUV image handling
17412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17413         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17414           s/DEBUG/LOG/ for common messages
17415         (gst_xvimagesink_navigation_send_event):
17416           fix mouse event translation to not include screen PAR
17417         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17418           fix mouse event translation to actually work
17419
17420 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17421
17422         * gst/asfdemux/gstasfdemux.c:
17423         (gst_asf_demux_process_ext_content_desc):
17424          Extract TrackNumber metadata + clean up code
17425         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17426          Hope this is the good fix (var used unitialised)
17427
17428 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17429
17430         * ext/faad/gstfaad.c: (gst_faad_chain):
17431           Only increment timestamp if it's valid. Fixes raw AAC streams.
17432
17433 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17434
17435         * configure.ac:
17436         * gst/games/Makefile.am:
17437         * gst/games/gstpuzzle.c:
17438           add a puzzle game with...
17439         * gst/games/gstvideoimage.c:
17440         * gst/games/gstvideoimage.h:
17441           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17442           from videotestsrc and made into something that would be a nice
17443           library for a lot of other plugins.
17444
17445 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17446
17447         * configure.ac:
17448          don't compile faad plugin if a RC of 2.0 is found
17449          Fixes #155346 (and FC1 buildbot)
17450         * gst/asfdemux/gstasfdemux.c:
17451         (gst_asf_demux_process_ext_content_desc):
17452          try to make Solaris compiler happier
17453
17454 2005-01-06  Paul Jack  <pjack@sfaf.org>
17455
17456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17457
17458         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17459           Fix segfault (#161667).
17460
17461 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17462
17463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17464           Fix framerate reporting.
17465
17466 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17467
17468         * gst-libs/gst/riff/riff-ids.h:
17469         * gst/wavenc/riff.h:
17470          Add AMR (VBR and CBR) ids to riff.h audio codec list
17471         * gst/asfdemux/gstasfdemux.c:
17472         (gst_asf_demux_process_ext_content_desc),
17473         (gst_asf_demux_process_object):
17474           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17475
17476 2005-01-05  Martin Eikermann  <meiker@upb.de>
17477
17478         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17479
17480         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17481         (gst_dvd_demux_handle_discont):
17482         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17483         (gst_mpeg_demux_handle_discont):
17484           Recreate pads on new-media (#160730).
17485         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17486           Send discont even if manager changes timestamps (#161929).
17487
17488 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17489
17490         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17491
17492         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17493           Fix invalid memory access (#159211).
17494
17495 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17496
17497         * examples/gstplay/player.c: (main):
17498           Don't iterate.
17499         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17500           Add visualizations.
17501         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17502         (gst_a52dec_handle_frame):
17503           Set duration.
17504         * ext/dvdnav/gst-dvd:
17505           Add audioconvert. Fixes #161325.
17506         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17507           Explicitely case to gint64. Possible valgrind error.
17508         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17509         (gst_play_tick_callback), (gst_play_change_state),
17510         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17511         (gst_play_set_location), (gst_play_get_location),
17512         (gst_play_seek_to_time), (gst_play_set_data_src),
17513         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17514         (gst_play_set_visualization), (gst_play_connect_visualization),
17515         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17516         (gst_play_new):
17517           Use playbin. Fixes #139749 and #147744.
17518         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17519           Add genre tag.
17520         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17521         (audioscale_get_type), (gst_audioscale_base_init),
17522         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17523         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17524         (gst_audioscale_link), (gst_audioscale_get_buffer),
17525         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17526         (gst_audioscale_init), (gst_audioscale_dispose),
17527         (gst_audioscale_chain), (gst_audioscale_set_property),
17528         (gst_audioscale_get_property), (plugin_init):
17529           Indent properly.
17530         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17531           Fix LPCM.
17532         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17533         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17534         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17535           Add more metadata (fixes #162656).
17536
17537 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17538
17539         * configure.ac:
17540           back to cvs
17541
17542 === release 0.8.7 ===
17543
17544 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17545
17546         * NEWS:
17547         * RELEASE:
17548         * configure.ac:
17549           releasing 0.8.7, "Hyperspace"
17550
17551 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17552
17553         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17554
17555         * gst/playback/gstplaybasebin.c:
17556          Fix for #162924 - free caps after use, not before
17557
17558 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17559
17560         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17561
17562         * gst/playback/gstplaybasebin.c:
17563         * gst/wavparse/gstwavparse.c:
17564           Fix for #154773 - fixes playback of small .wav files
17565
17566 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17567
17568         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17569
17570         * gst/audioscale/gstaudioscale.c:
17571           Fix for #162819 - make audioscale reusable
17572           Fixes playback of more than one file with playbin/totem
17573
17574 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17575
17576         * gst/ffmpegcolorspace/avcodec.h:
17577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17578         * gst/ffmpegcolorspace/imgconvert.c:
17579           clean up the mess that made me cry and avoid needless duplication
17580
17581 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17582
17583         * gst/ffmpegcolorspace/imgconvert.c:
17584           give some indication of why we're segfaulting
17585
17586 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17587
17588         * configure.ac:
17589           Fix indentation, fix v4l2 plugin detection.
17590         * ext/Makefile.am:
17591           Fix libmms location (Maciej, use diff -u!).
17592         * ext/alsa/gstalsa.c: (gst_alsa_init):
17593           Initialize caps cache to NULL.
17594         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17595           Only change state on audiosink if it exists.
17596
17597 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17598
17599         * gst/matroska/matroska-demux.c:
17600         * gst/matroska/matroska-ids.h:
17601         * gst/matroska/matroska-demux.h:
17602         Fix Vorbis streams failing to decode in some files, where cluster_time
17603         isn't 0, because then it doesn't send codec_priv before actual data.
17604         Remove time-based test and replace it with marker set on beginning of
17605         new stream
17606
17607 2004-12-28  David Schleef  <ds@schleef.org>
17608
17609         Merge patch from Ronald fixing problems with streaming
17610         text.
17611         * ext/cairo/gstcairo.c: (plugin_init):
17612         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17613         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17614         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17615         (gst_textoverlay_font_init), (gst_textoverlay_init),
17616         (gst_textoverlay_set_property):
17617         * ext/cairo/gsttextoverlay.h:
17618
17619 2004-12-27  David Schleef  <ds@schleef.org>
17620
17621         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17622         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17623         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17624         (gst_textoverlay_font_init), (gst_textoverlay_init),
17625         (gst_textoverlay_set_property): Improvements to actually
17626         render text as white on black outline on video, including
17627         font selection and horizontal/vertical alignment.  (Ronald's
17628         christmas present)
17629         * ext/cairo/gsttextoverlay.h:
17630
17631 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17632
17633         * ext/ogg/gstogg.c:
17634         * ext/ogg/gstogmparse.c:
17635           fix ogm[audio/video]parse plugin registration
17636           (riff won't load if bytestream is already loaded)
17637
17638 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17639
17640         * gst/audioconvert/gstchannelmix.c:
17641           fix for GLIB < 2.4
17642
17643 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17644
17645         * Makefile.am:
17646         * configure.ac:
17647           disable docs again until it actually passes make distcheck.
17648
17649 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17650
17651         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17652         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17653         (plugin_init):
17654           Add 3GP (variables name Q3GP because they can't start with a
17655           number). Add samr audio fourcc (used in .3gp files), decoder
17656           is work in progress. Also do a GST_WARNING instead of ERROR
17657           in case of unknown nodes, to decrease output.
17658
17659 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17660
17661         * Makefile.am:
17662           really fix dist
17663
17664 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17665
17666         * configure.ac:
17667         * ext/speex/gstspeexdec.h:
17668         * ext/speex/gstspeexenc.h:
17669           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17670           Fix detection code in configure.ac
17671
17672 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17673
17674         * gst/matroska/matroska-demux.c:
17675         (gst_matroska_demux_parse_blockgroup):
17676           Save position, so that queries give proper return values. Don't
17677           know how this could ever have worked before...
17678
17679 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17680
17681         * configure.ac:
17682           Put additional LAME check inside the conditional.  Fixes #152339
17683
17684 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17685
17686         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17687         (gst_avi_demux_stream_scan):
17688           Add some more debug. Fix logic error when setting movi offset
17689           while reading index.
17690
17691 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17692
17693         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17694         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17695         (gst_avi_demux_process_next_entry):
17696           Add some debugging. Better detection of broken indexes and the
17697           accompanying index recovery. No infinite loops on state changes
17698           when we're still in our loopfunction.
17699
17700 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17701
17702         * configure.ac:
17703           Fix up.
17704
17705 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17706
17707         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17708
17709         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17710           Normalizing the value before setting
17711         (gst_sunaudiomixer_get_volume):
17712           Normalizing the value after getting. Fixes bug# 161980
17713
17714 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17715
17716         * Makefile.am: Make sure docs gets disted
17717         * docs/Makefile.am: Make sure all needed files get disted
17718         * gst-plugins.spec.in: latest updates
17719
17720 2004-12-22  Wim Taymans  <wim@fluendo.com>
17721
17722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17723         Revert patch 1.38 as clock distribution over schedulers does
17724         not work correcly in the core yet.
17725
17726 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17727
17728         * sys/oss/README: remove this file, which predates my birth
17729           (and which content is by far outdated)
17730
17731 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17732
17733         * Makefile.am:
17734         * configure.ac:
17735         * docs/Makefile.am:
17736         * docs/libs/Makefile.am:
17737         * docs/libs/gst-plugins-libs-docs.sgml:
17738         * docs/libs/gst-plugins-libs-sections.txt:
17739         * docs/libs/tmpl/gstgconf.sgml:
17740         * docs/upload.mak:
17741         * docs/version.entities.in:
17742           Added boilerplate gtk-doc files for plugin-libs documentation.
17743
17744 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17745
17746         * gst/auparse/gstauparse.c: fix int and float audio caps
17747
17748 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17749
17750         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17751         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17752           g_assert() can be a macro, don't use #ifdef inside it.
17753
17754 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17755
17756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17757
17758         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17759         (gst_videorate_init), (gst_videorate_chain),
17760         (gst_videorate_change_state):
17761           Event handling (fixes #159986).
17762
17763 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17764
17765         * gst-libs/gst/riff/riff-media.c:
17766         (gst_riff_create_video_caps_with_data):
17767           Add BLZ0 (Blizzard's version of DivX) fourcc.
17768
17769 2004-12-18  David Schleef  <ds@schleef.org>
17770
17771         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17772         portability fix.
17773
17774 2004-12-18  David Schleef  <ds@schleef.org>
17775
17776         * gst/tta/ttadec.h: Disable some header code that isn't used
17777         and clearly isn't portable.
17778
17779 2004-12-18  David Schleef  <ds@schleef.org>
17780
17781         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17782         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17783         (avcodec_get_pix_fmt), (avpicture_layout),
17784         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17785         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17786         Fix code to not use GCC extensions (and c99 extensions that
17787         Forte does not like.)
17788
17789 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17790
17791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17792
17793         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17794         (gst_deinterlace_chain):
17795           Rowstride fixes. Fixes #161039.
17796         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17797         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17798         (gst_video_crop_getcaps), (gst_video_crop_link),
17799         (gst_video_crop_i420), (gst_video_crop_chain),
17800         (gst_video_crop_change_state):
17801           Rework of negotiation. Actually works now. Fixes #158650.
17802
17803 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17804
17805         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17806           That was very stupid.
17807
17808 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * gst/matroska/matroska-demux.c:
17811         (gst_matroska_demux_parse_blockgroup):
17812           Fix possible crasher.
17813
17814 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17815
17816         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17817         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17818           Lace sizes can be zero.
17819
17820 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17821
17822         * ext/musepack/gstmusepackdec.cpp:
17823           Fetch error return values. Fixes #161624.
17824         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17825           Really EOS.
17826
17827 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17828
17829         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17830           Work for truncated (unfinished download etc.) files. Fixes #160514.
17831
17832 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17833
17834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17835           Fix for integer overflow. Makes #156001 not crash. Probably masks
17836           the real bug.
17837
17838 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17839
17840         * gst/ac3parse/gstac3parse.c: (plugin_init):
17841           Parsers never have ranks. Fixes #159651.
17842
17843 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17844
17845         * gst/playback/gstdecodebin.c: (compare_ranks):
17846           make sure the facotries are ordered the same every time even if they
17847           have the same rank by using the name
17848         * gst/playback/gstdecodebin.c: (find_compatibles):
17849           make sure we don't add factories to the list twice
17850
17851 2004-12-16  David Schleef  <ds@schleef.org>
17852
17853         * configure.ac: look for musepack headers as musepack/*.h
17854         (fixes #159847)
17855         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17856         * ext/musepack/gstmusepackreader.h: same
17857
17858 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17859
17860         * gst-libs/gst/riff/riff-read.c:
17861         (gst_riff_read_strf_auds_with_data):
17862           Read extradata correctly (fixes #155879).
17863
17864 2004-12-16  David Schleef  <ds@schleef.org>
17865
17866         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17867         audio.  does _not_ attempt or allow conversion unless channels
17868         is 1 or 2.
17869
17870 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17871
17872         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17873
17874 2004-12-16  David Schleef  <ds@schleef.org>
17875
17876         * gst/audioscale/gstaudioscale.c: the resample library only
17877         handles 1 or 2 channels.  Change caps to compensate.
17878
17879 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17880
17881         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17882         (gst_matroska_demux_audio_caps):
17883           Some MPEG-AAC hacks, because else it doesn't work...
17884
17885 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17886
17887         * gst-libs/gst/riff/riff-media.c:
17888         (gst_riff_create_video_caps_with_data),
17889         (gst_riff_create_video_template_caps):
17890           Add h264.
17891
17892 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17893
17894         * gst-libs/gst/audio/Makefile.am:
17895           Try to fix buildbot.
17896
17897 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17898
17899         * gst/tcp/gstmultifdsink.c:
17900           Clean up and uniformize debugging.
17901
17902 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17903
17904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17905
17906         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17907         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17908         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17909         (gst_mpeg_demux_change_state):
17910           Reset on ready. Fixes 160276.
17911
17912 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17913
17914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17915
17916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17917         (gst_ffmpegcsp_pad_link):
17918           Fix memleak (#154815).
17919
17920 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17921
17922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17923
17924         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17925         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17926         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17927         * ext/musicbrainz/gsttrm.h:
17928           Add support for using a proxy server when getting a trm id from
17929           the MusicBrainz database (#149613).
17930
17931 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17932
17933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17934
17935         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17936         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17937           Fix memleaks (#157233).
17938
17939 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17940
17941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17942
17943         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17944         * gst-libs/gst/resample/resample.h:
17945         * gst/audioscale/gstaudioscale.c:
17946           Fix memleak (#159215).
17947
17948 2004-12-16  Toni Willberg  <toniw@iki.fi>
17949
17950         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17951
17952         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17953         * sys/oss/oss_probe.c: (main):
17954           Check for mono/stereo support (similar to samplerate probing),
17955           fixes #159433. Also add missing copyright header to oss_probe.c.
17956
17957 2004-12-15  David Schleef  <ds@schleef.org>
17958
17959         * configure.ac: add audioresample and cairo plugins.  Remove
17960         HAVE_MMX stuff, because it's not used.
17961         * ext/Makefile.am: same
17962         * ext/audioresample/Makefile.am: You are not ready for an
17963         audio resampling element based on audioresample.
17964         * ext/audioresample/gstaudioresample.c:
17965         * ext/audioresample/gstaudioresample.h:
17966         * ext/cairo/Makefile.am: You are not ready for overlay elements
17967         based on cairo.  Don't look too closely, these elements kinda
17968         suck right now.
17969         * ext/cairo/gstcairo.c: new
17970         * ext/cairo/gsttextoverlay.c: new
17971         * ext/cairo/gsttextoverlay.h: new
17972         * ext/cairo/gsttimeoverlay.c: new
17973         * ext/cairo/gsttimeoverlay.h: new
17974         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17975         problem with compilers that don't support variadic macros.
17976
17977 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17978
17979         Reviewed by:  David Schleef  <ds@schleef.org>
17980
17981         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17982         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17983         bit.  Also ran indent-gst.
17984         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17985         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17986         (gst_sunaudiosrc_setparams):
17987
17988 2004-12-14  David Schleef  <ds@schleef.org>
17989
17990         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17991         output rate to 16000.  Should fix #160235.
17992
17993 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17994
17995         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17996         Add typefinding for mpeg2 pes streams
17997
17998 2004-12-13  David Schleef  <ds@schleef.org>
17999
18000         * configure.ac:  Applied patch from bug #143659, making default
18001         sources and sinks OS-dependent (for Solaris), and added code
18002         for OS/X.
18003         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18004
18005 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18006
18007         * gst-libs/gst/riff/riff-media.c:
18008           forgot to add h2.64 to avidemux template caps
18009
18010 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18011
18012         * gst/wavenc/riff.h:
18013         * gst-libs/gst/riff/riff-media.c:
18014         * gst-libs/gst/riff/riff-ids.h:
18015         * gst/avi/gstavimux.c
18016         add 4CC code for VideoSoft h264 in AVI (VSSH)
18017           fixes bug #160655
18018         remove s323 from riff, it's quicktime specific :(
18019
18020 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18021
18022         * gst/asfdemux/README
18023         * gst/wavenc/riff.h
18024         * gst-libs/gst/riff/riff-ids.h
18025         * gst-libs/gst/riff/riff-media.c
18026         * gst/qtdemux/qtdemux.c:
18027           add new 4CC codes for h263 related codecs
18028           fixes partially bug #155163
18029
18030 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18031
18032         * configure.ac: Update polyaudio requirement to 0.7
18033         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18034
18035 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18036
18037         * gst/interleave/deinterleave.c:
18038         fix my name's spelling! :)
18039
18040 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18041
18042         * AUTHORS ChangeLog
18043         * gst/auparse/gstauparse.c
18044         * gst/interleave/deinterleave.c
18045         * gst/law/:
18046                 alaw-decode.c alaw-encode.c
18047                 mulaw-decode.c mulaw-encode.c
18048         * gst/oneton/gstoneton.c
18049         * sys/osxaudio/:
18050                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18051         * sys/osxvideo/:
18052                 cocoawindow.h cocoawindow.m
18053                 osxvideosink.h osxvideosink.m
18054
18055         put the same mail address for Zaheer Abbas Merali everywhere
18056
18057 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18058
18059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18060           Align by packetsize, and assert that we a packet available before
18061           playing. The first makes webstreams work (they often include
18062           trailing padding data in a packet), the second allows pausing a
18063           ASF stream in totem without getting demux errors afterwards.
18064
18065 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18066
18067         * ext/ogg/gstoggdemux.c: (get_relative):
18068           Check for non-NULL before accessing member (end-of-chain).
18069
18070 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18071
18072         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18073         (cdparanoia_set_property), (cdparanoia_get_property):
18074         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18075         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18076         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18077         (dvdreadsrc_init), (dvdreadsrc_set_property),
18078         (dvdreadsrc_get_property):
18079         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18080         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18081           Synchronize property names where not yet the case. Devices are
18082           now device=X, other versions are deprecated (but still exist).
18083           Also use g_free() unconditionally.
18084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18085         (setup_source), (gst_play_base_bin_get_property):
18086           Expose source.
18087
18088 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18089
18090         * configure.ac: move GCONF macro outside conditional for the am
18091           conditional. Fixes #160439
18092
18093 2004-12-08  David Schleef  <ds@schleef.org>
18094
18095         * tools/gst-visualise-m.m: Switch to elements that currently
18096         exist.
18097
18098 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18099
18100         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18101           We love wrong commas.
18102
18103 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18104
18105         * gst/matroska/matroska-demux.c:
18106         (gst_matroska_demux_handle_src_query):
18107           Don't set DEFAULT, unsupported - makes length display incorrectly
18108           in some cases.
18109
18110 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18111
18112         * gst/monoscope/README: remove blurb about files being GPL
18113         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18114         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18115           monoscope is now effectively LGPL licensed
18116
18117 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18118
18119         * gst/monoscope/README: Update information to be more correct
18120         * gst/monoscope/convolve.c: Relicense to LGPL
18121         * gst/monoscope/convolve.h: Relicense to LGPL
18122
18123 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18124
18125         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18126           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18127         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18128           set default_duration for mpeg1 audio
18129
18130 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18131
18132         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18133         * ext/alsa/gstalsa.h:
18134           refactor big chunks of the core caps negotiation code to make it
18135           a lot faster, because people claim it's really slow
18136           (actually, just cache the getcaps when the device is opened)
18137
18138 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18139
18140         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18141         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18142         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18143         (gst_a52dec_change_state), (plugin_init):
18144         * ext/a52dec/gsta52dec.h:
18145           Do something useful with timestamps. Make chain-based (since
18146           there's really no reason to be loopbased).
18147         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18148           Update current_byte/frame correctly.
18149
18150 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18151
18152         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18153         (gst_ape_demux_stream_init):
18154           Forward tags, too.
18155
18156 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18157
18158         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18159           Let's make sure we're done typefinding when detecting tags.
18160
18161 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18162
18163         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18164         (gst_ebml_read_init), (gst_ebml_read_use_event),
18165         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18166         (gst_ebml_read_seek), (gst_ebml_read_skip),
18167         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18168         (gst_ebml_read_master):
18169         * gst/matroska/ebml-read.h:
18170         * gst/matroska/matroska-demux.c:
18171         (gst_matroska_demux_parse_contents),
18172         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18173           Disgustingly evil hack for working around INTERRUPT events and
18174           their extremely annoying habit of being a pain in the ass. We
18175           simply peek a cluster before reading any of it.
18176
18177 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18178
18179         * ext/musepack/gstmusepackdec.cpp:
18180           There's also floating point libmusepacks.
18181
18182 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18183
18184         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18185         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18186           Set DURATION even if source buffer didn't. Also use increasing
18187           timestamps.
18188         * gst-libs/gst/riff/riff-media.c:
18189         (gst_riff_create_audio_caps_with_data):
18190           Block_align can have larger values than 8192.
18191
18192 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18193
18194         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18195         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18196         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18197         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18198           Fix caps.
18199
18200 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18203           Fix logic bug.
18204
18205 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18206
18207         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18208           Yay, another one.
18209
18210 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18211
18212         * ext/esd/esdsink.c: (gst_esdsink_chain):
18213           Make error actually say something useful (fixes #156798).
18214         * gst-libs/gst/riff/riff-media.c:
18215         (gst_riff_create_video_caps_with_data),
18216         (gst_riff_create_video_template_caps):
18217           Add Intel Video 5.0 fourcc (IV50).
18218
18219 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18220
18221         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18222         detection on mono and stereo mp3 files.
18223
18224 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18225
18226         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18227           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18228           the contained stream).
18229
18230 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18231
18232         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18233           Oops, remove debug.
18234
18235 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18236
18237         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18238
18239         * gst/law/alaw-decode.c: (alawdec_getcaps):
18240         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18241           Prevent warnings when negotiating caps (fixes #159338).
18242
18243 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18244
18245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18246         (gst_ffmpegcsp_chain):
18247           Remove old leftover that shouldn't be there...
18248
18249 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18250
18251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18252
18253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18254           Don't forward DISCONT events (fixes #159684).
18255
18256 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18257
18258         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18259           Unlink manually since sometimes bin disposal (and therefore
18260           pad unlinking) is delayed, which will cause a new media file
18261           to not be able to start playing instantly.
18262
18263 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18264
18265         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18266           On mute of an unlinked stream, check for pad availability so
18267           we don't crash on unlinked pad.
18268
18269 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18270
18271         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18272         (gst_avi_demux_massage_index):
18273           Fix quite humiliating bug in omitting 0-sized index chunks but
18274           forgetting to count them for timestamps.
18275
18276 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18277
18278         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18279           Actually leave the loop if we failed to sync. Don't crash.
18280
18281 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18282
18283         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18284         (gst_dvd_demux_process_private):
18285         * gst/mpegstream/gstdvddemux.h:
18286           Fix crash (#159759). Doesn't work, though. :-(.
18287
18288 2004-11-28  Benjamin Otte  <otte@gnome.org>
18289
18290         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18291           more overwriting protection due to modifying channels one by one
18292           instead of all at once
18293
18294 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18295
18296         * gst/audioconvert/gstchannelmix.c:
18297         (gst_audio_convert_fill_normalize):
18298           Normalize using absolute values.
18299
18300 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18301
18302         * configure.ac:
18303         * ext/Makefile.am:
18304         * ext/directfb/Makefile.am:
18305         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18306         (gst_directfbvideosink_get_pixel_format),
18307         (gst_directfbvideosink_get_format_from_fourcc),
18308         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18309         (gst_directfbvideosink_sink_link),
18310         (gst_directfbvideosink_change_state),
18311         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18312         (gst_directfbvideosink_buffer_alloc),
18313         (gst_directfbvideosink_interface_supported),
18314         (gst_directfbvideosink_interface_init),
18315         (gst_directfbvideosink_navigation_send_event),
18316         (gst_directfbvideosink_navigation_init),
18317         (gst_directfbvideosink_set_property),
18318         (gst_directfbvideosink_get_property),
18319         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18320         (gst_directfbvideosink_base_init),
18321         (gst_directfbvideosink_class_init),
18322         (gst_directfbvideosink_get_type), (plugin_init):
18323         * ext/directfb/directfbvideosink.h: Adding a first version of
18324         directfbvideosink.
18325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18326         more.
18327
18328 2004-11-28  Benjamin Otte  <otte@gnome.org>
18329
18330         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18331           walk the samples backwards if out_channels > in_channels so we don't
18332           overwrite data
18333
18334 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18335
18336         * gst/audioconvert/Makefile.am:
18337         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18338         (gst_audio_convert_link), (gst_audio_convert_change_state),
18339         (gst_audio_convert_channels):
18340         * gst/audioconvert/gstchannelmix.c:
18341         (gst_audio_convert_unset_matrix),
18342         (gst_audio_convert_fill_identical),
18343         (gst_audio_convert_fill_compatible),
18344         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18345         (gst_audio_convert_fill_others),
18346         (gst_audio_convert_fill_normalize),
18347         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18348         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18349         * gst/audioconvert/gstchannelmix.h:
18350           Implement a channel mixer.
18351
18352 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18353
18354         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18355         * ext/alsa/gstalsa.h:
18356         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18357         Make alsasink actually honor gst_element_set_clock and use that
18358         clock instead of its internal one.
18359
18360 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18361
18362         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18363         (gst_play_base_bin_change_state): nullify source and decoder when
18364         going from READY to NULL so that we don't try to do weird stuff with
18365         them when going from NULL to READY
18366         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18367         instead of g_object_unref
18368         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18369         it should be correct
18370         (gst_play_bin_change_state): don't call remove_sinks if we are
18371         currently disposing the object
18372
18373 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18374
18375         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18376           Don't forget bass if it's there. Else left channel is silent...
18377
18378 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18379
18380         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18381         (gst_a52dec_change_state):
18382           Don't do sample adjusting anymore, we use float audio now.
18383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18384           Don't fixate to non-existing properties.
18385
18386 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18387
18388         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18389         (gst_a52dec_change_state):
18390           Advertise that we can do surround sound.
18391
18392 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18393
18394         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18395           Add buffer-frames=0.
18396         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18397         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18398         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18399         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18400         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18401         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18402         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18403         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18404         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18405         * ext/dvdread/dvdreadsrc.h:
18406           Add seeking, querying for bytes, sectors, title, angle and
18407           chapter. Handle multiple chapters. Relicense to LGPL because
18408           Billy agreed on that (thanks Billy!).
18409
18410 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18411
18412         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18413         call parent dispose method
18414
18415 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18416
18417         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18418         (gst_audio_clock_get_internal_time):
18419         Fix active <-> inactive transitions: ensure time value always
18420         grows and avoid abrupt value changes.
18421
18422 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18423
18424         * configure.ac:
18425         * gst/tta/Makefile.am:
18426         * gst/tta/crc32.h:
18427         * gst/tta/filters.h:
18428         * gst/tta/gsttta.c:
18429         * gst/tta/gstttadec.c:
18430         * gst/tta/gstttadec.h:
18431         * gst/tta/gstttaparse.c:
18432         * gst/tta/gstttaparse.h:
18433         * gst/tta/ttadec.h:
18434           added TTA parser and decoder
18435
18436 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18437
18438         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18439         (probe_triggered), (check_queue), (buffer_underrun),
18440         (buffer_running), (buffer_overrun), (gen_source_element),
18441         (setup_source):
18442         * gst/playback/gstplaybasebin.h:
18443           Implement buffering. Needs some more work.
18444
18445 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18446
18447         * ext/theora/theoradec.c: (theora_dec_chain):
18448           Fix ilog mask range overflow.
18449
18450 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18451
18452         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18453           Don't omit the last (which in case of dmix is the only :) )
18454           channel count. Don't set channels if <= 2.
18455
18456 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18457
18458         * gst/playback/gstplaybin.c: (gen_video_element),
18459         (gen_audio_element): Removed 2 obsolete comments
18460
18461 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18462
18463         * ext/vorbis/oggvorbisenc.c
18464         * ext/vorbis/vorbisenc.c :
18465           change description fields of those plugins to differentiate them
18466           (pitivi show Encoders by description, they had the same one)
18467
18468 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18469
18470         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18471
18472         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18473         (gst_play_bin_set_property), (gen_video_element),
18474         (gen_audio_element):
18475           Refcounting fixes for provided audio-/videosinks.
18476
18477 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18478
18479         * gst/playback/gstplaybin.c: (gen_video_element),
18480         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18481           Don't reference all sinks, but only the video- and audiosinks.
18482           The vis. element should be disposed when we're done with it.
18483           We don't have any reason to keep it around. This fixes warnings
18484           when reusing playbin for playing multiple audio files with
18485           vis. enabled. Also release audio device on pause - idea stolen
18486           from Rhythmbox.
18487
18488 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18489
18490         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18491         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18492         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18493         * ext/alsa/gstalsaplugin.c: (plugin_init):
18494         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18495         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18496         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18497         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18498         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18499         (gst_faad_change_state), (plugin_init):
18500         * ext/faad/gstfaad.h:
18501         * ext/vorbis/vorbis.c: (plugin_init):
18502         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18503         * gst-libs/gst/audio/Makefile.am:
18504         * gst-libs/gst/audio/audio.c: (plugin_init):
18505         * gst-libs/gst/audio/multichannel.c:
18506         (gst_audio_check_channel_positions),
18507         (gst_audio_get_channel_positions),
18508         (gst_audio_set_channel_positions),
18509         (gst_audio_set_structure_channel_positions_list),
18510         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18511         (gst_audio_fixate_channel_positions):
18512         * gst-libs/gst/audio/multichannel.h:
18513         * gst-libs/gst/audio/testchannels.c: (main):
18514         * gst/audioconvert/gstaudioconvert.c:
18515         (gst_audio_convert_class_init), (gst_audio_convert_init),
18516         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18517         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18518         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18519         * gst/audioconvert/plugin.c: (plugin_init):
18520           Surround sound support.
18521
18522 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18523
18524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18525           Fix position for discont if we're close as well. Nitpicking, but
18526           saves a few milliseconds of extra waiting or skipping.
18527
18528 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18529
18530         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18531           We sometimes need parsers for playback, so add those too.
18532
18533 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18534
18535         * configure.ac:
18536         * gst/apetag/Makefile.am:
18537         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18538         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18539         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18540         (gst_ape_demux_get_src_query_types),
18541         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18542         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18543         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18544         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18545         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18546         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18547         (gst_ape_demux_change_state):
18548         * gst/apetag/apedemux.h:
18549         * gst/apetag/apetag.c: (plugin_init):
18550         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18551         (plugin_init):
18552           APE v1/2 tag reader plus typefind function.
18553
18554 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18555
18556         * configure.ac:
18557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18558         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18559           Remove hacks for older core. Require newer core version
18560           accordingly.
18561
18562 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18563
18564         * gst/cdxaparse/Makefile.am:
18565         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18566         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18567         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18568         * gst/cdxaparse/gstcdxaparse.h:
18569         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18570         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18571         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18572         (gst_cdxastrip_get_src_query_types),
18573         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18574         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18575         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18576         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18577         * gst/cdxaparse/gstcdxastrip.h:
18578           SVCD/VCD header stripping separated from CDXA image parsing.
18579         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18580         (plugin_init):
18581           Add VCD/SVCD header typefinding for VCD/SVCD.
18582         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18583         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18584         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18585         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18586         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18587         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18588         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18589         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18590         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18591         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18592         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18593         * sys/vcd/vcdsrc.h:
18594           Fix up, add seeking, querying, URI interface. Works in totem now.
18595
18596 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18597
18598         * configure.ac:
18599           back to CVS
18600
18601 === release 0.8.6 ===
18602
18603 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18604
18605         * NEWS:
18606         * RELEASE:
18607         * configure.ac:
18608         * po/af.po:
18609         * po/az.po:
18610         * po/cs.po:
18611         * po/en_GB.po:
18612         * po/hu.po:
18613         * po/it.po:
18614         * po/nb.po:
18615         * po/nl.po:
18616         * po/or.po:
18617         * po/sq.po:
18618         * po/sr.po:
18619         * po/sv.po:
18620         * po/uk.po:
18621           releasing 0.8.6, "IOU Love"
18622
18623 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18624
18625         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18626
18627         * gst/playback/gstplaybasebin.c:
18628           Fix unplayable files error handling.  Fixes #158365
18629
18630 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18631
18632         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18633
18634         * gst/typefind/gsttypefindfunctions.c:
18635           Fix broken mp3 typefinding.  Fixes #158375
18636
18637 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18638
18639         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18640
18641         * ext/ogg/gstoggdemux.c:
18642           Fix sync on broken files.  Fixes #158976
18643
18644 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18645
18646         patch by: Edward Hervey <bilboed@bilboed.com>
18647
18648         * ext/libpng/gstpngenc.c:
18649           Copy over buffer properties.  Fixes #158832
18650
18651 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18652
18653         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18654
18655         * ext/dvdread/dvdreadsrc.c:
18656           Fixes invalid reads (#158462)
18657
18658 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18659
18660         * sys/v4l/gstv4lsrc.c:
18661         * sys/v4l/gstv4lsrc.h:
18662         * sys/v4l/v4lsrc_calls.c:
18663           Probe less and cache it.  Fixes #159187.
18664
18665 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18666
18667         * gst/videorate/gstvideorate.c:
18668           Handle all video formats. Fixes #159186.
18669
18670 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18671         * gst/synaesthesia/gstsynaesthesia.c:
18672         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18673         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18674         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18675         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18676         (gst_synaesthesia_change_state), (plugin_init):
18677         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18678         Force 320x200 output, as that's the only thing the underlying
18679         synaesthesia implementation supports. Still needs to be made
18680         re-entrant.
18681
18682 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18683
18684         * configure.ac:
18685           Fix mpeg2enc configure check (similar to mplex check below).
18686
18687 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18688
18689         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18690
18691         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18692           Fix for gcc-2.95 (fixes #158221).
18693
18694 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18695
18696         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18697           Re-add clock distribution hack (until new core is released).
18698           Fixes #158125.
18699
18700 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18701         * configure.ac:
18702           fix mplex configure check segfaulting on some systems (bug #140994)
18703
18704 2004-11-13  Benjamin Otte  <otte@gnome.org>
18705
18706         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18707           add debugging
18708         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18709           do a wait when we enter the loop func with no data available to
18710           write instead of getting into an 100% CPU loop by just returning and
18711           being called again by the scheduler
18712
18713 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18714
18715         * configure.ac:
18716         * ext/libvisual/visual.c: (gst_visual_get_type),
18717         (libvisual_log_handler), (gst_visual_getcaps),
18718         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18719         (plugin_init):
18720           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18721         * ext/smoothwave/Makefile.am:
18722         * ext/smoothwave/demo-osssrc.c: (main):
18723         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18724         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18725         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18726         (plugin_init):
18727         * ext/smoothwave/gstsmoothwave.h:
18728           Make gstsmoothwave a working element in the 20th century.
18729
18730         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18731           Fix incorrect link function
18732
18733 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18734
18735         * gst/volume/gstvolume.c:
18736           Allow buffer-frames=0.
18737
18738 2004-11-12 Iain <iaingnome@gmail.com>
18739
18740         * configure.ac: Check for polypaudio
18741
18742         * ext/Makefile.am: Build the polyp dir
18743
18744         * ext/polyp: The polypsink sources.
18745
18746 2004-10-30 Iain <iaingnome@gmail.com>
18747
18748         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18749         caps to reflect the new number of channels.
18750
18751 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18752
18753         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18754           Fix for negotiation order problem. This would show when the
18755           ALSA loopfuction was called before any other function. ALSA
18756           wouldn't do anything because we're not negotiated yet, leading
18757           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18758
18759 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18760
18761         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18762
18763         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18764           No warnings (#157986).
18765
18766 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18767
18768         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18769           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18770
18771 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18772
18773         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18774           Signal no-more-pads (so it works in playbin).
18775
18776 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18777
18778         * ext/musepack/gstmusepackreader.cpp:
18779           Workaround for older core.
18780
18781 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18782
18783         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18784           Actually test for odd width/height rather than testing whether
18785           a temporary variable that was 0 before we subtracted 1 is now
18786           not equal to zero (which it always is).
18787
18788 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18789
18790         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18791         Fix compilation if HAVE_XVIDEO is not defined
18792
18793 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18794
18795         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18796         Fix compilation if HAVE_XVIDEO is not defined
18797
18798 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18799
18800         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18801         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18802         (gst_goom_change_state), (plugin_init):
18803         Use the bytestream adapter so goom doesn't depend on the input
18804         buffer size.
18805         Add a debug category
18806
18807 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18808
18809         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18810           Only set hardware parameters *after* negotiation. Before
18811           negotiation, it will set ANY and that seems to cause crashes
18812           (see e.g. #151288, #153227).
18813
18814 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18815
18816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18817           This seems to be antique leftover. It needs to pass error
18818           checking.
18819         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18820         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18821         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18822         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18823           Fix GstXOverlay implementation (#151059).
18824
18825 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18826
18827         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18828           Don't assert (#157853).
18829
18830 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18831
18832         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18833           Fix bytes/samples confustion.
18834         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18835           Fix for underrun (#144389).
18836
18837 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18838
18839         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18840           Disable halfway-seek for pending release (since it needs a new
18841           core release).
18842
18843 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18844
18845         * sys/v4l/gstv4lsrc.c:
18846         * sys/v4l/gstv4lsrc.h:
18847         * sys/v4l/v4lsrc_calls.c:
18848           add autoprobe-fps property so we can separate autoprobing parts
18849
18850 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18851
18852         * sys/v4l/gstv4lsrc.c:
18853         * sys/v4l/v4lsrc_calls.c:
18854         initialise fourcc to catch unset fourcc's, and debug
18855
18856 2004-11-09  Wim Taymans  <wim@fluendo.com>
18857
18858         * gst/playback/README:
18859         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18860         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18861         (gst_play_bin_dispose), (gst_play_bin_set_property),
18862         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18863         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18864         (gst_play_bin_get_formats), (gst_play_bin_convert),
18865         (gst_play_bin_get_query_types), (gst_play_bin_query):
18866         Cleanups and some more documentation.
18867
18868 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18869
18870         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18871         (gst_cacasink_init), (gst_cacasink_chain):
18872         * ext/libcaca/gstcacasink.h:
18873         Cacasink inherits from VideoSink, so let that store the clock.
18874
18875 2004-11-09  Wim Taymans  <wim@fluendo.com>
18876
18877         * gst/playback/README:
18878         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18879         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18880         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18881         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18882         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18883         (setup_sinks):
18884         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18885         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18886         * gst/playback/gststreaminfo.h:
18887         Updated README.
18888         Only switch groups if all streams have muted (EOSed).
18889         Send Tags in sync with the stream playback instead of in
18890         the playback/preroll phase.
18891         Some cleanups, free the fakesrc elements.
18892
18893 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18894
18895         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18896           buffer-frames property was missing
18897         * ext/arts/gst_arts.c:
18898           rate missing from sinkcaps
18899         * ext/audiofile/gstafparse.c:
18900         * ext/audiofile/gstafsink.c:
18901         * ext/audiofile/gstafsrc.c:
18902         * ext/swfdec/gstswfdec.c:
18903           int audio doesn't know buffer-frames
18904         * ext/cdparanoia/gstcdparanoia.c:
18905           int audio doesn't know chunksize either
18906         * ext/nas/nassink.c:
18907           it's endianness, not endianess
18908         * gst-libs/gst/audio/audio.h:
18909           make float standard pad template caps really describe float
18910         * gst/law/mulaw.c: (linear_factory):
18911           signed only, please
18912         * gst/mpegstream/gstdvddemux.c:
18913           widths of 20 are not valid
18914
18915 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18916
18917         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18918
18919         * po/LINGUAS:
18920         * po/it.po:
18921           Add Italian
18922
18923 2004-11-08  Wim Taymans  <wim@fluendo.com>
18924
18925         * gst/playback/README:
18926         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18927         * gst/playback/gstplaybasebin.c: (probe_triggered),
18928         (gst_play_base_bin_change_state):
18929         Updated README, added more comments for fixmes etc..
18930
18931 2004-11-08  Wim Taymans  <wim@fluendo.com>
18932
18933         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18934         We can remove this hack now.
18935
18936 2004-11-08  Wim Taymans  <wim@fluendo.com>
18937
18938         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18939         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18940         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18941         Only mix AYUV for maximum quality.
18942
18943 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18944
18945         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18946         (gst_ogg_demux_push), (gst_ogg_pad_push):
18947           Let's act as if we're synchronized now! :).
18948         * ext/theora/theoradec.c: (theora_dec_chain):
18949           Add some debug.
18950
18951 2004-11-08  Wim Taymans  <wim@fluendo.com>
18952
18953         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18954         (gst_alpha_set_property), (gst_alpha_sink_link),
18955         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18956         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18957         (gst_alpha_init_params), (gst_alpha_chain):
18958         Implement alpha functions for AYUV too, this increases
18959         accuracy quite a bit.
18960
18961 2004-11-08  Wim Taymans  <wim@fluendo.com>
18962
18963         * gst/ffmpegcolorspace/avcodec.h:
18964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18965         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18966         (gst_ffmpegcsp_avpicture_fill):
18967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18968         (gst_ffmpegcsp_caps_remove_format_info):
18969         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18970         (shrink12), (img_get_alpha_info), (deinterlace_line),
18971         (deinterlace_line_inplace):
18972         * gst/ffmpegcolorspace/imgconvert_template.h:
18973         Added AYUV colorspace and handle RGBA a bit more respectful.
18974
18975 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18976
18977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18978           Actually always send a discont (cornercase when resending the
18979           same serial-tagged chain twice).
18980
18981 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18982
18983         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18984         (gst_ximagesink_finalize):
18985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18986         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18987
18988 2004-11-08  Wim Taymans  <wim@fluendo.com>
18989
18990         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18991         Don't segfault on NULL data.
18992
18993 2004-11-08  Wim Taymans  <wim@fluendo.com>
18994
18995         * gst/playback/gstdecodebin.c: (unlinked):
18996         * gst/playback/gstplay-marshal.list:
18997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18998         (gst_play_base_bin_init), (group_create), (get_active_group),
18999         (get_building_group), (group_destroy), (group_commit),
19000         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19001         (add_element_stream), (no_more_pads), (probe_triggered),
19002         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19003         (state_change), (setup_source), (gst_play_base_bin_get_property),
19004         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19005         (gst_play_base_bin_link_stream),
19006         (gst_play_base_bin_get_streaminfo):
19007         * gst/playback/gstplaybasebin.h:
19008         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19009         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19010         Add support for chained ogg files. Prepare for playlist
19011         support. This patch introduces the concept of pad groups, which
19012         together compose one playable media file.
19013
19014 2004-11-07  David Schleef  <ds@schleef.org>
19015
19016         * testsuite/gst-lint: Check for pad templates that aren't statically
19017         scoped.
19018
19019 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19020
19021         * configure.ac:
19022         * ext/Makefile.am:
19023         * ext/musepack/Makefile.am:
19024         * ext/musepack/gstmusepackdec.cpp:
19025         * ext/musepack/gstmusepackdec.h:
19026         * ext/musepack/gstmusepackreader.cpp:
19027         * ext/musepack/gstmusepackreader.h:
19028           Add musepack decoder.
19029         * ext/faad/gstfaad.c: (gst_faad_base_init):
19030           Make pad templates static.
19031         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19032         (plugin_init):
19033           Add musepack typefinder, make mp3 typefinding work halfway stream,
19034           which doesn't actually work yet because id3demux doesn't implement
19035           _get_length().
19036
19037 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19038
19039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19040         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19041           Fix interrupt event handling (#144436).
19042
19043 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19044
19045         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19046           Hide unused glory.
19047
19048 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19049
19050         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19051
19052         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19053           Fix weird caps (#157548).
19054
19055 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19056
19057         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19060           Add missing NULL terminator (#157543).
19061
19062 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19063
19064         * gst/tcp/gsttcp.h:
19065         * gst/tcp/gsttcpclientsink.c:
19066         * gst/tcp/gsttcpclientsrc.c:
19067         * gst/tcp/gsttcpserversink.c:
19068         * gst/tcp/gsttcpserversrc.c:
19069           ports can go up to 65535.  Move common defines to gsttcp.h
19070
19071 2004-11-05  Wim Taymans  <wim@fluendo.com>
19072
19073         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19074         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19075         Added two more colorspaces.
19076
19077 2004-11-05  Wim Taymans  <wim@fluendo.com>
19078
19079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19080         (gst_ffmpegcsp_avpicture_fill):
19081         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19082         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19083         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19084         More stride fixes.
19085
19086 2004-11-05  Wim Taymans  <wim@fluendo.com>
19087
19088         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19089         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19090         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19091         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19092         (gst_videomixer_loop):
19093         More stride fixes.
19094
19095 2004-11-05  Benjamin Otte  <otte@gnome.org>
19096
19097         * ext/mad/gstmad.c: (gst_mad_chain):
19098           don't overflow data buffer. Flush not needed sync data when syncing
19099           failed.
19100
19101 2004-11-04  Wim Taymans  <wim@fluendo.com>
19102
19103         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19104         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19105         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19106         (gst_alpha_init_params), (gst_alpha_chain),
19107         (gst_alpha_change_state):
19108         Updated the chroma keying algorithm with something more
19109         sophisticated.
19110
19111 2004-11-03  Wim Taymans  <wim@fluendo.com>
19112
19113         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19114         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19115         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19116         Fix stride issues. Does not completely work for odd
19117         heights.
19118
19119 2004-11-03  Wim Taymans  <wim@fluendo.com>
19120
19121         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19122         (gst_alpha_chroma_key), (gst_alpha_chain):
19123         Fix stride issues. Does not completely work for odd
19124         heights.
19125
19126 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19127
19128         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19129         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19130         leak fixes
19131
19132 2004-11-03  Wim Taymans  <wim@fluendo.com>
19133
19134         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19135         (gst_ffmpegcsp_avpicture_fill):
19136         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19137         (avpicture_alloc):
19138         * gst/ffmpegcolorspace/imgconvert_template.h:
19139         Use correct _fill function to get correct strides.
19140
19141 2004-11-02  David Schleef  <ds@schleef.org>
19142
19143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19144         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19145         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19146         Change all g_print()s to debugging.  Add a bunch of consistency
19147         checks.
19148
19149 2004-11-02  Wim Taymans  <wim@fluendo.com>
19150
19151         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19152         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19153         (unlinked), (no_more_pads), (close_link):
19154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19155         (unknown_type), (add_element_stream), (new_decoded_pad),
19156         (removed_decoded_pad), (setup_source):
19157         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19158         (gst_stream_info_class_init), (gst_stream_info_init),
19159         (gst_stream_info_new), (gst_stream_info_dispose),
19160         (stream_info_mute_pad), (gst_stream_info_set_property),
19161         (gst_stream_info_get_property):
19162         * gst/playback/gststreaminfo.h:
19163         Fix playback of multiple files.
19164         a slightly different approach to handling dynamic pad removals.
19165         This one only looks at pads that we have linked.
19166
19167 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19168
19169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19170         free" warning from libc.
19171
19172 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19173
19174         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19175         (get_unconnected_element), (remove_starting_from), (pad_removed),
19176         (close_link):
19177           Implement support for dynamic pad changing. We listen to "live"
19178           pad removals (i.e. while playing) and re-setup autoplugging
19179           after that. Playbasebin/playbin need some more work for this
19180           to finally work, but decodebin supports (and replugs) chained
19181           ogg now.
19182
19183 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19184
19185         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19186         (gst_alsa_finalize):
19187         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19188         (gst_cdaudio_finalize):
19189         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19190         (cdparanoia_finalize):
19191         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19192         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19193         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19194         (dvdreadsrc_finalize):
19195         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19196         (gst_flacdec_finalize):
19197         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19198         (gst_flacenc_finalize):
19199         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19200         (gst_gnomevfssink_finalize):
19201         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19202         (gst_gnomevfssrc_finalize):
19203         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19204         (gst_fameenc_finalize):
19205         * ext/nas/nassink.c: (gst_nassink_class_init),
19206         (gst_nassink_finalize):
19207         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19208         (gst_sdlvideosink_class_init):
19209         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19210         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19211         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19212         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19213         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19214         (gst_x_window_listener_dispose):
19215         * gst/audioscale/gstaudioscale.c:
19216         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19217         (play_on_demand_finalize):
19218         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19219         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19220         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19221         (cdplayer_finalize):
19222         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19223         (gst_glimagesink_class_init):
19224         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19225         (gst_osselement_finalize):
19226         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19227         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19228         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19229           Fixes a bunch of problems with finalize and dispose functions,
19230           either assumptions that dispose is only called once, or not calling
19231           the parent class dispose/finalize function
19232
19233 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19234
19235         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19236           added two api precondition guards
19237           use g_strdup with getenv to fix crash when using ENVVAR
19238
19239 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19240         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19241         (gst_esdsink_finalize):
19242         Use a finalize function, not dispose, and more importantly,
19243         call the parent class finalize function too
19244
19245 2004-11-01  Johan Dahlin  <johan@gnome.org>
19246
19247         * ext/ogg/gstoggdemux.c:
19248         * gst/tags/gstvorbistag.c:
19249         Plug leaks.
19250
19251 2004-10-31  Benjamin Otte  <otte@gnome.org>
19252
19253         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19254           lotsa memleaks today. But they're all small...
19255
19256 2004-10-31  Benjamin Otte  <otte@gnome.org>
19257
19258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19259           another memleak crushed
19260
19261 2004-10-31  Benjamin Otte  <otte@gnome.org>
19262
19263         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19264           fix memleak
19265
19266 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19267
19268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19269           Hack to prevent crash when going to READY inside signal handler
19270           while this function is active.
19271
19272 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19273
19274         * gst/ffmpegcolorspace/Makefile.am:
19275         * gst/ffmpegcolorspace/avcodec.h:
19276         * gst/ffmpegcolorspace/common.h:
19277         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19278         * gst/ffmpegcolorspace/dsputil.h:
19279         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19280         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19281         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19282         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19283         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19284         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19285         (gst_ffmpegcsp_avpicture_fill):
19286         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19288         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19289         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19290         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19291         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19292         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19293         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19294         * gst/ffmpegcolorspace/imgconvert.c:
19295         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19296         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19297         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19298         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19299         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19300         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19301         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19302         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19303         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19304         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19305         (grow21), (grow22), (grow41), (grow44), (conv411),
19306         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19307         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19308         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19309         (avpicture_free), (is_yuv_planar), (img_convert),
19310         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19311         (deinterlace_line_inplace), (deinterlace_bottom_field),
19312         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19313         * gst/ffmpegcolorspace/imgconvert_template.h:
19314         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19315         * gst/ffmpegcolorspace/mmx.h:
19316         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19317         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19318         (av_freep), (avcodec_get_context_defaults),
19319         (avcodec_alloc_context), (avcodec_init):
19320           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19321           handling plus update from ffmpeg CVS. Large clean-up.
19322
19323 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19324
19325         * gst/playback/Makefile.am:
19326           We need the marshallers for decodebin, too.
19327
19328 2004-10-30  David Schleef  <ds@schleef.org>
19329
19330         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19331           quicktime typefinding work with 64-bit offsets.
19332
19333 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19334
19335         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19336           Set EOS on the element when processing an EOS event.
19337         * ext/speex/gstspeexdec.h:
19338         * ext/speex/gstspeexenc.h:
19339           Only keep a const ptr to the mode
19340         * gst-libs/gst/riff/riff-media.c:
19341         (gst_riff_create_audio_caps_with_data),
19342         (gst_riff_create_audio_template_caps):
19343           Allow WMAV3, with up to 6 channels.
19344         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19345           Don't call gst_pad_set_event_function on a sink pad.
19346         * gst/mpegstream/gstdvddemux.c:
19347         (gst_dvd_demux_get_subpicture_stream),
19348         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19349           Copy the explicit caps that were set across to the cur_* pads,
19350           instead of trying to use a possibly non-existent negotiated caps.
19351           Reset the type of subpicture pads to UNKNOWN after calling
19352           init_stream, so that the caps get set.
19353
19354 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19355
19356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19357
19358         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19359           Don't touch buffer if it is of size 0 (fixes #151064).
19360
19361 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19362
19363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19364           Synchronized discont handling.
19365
19366 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19367
19368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19369         (gst_ogg_demux_push):
19370           Make seeking sort-of exact again (fixes #156387).
19371
19372 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19373
19374         * gst/playback/gstplaybasebin.c: (unknown_type),
19375         (add_element_stream), (new_decoded_pad),
19376         (gst_play_base_bin_change_state):
19377         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19378         (gst_stream_info_init), (gst_stream_info_new),
19379         (gst_stream_info_dispose), (gst_stream_info_get_property):
19380         * gst/playback/gststreaminfo.h:
19381           Make caps explicitely available. Makes testing for unsupported
19382           types possible. Improves error reporting.
19383
19384 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19385
19386         * gst/audioconvert/gstaudioconvert.c:
19387         (gst_audio_convert_buffer_to_default_format):
19388           Really don't touch read-only buffers (#156563).
19389
19390 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19391
19392         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19393
19394         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19395           Fix memleak (#155223).
19396
19397 2004-10-29  Wim Taymans  <wim@fluendo.com>
19398
19399         * gst/tcp/.cvsignore:
19400         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19401         (gst_multifdsink_class_init), (gst_multifdsink_init),
19402         (gst_multifdsink_add), (gst_multifdsink_remove),
19403         (gst_multifdsink_remove_client_link), (is_sync_frame),
19404         (gst_multifdsink_new_client),
19405         (gst_multifdsink_handle_client_write),
19406         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19407         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19408         (gst_multifdsink_get_property):
19409         * gst/tcp/gstmultifdsink.h:
19410         Added burst on connect sync_method, deprecated sync_clients,
19411         streamlined the sync code some more.
19412
19413 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19414
19415         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19416         (gst_play_base_bin_change_state):
19417           Improve error reporting.
19418
19419 2004-10-28  Wim Taymans  <wim@fluendo.com>
19420
19421         * gst/tcp/Makefile.am:
19422         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19423         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19424         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19425         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19426         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19427         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19428         (gst_fdset_wait):
19429         Added more locks around fdset structures. Fixed/reworked
19430         the poll array resizing code.
19431         Added stress test for fdset.
19432
19433 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19434
19435         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19436         fix build
19437
19438 2004-10-28  Benjamin Otte  <otte@gnome.org>
19439
19440         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19441           fix link function to always query channels and query width for
19442           floats
19443         * configure.ac:
19444           add equalizer dir
19445         * gst/equalizer/Makefile.am:
19446         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19447         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19448         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19449         (arg_to_scale), (setup_filter),
19450         (gst_iir_equalizer_compute_frequencies),
19451         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19452         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19453         (plugin_init):
19454           add an equalizer
19455
19456 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19457
19458         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19459
19460         * po/LINGUAS:
19461         * po/nb.po:
19462           Added Norwegian Bokmaal translation
19463
19464 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19465
19466         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19467           Don't break on options (fixes #156488).
19468
19469 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19470
19471         * configure.ac:
19472         * ext/cdaudio/Makefile.am:
19473         * sys/Makefile.am:
19474           fix build on older automake
19475
19476 2004-10-26  Wim Taymans  <wim@fluendo.com>
19477
19478         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19479         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19480         Allow a little margin when negotiating the framerate.
19481
19482 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19483
19484         * gst/level/gstlevel.c:
19485           synchonised naming of pads and pad-templates
19486
19487 2004-10-26  Wim Taymans  <wim@fluendo.com>
19488
19489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19490         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19491         (_find_streams_check), (gst_ogg_demux_push):
19492         Fix EOS again. Needs to be done in a better way. We should not
19493         remove the pad if there is no new chained stream.
19494
19495 2004-10-26 Iain <iaingnome@gmail.com>
19496
19497         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19498         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19499         of the caps.
19500         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19501         pad.
19502         (interleave_release_pad): Remove the pad.
19503         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19504         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19505         the set device.
19506         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19507         attrs
19508         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19509         (gst_xvimagesink_finalize): Free the par.
19510
19511 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19512
19513         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19514         (gst_avimux_stop_file):
19515           First calculate the rate, and only then use it. Hdr.rate is a
19516           multiple and not a derivative of hdr.scale. Scale is not the
19517           same as blockalign but is solely related to rate.
19518
19519 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19520
19521         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19522         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19523           Implement seeking.
19524
19525 2004-10-25  James Henstridge  <james@jamesh.id.au>
19526
19527         Reviewed by:  David Schleef  <ds@schleef.org>
19528
19529         * examples/gstplay/player.c: (got_stream_length), (main):
19530         * examples/seeking/cdplayer.c: (update_scale):
19531         * examples/seeking/seek.c: (format_value), (update_scale):
19532         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19533         (stop_seek):
19534         Build fixes on AMD64.
19535
19536 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19537
19538         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19539
19540         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19541         Fix for some v4l cards which hang in v4lsrc
19542
19543 2004-10-25  Wim Taymans  <wim@fluendo.com>
19544
19545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19546         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19547         Make sure to remove the pad when a new chain is
19548         encountered. Set some vars to NULL so we don't try
19549         to reference freed memory.
19550
19551 2004-10-25  Wim Taymans  <wim@fluendo.com>
19552
19553         * examples/seeking/Makefile.am:
19554         * examples/seeking/cdplayer.c: (update_scale):
19555         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19556         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19557         (format_value), (update_scale), (iterate), (start_seek),
19558         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19559         (print_usage), (main):
19560         Added some more examples, update others.
19561
19562 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19563
19564         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19565         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19566         * ext/theora/theoradec.c: (theora_dec_chain):
19567         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19568           Add codec-name metadata.
19569
19570 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19571
19572         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19573
19574         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19575         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19576         * ext/alsa/gstalsamixertrack.h:
19577         * po/POTFILES.in:
19578           ALSA mixer track label internationalization (#154054).
19579
19580 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19581
19582         * ext/theora/theoradec.c: (theora_dec_chain):
19583           Export bitrate as metadata.
19584
19585 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19588         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19589         * ext/alsa/gstalsamixertrack.h:
19590           Fix names, fix loop.
19591
19592 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19593
19594         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19595         (speex_dec_convert):
19596           sinkconvert function so oggdemux can get the file length (totem).
19597
19598 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19599
19600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19601
19602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19603           Don't push incomplete packets.
19604         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19605           Fix MPEG-4 audio typefinding.
19606
19607 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19608
19609         * sys/v4l/Makefile.am:
19610         * sys/v4l/gstv4l.c: (plugin_init):
19611         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19612         (gst_v4lelement_init), (gst_v4lelement_dispose),
19613         (gst_v4lelement_change_state):
19614         * sys/v4l/gstv4lelement.h:
19615         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19616         (gst_v4l_xoverlay_close), (idle_refresh),
19617         (gst_v4l_xoverlay_set_xwindow_id):
19618         * sys/v4l/gstv4lxoverlay.h:
19619         * sys/v4l/v4l-overlay_calls.c:
19620         * sys/v4l/v4l_calls.h:
19621         * sys/v4l2/Makefile.am:
19622         * sys/v4l2/gstv4l2.c: (plugin_init):
19623         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19624         (gst_v4l2element_init), (gst_v4l2element_dispose),
19625         (gst_v4l2element_change_state):
19626         * sys/v4l2/gstv4l2element.h:
19627         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19628         (gst_v4l2_xoverlay_close), (idle_refresh),
19629         (gst_v4l2_xoverlay_set_xwindow_id):
19630         * sys/v4l2/gstv4l2xoverlay.h:
19631         * sys/v4l2/v4l2-overlay_calls.c:
19632         * sys/v4l2/v4l2_calls.h:
19633           Remove client-side overlay handling, use the X-server v4l plugin
19634           for that. Nicer overlay, less code. Also make the plugin
19635           compileable without X (but then without overlay, obviously).
19636           Makes xwindowlistener obsolete, should we remove that?
19637
19638 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19639
19640         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19641         (gst_osssrc_src_query):
19642         * sys/oss/gstosssrc.h:
19643           OK, so people want offset in DEFAULT. This time, actually fix all
19644           cases.
19645         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19646           Add FPS properly.
19647
19648 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19649
19650         * gst/asfdemux/gstasfmux.c:
19651         * gst/avi/gstavimux.c:
19652           Framerate.
19653
19654 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19655
19656         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19657           Fix properties (channel, norm, frequency).
19658
19659 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19662           Flag typo.
19663         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19664           No warnings.
19665
19666 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19667
19668         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19669           Fix hang.
19670
19671 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19672
19673         * sys/v4l2/gstv4l2element.h:
19674           Yet Another Hack (tm) for kernel header borkedness.
19675         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19676         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19677         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19678         (gst_v4l2src_change_state):
19679         * sys/v4l2/gstv4l2src.h:
19680         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19681         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19682           Fix caps, keep track of state, work.
19683
19684 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19685
19686         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19687           Quiet.
19688
19689 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19690
19691         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19692           Don't mix bytes and samples.
19693
19694 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19695
19696         * ext/ogg/gstoggmux.c:
19697           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19698           and theora. Any is incorrect.
19699         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19700           Fix caps.
19701         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19702         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19703         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19704         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19705         * sys/v4l/gstv4lmjpegsrc.h:
19706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19707         (gst_v4lsrc_change_state):
19708         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19709         (gst_v4lmjpegsrc_capture_stop):
19710           Fix caps. Keep track of internal state. Work.
19711
19712 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19713
19714         * ext/Makefile.am:
19715           Fix the build fixes.
19716
19717 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19720         (gst_ogg_demux_src_event), (_find_chain_seek),
19721         (gst_ogg_pad_push):
19722           Check for pad availability before using it.
19723         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19724           Fix parsing of chained ogg. Needs more work on the decoder side.
19725
19726 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19727
19728         * gst/spectrum/Makefile.am:
19729         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19730         (idle_func):
19731           Fix demo and reenable it. Yes, I'm currently playing with audio
19732           analysis tools
19733
19734 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19735
19736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19737           We love it if files that start at zero work too...
19738
19739 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19740
19741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19742           Handle files with missing EOS headers.
19743
19744 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19745
19746         * gst/tcp/gsttcpserversink.c:
19747         (gst_tcpserversink_handle_server_read),
19748         (gst_tcpserversink_init_send):
19749         Zero some variables first (need for accept not to return EINVAL)
19750
19751 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19754         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19755         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19756         (theora_dec_chain):
19757         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19758         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19759           Seeking and querying finetune.
19760
19761 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19762
19763         * configure.ac:
19764         * ext/Makefile.am:
19765         * ext/raw1394/Makefile.am:
19766           fix the build
19767
19768 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19769
19770         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19771           Wrong return.
19772         * gst/playback/Makefile.am:
19773         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19774         * gst/playback/gstplay-marshal.list:
19775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19776           Fix marshallers.
19777
19778 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19779
19780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19781           Silence.
19782
19783 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19784
19785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19786         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19787         (gst_ogg_pad_push):
19788           Yay for non-lineair granulepos in theora.
19789
19790 2004-10-18  Wim Taymans  <wim@fluendo.com>
19791
19792         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19793         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19794         * ext/dv/gstdvdec.h:
19795         Make sure we renegotiate aspect ratio when the camera switches.
19796
19797 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19798
19799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19800         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19801           Start at zero.
19802         * ext/theora/theoradec.c: (theora_dec_chain):
19803           Skip headers. Bad idea for chained ogg, but fixes seeking.
19804
19805 2004-10-18  Wim Taymans  <wim@fluendo.com>
19806
19807         * configure.ac:
19808         I swear, this is the last time I touch this.
19809
19810 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19811
19812         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19813         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19814         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19815           Faster seeking.
19816         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19817           Time-to-default conversion.
19818         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19819           Don't error on unknown packets, just skip. We should probably
19820           read them if we want to support chained ogg.
19821
19822 2004-10-18  Wim Taymans  <wim@fluendo.com>
19823
19824         * configure.ac:
19825         Added cdaudio to wrong list.
19826
19827 2004-10-18  Wim Taymans  <wim@fluendo.com>
19828
19829         * configure.ac:
19830         Revive cdaudio.
19831
19832 2004-10-18  Wim Taymans  <wim@fluendo.com>
19833
19834         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19835         (gst_dvdec_video_link), (gst_dvdec_push):
19836         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19837         (gst_smokeenc_resync), (gst_smokeenc_chain):
19838         Fix mimetype on smoke encoder.
19839         Add aspect ratio to dvdec. Not sure if these
19840         values are correct though....
19841
19842 2004-10-18  Wim Taymans  <wim@fluendo.com>
19843
19844         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19845         Fix vorbis property descriptions and ranges.
19846
19847 2004-10-18  Wim Taymans  <wim@fluendo.com>
19848
19849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19850         Really do nothing when no data is available.
19851         Go to the playing state when the stream is not seekable
19852         instead of failing.
19853
19854 2004-10-18  Wim Taymans  <wim@fluendo.com>
19855
19856         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19857         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19858         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19859         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19860         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19861         Added uri handler for cd://
19862         Port to new API.
19863
19864 2004-10-18  Wim Taymans  <wim@fluendo.com>
19865
19866         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19867         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19868         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19869         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19870         (remove_prerolls), (unknown_type), (add_element_stream),
19871         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19872         (gst_play_base_bin_remove_element),
19873         (gst_play_base_bin_link_stream):
19874         * gst/playback/gstplaybin.c: (gen_video_element),
19875         (gen_vis_element), (remove_sinks), (setup_sinks):
19876         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19877         (gst_stream_info_get_type), (gst_stream_info_class_init),
19878         (gst_stream_info_init), (gst_stream_info_new),
19879         (gst_stream_info_dispose), (stream_info_mute_pad),
19880         (gst_stream_info_set_property), (gst_stream_info_get_property):
19881         * gst/playback/gststreaminfo.h:
19882         Add sink padtemplate to decodebin.
19883         Added some more comments.
19884         Make queue size configurable in playbasebin.
19885         Added possibility to use elements as sinks (ex cdaudio).
19886
19887 2004-10-15  Wim Taymans  <wim@fluendo.com>
19888
19889         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19890         (gst_speexenc_chain):
19891         Fix speex timestamps so that it gets muxed properly.
19892
19893 2004-10-15  Wim Taymans  <wim@fluendo.com>
19894
19895         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19896         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19897         (gst_dv1394src_init), (gst_dv1394src_dispose),
19898         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19899         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19900         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19901         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19902         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19903         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19904         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19905         * ext/raw1394/gstdv1394src.h:
19906         Added conversion/query functions.
19907         Update buffer timestamps,
19908         Added signals.
19909         Added uri dv:// so it might play from the firewire in playbin.
19910         Fix a possible leak.
19911         Added debugging.
19912
19913 2004-10-15  Wim Taymans  <wim@fluendo.com>
19914
19915         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19916         (gst_dv1394src_init), (gst_dv1394src_set_property),
19917         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19918         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19919         * ext/raw1394/gstdv1394src.h:
19920         Added AV/C VTR control support needed for some cameras.
19921         Added automatic port detection.
19922         Added properties for selecting the channel.
19923         The configure.ac script is not yet updated to reflect the
19924         new libavc1394 and librom1394 dependencies.
19925
19926 2004-10-15  Wim Taymans  <wim@fluendo.com>
19927
19928         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19929         (qtdemux_parse), (gst_qtdemux_handle_esds):
19930         An esds box is not a container.
19931         Fix parsing of mp4v boxes.
19932         Do not try to renegotiate fps for each frame. Need to
19933         find a better method. This should fix mp4 playback.
19934
19935 2004-10-14  David Schleef  <ds@schleef.org>
19936
19937         * configure.ac: update for swfdec-0.3 and liboil-0.2
19938         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19939         * ext/swfdec/gstswfdec.h: same
19940         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19941         * gst/videotestsrc/videotestsrc.c: same
19942
19943 2004-10-14  Wim Taymans  <wim@fluendo.com>
19944
19945         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19946         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19947         (is_sync_frame), (gst_multifdsink_new_client),
19948         (gst_multifdsink_handle_client_write),
19949         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19950         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19951         Turn warnings into info.
19952         Don't allow a state change in the streaming thread.
19953
19954 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19955
19956         * ext/vorbis/oggvorbisenc.c:
19957         * ext/vorbis/vorbisdec.c:
19958           fix template sample rate
19959
19960 2004-10-13  Wim Taymans  <wim@fluendo.com>
19961
19962         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19963         Decoding the header first fixes some problems in resyncing
19964         in more mp3s.
19965
19966 2004-10-12  Wim Taymans  <wim@fluendo.com>
19967
19968         * gst/playback/gstplaybin.c: (gen_video_element),
19969         (gen_vis_element), (remove_sinks), (setup_sinks):
19970         Added vis plugin support, need to configure the vis
19971         element to activate it.
19972
19973 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19974
19975         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19976         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19977           Some debug.
19978         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19979         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19980         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19981         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19982         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19983         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19984         * gst/avi/gstavidemux.h:
19985           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19986           recovery (where, if part of the index is broken, we will still read
19987           the rest of the index and recover the broken part by stream
19988           scanning). More broken media support. EOS workarounds. General AVI
19989           braindamage headache recovery. Aspirin included.
19990
19991 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19992
19993         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19994         (cdparanoia_event), (cdparanoia_query):
19995           Get rid of hideous lead-in.
19996
19997 2004-10-11  Wim Taymans  <wim@fluendo.com>
19998
19999         * gst/playback/gstplaybasebin.c: (setup_source):
20000         Wrong var used to get g_list_next.
20001
20002 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20003
20004         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20005         (cdparanoia_get), (cdparanoia_open):
20006           Report discid as metadata, add duration.
20007
20008 2004-10-11  Wim Taymans  <wim@fluendo.com>
20009
20010         * gst/playback/gstplaybasebin.c: (setup_source):
20011         Cleanup the previous pipeline a little earlier for the
20012         case that a source element provides raw data.
20013
20014 2004-10-11  Benjamin Otte  <otte@gnome.org>
20015
20016         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20017           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20018           consuming the last 128 bytes, even though it was valid mp3 data.
20019
20020 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20021
20022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20023         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20024         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20025         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20026
20027 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20028
20029         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20030         Fix for webcams that support only specific width or height
20031
20032 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20033
20034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20035
20036         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20037           Fix wrong discont event setup (fixes #154967).
20038
20039 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20040
20041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20042
20043         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20044           Error out on invalid data (fixes #154807).
20045
20046 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20047
20048         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20049
20050         * ext/dvdread/dvdreadsrc.c: (_read):
20051           Make titles > 0 work again (fixes #154834).
20052
20053 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20054
20055         * gst-libs/gst/riff/riff-media.c:
20056         (gst_riff_create_video_template_caps):
20057           WMV3 missing in template caps.
20058
20059 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20060
20061         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20062           OK, so the original code was too strict. It makes random AVI files
20063           hang for seconds upon opening, which is unacceptable and is far
20064           beyond the original goal of getting multiple chunks for one-chunk
20065           sounc stream files. So now do just that.
20066
20067 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20068
20069         * gst/playback/gstplaybasebin.c: (setup_source),
20070         (gst_play_base_bin_change_state):
20071           Actually clean up streaminfo if output fails. This would trigger
20072           if, for example, there was no CD in the drive. No preroll, so
20073           a streaminfo structure is created, but the subsequent state change
20074           of the thread fails.
20075         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20076           Don't change state if parent failed.
20077
20078 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20079
20080         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20081         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20082         (gen_video_element), (remove_sinks):
20083           Add small bits of code for screenshot handling.
20084
20085 2004-10-08  Wim Taymans  <wim@fluendo.com>
20086
20087         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20088         (gen_video_element), (gen_audio_element), (setup_sinks):
20089         Don't assume the user provided sinks are named "sink"...
20090
20091 2004-10-08  Wim Taymans  <wim@fluendo.com>
20092
20093         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20094         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20095         (gst_play_base_bin_link_stream):
20096         Do not try to autoplug sources that generate raw streams like
20097         cdparanoia.
20098         disconnect the preroll overrun signal when we don't need it anymore.
20099
20100 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20101
20102         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20103         Added reworked patch from #154903 from milosz derezynski (deadchip).
20104
20105 2004-10-08  Wim Taymans  <wim@fluendo.com>
20106
20107         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20108         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20109         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20110         (cdparanoia_convert), (cdparanoia_uri_get_type),
20111         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20112         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20113         * ext/cdparanoia/gstcdparanoia.h:
20114         This adds the cdda://<tracknum> uri.
20115
20116 2004-10-08  Wim Taymans  <wim@fluendo.com>
20117
20118         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20119         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20120         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20122         (unknown_type), (gst_play_base_bin_remove_element),
20123         (gst_play_base_bin_link_stream):
20124         * gst/playback/gstplaybasebin.h:
20125         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20126         (gst_play_bin_set_property), (gen_video_element),
20127         (gen_audio_element), (setup_sinks):
20128         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20129         (gst_stream_info_get_type), (gst_stream_info_class_init),
20130         (gst_stream_info_init), (gst_stream_info_new),
20131         (gst_stream_info_dispose), (stream_info_mute_pad),
20132         (gst_stream_info_set_property), (gst_stream_info_get_property):
20133         * gst/playback/gststreaminfo.h:
20134         Reuse the audio and video bins.
20135         Some internal cleanups in the stream selection code.
20136
20137 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20138
20139         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20140         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20141         * sys/ximage/ximagesink.h:
20142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20143         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20144         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20145         not coming from those elements. Moreover these elements should not keep
20146         the xid they have been given when in NULL state.
20147
20148 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20149
20150         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20151         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20152         * sys/ximage/ximagesink.h:
20153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20154         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20155         * sys/xvimage/xvimagesink.h:
20156           Actually only create a new toplevel window if we're not gonna
20157           embed it right after.
20158
20159 2004-10-07  Wim Taymans  <wim@fluendo.com>
20160
20161         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20162         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20163         * gst/playback/gstplaybin.c: (setup_sinks):
20164         Implement muting/unmuting of streams, mute streams that are not
20165         used.
20166
20167 2004-10-07  Wim Taymans  <wim@fluendo.com>
20168
20169         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20170         (plugin_init):
20171         Added lame audio/x-ac3 typefind function.
20172
20173 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20174
20175         * configure.ac:
20176           bump nano to cvs
20177
20178 === release 0.8.5 ===
20179
20180 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20181
20182         * NEWS:
20183         * RELEASE:
20184         * configure.ac:
20185           releasing 0.8.5, "Take You On"
20186
20187 2004-10-06  Wim Taymans  <wim@fluendo.com>
20188
20189         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20190         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20191         (no_more_pads), (close_link), (type_found):
20192         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20193         * gst/playback/gstplaybin.c: (gen_video_element):
20194         Do not signal the no_more_pads after the first pad when
20195         we are plugging a non dynamic element with multiple
20196         output pads (like swfdec, dvdec, ...).
20197
20198 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20199
20200         * configure.ac:
20201           bump for prerelease
20202
20203 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20204
20205         * gst/wavparse/gstwavparse.c:
20206           add ATRAC3 to STATIC CAPS to fix a warning
20207
20208         * gst/matroska/ebml-read.c:
20209         * gst-libs/gst/riff/riff-read.c:
20210           fix typos
20211
20212 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20213
20214         * gst-libs/gst/riff/riff-media.c:
20215           generate caps for ATRAC3 audio streams
20216
20217         * gst/realmedia/rmdemux.c:
20218           generate caps for ATRAC3 audio streams
20219
20220 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20221
20222         * gst/wavparse/Makefile.am
20223         * gst/wavparse/riff.h
20224         * gst/wavparse/wavparse.vcproj
20225           riff.h removal (unused and duplication with riff-ids.h)
20226
20227 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20228
20229         * gst/wavparse/gstwavparse.h
20230           remove duplicated defines for audio codec codes
20231
20232         * gst-libs/gst/riff/riff-ids.h
20233         * gst/wavenc/riff.h:
20234           add "4CC" code for ATRAC3 audio streams
20235           add "4CC" code for ITU_G721_ADPCM (unused for now)
20236
20237 2004-10-06  Wim Taymans  <wim@fluendo.com>
20238
20239         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20240         Actually _do_ negotiation. Pass gdouble as arg instead
20241         of guint64 for the framerate.
20242
20243 2004-10-06  Wim Taymans  <wim@fluendo.com>
20244
20245         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20246         (find_compatibles), (close_pad_link), (try_to_link_1),
20247         (no_more_pads), (close_link), (type_found):
20248         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20249         * gst/playback/gstplaybin.c: (gen_video_element),
20250         (gen_audio_element):
20251         Set state on newly added element to READY so that negotiation
20252         can happen ASAP.
20253         Addes some more debug info.
20254         Do not try to plug pads with multiple caps structures or ANY
20255         because it is too dangerous since we do not do dynamic
20256         replugging.
20257
20258 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20259
20260         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20261
20262         * po/LINGUAS:
20263         * po/or.po:
20264           add Oriya translation
20265
20266 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20267
20268         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20269           Prevent overwrite of size member. Makes audio sound crappy.
20270
20271 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20272
20273         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20274         Add rmvb to the list of known RealMedia extensions
20275
20276 2004-10-05  Wim Taymans  <wim@fluendo.com>
20277
20278         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20279         (mngdec_openstream), (mngdec_closestream),
20280         (mngdec_handle_sink_event), (mngdec_readdata),
20281         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20282         (mngdec_getcanvasline), (mngdec_refresh),
20283         (gst_mngdec_change_state):
20284         Set the framerate correctly.
20285
20286 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20287
20288         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20289           There was something wrong with the index massaging.
20290
20291 2004-10-04  Wim Taymans  <wim@fluendo.com>
20292
20293         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20294         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20295         (gst_smokedec_chain):
20296         * ext/jpeg/gstsmokedec.h:
20297         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20298         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20299         * ext/jpeg/gstsmokeenc.h:
20300         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20301         (smokecodec_decode_new), (smokecodec_info_free),
20302         (smokecodec_set_quality), (smokecodec_get_quality),
20303         (smokecodec_set_threshold), (smokecodec_get_threshold),
20304         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20305         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20306         (smokecodec_encode), (smokecodec_parse_id),
20307         (smokecodec_parse_header), (smokecodec_decode):
20308         * ext/jpeg/smokecodec.h:
20309         * ext/jpeg/smokeformat.h:
20310         Updated smoke, new bitstream, allows embedding in ogg.
20311
20312 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20313
20314         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20315           Fix seeking in some files. All this code is no longer needed (and
20316           actually breaks stuff) because we now synchronize the full index
20317           right when reading the header.
20318
20319 2004-10-04  Wim Taymans  <wim@fluendo.com>
20320
20321         * configure.ac:
20322         configure update for libmng.
20323
20324 2004-10-04  Wim Taymans  <wim@fluendo.com>
20325
20326         * ext/libmng/Makefile.am:
20327         * ext/libmng/gstmng.c: (plugin_init):
20328         * ext/libmng/gstmng.h:
20329         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20330         (gst_mngdec_base_init), (gst_mngdec_class_init),
20331         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20332         (gst_mngdec_loop), (gst_mngdec_get_property),
20333         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20334         (mngdec_closestream), (mngdec_handle_sink_event),
20335         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20336         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20337         (gst_mngdec_change_state):
20338         * ext/libmng/gstmngdec.h:
20339         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20340         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20341         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20342         (gst_mngenc_chain), (gst_mngenc_get_property),
20343         (gst_mngenc_set_property):
20344         * ext/libmng/gstmngenc.h:
20345         Added basic MNG decoder. Needs more work. The encoder does
20346         not work yet.
20347
20348 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20349
20350         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20351         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20352         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20353           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20354           no-more-pads.
20355
20356 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20357
20358         * configure.ac:
20359           you need at least 1.0.4 of speex
20360
20361 2004-10-04 Iain <iaingnome@gmail.com>
20362
20363         * ext/speex/gstspeexdec.h: Revert the includes changes.
20364
20365         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20366
20367 2004-09-30 Iain <iaingnome@gmail.com>
20368
20369         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20370         found during init or set as a property instead of hardcoding /dev/audio
20371
20372 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20373
20374         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20375         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20376         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20377         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20378         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20379         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20380         (gst_rmdemux_dump_data):
20381           Use debug category, fix EOS handling. filesrc ! rmdemux now
20382           works.
20383
20384 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20385
20386         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20387         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20388         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20389           Improve allocation, cutting and sorting of the index. How takes a
20390           few seconds instead of minutes.
20391
20392 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20393
20394         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20395           fixed compilation
20396
20397 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20398
20399         * gst-libs/gst/riff/riff-media.c:
20400         (gst_riff_create_video_caps_with_data),
20401         (gst_riff_create_video_template_caps):
20402           Add wing commander format mimetype/fourccs.
20403         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20404           Don't crash if some value is 0.
20405
20406 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20407
20408         * gst-libs/gst/riff/riff-media.c:
20409         (gst_riff_create_video_caps_with_data),
20410         (gst_riff_create_video_template_caps):
20411           Add DIB fourcc (raw, palettized 8-bit RGB).
20412         * gst-libs/gst/riff/riff-read.c:
20413         (gst_riff_read_strf_vids_with_data):
20414           Oops, fix strf_data reading bug.
20415         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20416           Use a non-NULL tag.
20417         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20418           Time for hacks. Sorry Dave. At least one quicktime movie (a
20419           trailer) that I've encountered contains multiple video tracks.
20420           One of those is the actual video track, the other are one-frame
20421           tracks (images). Unfortunately, the number of frames according
20422           to the trak header is 1 for each, so that doesn't help. So
20423           instead, I look at the duration and discard tracks with a
20424           duration shorter than 20% of the length of the stream. Better
20425           than nothing.
20426
20427 2004-10-01  Christian Schaller <christian@fluendo.com>
20428
20429         * ext/ivorbis/vorbis.c:
20430           Patch from Phil Blundell (Bug 152341)
20431
20432 2004-10-01  Wim Taymans  <wim@fluendo.com>
20433
20434         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20435         (speex_dec_get_formats), (speex_dec_convert),
20436         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20437         (speex_dec_chain), (gst_speexdec_get_property),
20438         (gst_speexdec_set_property):
20439         Small cleanups.
20440
20441 2004-10-01  Wim Taymans  <wim@fluendo.com>
20442
20443         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20444         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20445         (gst_wavparse_other), (gst_wavparse_loop),
20446         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20447         (gst_wavparse_srcpad_event):
20448         * gst/wavparse/gstwavparse.h:
20449         Added some more debugging info.
20450         Fix the case where the length of the file is 0.
20451         Make sure we seek to sample borders.
20452
20453 2004-10-01  Wim Taymans  <wim@fluendo.com>
20454
20455         * gst/playback/README:
20456         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20457         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20458         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20459         Add some debug info to decodebin, update README
20460
20461 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20462
20463         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20464           Don't use g_print(); use GST_DEBUG().
20465
20466 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20467
20468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20469         (gst_ogg_mux_queue_pads):
20470           Handle EOS properly.
20471
20472 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20473
20474         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20475
20476         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20477         (gst_faad_chain), (gst_faad_change_state):
20478         * ext/faad/gstfaad.h:
20479           Allow playback of raw (unframed) MPEG AAC files (#148993).
20480
20481 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20482
20483         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20484
20485         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20486           Throw error if we didn't recognize the stream. Fixes #152289.
20487
20488 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20489
20490         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20491           Fix negotiation.
20492
20493 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20494
20495         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20496
20497         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20498           Fix memleak.
20499
20500 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20501
20502         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20503
20504         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20505           Solve #152805.
20506         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20507           Solve 152806.
20508
20509 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20510
20511         * gst-libs/gst/riff/riff-media.c:
20512         (gst_riff_create_video_caps_with_data),
20513         (gst_riff_create_audio_caps_with_data):
20514           Add codec_data handling (like asfdemux used to do).
20515         * gst/asfdemux/gstasf.c: (plugin_init):
20516         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20517         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20518           Use riff-media for caps creation instead of our own (mostly
20519           broken) copy of its functions.
20520
20521 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20522
20523         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20524           Don't actually error out if we get another return value than
20525           -EINVAL. Opposite to what I first thought, drivers have random
20526           return values for this, although -EINVAL is the expected return
20527           value. Since this is not fatal, we shouldn't use
20528           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20529
20530 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20531
20532         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20533         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20534         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20535         (dvdreadsrc_get), (dvdreadsrc_open_file),
20536         (dvdreadsrc_change_state):
20537           Fix. Don't do one big huge loop around the whole DVD, that will
20538           cache all data and thus eat sizeof(dvd) (several GB) before we
20539           see something.
20540         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20541           Actually NULL'ify event after using it.
20542         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20543         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20544         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20545         (gst_ebml_read_seek), (gst_ebml_read_skip):
20546           Handle events.
20547         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20548         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20549         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20550           Fix timing (this will probably break if I seek using menus, but
20551           I didn't get there yet). VOBs and normal DVDs should now work.
20552           Add a mpeg2-only pad with high rank so this get autoplugged for
20553           MPEG-2 movies.
20554         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20555         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20556         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20557         (gst_mpeg_demux_get_audio_stream),
20558         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20559         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20560           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20561           MPEG-1 but use dvddemux for MPEG-2.
20562         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20563         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20564         (gst_mpeg_parse_parse_packhead):
20565           Timing. Only add pad template if it exists. Add sink template from
20566           class and not from ourselves. This means we will always use the
20567           correct sink template even if it is not the one defined in this
20568           file.
20569
20570 2004-09-29  Wim Taymans  <wim@fluendo.com>
20571
20572         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20573         (gst_mpeg_demux_parse_pes):
20574         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20575         Fix playback of mpeg again, timestamps where screwed up by
20576         patch 1.61.
20577
20578 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20579
20580         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20581           Only return true if we actually filled something in. Prevents
20582           player applications from showing a random length for flac files.
20583         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20584         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20585         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20586         (gst_riff_read_strf_vids_with_data),
20587         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20588           OK, ok, so I implemented event handling. Apparently it's normal
20589           that we receive random events at random points without asking
20590           for it.
20591         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20592         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20593         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20594         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20595         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20596         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20597         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20598         * gst/avi/gstavidemux.h:
20599           Implement non-lineair chunk handling and subchunk processing.
20600           The first solves playback of AVI files where the audio and video
20601           data of individual buffers that we read are not synchronized.
20602           This should not happen according to the wonderful AVI specs, but
20603           of course it does happen in reality. It is also a prerequisite for
20604           the second. Subchunk processing allows us to cut chunks in small
20605           pieces and process each of these pieces separately. This is
20606           required because I've seen several AVI files with incredibly large
20607           audio chunks, even some files with only one audio chunk for the
20608           whole file. This allows for proper playback including seeking.
20609           This patch is supposed to fix all AVI A/V sync issues.
20610         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20611         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20612           Work.
20613         * gst/modplug/gstmodplug.cc:
20614           Proper return value setting for the query() function.
20615         * gst/playback/gstplaybasebin.c: (setup_source):
20616           Being in non-playing state (after, e.g., EOS) is not necessarily
20617           a bad thing. Allow for that. This fixes playback of short files.
20618           They don't actually playback fully now, because the clock already
20619           runs. This means that small files (<500kB) with a small length
20620           (<2sec) will still not or barely play. Other files, such as mod
20621           or flx, will work correctly, however.
20622
20623 2004-09-28  Wim Taymans  <wim@fluendo.com>
20624
20625         * ext/speex/gstspeex.c: (plugin_init):
20626         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20627         (gst_speex_dec_class_init), (speex_dec_get_formats),
20628         (speex_get_event_masks), (speex_get_query_types),
20629         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20630         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20631         (gst_speexdec_get_property), (gst_speexdec_set_property),
20632         (speex_dec_change_state):
20633         * ext/speex/gstspeexdec.h:
20634         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20635         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20636         (gst_speexenc_base_init), (gst_speexenc_class_init),
20637         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20638         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20639         (gst_speexenc_src_query), (gst_speexenc_init),
20640         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20641         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20642         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20643         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20644         (gst_speexenc_chain), (gst_speexenc_get_property),
20645         (gst_speexenc_set_property), (gst_speexenc_change_state):
20646         * ext/speex/gstspeexenc.h:
20647         Rewrote speex encoder, make sure it can be embedded in ogg.
20648         Implemented speex decoder.
20649
20650 2004-09-28  Christian Schaller <christian@fluendo.com>
20651
20652         * configure.ac:
20653         Remove kioslave plugin. Markey is brewing a new working one
20654         * ext/Makefile.am: Remove kioslave plugin
20655         * ext/kio: remove
20656         * gst-plugins.spec.in: remove kio plugin from spec
20657
20658 2004-09-27  Wim Taymans  <wim@fluendo.com>
20659
20660         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20661         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20662         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20663         (gst_multifdsink_new_client),
20664         (gst_multifdsink_handle_client_write),
20665         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20666         (gst_multifdsink_handle_clients):
20667         * gst/tcp/gstmultifdsink.h:
20668         Make syncing to keyframes actually work for new clients and lagging
20669         clients.
20670
20671 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20672
20673         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20674         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20675         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20676         * gst/debug/gstnavigationtest.h:
20677           make navigationtest display button-press and button-release events
20678
20679 2004-09-26 Iain <iaingnome@gmail.com>
20680
20681         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20682         the channels have received a new media event.
20683         (interleave_buffered_loop): Compresses a new media event on all
20684         channels into one.
20685
20686 2004-09-26 Iain <iaingnome@gmail.com>
20687
20688         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20689         call the sinkpad's default event handler and not the srcpads. He also
20690         says this is confusing :)
20691         (gst_wavenc_stop_file): Company says that seek events only go upstream
20692         we should send a discontinuous downstream instead.
20693
20694 2004-09-25  Christian Schaller <christian@fluendo.com>
20695
20696         * Update SPEC file to be usable in conjunction with Fedora Core,
20697           Fedora.us and freshrpms packages
20698         * Fix typo in multifilesrc test Makefile
20699
20700 2004-09-24  Wim Taymans  <wim@fluendo.com>
20701
20702         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20703         Only signal the no_more_pads signal when we have
20704         added the stream to our list.
20705
20706 2004-09-24  Wim Taymans  <wim@fluendo.com>
20707
20708         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20709         (new_decoded_pad):
20710         * gst/playback/gstplaybasebin.h:
20711         * gst/playback/gstplaybin.c: (setup_sinks):
20712         Don't try to preroll or decode more than one audio/video
20713         track.
20714
20715 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20716
20717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20718           Throw error if we failed to find a suitable output. This should
20719           throw an error if we successfully set up a pipeline (e.g. because
20720           we recognized a media file) but found no decodable streams in it
20721           (e.g. because it contains only media stream types for which we
20722           have no decoders, or because it's not a media type).
20723
20724 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20725
20726         * ext/dirac/Makefile.am:
20727         * ext/dirac/gstdirac.cc:
20728         * ext/dirac/gstdiracdec.cc:
20729         * ext/dirac/gstdiracdec.h:
20730           Do something. Don't actually know if this works because I don't
20731           have a demuxer yet.
20732         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20733           Add channels=1 to caps returned from _getcaps().
20734         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20735         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20736         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20737         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20738         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20739         (gst_ogm_parse_change_state):
20740           Separate between audio/video so ogmaudioparse actually uses the
20741           audio pad templates. Both audio and video work now, including
20742           autoplugging. Also use sometimes-srcpad hack.
20743         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20744           Handle events better. Don't hang on infinite loops.
20745         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20746         (gst_avi_demux_init), (gst_avi_demux_reset),
20747         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20748         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20749         (gst_avi_demux_change_state):
20750         * gst/avi/gstavidemux.h:
20751           Improve A/V sync. Still not perfect.
20752         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20753         (gst_ebml_read_skip):
20754           Handle events better.
20755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20756         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20757         (qtdemux_audio_caps):
20758           Add IMA4. Improve event handling. Save offset after a seek when
20759           the headers are at the end of the file so that we don't end up in
20760           an infinite loop.
20761         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20762           Add low-priority typefind support for files with no length.
20763
20764 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20765
20766         * testsuite/multifilesink/Makefile.am:
20767         fix typo
20768
20769 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20770
20771         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20773         mistakes from thaytan's patches.
20774
20775 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20776
20777         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20778           For completeness, XSync in the destroy function as xvimage does.
20779
20780 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20781
20782         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20783            Correct caps negotiation
20784         * gst/volume/gstvolume.c: (volume_chain_float),
20785         (volume_chain_int16):
20786            Modify debug output to be little more informative
20787         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20789         (gst_xvimagesink_xvimage_destroy):
20790           Add XSync calls after detaching from the shared memory segment to
20791           avoid a crash.
20792
20793 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20794
20795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20796         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20797         * ext/vorbis/vorbis.c: (plugin_init):
20798         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20799         (gst_vorbisenc_chain):
20800         * ext/vorbis/vorbisenc.h:
20801         remove explicit newmedia support from oggmux and vorbisenc
20802         add debug category to vorbisenc
20803         * gst/multifilesink/gstmultifilesink.c:
20804         (gst_multifilesink_class_init), (gst_multifilesink_init),
20805         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20806         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20807         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20808         (plugin_init):
20809         * gst/multifilesink/gstmultifilesink.h:
20810         add support for streamheader in multifilesink
20811
20812 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20813
20814         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20815         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20816         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20817           Prevent infinite loops. More correct error reporting.
20818         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20819           Error out if negotiation fails.
20820         * gst/playback/gstplaybasebin.c: (setup_source),
20821         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20822         (gst_play_base_bin_found_tag):
20823           Error/tag forwarding. Pre-roll fixes for source errors on state
20824           changes (e.g. "file does not exist") to prevent hangs.
20825
20826 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20827
20828         * testsuite/multifilesink/Makefile.am:
20829         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20830         (gst_newmedia_class_init), (gst_newmedia_init),
20831         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20832         (newfile_signal), (test_signal), (main):
20833         * testsuite/multifilesink/multifilesrc_test.c: (main):
20834         * testsuite/multifilesink/oggtheora_test.c:
20835         (gst_newmedia_base_init), (gst_newmedia_class_init),
20836         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20837         (test_format), (newfile_signal), (test_signal), (main):
20838         * testsuite/multifilesink/oggvorbis_test.c:
20839         (gst_newmedia_base_init), (gst_newmedia_class_init),
20840         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20841         (test_format), (newfile_signal), (test_signal), (main):
20842         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20843         (gst_newmedia_class_init), (gst_newmedia_init),
20844         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20845         (newfile_signal), (test_signal), (main):
20846         New media tests
20847
20848 2004-09-20  Christian Schaller <christian@fluendo.com>
20849
20850         * Fix mikmod license to LGPL as they have relicensed
20851         * Move Dirac and Effectv into LGPL section of README_license
20852
20853 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20854
20855         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20856         (gst_mad_change_state):
20857           Allow for mp3 rate/channels changes. However, only very
20858           conservatively. Reason that we *have* to enable this is smiply
20859           because the mad find_sync() function is not good enough, it will
20860           regularly sync on random data as valid frames and therefore make
20861           us provide random caps as *final* caps of the stream. The best fix
20862           I could think of is to simply require several of the same stream
20863           changes in a row before we change caps.
20864           The actual testcase that works now is #
20865         * ext/ogg/Makefile.am:
20866         * ext/ogg/gstogg.c: (plugin_init):
20867         * ext/ogg/gstogmparse.c:
20868           OGM support (video only for now; I need an audio sample file).
20869         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20870         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20871         (gst_asf_demux_add_video_stream):
20872           WMV extradata.
20873         * gst/playback/gstplaybasebin.c: (unknown_type):
20874           Don't error out on single unknown-types after all. It's wrong.
20875           If we found type of video and audio but not of a subtitle stream,
20876           it will still error out (which is unwanted). Will find a better fix
20877           later on.
20878         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20879         (ogmaudio_type_find), (plugin_init):
20880           OGM support.
20881
20882 2004-09-20  Johan Dahlin  <johan@gnome.org>
20883
20884         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20885         after setting caps.
20886
20887 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20888
20889         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20890         * gst/wavenc/gstwavenc.h:
20891         Added newmedia support to wavenc
20892
20893 2004-09-17  Wim Taymans  <wim@fluendo.com>
20894
20895         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20896         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20897         (gst_fdset_fd_can_write), (gst_fdset_wait):
20898         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20899         (gst_multifdsink_init), (gst_multifdsink_add),
20900         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20901         (gst_multifdsink_remove_client_link),
20902         (gst_multifdsink_client_queue_buffer),
20903         (gst_multifdsink_handle_client_write),
20904         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20905         (gst_multifdsink_close), (gst_multifdsink_change_state):
20906         * gst/tcp/gstmultifdsink.h:
20907         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20908         (gst_tcpserversink_removed):
20909         Small cleanups in fdset.c
20910         Use a hastable to map fd to the client structure for faster
20911         lookup in _remove and get_stats.
20912         Added virtual function to close the fds.
20913         Handle clients even when the select/poll call was unblocked because
20914         of a command.
20915         Implement syncing to keyframe in the recovery procedure.
20916
20917 2004-09-16 Iain <iaingnome@gmail.com>
20918
20919         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20920         try caps.
20921
20922 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20923
20924         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20925           Caps are only set if the type of the stream is unknown, but this
20926           is initialized in ->init_stream(), so set to UNKNOWN after calling
20927           ->init_stream() so that capsnego starts.
20928
20929 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20930
20931         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20932         (gst_avi_demux_stream_data):
20933           Just hardcode for raw audio then. AVI audio sucks.
20934
20935 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20936
20937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20938         * gst/matroska/matroska-mux.c: (audiosink_templ),
20939         (gst_matroska_mux_audio_pad_link):
20940         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20941         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20942
20943 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20944
20945         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20946         (gst_avi_demux_stream_data):
20947           Try to fix a/v sync issues.
20948
20949 2004-09-15  David Schleef  <ds@schleef.org>
20950
20951         * configure.ac: remove NASM check, since we don't use it.  Update
20952         dirac check to 0.4
20953         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20954         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20955         Initialized variables.
20956         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20957         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20958         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20959         SVQ3 format
20960
20961 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20962
20963         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20964         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20965         * gst/avi/gstavidemux.h:
20966           Fix for compressed audio (mp3) timestamp generation. How did this
20967           ever work?
20968
20969 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20970
20971         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20972           Volume is a double not a float.
20973
20974 2004-09-15  Wim Taymans  <wim@fluendo.com>
20975
20976         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20977         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20978         Don't close the fd in multifdsink as we didn't open it in the
20979         first place. Some cleanups.
20980
20981 2004-09-15  Wim Taymans  <wim@fluendo.com>
20982
20983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20985         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20986         Fix the case where the muxer would mark pages as delta
20987         frames when they are not (vorbis only ogg).
20988
20989 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20990
20991         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20992         (gst_play_base_bin_change_state):
20993           Handle the case where we failed to setup a clear pipeline. This
20994           will throw an error (or EOS, another nice case) and if you don't
20995           catch that, the app will wait for the signal forever (and thus
20996           hang).
20997
20998 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20999
21000         * ext/gnomevfs/gstgnomevfssink.c:
21001         (gst_gnomevfssink_uri_get_protocols):
21002         * ext/gnomevfs/gstgnomevfssrc.c:
21003         (gst_gnomevfssrc_uri_get_protocols):
21004         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21005         * ext/gnomevfs/gstgnomevfsuri.h:
21006           Use _uri_new() instead of _open(), so it doesn't take as long and
21007           Christophe's computer won't hang.
21008         * gst/playback/gstplaybasebin.c: (unknown_type):
21009           Throw error on unknown media type, so apps actually display it.
21010
21011 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21012
21013         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21014           this script to work on Solaris since bash shell handles echo
21015           differenly than bash.
21016
21017 2004-09-17  Wim Taymans  <wim@fluendo.com>
21018
21019         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21020         (setup_source), (gst_play_base_bin_set_property),
21021         (gst_play_base_bin_add_element):
21022         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21023         Some more work on making sure seeking pauses the pipeline and
21024         that changing the uri actually does something.
21025
21026 2004-09-17  Wim Taymans  <wim@fluendo.com>
21027
21028         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21030         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21031         (gst_tcpserversink_close):
21032         Be a bit more paranoid when freeing memory.
21033
21034 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21035
21036         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21037         (qtdemux_parse_trak):
21038           Don't crash by dividing by zero (see sample movie in #126922).
21039
21040 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21041
21042         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21043           Don't touch non-existing data (fixes crash on file in #140147).
21044
21045 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21046
21047         * gst/playback/gstplaybasebin.c:
21048         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21049           Handle double disposals, and proper change of URIs.
21050
21051 2004-09-13  Martin Eikermann <meiker@upb.de>
21052
21053         * gst/mpegstream/gstmpegparse.c:
21054           fix synchronistation for streams recorded from digital PCR
21055           fixes bug #119376
21056
21057 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21058
21059         * ext/gnomevfs/Makefile.am:
21060         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21061         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21062         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21063         (gst_gnomevfssink_uri_get_type),
21064         (gst_gnomevfssink_uri_get_protocols),
21065         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21066         (gst_gnomevfssink_uri_handler_init),
21067         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21068         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21069         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21070         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21071         (gst_gnomevfssrc_uri_get_type),
21072         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21073         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21074         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21075         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21076         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21077         * ext/gnomevfs/gstgnomevfsuri.h:
21078           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21079           of fake URIs to see which this version of Gnome-VFS likes, and
21080           uses that for the Gst-URI interface. Makes playbin support http://
21081           streams. Also fix up some stupid behaviour in gnomevfssrc.
21082
21083 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21084
21085         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21086         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21087         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21088         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21089           Update mixer (to sync with other sessions) if we try to obtain
21090           a new value. This makes alsamixer work accross applications.
21091         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21092           Only call sync functions if we're running, else alsalib asserts.
21093         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21094           Sometimes fails to compile. Possibly a gcc bug.
21095         * gst/playback/gstplaybin.c: (gen_video_element),
21096         (gen_audio_element):
21097           Add a reference to an application-provided object, because we lose
21098           this same reference if we add it to the bin. If we don't do this,
21099           we can only use this object once and thus crash if we go from
21100           ready to playing, back to ready and back to playing again.
21101           Also add an audioscale element because several cheap soundcards -
21102           like mine - don't support all samplerates.
21103         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21104         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21105           Fix wrong order or PAR calls. Makes automatically obtained PAR
21106           from the X server atually being used.
21107
21108 2004-09-12  David Schleef  <ds@schleef.org>
21109
21110         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21111         #151887, #152102, #152247.
21112         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21113         * examples/seeking/cdparanoia.c: same
21114         * examples/seeking/cdplayer.c: same
21115         * examples/seeking/seek.c: same
21116         * examples/seeking/spider_seek.c: same
21117         * examples/seeking/vorbisfile.c: same
21118         * examples/stats/mp2ogg.c: same
21119         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21120         (gst_esdsink_dispose): Dispose of element properly.
21121         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21122         fixes.
21123         * ext/nas/nassink.c: (gst_nassink_class_init),
21124         (gst_nassink_dispose): Dispose of element correctly.
21125         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21126         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21127         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21128         Fix 64-bit warning.
21129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21130         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21131         Fix 64-bit warning.
21132
21133 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21134
21135         * configure.ac : change speex detection as 1.1.6 now uses
21136           .pc/pkg-config and they changed their headers location.
21137
21138 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21139
21140         * gst/matroska/matroska-mux.h:
21141         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21142         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21143         (gst_matroska_mux_write_data):
21144           Write multiple blocks/frames per cluster.
21145                 Write meta-seek information (seek heads).
21146
21147 2004-09-09  Scott Wheeler <wheeler@kde.org>
21148
21149         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21150         (gst_play_bin_set_property), (gst_play_bin_get_property),
21151         (gen_audio_element), (gen_audio_element):
21152           Add a volume element / property to the pipeline.
21153
21154 2004-09-07  Wim Taymans  <wim@fluendo.com>
21155
21156         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21157         Copy timestamps from the master pad to the output buffers.
21158
21159 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21160
21161         * ext/raw1394/gstdv1394src.c:
21162           throw errors when applicable
21163
21164 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21165
21166         * gst/matroska/ebml-ids.h:
21167         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21168         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21169         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21170           automatically convert unix time <-> ebml time when reading/writing
21171           a date, use gst_ebml_write_uint to write CUETIME,
21172           not gst_ebml_write_date.
21173         * gst/matroska/matroska-ids.h:
21174         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21175         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21176         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21177         (gst_matroska_mux_write_data):
21178           Write track and segment UIDs, write muxing date, write
21179           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21180           Create cues for audio only files.
21181
21182 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21183
21184         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21185         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21186           Re-commit ALSA switches.
21187         * gst/adder/gstadder.c: (gst_adder_loop):
21188           64-bit fix (#151416).
21189         * gst/debug/progressreport.c: (gst_progressreport_report):
21190           64-bit fix (#151419).
21191         * gst/matroska/matroska-demux.c:
21192         (gst_matroska_demux_parse_contents):
21193           64-bit fix (#151420).
21194         * gst/playback/test3.c: (update_scale):
21195           64-bit fix (#151421).
21196
21197 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21198
21199         * configure.ac:
21200           bump nano to cvs
21201
21202 === release 0.8.4 ===
21203
21204 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21205
21206         * configure.ac: releasing 0.8.4, "Alias"
21207
21208 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21209
21210         * ext/theora/Makefile.am:
21211           fix makefile.  Fixes #151462.
21212
21213 2004-08-30  Wim Taymans  <wim@fluendo.com>
21214
21215         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21216         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21217         (gst_multifdsink_remove_client_link),
21218         (gst_multifdsink_client_queue_buffer),
21219         (gst_multifdsink_handle_client_write):
21220         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21221         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21222         Fix some memory leaks.
21223
21224 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         Patch by: David Schleef
21227
21228         * configure.ac:
21229         * sys/Makefile.am:
21230           rename our detection macro for V4L2.  Fixes #151236.
21231
21232 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21233
21234         Patch by: David Schleef
21235
21236         * configure.ac:
21237           check to define LAMEPRESET.  Fixes #151232.
21238
21239 2004-08-27  David Schleef  <ds@schleef.org>
21240
21241         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21242         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21243         (gst_glimagesink_fixate):  Move local variable declarations to
21244         make gcc-2.95 happy.
21245
21246 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21247
21248         * configure.ac:
21249           bump nano for prerelease
21250
21251 2004-08-27  David Schleef  <ds@schleef.org>
21252
21253         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21254         * sys/sunaudio/gstsunaudiosrc.c:
21255         * sys/sunaudio/gstsunaudiosrc.h:
21256
21257 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21258
21259         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21260         handle EOS correctly
21261         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21262         * gst/matroska/matroska-mux.h:
21263         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21264         VFW compatibility mode
21265
21266 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21267
21268         patch by: Zaheer Abbas Merali
21269
21270         * ext/ogg/gstoggmux.c:
21271         * ext/vorbis/vorbisenc.c:
21272         * ext/vorbis/vorbisenc.h:
21273           handle NEWMEDIA
21274
21275 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21276
21277         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21278         fix byte order reversion on little endian machines.
21279         * gst/matroska/matroska-mux.c: (audiosink_templ),
21280         (gst_matroska_mux_audio_pad_link):
21281         add TTA codec to the list of supported codecs.
21282         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21283         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21284         (gst_matroska_mux_write_data):
21285         * gst/matroska/matroska-mux.h:
21286         write segment duration correctly, write muxing app string, fixes bugs
21287         #140897 and #140898.
21288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21289         wait for all pads to be negotiated before starting to mux.
21290
21291 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21292
21293         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21294         * ext/lame/gstlame.h:
21295         Added new media support to lame
21296
21297 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21298
21299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21300         send vorbis headers at the beginning of a stream, fixes bug #141554.
21301         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21302         bug #148950.
21303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21304         (gst_matroska_demux_plugin_init):
21305         * gst/matroska/matroska-ids.h:
21306         enable demuxing of TTA audio streams, fixes bug #148951.
21307         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21308         enable typefinding for TTA audio files, fixes bug #148711.
21309         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21310         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21311         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21312
21313 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21314
21315         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21316         (gst_riff_read_element_data), (gst_riff_read_seek),
21317         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21318         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21319         <teuf@gnome.org>
21320
21321 2004-08-23 Iain <iaingnome@gmail.com>
21322
21323         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21324         tags. They appear to be handled differently to normal.
21325         (tag_list_to_id3_tag_foreach): Ditto.
21326
21327 2004-08-22  Wim Taymans  <wim@fluendo.com>
21328
21329         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21330         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21331         Make sure we never send -1 granulepos.
21332
21333 2004-08-20  Wim Taymans  <wim@fluendo.com>
21334
21335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21336         (gst_ogg_mux_loop):
21337         I will accept bitchslappings with non sharp objects.
21338
21339 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21340
21341         * configure.ac:
21342         Clean up the test for lame presets
21343
21344 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21345
21346         * configure.ac:
21347         * ext/lame/Makefile.am:
21348         * ext/lame/gstlame.c: (gst_lame_class_init),
21349         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21350         Only enable lame presets if version of lame has presets in API
21351
21352 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21353         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21354         * gst/udp/gstudpsrc.h:
21355           Don't call gst_pad_push in a get function. Fixes #150449
21356
21357 2004-08-18  Wim Taymans  <wim@fluendo.com>
21358
21359         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21360         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21361         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21362         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21363         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21364         (gst_fdset_wait):
21365         * gst/tcp/gstfdset.h:
21366         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21367         (gst_multifdsink_client_queue_buffer),
21368         (gst_multifdsink_handle_client_write):
21369         * gst/tcp/gstmultifdsink.h:
21370         Some extra checks in gstfdset.
21371         Only use send() when the fd is a socket. Don't try to
21372         read from write only fds.
21373
21374 2004-08-18  Wim Taymans  <wim@fluendo.com>
21375
21376         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21377         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21378         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21379         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21380         (gst_fdset_wait):
21381         Add more locking and bounds checking.
21382
21383 2004-08-18  Wim Taymans  <wim@fluendo.com>
21384
21385         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21386         Realloc test fdset in the lock and right before starting
21387         the poll call. Bump the limit to 4096.
21388
21389 2004-08-17  David Schleef  <ds@schleef.org>
21390
21391         * sys/sunaudio/Makefile.am:
21392         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21393         of rates and channels.  Make debugging less obnoxious.
21394
21395         Patch from Balamurali Viswanathan implementing a mixer for
21396         Sun audio.  (bug #144091):
21397         * sys/sunaudio/gstsunelement.c:
21398         * sys/sunaudio/gstsunelement.h:
21399         * sys/sunaudio/gstsunmixer.c:
21400         * sys/sunaudio/gstsunmixer.h:
21401
21402 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21403
21404         * gst/audioscale/gstaudioscale.c:
21405         * gst/audioscale/gstaudioscale.h:
21406         made audioscale resample from any sample rate to any sample rate
21407
21408 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21409
21410         * ext/libpng/gstpngdec.c:
21411           error out on unsupported types
21412
21413 2004-08-17  Iain <iaingnome@gmail.com>
21414
21415         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21416         mid_side and loose_mid_side properties if its a stereo stream.
21417
21418 2004-08-17  Wim Taymans  <wim@fluendo.com>
21419
21420         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21421         (theora_get_formats), (theora_dec_src_convert),
21422         (theora_dec_sink_convert), (theora_dec_src_query),
21423         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21424         Add a debug line.
21425
21426 2004-08-17  Wim Taymans  <wim@fluendo.com>
21427
21428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21429         (gst_ogg_pad_push):
21430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21431         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21432         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21433         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21434         Mark delta units in the muxer.
21435         Try to decode the packet after an out-of-sync error from
21436         libogg.
21437
21438 2004-08-17  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21441         (gst_multifdsink_init), (gst_multifdsink_add),
21442         (gst_multifdsink_client_queue_buffer),
21443         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21444         * gst/tcp/gstmultifdsink.h:
21445         Added option to send a keyframe to clients as the first buffer.
21446         Make timeout property writable.
21447
21448 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21449
21450         patch by: Wim Taymans
21451
21452         * gst/tcp/gstfdset.c:
21453         * gst/tcp/gstmultifdsink.c:
21454           fix index comparison, should include 0
21455
21456 2004-08-16  Wim Taymans  <wim@fluendo.com>
21457
21458         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21459         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21460         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21461         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21462         (gst_fdset_wait):
21463           copy when reallocing for poll so the select arguments don't get
21464           changed during the call
21465
21466 2004-08-16  Wim Taymans  <wim@fluendo.com>
21467
21468         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21469         (gst_theora_enc_class_init), (theora_enc_sink_link),
21470         (theora_buffer_from_packet), (theora_enc_chain):
21471         Fix bug where buffers were not marked as keyframes
21472         correctly.
21473
21474 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21475
21476         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21477         (gst_lame_preset_get_type), (gst_lame_class_init):
21478         describe the enum values for vbr mode and presets more verbosely
21479
21480 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21481
21482         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21483         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21484         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21485         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21486         * ext/lame/gstlame.h:
21487         add preset property to lame so it can use lame presets
21488
21489 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21490
21491         * ext/lame/gstlame.c: (gst_lame_get_property):
21492         whoops forgot break, thanks teuf
21493
21494 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21495
21496         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21497         (gst_lame_class_init), (gst_lame_src_getcaps),
21498         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21499         (gst_lame_get_property), (gst_lame_setup):
21500         * ext/lame/gstlame.h:
21501         fix lame's broken vbr stuff, allow it to resample if need be, and also
21502         make xing header optional
21503
21504 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21505
21506         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21507         added getcaps function so samplerate doesnt get fixated to silly values
21508
21509 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21510
21511         * ext/lame/gstlame.c: (gst_lame_src_link):
21512         revert previous fix
21513
21514 2004-08-12  Johan Dahlin  <johan@gnome.org>
21515
21516         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21517         checks. Doesn't matter what state we are in. Interfaces are a
21518         compile time thing, not runtime. It also broke the python bindings.
21519
21520 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21521
21522         * ext/lame/gstlame.c: (gst_lame_src_link):
21523         made source pad link function check if sinkpad is ok..fixes the problem
21524         where core fixates the output rate of lame stupidly
21525
21526 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21527
21528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21529         * sys/v4l/v4l_calls.c:
21530         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21531           fix fixate function to handle nonsimple caps.
21532           remove bogus check in _link
21533           cleanups
21534
21535 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21536
21537         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21538         set default compression ratio parameter to 0.0 so bitrate parameter
21539         works :)
21540
21541 2004-08-11  David Schleef  <ds@schleef.org>
21542
21543         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21544
21545 2004-08-11  David Schleef  <ds@schleef.org>
21546
21547         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21548         before.
21549
21550 2004-08-11  David Schleef  <ds@schleef.org>
21551
21552         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21553
21554 2004-08-11  David Schleef  <ds@schleef.org>
21555
21556         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21557           license field
21558         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21559         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21560           LGPL.
21561         * gst/auparse/gstauparse.c: Fix plugin license field.
21562         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21563         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21564         * gst/rtp/gstrtp.c: Fix plugin license field.
21565
21566 2004-08-11  Wim Taymans  <wim@fluendo.com>
21567
21568         * gst/tcp/Makefile.am:
21569         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21570         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21571         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21572         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21573         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21574         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21575         (gst_fdset_fd_can_write), (gst_fdset_wait):
21576         * gst/tcp/gstfdset.h:
21577         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21578         (gst_multifdsink_class_init), (gst_multifdsink_init),
21579         (gst_multifdsink_add), (gst_multifdsink_remove),
21580         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21581         (gst_multifdsink_remove_client_link),
21582         (gst_multifdsink_handle_client_read),
21583         (gst_multifdsink_client_queue_data),
21584         (gst_multifdsink_client_queue_caps),
21585         (gst_multifdsink_client_queue_buffer),
21586         (gst_multifdsink_handle_client_write),
21587         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21588         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21589         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21590         (gst_multifdsink_close):
21591         * gst/tcp/gstmultifdsink.h:
21592         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21593         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21594         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21595         (gst_tcpserversink_close):
21596         * gst/tcp/gsttcpserversink.h:
21597         Abstracted away the select call, implemented poll (yes we ran into
21598         the 1024 limit in production).
21599
21600 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21601
21602         * gst/tcp/gsttcp.c:
21603         * gst/tcp/gsttcpplugin.c:
21604           improve debuggging, remove assert
21605
21606 2004-08-10  Wim Taymans  <wim@fluendo.com>
21607
21608         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21609         (gst_client_status_get_type), (gst_multifdsink_class_init),
21610         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21611         (gst_multifdsink_handle_client_read),
21612         (gst_multifdsink_handle_client_write),
21613         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21614         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21615         (gst_multifdsink_get_property):
21616         * gst/tcp/gstmultifdsink.h:
21617         * gst/tcp/gsttcp-marshal.list:
21618         Starting to prepare for specifying buffer time in other units
21619         than buffers. Expose remove reason in signal.
21620
21621 2004-08-10  Wim Taymans  <wim@fluendo.com>
21622
21623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21624         (gst_multifdsink_remove), (gst_multifdsink_clear),
21625         (gst_multifdsink_remove_client_link),
21626         (gst_multifdsink_handle_client_read),
21627         (gst_multifdsink_client_queue_data),
21628         (gst_multifdsink_client_queue_buffer),
21629         (gst_multifdsink_handle_client_write),
21630         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21631         (gst_multifdsink_chain), (gst_multifdsink_close):
21632         * gst/tcp/gstmultifdsink.h:
21633         Added more debugging info. Changed the way clients are
21634         removed from the lists. Fixed a bug where a bad file descriptor
21635         could cause many clients to be removed.
21636
21637 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21638
21639         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21640           allow all pixel-aspect-ratios, not just 1:1
21641
21642 2004-08-09  David Schleef  <ds@schleef.org>
21643
21644         * sys/glsink/ARB_multitexture.h:  Remove old files.
21645         * sys/glsink/EXT_paletted_texture.h:
21646         * sys/glsink/NV_register_combiners.h:
21647         * sys/glsink/gstgl_nvimage.c:
21648         * sys/glsink/gstgl_pdrimage.c:
21649         * sys/glsink/gstgl_rgbimage.c:
21650         * sys/glsink/gstglsink.c:
21651         * sys/glsink/gstglsink.h:
21652         * sys/glsink/gstglxwindow.c:
21653         * sys/glsink/regcomb_yuvrgb.c:
21654
21655 2004-08-09  David Schleef  <ds@schleef.org>
21656
21657         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21658         GL sink plugin.  (Bug #147302)
21659
21660         * configure.ac: Test for OpenGL
21661         * sys/Makefile.am: Use test for OpenGL
21662         * sys/glsink/Makefile.am:
21663         * sys/glsink/glimagesink.c: rewrite
21664         * sys/glsink/glimagesink.h: rewrite
21665
21666 2004-08-09  David Schleef  <ds@schleef.org>
21667
21668         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21669         sane framerates.
21670         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21672         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21673
21674 2004-08-09  Wim Taymans  <wim@fluendo.com>
21675
21676         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21677         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21678         (gst_multifdsink_client_remove),
21679         (gst_multifdsink_handle_client_read),
21680         (gst_multifdsink_handle_client_write),
21681         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21682         Do a bit more logging, make the client_read code more robust.
21683
21684 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21685
21686         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21687         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21688         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21689         (gst_jpegdec_init), (gst_jpegdec_chain):
21690         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21691         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21692           cleanups, debugging fixes and memleak plugging
21693
21694 2004-08-09  Wim Taymans  <wim@fluendo.com>
21695
21696         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21697         (theora_get_formats), (theora_dec_src_convert),
21698         (theora_dec_sink_convert), (theora_dec_src_query),
21699         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21700         (theora_dec_change_state):
21701         Don't crash on missing header packets.
21702
21703 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21704
21705         * po/LINGUAS:
21706         * po/sq.po:
21707           Added Albanian translation (Laurent Dhima)
21708         * po/cs.po:
21709           updated
21710
21711 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21712
21713         * ext/lame/gstlame.c:
21714           fix/add debugging
21715
21716 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21717
21718         * sys/ximage/ximagesink.c:
21719         * sys/xvimage/xvimagesink.c:
21720           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21721
21722 2004-08-06  Wim Taymans  <wim@fluendo.com>
21723
21724         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21725         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21726         (gst_multifdsink_client_remove),
21727         (gst_multifdsink_handle_client_read),
21728         (gst_multifdsink_handle_client_write),
21729         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21730         Make sure we don't try to read more from a client that what
21731         ioctl says us or we deadlock.
21732
21733 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21736         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21737         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21738           decouple running_time and n_frames so it can handle changing
21739           framerate while running
21740
21741 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21742
21743         * po/nl.po:
21744         * po/sv.po:
21745           updated translations
21746
21747 2004-08-04  Benjamin Otte  <otte@gnome.org>
21748
21749         * gst/videotestsrc/gstvideotestsrc.c:
21750         (gst_videotestsrc_get_capslist), (generate_capslist),
21751         (plugin_init):
21752           generate the list of supported caps at startup and reuse it instead
21753           of always generating it
21754
21755 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21756
21757         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21758           whoops, last checkin broke normal build
21759
21760 2004-08-03  Benjamin Otte  <otte@gnome.org>
21761
21762         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21763         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21764         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21765         (gst_alsa_mixer_get_option):
21766         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21767         (dvdnavsrc_print_event):
21768         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21769         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21770         (gst_ogg_mux_pad_unlink):
21771         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21772         (gst_multipart_mux_pad_unlink):
21773         * gst/videofilter/gstvideobalance.c:
21774         (gst_videobalance_colorbalance_set_value):
21775         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21776         (gst_videomixer_pad_unlink):
21777         * po/uk.po:
21778         * sys/oss/gstossmixer.c:
21779         * sys/v4l/gstv4lcolorbalance.c:
21780         * sys/v4l/gstv4ltuner.c:
21781         * sys/v4l/v4lsrc_calls.c:
21782         * sys/v4l2/gstv4l2colorbalance.c:
21783         * sys/v4l2/gstv4l2tuner.c:
21784           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21785
21786 2004-08-03  Benjamin Otte  <otte@gnome.org>
21787
21788         * examples/dynparams/filter.c: (ui_control_create):
21789         * examples/gstplay/player.c: (print_tag):
21790         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21791         * ext/gdk_pixbuf/gstgdkanimation.c:
21792         (gst_gdk_animation_iter_may_advance):
21793         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21794         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21795         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21796         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21797         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21798         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21799         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21800         * gst/sine/demo-dparams.c: (main):
21801         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21802         * testsuite/alsa/formats.c: (create_pipeline):
21803         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21804           fixes for G_DISABLE_ASSERT and friends
21805         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21806         (mp3_type_frame_length_from_header), (mp3_type_find),
21807         (plugin_init):
21808           require mp3 typefinding to have at least MIN_HEADERS valid headers
21809           add typefinding for AAC adts files
21810
21811 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21812
21813         * sys/ximage/ximagesink.c:
21814         (gst_ximagesink_calculate_pixel_aspect_ratio):
21815         * sys/xvimage/xvimagesink.c:
21816         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21817         Make sure we calculate pixel-aspect-ratio using floating point maths
21818
21819 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * po/uk.po:
21822           updated translation
21823
21824 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21825
21826         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21828           add debugging for display PAR calculation
21829
21830 2004-08-02  David Schleef  <ds@schleef.org>
21831
21832         * configure.ac: Fix mikmod CFLAGS.
21833
21834 2004-07-27  Benjamin Otte  <otte@gnome.org>
21835
21836         * gst/audioscale/gstaudioscale.c:
21837         - fix templates to only support S16, it's the only format that works
21838         - make caps nego code use try_set_caps_nonfixed and fixation instead
21839         of try_set_caps twice, which is not nice for autopluggers
21840         - change rank to secondary, so autopluggers can pick it up after
21841         audioconvert
21842
21843 2004-08-02  Iain <iain@prettypeople.org>
21844
21845         * gst/interleave/interleave.c (interleave_init),
21846         (interleave_request_new_pad),
21847         (interleave_pad_removed),
21848         (interleave_buffered_loop): Use the real pad count, not the artificial
21849         one.
21850
21851 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21852
21853         * configure.ac: bump nano back to development
21854
21855 === release 0.8.3 ===
21856
21857 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21858
21859         * configure.ac: releasing 0.8.3, "Water"
21860
21861 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21862
21863         * sys/xvimage/xvimagesink.c:
21864         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21865         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21866         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21867         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21868         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21869         * sys/xvimage/xvimagesink.h:
21870           apply similar PAR fixes as to ximagesink
21871
21872 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21873
21874         patch from: Benjamin Otte
21875
21876         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21877           add link function to lame.  Fixes #148986.
21878
21879 2004-08-02  Johan Dahlin  <johan@gnome.org>
21880
21881         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21882         fix debugging log
21883
21884 2004-07-30  David Schleef  <ds@schleef.org>
21885
21886         * gst/videomixer/Makefile.am: Fix things that should have been
21887         fixed in the last checkin.
21888
21889 2004-07-30  David Schleef  <ds@schleef.org>
21890
21891         * gst/multipart/Makefile.am: Fix things that should have been
21892         fixed in the last checkin.
21893
21894 2004-07-30  David Schleef  <ds@schleef.org>
21895
21896         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21897
21898 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21899
21900         * configure.ac:
21901           bump nano for prerelease
21902         * po/af.po:
21903         * po/az.po:
21904         * po/cs.po:
21905         * po/en_GB.po:
21906         * po/hu.po:
21907         * po/nl.po:
21908         * po/sr.po:
21909         * po/sv.po:
21910         * po/uk.po:
21911           updates
21912
21913 2004-07-30  Wim Taymans  <wim@fluendo.com>
21914
21915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21916         (gst_multifdsink_add), (gst_multifdsink_remove),
21917         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21918         (gst_multifdsink_client_remove),
21919         (gst_multifdsink_handle_client_write),
21920         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21921         * gst/tcp/gstmultifdsink.h:
21922         Recover from a select with a bad file descriptor by removing
21923         the client.
21924
21925 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21926
21927         * configure.ac:
21928           fix requirement of core
21929         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21930         (gst_play_pipeline_setup):
21931           don't use colorspace element.  do use hermescolorspace element.
21932           make macro to get a colorspace element.
21933           mark strings for translation.
21934         * po/POTFILES.in:
21935           add play.c
21936         * po/af.po:
21937         * po/az.po:
21938         * po/cs.po:
21939         * po/en_GB.po:
21940         * po/hu.po:
21941         * po/nl.po:
21942         * po/sr.po:
21943         * po/sv.po:
21944         * po/uk.po:
21945           update translations
21946
21947 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21948
21949         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21950         fix default for newmedia flag
21951
21952 2004-07-30  Wim Taymans  <wim@fluendo.com>
21953
21954         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21955         (gst_theora_dec_init), (theora_get_formats),
21956         (theora_dec_src_convert), (theora_dec_sink_convert),
21957         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21958         (theora_dec_chain), (theora_dec_set_property),
21959         (theora_dec_get_property):
21960         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21961         (gst_theora_enc_class_init), (gst_theora_enc_init),
21962         (theora_enc_sink_link), (theora_enc_chain),
21963         (theora_enc_set_property), (theora_enc_get_property):
21964         Added cropping option to theora decoder.
21965         Added border option to theora encoder.
21966
21967 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21968
21969         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21970         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21971         (gst_pngenc_set_property):
21972         * ext/libpng/gstpngenc.h:
21973         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
21974
21975 2004-07-30  Wim Taymans  <wim@fluendo.com>
21976
21977         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21978         (theora_enc_sink_link), (theora_enc_chain),
21979         (theora_enc_set_property), (theora_enc_get_property):
21980         Fix encoding of non-multiple-of-16 video.
21981
21982 2004-07-29  David Schleef  <ds@schleef.org>
21983
21984         * configure.ac: make test for audiofile more strict
21985
21986 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21987
21988         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21989           give different names to typefind functions
21990
21991 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21992
21993         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21994         (gst_ximagesink_calculate_pixel_aspect_ratio),
21995         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21996         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21997         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21998         (gst_ximagesink_get_property), (gst_ximagesink_init):
21999         * sys/ximage/ximagesink.h:
22000           allocate PAR's dynamically.
22001           use autodetected PAR if no object-set PAR is given.
22002           add workaround for directfb's X not setting physical size.
22003           fix to xvimagesink will follow tomorrow.
22004
22005 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22006
22007         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22008         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22009         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22010         (gst_shout2send_class_init), (gst_shout2send_init),
22011         (set_shout_metadata), (gst_shout2send_set_metadata),
22012         (gst_shout2send_chain), (gst_shout2send_set_property),
22013         (gst_shout2send_get_property), (gst_shout2send_connect),
22014         (gst_shout2send_change_state):
22015         * ext/shout2/gstshout2.h:
22016         - fix for sending mp3 audio to icecast2 server, if pad link function not
22017         called before PAUSED state
22018         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22019         - added tagging support for mp3 audio broadcasted
22020         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22021         debug info
22022
22023 2004-07-28  Wim Taymans  <wim@fluendo.com>
22024
22025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22026         (gst_ogg_demux_push):
22027         Return query failure when we don't know the length of
22028         an ogg stream insteda of returning TRUE with a bogus value.
22029
22030 2004-07-28  Wim Taymans  <wim@fluendo.com>
22031
22032         * ext/theora/theoradec.c: (theora_get_formats),
22033         (theora_dec_src_convert), (theora_dec_sink_convert),
22034         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22035         (theora_dec_chain):
22036         Don't screw up the 1 Chroma for 1 luma sample situation when we
22037         have an odd offset/width by adding a black border in those cases.
22038
22039 2004-07-28  Wim Taymans  <wim@fluendo.com>
22040
22041         * ext/theora/theoradec.c: (theora_get_formats),
22042         (theora_dec_src_convert), (theora_dec_sink_convert),
22043         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22044         (theora_dec_chain):
22045         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22046         Added first attempt at cropping of the image as required by the
22047         theora spec. We need more properties in the caps (offset_x,
22048         offset_y,stride) to implement this correctly.
22049
22050 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22051
22052         * ext/dvdnav/README:
22053           Update the README to use dvddemux
22054         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22055           Ensure getcaps returns a subset of the template caps
22056         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22057         (gst_mpeg2subt_init):
22058           Ensure getcaps returns a subset of the template caps
22059         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22060         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22061         (gst_dvd_demux_get_subpicture_stream),
22062         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22063         * gst/mpegstream/gstdvddemux.h:
22064           Set the explicit caps on the current_video pad before pushing
22065           anything
22066         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22067         (gst_mpeg_demux_get_audio_stream):
22068           Free caps used to gst_pad_set_explicit_caps, which takes a const
22069           GstCaps *
22070
22071 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22072
22073         * configure.ac: update GStreamer requirement to 0.8.4 because of
22074           GstFraction.
22075
22076 2004-07-28  Wim Taymans  <wim@fluendo.com>
22077
22078         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22079         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22080         Add the pad to the element after setting up the caps. This
22081         makes it a lot easier to autoplug.
22082
22083 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22084
22085         * gst/median/gstmedian.c:
22086         * gst/mpeg2subt/gstmpeg2subt.c:
22087         * gst/mpegaudioparse/gstmpegaudioparse.c:
22088         * gst/mpegstream/gstdvddemux.c:
22089         * gst/mpegstream/gstmpegdemux.c:
22090         * gst/mpegstream/gstmpegpacketize.c:
22091         * gst/rtjpeg/gstrtjpeg.c:
22092         * gst/rtjpeg/gstrtjpegdec.c:
22093         * gst/rtjpeg/gstrtjpegenc.c:
22094         * gst/sine/gstsinesrc.c:
22095         * gst/smooth/gstsmooth.c:
22096         * gst/smpte/gstsmpte.c:
22097         * gst/smpte/gstsmpte.h:
22098         * gst/stereo/gststereo.c:
22099         * gst/videofilter/gstgamma.c:
22100         * gst/videofilter/gstvideobalance.c:
22101         * gst/videofilter/gstvideofilter.c:
22102         * gst/videofilter/gstvideoflip.c:
22103         * gst/videoscale/gstvideoscale.c:
22104         * gst/videoscale/videoscale.c:
22105         * gst/videotestsrc/gstvideotestsrc.c:
22106         * gst/videotestsrc/videotestsrc.c:
22107         * gst/wavenc/gstwavenc.c:
22108         * gst/wavparse/gstwavparse.c:
22109           fix local includes and 64 bits constants
22110
22111 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22112
22113         * win32/gst.sln:
22114         * gst-libs/gst/*/*.vcproj:
22115         * gst/*/*.vcproj:
22116           more working plugins
22117
22118 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22119
22120         * testsuite/alsa/Makefile.am:
22121         * testsuite/alsa/srcstate.c:
22122         add test for alsasrc changing state
22123
22124 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22125
22126         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22127         (gst_silence_get):
22128         * gst/silence/gstsilence.h:
22129         fix silence generation for 16bit raw audio
22130
22131 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22132
22133         * gst/matroska/matroska-demux.c:
22134         (gst_matroska_demux_parse_metadata),
22135         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22136         * gst/mpegaudio/common.c:
22137         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22138         (gst_videoscale_getcaps), (gst_videoscale_link),
22139         (gst_videoscale_src_fixate), (gst_videoscale_init),
22140         (gst_videoscale_finalize):
22141         * gst/videoscale/gstvideoscale.h:
22142         * gst/videotestsrc/gstvideotestsrc.c:
22143         (gst_videotestsrc_get_capslist):
22144         * gst/wavenc/gstwavenc.c:
22145         * sys/oss/gstossmixer.c: (fill_labels):
22146         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22147         (gst_ximagesink_handle_xevents),
22148         (gst_ximagesink_calculate_pixel_aspect_ratio),
22149         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22150         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22151         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22152         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22153         (gst_ximagesink_init), (gst_ximagesink_class_init):
22154         * sys/ximage/ximagesink.h:
22155         * sys/xvimage/xvimagesink.c:
22156         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22157         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22158         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22159         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22160         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22161         * sys/xvimage/xvimagesink.h:
22162           first batch of pixel aspect ratio commits.
22163
22164 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22165
22166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22167         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22168         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22169           handle stride, needs work if we want to move stride handling
22170           upstream, but works correctly for our purposes.
22171
22172 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22173
22174         * gst/videoscale/README:
22175           add testing examples
22176         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22177         (gst_videoscale_chain):
22178         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22179         (gst_videoscale_get_size):
22180           add get_size function that handles stride like videotestsrc.
22181           fixes conversion for YUV formats for as much as I can test them.
22182
22183 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22184
22185         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22186         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22188         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22189         (gst_xvimagesink_xvimage_put):
22190           further cleanups, logging, error handling and synchronizing
22191
22192 2004-07-27  Wim Taymans  <wim@fluendo.com>
22193
22194         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22195         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22196         (gst_videomixer_pad_set_property),
22197         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22198         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22199         (gst_videomixer_class_init), (gst_videomixer_init),
22200         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22201         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22202         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22203         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22204         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22205         (gst_videomixer_loop), (plugin_init):
22206         Be a nicer negotiation citizen and provide a getcaps function on
22207         the srcpad. This also fixes a crash when resizing.
22208
22209 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22210
22211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22212         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22213
22214 2004-07-27  Wim Taymans  <wim@fluendo.com>
22215
22216         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22217         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22218         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22219         (gst_pngenc_set_property):
22220         * ext/libpng/gstpngenc.h:
22221         Added snapshot property to pngenc.
22222         removed g_print from pngdec
22223
22224 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22225
22226         * gst/ac3parse/ac3parse.vcproj
22227         * gst/adder/adder.vcproj
22228         * gst/alpha/alpha.vcproj
22229         * gst/alpha/alphacolor.vcproj
22230         * gst/asfdemux/asf.vcproj
22231         * gst/audioconvert/audioconvert.vcproj
22232         * gst/audiorate/audiorate.vcproj
22233         * gst/audioscale/audioscale.vcproj
22234         * gst/auparse/auparse.vcproj
22235         * gst/avi/avi.vcproj
22236         * gst/cdxaparse/cdxaparse.vcproj
22237         * gst/chart/chart.vcproj
22238         * gst/colorspace/colorspace.vcproj
22239         * gst/cutter/cutter.vcproj
22240         * gst/debug/debug.vcproj
22241         * gst/debug/efence.vcproj
22242         * gst/debug/navigationtest.vcproj
22243         * gst/deinterlace/deinterlace.vcproj
22244         * gst/effectv/effectv.vcproj
22245         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22246         * gst/filter/filter.vcproj
22247         * gst/flx/flxdec.vcproj
22248         * gst/goom/goom.vcproj
22249         * gst/interleave/interleave.vcproj
22250         * gst/law/alaw.vcproj
22251         * gst/law/mulaw.vcproj
22252         * gst/matroska/matroska.vcproj
22253         * gst/median/median.vcproj
22254         * gst/mixmatrix/mixmatrix.vcproj
22255         * gst/mpeg1sys/mpeg1systemencode.vcproj
22256         * gst/mpeg1videoparse/mp1videoparse.vcproj
22257         * gst/mpeg2sub/mpeg2subt.vcproj
22258         * gst/mpegaudio/mpegaudio.vcproj
22259         * gst/mpegaudioparse/mpegaudioparse.vcproj
22260         * gst/mpegstream/mpegstream.vcproj
22261         * gst/multifilesink/multifilesink.vcproj
22262         * gst/multipart/multipart.vcproj
22263         * gst/oneton/oneton.vcproj
22264         * gst/overlay/overlay.vcproj
22265         * gst/passthrough/passthrough.vcproj
22266         * gst/qtdemux/qtdemux.vcproj
22267         * gst/realmedia/rmdemux.vcproj
22268         * gst/rtjpeg/rtjpeg.vcproj
22269         * gst/rtp/rtp.vcproj
22270         * gst/silence/silence.vcproj
22271         * gst/sine/sinesrc.vcproj
22272         * gst/smooth/smooth.vcproj
22273         * gst/smpte/smpte.vcproj
22274         * gst/spectrum/spectrum.vcproj
22275         * gst/speed/speed.vcproj
22276         * gst/stereo/stereo.vcproj
22277         * gst/switch/switch.vcproj
22278         * gst/tags/tagedit.vcproj
22279         * gst/tcp/tcp.vcproj
22280         * gst/typefind/typefindfunctions.vcproj
22281         * gst/udp/udp.vcproj
22282         * gst/videobox/videobox.vcproj
22283         * gst/videocrop/videocrop.vcproj
22284         * gst/videodrop/videodrop.vcproj
22285         * gst/videofilter/gamma.vcproj
22286         * gst/videofilter/videobalance.vcproj
22287         * gst/videofilter/videofilter.vcproj
22288         * gst/videofilter/videoflip.vcproj
22289         * gst/videoflip/videoflip.vcproj
22290         * gst/videomixer/videomixer.vcproj
22291         * gst/videorate/videorate.vcproj
22292         * gst/videoscale/videoscale.vcproj
22293         * gst/videotestsrc/videotestsrc.vcproj
22294         * gst/virtualdub/virtualdub.vcproj
22295         * gst/volenv/volenv.vcproj
22296         * gst/volume/volume.vcproj
22297         * gst/wavenc/wavenc.vcproj
22298         * gst/wavparse/wavparse.vcproj
22299         * gst/y4m/y4menc.vcproj
22300         * gst-libs/gst/audio/audio.vcproj
22301         * gst-libs/gst/audio/audiofilter.vcproj
22302         * gst-libs/gst/colorbalance/colorbalance.vcproj
22303         * gst-libs/gst/idct/idtc.vcproj
22304         * gst-libs/gst/media-info/media-info.vcproj
22305         * gst-libs/gst/mixer/mixer.vcproj
22306         * gst-libs/gst/navigation/navigation.vcproj
22307         * gst-libs/gst/play/play.vcproj
22308         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22309         * gst-libs/gst/resample/resample.vcproj
22310         * gst-libs/gst/riff/riff.vcproj
22311         * gst-libs/gst/tuner/tuner.vcproj
22312         * gst-libs/gst/video/video.vcproj
22313         * gst-libs/gst/xoverlay/xoverlay.vcproj
22314           avoid problems with math.h, fix release dependancy
22315           rename GStreamer-0.8.lib to libgstreamer.lib
22316
22317 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22318
22319         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22321         the atom is not available we have to unlock the mutex. Fixes #148023
22322
22323 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22324
22325         * gst-libs/gst/media-info/media-info.h:
22326           issue for a vararg macro with MSVC
22327
22328 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22329
22330         * gst/effectv/effectv.vcproj
22331         * gst-libs/gst/idct/idct.vcproj:
22332         * gst-libs/gst/media-info/media-info.vcproj:
22333         * gst-libs/gst/navigation/navigation.vcproj:
22334         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22335         * gst-libs/gst/video/video.vcproj:
22336         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22337           fixes for build problems
22338
22339 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22340
22341         * gst-libs/gst/audio/audio.def:
22342         * gst-libs/gst/audio/riff.def:
22343           add some definitions needed by plugins
22344
22345 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22346
22347         * gst/asfdemux/gstasfmux.c
22348           Fix some 64 bits constants to be glib friendly
22349
22350 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22351
22352         * gst/ac3parse/gstac3parse.c
22353         * gst/audioscale/gstaudioscale.c
22354         * gst/auparse/gstauparse.c
22355         * gst/colorspace/gstcolorspace.c
22356         * gst/colorspace/yuv2rgb.h
22357           local include fixes
22358
22359 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22360
22361         * win32/gst.sln
22362           add more plugins to the build
22363
22364 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22365
22366         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22367         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22368
22369 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22370
22371         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22372         (gst_level_set_property), (gst_level_get_property),
22373         (gst_level_base_init), (gst_level_class_init):
22374           add debugging categories.  cleanups.
22375
22376 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22377
22378         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22379         (gst_videoscale_planar411), (gst_videoscale_planar400),
22380         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22381         (gst_videoscale_scale_nearest_str1),
22382         (gst_videoscale_scale_nearest_str2),
22383         (gst_videoscale_scale_nearest_str4),
22384         (gst_videoscale_scale_nearest_16bit),
22385         (gst_videoscale_scale_nearest_24bit):
22386           fixed stride issues
22387           tested with 320x240 -> 321, 322, 324 x240
22388           tested with YV12, I420, YUY2, UYVY
22389           fixed packed422rev (don't think it could have worked before)
22390           by testing with UYVY
22391
22392 2004-07-26  Benjamin Otte  <otte@gnome.org>
22393
22394         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22395         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22396         (plugin_init):
22397           add debugging category, add error checks like checking return values
22398           of setup calls, make sure it still works after
22399           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22400
22401 2004-07-26  Wim Taymans  <wim@fluendo.com>
22402
22403         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22404         (gst_mpeg_demux_get_audio_stream),
22405         (gst_mpeg_demux_process_private):
22406         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22407         Check for error codes from the negotiation functions. Make sure
22408         we really set the pad caps when a new pad is created.
22409
22410 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22411
22412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22413         (gst_ffmpeg_caps_to_pix_fmt):
22414         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22416         (gst_ffmpegcolorspace_pad_link):
22417           don't make function do two things at the same time without reason.
22418
22419 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22420
22421         * gst/ac3parse/ac3parse.vcproj
22422         * gst/adder/adder.vcproj
22423         * gst/alpha/alpha.vcproj
22424         * gst/alpha/alphacolor.vcproj
22425         * gst/asfdemux/asf.vcproj
22426         * gst/audioconvert/audioconvert.vcproj
22427         * gst/audiorate/audiorate.vcproj
22428         * gst/audioscale/audioscale.vcproj
22429         * gst/auparse/auparse.vcproj
22430         * gst/avi/avi.vcproj
22431         * gst/cdxaparse/cdxaparse.vcproj
22432         * gst/chart/chart.vcproj
22433         * gst/colorspace/colorspace.vcproj
22434         * gst/cutter/cutter.vcproj
22435         * gst/debug/debug.vcproj
22436         * gst/debug/efence.vcproj
22437         * gst/debug/navigationtest.vcproj
22438         * gst/deinterlace/deinterlace.vcproj
22439         * gst/effectv/effectv.vcproj
22440         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22441         * gst/filter/filter.vcproj
22442         * gst/flx/flxdec.vcproj
22443         * gst/goom/goom.vcproj
22444         * gst/interleave/interleave.vcproj
22445         * gst/law/alaw.vcproj
22446         * gst/law/mulaw.vcproj
22447         * gst/matroska/matroska.vcproj
22448         * gst/median/median.vcproj
22449         * gst/mixmatrix/mixmatrix.vcproj
22450         * gst/mpeg1sys/mpeg1systemencode.vcproj
22451         * gst/mpeg1videoparse/mp1videoparse.vcproj
22452         * gst/mpeg2sub/mpeg2subt.vcproj
22453         * gst/mpegaudio/mpegaudio.vcproj
22454         * gst/mpegaudioparse/mpegaudioparse.vcproj
22455         * gst/mpegstream/mpegstream.vcproj
22456         * gst/multifilesink/multifilesink.vcproj
22457         * gst/multipart/multipart.vcproj
22458         * gst/oneton/oneton.vcproj
22459         * gst/overlay/overlay.vcproj
22460         * gst/passthrough/passthrough.vcproj
22461         * gst/qtdemux/qtdemux.vcproj
22462         * gst/realmedia/rmdemux.vcproj
22463         * gst/rtjpeg/rtjpeg.vcproj
22464         * gst/rtp/rtp.vcproj
22465         * gst/silence/silence.vcproj
22466         * gst/sine/sinesrc.vcproj
22467         * gst/smooth/smooth.vcproj
22468         * gst/smpte/smpte.vcproj
22469         * gst/spectrum/spectrum.vcproj
22470         * gst/speed/speed.vcproj
22471         * gst/stereo/stereo.vcproj
22472         * gst/switch/switch.vcproj
22473         * gst/tags/tagedit.vcproj
22474         * gst/tcp/tcp.vcproj
22475         * gst/typefind/typefindfunctions.vcproj
22476         * gst/udp/udp.vcproj
22477         * gst/videobox/videobox.vcproj
22478         * gst/videocrop/videocrop.vcproj
22479         * gst/videodrop/videodrop.vcproj
22480         * gst/videofilter/gamma.vcproj
22481         * gst/videofilter/videobalance.vcproj
22482         * gst/videofilter/videofilter.vcproj
22483         * gst/videofilter/videoflip.vcproj
22484         * gst/videoflip/videoflip.vcproj
22485         * gst/videomixer/videomixer.vcproj
22486         * gst/videorate/videorate.vcproj
22487         * gst/videoscale/videoscale.vcproj
22488         * gst/videotestsrc/videotestsrc.vcproj
22489         * gst/virtualdub/virtualdub.vcproj
22490         * gst/volenv/volenv.vcproj
22491         * gst/volume/volume.vcproj
22492         * gst/wavenc/wavenc.vcproj
22493         * gst/wavparse/wavparse.vcproj
22494         * gst/y4m/y4menc.vcproj
22495           more plugins supported under windows
22496
22497 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22498
22499         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22500         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22501         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22503         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22504           Add debugging statements.  Use the sizes as returned by the
22505           *CreateImage calls.
22506
22507 2004-07-26  Johan Dahlin  <johan@gnome.org>
22508
22509         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22510         the pad is negotiated.
22511
22512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22513
22514 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22515
22516         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22517         * gst-libs/gst/idct/idct.vcproj:
22518         * gst-libs/gst/media-info/media-info.vcproj:
22519         * gst-libs/gst/mixer/mixer.vcproj:
22520         * gst-libs/gst/navigation/navigation.vcproj:
22521         * gst-libs/gst/play/play.vcproj:
22522         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22523         * gst-libs/gst/resample/resample.vcproj:
22524         * gst-libs/gst/tuner/tuner.vcproj:
22525         * gst-libs/gst/video/video.vcproj:
22526         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22527           more plugins supported under windows
22528
22529 2004-07-25 Iain <iain@prettypeople.org>
22530
22531         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22532         pad now rather than when the pad is created because state changes wipe
22533         explicit caps (fixes #148043).
22534
22535 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22536
22537         reviewed by Benjamin Otte  <otte@gnome.org>
22538
22539         * ext/mad/gstmad.c:
22540           fix mad plugin crashing on Sun (fixes #148289)
22541
22542 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22543
22544         * gst/avi/avi.def:
22545         * gst/avi/avi.vcproj:
22546         * gst/matroska/matroska.def:
22547         * gst/matroska/matroska.vcproj:
22548           remove unused .def files
22549
22550 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22551
22552         * gst-libs/gst/audio/gstaudiofilter.c:
22553           Clean the local include
22554
22555 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22556
22557         * win32/gst.sln:
22558         * gst-libs/gst/audio/audio.def:
22559         * gst-libs/gst/audio/audio.vcproj:
22560         * gst-libs/gst/audio/audiofilter.vcproj:
22561         * gst-libs/gst/audio/riff.def:
22562         * gst-libs/gst/audio/riff.vcproj:
22563         * gst-libs/gst/gst-libs.def:
22564         * gst-libs/gst/gst-libs.vcproj:
22565         * gst/avi/avi.vcproj:
22566         * gst/avi/avi.vcproj:
22567           Copy the files where needed after building, cleaner projects
22568
22569 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22570
22571         * gst/matroska/ebml-write.c:
22572           Fix some 64 bits constants to be glib friendly
22573
22574 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22575
22576         * win32/gst.sln:
22577         * gst-libs/gst/gst-libs.def:
22578         * gst-libs/gst/gst-libs.vcproj:
22579         * gst/matroska/matroska.def:
22580         * gst/matroska/matroska.vcproj:
22581           Add the preliminary canvas to build plugins on Win32
22582
22583 2004-07-23  Benjamin Otte  <otte@gnome.org>
22584
22585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22586           don't enfore negotiation from source side, it breaks
22587           sinesrc ! audioconvert ! osssink
22588
22589 2004-07-22  David Schleef  <ds@schleef.org>
22590
22591         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22592         for ELF files, since they can easily be recognized as audio/mpeg.
22593         (bug #147441)
22594
22595 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22596
22597         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22598         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22599         (gst_videoscale_scale_nearest_24bit),
22600         (gst_videoscale_scale_nearest_16bit):
22601           fix 16bit and 24bit for stride (24bit might need testing)
22602           don't pretend we do more than one algorithm
22603
22604 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22605
22606         * configure.ac:
22607         * gst/Makefile.am:
22608         * gst/multifilesink/Makefile.am:
22609         * gst/multifilesink/gstmultifilesink.c:
22610         (gst_multifilesink_get_formats),
22611         (gst_multifilesink_get_query_types), (_do_init),
22612         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22613         (gst_multifilesink_init), (gst_multifilesink_dispose),
22614         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22615         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22616         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22617         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22618         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22619         (gst_multifilesink_uri_get_type),
22620         (gst_multifilesink_uri_get_protocols),
22621         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22622         (gst_multifilesink_uri_handler_init), (plugin_init):
22623         * gst/multifilesink/gstmultifilesink.h:
22624         * testsuite/Makefile.am:
22625         * testsuite/multifilesink/Makefile.am:
22626         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22627         (gst_newmedia_class_init), (gst_newmedia_init),
22628         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22629         (newfile_signal), (test_signal), (main):
22630         multifilesink plugin for creating new files every time a new media
22631         discontinuity event occurs
22632
22633 2004-07-22  Wim Taymans  <wim@fluendo.com>
22634
22635         * gst/alpha/Makefile.am:
22636         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22637         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22638         (gst_alpha_color_init), (gst_alpha_color_set_property),
22639         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22640         (transform), (gst_alpha_color_chain),
22641         (gst_alpha_color_change_state), (plugin_init):
22642         Stupid plugin to to RGBA to AYUV conversion because none of
22643         the colorspace plugins can handle that yet.
22644
22645 2004-07-22  Wim Taymans  <wim@fluendo.com>
22646
22647         * examples/seeking/seek.c: (update_scale), (main):
22648         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22649         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22650         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22651         (gst_decode_bin_init), (gst_decode_bin_dispose),
22652         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22653         (no_more_pads), (close_link), (type_found),
22654         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22655         (plugin_init):
22656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22657         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22658         (gst_play_base_bin_dispose), (queue_overrun),
22659         (gen_preroll_element), (remove_prerolls), (unknown_type),
22660         (no_more_pads), (new_stream), (setup_source),
22661         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22662         (play_base_eos), (gst_play_base_bin_change_state),
22663         (gst_play_base_bin_add_element),
22664         (gst_play_base_bin_remove_element),
22665         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22666         (gst_play_base_bin_unlink_stream),
22667         (gst_play_base_bin_get_streaminfo):
22668         * gst/playback/gstplaybin.c: (gen_video_element),
22669         (gen_audio_element):
22670         * gst/playback/gststreaminfo.h:
22671         More playback updates, attempt to fix things after the state change
22672         breakage.
22673
22674 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22675
22676         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22677         (gst_videoscale_scale_nearest_16bit):
22678           comment algorithm
22679
22680 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22681
22682         * gst/videotestsrc/gstvideotestsrc.c:
22683         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22684         (gst_videotestsrc_init), (gst_videotestsrc_get),
22685         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22686         (gst_videotestsrc_get_property):
22687         * gst/videotestsrc/gstvideotestsrc.h:
22688         * gst/videotestsrc/videotestsrc.c:
22689         * gst/videotestsrc/videotestsrc.h:
22690           cleanup and commenting
22691
22692 2004-07-21  Wim Taymans  <wim@fluendo.com>
22693
22694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22695         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22696         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22697         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22698         (_find_chain_get_unknown_part), (_find_streams_check),
22699         (gst_ogg_demux_push), (gst_ogg_pad_push):
22700         * ext/theora/theoradec.c: (theora_get_formats),
22701         (theora_dec_src_convert), (theora_dec_sink_convert),
22702         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22703         (theora_dec_chain):
22704         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22705         (vorbis_dec_convert), (vorbis_dec_src_query),
22706         (vorbis_dec_src_event), (vorbis_dec_event):
22707         More seeking fixes, oggdemux now supports seeking to time and
22708         uses the downstream element to convert granulepos to time.
22709         Seeking in theora-only ogg files now works.
22710
22711 2004-07-21  Wim Taymans  <wim@fluendo.com>
22712
22713         * ext/theora/theoradec.c: (gst_theora_dec_init),
22714         (theora_get_formats), (theora_get_event_masks),
22715         (theora_get_query_types), (theora_dec_src_convert),
22716         (theora_dec_sink_convert), (theora_dec_src_query),
22717         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22718         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22719         (vorbis_get_event_masks), (vorbis_get_query_types),
22720         (gst_vorbis_dec_init), (vorbis_dec_convert),
22721         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22722         Added query/convert/formats functions to vorbis and theora decoders
22723         so that the outside world can use them too. Fixed seeking on an
22724         ogg/theora/vorbis file by disabling the seeking seeking on the
22725         theora srcpad.
22726
22727 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22728
22729         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22730         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22731         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22732         images creation for both elements. We don't create the image on caps
22733         nego or renego, we just destroy the internal one if present if it does
22734         not match the needs. The chain function takes care of creating a new
22735         image when needed.
22736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22737         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22738         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22739         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22740         the image format information. The buffer pool checks for the context
22741         image format and discard images with different formats.
22742         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22743
22744 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22745
22746         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22747         (gst_ffmpegcolorspace_chain):
22748           no point in doing any chaining if the pad we want to push from
22749           isn't usable.
22750
22751 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22752
22753         * gst-libs/gst/riff/riff-media.c:
22754         (gst_riff_create_audio_caps_with_data):
22755           Fix double end-to-native symbol conversion (#148021).
22756
22757 2004-07-20  David Schleef  <ds@schleef.org>
22758
22759         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22760         Don't use an Atom that doesn't exist.
22761
22762 2004-07-20  Wim Taymans  <wim@fluendo.com>
22763
22764         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22765         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22766         (gst_multifdsink_client_remove),
22767         (gst_multifdsink_handle_client_write),
22768         (gst_multifdsink_queue_buffer):
22769         * gst/tcp/gstmultifdsink.h:
22770         More multifdsink stats. Avoid deadlock by releasing locks
22771         before sending out a signal.
22772
22773 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22774
22775         * po/LINGUAS:
22776         * po/hu.po:
22777           added Hungarian translation (Laszlo Dvornik)
22778
22779 2004-07-20  Wim Taymans  <wim@fluendo.com>
22780
22781         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22782         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22783         (gst_multifdsink_handle_client_write),
22784         (gst_multifdsink_queue_buffer):
22785         * gst/tcp/gsttcp-marshal.list:
22786         Fixed the stupid marshal definition.
22787
22788 2004-07-20  Wim Taymans  <wim@fluendo.com>
22789
22790         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22791         (gst_multifdsink_init), (gst_multifdsink_add),
22792         (gst_multifdsink_client_remove),
22793         (gst_multifdsink_handle_client_write),
22794         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22795         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22796         (gst_multifdsink_init_send):
22797         * gst/tcp/gstmultifdsink.h:
22798         Added more stats, added timeout for a client, fixed some typos
22799         and added some comments.
22800
22801 2004-07-20  Wim Taymans  <wim@fluendo.com>
22802
22803         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22804         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22805         (gst_multifdsink_client_remove),
22806         (gst_multifdsink_handle_client_write):
22807         * gst/tcp/gstmultifdsink.h:
22808         * gst/tcp/gsttcp-marshal.list:
22809         Added get_stats method that returns a GValueArray of
22810         stats values.
22811
22812 2004-07-19  Benjamin Otte  <otte@gnome.org>
22813
22814         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22815           make sure longname, description and author are valid UTF-8
22816
22817 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22818
22819         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22820         (gst_ximagesink_set_property):
22821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22822         (gst_xvimagesink_set_property):
22823           make sure SYNCHRONOUS is respected after getting the X context
22824
22825 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22826
22827         * gst/matroska/matroska-demux.c:
22828         (gst_matroska_demux_handle_src_event),
22829         (gst_matroska_demux_parse_blockgroup):
22830         * gst/matroska/matroska-ids.h:
22831           add BlockReference tag and ignore it to clear out log.
22832           ignore NAVIGATION events to clear out log.
22833
22834 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22835
22836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22837         (gst_matroska_demux_add_stream):
22838         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22839           add debug categories
22840
22841 2004-07-16  Wim Taymans  <wim@fluendo.com>
22842
22843         * ext/libpng/Makefile.am:
22844         * ext/libpng/gstpng.c: (plugin_init):
22845         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22846         (gst_pngdec_get_type), (gst_pngdec_base_init),
22847         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22848         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22849         * ext/libpng/gstpngdec.h:
22850         Added png decoder.
22851
22852 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22853
22854         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22855         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22856         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22857         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22858         (gst_ximagesink_buffer_alloc):
22859         * sys/ximage/ximagesink.h:
22860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22861         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22862         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22863         (gst_xvimagesink_buffer_alloc):
22864         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22865         again. Using internal data pointer of the x(v)image to store image's
22866         data to be coherent with the buffer alloc mechanism. Investigated the
22867         image destruction code to be sure that everything gets freed correctly.
22868
22869 2004-07-16  Wim Taymans  <wim@fluendo.com>
22870
22871         * gst-libs/gst/riff/riff-read.c:
22872         (gst_riff_read_strf_vids_with_data),
22873         (gst_riff_read_strf_auds_with_data):
22874         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22875         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22876         Make sure we don't create 0 sized subbuffers in riff-read.
22877         Signal the no more pads signal after reading the avi header.
22878
22879 2004-07-16  Wim Taymans  <wim@fluendo.com>
22880
22881         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22882         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22883         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22884         (gst_decode_bin_init), (gst_decode_bin_dispose),
22885         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22886         (no_more_pads), (close_link), (type_found),
22887         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22888         (gst_decode_bin_change_state), (plugin_init):
22889         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22890         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22891         (gst_play_base_bin_dispose), (queue_overrun),
22892         (gen_preroll_element), (remove_prerolls), (unknown_type),
22893         (no_more_pads), (new_stream), (setup_source),
22894         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22895         (play_base_eos), (gst_play_base_bin_change_state),
22896         (gst_play_base_bin_add_element),
22897         (gst_play_base_bin_remove_element),
22898         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22899         (gst_play_base_bin_unlink_stream),
22900         (gst_play_base_bin_get_streaminfo):
22901         * gst/playback/gstplaybasebin.h:
22902         Better error recovery. Added configurable preroll queue size. Faster
22903         detection of no-more-pads.
22904
22905 2004-07-16  Wim Taymans  <wim@fluendo.com>
22906
22907         * gst-libs/gst/video/video.h:
22908         Added 32 bits RGBA. Not sure if we should use another mime-type
22909         for alpha rgb. Currently the presence of the alpha_mask property
22910         signals an alpha channel.
22911
22912 2004-07-16  Wim Taymans  <wim@fluendo.com>
22913
22914         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22916         FPS seems to be 0.0 to MAX everywhere else.
22917
22918 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22919
22920         * gst-libs/gst/riff/riff-media.c:
22921         (gst_riff_create_video_caps_with_data):
22922           mp42/mp43 (no caps) exist too.
22923         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22924           Set pixel_width/height; we've got them in-caps.
22925         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22926         * gst/wavparse/gstwavparse.c: (plugin_init):
22927           Both are valid primary.
22928         * sys/oss/gstossmixer.c:
22929           Remove i18n hack and enable translations.
22930
22931 2004-07-15  Benjamin Otte  <otte@gnome.org>
22932
22933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22934         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22935           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22936
22937 2004-07-15  Benjamin Otte  <otte@gnome.org>
22938
22939         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22940         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22941         (gst_alsa_close_audio):
22942           disable some of the debugging code for now. Writing debugging to a
22943           buffer is broken in current alsalib releases.
22944
22945 2004-07-12  Benjamin Otte  <otte@gnome.org>
22946
22947         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22948           use bufferpools
22949
22950 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22951
22952         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22953         (theora_dec_src_query), (theora_dec_event):
22954         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22955           add debugging categories.  Remove \n's.
22956
22957 2004-07-13  Johan Dahlin  <johan@gnome.org>
22958
22959         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22960         (gst_play_bin_get_property): Impl.
22961
22962 2004-07-13  Wim Taymans  <wim@fluendo.com>
22963
22964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22965         When trying to find the stream length, seek back N pages
22966         instead of just one, where N is the number of streams in
22967         the current chain.
22968
22969 2004-07-13  Wim Taymans  <wim@fluendo.com>
22970
22971         * gst-libs/gst/riff/riff-media.c:
22972         (gst_riff_create_audio_caps_with_data),
22973         (gst_riff_create_audio_caps),
22974         (gst_riff_create_audio_template_caps):
22975         * gst-libs/gst/riff/riff-media.h:
22976         * gst-libs/gst/riff/riff-read.c:
22977         (gst_riff_read_strf_vids_with_data),
22978         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22979         * gst-libs/gst/riff/riff-read.h:
22980         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22981         (gst_avi_demux_add_stream):
22982         Set codec_data on caps for avidemuxer.
22983
22984 2004-07-12  David Schleef  <ds@schleef.org>
22985
22986         * configure.ac: Fix test for Objective C
22987
22988 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22989         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22990         (gst_gdk_pixbuf_chain):
22991           Add svg and pcx to template caps, and ensure that getcaps returns a
22992           subset of the template caps.
22993           Copy each row manually for output, as gdkpixbuf may pad the
22994           rowstride to a 32-bit word boundary.
22995
22996 2004-07-12  Wim Taymans  <wim@fluendo.com>
22997
22998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22999         (gst_riff_create_video_template_caps):
23000         Fix the template caps to include some more media types.
23001
23002 2004-07-12  Wim Taymans  <wim@fluendo.com>
23003
23004         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23005         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23006         (compare_ranks), (print_feature), (gst_decode_bin_init),
23007         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23008         (try_to_link_1), (new_pad), (close_link), (type_found),
23009         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23010         (gst_decode_bin_change_state), (plugin_init):
23011         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23012         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23013         (gst_play_base_bin_dispose), (queue_overrun),
23014         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23015         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23016         (gst_play_base_bin_get_property), (play_base_eos),
23017         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23018         (gst_play_base_bin_remove_element),
23019         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23020         (gst_play_base_bin_unlink_stream),
23021         (gst_play_base_bin_get_streaminfo):
23022         * gst/playback/gstplaybasebin.h:
23023         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23024         (gst_play_bin_class_init), (gst_play_bin_init),
23025         (gst_play_bin_dispose), (gst_play_bin_set_property),
23026         (gst_play_bin_get_property), (gen_video_element),
23027         (gen_audio_element), (remove_sinks), (setup_sinks),
23028         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23029         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23030         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23031         (gst_play_bin_query), (plugin_init):
23032         * gst/playback/test4.c: (main):
23033         More fixes on reusing of the element.
23034
23035 2004-07-11  Benjamin Otte  <otte@gnome.org>
23036
23037         * ext/mad/gstmad.c: (normal_seek):
23038           allow seeking for other methods than just SET
23039
23040 2004-07-11  Andy Wingo  <wingo@pobox.com>
23041
23042         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23043         float, "any" caps -> buffer_frames=[0,MAX].
23044
23045         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23046         doesn't intersect our caps with the template any more. Do it
23047         ourselves.
23048         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23049
23050 2004-07-09  Wim Taymans  <wim@fluendo.com>
23051
23052         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23053         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23054         (compare_ranks), (print_feature), (gst_decode_bin_init),
23055         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23056         (try_to_link_1), (new_pad), (close_link), (type_found),
23057         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23058         (gst_decode_bin_change_state), (plugin_init):
23059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23060         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23061         (gst_play_base_bin_dispose), (queue_overrun),
23062         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23063         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23064         (gst_play_base_bin_get_property), (play_base_eos),
23065         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23066         (gst_play_base_bin_remove_element),
23067         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23068         (gst_play_base_bin_unlink_stream),
23069         (gst_play_base_bin_get_streaminfo):
23070         * gst/playback/gstplaybasebin.h:
23071         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23072         (gst_play_bin_class_init), (gst_play_bin_init),
23073         (gst_play_bin_dispose), (gst_play_bin_set_property),
23074         (gst_play_bin_get_property), (gen_video_element),
23075         (gen_audio_element), (remove_sinks), (setup_sinks),
23076         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23077         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23078         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23079         (gst_play_bin_query), (plugin_init):
23080         * gst/playback/test4.c: (main):
23081         Work on object reuse and seeking.
23082
23083 2004-07-09  Wim Taymans  <wim@fluendo.com>
23084
23085         * examples/seeking/seek.c: (iterate):
23086         Don't consume all CPU in the idle loop.
23087
23088 2004-07-09  Wim Taymans  <wim@fluendo.com>
23089
23090         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23091         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23092         Add pad to element *after* setting the pad functions so that
23093         the scheduler can use the correct ones.
23094
23095 2004-07-09  Wim Taymans  <wim@fluendo.com>
23096
23097         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23098         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23099         Sync to keyframe after seek
23100
23101 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23102
23103         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23104         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23105         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23106         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23107         * ext/libvisual/visual.c: (gst_visual_change_state):
23108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23109         * ext/theora/theoradec.c: (theora_dec_change_state):
23110         * ext/theora/theoraenc.c: (theora_enc_change_state):
23111         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23112         * gst-libs/gst/navigation/navigation.c:
23113         * gst/adder/gstadder.c: (gst_adder_change_state):
23114         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23115         (gst_audio_convert_get_buffer):
23116         * gst/multipart/multipartdemux.c:
23117         (gst_multipart_demux_change_state):
23118         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23120         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23121         * gst/videoscale/gstvideoscale.c:
23122         (gst_videoscale_handle_src_event):
23123         * gst/volume/gstvolume.c: (volume_chain_int16):
23124           don't assert in state change, this should be done by the base
23125           GstElement class.
23126           various debugging fixes.
23127
23128 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23129
23130         * configure.ac:
23131         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23132         (gst_play_dispose), (gst_play_set_location),
23133         (gst_play_set_data_src), (gst_play_set_video_sink),
23134         (gst_play_set_audio_sink), (gst_play_set_visualization),
23135         (gst_play_connect_visualization), (gst_play_get_sink_element),
23136         (gst_play_get_all_by_interface):
23137         * gst-libs/gst/play/play.h:
23138           add new method to get elements implementing an interface.
23139           add various error logging
23140
23141 2004-07-08  Wim Taymans  <wim@fluendo.com>
23142
23143         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23144         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23145         (make_playerbin_pipeline), (query_durations_elems),
23146         (query_durations_pads), (query_positions_elems),
23147         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23148         (main):
23149         Added playbin seeking example.
23150
23151 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23152
23153         * gst-libs/gst/play/play.c: (gst_play_set_location),
23154         (gst_play_set_data_src), (gst_play_set_video_sink),
23155         (gst_play_set_audio_sink), (gst_play_set_visualization),
23156         (gst_play_connect_visualization), (gst_play_get_framerate):
23157           use a macro to look up elements from hash table
23158
23159 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23160
23161         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23162         (gst_play_get_length_callback), (gst_play_set_location),
23163         (gst_play_seek_to_time), (gst_play_set_data_src),
23164         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23165         (gst_play_set_visualization), (gst_play_connect_visualization),
23166         (gst_play_get_sink_element):
23167         - add debugging info
23168         - fix looking up sink elements by iterating over complete caps
23169         - put everything except for source and autoplugger in a complete bin
23170
23171 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23172
23173         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23174         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23175         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23176         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23177         * ext/alsa/gstalsasink.h:
23178         - add debugging info
23179         - clean up schizophrenia of data/buffer/event
23180         - fix double event unref error
23181
23182 2004-07-08  Wim Taymans  <wim@fluendo.com>
23183
23184         * gst/playback/Makefile.am:
23185         Add headers to noinst
23186
23187 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23188
23189         * tools/gst-launch-ext-m.m:
23190         * tools/gst-launch-ext.1.in:
23191           convert to the third millenium
23192
23193 2004-07-07  David Schleef  <ds@schleef.org>
23194
23195         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23196
23197 2004-07-07  Wim Taymans  <wim@fluendo.com>
23198
23199         * gst/playback/Makefile.am:
23200         * gst/playback/README:
23201         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23202         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23203         (compare_ranks), (print_feature), (gst_decode_bin_init),
23204         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23205         (try_to_link_1), (new_pad), (close_link), (type_found),
23206         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23207         (plugin_init):
23208         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23209         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23210         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23211         (gen_preroll_element), (no_more_pads), (new_stream),
23212         (setup_source), (gst_play_base_bin_set_property),
23213         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23214         (gst_play_base_bin_add_element),
23215         (gst_play_base_bin_remove_element),
23216         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23217         (gst_play_base_bin_unlink_stream),
23218         (gst_play_base_bin_get_streaminfo):
23219         * gst/playback/gstplaybasebin.h:
23220         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23221         (gst_play_bin_class_init), (gst_play_bin_init),
23222         (gst_play_bin_dispose), (gst_play_bin_set_property),
23223         (gst_play_bin_get_property), (gen_video_element),
23224         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23225         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23226         (gst_play_bin_get_formats), (gst_play_bin_convert),
23227         (gst_play_bin_get_query_types), (gst_play_bin_query),
23228         (plugin_init):
23229         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23230         (gst_stream_info_get_type), (gst_stream_info_class_init),
23231         (gst_stream_info_init), (gst_stream_info_new),
23232         (gst_stream_info_dispose), (gst_stream_info_set_property),
23233         (gst_stream_info_get_property):
23234         * gst/playback/gststreaminfo.h:
23235         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23236         (main):
23237         * gst/playback/test2.c: (main):
23238         * gst/playback/test3.c: (update_scale), (main):
23239         More playbin fixes. Added README. Do better element filtering.
23240         Added base class to preroll media. Added test apps.
23241
23242 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23243
23244         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23245         * ext/mpeg2dec/gstmpeg2dec.h:
23246           various debugging improvements.  Reset stream to next picture
23247           instead of sequence header, otherwise seeks cannot work.
23248
23249 2004-07-07  Wim Taymans  <wim@fluendo.com>
23250
23251         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23252         (gst_video_box_class_init), (gst_video_box_set_property),
23253         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23254         Use pad_alloc where possible.
23255
23256 2004-07-07  Wim Taymans  <wim@fluendo.com>
23257
23258         * sys/oss/gstosselement.c: (gst_osselement_reset),
23259         (gst_osselement_parse_caps):
23260         * sys/oss/gstosselement.h:
23261         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23262         Fix offset on osssrc.
23263
23264 2004-07-07  Wim Taymans  <wim@fluendo.com>
23265
23266         * ext/theora/theora.c: (plugin_init):
23267         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23268         (theora_dec_src_query), (theora_dec_chain):
23269         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23270         (theora_enc_sink_link), (theora_buffer_from_packet),
23271         (theora_push_packet), (theora_enc_chain):
23272         Fix theora granulepos calculation.
23273         Fix overflow in duration/position calculation.
23274         Bump rank to PRIMARY for theoradec.
23275         Use granulepos of last packet to calculate position.
23276         Set keyframe flag on buffers when needed.
23277
23278 2004-07-06  David Schleef  <ds@schleef.org>
23279
23280         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23281         serious?  (Fixed, obviously.)
23282
23283 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23284
23285         * po/LINGUAS:
23286         * po/cs.po:
23287           added Czech translation (Miloslav Trmac)
23288
23289 2004-07-05  Wim Taymans  <wim@fluendo.com>
23290
23291         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23292         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23293         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23294         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23295         (close_link), (type_found), (gst_decode_bin_set_property),
23296         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23297         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23298         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23299         (gst_decode_bin_query), (plugin_init):
23300         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23301         (gst_play_bin_class_init), (gst_play_bin_init),
23302         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23303         (get_video_element), (new_pad), (setup_source),
23304         (gst_play_bin_set_property), (gst_play_bin_get_property),
23305         (gst_play_bin_change_state), (gst_play_bin_add_element),
23306         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23307         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23308         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23309         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23310         * gst/playback/test.c: (main):
23311         More fixes, cleaned up playbin, make it use decodebin. Added
23312         threaded property to playbin.
23313
23314 2004-07-05  Wim Taymans  <wim@fluendo.com>
23315
23316         * configure.ac:
23317         * gst/playback/Makefile.am:
23318         * gst/playback/decodetest.c: (main):
23319         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23320         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23321         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23322         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23323         (close_link), (type_found), (gst_decode_bin_set_property),
23324         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23325         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23326         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23327         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23328         (plugin_init):
23329         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23330         (gst_play_bin_class_init), (gst_play_bin_init),
23331         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23332         (collect_sink_pads), (find_compatibles), (close_pad_link),
23333         (try_to_link_1), (new_pad), (close_link), (type_found),
23334         (setup_source), (gst_play_bin_set_property),
23335         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23336         (compare_ranks), (gst_play_bin_collect_factories),
23337         (gst_play_bin_change_state), (gst_play_bin_add_element),
23338         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23339         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23340         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23341         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23342         * gst/playback/test.c: (main):
23343         Added some playback helper elements and some test apps, very alpha
23344         still.
23345
23346 2004-07-04  Benjamin Otte  <otte@gnome.org>
23347
23348         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23349           only restart audio when we indeed have an xrun to fix repeated
23350           xruns. Fix suggested by Giuliano Pochini.
23351
23352 2004-07-03  David Schleef  <ds@schleef.org>
23353
23354         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23355         call to gst_debug_log() if debugging is disabled (bug #145118)
23356
23357 2004-07-03  Benjamin Otte  <otte@gnome.org>
23358
23359         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23360           use our own functions for restarting the alsa device.
23361         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23362           I should apply patches myself - use MIN for the third argument, not
23363           the second, this fixes seeking
23364
23365 2004-07-02  David Schleef  <ds@schleef.org>
23366
23367         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23368         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23369         do with the logic.
23370
23371 2004-07-02  David Schleef  <ds@schleef.org>
23372
23373         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23374         output buffers.  Fix logic mistake.  (bug #144866)
23375
23376 2004-07-02  David Schleef  <ds@schleef.org>
23377
23378         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23379         on X.  (bug #144753)
23380
23381 2004-07-02  David Schleef  <ds@schleef.org>
23382
23383         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23384         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23385         (bug #144624)
23386         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23387         (gst_osselement_rate_probe_check): Add another workaround for
23388         buggy drivers (bug #145336)
23389
23390 2004-07-02  David Schleef  <ds@schleef.org>
23391
23392         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23393         Most systems don't have MSG_NOSIGNAL.
23394
23395 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23396
23397         * Makefile.am:
23398         * gst-libs/gst/colorbalance/Makefile.am:
23399         * gst-libs/gst/mixer/Makefile.am:
23400         * gst-libs/gst/play/Makefile.am:
23401         * gst-libs/gst/tuner/Makefile.am:
23402           (hopefully) fix both install and dist and make error message useful.
23403           needs testing across automakes.
23404
23405 2004-07-02  Benjamin Otte  <otte@gnome.org>
23406
23407         * ext/ogg/gstogg.c: (plugin_init):
23408           we require bytestream now
23409         * ext/ogg/gstoggdemux.c:
23410           huge diff to implement chain setup in a fast and generic way. This
23411           improves tag reading and startup of huge files (read: Theora videos)
23412           quite a bit. It probably contains bugs, too, so please test.
23413           Seeking is not improved to the fast method.
23414
23415 2004-06-29  Wim Taymans  <wim@fluendo.com>
23416
23417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23418         * ext/ogg/gstoggmux.c:
23419         Fix memleak in oggdemux when running unconnected pads.
23420         doc update in mux, start working on keyframe mode.
23421
23422 2004-06-29  Benjamin Otte  <otte@gnome.org>
23423
23424         * sys/oss/gstosssink.c:
23425         * sys/oss/gstosssrc.c:
23426           advertise correct template caps - we indeed do non-native endianness
23427           and 8bit audio has no endianness
23428         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23430           avoid (wrong) duplications in getcaps function and return
23431           template caps
23432
23433 2004-06-29  Wim Taymans  <wim@fluendo.com>
23434
23435         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23436         (gst_multifdsink_class_init), (gst_multifdsink_add),
23437         (gst_multifdsink_remove), (gst_multifdsink_clear),
23438         (gst_multifdsink_client_remove),
23439         (gst_multifdsink_handle_client_read),
23440         (gst_multifdsink_client_queue_data),
23441         (gst_multifdsink_client_queue_caps),
23442         (gst_multifdsink_client_queue_buffer),
23443         (gst_multifdsink_handle_client_write),
23444         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23445         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23446         (gst_multifdsink_init_send), (gst_multifdsink_close):
23447         Fix wrong GList iteration that could crash the server when
23448         more then 2 clients disconnect at the same time. Read all the
23449         pending commands in one batch to recover from command storms under
23450         very heavy load.
23451
23452 2004-06-28  Wim Taymans  <wim@fluendo.com>
23453
23454         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23455         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23456         (gst_videomixer_pad_set_property),
23457         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23458         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23459         (gst_videomixer_class_init), (gst_videomixer_init),
23460         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23461         (pad_zorder_compare), (gst_videomixer_sort_pads),
23462         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23463         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23464         (gst_videomixer_update_queues), (gst_videomixer_loop),
23465         (plugin_init):
23466         Avoid divide by zero, choose masterpad as the pad with the highest
23467         framerate.
23468
23469 2004-06-27  Julien Moutte  <julien@moutte.net>
23470
23471         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23472         (gst_ximagesink_xwindow_new):
23473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23474         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23475         function directly. We might want to call it from somewhere else one day.
23476
23477 2004-06-27  Julien Moutte  <julien@moutte.net>
23478
23479         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23480         (gst_ximagesink_xwindow_new):
23481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23482         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23483         window decorations.
23484
23485 2004-06-27  Wim Taymans  <wim@fluendo.com>
23486
23487         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23488         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23489         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23490         (gst_dvdec_set_property), (gst_dvdec_get_property):
23491         * ext/dv/gstdvdec.h:
23492         Implement drop_factor property to lower the framerate with
23493         a factor.
23494
23495 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23496
23497         * gst-libs/gst/colorbalance/Makefile.am:
23498         * gst-libs/gst/mixer/Makefile.am:
23499         * gst-libs/gst/play/Makefile.am:
23500         * gst-libs/gst/tuner/Makefile.am:
23501           unbreak Company's fix that didn't install the -enum.h files
23502
23503 2004-06-27  Wim Taymans  <wim@fluendo.com>
23504
23505         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23506         (gst_dvdec_change_state):
23507         * ext/dv/gstdvdec.h:
23508         Fix timestamp, duration and offset of the buffers.
23509
23510 2004-06-27  Wim Taymans  <wim@fluendo.com>
23511
23512         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23513         (gst_multifdsink_class_init), (gst_multifdsink_add),
23514         (gst_multifdsink_remove), (gst_multifdsink_clear),
23515         (gst_multifdsink_client_remove),
23516         (gst_multifdsink_handle_client_read),
23517         (gst_multifdsink_client_queue_data),
23518         (gst_multifdsink_client_queue_caps),
23519         (gst_multifdsink_client_queue_buffer),
23520         (gst_multifdsink_handle_client_write),
23521         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23522         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23523         (gst_multifdsink_init_send), (gst_multifdsink_close):
23524         * gst/tcp/gstmultifdsink.h:
23525         * gst/tcp/gsttcpserversink.c:
23526         (gst_tcpserversink_handle_server_read),
23527         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23528         More multifdsink fixes, more recovery policy fixes.
23529         Removed stupid g_print
23530
23531 2004-06-26  Wim Taymans  <wim@fluendo.com>
23532
23533         * gst/tcp/Makefile.am:
23534         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23535         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23536         (gst_multifdsink_class_init), (gst_multifdsink_init),
23537         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23538         (gst_multifdsink_handle_client_read),
23539         (gst_multifdsink_client_queue_data),
23540         (gst_multifdsink_client_queue_caps),
23541         (gst_multifdsink_client_queue_buffer),
23542         (gst_multifdsink_handle_client_write),
23543         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23544         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23545         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23546         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23547         (gst_multifdsink_close), (gst_multifdsink_change_state):
23548         * gst/tcp/gstmultifdsink.h:
23549         * gst/tcp/gsttcpplugin.c: (plugin_init):
23550         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23551         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23552         (gst_tcpserversink_handle_server_read),
23553         (gst_tcpserversink_handle_select),
23554         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23555         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23556         * gst/tcp/gsttcpserversink.h:
23557         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23558         one of the locks, added recovery policy to multifdsink.
23559
23560 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23561
23562         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23563           fix decision for when getting frames with same timestamp
23564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23565         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23566         (gst_v4lsrc_get_property):
23567         * sys/v4l/gstv4lsrc.h:
23568           add latency offset property
23569
23570 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23571
23572         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23573         (plugin_init):
23574           fix debugging. add category.
23575
23576 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23577
23578         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23579           fix wrong offsets
23580
23581 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23582
23583         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23584         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23585         (gst_alsa_src_change_state):
23586           return a time that is in sync with the element's processing
23587
23588 2004-06-25  Wim Taymans  <wim@fluendo.com>
23589
23590         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23591         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23592         (gst_tcpserversink_client_remove),
23593         (gst_tcpserversink_handle_client_read),
23594         (gst_tcpserversink_client_queue_data),
23595         (gst_tcpserversink_client_queue_caps),
23596         (gst_tcpserversink_client_queue_buffer),
23597         (gst_tcpserversink_handle_client_write),
23598         (gst_tcpserversink_queue_buffer),
23599         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23600         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23601         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23602         (gst_tcpserversink_close):
23603         * gst/tcp/gsttcpserversink.h:
23604         Serversink rewrite. Really do non blocking writes to clients and
23605         maintain an internal queue to handle slower clients while not
23606         disturbing fast clients.
23607
23608 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23609
23610         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23611           better debug, don't override OFFSET and OFFSET_END
23612
23613 2004-06-25  Iain <iain@prettypeople.org>
23614
23615         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23616         name=source for the wavparse pipeline.
23617
23618 2004-06-24  Johan Dahlin  <johan@gnome.org>
23619
23620         * ext/theora/theoraenc.c (theora_enc_chain): Call
23621         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23622         streamheader caps are set correctly.
23623
23624 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23625
23626         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23627         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23628           respect minimum bitrate; same could be done for max bitrate
23629
23630 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23631
23632         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23633         (gst_vorbisenc_setup):
23634           fix sample rate range
23635
23636 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23637
23638         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23639         (gst_oggvorbisenc_setup):
23640         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23641         (gst_vorbisenc_setup):
23642           resolve ambiguities in code and description
23643
23644 2004-06-24  Wim Taymans  <wim@fluendo.com>
23645
23646         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23647         * ext/alsa/gstalsa.h:
23648         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23649         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23650         Use alsa trigger_tstamp to get the timestamp of the first
23651         sample in the buffer for more precise sync. Some cleanups.
23652
23653 2004-06-24  Wim Taymans  <wim@fluendo.com>
23654
23655         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23656         (gst_audiorate_init), (gst_audiorate_chain),
23657         (gst_audiorate_set_property), (gst_audiorate_get_property):
23658         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23659         (gst_videorate_chain):
23660         Added some logging, fixed an overflow bug in videorate.
23661
23662 2004-06-24  Benjamin Otte  <otte@gnome.org>
23663
23664         * ext/kio/Makefile.am:
23665           fix for builddir != srcdir and distcheck
23666
23667 2004-06-24  Benjamin Otte  <otte@gnome.org>
23668
23669         * gst-libs/gst/colorbalance/Makefile.am:
23670         * gst-libs/gst/mixer/Makefile.am:
23671         * gst-libs/gst/play/Makefile.am:
23672         * gst-libs/gst/tuner/Makefile.am:
23673         * gst/tcp/Makefile.am:
23674         * sys/dxr3/Makefile.am:
23675           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23676           tarball.
23677           Also add all *.list files that were missing.
23678         * Makefile.am:
23679           add a distcheck hook to ensure the above doesn't happen again.
23680
23681 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23682
23683         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23684
23685 2004-06-23  Colin Walters  <walters@redhat.com>
23686
23687         * m4/Makefile.am: Distribute gst-fionread.m4.
23688
23689 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23690
23691         * configure.ac: back to dev
23692
23693 2004-06-23  Wim Taymans  <wim@fluendo.com>
23694
23695         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23696         (gst_alsa_xrun_recovery):
23697         * ext/alsa/gstalsa.h:
23698         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23699         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23700         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23701         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23702         (gst_alsa_src_loop):
23703         Add clock to alsasrc. Take new capture timestamp when
23704         restarting after an overrun. Split up some functions between
23705         alsasrc and alsasink.
23706
23707 === release 0.8.2 ===
23708
23709 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23710
23711         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23712         (gst_alsa_change_state), (gst_alsa_update_avail),
23713         (gst_alsa_xrun_recovery):
23714         * ext/alsa/gstalsa.h:
23715         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23716           merge back changes from release
23717
23718 2004-06-23  Wim Taymans  <wim@fluendo.com>
23719
23720         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23721         (gst_audiorate_init), (gst_audiorate_chain),
23722         (gst_audiorate_set_property), (gst_audiorate_get_property):
23723         Implement sample dropping and notify
23724
23725 2004-06-22  Wim Taymans  <wim@fluendo.com>
23726
23727         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23728         (theora_enc_sink_link), (theora_buffer_from_packet),
23729         (theora_push_packet), (theora_enc_chain):
23730         Some cleanups, make sure the timestamps are correct.
23731
23732 2004-06-22  Wim Taymans  <wim@fluendo.com>
23733
23734         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23735         (gst_alsa_change_state), (gst_alsa_update_avail),
23736         (gst_alsa_xrun_recovery):
23737         * ext/alsa/gstalsa.h:
23738         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23739         Cleanups, take queued samples into account when reporting
23740         the time.
23741
23742 2004-06-22  Wim Taymans  <wim@fluendo.com>
23743
23744         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23745         (gst_videorate_init):
23746         Initialize the property as well.
23747
23748 2004-06-22  Wim Taymans  <wim@fluendo.com>
23749
23750         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23751         (gst_videorate_init), (gst_videorate_chain),
23752         (gst_videorate_set_property), (gst_videorate_get_property):
23753         Add property to make videorate silent.
23754         Add property to prefer new frames over old ones.
23755
23756 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23757
23758         * sys/osxvideo/Makefile.am:
23759         Workaround so that the osxvideo .so file gets linked with the
23760         Cocoa, OpenGL and QuickTime frameworks
23761
23762 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23763
23764         * sys/osxaudio/Makefile.am:
23765         Workaround so that the osxaudio .so file gets linked with the
23766         CoreAudio framework
23767
23768 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23769
23770         * configure.ac:
23771         Whoops, my fault...fixed build issues
23772
23773 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23774
23775         * configure.ac:
23776         Add objective-c support if running in Darwin/Mac OS X
23777         * sys/Makefile.am:
23778         * sys/osxvideo:
23779         * sys/osxvideo/Makefile.am:
23780         * sys/osxvideo/osxvideosink.h:
23781         * sys/osxvideo/osxvideosink.m:
23782         * sys/osxvideo/cocoawindow.h:
23783         * sys/osxvideo/cocoawindow.m:
23784         Add osxvideosink, a cocoa-based osx video sink
23785
23786
23787 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23788         * ext/dvdnav/gst-dvd:
23789         Grab the gconf key from the right spot
23790         * gst/debug/gstnavseek.c: (gst_navseek_init),
23791         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23792         (gst_navseek_chain):
23793         * gst/debug/gstnavseek.h:
23794           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23795           and loop parameters of a segment seek.
23796         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23797         (gst_videotestsrc_get_event_masks),
23798         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23799         * gst/videotestsrc/gstvideotestsrc.h:
23800           Add seeking support to videotestsrc
23801           Initialise the timestamp_offset variable.
23802
23803 2004-06-18  Wim Taymans  <wim@fluendo.com>
23804
23805         * ext/sidplay/gstsiddec.cc:
23806         Fix negotiation and set correct end offset.
23807
23808 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23809
23810         * configure.ac: branch and prerelease
23811
23812 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23813
23814         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23815         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23816         (gst_tcpclientsrc_init_receive):
23817         * gst/tcp/gsttcpclientsrc.h:
23818           read caps when connecting to server for GDP so we set them correctly
23819
23820 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23821
23822         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23823           notify drops and duplicates
23824         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23825           no good reason to limit ourselves to 100x100
23826
23827 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23828
23829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23830         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23831         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23832         (gst_v4lsrc_get_property):
23833         * sys/v4l/gstv4lsrc.h:
23834         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23835         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23836         (gst_v4l_set_audio):
23837         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23838         (gst_v4lsrc_try_capture):
23839         * sys/v4l/v4lsrc_calls.h:
23840           change try_palette to more general try_capture
23841           add autoprobe option so we can turn off autoprobing
23842           various fixes
23843
23844 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23845
23846         * configure.ac:
23847           add videorate
23848         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23849         (gst_ximagesink_class_init):
23850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23851         (gst_xvimagesink_class_init):
23852           run them as finalize, not dispose, since dispose can be invoked
23853           multiple times
23854
23855 2004-06-17  Wim Taymans  <wim@fluendo.com>
23856
23857         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23858         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23859         * ext/alsa/gstalsa.h:
23860         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23861         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23862         (gst_alsa_src_change_state):
23863         * ext/alsa/gstalsasrc.h:
23864         Make the xrun code timestamp and offset the buffers correctly.
23865         moved the clock to the base class, use alsa methods to get time.
23866         Do correct timestamping on outgoing buffers.
23867
23868 2004-06-17  Wim Taymans  <wim@fluendo.com>
23869
23870         * gst/audiorate/Makefile.am:
23871         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23872         (gst_audiorate_base_init), (gst_audiorate_class_init),
23873         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23874         (gst_audiorate_set_property), (gst_audiorate_get_property),
23875         (gst_audiorate_change_state), (plugin_init):
23876         Added an audiorate converter that fills in gaps.
23877
23878 2004-06-17  Johan Dahlin  <johan@gnome.org>
23879
23880         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23881
23882 2004-06-16  Wim Taymans  <wim@fluendo.com>
23883
23884         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23885         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23886         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23887         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23888         (gst_v4lsrc_get_property):
23889         * sys/v4l/gstv4lsrc.h:
23890         Added a copy mode to v4lsrc where it will output a copied version
23891         of its internal hardware buffer.
23892         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23893         can't | them.
23894
23895 2004-06-16  Wim Taymans  <wim@fluendo.com>
23896
23897         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23898         Timestamp fixes.
23899
23900 2004-06-16  Wim Taymans  <wim@fluendo.com>
23901
23902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23903         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23904         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23905         (gst_v4lsrc_get_property):
23906         * sys/v4l/gstv4lsrc.h:
23907         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23908         Added a sync mode enum property to control v4lsrc timestamp method
23909         Removed the use-fixed-fps property and moved functionality in
23910         the enum.
23911         Don't error on an error value from v4l-conf, it might not always
23912         be a real error.
23913
23914 2004-06-16  Wim Taymans  <wim@fluendo.com>
23915
23916         * gst/videorate/Makefile.am:
23917         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23918         (gst_videorate_base_init), (gst_videorate_class_init),
23919         (gst_videorate_getcaps), (gst_videorate_link),
23920         (gst_videorate_init), (gst_videorate_chain),
23921         (gst_videorate_set_property), (gst_videorate_get_property),
23922         (gst_videorate_change_state), (plugin_init):
23923         Added a video timestamp corrector.
23924
23925 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23926
23927         fixed a potential leak with previous commit
23928
23929         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23930
23931 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23932
23933         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23934         Added missing refcount, fixes bug #144425
23935         Cheers Tim for finding the bug
23936
23937 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23938
23939         * sys/v4l/gstv4l.c: (plugin_init):
23940         * sys/v4l/gstv4lcolorbalance.c:
23941         * sys/v4l/gstv4lcolorbalance.h:
23942         * sys/v4l/gstv4lelement.c:
23943         * sys/v4l/gstv4lelement.h:
23944         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23945         * sys/v4l/gstv4lmjpegsink.h:
23946         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23947         * sys/v4l/gstv4lmjpegsrc.h:
23948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23949         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23950         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23951         * sys/v4l/gstv4lsrc.h:
23952         * sys/v4l/gstv4ltuner.c:
23953         * sys/v4l/gstv4ltuner.h:
23954         * sys/v4l/gstv4lxoverlay.c:
23955         * sys/v4l/gstv4lxoverlay.h:
23956         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23957         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23958         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23959         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23960         (gst_v4l_set_audio):
23961         * sys/v4l/v4l_calls.h:
23962         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23963         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23964         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23965         (gst_v4lmjpegsink_playback_init),
23966         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23967         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23968         (gst_v4lmjpegsink_playback_stop),
23969         (gst_v4lmjpegsink_playback_deinit):
23970         * sys/v4l/v4lmjpegsink_calls.h:
23971         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23972         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23973         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23974         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23975         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23976         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23977         * sys/v4l/v4lmjpegsrc_calls.h:
23978         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23979         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23980         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23981         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23982         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23983         (gst_v4lsrc_try_palette):
23984         * sys/v4l/v4lsrc_calls.h:
23985           bunch of paranoia cleanups
23986
23987 2004-06-14  David Schleef  <ds@schleef.org>
23988
23989         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23990         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23991         Send discont events and change timestamps appropriately when
23992         we get a seek event.  (bug #144240)
23993         * ext/cdparanoia/gstcdparanoia.h:
23994
23995 2004-06-14  Benjamin Otte  <otte@gnome.org>
23996
23997         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23998           snd_pcm_hw_params_set_rate  since the latter fails for no good
23999           reason on some setups.
24000
24001 2004-06-14  David Schleef  <ds@schleef.org>
24002
24003         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24004         standard.  Thank you for playing.
24005
24006 2004-06-14  Wim Taymans  <wim@fluendo.com>
24007
24008         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24009         Patch 1.3 broke the ordering of the colorspace info and
24010         made the plugin basically work by coincidence, reordered
24011         the info.
24012
24013 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24014
24015         * ext/lame/gstlame.c:
24016         * ext/mad/gstmad.c:
24017           sync caps.  Make sure mad can only output a list of rates, not
24018           a full range.  In the future, have three caps lists for each of the
24019           mpeg versions.  Change mpegversion to a double as well.
24020
24021 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24022
24023         * gst/volume/.cvsignore:
24024         * gst/volume/Makefile.am:
24025         * gst/volume/demo.c: (value_changed_callback), (idler),
24026         (setup_gui), (main):
24027           added small demo app
24028
24029 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24030         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24031         * ext/esd/esdsink.h:
24032         Close the esd connection on pause, because esd will just wait -
24033         blocking all other esd clients indefinitely.
24034
24035 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24036
24037         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24038           previous commit with GST_DEBUG
24039
24040 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24041
24042         * configure.ac:
24043           add a header check for a dvdread header in dvdnav.  Fixes #133002
24044
24045 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24046
24047         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24048         * gst/tcp/gsttcpclientsink.h:
24049         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24050         * gst/tcp/gsttcpclientsrc.h:
24051         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24052         (gst_tcpserversink_handle_server_read),
24053         (gst_tcpserversink_init_send):
24054         * gst/tcp/gsttcpserversink.h:
24055         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24056         * gst/tcp/gsttcpserversrc.h:
24057         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24058         version of IP)
24059
24060 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24061
24062         * configure.ac:
24063         Added ogg library so that OSX detects libtheora properly
24064
24065 2004-06-11  Wim Taymans  <wim@fluendo.com>
24066
24067         * ext/theora/theoradec.c: (theora_dec_chain),
24068         (theora_dec_change_state):
24069         Don't try to decode frames before we received a keyframe.
24070
24071 2004-06-11  Wim Taymans  <wim@fluendo.com>
24072
24073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24074         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24075         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24076         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24077         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24078         Added property to set the maximum delay of a page.
24079
24080 2004-06-10  Wim Taymans  <wim@fluendo.com>
24081
24082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24083         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24084         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24085         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24086         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24087         Added max-delay property to control the maximum amount
24088         of data to put in one page.
24089
24090 2004-06-10  Wim Taymans  <wim@fluendo.com>
24091
24092         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24093         (gst_theora_enc_init), (theora_enc_sink_link),
24094         (theora_buffer_from_packet), (theora_enc_set_property),
24095         (theora_enc_get_property):
24096         Set duration on encoded buffer, added some more properties
24097
24098 2004-06-10  Wim Taymans  <wim@fluendo.com>
24099
24100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24101         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24102         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24103         * ext/theora/theoraenc.c: (theora_enc_chain):
24104         Fix refcounting bugs
24105
24106 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24107
24108         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24109         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24110         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24111         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24112         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24113         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24114         (gst_asf_demux_change_state):
24115         * gst/asfdemux/gstasfdemux.h:
24116           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24117           feels like. I think we should set a new requirement for demuxers
24118           from now on to implement sane loop functions, data loops, query
24119           and seek functions before first commit into CVS. And this commit
24120           fixes all of the above.
24121
24122 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24123
24124         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24125           vorbis comments are properly encoded in UTF-8 before adding them
24126           to a GstTagList
24127
24128 2004-06-09  Benjamin Otte  <otte@gnome.org>
24129
24130         * ext/alsa/gstalsa.c: (add_channels):
24131           handle min <= max correctly
24132         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24133         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24134           add fixation functions so we fixate correctly. No preferring of alaw
24135           anymore because it's the first structure.
24136         * ext/alsa/gstalsa.h:
24137         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24138         (gst_alsa_hw_params_dump):
24139           add functions to ease debugging in alsalib
24140         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24141         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24142         (gst_alsa_start_audio):
24143           only specify hw params if we really setup a format (fixes #134007 -
24144           or at least works around it)
24145
24146 2004-06-09  Wim Taymans  <wim@fluendo.com>
24147
24148         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24149         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24150         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24151         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24152         (gst_ogg_mux_loop):
24153         Use stream caps to setup the initial pages in the ogg stream.
24154         Correctly set the streamheader caps on the srcpad.
24155
24156 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24157
24158         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24159         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24160         (gst_v4lsrc_getcaps):
24161         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24162         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24163           add querying of fps lists for webcams.  Negotiating to a framerate
24164           now works.
24165
24166 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24167
24168         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24169         (theora_push_buffer), (theora_push_packet),
24170         (theora_set_header_on_caps), (theora_enc_chain):
24171           mark buffers and put on streamheader, raw theora streaming
24172           now works too, whee
24173
24174 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24175
24176         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24177         (gst_tcp_gdp_read_caps):
24178           do a looping read for caps and GDP headers too
24179
24180 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24181
24182         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24183         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24184           return EOS instead of NULL in _get
24185
24186 2004-06-08  Wim Taymans  <wim@fluendo.com>
24187
24188         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24189         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24190         (gst_tcp_gdp_write_caps):
24191         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24192         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24193         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24194         Memory leak fixes
24195
24196 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24197
24198         * ext/vorbis/Makefile.am:
24199         * ext/vorbis/vorbis.c: (plugin_init):
24200         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24201         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24202         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24203         (vorbis_parse_change_state):
24204         * ext/vorbis/vorbisparse.h:
24205           adding a vorbisparse element that marks the buffers, streaming
24206           raw vorbis using GDP now works, whee
24207
24208 2004-06-08  Wim Taymans  <wim@fluendo.com>
24209
24210         * ext/jpeg/Makefile.am:
24211         * ext/jpeg/README:
24212         * ext/jpeg/gstjpeg.c: (plugin_init):
24213         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24214         (gst_smokedec_base_init), (gst_smokedec_class_init),
24215         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24216         * ext/jpeg/gstsmokedec.h:
24217         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24218         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24219         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24220         (gst_smokeenc_resync), (gst_smokeenc_chain),
24221         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24222         * ext/jpeg/gstsmokeenc.h:
24223         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24224         (smokecodec_flush_destination), (smokecodec_term_destination),
24225         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24226         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24227         (smokecodec_term_source), (smokecodec_encode_new),
24228         (smokecodec_decode_new), (smokecodec_info_free),
24229         (smokecodec_set_quality), (smokecodec_get_quality),
24230         (smokecodec_set_threshold), (smokecodec_get_threshold),
24231         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24232         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24233         (smokecodec_parse_header), (smokecodec_decode):
24234         * ext/jpeg/smokecodec.h:
24235         Added a new simple jpeg based codec
24236
24237 2004-06-08  Wim Taymans  <wim@fluendo.com>
24238
24239         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24240         (gst_multipart_mux_loop):
24241         Fix memory leak
24242
24243 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24244
24245         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24246         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24247         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24248         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24249         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24250         * gst/tcp/gsttcpserversink.h:
24251           take streamheader into account
24252
24253 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24254
24255         * gst/level/Makefile.am:
24256         * gst/level/gstlevel.c: (gst_level_class_init):
24257           clean up marshal generation
24258
24259 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24260
24261         * gst/tcp/Makefile.am:
24262         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24263         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24264         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24265         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24266         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24267         (gst_tcpclientsrc_get_property):
24268         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24269         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24270         (gst_tcpserversink_handle_client_read),
24271         (gst_tcpserversink_handle_client_write),
24272         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24273         * gst/tcp/gsttcpserversink.h:
24274           add signals client-added and client-removed
24275         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24276         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24277         (gst_tcpserversrc_get_property):
24278         uniformized, change default protocol to NONE
24279         * gst/tcp/gsttcp-marshal.list: added
24280 2004-06-07  Benjamin Otte  <otte@gnome.org>
24281
24282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24283           handle discont events if they happen before caps nego
24284
24285 2004-06-07  Wim Taymans  <wim@fluendo.com>
24286
24287         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24288         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24289         (gst_multipart_demux_plugin_init):
24290         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24291         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24292         (gst_multipart_mux_change_state):
24293         Small updates, fix a memleak
24294
24295 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24296
24297         * configure.ac: OSS portability
24298         * ext/arts/gst_arts.c: idem
24299         * sys/oss/gstosselement.c: idem
24300         * sys/oss/gstossmixer.c: idem
24301         * sys/oss/gstosssink.c: idem
24302         * sys/oss/gstosssrc.c: idem
24303         * sys/oss/oss_probe.c: idem
24304           - check for soundcard.h in different places for some BSD
24305
24306 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24307
24308         * AUTHORS:
24309         Add me to the authors file
24310         * configure.ac:
24311         Increase the libdv requirement to >= version 0.100
24312         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24313         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24314         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24315         * ext/dv/gstdvdec.h:
24316         Add support for the new_media flag when sending DISCONT events
24317         Make the querying work when video pad is not linked
24318
24319 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24320
24321         reviewed by Benjamin Otte  <otte@gnome.org>
24322
24323         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24324           create a NULL-initialized array of pads, so we don't think they
24325           exist already. (fixes #143130)
24326
24327 2004-06-07  Benjamin Otte  <otte@gnome.org>
24328
24329         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24330         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24331         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24332           don't use // coments
24333
24334 2004-06-07  Benjamin Otte  <otte@gnome.org>
24335
24336         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24337           cast to GstClockTime to get higher granularity
24338         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24339           use gst_element_set_time_delay to get the exact time
24340         * ext/mad/gstmad.c: (gst_mad_chain):
24341           use the negotiated rate instead of the current frame's rate which
24342           might be wrong because of bit errors. This avoids emitting totally
24343           bogus timestamps and screwing sync.
24344         (fixes #143454)
24345
24346 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24347
24348         reviewed by Benjamin Otte  <otte@gnome.org>
24349
24350         * gst/adder/gstadder.c: (gst_adder_loop):
24351           properly error out when no negotiation has happened yet. (fixes
24352           #143032)
24353
24354 2004-06-06  Benjamin Otte  <otte@gnome.org>
24355
24356         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24357           forward correctly transformed offset in discont events. Based on
24358           patch by Arwed v. Merkatz. (fixes #142851)
24359
24360 2004-06-06  David Schleef  <ds@schleef.org>
24361
24362         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24363         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24364         problems on several systems.
24365
24366 2004-06-06  Benjamin Otte  <otte@gnome.org>
24367
24368         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24369           use explicit caps on the srcpad
24370         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24371           properly error out if caps couldn't be set (fixes #142764)
24372
24373 2004-06-06  Benjamin Otte  <otte@gnome.org>
24374
24375         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24376         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24377         (gst_alsa_start_audio):
24378           - don't call set_periods_integer anymore, it breaks the
24379           configuration randomly
24380           - call snd_pcm_hw_params_set_access directly instead of using masks
24381           - don't fail if the sw_params can't be set, just use the default
24382           params and hope it works. Alsalib has weird issues when you touch
24383           sw_params and does no proper error reporting about what failed.
24384         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24385         (gst_alsa_close_audio):
24386           make our alsa debugging go via gst debugging and not conditionally
24387           defined
24388         * ext/alsa/gstalsa.h:
24389           add ALSA_DEBUG_FLUSH macro
24390         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24391         (plugin_init):
24392           wrap alsa errors to be printed via the gst debugging system and not
24393           spammed to stderr
24394
24395 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24396
24397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24398         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24399         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24400         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24401         (qtdemux_parse_trak):
24402         * gst/qtdemux/qtdemux.h:
24403           Bitch. Also known as seeking, querying & co.
24404         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24405         (gst_osssink_change_state):
24406         * sys/oss/gstosssink.h:
24407           Resyncing is for weenies, this hack is no longer needed and was
24408           broken anyway (since it - unintendedly - always leaves resync to
24409           TRUE).
24410
24411 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24412
24413         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24414         * gst/tcp/gsttcpclientsrc.h: idem
24415           - define MSG_NOSIGNAL if not done
24416           - include unistd.h for off_t
24417           (fixes #143749)
24418
24419 2004-06-05  Benjamin Otte  <otte@gnome.org>
24420
24421         * configure.ac:
24422         * ext/kio/Makefile.am:
24423           check for qt's moc preprocessor explicitly and use it
24424
24425 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24426
24427         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24428           don't get a signal for EPIPE on socket writes
24429           (somebody check if this works on other platforms)
24430
24431 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24432
24433         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24434         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24435           check error condition on available samples correctly
24436
24437 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24438
24439         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24440           avoid a segfault
24441         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24442         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24443         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24444         (gst_tcpserversrc_gdp_read_header):
24445          use ssize_t over size_t since the former is signed and thus the
24446          check for error codes can work
24447
24448 2004-06-02  Wim Taymans  <wim@fluendo.com>
24449
24450         reviewed by: Johan
24451
24452         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24453         (gst_multipart_mux_loop):
24454         Oops
24455
24456 2004-06-02  Wim Taymans  <wim@fluendo.com>
24457
24458         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24459         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24460         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24461         (gst_multipart_mux_change_state):
24462         Added configurable boundary specifier, added the value as a
24463         caps field as well.
24464
24465 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24466
24467         * gst/tcp/gsttcp.c:
24468         * gst/tcp/gsttcpclientsrc.c:
24469         * gst/tcp/gsttcpclientsrc.h:
24470         * gst/tcp/gsttcpserversrc.c:
24471           - portability fix, to compile on OSX
24472             (fixes #143146)
24473
24474         * sys/osxaudio/gstosxaudioelement.c:
24475         * sys/osxaudio/gstosxaudiosink.c:
24476         * sys/osxaudio/gstosxaudiosrc.c:
24477           - compilation warnings on OSX
24478             (fixes #143153)
24479
24480 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24481
24482         * ext/vorbis/vorbisdec.c : sign warning fixes
24483
24484         * gst-libs/gst/mixer/mixertrack.c :
24485           do no use defines which are glib 2.4 specific
24486
24487 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24488
24489         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24490           buffer since libflac doesn't expect it (reports a sync error when
24491           it encounters that)
24492
24493
24494 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24495
24496         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24497         * gst-libs/gst/mixer/mixertrack.c:
24498         (gst_mixer_track_get_property), (get_mixer_track_init),
24499         (get_mixer_track_get_property): Added property accessors
24500         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24501         * gst-libs/gst/mixer/mixeroptions.c:
24502         (gst_mixer_options_get_values): Added
24503         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24504         * gst-libs/gst/mixer/mixer.c: Fixed comment
24505
24506
24507 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24508
24509         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24510           improve error messages on open
24511
24512
24513 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24514
24515         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24516           check if v4l-conf is in path
24517
24518 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24519
24520         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24521           change assert to a more readable error message
24522
24523 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24524
24525         * gst-libs/gst/tuner/tunerchannel.h:
24526           - add a freq_multiplicator field to make the conversion
24527             between internal frequency unit and Hz
24528         * sys/v4l/gstv4lelement.c:
24529         * sys/v4l2/gstv4l2element.c:
24530           - change default video device to /dev/video0
24531         * sys/v4l/v4l_calls.c:
24532         * sys/v4l2/v4l2_calls.c:
24533           - we only expose frequency to the user in Hz instead of
24534             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24535
24536 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24537         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24538           Initialise b_o_s and e_o_s variables
24539         * gst-libs/gst/riff/riff-media.c:
24540         (gst_riff_create_video_caps_with_data):
24541           Add some unusual fourcc's from mplayer avi's
24542         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24543           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24544           autoplugging.
24545
24546 2004-05-28  Wim Taymans  <wim@fluendo.com>
24547
24548         * configure.ac:
24549         * gst/alpha/Makefile.am:
24550         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24551         (gst_alpha_get_type), (gst_alpha_base_init),
24552         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24553         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24554         (gst_alpha_chroma_key), (gst_alpha_chain),
24555         (gst_alpha_change_state), (plugin_init):
24556         A plugin to add an alpha channel to I420 video. Can optionally do
24557         chroma keying.
24558         * gst/multipart/Makefile.am:
24559         * gst/multipart/multipart.c: (plugin_init):
24560         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24561         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24562         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24563         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24564         (gst_multipart_demux_change_state),
24565         (gst_multipart_demux_plugin_init):
24566         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24567         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24568         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24569         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24570         (gst_multipart_mux_pad_unlink),
24571         (gst_multipart_mux_request_new_pad),
24572         (gst_multipart_mux_handle_src_event),
24573         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24574         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24575         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24576         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24577         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24578         send multipart jpeg images to a browser.
24579         * gst/videobox/Makefile.am:
24580         * gst/videobox/README:
24581         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24582         (gst_video_box_get_type), (gst_video_box_base_init),
24583         (gst_video_box_class_init), (gst_video_box_init),
24584         (gst_video_box_set_property), (gst_video_box_get_property),
24585         (gst_video_box_sink_link), (gst_video_box_i420),
24586         (gst_video_box_ayuv), (gst_video_box_chain),
24587         (gst_video_box_change_state), (plugin_init):
24588         Crops or adds borders around an image. can do alpha channel
24589         borders as well.
24590         * gst/videomixer/Makefile.am:
24591         * gst/videomixer/README:
24592         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24593         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24594         (gst_videomixer_pad_get_sink_event_masks),
24595         (gst_videomixer_pad_get_property),
24596         (gst_videomixer_pad_set_property),
24597         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24598         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24599         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24600         (gst_videomixer_base_init), (gst_videomixer_class_init),
24601         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24602         (gst_videomixer_handle_src_event),
24603         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24604         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24605         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24606         (gst_videomixer_loop), (gst_videomixer_get_property),
24607         (gst_videomixer_set_property), (gst_videomixer_change_state),
24608         (plugin_init):
24609         Generic video mixer plugin, can handle multiple inputs all with
24610         different framerates and video sizes. Is fully alpha channel
24611         aware.
24612
24613 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24614
24615         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24616           Select first track as master track. Not sure how else to handle
24617           that...
24618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24619           Discard discont events. Should fix #142962.
24620
24621 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24622
24623         * ext/alsa/Makefile.am:
24624         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24625         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24626         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24627         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24628         (gst_alsa_mixer_get_option):
24629         * ext/alsa/gstalsamixer.h:
24630         * ext/alsa/gstalsamixeroptions.c:
24631         (gst_alsa_mixer_options_get_type),
24632         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24633         (gst_alsa_mixer_options_new):
24634         * ext/alsa/gstalsamixeroptions.h:
24635         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24636         * ext/alsa/gstalsamixertrack.h:
24637           Add enumerations (as GstMixerOptions). Make correct distinction
24638           between input/output tracks. Add capture/playback private flag.
24639           Use flag to decide on whether to set capture or playback volumes
24640           or switches. Use playback and record switches.
24641         * gst-libs/gst/mixer/Makefile.am:
24642         * gst-libs/gst/mixer/mixer-marshal.list:
24643         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24644         (gst_mixer_set_option), (gst_mixer_get_option),
24645         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24646         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24647         * gst-libs/gst/mixer/mixer.h:
24648         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24649         (gst_mixer_options_class_init), (gst_mixer_options_init),
24650         (gst_mixer_options_dispose):
24651         * gst-libs/gst/mixer/mixeroptions.h:
24652           Add GstMixerOptions.
24653         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24654           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24655           broken device detection on computers with multiple OSS sound
24656           cards.
24657
24658 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24659
24660         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24661           fixate nicely even when the peer is not negotiating
24662
24663 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24664
24665         * gst/audioconvert/gstaudioconvert.c:
24666         (gst_audio_convert_parse_caps):
24667           make sure we don't allow depth > width
24668         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24669           fixate endianness to G_BYTE_ORDER as default
24670         * gst/audioscale/gstaudioscale.c:
24671           we don't handle another endianness as host-endianness
24672
24673 2004-05-25  David Schleef  <ds@schleef.org>
24674
24675         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24676
24677 2004-05-24  Benjamin Otte  <otte@gnome.org>
24678
24679         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24680         (gst_oggvorbisenc_setup):
24681           properly fail when we can't setup the vorbis encoder due to
24682           unsupported settings
24683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24684         (gst_vorbisenc_setup):
24685           same
24686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24687           fix case where warnings occured when one pad was unlinked while the
24688           other's link function was called
24689
24690 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24691
24692         * gst/tcp/Makefile.am:
24693           use GST_ENABLE_NEW
24694
24695 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24696
24697         * gst-libs/gst/resample/private.h:
24698           don't use optimizations that are #if 0'ed
24699
24700 2004-05-24  Wim Taymans  <wim@fluendo.com>
24701
24702         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24703         Fix potential division by zero error and hopefully get
24704         the position query right to get correct timestamps on avi
24705         audio.
24706
24707 2004-05-24  Wim Taymans  <wim@fluendo.com>
24708
24709         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24710         (gst_videoscale_scale_nearest_str2),
24711         (gst_videoscale_scale_nearest_str4),
24712         (gst_videoscale_scale_nearest_32bit),
24713         (gst_videoscale_scale_nearest_24bit),
24714         (gst_videoscale_scale_nearest_16bit):
24715         Fix the scaling algorithm and avoid a buffer overflow.
24716         removed the while loop in the scaling function as it
24717         was used for point sampling only.
24718
24719 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24720
24721         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24722         (gst_id3_tag_class_init), (gst_id3_tag_init),
24723         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24724         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24725         (gst_id3_tag_send_tag_event):
24726           lots of fixes to make id3mux work and id3demux work correctly
24727
24728 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24729
24730         * ext/Makefile.am:
24731           add rules to build shout2send (was removed by accident
24732           when this module was no more marked experimental/broken)
24733
24734 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24735
24736         * ext/shout2/gstshout2.c:
24737         * ext/shout2/gstshout2.h:
24738           adding a "connection problem" signal to shout2send
24739           (fixes #142954)
24740
24741 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24742
24743         * ext/kio/kioreceiver.cpp:
24744         * ext/kio/kioreceiver.h:
24745           fix sign comparison issues
24746
24747 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24748
24749         * gst/cdxaparse/gstcdxaparse.c:
24750         * gst/cdxaparse/gstcdxaparse.h:
24751           some renaming
24752           add some checks/sanity
24753           prepare for seek addition
24754
24755         * sys/sunaudio/gstsunaudio.c:
24756           remove exported dupe init function
24757
24758 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24759
24760         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24761         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24762           Fix format conversion and position querying.
24763         * gst/debug/progressreport.c: (gst_progressreport_report):
24764           Don't output a bogus total value that we didn't query.
24765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24766           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24767           only a blank window after xine has been used.
24768
24769 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24770
24771         * m4/as-arts.m4:
24772           sync with upstream version to fix test on FC2
24773           readd with -ko to preserve Id header
24774
24775 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24776
24777         * configure.ac:
24778           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24779         * gst/tcp/gsttcpclientsrc.c: idem
24780         * gst/tcp/gsttcpserversink.c: idem
24781         * gst/tcp/gsttcpserversrc.c: idem
24782         * m4/gst-fionread.m4: idem
24783
24784         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24785
24786         * configure.ac: enable speex plugin for speex 1.1.5+
24787         * ext/speex/gstspeexenc.c: fix cast warning
24788
24789         * ext/esd/README: fix typo
24790
24791 2004-05-20  David Schleef  <ds@schleef.org>
24792
24793         * configure.ac: Minor cosmetic change to convince the buildbot to
24794         reautogen.
24795         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24796         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24797         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24798         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24799         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24800         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24801         More hacking.  Plays audio now.
24802
24803 2004-05-20  David Schleef  <ds@schleef.org>
24804
24805         * configure.ac:
24806         * sys/Makefile.am:
24807
24808 2004-05-20  David Schleef  <ds@schleef.org>
24809
24810         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24811         * sys/osxaudio/gstosxaudio.c:
24812         * sys/osxaudio/gstosxaudioelement.c:
24813         * sys/osxaudio/gstosxaudioelement.h:
24814         * sys/osxaudio/gstosxaudiosink.c:
24815         * sys/osxaudio/gstosxaudiosink.h:
24816         * sys/osxaudio/gstosxaudiosrc.c:
24817         * sys/osxaudio/gstosxaudiosrc.h:
24818
24819 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24820
24821         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24822         (gst_vorbisenc_chain):
24823           put the codec headers on the caps as streamheader as well as
24824           pushing them out
24825
24826 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24827
24828         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24829         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24830         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24831         split up push_packet into two functions
24832
24833 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24834
24835         * gst/tcp/.cvsignore:
24836           ignore enums
24837         * gst/tcp/Makefile.am:
24838         * gst/tcp/README:
24839         * gst/tcp/gsttcp.c:
24840         * gst/tcp/gsttcp.h:
24841         * gst/tcp/gsttcpclientsink.c:
24842         * gst/tcp/gsttcpclientsink.h:
24843         * gst/tcp/gsttcpclientsrc.c:
24844         * gst/tcp/gsttcpclientsrc.h:
24845         * gst/tcp/gsttcpplugin.c:
24846         * gst/tcp/gsttcpserversink.c:
24847         * gst/tcp/gsttcpserversink.h:
24848         * gst/tcp/gsttcpserversrc.c:
24849         * gst/tcp/gsttcpserversrc.h:
24850           add new tcp elements
24851
24852 2004-05-19  Wim Taymans  <wim@fluendo.com>
24853
24854         * gst/law/mulaw-conversion.c: (mulaw_encode):
24855         Fix overflow bug in ulaw encoding.
24856
24857 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24858
24859         * ext/mad/gstmad.c: (gst_mad_handle_event):
24860           don't unref the event twice
24861
24862 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24863
24864         * configure.ac:
24865           remove -Wno-sign-compare
24866
24867 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24868
24869         * configure.ac:
24870           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24871           if you want to work against glib 2.2 and 2.4
24872
24873 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24874
24875         * gst/tcp/Makefile.am:
24876         * gst/tcp/gsttcp.c:
24877         * gst/tcp/gsttcp.h:
24878         * gst/tcp/gsttcpsink.h:
24879         * gst/tcp/gsttcpsrc.h:
24880           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24881
24882 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24883
24884         * gst/debug/tests.c: (md5_get_value):
24885           fix segfault on gst-inspect
24886
24887 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24888
24889         * gst/debug/testplugin.c:
24890         * gst/debug/tests.c:
24891         * gst/debug/tests.h:
24892           add new extensible and configurable testing element. Current tests
24893           include buffer count, stream length, timestamp/duration matching and
24894           md5.
24895         * gst/debug/Makefile.am:
24896         * gst/debug/gstdebug.c: (plugin_init):
24897           add infrastructure for new element
24898
24899 2004-05-19  Johan Dahlin  <johan@gnome.org>
24900
24901         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24902         ending of the array. Fixes gst-inspect segfault on ppc.
24903
24904 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24905
24906         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24907
24908         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24909
24910 2004-05-18  David Schleef  <ds@schleef.org>
24911
24912         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24913         warnings (bugs, actually) noticed by gcc but not forte.
24914
24915 2004-05-18  David Schleef  <ds@schleef.org>
24916
24917         * sys/sunaudio/Makefile.am:
24918         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24919
24920 2004-05-18  David Schleef  <ds@schleef.org>
24921
24922         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24923         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24924         to allow qtdemux to use non-seekable streams. (bug #142272)
24925
24926 2004-05-18  David Schleef  <ds@schleef.org>
24927
24928         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24929         (gst_resample_sinc_ft_float): Remove use of static temporary
24930         buffer.  This code was obviously not supposed to last long, but
24931         it's stuck in our ABI, so it required a little hack to make it
24932         ABI-compatible.  Fixes #142585.
24933         * gst-libs/gst/resample/resample.h: same.
24934
24935 2004-05-18  David Schleef  <ds@schleef.org>
24936
24937         * configure.ac: Add sunaudio
24938         * examples/Makefile.am: make gstplay depend on gconf
24939         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24940         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24941         (convert_table_lookup), (img_convert): remove c99-isms
24942         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24943           unsigned, to fix a warning on Solaris
24944         * gst/mpeg1sys/systems.c: bcopy->memcpy
24945         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24946         * sys/Makefile.am: Add sunaudio
24947
24948 2004-05-18  Wim Taymans  <wim@fluendo.com>
24949
24950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24951         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24952         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24953         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24954         (gst_ogg_mux_loop):
24955         Fix an ugly memleak where the muxer didn't flush enough ogg
24956         pages. This also resulted in badly muxed ogg files.
24957
24958 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24959
24960         * gst/asfdemux/asfheaders.c :
24961         * gst/asfdemux/asfheaders.h :
24962         * gst/asfdemux/gstasfdemux.c :
24963           - fix ASF_OBJ_PADDING guid
24964           - add 3 new object guids (language list, metadata,
24965             extended stream properties)
24966           - add a function to parse extended header objects
24967
24968 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24969
24970         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24971           remove leftover debugging g_print
24972
24973 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24974
24975         * ext/mad/gstmad.c: (gst_mad_handle_event):
24976           Fix for when the first format in a discont event is not a
24977           byte-based one. Should fix #137710.
24978
24979 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24980
24981         * m4/a52.m4 : fix compilation with -Wall -Werror
24982         * m4/libfame.m4 : idem
24983         * m4/libmikmod.m4 : idem
24984
24985 2004-05-17  Benjamin Otte  <otte@gnome.org>
24986
24987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24988           signal the new tags before giving up the reference
24989
24990 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24991
24992         * ext/shout2/gstshout2.c:
24993           use application/ogg instead of application/x-ogg (patch by Patrick
24994           Guimond, fixes #142432)
24995         * sys/oss/gstosselement.c: (gst_osselement_reset),
24996         (gst_osselement_sync_parms):
24997           don't set fragment size unless specified (fixes #142493)
24998
24999 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25000
25001         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25002           fixes #142664
25003
25004 2004-05-17  Benjamin Otte  <otte@gnome.org>
25005
25006         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25007           compute offsets correctly for internal buffers so timestamps are set
25008           correctly when we can't seek. Also handle cases where there are no
25009           offsets. (based on a patch by David Moore, fixes #142507)
25010
25011 2004-05-17  Benjamin Otte  <otte@gnome.org>
25012
25013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25014           use correct variable when determining amount of data to skip so we
25015           don't skip into the void and segfault
25016
25017 2004-05-16  Benjamin Otte  <otte@gnome.org>
25018
25019         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25020           Hi, I'm a memleak
25021
25022 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25023
25024         * gst/asfdemux/gstasfdemux.c:
25025           - fix a mem leak and always propagate tags
25026           - add WMV3 to known video codecs (but no decoder yet)
25027           - replace "surplus data" at end of audio header for what
25028             it is : codec specific data
25029           - fix a typo
25030
25031 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25032
25033         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25034
25035         * gst-libs/gst/audio/audioclock.c:
25036           Fix wrong return type (#142205).
25037
25038 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25039
25040         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25041           Ignore CRCs by default (fixes #142566).
25042
25043 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25044
25045         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25046         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25047         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25048         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25049         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25050         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25051           Fix for cases where we fail to attach to a mixer.
25052
25053 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25054
25055         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25056           Don't touch events after not owning them anymore.
25057         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25058         (gst_wavparse_fmt), (gst_wavparse_other),
25059         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25060         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25061         (gst_wavparse_srcpad_event):
25062         * gst/wavparse/gstwavparse.h:
25063           Add seeking, fix querying.
25064
25065 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25066
25067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25068           - process comments even if they don't end with \0\0
25069             g_convert would ignore them if present and works well without them
25070
25071 2004-05-16  Benjamin Otte  <otte@gnome.org>
25072
25073         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25074           simplify caps
25075
25076 2004-05-16  Benjamin Otte  <otte@gnome.org>
25077
25078         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25079           don't write to memory we might not write to - g_convert does that
25080           for us anyway (fixes #142613)
25081         (gst_asf_demux_audio_caps):
25082           comment out gst_util_dump_mem
25083
25084 2004-05-16  Benjamin Otte  <otte@gnome.org>
25085
25086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25087           compute correct expected timestamps after seek (broken since
25088           last commit)
25089         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25090           rename element and debugging category to gdkpixbufscale
25091
25092 2004-05-16  Benjamin Otte  <otte@gnome.org>
25093
25094         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25095           add error checking to snd_pcm_delay and remove duplicate call to
25096           snd_pcm_delay that caused issues (see inline code comments)
25097         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25098           make more readable and fix return value when snd_pcm_delay fails
25099         (fixes #142586)
25100
25101 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25102         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25103         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25104         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25105         (gst_pixbufscale_link), (gst_pixbufscale_init),
25106         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25107         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25108         (gst_pixbufscale_get_property), (pixbufscale_init):
25109         * ext/gdk_pixbuf/pixbufscale.h:
25110         Add these files I forgot earlier
25111
25112 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25113         * ext/gdk_pixbuf/Makefile.am:
25114         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25115         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25116         Add new pixbufscale element to scale RGB video
25117         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25118         and HYPER interpolation correctly.
25119         * ext/theora/theoraenc.c: (theora_enc_chain),
25120         Discard buffer and return if explicit caps could not be set
25121         (theora_enc_get_property):
25122         Make _get return kbps for the bitrate consistent with
25123         the _set function.
25124
25125
25126 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25127
25128         * ext/libvisual/visual.c: (gst_visual_chain):
25129           add missing visual_audio_analyze
25130
25131 2004-05-14  David Schleef  <ds@schleef.org>
25132
25133         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25134         is killed while we're playing.
25135         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25136         gst_element_no_more_pads().
25137
25138 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25139
25140         * gst-libs/gst/riff/riff-read.c :
25141           - fix INFO tag extraction in RIFF/AVI files
25142             because gst_event_unref (event) also freed taglist
25143           - avoid a mem leak
25144
25145 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25146
25147         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25148         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25149
25150         * gst/auparse/gstauparse.c :
25151           - add code (commented for now) to support audio/x-adpcm on src pad
25152             (we have no decoder for those layout yet)
25153
25154         * gst/cdxaparse/gstcdxaparse.c :
25155         * gst/cdxaparse/gstcdxaparse.h :
25156           - partial rewrite using RiffRead (ripped iain's wavparse code)
25157
25158         * gst/rtp/gstrtpL16enc.c : typo
25159         * gst/rtp/gstrtpgsmenc.c : typo
25160
25161 2004-05-13  Benjamin Otte  <otte@gnome.org>
25162
25163         * configure.ac:
25164           check for exact version of libvisual, it's not supposed to be
25165           API/ABI stable yet
25166
25167 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25168
25169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25170           signal no-more-pads
25171
25172 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25173
25174         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25175         Report which format was used for GST_FORMAT_DEFAULT
25176         * gst/debug/Makefile.am:
25177         * gst/debug/gstdebug.c: (plugin_init):
25178         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25179         (gst_progressreport_class_init), (gst_progressreport_init),
25180         (gst_progressreport_report), (gst_progressreport_set_property),
25181         (gst_progressreport_get_property), (gst_progressreport_chain),
25182         (gst_progressreport_plugin_init):
25183         Add progressreport element for testing.
25184
25185 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25186
25187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25188         * sys/v4l/gstv4lsrc.h:
25189         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25190         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25191         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25192         (gst_v4lsrc_grab_frame):
25193           add more debugging
25194           send a discont at start
25195
25196 2004-05-12  Colin Walters  <walters@redhat.com>
25197
25198         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25199         inflooping if we can't find a chunk.  Or in other words, don't blow
25200         chunks if we don't have a chunk to blow.
25201
25202 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25203         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25204         Remove old debug output
25205         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25206         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25207         (gst_dvdec_set_property), (gst_dvdec_get_property):
25208         Change the quality setting to an enum, so it works from gst-launch
25209         Don't renegotiate a non-linked pad. Allows audio only decoding.
25210         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25211         (gst_deinterlace_link), (gst_deinterlace_init):
25212         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25213         (gst_videodrop_link):
25214         Some caps negotiation fixes
25215
25216 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25217
25218         * ext/tarkin/gsttarkin.c :
25219           - Change RANK from NONE to PRIMARY
25220         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25221           - Change RANK from NONE to MARGINAL
25222         * ext/divx/gstdivxenc.c :
25223           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25224
25225 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25226
25227         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25228         (gst_vorbisenc_push_packet):
25229           copy a function that was added between 1.0 and 1.0.1 until we
25230           depend on worthwhile features of post-1.0
25231
25232 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25233
25234         * configure.ac:
25235           enable shout2 by default
25236         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25237         (gst_shout2send_base_init), (gst_shout2send_init),
25238         (gst_shout2send_connect), (gst_shout2send_change_state):
25239         * ext/shout2/gstshout2.h:
25240           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25241           #142262)
25242         * ext/theora/theora.c: (plugin_init):
25243           don't set rank on encoders
25244
25245 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25246
25247         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25248           Use codec_data property instead of flag1 and flag2 for wma
25249
25250 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25251
25252         * gst/cdxaparse/gstcdxaparse.c :
25253           - Add mpegversion to CAPS to make it link
25254           - Rank is as GST_RANK_SECONDARY instead of NONE
25255         * gst/auparse/gstauparse.c :
25256           - Document all audio encoding we can encounter from Solaris 9
25257             headers and libsndfile information.
25258           - Increase max. rate from 48000 to 192000 (to match other elements)
25259           - Don't try to play junk data between header and samples
25260
25261 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25262
25263         * ext/libvisual/visual.c: (gst_visual_getcaps):
25264           use the right caps depending on endianness (I hope)
25265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25266           use GST_RANK_NONE for all non-decoding elements or spider gets
25267           mighty confused
25268
25269 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25270
25271         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25272           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25273
25274 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25275
25276         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25277         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25278         (gst_switch_loop), (gst_switch_get_type):
25279           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25280           HEADERS. Had to be said.
25281
25282 2004-05-10  David Schleef  <ds@schleef.org>
25283
25284         * configure.ac: Add prototype Dirac support.
25285         * ext/Makefile.am:
25286         * ext/dirac/Makefile.am:
25287         * ext/dirac/gstdirac.cc:
25288         * ext/dirac/gstdiracdec.cc:
25289
25290 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25291
25292         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25293         (gst_auparse_init), (gst_auparse_chain),
25294         (gst_auparse_change_state):
25295           Hack around spider. Remove me some day please.
25296
25297 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25298
25299         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25300           Fix for some uninitialized variables in previous patch, also
25301           makes it work. Fixes #142286 while we're at it.
25302
25303 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25304
25305         * gst/auparse/gstauparse.c:
25306                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25307                 only unsupported formats are ADPCM/CCITT G.72x
25308                 reviewed by Ronald
25309         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25310
25311 2004-05-10  Wim Taymans  <wim@fluendo.com>
25312
25313         * ext/vorbis/Makefile.am:
25314         * ext/vorbis/README:
25315         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25316         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25317         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25318         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25319         (gst_oggvorbisenc_convert_sink),
25320         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25321         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25322         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25323         (get_constraints_string), (update_start_message),
25324         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25325         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25326         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25327         * ext/vorbis/oggvorbisenc.h:
25328         * ext/vorbis/vorbis.c: (plugin_init):
25329         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25330         (raw_caps_factory), (gst_vorbisenc_class_init),
25331         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25332         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25333         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25334         * ext/vorbis/vorbisenc.h:
25335         Added a raw vorbis encoder to be used with the oggmuxer.
25336         We still need the old encoder for some gnome applications,
25337         read the README to find out how that works.
25338         The raw encoder is called "rawvorbisenc" until 0.9.
25339
25340 2004-05-10  Wim Taymans  <wim@fluendo.com>
25341
25342         * ext/ogg/gstogg.c: (plugin_init):
25343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25344         (gst_ogg_print):
25345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25346         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25347         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25348         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25349         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25350         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25351         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25352         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25353         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25354         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25355         Added an ogg muxer.
25356         Small typo fixes in the demuxer.
25357
25358 2004-05-10  Wim Taymans  <wim@fluendo.com>
25359
25360         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25361         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25362         (theora_enc_change_state), (theora_enc_set_property),
25363         (theora_enc_get_property):
25364         Mark the last packet with an EOS flag which is not really needed
25365         in gstreamer.
25366         Do some better video framerate initialisation.
25367         Update the buffer timestamp.
25368
25369 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25370
25371         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25372         Return the result of the parent state change call
25373
25374 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25375
25376         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25377         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25378         * gst/law/alaw-encode.c : (idem)
25379         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25380         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25381         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25382
25383 2004-05-09  Benjamin Otte  <otte@gnome.org>
25384
25385         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25386           don't use a fixed buffer size when writing variable length data to
25387           it. Fixes memory corruption and makes alsasrc work
25388
25389 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25390
25391         * ext/gnomevfs/gstgnomevfssink.c:
25392         (_gst_boolean_allow_overwrite_accumulator),
25393         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25394           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25395           RUN_LAST, and don't use that to set the accumulator value because
25396           then it's always FALSE.
25397
25398 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25399
25400         * gst-libs/gst/riff/riff-media.c:
25401         (gst_riff_create_video_caps_with_data),
25402         (gst_riff_create_audio_caps),
25403         (gst_riff_create_audio_template_caps):
25404         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25405           Fix for unaligned RIFF files (i.e. where all the chunks together
25406           in a LIST chunk are not of the same size as the size given in
25407           the LIST chunk header). Fixes several odd WAVE files. Also fix
25408           ADPCM (block_align property) in audio, so that wavparse based
25409           on this works now as it used to stand-alone.
25410
25411 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25412
25413         reviewed by Benjamin Otte  <otte@gnome.org>
25414
25415         * ext/a52dec/gsta52dec.c:
25416         * ext/divx/gstdivxdec.c:
25417         * ext/divx/gstdivxenc.c:
25418         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25419         * ext/faac/gstfaac.c: (gst_faac_base_init):
25420         * ext/faad/gstfaad.c: (gst_faad_base_init):
25421         * ext/ivorbis/vorbisfile.c:
25422         * ext/lame/gstlame.c:
25423         * ext/libfame/gstlibfame.c:
25424         * ext/mpeg2enc/gstmpeg2enc.cc:
25425         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25426         * ext/sidplay/gstsiddec.cc:
25427         * ext/speex/gstspeexdec.c:
25428         * ext/speex/gstspeexenc.c:
25429         * ext/xvid/gstxviddec.c:
25430         * ext/xvid/gstxvidenc.c:
25431           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25432           (fixes #142193)
25433
25434 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25435
25436         * ext/alsa/gstalsa.c: (device_list),
25437         (gst_alsa_class_probe_devices):
25438         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25439           Fix alsa oddness in mixer after the combination of using mixer
25440           in source/sink elements and using hw:x,y instead of just hw:x.
25441
25442 2004-05-09  Benjamin Otte  <otte@gnome.org>
25443
25444         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25445         (gst_wavparse_create_sourcepad):
25446           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25447           sourcepads
25448
25449 2004-05-09  Benjamin Otte  <otte@gnome.org>
25450
25451         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25452           allow discont events before caps nego
25453
25454 2004-05-08  Benjamin Otte  <otte@gnome.org>
25455
25456         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25457           don't leak events
25458
25459 2004-05-08  Benjamin Otte  <otte@gnome.org>
25460
25461         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25462         (gst_level_change_state), (gst_level_init):
25463         * gst/level/gstlevel.h:
25464           figure out if we're initialized directly instead of keeping a
25465           variable that's wrong in 90% of cases
25466           don't initialize pads and then leak them and use a new unitialized
25467           pad. (fixes #142084)
25468           these were bugs so n00bish I didn't find them for an hour :/
25469
25470 2004-05-08 Iain <iain@prettypeople.org>
25471
25472         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25473         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25474         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25475         return the length that was read.
25476         (gst_riff_read_strf_auds): Allow fmt tags as well.
25477
25478 2004-05-07  David Schleef  <ds@schleef.org>
25479
25480         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25481         signed char assumption in faad.h.
25482
25483 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25484
25485         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25486           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25487
25488 2004-05-07  Colin Walters  <walters@redhat.com>
25489
25490         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25491         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25492         function.
25493         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25494         Add dispose function.
25495
25496 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25497         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25498           Fix caps nego and pad templates. RGB mode caps should
25499           work now.
25500         * ext/dvdnav/gst-dvd:
25501           Move mpeg2dec inside the thread because otherwise the
25502           queue rejects cap changes mid-stream
25503         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25504         (gst_mpeg2dec_flush_decoder):
25505           For mpeg2dec > 0.4.0, call the flush function instead of
25506           manually extracting all in-flight frames.
25507         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25508         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25509           Change mime type video/dv go video/x-dv to match the
25510           rest of gst-plugins
25511
25512 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25513
25514         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25516         (gst_alsa_sink_class_init):
25517         * ext/alsa/gstalsasink.h:
25518         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25519         (gst_alsa_src_class_init):
25520         * ext/alsa/gstalsasrc.h:
25521           Make alsasink/src a subclass of alsamixer so that mixer stuff
25522           shows up in gst-rec. Needs some finetuning.
25523
25524 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25525
25526         * ext/lame/gstlame.c: (gst_lame_chain):
25527           simplify
25528         * ext/mad/gstmad.c: (gst_mad_handle_event):
25529           fix event leak
25530         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25531           be able to detect mp3 files < 4096 bytes
25532
25533 2004-05-06  Wim Taymans  <wim@fluendo.com>
25534
25535         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25536         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25537         (theora_enc_set_property), (theora_enc_get_property):
25538         Also encode the first frame, cleanup some code.
25539
25540 2004-05-06  Wim Taymans  <wim@fluendo.com>
25541
25542         * ext/mpeg2enc/gstmpeg2enc.cc:
25543         Forward events first before deciding that negotiation was
25544         not performed.
25545
25546 2004-05-06  Wim Taymans  <wim@fluendo.com>
25547
25548         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25549         First process the events before deciding that negotiation
25550         was not performed.
25551
25552 2004-05-06  Wim Taymans  <wim@fluendo.com>
25553
25554         * ext/theora/Makefile.am:
25555         * ext/theora/theora.c: (plugin_init):
25556         * ext/theora/theoradec.c: (theora_dec_change_state):
25557         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25558         (gst_theora_enc_class_init), (gst_theora_enc_init),
25559         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25560         (theora_enc_chain), (theora_enc_change_state),
25561         (theora_enc_set_property), (theora_enc_get_property):
25562         Added a theora encoder, grouped the encoder and decoder into the
25563         same plugin.
25564
25565 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25566
25567         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25568         (gst_jpegenc_chain):
25569         fix DURATION on outgoing buffers
25570         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25571         debug using time formats
25572         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25574         (gst_xvimagesink_sink_link):
25575         windows with width/height 0 generate X errors, so don't allow them
25576
25577 2004-05-05  Wim Taymans  <wim@fluendo.com>
25578
25579         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25580         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25581         (gst_mpeg2dec_negotiate_format):
25582         * ext/mpeg2dec/gstmpeg2dec.h:
25583           removed the static pad template so that we can add the
25584           more accurate framerate value to the caps.
25585
25586
25587 2004-05-04  Benjamin Otte  <otte@gnome.org>
25588
25589         * configure.ac:
25590           check for kdemacros.h, too (should fix #141821)
25591         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25592           don't crash if no header was sent, but nicely error out (fixes part
25593           of #141554)
25594
25595 2004-05-04  Wim Taymans  <wim@fluendo.com>
25596
25597         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25598         parent dispose function to avoid segfault on destroy.
25599
25600 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25601
25602         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25603         (plugin_init):
25604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25605         (gst_xvimagesink_sink_link):
25606         clean up debugging caps
25607         also recreate xvimage when format has changed
25608
25609 2004-05-04  Benjamin Otte  <otte@gnome.org>
25610
25611         * ext/libvisual/Makefile.am:
25612         * ext/libvisual/visual.c: (gst_visual_class_init),
25613         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25614         (gst_visual_srclink), (gst_visual_chain),
25615         (gst_visual_change_state), (plugin_init):
25616           use a GstAdapter to correctly adapt buffer sizes - allows using a
25617           framerate
25618
25619 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25620
25621         * sys/v4l/gstv4lelement.h:
25622         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25624         (gst_v4lsrc_buffer_free):
25625         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25626         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25627         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25628         (gst_v4lsrc_requeue_frame):
25629         move some debugging categories around
25630         query for fps index and set accordingly if found
25631
25632 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25633
25634         * ext/lame/gstlame.c:
25635         correct defaults that lame_init puts out of range
25636
25637 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25638
25639         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25640         (gst_divxenc_class_init):
25641         fix range since -1 is the default
25642         * gst/mpeg1sys/gstmpeg1systemencode.c:
25643         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25644         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25645         (gst_rtjpegdec_chain):
25646         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25647         (gst_rtjpegenc_chain):
25648         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25649         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25650         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25651         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25652         * sys/v4l/gstv4lsrc.c:
25653         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25654         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25655         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25656         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25657         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25658           remove gst_info calls
25659
25660 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25661
25662         * Makefile.am:
25663         * po/af.po:
25664         * po/az.po:
25665         * po/en_GB.po:
25666         * po/nl.po:
25667         * po/sr.po:
25668         * po/sv.po:
25669           Updated translations
25670
25671 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25672
25673         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25674           refactor/comment code
25675
25676 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25677
25678         * gst/asfdemux/Makefile.am:
25679         * gst/asfdemux/asfheaders.c:
25680         * gst/asfdemux/asfheaders.h:
25681         * gst/asfdemux/gstasf.c: (plugin_init):
25682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25683         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25684         (gst_asf_demux_setup_pad):
25685         * gst/asfdemux/gstasfdemux.h:
25686         * gst/asfdemux/gstasfmux.c:
25687         * gst/asfdemux/gstasfmux.h:
25688           Add tagging support to demuxer, split out registration in its own
25689           file instead of in demux (hacky), and prevent having some tables
25690           in our memory multiple times (in asfheaders.h).
25691
25692 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25693
25694         * gst/matroska/matroska-demux.c:
25695         (gst_matroska_demux_parse_metadata):
25696         * gst/matroska/matroska-ids.h:
25697           Basic tag reading support.
25698
25699 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25700
25701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25702           Really detect ac-3 audio.
25703         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25704           really detect matroska files (off-by-1).
25705
25706 2004-04-30  David Schleef  <ds@schleef.org>
25707
25708         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25709         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25710         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25711         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25712         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25713         hackage -- parse a lot more atoms, extract a few tags.  One might even
25714         mistake this for tag support.  Maybe it is.
25715         * gst/qtdemux/qtdemux.h:
25716
25717 2004-04-30  Colin Walters  <walters@verbum.org>
25718
25719         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25720
25721 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25722
25723         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25724         (gst_ffmpegcolorspace_getcaps):
25725           remove broken nego fix
25726
25727 2004-04-30  Benjamin Otte  <otte@gnome.org>
25728
25729         * configure.ac:
25730         * ext/Makefile.am:
25731         * ext/libvisual/Makefile.am:
25732         * ext/libvisual/visual.c:
25733           add initial support for libvisual (http://libvisual.sourceforge.net)
25734           libvisual is still quite alpha, so expect crashes in there :)
25735
25736 2004-04-29  David Schleef  <ds@schleef.org>
25737
25738         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25739         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25740         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25741         code; you will no longer respect me.
25742
25743 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25744
25745         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25746         * ext/alsa/gstalsa.h :
25747         change alsa pcm device discovery to find more than 1 device
25748         per card. code review by Ronald.
25749
25750 2004-04-29  David Schleef  <ds@schleef.org>
25751
25752         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25753         Add a check for a driver bug on FreeBSD.  (bug #140565)
25754
25755 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25756
25757         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25758         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25759         (gst_jpegenc_getcaps):
25760           move format setting to inner loop
25761         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25762         (gst_ffmpegcolorspace_getcaps):
25763           use GST_PAD_CAPS if available so that we use already negotiated
25764           caps
25765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25766         (qtdemux_parse_moov), (qtdemux_parse):
25767           extra debugging
25768         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25769         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25770           move hardcoded path to DEFINE
25771
25772 2004-04-28  David Schleef  <ds@schleef.org>
25773
25774         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25775         (bug #140064)
25776
25777 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25778
25779         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25780           Don't probe for playback device if we're a source element. Fixes
25781           #139658.
25782
25783 2004-04-29  Benjamin Otte  <otte@gnome.org>
25784
25785         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25786         (gst_id3_tag_chain):
25787           rewrite buffer offset
25788
25789 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25790
25791         * configure.ac:
25792         * ext/Makefile.am:
25793         * ext/dts/Makefile.am:
25794         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25795         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25796         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25797         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25798         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25799         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25800         (plugin_init):
25801         * ext/dts/gstdtsdec.h:
25802           New DTS decoder.
25803         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25804         (gst_faad_srcconnect):
25805           Add ESDS atom handling (.m4a).
25806
25807 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25808
25809         * ext/divx/gstdivxdec.c: (plugin_init):
25810           Remove comment that makes no sense.
25811         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25812           Fix for obvious typo that resulted in warnings during gst-register.
25813         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25814         (gst_xviddec_sink_link):
25815           Fix caps negotiation a bit better.
25816         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25817           We call this 'codec_data', not 'esds'.
25818
25819 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25820
25821         * gst/monoscope/gstmonoscope.c:
25822           make sure we only provide 256x128
25823         * gst/monoscope/monoscope.c: (monoscope_init):
25824           assert size of 256x128
25825
25826 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25827
25828         * Makefile.am:
25829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25830         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25831           fixate to max width and height of device
25832
25833 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25834
25835         * Makefile.am:
25836         * sys/v4l/gstv4l.c:
25837         * sys/v4l/gstv4lsrc.c:
25838         * sys/v4l/v4l_calls.c:
25839         * sys/v4l/v4lsrc_calls.c:
25840           fix for qc-usb driver which fakes having more than one buffer
25841           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25842           buffer_free override
25843           add debugging
25844
25845 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25846
25847         * Makefile.am:
25848         * gst/videotestsrc/gstvideotestsrc.c:
25849         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25850         (gst_videotestsrc_init), (gst_videotestsrc_get),
25851         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25852         * gst/videotestsrc/gstvideotestsrc.h:
25853           add num-buffers property
25854
25855         2004-04-26  Benjamin Otte  <otte@gnome.org>
25856
25857         * ext/mad/gstid3tag.c: (plugin_init):
25858           set id3mux rank to NONE so it doesn't confuse spider
25859           require audio/mpeg,mpegversion=1 in id3mux
25860
25861 2004-04-26  Benjamin Otte  <otte@gnome.org>
25862
25863         * configure.ac:
25864           detect faad correctly as non-working if it's indeed non-working
25865
25866 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25867
25868         * Makefile.am:
25869         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25870         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25871         fix _getcaps so it only negotiates to its supported format
25872
25873 2004-04-25  Benjamin Otte  <otte@gnome.org>
25874
25875         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25876           fix memleak
25877
25878 2004-04-23  Benjamin Otte  <otte@gnome.org>
25879
25880         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25881           audio/x-raw-int with height rules! not. Now it's depth.
25882
25883 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25884
25885         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25886         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25887         (gst_wavparse_loop):
25888           Missing variable initialization. Add handling of DVI ADPCM. Fix
25889           mis-parsing of LIST chunks. This works around a bug where we mis-
25890           parse non-aligning LIST chunks (so LIST chunks where the contents
25891           don't align with the actual LIST size). The correct fix is to use
25892           rifflib, I'm not going to fix wavparse - too much work. All this
25893           fixes #104878.
25894
25895 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25896
25897         reviewed by Benjamin Otte  <otte@gnome.org>
25898
25899         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25900           fix shoutcast not working (fixes #140844)
25901
25902 2004-04-22  Benjamin Otte  <otte@gnome.org>
25903
25904         * ext/hermes/gsthermescolorspace.c:
25905         (gst_hermes_colorspace_caps_remove_format_info):
25906         * gst/colorspace/gstcolorspace.c:
25907         (gst_colorspace_caps_remove_format_info):
25908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25909         (gst_ffmpegcolorspace_caps_remove_format_info):
25910           s/gst_caps_simplify/gst_caps_do_simplify/
25911
25912 2004-04-22  Benjamin Otte  <otte@gnome.org>
25913
25914         * gst-libs/gst/riff/riff-media.c:
25915         (gst_riff_create_video_caps_with_data):
25916           mpegversion is an int
25917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25918           don't try to create pad templates with NULL caps, use any caps
25919           instead.
25920
25921 2004-04-20  David Schleef  <ds@schleef.org>
25922
25923         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25924         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25925         (bug #140384)
25926
25927 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25928
25929         reviewed by David Schleef
25930
25931         * ext/mad/gstid3tag.c: Add stdlib.h
25932         * gst/rtp/gstrtpgsmenc.c: same
25933         * gst/tags/gstid3tag.c: same
25934         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25935         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25936         GST_DISABLE_LOADSAVE use.
25937         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25938         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25939         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25940         atol(3)).
25941         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25942         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25943         strtoul(3)).
25944         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25945         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25946         $(ID3_CFLAGS).
25947         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25948         $(LIBFAME_CFLAGS).
25949
25950 2004-04-20  David Schleef  <ds@schleef.org>
25951
25952         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25953         last checkin.  Same idea.
25954
25955 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25956
25957         reviewed by David Schleef
25958
25959         * configure.ac: bump required gstreamer version to 0.8.1.1
25960         because of following changes [--ds]
25961
25962         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25963         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25964         (gst_riff_read_header):  Use GST_READ_UINT*
25965         macros to access possibly unaligned memory.
25966
25967         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25968         (mp3_type_find):  Use GST_READ_UINT*
25969         macros to access possibly unaligned memory.
25970         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25971         (speex_type_find): Likewise
25972
25973         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25974
25975         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25976         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25977         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25978         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25979         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25980         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25981         macros to access possibly unaligned memory.
25982
25983         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25984         Likewise.
25985
25986         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25987         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25988
25989         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25990         Likewise.
25991
25992         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25993         (gst_mpeg2subt_chain_subtitle): Likewise.
25994
25995         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25996         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25997         Likewise.
25998
25999         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26000         Likewise.
26001
26002         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26003         Likewise.
26004
26005         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26006         Likewise.
26007
26008 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26009
26010         * configure.ac:
26011           update required version of GStreamer because of GST_TIME_FORMAT
26012
26013 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26014
26015         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26016           remove leftover g_print
26017         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26018           don't try setting only a subset of the caps. We don't want to kill
26019           autoplugging on purpose
26020
26021 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26022
26023         * sys/ximage/ximagesink.c: (plugin_init):
26024         * sys/xvimage/xvimagesink.c: (plugin_init):
26025           add debugging categories
26026
26027 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26028
26029         * po/en_GB.po:
26030         * po/LINGUAS:
26031           Adding en_GB translation (Gareth Owen)
26032
26033 2004-04-20  David Schleef  <ds@schleef.org>
26034
26035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26036         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26037         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26038         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26039         A number of new features and hacks to extract the esds atom and
26040         put it into the caps.  (bug #137724)
26041
26042 2004-04-19  David Schleef  <ds@schleef.org>
26043
26044         * gconf/Makefile.am: Fix for non-GNU make
26045         * gst-libs/gst/Makefile.am: Change directory order to handle
26046         GstPlay linking with gstinterfaces
26047         * gst-libs/gst/audio/make_filter: make use of tr portable
26048         * gst-libs/gst/play/Makefile.am: Add intended \
26049         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26050         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26051         function prototype instead of void *.
26052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26053         macro.
26054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26055         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26056         * gst/videofilter/make_filter: make use of tr portable
26057         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26058
26059 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26060
26061         * po/LINGUAS:
26062         * po/uk.po:
26063           Added Ukrainian translation (Maxim V. Dziumanenko)
26064
26065 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26066
26067         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26068         (gst_gsmdec_link), (gst_gsmdec_chain):
26069           Fix capsnego, simplify chain function slightly.
26070         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26071           Add GSM.
26072
26073 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26074
26075         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26076         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26077         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26078           Hack to make wavparse work with spider (always -> sometimes pad).
26079           Fixes #135862 && #140411.
26080
26081 2004-04-18  Benjamin Otte  <otte@gnome.org>
26082
26083         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26084         (gst_osselement_rate_probe_check),
26085         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26086           get rid of \n in debug output
26087
26088 2004-04-17  Iain <iain@prettypeople.org>
26089
26090         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26091         not just EOS.
26092
26093 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26094
26095         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26096         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26097         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26098         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26099         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26100         (gst_id3_tag_change_state), (plugin_init):
26101           deprecate id3tag element and replace with id3demux/id3mux.
26102           great side effect: this ugly file is now even uglier, yay!
26103         * ext/mad/gstmad.h:
26104           remove non-available function
26105           update for new get_type
26106
26107 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26108
26109         * configure.ac:
26110           require mpeg2dec >= 0.4.0
26111
26112 2004-04-17  Benjamin Otte  <otte@gnome.org>
26113
26114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26115         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26116         (gst_xvimagesink_set_xwindow_id):
26117           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26118           assorted cleanup fixes.
26119
26120 2004-04-16  David Schleef  <ds@schleef.org>
26121
26122         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26123         * sys/xvimage/xvimagesink.h: same
26124
26125 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26126
26127         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26128           Fix GST_ELEMENT_ERROR with (NULL)
26129
26130 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26131
26132         * gst-libs/gst/riff/riff-media.c:
26133         (gst_riff_create_video_caps_with_data):
26134           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26135
26136 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26137
26138         * gst-libs/gst/riff/riff-media.c:
26139         (gst_riff_create_video_caps_with_data),
26140         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26141         (gst_riff_create_video_template_caps),
26142         (gst_riff_create_audio_template_caps):
26143         * gst-libs/gst/riff/riff-media.h:
26144         * gst-libs/gst/riff/riff-read.c:
26145         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26146         * gst-libs/gst/riff/riff-read.h:
26147         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26148           Add MS RLE support. I added some functions to read out strf chunks
26149           into strf chunks and the data behind it. This is usually color
26150           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26151           caps creation. Lastly, add ADPCM (similar to wavparse - which
26152           should eventually be rifflib based).
26153         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26154         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26155         * gst/matroska/matroska-demux.h:
26156           Remove placeholders for some prehistoric tagging system. Didn't add
26157           support for any tag system really anyway.
26158         * gst/qtdemux/qtdemux.c:
26159           Add support for audio/x-m4a (MPEG-4) through spider.
26160         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26161         (gst_wavparse_loop):
26162           ADPCM support (#135862). Increase max. buffer size because we
26163           cannot split buffers for ADPCM (screws references) and I've seen
26164           files with 2048 byte chunks. 4096 seems safe for now.
26165
26166 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26167
26168         * configure.ac: bump nano to 1
26169
26170 === release 0.8.1 ===
26171
26172 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26173
26174         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26175
26176 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26177
26178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26179           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26180           Fixes #140058
26181
26182 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26183
26184         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26185           lower rank of dvddemux so that it's not used for mpeg playback.
26186
26187 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26188
26189         * configure.ac:
26190           save libs correctly when checking mad
26191
26192 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26193
26194         * ext/mad/gstid3tag.c: (plugin_init):
26195           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26196
26197 2004-04-13  David Schleef  <ds@schleef.org>
26198
26199         * common/m4/gst-feature.m4: Call -config scripts with
26200         --plugin-libs if it is supported.
26201         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26202         JPEG images are image/jpeg.
26203         * gst/debug/Makefile.am:
26204         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26205         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26206         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26207         (gst_negotiation_plugin_init): Add a property that acts like
26208         filter caps.
26209         * testsuite/gst-lint:  Move license checking to be a standard
26210         test.
26211
26212 2004-04-13  David Schleef  <ds@schleef.org>
26213
26214         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26215         patch from Sebastien Cote (bug #139958)
26216
26217 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26218
26219         * examples/gstplay/Makefile.am:
26220         * examples/gstplay/player.c: (main):
26221           make the commandline player example use gconf settings
26222
26223 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26224
26225         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26226         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26227         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26228           init/end library during state transition, not object
26229           creation/disposal.  get rid of custom dispose handler.
26230
26231
26232 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26233
26234         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26235         be a symlink
26236
26237 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26238
26239         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26240           Handle JUNK chunks inside data section. Prevents warnings.
26241
26242 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26243
26244         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26245         (gst_riff_create_video_template_caps):
26246           Add MS video v1.
26247         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26248         (gst_avi_demux_stream_data):
26249           Add support for "rec-list" chunks.
26250
26251 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26252
26253         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26254           Fix another codecname mismatch.
26255
26256 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26257
26258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26259           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26260           so that MJPEG plays back.
26261
26262 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26263
26264         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26265         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26266         * gst/mpeg1videoparse/gstmp1videoparse.h:
26267           Fix for some slight mis-cuts in buffer parsing, and for some
26268           potential overflows or faults-causers. Adds disconts. Also fixes
26269           #139105 while we're at it.
26270
26271 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26272
26273         * configure.ac:
26274         * sys/v4l2/gstv4l2element.h:
26275           Workaround for missing struct v4l2_buffer declaration in Suse 9
26276           and Mandrake 10 linux/videodev2.h header file (#135919).
26277
26278 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26279
26280         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26281           Bail out if no filename was given.
26282
26283 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26284
26285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26286         (gst_v4l2_fourcc_from_structure):
26287           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26288           Y41B somewhere).
26289
26290 2004-04-09  Benjamin Otte  <otte@gnome.org>
26291
26292         * ext/gnomevfs/gstgnomevfssink.c:
26293         (_gst_boolean_allow_overwrite_accumulator),
26294         (gst_gnomevfssink_class_init):
26295           fix erase signal - if any handler returns false the file will not be
26296           overwritten. If no handler is connected, the file will not be
26297           overwritten either.
26298           renamed signal to "allow-overwrite"
26299         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26300           free string when adding it to ID3 failed
26301         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26302           unref event when done
26303         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26304           free caps
26305         * gst/typefind/gsttypefindfunctions.c:
26306         (mpeg_video_stream_type_find):
26307           fix invalid read
26308
26309 2004-04-08  David Schleef  <ds@schleef.org>
26310
26311         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26312         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26313
26314 2004-04-08  David Schleef  <ds@schleef.org>
26315
26316         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26317         we don't support (bug #139532)
26318
26319 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26320
26321         * ext/mad/gstmad.c: (gst_mad_handle_event),
26322         (gst_mad_check_caps_reset), (gst_mad_chain),
26323         (gst_mad_change_state):
26324           only set explicit caps if they haven't been set before for
26325           this stream.  MPEG-audio sample rate/channels aren't allowed
26326           to change in-stream.
26327           Fixes #139382
26328
26329 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26332         (_gst_boolean_did_something_accumulator),
26333         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26334         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26335         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26336         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26337         (gst_gnomevfssink_change_state):
26338           Fix erase signal. Don't erase by default. Remove handoff signal.
26339           Remove erase property. Don't segfault. General cleanup.
26340
26341 2004-04-07  Benjamin Otte  <otte@gnome.org>
26342
26343         * gst-libs/gst/gconf/test-gconf.c: (main):
26344           add missing gst_init
26345
26346 2004-04-07  Benjamin Otte  <otte@gnome.org>
26347
26348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26349           free the mutexes, too
26350
26351 2004-04-07  Benjamin Otte  <otte@gnome.org>
26352
26353         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26354           actually free the URI string
26355         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26356           compute offset correctly when passing discont events
26357         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26358           don't leak discont events
26359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26360           add some missing breaks so caps aren't copied randomly
26361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26362           if we realloc memory, we better use it
26363
26364 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26365
26366         * ext/mad/gstmad.c: (normal_seek):
26367           fix GST_FORMAT_TIME usage
26368
26369 2004-04-05  David Schleef  <ds@schleef.org>
26370
26371         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26372         a deprecated function (hack!)
26373
26374 2004-04-05  Benjamin Otte  <otte@gnome.org>
26375
26376         * ext/esd/esdmon.c: (gst_esdmon_get):
26377           fix nonterminated vararg and memleak
26378
26379 2004-04-05  Benjamin Otte  <otte@gnome.org>
26380
26381         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26382         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26383         (gst_ladspa_set_property), (gst_ladspa_get_property),
26384         (gst_ladspa_instantiate), (gst_ladspa_activate),
26385         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26386           clean up debugging
26387
26388 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26389
26390         reviewed by Benjamin Otte  <otte@gnome.org>
26391
26392         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26393           check for broken LADSPA parameters (fixes #138635)
26394
26395 2004-04-05  Benjamin Otte  <otte@gnome.org>
26396
26397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26398           advertise buffer-frames correctly on sinkpads
26399
26400 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26401
26402         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26403         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26404         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26405         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26406         (gst_mad_check_caps_reset), (gst_mad_chain):
26407         add more debugging, only reset caps when we're not in error state
26408
26409 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26410
26411         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26412
26413 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26414
26415         reviewed by Benjamin Otte  <otte@gnome.org>
26416
26417         * configure.ac:
26418           fix == in test(1) operator
26419
26420 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26421
26422         reviewed by Benjamin Otte  <otte@gnome.org>
26423
26424         * configure.ac:
26425           fix --export-symblos-regex to a working regex.
26426
26427 2004-04-04  Benjamin Otte  <otte@gnome.org>
26428
26429         * sys/oss/.cvsignore:
26430           add for oss_probe
26431
26432 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26433
26434         reviewed by Benjamin Otte  <otte@gnome.org>
26435
26436         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26437           add missing 'new_media' argument (fixes #138168)
26438         * gst/matroska/matroska-demux.c:
26439         (gst_matroska_demux_handle_seek_event):
26440           add vararg terminator (fixes #138169)
26441
26442 2004-04-02  David Schleef  <ds@schleef.org>
26443
26444         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26445         disted (bug #138914)
26446
26447 2004-04-01  Benjamin Otte  <otte@gnome.org>
26448
26449         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26450         (gst_alsa_close_audio):
26451           handle case better where a soundcard can't pause
26452         * ext/ogg/gstoggdemux.c:
26453           don't crash when we get events but don't have pads yet
26454
26455 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26456
26457         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26458           throw an error if we couldn't probe any caps.
26459
26460 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26461
26462         * ext/dvdnav/gst-dvd:
26463         Add a really simple sample DVD player
26464
26465 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26466
26467         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26468         (gst_a52dec_push), (gst_a52dec_handle_event),
26469         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26470         (gst_a52dec_change_state):
26471         * ext/a52dec/gsta52dec.h:
26472           Use a debug category, Output timestamps correctly
26473           Emit tag info, Handle events, tell liba52dec about cpu
26474           capabilities so it can use MMX etc.
26475         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26476           Fix a crasher accessing invalid memory
26477         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26478         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26479         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26480         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26481         (dvdnavsrc_query):
26482           Some support for byte-format seeking.
26483           Small fixes for still frames and menu button overlays
26484         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26485         (gst_mpeg2dec_alloc_buffer):
26486           Use a debug category. Adjust the report level of several items to
26487           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26488           so it doesn't lose the GstBuffer pointer
26489         * gst/debug/Makefile.am:
26490         * gst/debug/gstdebug.c: (plugin_init):
26491         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26492         (gst_navseek_base_init), (gst_navseek_class_init),
26493         (gst_navseek_init), (gst_navseek_seek),
26494         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26495         (gst_navseek_get_property), (gst_navseek_chain),
26496         (gst_navseek_plugin_init):
26497         * gst/debug/gstnavseek.h:
26498           Add the navseek debug element for seeking back and forth in a
26499           video stream using arrow keys.
26500         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26501         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26502         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26503         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26504         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26505         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26506         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26507         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26508         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26509         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26510         * gst/mpeg2sub/gstmpeg2subt.h:
26511           Pretty much a complete rewrite. Now a loopbased element. May still
26512           require work to properly synchronise subtitle buffers.
26513         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26514         (gst_dvd_demux_send_subbuffer):
26515         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26516           Don't attempt to create subbuffers of size 0
26517           Reduce a couple of error outputs to warnings.
26518         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26519         (gst_y4mencode_chain):
26520         Output the y4m frame header correctly.
26521
26522 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26523
26524         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26525           throw errors instead of allowing SIGFPE
26526
26527 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26528
26529         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26530         (gst_gconf_render_bin_from_key):
26531           leak plugging and style fixing
26532
26533 2004-03-31  David Schleef  <ds@schleef.org>
26534
26535         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26536         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26537         (bug #138225)
26538         * gst/debug/Makefile.am:
26539         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26540         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26541         plugin.
26542         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26543         (gst_negotiation_base_init), (gst_negotiation_class_init),
26544         (gst_negotiation_init), (gst_negotiation_getcaps),
26545         (gst_negotiation_pad_link), (gst_negotiation_chain),
26546         (gst_negotiation_set_property), (gst_negotiation_get_property),
26547         (gst_negotiation_plugin_init):  New element to talk about random
26548         negotiation things happening in a pipeline.
26549
26550 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26551
26552         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26553           fix integer addition with help of Stefan Kost
26554
26555 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26556
26557         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26558
26559 2004-03-30  David Schleef  <ds@schleef.org>
26560
26561         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26562         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26563         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26564         (bug #137504)
26565         * ext/mpeg2dec/gstmpeg2dec.h:
26566
26567 2004-03-30  David Schleef  <ds@schleef.org>
26568
26569         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26570
26571 2004-03-30  David Schleef  <ds@schleef.org>
26572
26573         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26574         Michael Petullo) to handle .mov
26575
26576 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26577
26578         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26579         (gst_osselement_rate_check_rate):
26580           probe caps correctly for sound cards that only support one format
26581
26582 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26583
26584         * ext/kio/kiosrc.cpp: (process_events):
26585           update handling event processing if inside KDE - untested
26586
26587 2004-03-29  David Schleef  <ds@schleef.org>
26588
26589         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26590         by 2 to not interfere with other colorspaces.
26591         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26592         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26593         one to not interfere with ffmpeg_colorspace.
26594
26595 2004-03-29  David Schleef  <ds@schleef.org>
26596
26597         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26598         aren't in the caps.
26599         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26600         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26601
26602 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26603
26604         * gst-libs/gst/riff/riff-media.c:
26605           fail on error, don't try to set stuff on NULL caps
26606
26607 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26608
26609         * configure.ac:
26610         * ext/Makefile.am:
26611         * ext/kio/Makefile.am:
26612         * ext/kio/kioreceiver.cpp:
26613         * ext/kio/kioreceiver.h:
26614         * ext/kio/kiosrc.cpp:
26615         * ext/kio/kiosrc.h:
26616           add experimental kiosrc plugin
26617         * ext/alsa/gstalsaplugin.c: (plugin_init):
26618           initialize debugging category only when we're sure registering the
26619           plugins worked.
26620
26621 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26622
26623         * examples/gstplay/player.c: (main):
26624         * gst-libs/gst/play/play.c: (gst_play_class_init),
26625         (gst_play_set_location), (gst_play_set_data_src),
26626         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26627         (gst_play_set_visualization), (gst_play_connect_visualization):
26628           check return values of element_set_state and return FALSE where
26629           failed
26630
26631 2004-03-29  Benjamin Otte  <otte@gnome.org>
26632
26633         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26634           try harder to check if an event is really a discont
26635
26636 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26637
26638         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26639         * po/az.po:
26640
26641 2004-03-28  Benjamin Otte  <otte@gnome.org>
26642
26643         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26644         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26645         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26646           get rid of non-standard "..." ranges in case statements.
26647
26648 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26649
26650         * gst/mpegstream/gstmpegdemux.c:
26651         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26652         specific functionality split to the new dvddemux element.
26653         * gst/mpegstream/gstdvddemux.c:
26654         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26655         streams, derived from mpegdemux.
26656         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26657         up. SCR based timestamp rewriting can be turned off (will probably
26658         completely disappear soon).
26659         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26660         hacking. General cleanup. All printf statements replaced by
26661         debugging messages. Almost complete libdvdnav support.
26662         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26663         by events. New properties for audio and subpicture languages.
26664         (dvdnavsrc_update_highlight): Now uses events.
26665         (dvdnavsrc_user_op): Cleaned up.
26666         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26667         based). Lots of cleanup, and propper support for most libdvdnav
26668         events.
26669         (dvdnavsrc_make_dvd_event): New function.
26670         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26671         (dvdnavsrc_make_clut_change_event): New function.
26672
26673 2004-03-26  Benjamin Otte  <otte@gnome.org>
26674
26675         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26676           fix bug where typefinding would claim it's theora whenever less then
26677           7 bytes of data were available
26678
26679 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26680
26681         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26682         (gst_alawdec_base_init), (gst_alawdec_class_init),
26683         (gst_alawdec_init), (gst_alawdec_chain):
26684         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26685         (gst_alawenc_base_init), (gst_alawenc_class_init),
26686         (gst_alawenc_init), (gst_alawenc_chain):
26687         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26688         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26689         (gst_mulawdec_init), (gst_mulawdec_chain):
26690         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26691         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26692         (gst_mulawenc_init), (gst_mulawenc_chain):
26693           Fix capsnego in all four, remove the unused property functions and
26694           simplify the chain functions slightly. I guess we could use macros
26695           or something similar for those, since the code is so similar, but
26696           I'm currently too lazy...
26697
26698 2004-03-24  David Schleef  <ds@schleef.org>
26699
26700         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26701         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26702         (gst_osselement_get_format_structure),
26703         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26704         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26705         (gst_osselement_rate_int_compare): Add code to handle rate probing
26706         (bug #120883)
26707         * sys/oss/gstosselement.h: same
26708         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26709         Use rate probing provided by osselement.
26710         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26711
26712 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26713
26714         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26715         (gst_xvidenc_get_property):
26716           ulong/int mess-up.
26717
26718 2004-03-24  David Schleef  <ds@schleef.org>
26719
26720         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26721         (gst_speexdec_init):
26722         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26723         (gst_speexenc_init):  Create the pad template correctly (from
26724         the static pad template, not a NULL pointer.)
26725
26726 2004-03-25  Benjamin Otte  <otte@gnome.org>
26727
26728         * gst/debug/Makefile.am:
26729         * gst/debug/breakmydata.c:
26730           add element that quasi-randomly changes bytes in the stream.
26731           Intended use is robustness checking of demuxers and decoders in
26732           media tests.
26733
26734 2004-03-24  Benjamin Otte  <otte@gnome.org>
26735
26736         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26737         (gst_alsa_probe_hw_params):
26738         * ext/alsa/gstalsa.h:
26739           debugging output fixes
26740
26741 2004-03-24  Benjamin Otte  <otte@gnome.org>
26742
26743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26744           don't g_return_if_fail if element is PLAYING, fail silently as every
26745           other element.
26746         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26747           only fix needed for cast lvalue issues in gst-plugins
26748         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26749           add proxy_getcaps
26750
26751 2004-03-24  Benjamin Otte  <otte@gnome.org>
26752
26753         * gst/level/gstlevel.c: (gst_level_init):
26754           add proxying getcaps function, so level doesn't advertise impossible
26755           caps
26756
26757 2004-03-24  David Schleef  <ds@schleef.org>
26758
26759         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26760         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26761         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26762         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26763         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26764         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26765         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26766         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26767         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26768         messages.  Divide the chunk size by the compression ratio
26769         (needed for MACE audio)
26770
26771 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26772
26773         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26774           Fix buffer overflow read error.
26775
26776 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * ext/alsa/gstalsa.h:
26779           Remove unused entry.
26780         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26781           Add cinepak.
26782         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26783         (gst_videodrop_link), (gst_videodrop_chain):
26784           Fix, sort of. Was horribly broken with new capsnego. Bah...
26785
26786 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26787
26788         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26789         (plugin_init):
26790         Add a monkeysaudio typefind function
26791
26792 2004-03-23  Johan Dahlin  <johan@gnome.org>
26793
26794         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26795         (gst_play_video_fixate): Check so the structure has the field
26796         before trying to fixate them, this makes it possible to have
26797         fakesinks for video and audio output without printing errors on
26798         the output console.
26799
26800 2004-03-22  David Schleef  <ds@schleef.org>
26801
26802         * sys/oss/Makefile.am:
26803         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26804         (check_rate), (add_rate):  Rate probing test app.
26805
26806 2004-03-21  Benjamin Otte  <otte@gnome.org>
26807
26808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26809         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26810           add a fixation function that pretty much does the right thing (fixes
26811           #137556)
26812
26813 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26814
26815         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26816
26817 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26818
26819         reviewed by: Benjamin Otte  <otte@gnome.org>
26820
26821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26822           terminate gst_event_new_discontinuous correctly (fixes parts of
26823           #137711)
26824
26825 2004-03-19  David Schleef  <ds@schleef.org>
26826
26827         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26828         since it doesn't depend on X, and it's part of our ABI.
26829
26830 2004-03-19  Iain <iain@prettypeople.org>
26831
26832         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26833         is_int in the structure, not the local variable.
26834
26835 2004-03-19  David Schleef  <ds@schleef.org>
26836
26837         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26838         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26839         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26840         Improvements in caps negotiation.
26841
26842 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26843
26844         * po/LINGUAS:
26845         * po/af.po:
26846           adding Afrikaans (Petri Jooste)
26847
26848 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26849
26850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26851         (gst_ffmpegcolorspace_chain):
26852         throw error instead of g_critical (#137588)
26853
26854 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26855
26856         * Makefile.am:
26857         * configure.ac:
26858           dist common and m4 correctly
26859         * po/sv.po:
26860
26861 2004-03-17  David Schleef  <ds@schleef.org>
26862
26863         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26864         (bug #137348)
26865
26866 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26867
26868         * po/LINGUAS:
26869         * po/sv.po:
26870           adding Swedish translation (Christian Rose)
26871
26872 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26873
26874         * Makefile.am: use release.mak
26875
26876 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26877
26878         * common/ChangeLog:
26879         * common/gst-autogen.sh:
26880           add some explanation about the version detection
26881         * configure.ac:
26882           fix X check
26883
26884 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26885
26886         * configure.ac: bump nano to 1
26887
26888 === release 0.8.0 ===
26889
26890 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26891
26892         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26893
26894 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26895
26896         * configure.ac:
26897           update libtool version
26898         * gst-libs/gst/media-info/Makefile.am:
26899           actually use libtool version
26900
26901 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26902
26903         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26904
26905 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26906
26907         * configure.ac:
26908         * gst-plugins.spec.in:
26909         * pkgconfig/Makefile.am:
26910         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26911         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26912         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26913         * pkgconfig/gstreamer-libs.pc.in:
26914         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26915         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26916         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26917         * pkgconfig/gstreamer-plugins.pc.in:
26918           remove @VERSION@ from some of the pc files since core and plugins
26919           are decoupled.
26920           created gstreamer-plugins.pc as it's a better name, but keeping
26921           -libs around for now to get fixes upstream done first.
26922
26923 2004-03-15  Julien MOUTTE <julien@moutte.net>
26924
26925         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26926         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26927         * gst-libs/gst/play/play.h:
26928
26929 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26930
26931         * *.c, *.cc: don't mix tabs and spaces
26932
26933 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26934
26935         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26936           use the new ffmpegcolorspace
26937         * gst-plugins.spec.in:
26938           package new colorspace and media-info
26939         * configure.ac:
26940         * pkgconfig/Makefile.am:
26941           fix some more disting issues
26942         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26943         * pkgconfig/gstreamer-media-info.pc.in:
26944           generate media-info pc files
26945
26946 2004-03-15  Johan Dahlin  <johan@gnome.org>
26947
26948         * *.h: Revert indenting
26949
26950 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26951
26952         * configure.ac:
26953           adding ffmpegcolorspace element
26954         * gst/ffmpegcolorspace/Makefile.am:
26955         * gst/ffmpegcolorspace/avcodec.h:
26956         * gst/ffmpegcolorspace/common.h:
26957         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26958         * gst/ffmpegcolorspace/dsputil.h:
26959         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26960         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26961         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26962         (gst_ffmpeg_caps_to_pix_fmt):
26963         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26965         (gst_ffmpegcolorspace_caps_remove_format_info),
26966         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26967         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26968         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26969         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26970         (gst_ffmpegcolorspace_set_property),
26971         (gst_ffmpegcolorspace_get_property),
26972         (gst_ffmpegcolorspace_register):
26973         * gst/ffmpegcolorspace/imgconvert.c:
26974         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26975         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26976         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26977         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26978         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26979         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26980         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26981         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26982         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26983         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26984         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26985         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26986         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26987         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26988         (img_get_alpha_info), (deinterlace_line),
26989         (deinterlace_line_inplace), (deinterlace_bottom_field),
26990         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26991         * gst/ffmpegcolorspace/imgconvert_template.h:
26992         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26993         * gst/ffmpegcolorspace/mmx.h:
26994         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26995           adding ffmpegcolorspace element supplied by Ronald after cleaning
26996           up and pulling in the right bits of upstream source.
26997           I'm sure a better C/compiler wizard could do some cleaning up (for
26998           example use GLIB's malloc stuff), but as a first pass this
26999           works very well
27000
27001 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27002
27003         * ext/alsa/gstalsa.h:
27004           I assume Ronald forgot to commit the change to have cardname
27005           as a struct member.  Expect some public spanking at the next
27006           opportunity.
27007
27008 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27009
27010         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27011         (gst_alsa_open_audio), (gst_alsa_close_audio):
27012         * ext/alsa/gstalsa.c:
27013           Don't open the device if we're a mixer (= padless).
27014         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27015         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27016         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27017           Open mixer during state change rather than during object
27018           initialization. Also, get a device name. Currently in a somewhat
27019           hackish fashion, but I didn't really find something better.
27020
27021 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27022
27023         * *.c, *.h: run gst-indent
27024
27025 2004-03-14  Benjamin Otte  <otte@gnome.org>
27026
27027         * gst/modplug/gstmodplug.cc:
27028         * gst/modplug/gstmodplug.h:
27029           set correct timestamps on outgoing buffers
27030
27031 2004-03-14  Benjamin Otte  <otte@gnome.org>
27032
27033         * gst/modplug/gstmodplug.cc:
27034           handle events - don't do crap when a discont arrives that's not
27035           necessary
27036           This allows correct loading and playback of mods in Rhythmbox
27037
27038 2004-03-14  Benjamin Otte  <otte@gnome.org>
27039
27040         * configure.ac:
27041         * gst-libs/gst/gconf/Makefile.am:
27042         * pkgconfig/Makefile.am:
27043           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27044           they get rebuilt properly
27045         * configure.ac:
27046           when checking for vorbis, try pkgconfig first.
27047         * gst/modplug/gstmodplug.cc:
27048           add fixate function
27049
27050 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27051
27052         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27053           Fix for obvious mistake, where we first shift the offset and then
27054           read a samplesize element assuming the old offset. Note that this
27055           part still has something weird, i.e. my movies containing those
27056           don't actually play well, but at least there's something that looks
27057           like sound now.
27058
27059 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27060         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27061         (plugin_init):
27062         Add a typefind function for speex format
27063
27064 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27065
27066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27067         (gst_asf_demux_setup_pad):
27068           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27069           instead of 0. Reason is simple: some elements have a fps range
27070           of 1-max instead of 0-max. So now ASF video actually works.
27071
27072 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27073
27074         * po/LINGUAS:
27075         * po/sr.po:
27076           adding serbian as a language
27077
27078 2004-03-13  Benjamin Otte  <otte@gnome.org>
27079
27080         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27081           return taglist correctly from _get function, don't gst_pad_push it.
27082           (fixes #137042)
27083
27084 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27085         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27086
27087 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27088
27089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27090         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27091         (gst_alsa_mixer_track_new):
27092         * ext/alsa/gstalsamixertrack.h:
27093           Fix ancient leftovers... MixerTrack is a GObject.
27094
27095 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27096
27097         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27098         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27099           Don't block during probing...
27100
27101 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27102
27103         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27104         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27105         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27106         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27107         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27108         (gst_alsa_open_audio), (gst_alsa_close_audio):
27109         * ext/alsa/gstalsa.h:
27110           Add propertyprobe interface implementation, add some device-name
27111           property, all this so that it looks good in gnome-volume-control.
27112
27113 2004-03-12  David Schleef  <ds@schleef.org>
27114
27115         * configure.ac: the Hermes library controls hermescolorspace, not
27116         colorspace.
27117         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27118         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27119         not /* */
27120         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27121         * ext/sdl/sdlvideosink.h: ditto.
27122         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27123
27124 2004-03-12  Benjamin Otte  <otte@gnome.org>
27125
27126         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27127         (gst_x_overlay_got_xwindow_id):
27128         * gst-libs/gst/xoverlay/xoverlay.h:
27129           replace XID with unsigned long to get rid of the xlibs dependency in
27130           XOverlay (fixes #137004)
27131
27132 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27133         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27134         (gst_agingtv_setup):
27135         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27136         (gst_dicetv_base_init), (gst_dicetv_class_init),
27137         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27138         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27139         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27140         (gst_edgetv_setup), (gst_edgetv_rgb32):
27141         * gst/effectv/gsteffectv.c:
27142         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27143         (gst_quarktv_set_property):
27144         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27145         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27146         (gst_revtv_setup), (gst_revtv_rgb32):
27147         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27148         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27149         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27150         (gst_shagadelictv_rgb32):
27151         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27152         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27153         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27154         * gst/effectv/gstwarp.c:
27155         Port everything that can be ported to videofilter and fix up the caps.
27156         Can someone with a big-endian machine please check these?
27157
27158 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27159
27160         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27161         (gst_osssink_chain), (gst_osssink_change_state):
27162           Latest fixes for A/V sync, audio playback and such. This is about
27163           all... MPEG playback issues are mostly related to the async build-
27164           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27165
27166 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27167
27168         patch from: Stephane Loeuillet
27169
27170         * configure.ac:
27171           use pkg-config for some libraries, falling back to the old .m4 way
27172           (fixes #131270)
27173         * m4/libdv.m4:
27174           removed
27175
27176 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27177
27178         * configure.ac:
27179         * tools/Makefile.am:
27180         * tools/Makefile.in:
27181         * tools/gst-launch-ext-m.m:
27182         * tools/gst-launch-ext.1.in:
27183         * tools/gst-visualise-m.m:
27184         * tools/gst-visualise.1:
27185         * tools/gst-visualise.1.in:
27186           reorganizing generation of script tools
27187
27188 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27189
27190         * ext/divx/gstdivxdec.c:
27191           Downgrade priority. We prefer ffdec_mpeg4.
27192         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27193         (gst_faad_chain), (gst_faad_change_state):
27194           Fix capsnego. Doesn't work for some sounds because we don't have
27195           a 5:1 to stereo element.
27196         * ext/xvid/gstxvid.c: (plugin_init):
27197           Add priority.
27198         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27199         (gst_osssink_change_state):
27200           Add discont handling.
27201
27202 2004-03-09  Colin Walters  <walters@verbum.org>
27203
27204         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27205         conversion.
27206
27207 2004-03-09  Benjamin Otte  <otte@gnome.org>
27208
27209         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27210           the signals take 2 arguments
27211
27212 2004-03-09  David Schleef  <ds@schleef.org>
27213
27214         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27215         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27216         * ext/alsa/gstalsa.h:
27217         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27218
27219 2004-03-09  Benjamin Otte  <otte@gnome.org>
27220
27221         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27222         (gst_mikmod_change_state):
27223         * ext/mikmod/gstmikmod.h:
27224           make mikmod's loop function not loop infinitely and call
27225           gst_element_yield anymore
27226         * gst/modplug/gstmodplug.cc:
27227           fix pad negotiation (fixes #136590)
27228
27229 2004-03-09  David Schleef  <ds@schleef.org>
27230
27231         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27232         doesn't conflict with the internal colorspace plugin.
27233         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27234         satisfy the crappy-ass shell shipped by a certain vendor.
27235         * gst/videofilter/make_filter: same (bug #135299)
27236
27237 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27238
27239         * configure.ac: bump nano to 1
27240
27241 === release 0.7.6 ===
27242
27243 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27244
27245         * configure.in: releasing 0.7.6, "There"
27246
27247 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27248
27249         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27250         * pkgconfig/gstreamer-play.pc.in:
27251           synchronize the two
27252
27253 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27254
27255         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27256         (cdparanoia_open), (cdparanoia_event):
27257           fix/add error handling
27258         * po/POTFILES.in:
27259           add cdparanoia source
27260         * tools/Makefile.am:
27261           make scripts executable
27262
27263 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27264
27265         * configure.ac:
27266         * ext/vorbis/Makefile.am:
27267         * sys/Makefile.am:
27268           remove id3types, vorbisfile and xvideosink from the build (#133783)
27269
27270 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27271
27272         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27273           Fix metadata read crash (#136537).
27274
27275 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27276
27277         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27278         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27279           adding mime types, fixing the one-stop function
27280
27281 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27282
27283         * ext/nas/nassink.c and /ext/nas/nassink.h:
27284         More NAS love from Arwed von Merkatz
27285         So lets all sing 'Can you feel the NAS tonight'
27286
27287 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27288
27289         * tools/gst-launch-ext.in:
27290         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27291
27292 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27293
27294         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27295         (gst_mpeg2dec_init):
27296         remove the user_data pad for now, because it is being used in
27297         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27298         If someone knows how to fix this properly, please do.
27299
27300 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27301
27302         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27303         (gst_osssink_get_time):
27304         add a warning, IMO this won't get triggered anymore, remove later
27305
27306 2004-03-07  David Schleef  <ds@schleef.org>
27307
27308         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27309         format (bug #136470)
27310
27311 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27312
27313         * gst-libs/Makefile.am:
27314         * gst-libs/gst/media-info/Makefile.am:
27315         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27316         (error_callback), (gst_media_info_error_create),
27317         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27318         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27319         * gst-libs/gst/media-info/media-info-priv.h:
27320         * gst-libs/gst/media-info/media-info-test.c: (main):
27321         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27322         (gst_media_info_class_init), (gst_media_info_instance_init),
27323         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27324         (gst_media_info_read_idler), (gst_media_info_read):
27325         * gst-libs/gst/media-info/media-info.h:
27326         fixed, should work now
27327
27328 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27329
27330         * ext/nas/nassink.c:
27331         A bunch of NAS fixes from Arwed von Merkatz
27332
27333 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27336         (qtdemux_parse_trak):
27337           Fix crash (j might be greater than n_samples, in which case we're
27338           writing outside the allocated space for the array) and memleak.
27339
27340 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27341
27342         * sys/oss/gstosssink.c: (gst_osssink_chain):
27343           And another caller that couldn't handle delay < 0 (unsigned
27344           integer overflow). Video now continues playing on an audio
27345           buffer underrun, and the clock continues working. Audio still
27346           stalls.
27347
27348 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27349
27350         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27351         (gst_osssink_get_time):
27352           get_delay() may return values lower than 0. In those cases, we
27353           should not actually cast to *unsigned* int64, that will break
27354           stuff horribly. In my case, it screwed up A/V sync in movies
27355           in totem rather badly.
27356
27357 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27358
27359         * ext/faac/gstfaac.c: (gst_faac_chain):
27360         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27361         * ext/libpng/gstpngenc.c: (user_write_data):
27362         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27363         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27364         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27365         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27366         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27367         of any buffer), should fix some leaks. I hope I didn't unref buffers
27368         that shouldn't be...
27369
27370 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27371
27372         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27373         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27374         (error_callback), (gmi_reset), (gmi_seek_to_track),
27375         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27376         (gmip_find_type_post), (gmip_find_stream_post),
27377         (gmip_find_track_streaminfo_post):
27378         * gst-libs/gst/media-info/media-info-priv.h:
27379         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27380         (info_print), (main):
27381         * gst-libs/gst/media-info/media-info.c:
27382         (gst_media_info_error_create), (gst_media_info_error_element),
27383         (gst_media_info_instance_init), (gst_media_info_get_property),
27384         (gst_media_info_new), (gst_media_info_set_source),
27385         (gst_media_info_read_idler), (gst_media_info_read):
27386         * gst-libs/gst/media-info/media-info.h:
27387           first pass at making this work again.  This seems to work on
27388           tagged ogg/vorbis and mp3 files.
27389
27390 2004-03-06  Benjamin Otte  <otte@gnome.org>
27391
27392         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27393           fix huge leak: gst_buffer_merge doesn't unref the first argument
27394           itself.
27395
27396 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27397
27398         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27399           report layer/mode/emphasis
27400
27401 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27402
27403         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27404
27405 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27406
27407         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27408           signal serial
27409
27410 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27411
27412         * ext/vorbis/vorbis.c: (plugin_init):
27413         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27414         (gst_vorbis_dec_init), (vorbis_dec_event):
27415         add debug category
27416         make vorbisdec handle _BYTE and _TIME queries
27417
27418 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27419
27420         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27421           from the xing header
27422
27423 2004-03-06  Benjamin Otte  <otte@gnome.org>
27424
27425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27426         (gst_audio_convert_link), (gst_audio_convert_change_state),
27427         (gst_audio_convert_buffer_from_default_format):
27428           do conversions from/to float correctly, fix some caps nego errors,
27429           export correct supported caps in template and getcaps, use correct
27430           caps in try_set_caps functions
27431
27432 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27433
27434         For some reason, I only committed a ChangeLog entry yesterday and
27435         not the corresponding code...
27436         * ext/mad/gstmad.c: Fix detection of Xing headers
27437         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27438
27439 2004-03-06  Benjamin Otte  <otte@gnome.org>
27440
27441         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27442         (gst_ogg_demux_src_query):
27443           make sure to handle the case where there's no current chain
27444           gracefully.
27445
27446 2004-03-05  David Schleef  <ds@schleef.org>
27447
27448         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27449         Add fixate function. (bug #131128)
27450         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27451         (gst_sdlvideosink_fixate):  Add fixate function.
27452         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27453         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27454         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27455         Fix missing break that was causing ulaw to be interpreted as
27456         raw int.
27457
27458 2004-03-05  David Schleef  <ds@schleef.org>
27459
27460         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27461         Fix code that ignores return value of gst_buffer_merge().
27462         (bug #114560)
27463         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27464         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27465         * testsuite/gst-lint:  Check for above.
27466
27467 2004-03-05  David Schleef  <ds@schleef.org>
27468
27469         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27470         caps and throw an element error.  (bug #136334)
27471
27472 2004-03-05  David Schleef  <ds@schleef.org>
27473
27474         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27475         (gst_faad_chain): Fix negotiation.
27476         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27477         key and button events.
27478         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27479         dung heap of code.
27480         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27481         depends on gconf
27482         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27483         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27484         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27485         function to encourage better negotiation, particularly between
27486         audioconvert and osssink.
27487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27488         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27489         more important.
27490         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27491         typefinding.
27492         * gst/vbidec/vbiscreen.c:  Add glib header
27493         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27494
27495 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27496
27497         * ext/mad/gstmad.c: Fix detection of Xing headers
27498         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27499
27500 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27501
27502         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27503         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27504           debug updates
27505
27506 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27507
27508         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27509         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27510         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27511         files, and report the parsed length as a GST_TAG_DURATION tag.
27512         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27513
27514 2004-03-05  Benjamin Otte  <otte@gnome.org>
27515
27516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27517           convert channels correctly. convert correctly to unsigned.
27518
27519 2004-03-05  Julien MOUTTE <julien@moutte.net>
27520
27521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27522         we have a window before clearing it.
27523
27524 2004-03-05  Julien MOUTTE <julien@moutte.net>
27525
27526         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27527         have a window before clearing it.
27528
27529 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27530
27531         * gconf/gstreamer.schemas.in:
27532         * gst-libs/gst/gconf/Makefile.am:
27533           version installation path the same way as for 0.6
27534         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27535         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27536         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27537           remove comment that was fixed
27538
27539 2004-03-05  David Schleef  <ds@schleef.org>
27540
27541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27542         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27543         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27544         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27545         Add prototype code for handling seeking and querying.
27546
27547 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27548
27549         * examples/gstplay/player.c: (main):
27550           Initialize variables to NULL. Prevents a segfault because the
27551           (uninitialized) variable is not NULL, resulting in a crash on
27552           trying to reach error->message.
27553
27554 2004-03-05  Benjamin Otte  <otte@gnome.org>
27555
27556         * gst/audioconvert/gstaudioconvert.c:
27557         (gst_audio_convert_buffer_to_default_format):
27558         make float=>int conversion work correctly even in cornercases.
27559
27560 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27561
27562         * debian/README.Debian:
27563         * debian/build-deps:
27564         * debian/changelog:
27565         * debian/control:
27566         * debian/control.in:
27567         * debian/copyright:
27568         * debian/gstreamer-a52dec.files:
27569         * debian/gstreamer-aa.files:
27570         * debian/gstreamer-alsa.files:
27571         * debian/gstreamer-alsa.manpages:
27572         * debian/gstreamer-arts.files:
27573         * debian/gstreamer-artsd.files:
27574         * debian/gstreamer-audiofile.files:
27575         * debian/gstreamer-avifile.files:
27576         * debian/gstreamer-cdparanoia.files:
27577         * debian/gstreamer-colorspace.files:
27578         * debian/gstreamer-doc.files:
27579         * debian/gstreamer-dv.files:
27580         * debian/gstreamer-dvd.files:
27581         * debian/gstreamer-esd.files:
27582         * debian/gstreamer-festival.files:
27583         * debian/gstreamer-flac.files:
27584         * debian/gstreamer-gconf.conffiles:
27585         * debian/gstreamer-gconf.files:
27586         * debian/gstreamer-gconf.postinst:
27587         * debian/gstreamer-gnomevfs.files:
27588         * debian/gstreamer-gsm.files:
27589         * debian/gstreamer-http.files:
27590         * debian/gstreamer-jack.files:
27591         * debian/gstreamer-jpeg.files:
27592         * debian/gstreamer-mad.files:
27593         * debian/gstreamer-mikmod.files:
27594         * debian/gstreamer-misc.files:
27595         * debian/gstreamer-mpeg2dec.files:
27596         * debian/gstreamer-oss.files:
27597         * debian/gstreamer-plugin-apps.files:
27598         * debian/gstreamer-plugin-apps.manpages:
27599         * debian/gstreamer-plugin-libs-dev.files:
27600         * debian/gstreamer-plugin-libs.files:
27601         * debian/gstreamer-plugin-template.postinst:
27602         * debian/gstreamer-plugin-template.postrm:
27603         * debian/gstreamer-sdl.files:
27604         * debian/gstreamer-sid.files:
27605         * debian/gstreamer-vorbis.files:
27606         * debian/gstreamer-x.files:
27607         * debian/mk.control:
27608         * debian/rules:
27609         Debian package info not maintained here.
27610
27611 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27612
27613         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27614         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27615         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27616         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27617         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27618         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27619         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27620         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27621         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27622         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27623         * gst-libs/gst/colorbalance/colorbalance.c:
27624         (gst_color_balance_class_init):
27625         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27626         (gst_color_balance_channel_class_init):
27627         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27628         * gst-libs/gst/play/play.c: (gst_play_class_init):
27629         * gst-libs/gst/propertyprobe/propertyprobe.c:
27630         (gst_property_probe_iface_init):
27631         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27632         * gst-libs/gst/tuner/tunerchannel.c:
27633         (gst_tuner_channel_class_init):
27634         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27635         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27636         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27637         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27638         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27639         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27640         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27641         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27642         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27643           fix signals to use - instead of _
27644         * ext/libcaca/gstcacasink.h:
27645         * ext/sdl/sdlvideosink.h:
27646           fix header rename
27647
27648 2004-03-04  David Schleef  <ds@schleef.org>
27649
27650         * testsuite/gst-lint:  Add a check for bad signal names.
27651
27652 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27653
27654         reviewed by David Schleef
27655
27656         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27657         modified the alpha channel and caused a warning. (bug #136192)
27658
27659 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27660
27661         * gst-plugins.spec.in:
27662         Change names of plugins to actually be correct. Try to keep things
27663         alphabetical to avoid getting beat up by Thomas
27664
27665 2004-03-03  Julien MOUTTE <julien@moutte.net>
27666
27667         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27668         Using ximagesink as a default if no gconf key found. We should
27669         probably consider using alsasink instead of osssink for the audio
27670         part.
27671
27672 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27673
27674         * configure.ac:
27675           fix --with-plugins, don't think it ever worked before
27676         * gst-plugins.spec.in:
27677           even more updates
27678
27679 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27680
27681         * ext/sdl/sdlvideosink.h:
27682         * sys/ximage/ximagesink.h:
27683         * sys/xvideo/xvideosink.h:
27684         * sys/xvimage/xvimagesink.h:
27685           Fix for move of gstvideosink.h -> videosink.h.
27686
27687 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27688
27689         * gst-libs/gst/xwindowlistener/Makefile.am:
27690           this is a plugin library, not a library
27691
27692 2004-03-01  David Schleef  <ds@schleef.org>
27693
27694         * AUTHORS:  Added some names.  Add yourself if you're still
27695         missing.
27696
27697 2004-03-01  David Schleef  <ds@schleef.org>
27698
27699         * MAINTAINERS: Add
27700
27701 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27702
27703         * gst-plugins.spec.in: clean up spec file
27704
27705 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27706
27707         * gst-libs/gst/video/Makefile.am:
27708         * gst-libs/gst/video/gstvideosink.c:
27709         * gst-libs/gst/video/gstvideosink.h:
27710           rename gstvideosink.h to videosink.h to match other headers
27711         * gst/mixmatrix/Makefile.am:
27712           fix plugin filename
27713         * gst/tags/Makefile.am: fix plugin filename
27714
27715 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27716
27717         * gst/tags/Makefile.am: fix plugin filename
27718
27719 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27720
27721         * examples/gstplay/player.c: (got_time_tick), (main):
27722           add error handler
27723           display time_tick more readably
27724         * gst/mixmatrix/Makefile.am:
27725           fix plugin file name
27726
27727 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27728
27729         * sys/oss/gstosselement.c: (gst_osselement_probe),
27730         (device_combination_append), (gst_osselement_class_probe_devices):
27731         * sys/oss/gstosselement.h:
27732           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27733           on my system using alsa oss emulation, fixes bug #135597
27734
27735 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27736
27737         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27738         (gst_videodrop_chain), (gst_videodrop_change_state):
27739         * gst/videodrop/gstvideodrop.h:
27740           Work based on timestamp of input data, not based on the expected
27741           framerate from the input. The consequence is that this element now
27742           not only scales framerates, but also functions as a framerate
27743           corrector or framerate stabilizer/constantizer.
27744
27745 2004-02-27  David Schleef  <ds@schleef.org>
27746
27747         patches from jmmv@menta.net (Julio M. Merino Vidal)
27748
27749         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27750         GST_ELEMENT_ERROR call (bug #135634)
27751         * gst/interleave/interleave.c: (interleave_buffered_loop),
27752         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27753         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27754         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27755         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27756         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27757         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27758         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27759         Fix GST_ELEMENT_ERROR call.
27760         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27761         GST_ELEMENT_ERROR call.
27762
27763 2004-02-27  Benjamin Otte  <otte@gnome.org>
27764
27765         * gst-libs/gst/audio/audio.h:
27766           add macro to make sure header isn't included twice
27767         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27768           don't use gst_buffer_free
27769         * gst/playondemand/filter.func:
27770           don't use gst_data_free. Free data only once.
27771
27772 2004-02-26  David Schleef  <ds@schleef.org>
27773
27774         * gst-libs/gst/colorbalance/Makefile.am:
27775         * gst-libs/gst/mixer/Makefile.am:
27776         * gst-libs/gst/tuner/Makefile.am:
27777         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27778         should not be disted, -marshal.h files should not be installed,
27779         and -enum.h files _should_ be installed.  Fix to make this the
27780         case.
27781
27782 === release 0.7.5 ===
27783
27784 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27785
27786         * configure.ac: release 0.7.5, "Under The Sea"
27787
27788 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27789
27790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27791         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27792         * gst/videoscale/gstvideoscale.c:
27793         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27794           assorted debug/warning fixes
27795
27796 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27797
27798         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27799         (gst_videoscale_init), (gst_videoscale_chain),
27800         (gst_videoscale_set_property), (plugin_init):
27801         * gst/videoscale/gstvideoscale.h:
27802         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27803         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27804         (gst_videoscale_planar400), (gst_videoscale_packed422),
27805         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27806         (gst_videoscale_24bit), (gst_videoscale_16bit),
27807         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27808         (gst_videoscale_scale_plane_slow),
27809         (gst_videoscale_scale_point_sample),
27810         (gst_videoscale_scale_nearest),
27811         (gst_videoscale_scale_nearest_str2),
27812         (gst_videoscale_scale_nearest_str4),
27813         (gst_videoscale_scale_nearest_32bit),
27814         (gst_videoscale_scale_nearest_24bit),
27815         (gst_videoscale_scale_nearest_16bit):
27816         add debugging category and use it properly
27817         fix use of GST_PTR_FORMAT
27818
27819 2004-02-25  Andy Wingo  <wingo@pobox.com>
27820
27821         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27822         push only when channel->buffer is NULL. Prevents segfaults doing
27823         the state change after a nonlocal exit, like a scheme exception.
27824
27825         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27826         Handle the case where the intersected caps is empty.
27827
27828 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27829
27830         * gst/law/mulaw-decode.c: (mulawdec_link):
27831         * gst/law/mulaw.c: (plugin_init):
27832           fix mulawdec so it actually works again
27833
27834 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27835
27836         reviewed by: David Schleef  <ds@schleef.org>
27837
27838         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27839         (gst_gamma_init), (gst_gamma_set_property),
27840         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27841         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27842         for RGB, with separate r g and b correction factors. (#131167)
27843
27844 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27845
27846         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27847           only signal tags for bitrate if they're > 0 (#134894)
27848
27849 2004-02-24  David Schleef  <ds@schleef.org>
27850
27851         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27852         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27853         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27854         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27855         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27856         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27857         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27858         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27859         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27860         category.  Attempt to fix timestamp calculation.
27861
27862 2004-02-24  Johan Dahlin  <johan@gnome.org>
27863
27864         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27865
27866 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27867
27868         * configure.ac:
27869         * gconf/Makefile.am:
27870         * gconf/gstreamer.schemas:
27871         * gst-libs/gst/gconf/Makefile.am:
27872         * gst-libs/gst/gconf/gconf.c:
27873           version gconf schemas and install locations
27874
27875 2004-02-23  Benjamin Otte  <otte@gnome.org>
27876
27877         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27878         (gst_xine_input_subclass_init):
27879           call parent dispose.
27880           change pad template for CD reader correctly
27881         * ext/xine/Makefile.am:
27882         * ext/xine/gstxine.h:
27883         * ext/xine/xine.c: (plugin_init):
27884         * ext/xine/xineaudiosink.c:
27885           wrap audio sinks, too
27886         * gst-libs/gst/resample/private.h:
27887         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27888         (gst_resample_reinit), (gst_resample_scale),
27889         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27890         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27891         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27892         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27893         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27894         * gst-libs/gst/resample/resample.h:
27895         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27896         (gst_audioscale_class_init), (gst_audioscale_link),
27897         (gst_audioscale_get_buffer), (gst_audioscale_init),
27898         (gst_audioscale_chain), (gst_audioscale_set_property),
27899         (gst_audioscale_get_property):
27900         * gst/audioscale/gstaudioscale.h:
27901           s/resample_*/gst_resample_*/i to not clobber namespaces
27902
27903 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27904
27905         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27906         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27907         (gst_riff_create_video_template_caps),
27908         (gst_riff_create_audio_template_caps),
27909         (gst_riff_create_iavs_template_caps):
27910         * gst-libs/gst/riff/riff-media.h:
27911         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27912         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27913         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27914         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27916         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27917         (gst_matroska_demux_plugin_init): First batch implementing audio and
27918         video codec tags in demuxers.
27919
27920 2004-02-22  Benjamin Otte  <otte@gnome.org>
27921
27922         * ext/xine/Makefile.am:
27923         * ext/xine/gstxine.h:
27924         * ext/xine/xine.c: (plugin_init):
27925         * ext/xine/xineinput.c:
27926           add input plugin wrapper. Playback from files, http, mms and cdda
27927           works.
27928         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27929           remove leftover G_GNUC_UNUSED
27930         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27931         (gst_asf_demux_identify_guid):
27932           improve debugging output
27933
27934 2004-02-22  Benjamin Otte  <otte@gnome.org>
27935
27936         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27937
27938         * autogen.sh:
27939           replace test -e with test -x for mkinstalldirs to be more portable.
27940           (fixes #134816)
27941
27942 2004-02-22  Benjamin Otte  <otte@gnome.org>
27943
27944         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27945
27946         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27947           set rank to PRIMARY
27948         * gst/volume/gstvolume.c: (plugin_init):
27949           set rank to NONE
27950         fixes #134960
27951
27952 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27953
27954         reviewed by Benjamin Otte  <otte@gnome.org>
27955
27956         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27957           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27958
27959 2004-02-22  Benjamin Otte  <otte@gnome.org>
27960
27961         * configure.ac:
27962           export [_]*{gst,Gst,GST}.* symbols from plugins
27963
27964 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27965
27966         reviewed by: Benjamin Otte  <otte@gnome.org>
27967
27968         * ext/lame/gstlame.c: (add_one_tag):
27969         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27971         (gst_vorbisenc_metadata_set1):
27972         * gst/tags/gstid3tag.c:
27973         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27974           apply fixes from bugs #135042 (lame can't write tags) and #133817
27975           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27976
27977 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27978
27979         * configure.ac: Export only gst_plugin_desc from plugins.
27980          Note that this change only makes any effect with Linux using libtool
27981          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27982          fine. And don't try to have several versions of libtool in different
27983          directories.
27984
27985 2004-02-20  Andy Wingo  <wingo@pobox.com>
27986
27987         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27988         interleave respectively.
27989
27990         * gst/interleave/deinterleave.c: New plugin: deinterleave
27991         (replaces on oneton).
27992         * gst/interleave/interleave.c: New plugin: interleave.
27993         * gst/interleave/plugin.h: Support file.
27994         * gst/interleave/plugin.c: Support file.
27995
27996         * configure.ac: Remove intfloat and oneton, add interleave.
27997
27998         * ext/sndfile/gstsf.c: Handle events better.
27999
28000         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28001         and float2int operation. int2float has scheduling problems as
28002         noted in in2float_chain.
28003
28004 2004-02-20  Benjamin Otte  <otte@gnome.org>
28005
28006         * ext/xine/Makefile.am:
28007         * ext/xine/gstxine.h:
28008         * ext/xine/xine.c:
28009         * ext/xine/xineaudiodec.c:
28010         * ext/xine/xinecaps.c:
28011           add first version of xine plugin wrapper. Currently only wraps the
28012           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28013         * configure.ac:
28014         * ext/Makefile.am:
28015           add xine plugin wrapper, disabled by default. Use --enable-xine to
28016           build. Note that it'll segfault on gst-register if you don't remove
28017           the goom and tvtime post plugins from xine.
28018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28019         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28020           add extradata parsing for QDM2.
28021           change around debugging prints.
28022
28023 2004-02-19  Benjamin Otte  <otte@gnome.org>
28024
28025         * ext/lame/gstlame.c: (gst_lame_chain):
28026         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28027           use gst_tag_list_insert when you want to insert tags
28028
28029 2004-02-18  David Schleef  <ds@schleef.org>
28030
28031         * configure.ac:  Move massink to gst-rotten
28032         * ext/Makefile.am:
28033         * ext/mas/Makefile.am:
28034         * ext/mas/massink.c:
28035         * ext/mas/massink.h:
28036
28037 2004-02-18  David Schleef  <ds@schleef.org>
28038
28039         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28040         typefinding, since it seems to be worse than nothing.
28041         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28042         atom to recognize .mp4 and .m4a files as video/quicktime.
28043
28044 2004-02-18  David Schleef  <ds@schleef.org>
28045
28046         * gst/sine/demo-dparams.c: (quit_live),
28047         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28048         Use double dparams, not float.
28049         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28050         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28051         sync'd elements don't really work correctly.
28052         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28053         (volume_update_volume), (volume_get_property):  Change dparam
28054         to double.
28055
28056 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28057
28058         * sys/ximage/ximagesink.c:
28059         (gst_ximagesink_xwindow_update_geometry),
28060         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28061         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28062         (gst_ximagesink_init): Rework the way software video scaling works. So
28063         now we check on each chain call if the video frames are feeling the
28064         window. If not we try to renegotiate caps. On failure we memorize that
28065         and we won't try again for that PLAYING sessions.
28066         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28067         failure.
28068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28069         synchronous flag.
28070
28071 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28072
28073         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28074           break up _link so we can give a better debug message for errors
28075
28076 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28077
28078         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28079           set up debug category
28080
28081 2004-02-18  Julien MOUTTE <julien@moutte.net>
28082
28083         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28084         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28085         the way renegotiation work. The event handling function is not taking
28086         care of external windows and renegotiate method check for pad flags
28087         NEGOTIATING. Should fix : #133209
28088
28089 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28090
28091         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28092         pad is negotiating before trying renegotiation.
28093
28094 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28095
28096         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28097           pass on all possible mime types as typefind hints
28098
28099 2004-02-17  Julien MOUTTE <julien@moutte.net>
28100
28101         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28103         possible SHM leak if we crash. All other apps using XShm are doing
28104         that.
28105
28106 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28107
28108         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28109         (gst_ximagesink_expose): Renegotiate size on expose.
28110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28111         size on expose.
28112
28113 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28114
28115         * testsuite/alsa/sinesrc.c:
28116           cosmetic fix to fix compile issue with gcc 2.95.4
28117
28118 2004-02-16  Julien MOUTTE <julien@moutte.net>
28119
28120         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28121         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28122         failed opening the audio device.
28123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28124         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28125         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28126         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28127         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28128         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28129         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28130         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28131         Removing some useless g_return_if_fail like wingo suggested.
28132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28133         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28134         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28135         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28136         (gst_xvimagesink_update_colorbalance),
28137         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28138         (gst_xvimagesink_xcontext_clear),
28139         (gst_xvimagesink_get_fourcc_from_caps),
28140         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28141         (gst_xvimagesink_set_xwindow_id),
28142         (gst_xvimagesink_colorbalance_list_channels),
28143         (gst_xvimagesink_colorbalance_set_value),
28144         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28145         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28146
28147 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28148
28149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28150           throw error when not negotiated instead of asserting
28151
28152 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28153
28154         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28155         correct data refcounting.
28156
28157 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28158
28159         * gst/switch/gstswitch.c: (gst_switch_change_state),
28160         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28161         change, mostly the EOS flag.
28162
28163 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28164
28165         * examples/gstplay/player.c: (got_eos), (main): Adding some
28166         output for debugging.
28167         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28168         timeouts if we go to any state different from PLAYING.
28169         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28170         more EOS bugs in riff lib.
28171
28172 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28173
28174         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28175         visualization until i find a way to fix switch correctly.
28176         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28177         EOS arrives.
28178         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28179         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28180         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28181         Reworked switch to get a more correct behaviour with events and refing
28182         of data stored in sinkpads.
28183         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28184         we don't pull from a pad in EOS.
28185
28186 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28187
28188         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28189           remove v1 tag even if we can't read it (makes sure we don't detect
28190           it again)
28191
28192 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28193
28194         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28195         (gst_alsa_xrun_recovery):
28196         * ext/alsa/gstalsa.h:
28197           try xrun recovery when wait failed. Make xrun recovery function
28198           return TRUE/FALSE to indicate success. (might fix #134354)
28199
28200 2004-02-13  David Schleef  <ds@schleef.org>
28201
28202         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28203         (dynparm_value_changed), (main): Convert from float to double.
28204         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28205
28206 2004-02-13  David Schleef  <ds@schleef.org>
28207
28208         * gst/silence/gstsilence.c: (gst_silence_class_init),
28209         (gst_silence_set_clock), (gst_silence_get),
28210         (gst_silence_set_property), (gst_silence_get_property):
28211         * gst/silence/gstsilence.h: Add sync property.
28212         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28213         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28214         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28215         * gst/sine/gstsinesrc.h: Add sync property.
28216
28217 2004-02-13  David Schleef  <ds@schleef.org>
28218
28219         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28220         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28221
28222 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28223
28224         * configure.ac:
28225         * ext/Makefile.am:
28226         * gst-libs/ext/Makefile.am:
28227           move ffmpeg plugin to gst-ffmpeg module
28228
28229 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28230
28231         * configure.ac: use GST_ARCH to detect architecture
28232
28233 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28234
28235         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28236
28237 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28238
28239         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28240           classify LADSPA plugins based on number of src/sink pads
28241           (#133663, Stefan Kost)
28242         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28243           fix dparams registration
28244           (#133528, Stefan Kost)
28245         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28246           fix use of isprint and use g_ascii_isprint instead
28247           (#133316, Stefan Kost)
28248
28249 2004-02-11  David Schleef  <ds@schleef.org>
28250
28251         Convert a few inner loops to use liboil.  This is currently
28252         optional, and is only enabled if liboil is present (duh!).
28253         * configure.ac: Check for liboil-0.1
28254         * gst/intfloat/Makefile.am:
28255         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28256         (gst_int2float_chain_gint16):
28257         * gst/videofilter/Makefile.am:
28258         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28259         (tablelookup_u8), (gst_videobalance_planar411):
28260         * gst/videotestsrc/Makefile.am:
28261         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28262         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28263         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28264         (paint_hline_RGB565), (paint_hline_xRGB1555):
28265
28266 2004-02-11  David Schleef  <ds@schleef.org>
28267
28268         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28269         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28270         (gst_colorspace_getcaps), (gst_colorspace_link),
28271         (gst_colorspace_base_init), (gst_colorspace_init),
28272         (gst_colorspace_chain), (gst_colorspace_change_state),
28273         (plugin_init): Merge Ronald's patch (bug #117897) and update
28274         for new caps and negotiation.  Seems to work, although it
28275         shows off bugs in lcs.
28276
28277 2004-02-11  David Schleef  <ds@schleef.org>
28278
28279         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28280         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28281
28282 2004-02-11  David Schleef  <ds@schleef.org>
28283
28284         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28285         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28286         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28287         Add server and port properties
28288
28289 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28290
28291         * m4/a52.m4:
28292         * m4/aalib.m4:
28293         * m4/as-ffmpeg.m4:
28294         * m4/as-liblame.m4:
28295         * m4/as-slurp-ffmpeg.m4:
28296         * m4/check-libheader.m4:
28297         * m4/esd.m4:
28298         * m4/freetype2.m4:
28299         * m4/gconf-2.m4:
28300         * m4/glib.m4:
28301         * m4/gst-alsa.m4:
28302         * m4/gst-artsc.m4:
28303         * m4/gst-ivorbis.m4:
28304         * m4/gst-matroska.m4:
28305         * m4/gst-sdl.m4:
28306         * m4/gst-shout2.m4:
28307         * m4/gst-sid.m4:
28308         * m4/gtk.m4:
28309         * m4/libdv.m4:
28310         * m4/libfame.m4:
28311         * m4/libmikmod.m4:
28312         * m4/ogg.m4:
28313         * m4/vorbis.m4:
28314           fix underquotedness of macros (#133800)
28315         * m4/as-avifile.m4:
28316         * m4/xmms.m4:
28317           removed because no longer used
28318
28319 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28320
28321         * configure.ac:
28322           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28323           by autopoint (fixes #132996)
28324
28325 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28326
28327         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28328         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28329         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28330         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28331           fix memleaks
28332
28333 2004-02-11  David Schleef  <ds@schleef.org>
28334
28335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28336         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28337         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28338         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28339         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28340         (gst_jpegenc_class_init), (gst_jpegenc_init),
28341         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28342         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28343         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28344         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28345
28346 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28347
28348         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28349         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28350         * ext/mikmod/gstmikmod.h:
28351           fix caps negotiation in mikmod
28352         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28353           output debug information
28354
28355 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28356
28357         * gst-libs/gst/colorbalance/Makefile.am:
28358         * gst-libs/gst/navigation/Makefile.am:
28359         * gst-libs/gst/xoverlay/Makefile.am:
28360           remove unused GST_OPT_CFLAGS from Makefiles
28361           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28362
28363 2004-02-07  David Schleef  <ds@schleef.org>
28364
28365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28366         push events to pads that haven't been created (#133508)
28367
28368 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28369
28370         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28371         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28372         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28373         (gst_dvdec_loop), (gst_dvdec_change_state):
28374         Second attempt at committing a working dvdec element.
28375
28376 2004-02-06  David Schleef  <ds@schleef.org>
28377
28378         Build fixes for OS X: (see #129600)
28379         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28380         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28381         (gst_riff_read_strf_iavs):
28382         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28383         (gst_avi_demux_stream_odml):
28384         * gst/playondemand/Makefile.am:
28385         * gst/rtp/rtp-packet.c:
28386
28387 2004-02-05  David Schleef  <ds@schleef.org>
28388
28389         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28390         last change, because it Just Doesn't Compile.
28391
28392 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28393
28394         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28395           skip undecodable id3v2 tag instead of keeping it
28396
28397 2004-02-05  David Schleef  <ds@schleef.org>
28398
28399         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28400         Unref leaked buffer.  (Noticed by Ronald)
28401
28402 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28403
28404         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28405         Sync requires with other checks.  >= vs =.
28406
28407 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28408
28409         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28410         (gst_dvdec_video_link), (gst_dvdec_loop):
28411         * ext/dv/gstdvdec.h:
28412           rework the caps negotiation so that dvdec works again instead
28413           of just segfaulting.
28414
28415 === release 0.7.4 ===
28416
28417 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28418
28419         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28420         * configure.ac: changed for release
28421
28422 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28423
28424         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28425         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28426         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28427         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28428           reworked patch by David Lehn to fix libdir and includedir for
28429           uninstalled libraries
28430           removed play and gconf from gstreamer-libs since they have their
28431           own pkgconfig files
28432
28433 2004-02-04  David Schleef  <ds@schleef.org>
28434
28435         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28436         memleak.
28437
28438 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28439
28440         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28441           use correct GST_TAG_ENCODER tag
28442
28443 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28444
28445         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28446           be sure to stop the clock when going to paused
28447         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28448           reset number of transmitted when going to ready.
28449         fixes #132935
28450
28451 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28452
28453         reviewed by Benjamin Otte
28454
28455         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28456           extract track count (fixes #133410)
28457
28458 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28459
28460         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28461           that should be !=, not == (fixes #132519)
28462
28463 2004-02-04  David Schleef  <ds@schleef.org>
28464
28465         Make sure set_explicit_caps() is called before adding pad.
28466         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28467         * gst/id3/gstid3types.c: (gst_id3types_loop):
28468         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28469         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28470
28471 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28472
28473         * configure.ac:
28474           bump nano to 2, first prerelease
28475           put back AM_PROG_LIBTOOL
28476
28477 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28478
28479         * testsuite/alsa/Makefile.am:
28480           these are user test apps, not automatic testsuite tests
28481
28482 2004-02-04  David Schleef  <ds@schleef.org>
28483
28484         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28485         * gst/mpeg1videoparse/gstmp1videoparse.c:
28486         (mp1videoparse_parse_seq):
28487         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28488         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28489         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28490         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28491         (gst_xvideosink_getcaps):
28492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28493         * testsuite/gst-lint: more tests
28494
28495 2004-02-04  David Schleef  <ds@schleef.org>
28496
28497         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28498         with the code that they would expand to.
28499         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28500         (gst_flacdec_get_src_query_types),
28501         (gst_flacdec_get_src_event_masks):
28502         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28503         (gst_gnomevfssrc_get_query_types),
28504         (gst_gnomevfssrc_get_event_mask):
28505
28506 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28507
28508         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28509         (gst_sinesrc_dispose):
28510           fix memleak by properly disposing sinesrc
28511
28512 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28513
28514         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28515         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28516         an overlay to redraw the image because it has been exposed.
28517         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28518         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28519         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28520         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28521         interface
28522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28523         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28524         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28525         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28526         interface
28527
28528 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28529
28530         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28531           more memleak fixage
28532
28533 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28534
28535         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28536         * gst/typefind/gsttypefindfunctions.c:
28537           fix memleaks shown by gst-typefind
28538
28539 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28540
28541         * common/glib-gen.mak:
28542           add hack rule to touch .Plo files
28543         * gst-libs/gst/colorbalance/Makefile.am:
28544         * gst-libs/gst/mixer/Makefile.am:
28545         * gst-libs/gst/play/Makefile.am:
28546         * gst-libs/gst/tuner/Makefile.am:
28547           remove glib_root variable
28548
28549 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28550
28551         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28552           set explicit caps before adding the element, so the autopluggers can
28553           plug correctly.
28554         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28555         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28556         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28557         (dv_type_find):
28558           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28559           argument.
28560
28561 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28562
28563         * gst-libs/gst/colorbalance/Makefile.am:
28564         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28565         * gst-libs/gst/colorbalance/colorbalance.c:
28566         * gst-libs/gst/colorbalance/colorbalance.h:
28567         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28568         * gst-libs/gst/mixer/Makefile.am:
28569         * gst-libs/gst/mixer/mixer-marshal.list:
28570         * gst-libs/gst/mixer/mixer.c:
28571         * gst-libs/gst/mixer/mixer.h:
28572         * gst-libs/gst/mixer/mixermarshal.list:
28573         * gst-libs/gst/play/Makefile.am:
28574         * gst-libs/gst/play/play.h:
28575         * gst-libs/gst/tuner/Makefile.am:
28576         * gst-libs/gst/tuner/tuner-marshal.list:
28577         * gst-libs/gst/tuner/tuner.c:
28578         * gst-libs/gst/tuner/tuner.h:
28579         * gst-libs/gst/tuner/tunermarshal.list:
28580           use new glib-gen.mak snippet to clean up Makefile.am
28581           fix various bugs in Makefile.am's
28582
28583 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28584
28585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28586           handle chain parsing correctly in the multichain case
28587         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28588         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28589         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28590         (theora_dec_chain):
28591           handle events and queries correctly
28592
28593 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28594
28595         * .cvsignore:
28596         Ignore generated file _stdint.h.
28597
28598 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28599
28600         * gst-libs/gst/colorbalance/Makefile.am:
28601         * gst-libs/gst/colorbalance/colorbalance.h:
28602         * gst-libs/gst/mixer/Makefile.am:
28603         * gst-libs/gst/mixer/mixer.h:
28604         * gst-libs/gst/play/Makefile.am:
28605         * gst-libs/gst/play/play.h:
28606         * gst-libs/gst/tuner/Makefile.am:
28607         * gst-libs/gst/tuner/tuner.h:
28608         Generate enum type code with glib-mkenums.
28609         * gst-libs/gst/colorbalance/.cvsignore:
28610         * gst-libs/gst/mixer/.cvsignore:
28611         * gst-libs/gst/play/.cvsignore:
28612         * gst-libs/gst/tuner/.cvsignore:
28613         Ignore generated files.
28614
28615 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28616
28617         * gst-libs/gst/audio/.cvsignore:
28618         Ignore generated file.
28619         * gst-libs/gst/audio/Makefile.am:
28620         Do not install example filter.
28621
28622 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28623
28624         * examples/switch/.cvsignore:
28625         Ignore generated file.
28626
28627 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28628
28629         * common/m4/ax_create_stdint_h.m4:
28630         * configure.ac:
28631           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28632           _stdint.h.
28633         * Makefile.am:
28634           remove generated _stdint.h in DISTCLEANFILES
28635         * ext/a52dec/gsta52dec.c:
28636           include _stdint.h for a52dec. (should fix #133064)
28637
28638 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28639
28640         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28641         (gst_tag_to_vorbis_comments):
28642         Add replaygain support to vorbistag
28643
28644 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28645         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28646         (gst_ffmpeg_caps_to_extradata):
28647           Fix SVQ3 caps flag properties
28648           Use glib macro for bytes swap
28649
28650 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28651
28652         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28653         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28654         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28655         * ext/sndfile/gstsf.c: (plugin_init):
28656         * gst/avi/gstavi.c: (plugin_init):
28657         * sys/dxr3/dxr3init.c: (plugin_init):
28658         * sys/oss/gstossaudio.c: (plugin_init):
28659         * sys/v4l/gstv4l.c: (plugin_init):
28660         * sys/v4l2/gstv4l2.c: (plugin_init):
28661           remove textdomain calls
28662         * po/nl.po:
28663           update Dutch translation
28664
28665 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28666
28667         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28668         (gst_play_set_audio_sink): Moving volume in the audio thread for
28669         instantaneous volume change. Maybe i will add another volume in front
28670         of visualization later, not sure yet though.
28671
28672 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28673
28674         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28675         (gst_ximagesink_handle_xevents): Better X events handling, only take
28676         the latest events for configure and motion.
28677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28678
28679 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28680
28681         reviewed by: David Schleef  <ds@schleef.org>
28682
28683         Fix memory leaks:
28684         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28685         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28686
28687 2004-02-02  David Schleef  <ds@schleef.org>
28688
28689         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28690         of lines.
28691         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28692         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28693         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28694         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28695         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28696         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28697         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28698         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28699         (gst_float2_2_int_link):
28700         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28701         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28702         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28703         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28704         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28705         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28706         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28707         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28708         * testsuite/gst-lint: Add tests for bzero and ;;
28709
28710 2004-02-02  David Schleef  <ds@schleef.org>
28711
28712         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28713
28714 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28715
28716         * ext/aalib/gstaasink.c: (gst_aasink_open):
28717         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28719         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28720         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28721         (gst_afsink_close_file):
28722         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28723         (gst_afsrc_close_file):
28724         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28725         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28726         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28727         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28728         * ext/esd/esdmon.c: (gst_esdmon_get):
28729         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28730         * ext/faac/gstfaac.c: (gst_faac_chain):
28731         * ext/faad/gstfaad.c: (gst_faad_chain):
28732         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28733         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28734         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28735         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28736         (gst_flacdec_loop):
28737         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28738         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28739         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28740         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28741         (gst_gnomevfssink_close_file):
28742         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28743         (gst_gnomevfssrc_open_file):
28744         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28745         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28746         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28747         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28748         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28749         * ext/mad/gstmad.c: (gst_mad_chain):
28750         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28751         * ext/mpeg2dec/gstmpeg2dec.c:
28752         * ext/mpeg2enc/gstmpeg2enc.cc:
28753         * ext/mplex/gstmplex.cc:
28754         * ext/mplex/gstmplexibitstream.cc:
28755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28756         (gst_ogg_demux_push):
28757         * ext/raw1394/gstdv1394src.c:
28758         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28759         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28760         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28761         (gst_sf_loop):
28762         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28763         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28764         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28765         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28766         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28767         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28768         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28769         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28770         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28771         (gst_riff_read_element_data), (gst_riff_read_seek),
28772         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28773         * gst/adder/gstadder.c: (gst_adder_loop):
28774         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28775         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28776         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28777         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28778         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28779         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28780         * gst/goom/gstgoom.c: (gst_goom_chain):
28781         * gst/id3/gstid3types.c: (gst_id3types_loop):
28782         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28783         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28784         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28785         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28786         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28787         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28788         (gst_ebml_read_float), (gst_ebml_read_header):
28789         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28790         (gst_matroska_demux_parse_blockgroup):
28791         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28792         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28793         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28794         * gst/silence/gstsilence.c: (gst_silence_get):
28795         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28796         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28797         * gst/speed/gstspeed.c: (speed_loop):
28798         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28799         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28800         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28801         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28802         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28803         (gst_wavparse_loop):
28804         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28805         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28806         (dxr3audiosink_close):
28807         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28808         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28809         (dxr3videosink_close), (dxr3videosink_write_data):
28810         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28811         * sys/oss/gstosssink.c: (gst_osssink_chain):
28812         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28813         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28814         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28815         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28816         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28817         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28818         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28819         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28820         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28821         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28822         (gst_v4l_set_audio):
28823         * sys/v4l/v4l_calls.h:
28824         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28825         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28826         (gst_v4lmjpegsink_playback_init),
28827         (gst_v4lmjpegsink_playback_start):
28828         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28829         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28830         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28831         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28832         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28833         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28834         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28835         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28836         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28837         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28838         (gst_v4l2_get_output), (gst_v4l2_set_output),
28839         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28840         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28841         (gst_v4l2_set_attribute):
28842         * sys/v4l2/v4l2_calls.h:
28843         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28844         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28845         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28846         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28847         (gst_v4l2src_capture_stop):
28848         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28849         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28850         (gst_ximagesink_chain):
28851         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28852         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28853         (gst_xvideosink_xwindow_new):
28854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28855         (gst_xvimagesink_chain):
28856
28857 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28858
28859         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28860         (gst_volume_get_volume), (volume_class_init), (volume_init),
28861         (volume_chain_int16), (volume_update_volume):
28862         * gst/volume/gstvolume.h:
28863           make code more readable by removing magic numbers
28864           make mixer interface export 0-100 range
28865           make it internally map to 0.0-1.0 range so users don't distort
28866           output by putting the sliders at full volume
28867
28868 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28869
28870         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28871         (gst_play_state_change), (gst_play_seek_to_time):
28872         block the tick callback for 0.5 secs after doing a seek
28873
28874 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28875
28876         * gst-libs/gst/play/play.c: (gst_play_new):
28877           check for GError
28878
28879 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28880
28881         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28882         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28883         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28884         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28886         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28887
28888 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28889
28890         * configure.ac:
28891         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28892           check for a function added in vorbis 1.1
28893
28894 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28895
28896         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28897         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28898           really start/stop clock only on PLAYING <=> PAUSED
28899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28900           remove \n from debugging lines
28901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28902           make it work when seeking does not
28903         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28904           reset on DISCONT
28905
28906 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28907
28908         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28909           start clock on PAUSED=>PLAYING, not later
28910         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28911           extract correct time for different discont formats
28912         (gst_alsa_sink_get_time):
28913           don't segfault when no format is negotiated yet, just return 0
28914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28915         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28916         (gst_ogg_pad_push):
28917           handle flush and discont events correctly
28918         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28919           handle discont events correctly
28920
28921 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28922
28923         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28924         (gst_play_error_create), (gst_play_error_plugin),
28925         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28926         * gst-libs/gst/play/play.h:
28927           add error handling during creation
28928         * examples/gstplay/player.c: (main):
28929           use new gst_play_new
28930
28931
28932 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28933
28934         * ext/theora/theoradec.c: (theora_dec_chain):
28935           make comments work
28936         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28937         (vorbis_dec_src_event), (vorbis_dec_chain):
28938           add encoder tag, fix tag reading to be more error tolerant, change
28939           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28940           gst_pad_event_default.
28941         * gst/tags/gstvorbistag.c:
28942         (gst_tag_list_from_vorbiscomment_buffer):
28943           undefine function specific define at end of function
28944
28945 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28946
28947         * ext/flac/gstflac.c: (plugin_init):
28948         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28949         * ext/flac/gstflacdec.h:
28950         * ext/flac/gstflacenc.h:
28951           Fix typos
28952
28953 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28954
28955         * examples/gstplay/player.c: s/gstplay.h/play.h/
28956
28957 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28958
28959         * gst-libs/gst/play/Makefile.am:
28960         * gst-libs/gst/play/gstplay.c:
28961         * gst-libs/gst/play/gstplay.h:
28962         * gst-libs/gst/play/play.c:
28963           more surgery, operation complete
28964
28965 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28966
28967         * gst-libs/gst/play/play.old.c:
28968         * gst-libs/gst/play/play.old.h:
28969           after CVS surgery by moving, remove
28970         * gst-libs/gst/play/playpipelines.c:
28971           remove
28972
28973         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28974           add negotiation error
28975
28976 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28977
28978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28979         (gst_ogg_demux_push):
28980           add some seeking debug info
28981           send a flush when seeking
28982
28983 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28984
28985         * configure.ac:
28986           use AC_C_INLINE
28987         * configure.ac:
28988         * ext/Makefile.am:
28989         * ext/theora/Makefile.am:
28990         * ext/theora/theoradec.c:
28991           add theora video decoder. Does just do simple decoding for now and
28992           has been tested against Theora cvs only. It only works when theora
28993           is compiled with --enable-static.
28994         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28995           always reset packetno on DISCONT
28996
28997 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28998
28999         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29000           Fix audio.
29001
29002 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29003
29004         * gst/mpegaudioparse/gstmpegaudioparse.c:
29005         (mp3_type_frame_length_from_header):
29006           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29007
29008 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29009
29010         * ext/esd/esdsink.c: (gst_esdsink_init):
29011           Since we have static pad template caps, we don't need to negotiate;
29012           either the core errors out or we know the format.
29013
29014 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29015
29016         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29017         (gst_riff_read_seek):
29018         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29019         (gst_ebml_read_seek):
29020           Fix event handling.
29021
29022 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29023
29024         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29025           removee video/x-theora from vp3 decoder, it doesn't handle raw
29026           theora streams
29027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29028           fix bug with finalizing element that never went to PAUSED
29029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29030           length and position queries were swapped
29031         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29032         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29033         (vorbis_dec_src_event):
29034           implement querying time and bytes
29035
29036 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29037
29038         * just about every source file:
29039           gst_element_error -> GST_ELEMENT_ERROR
29040
29041 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29042
29043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29044         emiting FLUSH and even before DISCONT.
29045         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29046         get the best instant seeking as possible yay!
29047
29048 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29049
29050         * gst/mpeg1videoparse/gstmp1videoparse.c:
29051         (gst_mp1videoparse_real_chain):
29052           Committed wrong version last week... Grr... Didn't notice until now.
29053
29054 2004-01-29  Julien MOUTTE <julien@moutte.net>
29055
29056         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29058         have_xwindow_id signal in xwindow_create.
29059
29060 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29061
29062         * ext/ogg/gstoggdemux.c:
29063           lots of changes - mainly support for chained bitstreams, seeking,
29064           querying and bugfixes of course
29065         * ext/vorbis/Makefile.am:
29066         * ext/vorbis/vorbisdec.c:
29067         * ext/vorbis/vorbisdec.h:
29068           add vorbisdec raw vorbis decoder
29069         * ext/vorbis/vorbis.c: (plugin_init):
29070           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29071         * gst/intfloat/Makefile.am:
29072         * gst/intfloat/float22int.c:
29073         * gst/intfloat/float22int.h:
29074         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29075           add float2intnew plugin. It converts multichannel interleaved float to
29076           multichannel interleaved int. The name should probably be changed.
29077         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29078         (plugin_init):
29079           add typefinding for raw theora video so oggdemux can detect it.
29080
29081 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29082
29083         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29084         sink element first.
29085         * gst/videoscale/gstvideoscale.c:
29086         (gst_videoscale_handle_src_event): Fixing src event handler.
29087
29088 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29089
29090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29091         (gst_v4lsrc_open), (gst_v4lsrc_close),
29092         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29093         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29094         * sys/v4l/gstv4lsrc.h:
29095         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29096         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29097           Implement resizing... Hack. But that's why v4l is b0rked...
29098
29099 2004-01-28  Julien MOUTTE <julien@moutte.net>
29100
29101         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29102         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29103         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29104         (gst_ximagesink_xwindow_destroy):
29105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29106         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29107         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29108         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29109         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29110         correctly cleaning the image created to check xshm calls on succes,
29111         added a lot of XSync calls in X11 functions, and fixed a segfault when
29112         no image format was defined before negotiation happened.
29113
29114 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29115
29116         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29117           use gst_element_get_time to get correct time
29118
29119 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29120
29121         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29122         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29123         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29125         (gst_xvimagesink_check_xshm_calls),
29126         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29127         X plugins are now able to detect that XShm calls will fail even if the
29128         server claims that it has XShm support (remote displays most of the
29129         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29130         so that we use non XShm functions. This feature is almost useless for
29131         xvimagesink as Xv is not supported on remote displays anyway, but
29132         it might happen than even on the local display XShm calls fail.
29133
29134 2004-01-27  David Schleef  <ds@schleef.org>
29135
29136         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29137         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29138         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29139         changed esdsink to only use 44100,16,2, since esd sucks at rate
29140         conversion and esdsink has had difficulty negotiating.
29141
29142 2004-01-27  Julien MOUTTE <julien@moutte.net>
29143
29144         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29145         (gst_play_seek_to_time): Fixing the way to get current position.
29146
29147 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29148
29149         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29150           use gst_element_get_time to get correct time
29151
29152 2004-01-27  Julien MOUTTE <julien@moutte.net>
29153
29154         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29155         fix ever... Inverting 2 lines of code make spider autoplug correctly
29156         tagged mp3 !
29157
29158 2004-01-27  David Schleef  <ds@schleef.org>
29159
29160         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29161         Use gst_pad_try_set_caps_nonfixed().
29162
29163 2004-01-27  David Schleef  <ds@schleef.org>
29164
29165         * gst/ac3parse/gstac3parse.c: update to checklist 5
29166         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29167         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29168         * gst/audioscale/gstaudioscale.c: same
29169         * gst/auparse/gstauparse.c: same
29170         * gst/avi/gstavidemux.c: same
29171
29172 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29173
29174         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29175           stop processing after EOS
29176
29177 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29178
29179         * gst/asfdemux/asfheaders.h:
29180         * gst/asfdemux/gstasfdemux.c:
29181         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29182         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29183         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29184           lot's of fixes to make data extraction simpler and get the code
29185           architecture and compiler independant. Add debugging category
29186         * gst/goom/gstgoom.c: (gst_goom_change_state):
29187           reset channel count on PAUSED=>READY, not READY=>PAUSED
29188
29189 2004-01-26  Colin Walters  <walters@verbum.org>
29190
29191         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29192         code to pull a bigger buffer in iradio mode.  This as a side effect
29193         makes typefinding work.
29194
29195 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29196
29197         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29198         Fix SVQ3 decoding on PPC
29199
29200 2004-01-26  Julien MOUTTE <julien@moutte.net>
29201
29202         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29203         that one managed to stay there... Fixed.
29204
29205 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29206
29207         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29208         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29209         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29210         (qtdemux_video_caps):
29211         * gst/qtdemux/qtdemux.h:
29212         Add SVQ3 specific flags to qtdemux and ffmpeg
29213
29214 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29215
29216         * gst-libs/gst/audio/audio.h:
29217           remove buffer-frames from audio caps
29218         * gst/audioconvert/gstaudioconvert.c:
29219           fix plugin to really work.
29220
29221 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * gst-libs/gst/mixer/mixer.c:
29224         * gst-libs/gst/propertyprobe/propertyprobe.c:
29225         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29226         (gst_tuner_find_channel_by_name):
29227         * gst-libs/gst/tuner/tuner.h:
29228           Add gtk-doc style comments. Also fix a function name.
29229
29230 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29231
29232         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29233         (gst_divxdec_negotiate):
29234           Fix for new capsnego - also fixes gst-player with divxdec.
29235
29236 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29237
29238         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29239         (gst_play_identity_handoff), (gst_play_set_location),
29240         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29241         try in visualization implementation. Still have an issue with switch
29242         blocking when pulling from video_queue and only audio comes out of
29243         spider.
29244         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29245         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29246         release method. And check if the pad is usable before pulling.
29247
29248 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29251         (gst_videobalance_init),
29252         (gst_videobalance_colorbalance_list_channels),
29253         (gst_videobalance_colorbalance_set_value),
29254         (gst_videobalance_colorbalance_get_value),
29255         (gst_videobalance_update_properties),
29256         (gst_videobalance_update_tables_planar411),
29257         (gst_videobalance_planar411):
29258         * gst/videofilter/gstvideobalance.h:
29259           Implement lookup-tables. +/- 10x faster.
29260
29261 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29262
29263         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29264         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29265           The index reading was broken. The rest worked fine, but the whole
29266           goal of my rewrite was to make avidemux readable, and this was
29267           not at all readable. Please use typed variables.
29268
29269 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29270
29271         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29272           Additional pad usability check.
29273         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29274         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29275         (gst_mp1videoparse_real_chain):
29276           Fix MPEG video stream parsing. The original plugin had several
29277           issues, including not timestamping streams where the source was
29278           not timestamped (this happens with PTS values in mpeg system
29279           streams, but MPEG video is also a valid stream on its own so
29280           that needs timestamps too). We use the display time code for that
29281           for now. Also, if one incoming buffer contains multiple valid
29282           frames, we push them all on correctly now, including proper EOS
29283           handling. Lastly, several potential segfaults were fixed, and we
29284           properly sync on new sequence/gop headers to include them in next,
29285           not previous frames (since they're header for the next frame, not
29286           the previous). Also see #119206.
29287         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29288         (bpf_from_header):
29289           Move caps setting so we only do it after finding several valid
29290           MPEG-1 fraes sequentially, not right after the first one (which
29291           might be coincidental).
29292         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29293         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29294         (plugin_init):
29295           Add unsynced MPEG video stream typefinding, and change some
29296           probability values so we detect streams rightly. The idea is as
29297           follows: I can have an unsynced system stream which contains
29298           video. In the current code, I would randomly get a type for either
29299           system or video stream type found, because the probabilities are
29300           being calculated rather randomly. I now use fixed values, so we
29301           always prefer system stream if that was found (and that is how it
29302           should be). If no system stream was found, we can still identity                the stream as video-only.
29303
29304 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29305
29306         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29307         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29308           don't write to buffer. Extract data without the need of
29309           __attribute__ ((packed))
29310
29311 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29312
29313         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29314         (mpeg1_sys_type_find):
29315           Fix MPEG-1 stream typefinding.
29316
29317 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29318
29319         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29320           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29321
29322 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29323
29324         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29325         * ext/esd/gstesd.c: (plugin_init):
29326           private debugging, better error reporting
29327
29328 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29329
29330         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29331         (gst_riff_read_init), (gst_riff_read_change_state):
29332         * gst-libs/gst/riff/riff-read.h:
29333           Remove stuff fromold metadata system.
29334
29335 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29336
29337         * ext/ogg/gstoggdemux.c:
29338           Fix wrong file comment.
29339         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29340         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29341           Add metadata reading properly.
29342
29343 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29344
29345         * ext/Makefile.am:
29346           Fix nas DIST_SUBDIRS
29347           Uraeus:
29348           Fix bug where make distcheck doesn't get run on adding stuff to
29349           the build.
29350
29351 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29352
29353         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29354         * ext/divx/gstdivxdec.h:
29355           Fix divx3 ("msmpeg4") playback using divxdec.
29356
29357 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29358
29359         * gst/typefind/gsttypefindfunctions.c:
29360         (mp3_type_frame_length_from_header): fix bug in length computation
29361         (mp3_type_find): improve debugging output
29362
29363 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29364
29365         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29366         (gst_play_set_location), (gst_play_seek_to_time),
29367         (gst_play_set_audio_sink), (gst_play_set_visualization),
29368         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29369         the pipeline from scratch. Visualization is back and switch went out as
29370         i realized it was not possible to use the way i wanted.
29371         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29372         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29373         clearing in state change from READY to NULL. So that one can clean the
29374         X ressources keeping the element.
29375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29376         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29377         (gst_xvimagesink_colorbalance_set_value),
29378         (gst_xvimagesink_colorbalance_get_value),
29379         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29380         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29381         change from READY to NULL and fixed some stupid bugs in colorbalance
29382         get/set values. Also added the following feature : when nobody tries to
29383         set some values to the colorbalance levels before the xcontext is
29384         grabbed, then when creating channels list from Xv attributes we set the
29385         internal values to the Xv defaults. This way we handle buggy Xv drivers
29386         that set default hue values far from the middle of the range (Thanks
29387         to Jon Trowbridge for pointing that issue).
29388         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29389         colorbalance levels have been set before xcontext is grabbed.
29390
29391 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29392
29393         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29394           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29395           it might block operations (which is bad for a mixer).
29396
29397 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29398
29399         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29400         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29401         (gmip_find_type_pre):
29402         * gst-libs/gst/media-info/media-info-priv.h:
29403         * gst-libs/gst/media-info/media-info.c:
29404         (gst_media_info_instance_init), (gst_media_info_read_idler):
29405         add fakesink to get caps on decoder src pad again
29406         fix callback prototype to match new have_type signal signature
29407
29408 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29409
29410         * gst/adder/gstadder.c: (gst_adder_link):
29411           fix non-compile and cut-n-paste code
29412
29413 2004-01-21  David Schleef  <ds@schleef.org>
29414
29415         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29416         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29417         (gst_swfdec_init), (gst_swfdec_change_state):
29418         * ext/swfdec/gstswfdec.h:
29419         Fix negotiation.
29420         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29421         (gst_adder_request_new_pad): Fix negotiation.
29422         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29423         Add a fixate function.
29424         * gst/intfloat/gstfloat2int.c:
29425         * gst/intfloat/gstfloat2int.h:
29426         * gst/intfloat/gstint2float.c:
29427         * gst/intfloat/gstint2float.h:
29428         Completely rewrite the negotiation.  Doesn't quite work yet,
29429         due to some buffer-frames problem.
29430
29431 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29432
29433         * ext/gnomevfs/gstgnomevfssrc.c:
29434         * sys/v4l2/v4l2_calls.h:
29435           fix includes for distcheck
29436
29437 2004-01-21  Christian Schaller <uraeus@gnome.org>
29438
29439         * ext/nas/
29440         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29441         based on earlier patch from Laurent Vivier
29442
29443 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29444
29445         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29446         Fix wma caps property
29447         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29448         Fix typo (flags1 and flags2)
29449
29450 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29451
29452         * gst-libs/gst/media-info/media-info-priv.c:
29453         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29454         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29455         (gmip_find_stream), (gmip_find_track_metadata),
29456         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29457         (gmip_find_track_format):
29458         * gst-libs/gst/media-info/media-info-priv.h:
29459         * gst-libs/gst/media-info/media-info-test.c: (main):
29460         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29461         (gst_media_info_read_idler), (gst_media_info_read):
29462         * gst-libs/gst/media-info/media-info.h:
29463           register debugging category and use it for debugging
29464
29465 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29466
29467         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29468         (gst_vorbisfile_new_link):
29469           signal streaminfo through tags
29470
29471 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29472
29473         * ext/mplex/gstmplex.cc:
29474         * ext/mplex/gstmplexibitstream.cc:
29475           g++ doesn't like NULL in our i18n/error macros, should be
29476           either (NULL) or ("").
29477
29478 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29479
29480         * sys/dxr3/dxr3audiosink.c:
29481         * sys/dxr3/dxr3init.c:
29482         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29483         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29484           Fix more error error error errors (missing includes here).
29485
29486 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29487
29488         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29489           fix thomas' error errors.
29490
29491 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29492
29493         * ext/mpeg2enc/gstmpeg2enc.cc:
29494           fix error errors.
29495
29496 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29497
29498         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29499         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29500           Fix for new error system.
29501
29502 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29503
29504         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29505           fix for new error reporting
29506
29507 2004-01-20  David Schleef  <ds@schleef.org>
29508
29509         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29510         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29511         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29512         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29513         and neither is 100+, most likely.
29514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29515         (gst_xvimagesink_getcaps): same
29516
29517 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29518
29519         * configure.ac:
29520           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29521           clashes with ffmpeg.
29522
29523 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29524
29525         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29526         (gst_switch_init): Fixed switch element : proxying link and setting
29527         caps from src to sink on request.
29528
29529 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29530
29531         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29532         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29533         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29534         fix element_error
29535
29536 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29537
29538         * sys/v4l/v4l_calls.h:
29539         * sys/v4l2/v4l2_calls.h:
29540           element_error fixes
29541
29542 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29543
29544         * gst-libs/gst/gst-i18n-plugin.h:
29545           add locale.h
29546           remove config.h inclusion
29547
29548 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29549
29550         * autogen.sh:
29551           adding autopoint invocation
29552         * Makefile.am:
29553         * configure.ac:
29554         * gst-libs/gst/gettext.h:
29555           adding gettext bits
29556         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29557         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29558         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29559         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29560         (gst_gnomevfssink_close_file):
29561         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29562         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29563         * gst-libs/gst/gst-i18n-plugin.h:
29564         * gst/avi/gstavi.c: (plugin_init):
29565         * sys/dxr3/dxr3init.c: (plugin_init):
29566         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29567         * sys/oss/gstossaudio.c: (plugin_init):
29568         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29569         * sys/v4l/gstv4l.c: (plugin_init):
29570         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29571         * sys/v4l2/gstv4l2.c: (plugin_init):
29572         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29573         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29574         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29575         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29576         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29577         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29578           make sure locale and translation domain are set
29579           fix translated strings
29580         * po/.cvsignore:
29581         * po/LINGUAS:
29582         * po/Makevars:
29583         * po/POTFILES.in:
29584         * po/nl.po:
29585           put translation files into place
29586         * sys/xvideo/imagetest.c: (main):
29587         * ext/dv/demo-play.c: (main):
29588           fix unnecessary translations
29589
29590 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29591
29592         * ext/sndfile/gstsf.c:
29593         * gst/avi/gstavimux.c:
29594         * ext/audiofile/gstafsink.c:
29595         * ext/audiofile/gstafsrc.c:
29596         * ext/gnomevfs/gstgnomevfssink.c:
29597         * ext/gnomevfs/gstgnomevfssrc.c:
29598         * sys/oss/gstosselement.c:
29599         * sys/v4l/v4l_calls.h:
29600           fix i18n include
29601
29602 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29603
29604         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29605         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29606         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29607         (gst_v4l2_get_output), (gst_v4l2_set_output),
29608         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29609         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29610         (gst_v4l2_set_attribute):
29611         update to new error handling
29612
29613 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29614
29615         * ext/sidplay/gstsiddec.cc:
29616         * gst/modplug/gstmodplug.cc:
29617           parenthese NULL because C++ seems angry about it
29618
29619 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29620
29621         * gst-libs/gst/gst-i18n-plugin.h:
29622           add skeleton i18n stuff, but needs to be further implemented
29623
29624 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29625
29626         * examples/gstplay/player.c: (main):
29627         * ext/aalib/gstaasink.c: (gst_aasink_open):
29628         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29630         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29631         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29632         (gst_afsink_close_file):
29633         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29634         (gst_afsrc_close_file):
29635         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29636         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29637         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29638         * ext/esd/esdmon.c: (gst_esdmon_get):
29639         * ext/esd/esdsink.c: (gst_esdsink_chain):
29640         * ext/faac/gstfaac.c: (gst_faac_chain):
29641         * ext/faad/gstfaad.c: (gst_faad_chain):
29642         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29643         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29644         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29645         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29646         (gst_flacdec_loop):
29647         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29648         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29649         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29650         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29651         (gst_gnomevfssink_close_file):
29652         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29653         (gst_gnomevfssrc_open_file):
29654         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29655         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29656         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29657         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29658         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29659         * ext/mad/gstmad.c: (gst_mad_chain):
29660         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29661         * ext/mpeg2dec/gstmpeg2dec.c:
29662         * ext/mpeg2enc/gstmpeg2enc.cc:
29663         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29664         * ext/mplex/gstmplex.cc:
29665         * ext/mplex/gstmplexibitstream.cc:
29666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29667         (gst_ogg_demux_push), (gst_ogg_pad_push):
29668         * ext/raw1394/gstdv1394src.c:
29669         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29670         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29671         * ext/sidplay/gstsiddec.cc:
29672         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29673         (gst_sf_loop):
29674         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29675         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29676         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29677         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29678         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29679         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29680         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29681         * gst-libs/gst/Makefile.am:
29682         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29683         (gst_riff_read_element_data), (gst_riff_read_seek),
29684         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29685         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29686         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29687         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29688         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29689         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29690         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29691         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29692         * gst/goom/gstgoom.c: (gst_goom_chain):
29693         * gst/id3/gstid3types.c: (gst_id3types_loop):
29694         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29695         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29696         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29697         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29698         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29699         (gst_ebml_read_float), (gst_ebml_read_header):
29700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29701         (gst_matroska_demux_parse_blockgroup):
29702         * gst/modplug/gstmodplug.cc:
29703         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29705         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29706         * gst/silence/gstsilence.c: (gst_silence_get):
29707         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29708         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29709         * gst/speed/gstspeed.c: (speed_loop):
29710         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29711         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29712         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29713         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29714         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29715         (gst_wavparse_loop):
29716         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29717         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29718         (dxr3audiosink_close):
29719         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29720         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29721         (dxr3videosink_close), (dxr3videosink_write_data):
29722         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29723         * sys/oss/gstosselement.h:
29724         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29725         (gst_osssink_chain):
29726         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29727         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29728         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29729         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29730         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29731         (gst_v4l_enable_overlay):
29732         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29733         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29734         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29735         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29736         (gst_v4l_set_audio):
29737         * sys/v4l/v4l_calls.h:
29738         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29739         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29740         (gst_v4lmjpegsink_playback_init),
29741         (gst_v4lmjpegsink_playback_start):
29742         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29743         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29744         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29745         (gst_v4lmjpegsrc_requeue_frame):
29746         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29747         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29748         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29749         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29750         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29751         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29752         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29753         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29754         (gst_v4l2src_capture_stop):
29755         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29756         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29757         (gst_ximagesink_chain):
29758         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29759         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29760         (gst_xvideosink_xwindow_new):
29761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29762         (gst_xvimagesink_chain):
29763         use new error signal, function and categories
29764
29765 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29766
29767         * configure.ac:
29768         * ext/Makefile.am:
29769         * ext/musicbrainz/gsttrm.c:
29770         * ext/musicbrainz/gsttrm.h:
29771         * ext/musicbrainz/Makefile.am:
29772         Add a trm plugin
29773
29774 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29775
29776         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29777         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29778         synchronous property for debugging.
29779         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29781         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29782         smaller block, fixing indent.
29783
29784 2004-01-16  David Schleef  <ds@schleef.org>
29785
29786         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29787         property affects the video stream.
29788         * sys/xvimage/xvimagesink.c:
29789         * sys/xvimage/xvimagesink.h:
29790         Add synchronous property for debugging.  Should probably be
29791         disabled in non-CVS builds.  Make sure that the Xv attribute
29792         exists before we set it (crash!).  Fix a silly float bug that
29793         caused colorbalance to just not work.
29794
29795 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29796
29797         * tools/gst-launch-ext.in - update for new plugins
29798
29799 2004-01-16  David Schleef  <ds@schleef.org>
29800
29801         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29802         already-freed caps.
29803
29804 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29805
29806         * Update spec for new colorspace plugin and libcaca plugin
29807         * Fix compilation of libcaca plugin (clock -> id)
29808
29809 2004-01-16  Julien MOUTTE <julien@moutte.net>
29810
29811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29812         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29813         (gst_xvimagesink_set_xwindow_id),
29814         (gst_xvimagesink_colorbalance_set_value),
29815         (gst_xvimagesink_colorbalance_get_value),
29816         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29817         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29818         correct colorbalance properties. They can now be set when the element
29819         is still in NULL state. The values will be committed to the Xv Port
29820         when xcontext is initialized.
29821         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29822         brightness int values in the GstXvImagesink structure.
29823
29824 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29825
29826         * gst-libs/gst/Makefile.am:
29827           restructure so having local patches works easier.
29828
29829 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29830
29831         * ext/mpeg2enc/Makefile.am:
29832         * ext/mpeg2enc/gstmpeg2enc.cc:
29833         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29834           Bugfix with respect to EOS handling.
29835
29836 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29837
29838         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29839           Link with right caps (else, it segfaults).
29840         * ext/mplex/gstmplexjob.cc:
29841           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29842
29843 2004-01-15  David Schleef  <ds@schleef.org>
29844
29845         * gst-libs/gst/audio/Makefile.am:
29846         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29847         from the template.
29848         * gst-libs/gst/audio/gstaudiofilter.c:
29849         * gst-libs/gst/audio/gstaudiofilter.h:
29850         Add bytes_per_sample and size and n_samples calculation.
29851         * gst-libs/gst/audio/gstaudiofilterexample.c:
29852         Remove, now autogenerated.
29853         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29854         Moved from gstaudiofilterexample, object name changed, code added
29855         so that it actually works.
29856         * gst-libs/gst/audio/make_filter:
29857         Script to build an audiofilter subclass from the template.
29858         * gst/colorspace/Makefile.am:
29859         * gst/colorspace/yuv2yuv.c:
29860         Remove file, since it's GPL, and we don't use it.
29861
29862 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29863
29864         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29866         them use the buffer free function to test how the buffer was allocated.
29867
29868 2004-01-15  David Schleef  <ds@schleef.org>
29869
29870         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29871         that handles osssink fallback.
29872         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29873         (gst_audio_convert_getcaps):
29874         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29875         Add audio/x-qdm2 for QDM2 audio.
29876         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29877         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29878         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29879         Decrease minimum size to 16x16.
29880         * gst/wavparse/gstwavparse.c:
29881         Convert disabled pad template caps to new caps.
29882         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29884         (gst_xvimagesink_chain): Throw element error when display cannot
29885         be opened.  Increase minimum framerate to 1.0.  Check the data
29886         free function on a buffer to make sure it is the type we expect
29887         before manipulating it.
29888
29889 2004-01-15  Julien MOUTTE <julien@moutte.net>
29890
29891         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29892         (gst_videobalance_colorbalance_set_value): Implement passthru if
29893         settings are in the middle.
29894         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29895
29896 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29897
29898         * gst/videofilter/Makefile.am:
29899         * gst/volume/Makefile.am:
29900           Since we use videofilter symbols, link to it.
29901
29902 2004-01-15  Julien MOUTTE <julien@moutte.net>
29903
29904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29905         mixer interface type to HARDWARE.
29906         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29907         type to SOFTWARE.
29908         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29909         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29910         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29911         (gst_volume_interface_init), (gst_volume_list_tracks),
29912         (gst_volume_set_volume), (gst_volume_get_volume),
29913         (gst_volume_set_mute), (gst_volume_mixer_init),
29914         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29915         (volume_init): Implementing mixer interface.
29916         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29917         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29918         (gst_osselement_change_state): Removing some trailing commas in
29919         structures.
29920         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29921         interface type to HARDWARE.
29922         * sys/v4l/gstv4lcolorbalance.c:
29923         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29924         type to HARDWARE.
29925         * sys/v4l2/gstv4l2colorbalance.c:
29926         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29927         interface type to HARDWARE.
29928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29929         same code than ximagesink for event handling.
29930
29931 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29932
29933         * ext/snapshot/Makefile.am:
29934         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29935         (gst_snapshot_chain):
29936         * ext/snapshot/gstsnapshot.h:
29937           This has to be a joke... Snapshot should be connected to a tee,
29938           colorspace element before it and EOS after that, where the other
29939           src of the tee receives normal data.
29940           The current way is *wrong*.
29941
29942 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29943
29944         * ext/hermes/gsthermescolorspace.c:
29945           Fix another compile error. Same as below.
29946
29947 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29948
29949         * gst/colorspace/gstcolorspace.c:
29950         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29951         (gst_colorspace_i420_to_yv12):
29952           Fix compiling... Didn't test if it actually works.
29953
29954 2004-01-15  David Schleef  <ds@schleef.org>
29955
29956         * configure.ac:
29957         * gst/colorspace/Makefile.am:
29958         * gst/colorspace/gstcolorspace.c:
29959         * gst/colorspace/gstcolorspace.h:
29960         * gst/colorspace/yuv2rgb.c:
29961         * gst/colorspace/yuv2rgb.h:
29962         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29963         code and GPL code.  Fix for new caps negotiation.  Rewrite
29964         much of the format handling code, and some of the conversion
29965         code.  Basically, rewrote almost everything.  This element
29966         handles I420, YV12 to RGB conversions.
29967         * ext/hermes/Makefile.am:
29968         * ext/hermes/gsthermescolorspace.c:
29969         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29970         Remove non-Hermes related code.  This element handles lots of
29971         RGB to RGB conversions, but no YUV.
29972         * ext/hermes/gstcolorspace.c:
29973         * ext/hermes/gstcolorspace.h:
29974         * ext/hermes/rgb2yuv.c:
29975         * ext/hermes/yuv2rgb.c:
29976         * ext/hermes/yuv2rgb.h:
29977         * ext/hermes/yuv2rgb_mmx16.s:
29978         * ext/hermes/yuv2yuv.c:
29979         * ext/hermes/yuv2yuv.h:
29980         Remove old code.
29981
29982 2004-01-14  Colin Walters  <walters@verbum.org>
29983
29984         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29985         they've already been.
29986
29987 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29988
29989         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29990           assume tag mode when pad is not connected
29991
29992 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29993
29994         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29995           Don't update the time of the clock
29996         (gst_alsa_sink_loop):
29997           sync to the clock given to alsasink, not the own clock
29998         * sys/oss/gstosssink.c: (gst_osssink_chain):
29999           sync to the clock
30000         (gst_osssink_change_state):
30001           activate the clock
30002         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30004           remove bogus code that made DISCONT events unhandled
30005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30006           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30007           #131502)
30008         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30009         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30010         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30011           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30012           2nd warning in bug #131502)
30013
30014 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30015
30016         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30017         (gst_videobalance_colorbalance_set_value),
30018         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30019         for colorbalance interface implementation.
30020         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30021         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30022         (gst_ximagesink_dispose), (gst_ximagesink_init),
30023         (gst_ximagesink_class_init): Adding DISPLAY property.
30024         * sys/ximage/ximagesink.h: Adding display_name to store display.
30025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30026         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30027         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30028         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30029         properties (they still need polishing though for gst-launch use : no
30030         xcontext yet, i ll do that tomorrow).
30031         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30032
30033 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30034
30035         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30036         (gst_play_set_location), (gst_play_set_visualization): Preparing
30037         switch integration, adding videobalance in the pipeline.
30038
30039 2004-01-14  Julien MOUTTE <julien@moutte.net>
30040
30041         * gst-libs/gst/colorbalance/colorbalance.c:
30042         (gst_color_balance_class_init): Adding a default type.
30043         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30044         the type.
30045         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30046         (gst_videobalance_dispose), (gst_videobalance_class_init),
30047         (gst_videobalance_init), (gst_videobalance_interface_supported),
30048         (gst_videobalance_interface_init),
30049         (gst_videobalance_colorbalance_list_channels),
30050         (gst_videobalance_colorbalance_set_value),
30051         (gst_videobalance_colorbalance_get_value),
30052         (gst_videobalance_colorbalance_init): Implementing colorbalance
30053         interface.
30054         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30055         list.
30056         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30057         bug which was triggering a BadAccess X error when setting an overlay
30058         before pad was really negotiated.
30059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30060         Using the colorbalance type macro.
30061
30062 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30063
30064         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30065         (gst_flacenc_chain):
30066           handle tags correctly
30067         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30068           extract ID3v1 tags correctly
30069
30070 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30071
30072         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30073         (plugin_init):
30074           Improve matroska typefinding for odd-typed headers...
30075
30076 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30077
30078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30079           Fix for using incremental number on padnames.
30080
30081 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30082
30083         * ext/divx/gstdivxdec.c:
30084         * ext/divx/gstdivxenc.c:
30085           Set category to divx4linux instead of divx (too generic).
30086         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30087         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30088         (gst_wavparse_loop), (gst_wavparse_change_state):
30089         * gst/wavparse/gstwavparse.h:
30090           fix parsing of WAV files with non-standard fmt-tag size and fix
30091           skipping of unrecognized chunks... Someone please fix this thing
30092           to use rifflib so all this is automated.
30093         * sys/v4l/Makefile.am:
30094         * sys/v4l2/Makefile.am:
30095           Add X_CFLAGS because we depend on X (for overlay).
30096
30097 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30098
30099         * ext/mpeg2dec/gstmpeg2dec.c:
30100           Don't issue a timestamp unless we tagged the frame
30101           with a PTS.
30102
30103 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30104
30105         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30106           Query the audio element to get the time, not the clock. We're
30107           interested in the element's time here.
30108
30109 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30110
30111         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30112         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30113         * ext/esd/esdsink.c: (gst_esdsink_chain):
30114         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30115         * ext/mas/massink.c: (gst_massink_chain):
30116         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30117         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30118         (gst_matroska_demux_parse_metadata):
30119         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30120         (gst_mpeg_parse_release_locks):
30121         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30122         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30123         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30124         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30125         (gst_osssink_change_state):
30126         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30127         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30128         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30129         (gst_xvideosink_release_locks):
30130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30131           use element time.
30132         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30133         (gst_alsa_clock_stop):
30134         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30135         (gst_audio_clock_get_internal_time):
30136           simplify for use with new clocking code.
30137         * testsuite/alsa/Makefile.am:
30138         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30139           fix testsuite for new caps system
30140
30141 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30142
30143         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30144         * ext/flac/gstflacenc.c: (add_one_tag):
30145           length is already host endian, no need to convert. Fixes playback of
30146           tagged files on PPC. (bug #128384)
30147
30148 2004-01-13  Julien MOUTTE <julien@moutte.net>
30149
30150         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30151         colorbalance interface stating if it is hardware based or software
30152         based.
30153         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30154         Removing a trailing comma.
30155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30156         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30157         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30158         the documentation seems to be wrong on the -1000 to 1000 interval.
30159
30160 2004-01-12  David Schleef  <ds@schleef.org>
30161
30162         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30163         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30164         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30165         Fix negotiation.  Add a bufferalloc function for the sink pad,
30166         and generally clean up some of the code.
30167
30168 2004-01-12  Julien MOUTTE <julien@moutte.net>
30169
30170         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30171         (gst_color_balance_channel_dispose): Adding safety check in dispose
30172         method.
30173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30174         (gst_xvimagesink_xcontext_clear),
30175         (gst_xvimagesink_interface_supported),
30176         (gst_xvimagesink_colorbalance_list_channels),
30177         (gst_xvimagesink_colorbalance_set_value),
30178         (gst_xvimagesink_colorbalance_get_value),
30179         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30180         Adding colorbalance interface support to set XV parameters such as
30181         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30182         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30183         interface.
30184
30185 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30186
30187         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30188         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30189         (gst_audio_convert_init), (gst_audio_convert_set_property),
30190         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30191         (gst_audio_convert_link),
30192         (gst_audio_convert_buffer_to_default_format),
30193         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30194           - implement _getcaps and use it
30195           - improve linking
30196           - remove float caps since no float conversion is actually done
30197           - remove properties and arguments that were to be used for rate
30198             conversion
30199
30200 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30201
30202         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30203         (gst_audio_structure_set_int):
30204         * gst-libs/gst/audio/audio.h:
30205           add helper functions for _getcaps matching the standard audio
30206           templates
30207
30208 2004-01-12  David Schleef  <ds@schleef.org>
30209
30210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30211         Test that pad is negotiated before getting its caps.
30212
30213 2004-01-12  Julien MOUTTE <julien@moutte.net>
30214
30215         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30216         analyzing the pads of an element the bin is mostly in READY state so
30217         no caps were negotiated. This helper function needs to work with
30218         _get_caps directly then. I was not freeing them though, added that to
30219         fix the mem leak.
30220
30221 2004-01-12  Julien MOUTTE <julien@moutte.net>
30222
30223         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30225         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30226         than the free_func.
30227
30228 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30229
30230         * sys/oss/gstossaudio.c: (plugin_init):
30231         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30232         * sys/oss/gstosselement.h:
30233           make an oss debugging category
30234           make failure more descriptive
30235
30236 2004-01-11  David Schleef  <ds@schleef.org>
30237
30238         * ext/ffmpeg/gstffmpeg.c:
30239         * ext/ffmpeg/gstffmpegcodecmap.c:
30240         * ext/ffmpeg/gstffmpegdec.c:
30241         * ext/ffmpeg/gstffmpegenc.c:
30242         * ext/ffmpeg/gstffmpegprotocol.c:
30243         * ext/gdk_pixbuf/gstgdkanimation.c:
30244         * ext/jpeg/gstjpeg.c:
30245         * ext/libpng/gstpng.c:
30246         * ext/mpeg2dec/perftest.c:
30247         * ext/speex/gstspeex.c:
30248         * gst-libs/gst/resample/dtos.c:
30249         * gst/intfloat/gstintfloatconvert.c:
30250         * gst/oneton/gstoneton.c:
30251         * gst/rtjpeg/RTjpeg.c:
30252         * gst/rtp/gstrtp.c:
30253         * sys/dxr3/dxr3init.c:
30254         * sys/glsink/gstgl_nvimage.c:
30255         * sys/glsink/gstgl_pdrimage.c:
30256         * sys/glsink/gstglsink.c:
30257         * testsuite/gst-lint:
30258         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30259
30260 2004-01-11  David Schleef  <ds@schleef.org>
30261
30262         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30263         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30264         * ext/gdk_pixbuf/gstgdkanimation.c:
30265         (gst_gdk_animation_iter_create_pixbuf):
30266         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30267         (gst_gdk_pixbuf_chain):
30268         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30269         * ext/jack/gstjack.c: (gst_jack_change_state):
30270         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30271         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30272         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30273         * gst/videofilter/gstvideofilter.c:
30274         (gst_videofilter_set_output_size):
30275         Remove all usage of gst_pad_get_caps(), and replace it with
30276         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30277
30278 2004-01-11  David Schleef  <ds@schleef.org>
30279
30280         * configure.ac:
30281         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30282         * ext/divx/gstdivxdec.c:
30283         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30284         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30285         handle images that span multiple buffers.  Now work with both
30286         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30287         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30288         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30289         video/video.h changes
30290         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30291         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30292         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30293         of GstData free function.
30294         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30295         same.
30296
30297 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30298
30299         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30300         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30301         (gst_v4l2element_get_property):
30302         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30303           add norm, channel and frequency properties.
30304         * sys/v4l2/gstv4l2tuner.c:
30305           fixes for tuner interface changes
30306         * sys/v4l2/gstv4l2element.h:
30307         * sys/v4l2/gstv4l2src.c:
30308         * sys/v4l2/gstv4l2src.h:
30309         * sys/v4l2/v4l2src_calls.c:
30310         * sys/v4l2/v4l2src_calls.h:
30311           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30312
30313 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30314
30315         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30316         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30317         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30318         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30319         * gst-libs/gst/tuner/tuner.h:
30320           GObjects aren't const.
30321           Add find_by_name functions.
30322           Add checks to _changed functions.
30323         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30324         (gst_v4l_tuner_get_norm):
30325           Fixes for above.
30326
30327 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30328
30329         * gst-libs/gst/video/video.h:
30330           Fix caps template names to be understandable.
30331           Prefix everything with GST_VIDEO.
30332         * ext/aalib/gstaasink.c:
30333         * ext/divx/gstdivxdec.c:
30334         * ext/divx/gstdivxenc.c:
30335         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30336         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30337         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30338         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30339         * ext/libcaca/gstcacasink.c:
30340         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30341         * ext/snapshot/gstsnapshot.c:
30342         * ext/swfdec/gstswfdec.c:
30343         * ext/xvid/gstxviddec.c:
30344         * ext/xvid/gstxvidenc.c:
30345         * gst/chart/gstchart.c:
30346         * gst/deinterlace/gstdeinterlace.c:
30347         * gst/effectv/gsteffectv.c:
30348         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30349         * gst/goom/gstgoom.c:
30350         * gst/median/gstmedian.c:
30351         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30352         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30353         * gst/overlay/gstoverlay.c:
30354         * gst/smooth/gstsmooth.c:
30355         * gst/smpte/gstsmpte.c:
30356         * gst/synaesthesia/gstsynaesthesia.c:
30357         * gst/videocrop/gstvideocrop.c:
30358         * gst/videodrop/gstvideodrop.c:
30359         * gst/y4m/gsty4mencode.c:
30360         * sys/qcam/gstqcamsrc.c:
30361         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30362           Make them work with new video.h file.
30363         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30364         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30366         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30367           Make it work with new buffer allocation system.
30368
30369 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30370
30371         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30372         pad_alloc_buffer implementation to use ->srcpad
30373         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30374         pad_alloc_buffer implementation to use ->srcpad
30375         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30376         pad_alloc_buffer implementation to use ->srcpad
30377         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30378         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30379         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30380         a reference to everything we need.
30381         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30383         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30384         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30385         a reference to everything we need.
30386         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30387
30388 2004-01-11  David Schleef  <ds@schleef.org>
30389
30390         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30391         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30392         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30393         structure members.
30394         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30395         value during a resize/renegotiation.
30396         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30397         gst_pad_alloc_buffer();
30398         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30399         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30400         structure members.
30401         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30402         Fix for rename of buffer private structure members.
30403         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30404         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30405         Fix for rename of buffer private structure members.
30406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30407         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30408         Fix for rename of buffer private structure members.
30409
30410 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30411
30412         reviewed by: David Schleef <ds@schleef.org>
30413
30414         * gst/videofilter/Makefile.am:
30415         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30416         from the patch by ds to fit in with recent make_filter changes.
30417
30418 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30419
30420         * configure.ac: Adding examples/switch/Makefile
30421         * examples/Makefile.am: Adding examples/switch
30422         * examples/switch/Makefile.am: Adding switcher example.
30423         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30424         (switch_timer), (main): Adding an example demonstrating switch usage
30425         with 2 videotestsrc showing different patterns.
30426         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30427         (gst_switch_init): Fixing switch with the new caps system.
30428
30429 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30430
30431         * gst-libs/gst/video/video.h:
30432           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30433           They should probably be like
30434           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30435
30436 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30437
30438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30439         (qtdemux_parse_trak):
30440           fix audio chunk size/timestamp calculation
30441
30442 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30443
30444         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30445           fix SVQ3 caps
30446
30447 2004-01-11  Steve Baker  <steve@stevebaker.org>
30448
30449         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30450         (gst_agingtv_base_init), (gst_agingtv_class_init),
30451         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30452         (gst_agingtv_set_property), (gst_agingtv_get_property):
30453         Port agingTV to videofilter
30454
30455 2004-01-09  Julien MOUTTE <julien@moutte.net>
30456
30457         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30458         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30459
30460 2004-01-09  Julien MOUTTE <julien@moutte.net>
30461
30462         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30463         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30464         * gst-libs/gst/xoverlay/xoverlay.c:
30465         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30466         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30467         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30468         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30469         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30470         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30471         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30472         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30473         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30474         interface implementation to handle xid being 0 and fix some bugs
30475         triggered by Benjamin's testcase.
30476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30477         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30478         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30479         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30480         interface implementation to handle xid being 0 and fix some bugs
30481         triggered by Benjamin's testcase.
30482
30483 2004-01-09  David Schleef  <ds@schleef.org>
30484
30485         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30486         mouse pointer events.  It works.
30487
30488 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30489
30490         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30491           Use explicit caps - fix capsnego.
30492         * ext/xvid/gstxviddec.c:
30493         * ext/xvid/gstxvidenc.c:
30494           Remove macro-inside-macro which caused compile errors.
30495         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30496           Error out if it's not a RIFF file. Else we error out without
30497           gst_element_error() which is not good...
30498
30499 2004-01-08  David Schleef  <ds@schleef.org>
30500
30501         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30502         Fix pad_link function to handle formats that ffmpeg returns
30503         as multiple caps structures.
30504         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30505         Only complain if source buffer is _smaller_ than expected.
30506         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30507         (gst_videoscale_handle_src_event): Resize navigation events
30508         when passing them upstream.
30509         * gst/videotestsrc/gstvideotestsrc.c:
30510         * gst/videotestsrc/gstvideotestsrc.h:
30511         * gst/videotestsrc/videotestsrc.c:
30512         * gst/videotestsrc/videotestsrc.h:
30513         Rewrite many of the buffer painting functions to handle odd
30514         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30515         been verified to work with my video card.
30516         * testsuite/gst-lint:  Add check for elements calling
30517         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30518
30519 2004-01-08  David Schleef  <ds@schleef.org>
30520
30521         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30522         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30523
30524 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30525
30526         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30527         configure event is not emiting the desired size signal. That fixes
30528         aspect ratio issues with gst-player.
30529
30530 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30531
30532         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30533           Fix capsnego.
30534
30535 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30536
30537         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30538         public method to fire size signal.
30539
30540 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30541
30542         * examples/gstplay/Makefile.am: Adding the interface library.
30543         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30544         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30545         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30546         GST_IS_X_OVERLAY before signal connect.
30547         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30548         Removing the have_video_size signal.
30549         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30550         and associated public method.
30551         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30552         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30553         signal.
30554         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30555         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30556         signal.
30557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30558         Using XOverlay public method to fire size signal.
30559
30560 2004-01-07  David Schleef  <ds@schleef.org>
30561
30562         * gst/videofilter/Makefile.am:
30563         * gst/videofilter/gstvideotemplate.c:
30564         * gst/videofilter/make_filter:
30565         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30566         Convert make_filter to /bin/sh script.
30567
30568 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30569
30570         * gst/modplug/gstmodplug.cc: fix element description
30571
30572 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30573
30574         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30575         (got_video_size): Adding some new lines in g_print calls.
30576         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30577         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30578         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30579         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30580         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30581         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30582         Complete code review, reverting some stuff i disagree with, adding
30583         some fixes : time synchronization on invalid timestamps, renegotiation
30584         of private window.
30585         * sys/ximage/ximagesink.h:
30586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30587         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30588         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30589         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30590         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30591         (gst_xvimagesink_buffer_new),
30592         (gst_xvimagesink_navigation_send_event),
30593         (gst_xvimagesink_set_xwindow_id),
30594         (gst_xvimagesink_get_desired_size),
30595         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30596         stuff i disagree with, adding some fixes : Renegotiation of private
30597         window, implementing get_desired_size.
30598
30599 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30600
30601         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30602         (gst_afsink_handle_event):
30603         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30604         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30605         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30606         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30607         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30608           Fix for instantiate-test (see core). Also remove dead code from
30609           jpegenc (which still needs fixing, but that's lower on my TODO
30610           list...).
30611         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30612           Never return NULL as caps.
30613
30614 2004-01-07  David Schleef  <ds@schleef.org>
30615
30616         * configure.ac:
30617         * ext/Makefile.am:
30618         * ext/librfb/Makefile.am:
30619         * ext/librfb/gstrfbsrc.c:
30620         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30621         is the protocol used by VNC.
30622
30623 2004-01-07  David Schleef  <ds@schleef.org>
30624
30625         * gst/videofilter/gstvideotemplate.c:
30626         * gst/videofilter/gstvideotemplate.h:
30627         * gst/videofilter/make_filter:
30628         Merge videotemplate header into source file.
30629         * gst/effectv/Makefile.am:
30630         * gst/effectv/gsteffectv.c: (plugin_init):
30631         * gst/effectv/gstwarp.c:
30632         Make warpTV a subclass of videofilter.
30633
30634 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30635
30636         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30637           Add guard against invalid utf-8 conversions in mad. Just in case.
30638
30639 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30640
30641         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30642           Fix for bug shown by poisoning
30643
30644 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30645
30646         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30647         (gst_v4lmjpegsrc_buffer_free):
30648         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30649         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30650         (gst_v4lsrc_buffer_free):
30651           Fix for removed bufferpools.
30652
30653 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30654
30655         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30656         Fix caps negotiation.
30657
30658         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30659         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30660         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30661         (dvdnavsrc_event):
30662         * ext/mpeg2dec/gstmpeg2dec.c:
30663         * gst-libs/gst/navigation/navigation.c:
30664         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30665         * gst-libs/gst/navigation/navigation.h:
30666         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30667         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30669         Super-simple first version of mouse and keyboard events. Clicking
30670         on a DVD menu now works, although it may not take you where you
30671         expected.
30672
30673         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30674         * gst/videotestsrc/gstvideotestsrc.c:
30675         (gst_videotestsrc_src_fixate):
30676         These fixate functions were broken - they never actually
30677         fixated :)
30678
30679 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30680
30681         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30682         (gst_icecastsend_init):
30683           fix for new caps system.
30684         * gst-libs/gst/mixer/mixertrack.h:
30685         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30686           Add 'master track' flag (for tools like ACME that only want to
30687           change the main volume).
30688
30689 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30690
30691         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30692         (gst_xvid_csp_to_caps):
30693         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30694         * ext/xvid/gstxvidenc.c:
30695         ifdef out ARGB type when it isn't available
30696         in xvidcore 1.0.0beta2
30697
30698 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30699
30700         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30701           When we have received a new SCR right in the first buffer after
30702           a seek (so in the same cycle that handles the discont), we should
30703           handle the buffer instead of unreffing it, else we lose data.
30704
30705 2004-01-06  Iain <iain@prettypeople.org>
30706
30707         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30708           buffer-frames caps too.
30709
30710         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30711           caps that we need, don't destroy them all and rebuild them. And when
30712           creating src pads, use the src pad template rather than the sink...
30713
30714 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30715
30716         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30717           Add pad to element *after* setting functions such as event handler.
30718           Without this, the scheduler (opt) will link pads, set the event
30719           handler from the default event function (dispatcher in gstpad.c)
30720           and *after* that, we will set our own event function, which will
30721           thus never be used (and thus mpegdemux doesn't handle events).
30722
30723 2004-01-04  David Schleef  <ds@schleef.org>
30724
30725         Fix the fixate functions to handle new prototype:
30726         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30727         * gst/videotestsrc/gstvideotestsrc.c:
30728         (gst_videotestsrc_src_fixate):
30729         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30730         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30732
30733 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30734
30735         * sys/ximage/ximagesink.h:
30736         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30737         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30738         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30739         (gst_ximagesink_xoverlay_init):
30740           assorted fixes to make (re)embedding work
30741         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30742         (gst_ximagesink_get_desired_size):
30743           implement desired size additions to XOverlay
30744
30745 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30746
30747         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30748         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30749         (gst_x_overlay_got_desired_size):
30750         * gst-libs/gst/xoverlay/xoverlay.h:
30751           Add optional "desired size" signal and querying.
30752
30753 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30754
30755         * gst/matroska/matroska-demux.c:
30756         (gst_matroska_demux_parse_blockgroup):
30757           Fix EBML-laced block parsing. Diffs are relative to previous
30758           lace, not the first lace. Thanks to Mosu from the Matroska
30759           team for detecting this.
30760         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30761         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30762         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30763         (gst_wavparse_change_state):
30764         * gst/wavparse/gstwavparse.h:
30765           Quickfix for capsnego.
30766
30767 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30768
30769         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30770           Fix indenting, fix pad creation.
30771
30772 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30773
30774         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30775         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30776         (gst_xviddec_sink_link):
30777           Implement src_getcaps() so proper size caps is negotiated.
30778
30779 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30780
30781         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30782           Finish flac decoder on EOS. See #116178.
30783
30784 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30785
30786         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30787         (gst_matroska_demux_add_stream):
30788         * gst/matroska/matroska-ids.h:
30789           Add getcaps() function to fix capsnego...
30790
30791 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30792
30793         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30794         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30795         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30796           Fix more integer overflows. Again, see #126967.
30797
30798 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30799
30800         * ext/mpeg2dec/gstmpeg2dec.c:
30801           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30802           #130416.
30803
30804 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30805
30806         * configure.ac:
30807         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30808         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30809         * ext/xvid/gstxvid.h:
30810         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30811         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30812         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30813         (gst_xviddec_change_state):
30814         * ext/xvid/gstxviddec.h:
30815         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30816         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30817         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30818         (gst_xvidenc_link), (gst_xvidenc_set_property),
30819         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30820         * ext/xvid/gstxvidenc.h:
30821           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30822
30823 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30824
30825         * gst/rtp/rtp-packet.c:
30826           Add sys/types.h include, since OS X doesn't define in_addr_t
30827           in netinet/in.h, like it does on Linux (see #129600).
30828
30829 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30830
30831         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30832
30833         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30834           Correct logic of dispose function (see #129306).
30835
30836 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30837
30838         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30839         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30840         (gst_mpeg_parse_init):
30841         * gst/mpegstream/gstmpegparse.h:
30842           Remove clock (which was never provided, i.e. dead code), and
30843           also fix integer overflows at high PTS values (see #126967).
30844
30845 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30846
30847         * ext/flac/gstflacdec.c:
30848         * ext/libpng/gstpngenc.h:
30849         * ext/mikmod/gstmikmod.h:
30850           OS X fixes (see #126628).
30851
30852 2004-01-02  David Schleef  <ds@schleef.org>
30853
30854         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30855         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30856         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30857         (gst_mpeg_parse_class_init): Move pad template registration
30858         to class_init, since the derived class (mpegdemux) doesn't
30859         want them.
30860
30861 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30862
30863         * sys/ximage/Makefile.am:
30864         * sys/xvideo/Makefile.am:
30865         * sys/xvimage/Makefile.am:
30866           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30867           after installation (see #127664).
30868
30869 2004-01-02  David Schleef  <ds@schleef.org>
30870
30871         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30872         (gst_ffmpegenc_connect):  Negotiation fixes.
30873         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30874         Remove inappropriate gst_caps_free().
30875         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30876         Reenable Ronald's internal resize code, since the core handles
30877         it correctly now.
30878
30879 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30880
30881         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30882         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30883         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30884           Fix pad template stuff.
30885
30886 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30887
30888         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30889         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30890           fix signed integer reading/writing.
30891
30892 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30893
30894         * ext/alsa/README:
30895           Remove outdated document
30896
30897 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30898
30899         * gst/cutter/gstcutter.c: (gst_cutter_init):
30900           src pad was being created twice - oops.
30901
30902 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30903
30904         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30905           Comment out internal resize. It doesn't handle the resulting
30906           XEvent internally, does another try_set_caps() which leads to
30907           a really nice loop.
30908           Real fix will come when Julien and Dave are awake. ;).
30909
30910 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30911
30912         * ext/mpeg2enc/gstmpeg2enc.cc:
30913           fix const/nonconst compile issue.
30914
30915 2004-01-02  David Schleef  <ds@schleef.org>
30916
30917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30918         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30919         Add fixate function and a check for bad formats.
30920
30921 2004-01-01  David Schleef  <ds@schleef.org>
30922
30923         Negotiation fixes:
30924         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30925         (gst_audiofilter_init):
30926         * gst/debug/efence.c: (gst_efence_init):
30927         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30928         (gst_deinterlace_init):
30929         * gst/volume/gstvolume.c: (volume_connect):
30930
30931 2004-01-01  David Schleef  <ds@schleef.org>
30932
30933         Convert elements to use gst_pad_use_explicit_caps() where
30934         appropriate:
30935         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30936         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30937         (gst_afparse_open_file):
30938         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30939         (gst_afsrc_open_file):
30940         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30941         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30942         (gst_ffmpegdec_chain):
30943         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30944         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30945         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30946         (gst_gdk_pixbuf_chain):
30947         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30948         (gst_jpegdec_chain):
30949         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30950         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30951         (gst_mikmod_negotiate):
30952         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30953         (gst_mpeg2dec_negotiate_format):
30954         * ext/mpeg2enc/gstmpeg2enc.cc:
30955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30956         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30957         (gst_speexdec_sinkconnect):
30958         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30959         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30960         (gst_vorbisfile_new_link):
30961         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30962         (gst_ac3parse_chain):
30963         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30964         (gst_asf_demux_setup_pad):
30965         * gst/auparse/gstauparse.c: (gst_auparse_init),
30966         (gst_auparse_chain):
30967         * gst/id3/gstid3types.c: (gst_id3types_loop):
30968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30969         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30970         (mp1videoparse_parse_seq):
30971         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30972         (bpf_from_header):
30973         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30974         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30975         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30976         (gst_mpeg_parse_send_data):
30977         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30978         (gst_qtdemux_add_stream):
30979         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30980         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30981         (gst_wavparse_parse_fmt):
30982
30983 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30984
30985         * configure.ac:
30986           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30987           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30988           it therefore uses the wrong include paths. Too bad... Note
30989           that 1.6.1.93 is not release yet. ;).
30990           Also add a check for mplex, which is now using the lib'ified
30991           mplex from mjpegtools, too.
30992         * ext/ffmpeg/gstffmpegcodecmap.c:
30993           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30994           issues. I don't think ffmpeg handles 3ivx correctly, so this
30995           probably won't work. But it won't hurt either.
30996         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30997         (gst_ffmpegdec_chain):
30998         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30999         (gst_ffmpegenc_chain_audio):
31000           Fix memleak in audio encoding. Close codec if open fails, this
31001           calls the cleanup routines so we can re-use the context.
31002         * ext/mpeg2enc/gstmpeg2enc.cc:
31003           Fix pad template names/types, fix memory issue with getcaps().
31004         * ext/mpeg2enc/gstmpeg2encoder.cc:
31005         * ext/mpeg2enc/gstmpeg2encoder.hh:
31006           Fix compile issue with new caps system (const thingy).
31007         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31008         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31009           We read a first frame right on initing, so that we have a caps
31010           when we init the output. This caps is cached in padprivate and
31011           read as first frame.
31012         * ext/mplex/Makefile.am:
31013         * ext/mplex/gstmplex.cc:
31014         * ext/mplex/gstmplex.h:
31015         * ext/mplex/gstmplex.hh:
31016         * ext/mplex/gstmplexibitstream.cc:
31017         * ext/mplex/gstmplexibitstream.hh:
31018         * ext/mplex/gstmplexjob.cc:
31019         * ext/mplex/gstmplexjob.hh:
31020         * ext/mplex/gstmplexoutputstream.cc:
31021         * ext/mplex/gstmplexoutputstream.hh:
31022           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31023           had issues, didn't do capsnego, supported only a subset of the
31024           mplex features and required a mplex fork in our local CVS. Plus
31025           that it worked agaist a very old mplex version. Rewriting was
31026           faster than updating it.
31027         * gst-libs/ext/Makefile.am:
31028         * gst-libs/ext/mplex/INSTRUCT:
31029         * gst-libs/ext/mplex/Makefile.am:
31030         * gst-libs/ext/mplex/README:
31031         * gst-libs/ext/mplex/TODO:
31032         * gst-libs/ext/mplex/ac3strm_in.cc:
31033         * gst-libs/ext/mplex/audiostrm.hh:
31034         * gst-libs/ext/mplex/audiostrm_out.cc:
31035         * gst-libs/ext/mplex/aunit.hh:
31036         * gst-libs/ext/mplex/bits.cc:
31037         * gst-libs/ext/mplex/bits.hh:
31038         * gst-libs/ext/mplex/buffer.cc:
31039         * gst-libs/ext/mplex/buffer.hh:
31040         * gst-libs/ext/mplex/fastintfns.h:
31041         * gst-libs/ext/mplex/format_codes.h:
31042         * gst-libs/ext/mplex/inputstrm.cc:
31043         * gst-libs/ext/mplex/inputstrm.hh:
31044         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31045         * gst-libs/ext/mplex/mjpeg_logging.cc:
31046         * gst-libs/ext/mplex/mjpeg_logging.h:
31047         * gst-libs/ext/mplex/mjpeg_types.h:
31048         * gst-libs/ext/mplex/mpastrm_in.cc:
31049         * gst-libs/ext/mplex/mpegconsts.cc:
31050         * gst-libs/ext/mplex/mpegconsts.h:
31051         * gst-libs/ext/mplex/mplexconsts.hh:
31052         * gst-libs/ext/mplex/multplex.cc:
31053         * gst-libs/ext/mplex/outputstream.hh:
31054         * gst-libs/ext/mplex/padstrm.cc:
31055         * gst-libs/ext/mplex/padstrm.hh:
31056         * gst-libs/ext/mplex/stillsstream.cc:
31057         * gst-libs/ext/mplex/stillsstream.hh:
31058         * gst-libs/ext/mplex/systems.cc:
31059         * gst-libs/ext/mplex/systems.hh:
31060         * gst-libs/ext/mplex/vector.cc:
31061         * gst-libs/ext/mplex/vector.hh:
31062         * gst-libs/ext/mplex/videostrm.hh:
31063         * gst-libs/ext/mplex/videostrm_in.cc:
31064         * gst-libs/ext/mplex/videostrm_out.cc:
31065         * gst-libs/ext/mplex/yuv4mpeg.cc:
31066         * gst-libs/ext/mplex/yuv4mpeg.h:
31067         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31068         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31069           We don't fork mjpegtools' mplex in our CVS anymore.
31070         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31071         (gst_avi_demux_add_stream):
31072         * gst/avi/gstavidemux.h:
31073           Add getcaps() function for proper caps nego. This makes some
31074           parts of AVI playback/reading work.
31075         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31076           Resize window on new capsnego. This is probably wrong, but
31077           I'm still committing it because with current capsnego, the
31078           first successfull capsnego is auto-fixated, therefore rounded
31079           down to the lowest values in the caps. this results in a 16x16
31080           XWindow that is not reized when real capsnego finishes.
31081           Dave, I see more cases of this, do you know a proper solution?
31082         * tools/gst-launch-ext.in:
31083           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31084
31085 2003-12-31  David Schleef  <ds@schleef.org>
31086
31087         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31088         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31089           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31090
31091 2003-12-30  David Schleef  <ds@schleef.org>
31092
31093         * ext/ffmpeg/gstffmpegcolorspace.c:
31094         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31095         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31096         (gst_ffmpegcsp_chain): Negotiation fixes
31097         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31098         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31099         (gst_audio_convert_link), (gst_audio_convert_channels):
31100         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31101         (gst_audioscale_link), (gst_audioscale_get_buffer),
31102         (gst_audioscale_chain): Negotiation fixes
31103         * gst/audioscale/gstaudioscale.h:
31104         * gst/videofilter/gstvideofilter.c:
31105         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31106         (gst_videofilter_link), (gst_videofilter_init),
31107         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31108         (gst_videofilter_find_format_by_structure):
31109         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31110         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31111         (gst_videoscale_link):
31112         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31113         (videoscale_find_by_structure), (gst_videoscale_setup):
31114         * gst/videoscale/videoscale.h: Negotiation fixes
31115         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31116         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31117         function, restrict resizing to a multiple of 4 (hack until
31118         everyone supports odd sizes correctly).
31119
31120 2003-12-29  Colin Walters  <walters@verbum.org>
31121
31122         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31123         signed.
31124
31125 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31126
31127         * ext/sndfile/gstsf.c: (gst_sf_loop):
31128           Fix warning about discarding const qualifier
31129
31130 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31131
31132         * gst/cutter/gstcutter.c:
31133         * gst/videoscale/gstvideoscale.c:
31134         * gst/volenv/gstvolenv.c:
31135         * gst-libs/gst/audio/audio.c:
31136         * gst-libs/gst/video/video.c:
31137           Fix warnings
31138
31139 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31140
31141         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31142           Don't send ALSA debugging to stderr.
31143         * ext/alsa/gstalsa.h:
31144           Use GST_WARNING instead of g_warning when ALSA functions fail.
31145
31146 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31147
31148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31149           Free XVAdapterInfo correctly.
31150
31151 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31152
31153         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31154         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31155           Make id3tag use correct caps nego.
31156
31157 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31158
31159         * ext/ivorbis/vorbis.c:
31160         * ext/ivorbis/vorbisenc.h:
31161         * ext/ivorbis/vorbisfile.c:
31162           Modify so that it uses the new caps things
31163
31164 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31165
31166         * testsuite/spider/spider1.c: (main):
31167         * testsuite/spider/spider2.c: (main):
31168         * testsuite/spider/spider3.c: (main):
31169           Make tests compile again. They probably don't work.
31170
31171 2003-12-24  Colin Walters  <walters@verbum.org>
31172
31173         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31174         we can't fixate the caps anymore.
31175
31176 2003-12-23  David Schleef  <ds@schleef.org>
31177
31178         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31179         * sys/oss/gstosssink.c: (gst_osssink_init),
31180         (gst_osssink_sink_fixate): Add fixate function.
31181
31182 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31183
31184         * ext/ffmpeg/gstffmpegcodecmap.c:
31185         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31186         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31187         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31188         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31189         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31190         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31191         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31192           fix typo in RGB masks, and move back to "old" colorspace
31193           capsnego code until whoever wrote this new crap has actually
31194           tested it so that it works.
31195           And yes, this works, keep it that way please.
31196
31197 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31198
31199         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31200         (gst_divxdec_init), (gst_divxdec_negotiate):
31201         * ext/divx/gstdivxdec.h:
31202         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31203         (gst_divxenc_init):
31204         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31205         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31206         * ext/mpeg2enc/gstmpeg2enc.cc:
31207         * ext/mpeg2enc/gstmpeg2encoder.cc:
31208         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31209         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31210         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31211         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31212         (dxr3spusink_init):
31213         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31214         (dxr3videosink_init):
31215           Fix caps breakage after Dave's caps branch merge.
31216
31217 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31218
31219         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31220           Fix for 24bpp display.
31221
31222 2003-12-23  Colin Walters  <walters@verbum.org>
31223
31224         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31225         a GnomeVFSHandle directly.
31226
31227 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31228
31229         * gst/volume/Makefile.am:
31230         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31231         (volume_base_init), (volume_init):
31232           Reenable volume element and fix to work with new caps stuff.
31233           Rhythmbox needs this.
31234
31235 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31236
31237         * gst/qtdemux/qtdemux.c: (plugin_init):
31238           qtdemux requires bytestream
31239
31240 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31241
31242         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31243           Fix remaining caps handling errors due to CAPS merge.
31244
31245 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31246
31247         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31248         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31249         (gst_faad_srcconnect):
31250           Port to new caps system.
31251
31252 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31253
31254         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31255         (got_video_size), (main): using g_print instead of g_message.
31256         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31257         signal which was not emitted because of "switch" element added to the
31258         bin but not connected. (Removing from the bin temporarily)
31259
31260 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31261
31262         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31263         find X development files. I don't understand the previous tests and
31264         they fail on my debian/ppc unstable. This one works.
31265         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31266         exiting.
31267         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31268         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31269         (gst_play_set_visualization): Add some safety checks in set_ methods
31270         and state_change. This was throwing some ugly CRITICAL messages when
31271         pipeline was getting disposed and casts were failing.
31272
31273 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31274
31275         * configure.ac:
31276           Improve mpeg2enc detection. This is for distributions that do
31277           ship mjpegtools, but without mpeg2enc. Also does object check
31278           for might there ever be ABI incompatibility.
31279         * ext/mpeg2enc/gstmpeg2enc.cc:
31280           Add Andrew as second maintainer (he's helping me), and also add
31281           an error if no caps was set. This happens if I pull before capsnego
31282           and that's something I should solve sometime else.
31283         * gst/matroska/matroska-demux.c:
31284         (gst_matroska_demux_parse_blockgroup):
31285           Fix time parsing.
31286         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31287         (gst_matroska_mux_track_header):
31288           Add caps to templates.
31289         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31290           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31291         * gst/mpegstream/gstmpegdemux.c:
31292           Remove layer since it causes warnings about unfixed caps.
31293         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31294           Fix obvious typo (we error out if caps were set, we should of
31295           course error out if *no* caps were set).
31296         * sys/oss/gstosselement.c: (gst_osselement_convert):
31297           Fix format conversion, we confused bits/bytes.
31298         * sys/oss/gstosselement.h:
31299           Improve documentation for 'bps'.
31300         * sys/v4l/TODO:
31301           Remove stuff about plugins that need removing - this was done
31302           ages ago.
31303         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31304         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31305         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31306         (gst_v4lsrc_src_query):
31307         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31308         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31309           Add get_query_types(), get_formats() and query() functions.
31310
31311 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31312
31313         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31314           * moved CVS to freedesktop.org