configure.ac: Bump version to 0.10.11.3 pre-release
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * configure.ac:
4         Bump version to 0.10.11.3 pre-release
5
6 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
7
8         * po/POTFILES.in:
9           Update paths for the rename from utils to pbutils to fix the build.
10
11 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12
13         * gst-libs/gst/pbutils/Makefile.am:
14           Change directory to install headers in from gst/utils to gst/pbutils
15           as well.
16
17 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18
19         * configure.ac:
20         * docs/libs/gst-plugins-base-libs-docs.sgml:
21         * docs/libs/gst-plugins-base-libs-sections.txt:
22         * gst-libs/gst/Makefile.am:
23         * gst-libs/gst/interfaces/mixer.c:
24         * gst-libs/gst/pbutils/Makefile.am:
25         * gst-libs/gst/pbutils/descriptions.c:
26         (gst_pb_utils_get_source_description),
27         (gst_pb_utils_get_sink_description),
28         (gst_pb_utils_get_decoder_description),
29         (gst_pb_utils_get_encoder_description),
30         (gst_pb_utils_get_element_description),
31         (gst_pb_utils_add_codec_description_to_tag_list),
32         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
33         * gst-libs/gst/pbutils/descriptions.h:
34         * gst-libs/gst/pbutils/install-plugins.c:
35         * gst-libs/gst/pbutils/install-plugins.h:
36         * gst-libs/gst/pbutils/missing-plugins.c:
37         (gst_missing_uri_source_message_new),
38         (gst_missing_uri_sink_message_new),
39         (gst_missing_element_message_new),
40         (gst_missing_decoder_message_new),
41         (gst_missing_encoder_message_new),
42         (gst_missing_plugin_message_get_description):
43         * gst-libs/gst/pbutils/missing-plugins.h:
44         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
45         * gst-libs/gst/pbutils/pbutils.h:
46         * gst-libs/gst/utils/Makefile.am:
47         * gst-libs/gst/utils/base-utils.c:
48         * gst-libs/gst/utils/base-utils.h:
49         * gst-libs/gst/utils/descriptions.c:
50         * gst-libs/gst/utils/descriptions.h:
51         * gst-libs/gst/utils/install-plugins.c:
52         * gst-libs/gst/utils/install-plugins.h:
53         * gst-libs/gst/utils/missing-plugins.c:
54         * gst-libs/gst/utils/missing-plugins.h:
55         * gst-plugins-base.spec.in:
56         * gst/playback/Makefile.am:
57         * gst/playback/gstdecodebin.c:
58         * gst/playback/gstdecodebin2.c:
59         * gst/playback/gstplaybasebin.c: (setup_subtitle),
60         (gen_source_element):
61         * gst/playback/gstplaybin.c: (plugin_init):
62         * tests/check/Makefile.am:
63         * tests/check/libs/pbutils.c: (GST_START_TEST),
64         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
65         * tests/check/libs/utils.c:
66           rename utils to pbutils
67
68 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
69
70         * docs/plugins/Makefile.am:
71         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
72         * docs/plugins/gst-plugins-base-plugins-sections.txt:
73         * docs/plugins/inspect/plugin-decodebin2.xml:
74         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
75         Add documentation for decodebin2 that indicates that the API
76         is still unstable.
77
78 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
79
80         * configure.ac:
81         Update to 0.10.11.2 (0.10.12 pre-release)
82
83 2007-03-01  Wim Taymans  <wim@fluendo.com>
84
85         * gst-libs/gst/audio/gstbaseaudiosink.c:
86         (gst_base_audio_sink_async_play):
87         base time is irrelevant here.
88
89 2007-03-01  Wim Taymans  <wim@fluendo.com>
90
91         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
92         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
93         Improve debugging.
94
95         * gst-libs/gst/audio/gstbaseaudiosink.c:
96         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
97         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
98         Improve latency and clock slaving calculations.
99         Improve slave clock calibration.
100
101         * gst-libs/gst/audio/gstringbuffer.c:
102         (gst_ring_buffer_commit_full):
103         When we are asked to render N sample to 0 bytes, return N.
104
105 2007-03-01  Wim Taymans  <wim@fluendo.com>
106
107         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
108         (gst_alsasink_write), (gst_alsasink_reset):
109         * ext/alsa/gstalsasink.h:
110         Remove unused dispose function.
111         Rename lock to not interfere with alsasrc lock.
112
113         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
114         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
115         (gst_alsasrc_read), (gst_alsasrc_reset):
116         * ext/alsa/gstalsasrc.h:
117         Implement finalize function.
118         Use lock to protect alsa access.
119         Implement _reset.
120         Fine tune sw params.
121
122 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
123
124         * configure.ac:
125           Convert to new AG_GST style.
126
127 2007-02-28  Wim Taymans  <wim@fluendo.com>
128
129         Patch by: Ed Catmur <ed at catmur dot co dot uk>
130
131         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
132         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
133         Fix race condition when rapidly switching visualisations in playbin.
134         Fixes #401029.
135
136 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
137
138         * tests/check/Makefile.am:
139         Include local stuff before system installed things in LDFLAGS and
140         CFLAGS.
141
142 2007-02-28  Wim Taymans  <wim@fluendo.com>
143
144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
145         Improve debugging.
146
147 2007-02-28  Wim Taymans  <wim@fluendo.com>
148
149         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
150         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
151         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
152         Fix duration and timestamping, taking latency into account.
153         Implement latency query.
154
155 2007-02-28  Wim Taymans  <wim@fluendo.com>
156
157         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
158         (gst_audio_clock_new):
159         Fix clock name.
160
161         * gst-libs/gst/audio/gstbaseaudiosink.c:
162         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
163         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
164         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
165         (gst_base_audio_src_create):
166         Improve latency query code.
167         Use proper clock names.
168
169 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
170
171         * tests/check/generic/states.c: (GST_START_TEST):
172           Copy the states.c test from core again
173         * tests/check/Makefile.am:
174           ignore cdio and cdparanoiasrc
175
176 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
177
178         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
179         (double_hq), (audio_convert_get_func_index), (check_default),
180         (audio_convert_prepare_context), (audio_convert_convert):
181           Also make valgrind happy and avoid copying data in some cases.
182
183 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
184
185         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
186         (double_hq), (audio_convert_get_func_index),
187         (audio_convert_prepare_context), (audio_convert_convert):
188         * gst/audioconvert/gstaudioconvert.c:
189         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
190         (gst_audio_convert_transform_caps):
191         * tests/check/elements/audioconvert.c: (GST_START_TEST),
192         (audioconvert_suite):
193           Don't run inplace if that overwrites source data as we go. Add more
194           tests. Fixes #339837 even more.
195
196 2007-02-27  Julien MOUTTE  <julien@moutte.net>
197
198         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
199         (msg_segment_done): Fix various seeking bugs (Slider was not
200         updating when doing a non flushing seek, Reverse playback 
201         on segment seek was wrong).
202
203 2007-02-26  Wim Taymans  <wim@fluendo.com>
204
205         * tests/examples/seek/seek.c: (stop_seek):
206         When we stop scrubbing, don't leave the pipeline PLAYING when we
207         requested a PAUSED state.
208
209 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
210
211         Patch by: René Stadler <mail at renestadler de>
212
213         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
214           Parse date strings in vorbis comments that have an invalid (zero)
215           month or day (#410396).
216
217         * tests/check/libs/tag.c: (GST_START_TEST):
218           Test case for the above.
219
220 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
221
222         Patch by: Loïc Minier <lool+gnome at via ecp fr>
223
224         * configure.ac:
225         * ext/alsa/Makefile.am:
226         * gst/audiotestsrc/Makefile.am:
227           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
228
229 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
230
231         * gst/playback/gstplaybin.c:
232           Improve docs: point out that the application needs to assist playbin
233           with buffering.
234
235 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
236
237         * gst-libs/gst/utils/install-plugins.c:
238         * gst-libs/gst/utils/missing-plugins.c:
239         * tests/check/libs/utils.c: (missing_msg_check_getters):
240           Change GStreamer marker prefix in detail string from 'gstreamer.net'
241           to just 'gstreamer'. Document the caps string component of the
242           decoder/encoder detail a bit better, since not everyone will be
243           familiar with the GStreamer media type/caps system (but they better
244           enjoy nested itemized lists).
245
246 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
247
248         * gst-libs/gst/netbuffer/gstnetbuffer.c:
249         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
250           Fix copying of GstNetBuffer (would crash before, or at least lead to
251           invalid memory access, #410772), for now by copying the GstBuffer copy
252           code from the core over here so we can copy the GstBuffer fields on a
253           provided buffer instance (of type GstNetBuffer in this case). Would be
254           better to fix this with some support by the core though (and in the long
255           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
256
257         * tests/check/Makefile.am:
258           Enable unit test for GstNetBuffer.
259
260 2007-02-22  Andy Wingo  <wingo@pobox.com>
261
262         * gst-libs/gst/audio/gstbaseaudiosink.c
263         (gst_base_audio_sink_init): Disable pull-mode activation until we
264         figure out how to make audio sinks go to PLAYING.
265
266 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
267
268         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
269         (double_hq), (audio_convert_get_func_index),
270         (audio_convert_prepare_context), (audio_convert_convert):
271         * gst/audioconvert/audioconvert.h:
272         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
273         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
274         * gst/audioconvert/gstchannelmix.h:
275         * tests/check/elements/audioconvert.c: (GST_START_TEST):
276           Add float as an intermediate format, as well as float mixing. Enable
277           test that was failing before. Fixes #339837
278
279 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
280
281         * tests/examples/seek/seek.c: (do_seek):
282         Undo the previous commit: -1 as a stop time implies that the stop
283         time is the end of file, clearing any previously configured segment.
284
285 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
286
287         * tests/examples/seek/seek.c: (do_seek):
288         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
289
290 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
291
292         * gst/volume/gstvolume.c: (volume_process_int16),
293         (volume_process_int16_clamp), (volume_set_caps):
294           Unbreak volume, value remains gint.
295
296 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
297
298         * gst/volume/gstvolume.c: (volume_choose_func),
299         (volume_update_real_volume), (gst_volume_set_volume),
300         (gst_volume_init), (volume_process_double), (volume_process_float),
301         (volume_process_int16), (volume_process_int16_clamp),
302         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
303         * gst/volume/gstvolume.h:
304           Extend float audio support (double) and some int->uint cleanups.
305
306 2007-02-20  Edward Hervey  <edward@fluendo.com>
307
308         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
309         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
310         (sort_end_pads), (gst_decode_group_expose),
311         (gst_decode_group_hide):
312         Don't free groups from the streaming threads. Just put them aside and
313         free them in dispose.
314
315 2007-02-20  Edward Hervey  <edward@fluendo.com>
316
317         * gst/playback/gstdecodebin2.c: (connect_element),
318         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
319         (sort_end_pads), (gst_decode_group_expose):
320         Handle dynamic pads within groups.
321         Sort pads before exposing them in order to make playbin happy.
322         There still is a race with the multiqueue filling up. This should be
323         solved separately.
324         Fixes #398721
325
326 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
327
328         * gst-libs/gst/utils/base-utils.c:
329         * gst-libs/gst/utils/descriptions.c:
330         * gst-libs/gst/utils/install-plugins.c:
331         * gst-libs/gst/utils/missing-plugins.c:
332           Some more docs (and descriptions for two subtitle formats).
333
334 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
335
336         * gst-libs/gst/audio/audio.c:
337           Fix documentation.
338
339 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
340
341         Patch by: Yves Lefebvre  <ivanohe abacom com>
342
343         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
344           Don't leak caps. Fixes #408278.
345
346 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
347
348         * ext/cdparanoia/gstcdparanoiasrc.h:
349         * ext/ogg/gstoggdemux.h:
350         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
351         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
352         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
353         * gst-libs/gst/audio/audio.h:
354         * gst-libs/gst/audio/gstaudiofilter.h:
355         * gst-libs/gst/interfaces/videoorientation.h:
356         * gst/adder/gstadder.h:
357           More docs coverage and some ChangeLog surgery (add missing names)
358
359 2007-02-15  Wim Taymans  <wim@fluendo.com>
360
361         * sys/ximage/ximagesink.c:
362         (gst_ximagesink_calculate_pixel_aspect_ratio):
363         * sys/xvimage/xvimagesink.c:
364         (gst_xvimagesink_calculate_pixel_aspect_ratio):
365         Small constifications.
366
367 2007-02-15  Wim Taymans  <wim@fluendo.com>
368
369         * gst-libs/gst/audio/gstbaseaudiosink.c:
370         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
371         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
372         (gst_base_audio_sink_async_play),
373         (gst_base_audio_sink_change_state):
374         Answer latency query.
375         Use configured latency when syncing.
376         Fix clock slaving.
377
378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
379         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
380         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
381         Fix possible memleak.
382         Implement latency query.
383         Small cleanups.
384
385 2007-02-15  Wim Taymans  <wim@fluendo.com>
386
387         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
388         Ignore errors in reset, these are not fatal. They also grab the element
389         lock which is already taking when this function is called. Fixes
390         #405451.
391
392 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
393
394         * configure.ac:
395           Remove 'tests/examples/xerror/Makefile' from output files again.
396
397 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
398
399         * configure.ac:
400         * docs/plugins/Makefile.am:
401           Also crossref against gst-plugins-base-libs.
402
403 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
404
405         * configure.ac:
406         * docs/libs/Makefile.am:
407         * docs/plugins/Makefile.am:
408           Add crossreferences to glib/gobject/gstream docs.
409
410         * gst-libs/gst/audio/audio.h:
411           Source formatting.
412
413         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
414           Add own debug category.
415
416 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
417
418         Patch by: René Stadler <mail at renestadler de>
419
420         * gst-libs/gst/tag/gstvorbistag.c:
421           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
422           (#403597).
423
424 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
425
426         * gst/playback/gstplaybasebin.c: (setup_source):
427           When we have external subtitles and wait for the subtitle decodebin
428           to get up and running, we set up a (sync) bus handler for the
429           subtitle decodebin, so we can stop waiting when it posts an error
430           message. However, we should do that before we set the subtitle
431           decodebin's state to playing, otherwise things are racy and we might
432           miss error messages posted before we had a chance to set up the bus.
433           This should finally fix totem hanging on .txt pseudo-subtitle files.
434           
435 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
436
437         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
438           Use gst_gdouble_to_guint64 for conversions.
439         * win32/common/config.h.in:
440           Add a define for GST_INSTALL_PLUGINS_HELPER
441         * win32/common/libgstaudio.def:
442         * win32/common/libgstcdda.def:
443         * win32/common/libgstnetbuffer.def:
444         * win32/common/libgstrtp.def:
445         * win32/common/libgutils.def:
446           Add new exported functions.
447         * win32/vs6/gst_plugins_base.dsw:
448         * win32/vs6/libgstdecodebin.dsp:
449         * win32/vs6/libgstnetbuffer.dsp:
450         * win32/vs6/libgstplaybin.dsp:
451         * win32/vs6/libgstrtp.dsp:
452         * win32/vs6/libgstvorbis.dsp:
453         * win32/vs6/libgstcdda.dsp:
454         * win32/vs6/libgstgdp.dsp:
455         * win32/vs6/libgstutils.dsp:
456           Update and add new project files.
457
458 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
459
460         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
461         (subrip_remove_unhandled_tags), (parse_subrip):
462           For SubRip (.srt) subtitles, ignore all markup tags we don't
463           handle (like font tags, for example).
464
465         * tests/check/elements/subparse.c:
466           Add test for this.
467
468 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * gst/playback/gstdecodebin.c: (add_fakesink),
471         (gst_decode_bin_change_state):
472         * gst/playback/gstdecodebin2.c: (add_fakesink),
473         (gst_decode_bin_change_state):
474           Don't error out if there is no fakesink in the NULL to READY state
475           change, since when decodebin is re-used, we're only adding the
476           fakesink element in READY to PAUSED.
477
478         * tests/check/elements/decodebin.c:
479         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
480         (decodebin_suite):
481           Minimal unit test to make sure we can use the same decodebin
482           instance twice (at least with audiotestsrc input).
483
484 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
485
486         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
487           Try to get devic-name from device string first, and from handle only
488           as fallback (seems to yield better results and is more robust
489           against buggy probing code on the application side).
490
491 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
492
493         Based on patch by: Julien Puydt <julien.puydt at laposte net>
494
495         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
496         (gst_alsa_find_device_name):
497         * ext/alsa/gstalsa.h:
498         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
499         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
500           Improve device-name detection a bit, especially in the case where
501           the device is not actually open (#405020, #405024). Move common code
502           into gstalsa.c instead of duplicating it.
503
504 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
505
506         * gst/audioconvert/gstaudioconvert.c:
507           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
508
509 2007-02-06  Julien MOUTTE  <julien@moutte.net>
510
511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
512         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
513         (gst_xvimagesink_interface_supported),
514         (gst_xvimagesink_probe_get_properties),
515         (gst_xvimagesink_probe_probe_property),
516         (gst_xvimagesink_probe_needs_probe),
517         (gst_xvimagesink_probe_get_values),
518         (gst_xvimagesink_property_probe_interface_init),
519         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
520         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
521         (gst_xvimagesink_get_type):
522         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
523         for XVAdaptors so that one can choose the adaptor to use with 
524         gstreamer-properties.
525
526 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
527
528         * gst/audioconvert/gstaudioconvert.c:
529           Also mention that a conversion from double to float is suboptimal still.
530
531 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
532
533         * gst-libs/gst/audio/gstaudiofilter.c:
534         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
535           Clear our formats structure and free the caps contained in it when
536           shutting down.
537
538 2007-02-05  Andy Wingo  <wingo@pobox.com>
539
540         * gst-libs/gst/audio/gstbaseaudiosink.c
541         (gst_base_audio_sink_callback): Update basesink->offset so that we
542         pull monotonically increasing offsets instead of, um, seeking back
543         to 0 each time. Fixes alsasrc ! alsasink!
544
545 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
546
547         * gst/videoscale/gstvideoscale.c:
548           A width and height of 1 makes us crash, so increase minimum size to
549           2x2 pixels until someone feels like fixing this (#404512).
550
551 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
554           Add small test to make sure request pads are cleaned up properly
555           even if oggmux never changes state out of NULL.
556
557 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
558
559         * tests/check/libs/utils.c: (GST_START_TEST):
560           Fix unit test. Turns out things work much better when you
561           NULL-terminate string arrays. Should make p5 build bot happy again.
562
563 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
564
565         * gst-libs/gst/audio/Makefile.am:
566         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
567         (gst_audio_filter_template_base_init),
568         (gst_audio_filter_template_class_init),
569         (gst_audio_filter_template_init),
570         (gst_audio_filter_template_set_property),
571         (gst_audio_filter_template_get_property),
572         (gst_audio_filter_template_setup),
573         (gst_audio_filter_template_filter),
574         (gst_audio_filter_template_filter_inplace), (plugin_init):
575           Oops, forgot to commit fixed-up example.
576
577 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * docs/libs/gst-plugins-base-libs-sections.txt:
580         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
581         (gst_audio_filter_class_init), (gst_audio_filter_init),
582         (gst_audio_filter_set_caps),
583         (gst_audio_filter_class_add_pad_templates):
584         * gst-libs/gst/audio/gstaudiofilter.h:
585           Port GstAudioFilter to 0.10. This change technically breaks
586           API and ABI (and thus also every library developer's heart),
587           but seems justifiable on the grounds that the base class was
588           completely unusable before (ie. would crash immediately when
589           actually used). Fixes #403963 (and eventually also #403572).
590           Also document all of this a bit.
591
592 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
593
594         * gst-libs/gst/utils/install-plugins.c:
595         (gst_install_plugins_spawn_child):
596         * tests/check/libs/utils.c:
597         (test_base_utils_install_plugins_do_callout):
598           Lowering log level to see why things fail on the p5 build bot;
599           fix some typos in unit test messages.
600
601 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
602
603         * tests/check/libs/utils.c:
604         (test_base_utils_install_plugins_do_callout):
605           Don't hard-code temp directory for test helper; use GLib functions
606           to write out file and do error checking etc.
607
608 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst-libs/gst/utils/Makefile.am:
611         * gst-libs/gst/utils/base-utils.h:
612         * gst-libs/gst/utils/install-plugins.c:
613         (gst_install_plugins_context_set_xid),
614         (gst_install_plugins_context_new),
615         (gst_install_plugins_context_free),
616         (gst_install_plugins_get_helper),
617         (gst_install_plugins_spawn_child),
618         (gst_install_plugins_return_from_status),
619         (gst_install_plugins_installer_exited),
620         (gst_install_plugins_async), (gst_install_plugins_sync),
621         (gst_install_plugins_return_get_name),
622         (gst_install_plugins_installation_in_progress):
623         * gst-libs/gst/utils/install-plugins.h:
624           API: add API for applications to initiate installation of missing
625           plugins, ie. gst_install_plugins_async() primarily.
626           Based on libgimme-codec by Ryan Lortie.
627
628         * configure.ac:
629           Add --with-install-plugins-helper configure option so distros can specify
630           the path of the helper script or program to call when plugin installation
631           is requested (distros: please do any argument munging in this helper
632           script instead of patching GStreamer to pass arguments differently
633           to another program directly).
634
635         * docs/libs/gst-plugins-base-libs-docs.sgml:
636         * docs/libs/gst-plugins-base-libs-sections.txt:
637           Build and document new API.
638
639         * tests/check/libs/utils.c: (result_cb),
640         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
641         (libgstbaseutils_suite):
642           Some simple checks for the new API.
643
644 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
645
646         * tests/check/elements/audioconvert.c: (test_float_conversion):
647           Add small test for 32bit float <=> 64bit float conversion (works
648           only one way so far, 32=>64 produces structured noise).
649
650 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
651
652         * gst/audioconvert/gstaudioconvert.c:
653         (set_structure_widths_32_and_64), (make_lossless_changes):
654           We don't support floats with a width of 40, 48 or 56 bits.
655
656 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
657
658         * gst/audioconvert/audioconvert.c: (float), (double),
659         (audio_convert_get_func_index):
660         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
661         (make_lossless_changes):
662           Support for 64-bit float audio in audioconvert (#339837)
663
664 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
665
666         Patch by: Holger Wansing  <linux wansing-online de>
667
668         * po/LINGUAS:
669         * po/de.po:
670           Add German translation (#352069).
671
672 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
673
674         reviewed by: Wim Taymans <wim@fluendo.com>
675
676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
677         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
678         Use newly added GstCollectPads API to free the allocated resources in
679         the GstOggPad structures (#402393).
680
681 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
682
683         * gst/playback/gstplaybin.c: (gen_vis_element):
684           Add audioresample+audioconvert in front of the visualisation
685           element, so that elements like libvisual 0.4 that don't support all
686           samplerates can work.
687
688           Fixes: #402505
689
690 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
691
692         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
693         (gst_play_base_bin_get_streaminfo_value_array):
694           Take some locks and make a copy of the streaminfo value array we
695           maintain while holding the lock, so that the application can
696           retrieve the stream-info as a value array in a thread-safe way.
697
698 2007-01-30  Wim Taymans  <wim@fluendo.com>
699
700         * gst/audioconvert/gstaudioconvert.c:
701         Don't fail on 0 sized buffers. Fixes #396835.
702
703 2007-01-29  David Schleef  <ds@schleef.org>
704
705         * gst/typefind/gsttypefindfunctions.c:
706           Detect BBCD as video/x-dirac, so we can play raw dirac
707           streams.
708
709 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
710
711         * ext/theora/theoraenc.c: (theora_enc_chain):
712           Check return value of theora_encode_header(), or we might try to
713           allocate a random number of bytes. theora_encode_header() can fail
714           if libtheora has been compiled with encoding support disabled.
715           Fixes #398110.
716
717 2007-01-29  Wim Taymans  <wim@fluendo.com>
718
719         * tests/check/gst/.cvsignore:
720         Do as buildbot says.
721
722 2007-01-29  Wim Taymans  <wim@fluendo.com>
723
724         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
725         Fix strides in libvisual. Gst uses X strides.
726         Inspired by: <ed at catmur dot co dot uk> and 
727         <tim at centricular dot net>
728         Fixes #401118.
729
730 2007-01-27  Wim Taymans  <wim@fluendo.com>
731
732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
733         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
734         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
735         (gst_ogg_demux_perform_seek),
736         (gst_ogg_demux_bisect_forward_serialno),
737         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
738         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
739         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
740         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
741         * ext/ogg/gstoggdemux.h:
742         Properly propagate streaming errors when we are scanning the file for
743         chains so that we don't crash when shut down. Might fix some crashers
744         when quickly switching oggs in RB such as #332503 and #378436.
745
746 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
747
748         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
749           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
750           error code as well.
751
752 2007-01-25  Wim Taymans  <wim@fluendo.com>
753
754         * gst/playback/gstplaybasebin.c: (remove_source):
755         Don't try to disconnect a signal from a finalized object.
756
757 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
758
759         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
760           Cast lock macro parameters to make sure we're actually accessing the
761           lock member at the right class level. Free list itself in _dispose()
762           as well and NULL it in case dispose gets called multiple times.
763
764 2007-01-25  Edward Hervey  <edward@fluendo.com>
765
766         * gst/playback/gstdecodebin2.c:
767         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
768         Free GstDecodeGroups no longer used.
769         (gst_decode_group_expose):
770         Don't unlock too many times !
771         (deactivate_free_recursive):
772         Free iterator once we're done with it.
773         Fix for recursively deactivating elements (stop at ghostpads).
774
775 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
776
777         * gst/playback/gstplaybin.c: (handoff):
778           Fix up caps on the frame buffer before we save it and potentially
779           make it accessible to other threads via g_object_get; also use
780           gst_buffer_replace() instead of gst_mini_object_replace().
781
782 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
783
784         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
785           Make getting the current frame thread-safe.
786
787 2007-01-25  Edward Hervey  <edward@fluendo.com>
788
789         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
790         (gst_decode_group_new), (gst_decode_group_free):
791         Set queues to bigger sizes to cope with HD contents.
792         Fix some mutex freeing and add comment about MT safe methods.
793
794 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
795
796         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
797         (gst_text_overlay_text_event):
798           Don't unnecessarily ref (and then leak) upstream events if the text
799           pad is not linked. Fixes #399948.
800
801         * tests/check/gst-plugins-base.supp:
802           Add suppression for pango on edgy/x86 for textoverlay test.
803
804 2007-01-24  Wim Taymans  <wim@fluendo.com>
805
806         * gst-libs/gst/rtp/gstrtpbuffer.h:
807         Add some more fixed payloads.
808
809 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
810
811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
812           Error out properly if we get an error from libogg while reading the
813           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
814
815 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
818           Don't leak mutex.
819
820         * tests/check/elements/playbin.c:
821         (test_sink_usage_video_only_stream),
822         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
823         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
824         (test_missing_suburisource_handler),
825         (test_missing_primary_decoder), (playbin_suite):
826           Run all tests once with decodebin and once with decodebin2.
827           One test does not pass yet with decodebin2.
828
829 2007-01-23  Edward Hervey  <edward@fluendo.com>
830
831         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
832         Fix the cases where oggmux doesn't properly figure out that all
833         sinkpads have gone EOS, and therefore doesn't push out the remaining
834         buffers and the final EOS event.
835         Fixes #363379
836
837 2007-01-23  Julien MOUTTE  <julien@moutte.net>
838
839         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
841         Don't lock on navigation event push, just on keysym to string.
842         Fixes #397673 again.
843
844 2007-01-22  Edward Hervey  <edward@fluendo.com>
845
846         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
847         (get_current_group), (group_demuxer_event_probe),
848         (gst_decode_group_expose), (deactivate_free_recursive),
849         (gst_decode_group_free):
850         Cleanups.
851         Don't forget to emit 'no-more-pads' once a group is exposed.
852         Cleanup elements from a DecodeGroup once we remove it.
853         Protect call to gst_decode_group_expose() with the decodebin lock.
854
855 2007-01-22  Julien MOUTTE  <julien@moutte.net>
856
857         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
859         Looking at Xorg code i can't figure out if that XKeysymToString
860         function is thread sensible or not. Lock it just in case as
861         recommended by Radek Doulik <rodo at ximian dot com>.
862
863 2007-01-22  Julien MOUTTE  <julien@moutte.net>
864
865         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
867         Lock that X Call as well. Fixes #397673.
868
869 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
870
871         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
872           Don't go into an endless loop if the file starts with 00 00 01 2X,
873           like quicktime redirect files might. Fixes #396042.
874
875         * tests/check/Makefile.am:
876         * tests/check/gst/.cvsignore:
877         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
878         (typefindfunctions_suite):
879           Add unit test for the above.
880
881 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
884           On second thought, use "depth" field rather than "bpp" field.
885
886 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
889           Camtasia caps apparently need a bpp field (#398875).
890
891 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
892
893         * gst/playback/gstplaybasebin.c: (setup_subtitle),
894         (gen_source_element), (gst_play_base_bin_change_state):
895           Attempt at a better error message in case we don't have the required
896           URI handler installed; post missing-plugin message also when we're
897           missing an URI handler for the subtitle URI; clean up properly also
898           when an error occurs and we never made it to PAUSED state.
899
900         * tests/check/elements/playbin.c: (GST_START_TEST),
901         (playbin_suite):
902           Check that we're also getting a missing-plugin messsage for a
903           missing subtitle URI handler (and clean up properly).
904
905 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
908           Plug a few reference leaks.
909
910 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
911
912         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
913           Lower probability a bit if the marker isn't right at the start,
914           to decrease the chance of false positives.
915
916 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
919           Small mpeg2 system stream typefinding improvement: make typefinder
920           probe a bit into the stream instead of just looking for a marker
921           at the beginning. Fixes #397810.
922
923 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
924
925         * gst/audioconvert/gstchannelmix.c:
926           Remove compatibility cruft for prehistoric GLib versions.
927
928 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
929
930         * gst/playback/Makefile.am:
931         * gst/playback/gstdecodebin.c: (close_pad_link):
932         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
933         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
934         (gst_play_base_bin_handle_message_func), (unknown_type):
935           Let decodebin be the element to post missing-plugin messages for
936           missing decoders (rather than playbin); make playbin implement
937           GstBin::handle_message so we can suppress missing-plugin messages
938           for types we're not handling on purpose (don't want to bring up an
939           installer in those cases).
940
941 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
942
943         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
944         * gst-libs/gst/tag/gstvorbistag.c:
945         (gst_tag_list_to_vorbiscomment_buffer):
946         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
947           Fix potentially unaligned access (#397207).
948
949 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
950
951         * tests/examples/seek/seek.c: (set_scale), (update_scale),
952         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
953         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
954         (main):
955           Allow to toggle looping while it plays. Fix callback prototype. Clean
956           up code a bit more. Add copyright header.
957
958 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
959
960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
961           Red and blue mask was swapped (spotted by Dan Williams).
962
963 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
964
965         * gst-libs/gst/tag/gstid3tag.c:
966         * gst-libs/gst/tag/gstvorbistag.c:
967           Use new beats-per-minute tag from core.
968
969 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
970
971         * po/POTFILES.in:
972           Add new files with translatable strings, so they actually make it
973           into the template file one day.
974
975 2007-01-12  Andy Wingo  <wingo@pobox.com>
976
977         * gst-libs/gst/audio/gstbaseaudiosink.c
978         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
979         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
980         stuff, as the base class handles this now. Actually tell the ring
981         buffer to start.
982         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
983         How did this work before? Maybe I'm not as awesome a programmer as
984         I think.
985
986         * gst-libs/gst/audio/gstbaseaudiosrc.c
987         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
988         of a pad function.
989
990 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
991
992         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
993           Remove more fields so that the application can better blacklist
994           formats that have been tried before.
995
996 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
997
998         * gst-libs/gst/audio/mixerutils.h:
999           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1000           used when compiling with c++ compilers as well.
1001
1002 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1003
1004         * gst/typefind/gsttypefindfunctions.c:
1005           Fix comment.
1006
1007 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1008
1009         * gst/playback/gstplaybin.c: (post_missing_element_message),
1010         (gen_video_element), (gen_text_element), (gen_audio_element),
1011         (gen_vis_element):
1012           Post missing-plugin messages also when we error out because
1013           converters, textoverlay or auto*sinks are missing (#161922).
1014
1015 2007-01-10  Wim Taymans  <wim@fluendo.com>
1016
1017         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1018         (is_demuxer_element), (new_caps):
1019         * gst/playback/gstplaybasebin.c: (source_new_pad):
1020         Fix the case where we try to ref a NULL element when we delay a link
1021         because of unfixed caps.
1022         Set the state of autoplugged decodebins to PAUSED.
1023         RTSP now works in playbin, we can remove it from the blacklist.
1024
1025 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1026
1027         * gst/playback/Makefile.am:
1028         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1029         (unknown_type), (setup_subtitle), (gen_source_element):
1030         * gst/playback/gstplaybin.c: (plugin_init):
1031           Post missing-plugin messages on the bus for missing sources and
1032           missing decoders/demuxers/depayloaders; fix error code used when
1033           we're missing an URI handler source; for media types that we are not
1034           handling on purpose at the moment, don't print "don't know how to
1035           handle xyz" messages to the terminal or post missing-plugin
1036           messages on the bus.
1037
1038         * tests/check/elements/playbin.c: (create_playbin),
1039         (GST_START_TEST), (gst_codec_src_uri_get_type),
1040         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1041         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1042         (gst_codec_src_init_type), (gst_codec_src_base_init),
1043         (gst_codec_src_create), (gst_codec_src_class_init),
1044         (gst_codec_src_init), (plugin_init), (playbin_suite):
1045           Add some tests for the missing-plugin stuff.
1046
1047 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1048
1049         * configure.ac:
1050         * gst-libs/gst/Makefile.am:
1051         * gst-libs/gst/utils/Makefile.am:
1052         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1053         * gst-libs/gst/utils/base-utils.h:
1054         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1055         (find_format_info), (caps_are_rtp_caps),
1056         (gst_base_utils_get_source_description),
1057         (gst_base_utils_get_sink_description),
1058         (gst_base_utils_get_decoder_description),
1059         (gst_base_utils_get_encoder_description),
1060         (gst_base_utils_get_element_description),
1061         (gst_base_utils_add_codec_description_to_tag_list),
1062         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1063         * gst-libs/gst/utils/descriptions.h:
1064         * gst-libs/gst/utils/missing-plugins.c:
1065         (missing_structure_get_type), (copy_and_clean_caps),
1066         (gst_missing_uri_source_message_new),
1067         (gst_missing_uri_sink_message_new),
1068         (gst_missing_element_message_new),
1069         (gst_missing_decoder_message_new),
1070         (gst_missing_encoder_message_new),
1071         (missing_structure_get_string_detail),
1072         (missing_structure_get_caps_detail),
1073         (gst_missing_plugin_message_get_installer_detail),
1074         (gst_missing_plugin_message_get_description),
1075         (gst_is_missing_plugin_message):
1076         * gst-libs/gst/utils/missing-plugins.h:
1077           API: add new libgstbaseutils library with functions
1078           - to create and parse missing-plugins messages
1079           - that provide (translated) descriptions for caps/decoders/sources/etc.
1080           Closes #392393.
1081
1082         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1083         * pkgconfig/gstreamer-plugins-base.pc.in:
1084           Add new lib.
1085
1086         * docs/libs/gst-plugins-base-libs-docs.sgml:
1087         * docs/libs/gst-plugins-base-libs-sections.txt:
1088           Generate docs for new lib and API.
1089
1090         * tests/check/Makefile.am:
1091         * tests/check/libs/.cvsignore:
1092         * tests/check/libs/utils.c: (missing_msg_check_getters),
1093         (GST_START_TEST), (libgstbaseutils_suite):
1094           Add some basic unit tests.
1095
1096 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         * ext/ogg/Makefile.am:
1099           Dist gstoggdemux.h to fix 'make distcheck'.
1100
1101         * sys/v4l/Makefile.am:
1102           Fix 'make distcheck' even more.
1103
1104 2007-01-09  Wim Taymans  <wim@fluendo.com>
1105
1106         * docs/plugins/Makefile.am:
1107         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1108         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1109         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1110         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1111         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1112         (gst_ogg_demux_perform_seek):
1113         * ext/ogg/gstoggdemux.h:
1114         Added docs.
1115         Add some more comments.
1116         Small cleanups.
1117
1118 2007-01-09  Wim Taymans  <wim@fluendo.com>
1119
1120         * ext/theora/theoradec.c:
1121         * ext/vorbis/vorbisdec.c:
1122         * gst-libs/gst/audio/gstringbuffer.c:
1123         (gst_ring_buffer_commit_full):
1124         * gst-libs/gst/audio/gstringbuffer.h:
1125         * gst-libs/gst/rtp/gstrtpbuffer.c:
1126         * gst-libs/gst/tag/gstvorbistag.c:
1127         Small documentation updates/fixes
1128
1129 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * configure.ac:
1132           Require core CVS HEAD for Andy's basesrc/sink API additions.
1133
1134 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1137
1138         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1139         (plugin_init):
1140           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1141           on flac.sf.net (there appear to be other versions of the first
1142           ogg page in the wild) (#391365).
1143
1144 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * configure.ac:
1147           Check if localtime_r() is available.
1148
1149         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1150           If localtime_r() is not available, fall back to localtime(). Should
1151           fix build on MingW (#393310).
1152
1153 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1154
1155         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1156         * gst/subparse/gstsubparse.h:
1157           Remove spurious 1000 subtrahend when calculating the timestamp from
1158           the frame number and the frame rate . Also, use the frames/second
1159           value specified in the first line of the file, if one is specified
1160           there. Should fix #357503.
1161
1162         * tests/check/elements/subparse.c: (do_test),
1163         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1164         (subparse_suite):
1165           Add some basic unit tests for the microdvd subtitle format.
1166
1167 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1168
1169         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1170         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1171         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1172         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1173         (gst_xvimagesink_set_xwindow_id),
1174         (gst_xvimagesink_set_event_handling),
1175         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1176         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1177         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1178         Fixes : #390076.
1179         Add an adaptor property to select a specific XV adaptor.
1180         * sys/xvimage/xvimagesink.h:
1181
1182 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1183
1184         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1185         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1186         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1187         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1188         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1189         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1190         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1191         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1192         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1193         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1194         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1195         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1196         Use flow_lock much more to protect every access to xwindow.
1197         Try to catch erros while creating images in case some drivers are
1198         just generating an XError when the requested image is too big.
1199         Should fix : #354698, #384008, #384060.
1200         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1201         Implement some stress testing of setting window xid.
1202
1203 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1204
1205         * win32/common/libgsaudio.def:
1206           Add new exported function.
1207         * win32/common/libgstogg.dsp:
1208           Add gstoggaviparse.c to the build.
1209         * win32/common/libgstvideoscale.dsp:
1210           Add vs_4tap.c to the build.
1211         * win32/common/libgstvorbis.dsp:
1212           Add vorbistag.c to the build.
1213         
1214 2007-01-06  Andy Wingo  <wingo@pobox.com>
1215
1216         * gst-libs/gst/audio/gstbaseaudiosink.c
1217         (gst_base_audio_sink_class_init)
1218         (gst_base_audio_sink_init): 
1219         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1220         to baseaudiosink, and tell basesink that we can work in pull mode.
1221         This way the ring buffer thread drives the pipeline directly, if
1222         pull mode is possible. There is some lingering nastiness regarding
1223         capsnego, however.
1224         (gst_base_audio_sink_callback): Implement the callback to pull
1225         data. This interface is a bit light, though -- it should get a
1226         GstFlowReturn return value at least.
1227
1228 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1231         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1232         * gst/playback/gstdecodebin2.c:
1233         (gst_decode_group_check_if_blocked):
1234           Printf format and missing argument fixes.
1235
1236 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1237
1238         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1239         (gst_ogm_parse_change_state):
1240         Activate pads before adding them to the element.
1241
1242 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1243
1244         * tests/examples/seek/scrubby.c: (main):
1245         * tests/examples/seek/seek.c: (main):
1246           Call g_thread_init() first thing in main() (see #391278).
1247
1248 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1249
1250         * tests/check/Makefile.am:
1251         * tests/check/libs/.cvsignore:
1252         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1253         (netbuffer_suite):
1254           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1255           for the time being, since it's broken, see #393099.
1256
1257 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1258
1259         * tests/check/Makefile.am:
1260           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1261
1262 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1263
1264         * configure.ac:
1265           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1266           so that GST_BASE_CFLAGS can go inbetween them, making sure
1267           we use uninstalled gst-libs headers
1268         * docs/libs/Makefile.am:
1269         * ext/alsa/Makefile.am:
1270         * ext/cdparanoia/Makefile.am:
1271         * ext/gnomevfs/Makefile.am:
1272         * ext/libvisual/Makefile.am:
1273         * ext/ogg/Makefile.am:
1274         * ext/theora/Makefile.am:
1275         * ext/vorbis/Makefile.am:
1276         * gst-libs/gst/audio/Makefile.am:
1277         * gst-libs/gst/cdda/Makefile.am:
1278         * gst-libs/gst/interfaces/Makefile.am:
1279         * gst-libs/gst/riff/Makefile.am:
1280         * gst-libs/gst/rtp/Makefile.am:
1281         * gst-libs/gst/tag/Makefile.am:
1282         * gst/adder/Makefile.am:
1283         * gst/audioconvert/Makefile.am:
1284         * gst/audiorate/Makefile.am:
1285         * gst/audioresample/Makefile.am:
1286         * gst/playback/Makefile.am:
1287         * gst/tcp/Makefile.am:
1288         * gst/videoscale/Makefile.am:
1289         * gst/volume/Makefile.am:
1290         * sys/ximage/Makefile.am:
1291         * sys/xvimage/Makefile.am:
1292         * tests/icles/Makefile.am:
1293           adapt
1294
1295 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1296
1297         * gst-libs/gst/interfaces/xoverlay.c:
1298         (gst_x_overlay_handle_events):
1299         * gst-libs/gst/interfaces/xoverlay.h:
1300         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1301         (gst_ximagesink_set_xwindow_id),
1302         (gst_ximagesink_set_event_handling),
1303         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1304         (gst_ximagesink_get_property), (gst_ximagesink_init),
1305         (gst_ximagesink_class_init):
1306         * sys/ximage/ximagesink.h:
1307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1308         (gst_xvimagesink_set_xwindow_id),
1309         (gst_xvimagesink_set_event_handling),
1310         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1311         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1312         (gst_xvimagesink_class_init):
1313         * sys/xvimage/xvimagesink.h:
1314         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1315         Add a method to the XOverlay interface to allow disabling of 
1316         event handling in x[v]imagesink elements. This will let X events
1317         propagate to parent windows which can be usefull in some cases.
1318         Be carefull that the application is then responsible of pushing
1319         navigation events and expose events to the video sink.
1320         Fixes: #387138.
1321
1322 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1323
1324         * gst-libs/gst/tag/gstvorbistag.c:
1325         * tests/check/libs/tag.c: (GST_START_TEST):
1326           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1327           (fixes #392070).
1328
1329 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1330
1331         * configure.ac:
1332         * docs/Makefile.am:
1333         * docs/design/Makefile.am:
1334           Dist design docs.
1335
1336 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1337
1338         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1339         typo. Fixes: #390063.
1340
1341 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1342
1343         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1345         caps leak.
1346         * win32/common/config.h: Updated.
1347
1348 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1349
1350         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1351         (setup_gdpdepay_streamheader):
1352         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1353         (setup_gdppay_streamheader):
1354           Fix the dp tests, but activating the pads for the streamheader tests
1355           too and cleaning up conditionaly
1356
1357 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1358
1359         * gst/ffmpegcolorspace/avcodec.h:
1360         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1361         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1362         (gst_ffmpegcsp_avpicture_fill):
1363         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1364         (img_get_alpha_info):
1365         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1366         other end of the word. Fixes: #387073.
1367
1368         Add some inconsequential branch hints in a couple of places.
1369
1370 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1373         (gst_ffmpeg_caps_to_smpfmt):
1374           The "signed" field in raw audio caps is of boolean type, trying to
1375           extract the value with _get_int() will fail (fix to keep in sync with
1376           the copy in gst-ffmpeg)
1377
1378 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1379
1380         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1381         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1382         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1383         (cleanup_gdpdepay):
1384         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1385         * tests/check/elements/subparse.c: (teardown_subparse):
1386         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1387         * tests/check/elements/videorate.c: (cleanup_videorate):
1388         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1389         * tests/check/elements/volume.c: (cleanup_volume):
1390         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1391         (cleanup_vorbisdec):
1392         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1393         (cleanup_vorbistag):
1394           consistent pad (de)activation
1395
1396 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1397
1398         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1399           Forgot to register the extensions.
1400
1401 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1402
1403         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1404         (plugin_init):
1405           Add typefinder for VIVO files (my christmas present to the 90s).
1406
1407 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1408
1409         * gst/playback/gstdecodebin.c: (type_found):
1410           Special-case the text/plain media type: we only want to recognise it
1411           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1412           parser, but not if the entire stream is of text/plain type. If the
1413           entire stream is text/plain, we should just error out.
1414
1415           This fixes playback of audio files with lyrics in totem. Totem can't
1416           distinguish between text files and subtitle files and passes any
1417           .txt file with the same basename as the main file to playbin as
1418           suburi, and playbin will then throw a 'subtitle found, but no video
1419           stream' error, which isn't entirely helpful. See #380342.
1420
1421           Also, with this change we'll show a slightly more correct error
1422           message in case totem passes a playlist file to us (although a
1423           custom error message wording instead of the default text would
1424           probably not be a bad idea either).
1425
1426           Same problem also needs to be fixed for playbin+decodebin2.
1427
1428         * tests/check/Makefile.am:
1429         * tests/check/elements/decodebin.c: (src_handoff_cb),
1430         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1431         (decodebin_suite):
1432           Add simple unit test for decodebin for the above.
1433
1434 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1435
1436         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1437         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1438           Refuse to change state to READY when we failed to create any of the
1439           required elements in our instance init function.
1440
1441 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1442
1443         * docs/libs/gst-plugins-base-libs-sections.txt:
1444           Small docs fixes/updates.
1445
1446         * gst-libs/gst/video/gstvideosink.h:
1447           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1448           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1449           removed from the base sink API between 0.9.6 and 0.9.7).
1450           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1451           accessor macros, so we don't do a runtime GObject type check every
1452           time we use them.
1453
1454 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1455
1456         * Makefile.am:
1457         * gst-plugins-base.doap:
1458         * gst-plugins-base.spec.in:
1459           add doap file
1460
1461 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1462
1463         Patch by: Jens Granseuer <jensgr at gmx net>
1464
1465         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1466         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1467         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1468         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1470           Declare variables at the beginning of a block. Fixes #383195.
1471
1472 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1473
1474         * configure.ac:
1475         Bump version nano - back to CVS.
1476
1477
1478 === release 0.10.11 ===
1479
1480 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1481
1482         * configure.ac:
1483           releasing 0.10.11, "Dumb things"
1484
1485 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1486
1487         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1488         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1489         Handle the case where an element has multiple pads with 
1490         unfixed caps as well as still possibly producing more dynamic 
1491         pads by storing each case as a distinct entry in the dynamic list.
1492         Fixes #38223 again.
1493
1494 2006-12-04  Wim Taymans  <wim@fluendo.com>
1495
1496         * gst/playback/gstdecodebin.c: (close_pad_link):
1497         Fix #382223, add more dynamic caps handling.
1498
1499 2006-12-04  Wim Taymans  <wim@fluendo.com>
1500
1501         reviewed by: <delete if not using a buddy>
1502
1503         * gst-libs/gst/audio/gstringbuffer.h:
1504         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1505         (gst_netaddress_set_ip4_interface),
1506         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1507         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1508         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1509         (gst_netaddress_get_ttl):
1510         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1511         * gst/playback/gstdecodebin.c: (close_pad_link):
1512         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1513         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1514         * win32/common/config.h:
1515
1516 2006-12-01  Michael Smith  <msmith@fluendo.com>
1517
1518         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1519           Delete bad debug code.
1520           Fixes #381219
1521
1522 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1523
1524         * gst/videoscale/vs_4tap.c:
1525         * win32/MANIFEST:
1526         * win32/common/config.h:
1527         * win32/vs8/libgstvideoscale.vcproj:
1528         Fix compilation on win32 under VS8
1529         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1530         Partially fixes #381175
1531
1532 2006-11-30  Michael Smith  <msmith@fluendo.com>
1533
1534         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1535         (GST_START_TEST):
1536           It would be very bad if, after a discont buffer, we thought every
1537           single following buffer was also discont. So, add to the test to
1538           ensure that this isn't the case.
1539           
1540         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1541           ... it was the case. So fix it.
1542
1543 2006-11-28  Wim Taymans  <wim@fluendo.com>
1544
1545         * gst/playback/gstplaybasebin.c: (check_queue_event):
1546         Improve debug.
1547
1548         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1549         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1550         padtemplate caps. Refixes #357577.
1551
1552 2006-11-28  Wim Taymans  <wim@fluendo.com>
1553
1554         * gst/playback/gstplaybasebin.c: (check_queue_event),
1555         (queue_threshold_reached), (queue_out_of_data),
1556         (gen_preroll_element):
1557         Add event probe to see when EOS is in a queue and we can disable the
1558         underrun signals. Fixes #357577.
1559
1560 2006-11-28  Edward Hervey  <edward@fluendo.com>
1561
1562         * gst/playback/Makefile.am:
1563         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1564         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1565         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1566         (gst_decode_bin_init), (gst_decode_bin_dispose),
1567         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1568         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1569         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1570         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1571         (connect_element), (expose_pad), (type_found),
1572         (pad_added_group_cb), (pad_removed_group_cb),
1573         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1574         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1575         (are_raw_caps), (multi_queue_overrun_cb),
1576         (multi_queue_underrun_cb), (gst_decode_group_new),
1577         (get_current_group), (group_demuxer_event_probe),
1578         (gst_decode_group_control_demuxer_pad),
1579         (gst_decode_group_control_source_pad),
1580         (gst_decode_group_check_if_blocked),
1581         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1582         (gst_decode_group_hide), (gst_decode_group_free),
1583         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1584         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1585         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1586         (plugin_init):
1587         New decodebin2 element.
1588         Closes #370092
1589         * gst/playback/gstplay-marshal.list:
1590         Added marshallers for new signals in decodebin2
1591         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1592         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1593         is set.
1594
1595 2006-11-28  Wim Taymans  <wim@fluendo.com>
1596
1597         * gst/playback/gstplaybasebin.c: (setup_source),
1598         (gst_play_base_bin_change_state):
1599         Disable rtsp:// uris for the release, it's not good enough yet.
1600         Remove unused var.
1601
1602 2006-11-26  Wim Taymans  <wim@fluendo.com>
1603
1604         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1605         (theora_dec_push_forward), (theora_dec_push_reverse),
1606         (theora_handle_data_packet), (theora_dec_decode_buffer),
1607         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1608         (theora_dec_chain_forward), (theora_dec_chain):
1609         Implement reverse playback.
1610
1611         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1612         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1613         (vorbis_dec_chain_forward):
1614         Clear buffers used for reverse playback in _reset.
1615         No need to set the eos flag, we clip samples using the segment.
1616
1617 2006-11-24  Wim Taymans  <wim@fluendo.com>
1618
1619         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1620         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1621         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1622         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1623         Some cleanups.
1624         Handle continued pages in reverse mode.
1625
1626 2006-11-24  Wim Taymans  <wim@fluendo.com>
1627
1628         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1629         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1630         (vorbis_dec_flush_decode):
1631         Small cleanups.
1632         Don't try to add invalid timestamps.
1633         Clipping will unref the buffer.
1634
1635 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1636
1637         * gst/adder/gstadder.h:
1638         * gst/audiotestsrc/gstaudiotestsrc.h:
1639           remove obsolete _factory_init protos
1640
1641 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1642
1643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1644           Fix spacing in debug message.
1645
1646 2006-11-23  Wim Taymans  <wim@fluendo.com>
1647
1648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1649         (gst_ogg_demux_chain):
1650         Don't just ignore return values from _pad_push().
1651         Small debug improvements.
1652
1653 2006-11-23  Michael Smith  <msmith@fluendo.com>
1654
1655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1656           If our incoming buffer is marked as DISCONT, then increment the page
1657           number (so that the discontinuity is marked in the final ogg
1658           bitstream) and flush the previous page.
1659
1660 2006-11-22  Michael Smith  <msmith@fluendo.com>
1661
1662         * ext/theora/gsttheoraenc.h:
1663         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1664         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1665         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1666         (theora_enc_chain), (theora_enc_change_state):
1667           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1668
1669         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1670         (GST_START_TEST), (theoraenc_suite):
1671           Enable discontinuity test, fix it.
1672
1673 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1676         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1677         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1678         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1679         (gst_text_overlay_change_state):
1680         * ext/pango/gsttextoverlay.h:
1681           Some textoverlay fixes: for one, in the video chain function,
1682           actually wait for a text buffer to come in if there is none at the
1683           moment and there should be one; also, deal more gracefully with
1684           incoming buffers that do not have a timestamp or duration; discard
1685           text buffer when not needed any longer. Fixes #341681.
1686
1687         * tests/check/Makefile.am:
1688         * tests/check/elements/.cvsignore:
1689         * tests/check/elements/textoverlay.c:
1690         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1691         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1692         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1693         (test_video_waits_for_text_send_text_newsegment_thread),
1694         (test_video_waits_for_text_shutdown_element),
1695         (test_render_continuity_push_video_buffers_thread),
1696         (textoverlay_suite):
1697           Add some unit tests for textoverlay.
1698
1699 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1700
1701         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1702           Avoid integer underflow when the found probability for mp3 is
1703           smaller than the 'penalty' we subtract if there's not a clean
1704           mp3 header sync at offset 0.
1705
1706 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1707
1708         * docs/libs/gst-plugins-base-libs-sections.txt:
1709           Add some new symbols to the docs
1710
1711 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1712
1713         * tests/check/Makefile.am:
1714         * tests/check/elements/ffmpegcolorspace.c:
1715         (ffmpegcolorspace_suite):
1716           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1717           (for now not for valgrinding though, since it takes too long).
1718
1719 2006-11-20  Wim Taymans  <wim@fluendo.com>
1720
1721         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1722         (gst_ffmpeg_pixfmt_to_caps):
1723         Fix RGBA32 caps. Fixes #357038.
1724
1725 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * gst-libs/gst/interfaces/mixertrack.h:
1728           Add FIXME so we can add some padding here in 0.11
1729
1730 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1731
1732         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1733           Fix GstBaseRTPAudioPayload structure so the whole GObject
1734           inheritance business actually works (parent class instance structure
1735           must always come first in the derived class instance structure).
1736
1737 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1738
1739         * gst/videotestsrc/Makefile.am:
1740         * tests/check/Makefile.am:
1741           Make sure our checks and the videotestsrc plugin link against the
1742           local uninstalled gst libs and not any installed gst libs that
1743           might happen to exist as well.
1744
1745         * tests/check/elements/adder.c: (message_received),
1746         (test_event_message_received), (test_play_twice_message_received):
1747         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1748           Fix compiler warnings when compiling against core with disabled
1749           debugging system.
1750
1751 2006-11-16  Michael Smith  <msmith@fluendo.com>
1752
1753         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1754         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1755           Fix audiorate, so that it accurately sets offsets and timestamps.
1756           Doesn't change the fundamental algorithmic decisions; so should be
1757           safe.
1758
1759         * tests/check/Makefile.am:
1760           Enable audiorate test now that it passes.
1761
1762 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1763
1764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1765           clear xv when going to NULL, remove // commented non-existant proto
1766
1767         * tests/examples/seek/seek.c: (main):
1768           add missing tooltip description for scrub and play_scrub
1769
1770 2006-11-14  David Schleef  <ds@schleef.org>
1771
1772         * configure.ac:
1773           Bump liboil requirement to 0.3.8.
1774         * gst-libs/gst/riff/riff-media.c:
1775           Add Dirac fourcc.
1776         * gst/videoscale/vs_image.h:
1777         * gst/videoscale/vs_scanline.h:
1778           Use liboil's stdint.h.
1779         * gst/videotestsrc/videotestsrc.c:
1780           Remove liboil related ifdef's, since they aren't needed now, and
1781           won't work with future versions.
1782
1783 2006-11-14  David Schleef  <ds@schleef.org>
1784
1785         * gst/videoscale/Makefile.am:
1786         * gst/videoscale/gstvideoscale.c:
1787         * gst/videoscale/gstvideoscale.h:
1788         * gst/videoscale/vs_4tap.c:
1789         * gst/videoscale/vs_4tap.h:
1790         * gst/videoscale/vs_image.c:
1791         * gst/videoscale/vs_image.h:
1792         * gst/videoscale/vs_scanline.c:
1793         * gst/videoscale/vs_scanline.h:
1794           Add a 4-tap image scaler.  Theoretically looks much prettier.
1795           The tap calculation could use some improvement.
1796
1797 2006-11-14  Wim Taymans  <wim@fluendo.com>
1798
1799         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1800
1801         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1802         (gst_riff_parse_strf_iavs):
1803         * gst/subparse/gstsubparse.c: (convert_encoding):
1804         * gst/tcp/gstmultifdsink.c:
1805         (gst_multi_fd_sink_handle_client_write):
1806         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1807         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1808         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1809         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1810         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1811         (gst_ximagesink_ximage_new):
1812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1813         Various gsize and gssize printf fixes. Fixes #372507.
1814
1815 2006-11-13  Wim Taymans  <wim@fluendo.com>
1816
1817         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1818         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1819         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1820         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1821         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1822         * ext/vorbis/vorbisdec.h:
1823         First stab at vorbis reverse playback.
1824
1825 2006-11-13  Wim Taymans  <wim@fluendo.com>
1826
1827         * gst-libs/gst/audio/gstbaseaudiosink.c:
1828         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1829         * gst-libs/gst/audio/gstbaseaudiosink.h:
1830         Make the clock sync code more accurate wrt resampling and playback
1831         at different rates.
1832         
1833         * gst-libs/gst/audio/gstringbuffer.c:
1834         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1835         * gst-libs/gst/audio/gstringbuffer.h:
1836         Use better algorithm to interpolate sample rates. 
1837
1838 2006-11-13  Michael Smith  <msmith@fluendo.com>
1839
1840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1841           Improve a debug line slightly.
1842
1843         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1844           Call gst_riff_init() in plugin_init, to avoid getting errors from
1845           the debug system (unrelated changes to another plugin made this turn
1846           up; not sure why).
1847
1848 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1849
1850         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1851
1852         * win32/common/libgsttag.def:
1853           Add missing symbol (#366492).
1854
1855 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1856
1857         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1858           Don't unref a NULL pad.
1859
1860 2006-11-09  Wim Taymans  <wim@fluendo.com>
1861
1862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1863         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1864         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1865         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1866         (gst_ogg_demux_loop):
1867         Implement first stab at reverse playback.
1868
1869 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1870
1871         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1872         (gst_riff_create_video_template_caps):
1873           add h263/h264 variants to the caps, Fixes #363118
1874
1875 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1878         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1879           Use g_strerror instead of strerror so we get UTF-8.
1880
1881 2006-11-03  David Schleef  <ds@schleef.org>
1882
1883         * ext/ogg/gstoggdemux.c:
1884         * ext/ogg/gstoggmux.c:
1885           Add/remove KW-DIRAC header here, since it is ogg-specific.
1886
1887 2006-11-03  Michael Smith  <msmith@fluendo.com>
1888
1889         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1890           Recognise more mpeg4 elementary video streams.
1891
1892 2006-11-02  Edward Hervey  <edward@fluendo.com>
1893
1894         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1895         Lower the probability of mp3 typefinding functions if we don't find a
1896         valid mp3 header at the start of the file.
1897         Closes #369482
1898
1899 2006-11-02  Wim Taymans  <wim@fluendo.com>
1900
1901         * ext/theora/gsttheoradec.h:
1902         * ext/theora/theoradec.c: (gst_theora_dec_init),
1903         (theora_dec_sink_event), (theora_dec_chain_forward),
1904         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1905         (theora_dec_chain):
1906         Document and partially implement an algorithm for doing reverse playback
1907         of theora video.
1908
1909 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1910
1911         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1912
1913         * win32/common/config.h:
1914         * win32/common/interfaces-enumtypes.c:
1915         * win32/common/libgsttag.def:
1916         * win32/vs8/gst-plugins-base.sln:
1917         * win32/vs8/libgstaudioresample.vcproj:
1918         * win32/vs8/libgstinterfaces.vcproj:
1919         * win32/vs8/libgstogg.vcproj:
1920         * win32/vs8/libgstriff.vcproj:
1921         * win32/vs8/libgsttag.vcproj:
1922         * win32/vs8/libgsttheora.vcproj:
1923         * win32/vs8/libgstvideoscale.vcproj:
1924         * win32/vs8/libgstvorbis.vcproj:
1925           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1926           to libgsttag.def; add missing dependencies for some vs8 projects;
1927           re-arrange placement of .def files in vs8 projects (#366334).
1928
1929 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1930
1931         * ext/ogg/gstogg.c:
1932           Remove unused variable.
1933
1934         * ext/ogg/gstoggdemux.c:
1935           Fix Wim's surname in plugin description.
1936
1937 2006-10-31  Wim Taymans  <wim@fluendo.com>
1938
1939         * gst-plugins-base.spec.in:
1940         spec new .h file. Fixes #368310.
1941
1942 2006-10-31  Michael Smith  <msmith@fluendo.com>
1943
1944         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1945         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1946         (gst_multi_fd_sink_get_stats),
1947         (gst_multi_fd_sink_remove_client_link),
1948         (gst_multi_fd_sink_queue_buffer),
1949         (gst_multi_fd_sink_handle_clients):
1950         * gst/tcp/gstmultifdsink.h:
1951           Make using the remove or clear signals threadsafe.
1952           Make calling get-stats with an invalid fd not segfault.
1953           Fixes 368273.
1954
1955 2006-10-31  Wim Taymans  <wim@fluendo.com>
1956
1957         * gst-libs/gst/rtp/Makefile.am:
1958         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1959         (gst_base_rtp_audio_payload_init):
1960         Fix and activate base audio payloader.
1961
1962 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1963
1964         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1965         (plugin_init):
1966           Add typefinder for QuickTime Image Files (see #366156).
1967
1968 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1969
1970         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1971           Another typo fix (#366212).
1972
1973 2006-10-27  Wim Taymans  <wim@fluendo.com>
1974
1975         * gst/volume/gstvolume.c: (volume_transform_ip):
1976         Use stream time to synchronize volume property instead of rather random
1977         timestamps. This is needed when gnonlin does its time shifting.
1978
1979 2006-10-27  Wim Taymans  <wim@fluendo.com>
1980
1981         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1982
1983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1984         Remove the pad from the element in release_pad. Fixes #364812.
1985
1986 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1987
1988         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1990           Explicitly create our custom buffer classes at a thread-safe
1991           location as well, since g_type_class_ref() doesn't seem to be
1992           entirely thread-safe either (#365501; also see #349410).
1993
1994 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1995
1996         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1997         (gst_riff_parse_info):
1998           If strings in INFO chunk are not UTF-8, do something similar to
1999           what we do for ID3v1 tags: check a number of environment variables
2000           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2001           character sets to try, otherwise try the current locale and/or fall
2002           back on ISO-8859-1. Fixes #360552.
2003
2004 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2005
2006         * gst/videotestsrc/gstvideotestsrc.c:
2007         (gst_video_test_src_pattern_get_type),
2008         (gst_video_test_src_set_pattern):
2009         * gst/videotestsrc/gstvideotestsrc.h:
2010         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2011         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2012         (gst_video_test_src_checkers8):
2013         * gst/videotestsrc/videotestsrc.h:
2014           Add a bunch of exciting new checkers patterns.
2015
2016 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2017
2018         * gst/subparse/Makefile.am:
2019         * gst/subparse/gstsubparse.c:
2020         (gst_sub_parse_data_format_autodetect),
2021         (gst_sub_parse_format_autodetect), (handle_buffer),
2022         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2023         * gst/subparse/gstsubparse.h:
2024         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2025         (parse_tmplayer):
2026         * gst/subparse/tmplayerparse.h:
2027           Add support for TMPlayer-type subtitles (#362845).
2028
2029         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2030         (GST_START_TEST), (subparse_suite):
2031           Add some basic unit tests for the above.
2032
2033 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2034
2035         * tests/check/elements/audiorate.c: (test_injector_base_init),
2036         (test_injector_class_init), (test_injector_chain),
2037         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2038         (GST_START_TEST), (audiorate_suite):
2039           More tests for audiorate: inject buffers to check behaviour when
2040           buffers overlap.
2041
2042 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2043
2044         * tests/check/Makefile.am:
2045         * tests/check/elements/.cvsignore:
2046         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2047         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2048           Add some basic unit tests for audiorate. Disabled at the moment
2049           since it doesn't pass yet (see bug #363119).
2050
2051 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2052
2053         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2054         (parse_subrip), (handle_buffer):
2055           Add missing closing tags for markup and fix broken markup,
2056           otherwise pango won't render anything (fixes #357531). Also,
2057           make sure the text we send out is always NUL-terminated
2058           (better safe than sorry etc.).
2059
2060         * tests/check/elements/subparse.c: (test_srt_do_test),
2061         (test_srt):
2062           Some more tests for .srt incl. tests for the above stuff.
2063
2064 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2065
2066         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2068         Patch by: Stefan Kost  <ensonic@users.sf.net>
2069         Try to redraw borders only when needed. Apparently this consumes
2070         resources on small devices... :-O (#363607)
2071
2072 2006-10-20  Michael Smith  <msmith@fluendo.com>
2073
2074         * gst/tcp/gstmultifdsink.c:
2075         (gst_multi_fd_sink_client_queue_buffer):
2076           If caps change, then update the client's idea of the caps so that we
2077           don't end up re-sending streamheaders for every single buffer after
2078           the caps change.
2079
2080 2006-10-20  Michael Smith  <msmith@fluendo.com>
2081
2082         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2083         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2084           Set caps on pushed buffers; fix up refcounting of caps objects.
2085
2086 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2087
2088         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2089         (plugin_init):
2090           Typefind mmsh header data packet to application/x-mmsh (#362625).
2091
2092 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2093
2094         * tests/check/Makefile.am:
2095         * tests/check/elements/.cvsignore:
2096         * tests/check/elements/subparse.c: (buffer_from_static_string),
2097         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2098         (GST_START_TEST), (subparse_suite):
2099           Add very simple unit test for subparse.
2100
2101 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2102
2103         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2104         (parse_subrip):
2105           Strip trailing newlines from subtitle text output.
2106
2107 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2108
2109         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2110         (gst_sub_parse_change_state):
2111           Fix memleak; clear subparse->textbuf n state change function.
2112
2113 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2114
2115         * gst/subparse/gstsubparse.c:
2116         (gst_sub_parse_data_format_autodetect):
2117           Don't require subrip (.srt) files to start with a chunk number of 1.
2118
2119 2006-10-18  Wim Taymans  <wim@fluendo.com>
2120
2121         * gst-libs/gst/audio/gstbaseaudiosink.c:
2122         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2123         * gst-libs/gst/audio/gstbaseaudiosink.h:
2124         Extract rate from the NEWSEGMENT event.
2125         Use commit_full to also take rate adjustment into account when writing
2126         samples to the ringbuffer.
2127         
2128         * gst-libs/gst/audio/gstringbuffer.c:
2129         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2130         (gst_ring_buffer_read):
2131         * gst-libs/gst/audio/gstringbuffer.h:
2132         Added _commit_full() to also take rate into account.
2133         Use simple interpolation algorithm to resample audio.
2134         API: gst_ring_buffer_commit_full()
2135
2136         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2137         * tests/examples/seek/seek.c: (segment_done):
2138         Don't try to seek with 0.0 rate, just pause instead.
2139         Remove bogus debug line.
2140
2141 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2142
2143         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2144         (setup_source):
2145           Catch async errors when starting up the subtitle bin, so we can
2146           stop waiting and continue with the main film instead of hanging
2147           forever. Fixes #339366.
2148
2149         * tests/check/elements/playbin.c: (playbin_suite):
2150           Enable unit test for the above.
2151
2152 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2153
2154         * tests/check/Makefile.am:
2155         * tests/check/elements/.cvsignore:
2156         * tests/check/elements/playbin.c: (GST_START_TEST),
2157         (gst_red_video_src_uri_get_type),
2158         (gst_red_video_src_uri_get_protocols),
2159         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2160         (gst_red_video_src_uri_handler_init),
2161         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2162         (gst_red_video_src_create), (gst_red_video_src_class_init),
2163         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2164           Some small and basic unit tests for playbin; not very useful yet,
2165           but at least a start.
2166
2167 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         * gst/playback/gstplaybin.c: (setup_sinks):
2170           The old pad activation spiel.
2171
2172 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2173
2174         * gst/playback/gstplaybasebin.c: (setup_source):
2175           Don't hang forever if the subbin already fails to start up in 
2176           the state change to PAUSED (#339366).
2177
2178 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2179
2180         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2181         (gst_tuner_set_channel), (gst_tuner_get_channel),
2182         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2183         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2184         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2185         (gst_tuner_find_channel_by_name):
2186           Fix some function guards, add some more function guards.
2187
2188 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2189
2190         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2191         (remove_element_chain):
2192         Don't return a pad from get_our_ghost_pad unless it is actually the
2193         one we want.
2194         Change a cast in remove_element_chain slightly.
2195
2196 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2197
2198         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2199         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2200         Segment seeking needs to use the rate and set stop to -1.
2201
2202 2006-10-13  Wim Taymans  <wim@fluendo.com>
2203
2204         * gst-libs/gst/audio/gstbaseaudiosink.c:
2205         (gst_base_audio_sink_setcaps):
2206         Don't crash when ringbuffer is not yet created.
2207         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2208         Fixes #361634.
2209
2210         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2211         * gst/playback/gststreamselector.c:
2212         (gst_stream_selector_request_new_pad):
2213         Activate pads befre adding them to running elements.
2214
2215 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2216
2217         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2218         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2219         updater when we start grabing the slider. Don't wait for the
2220         pipeline to be PAUSED.
2221
2222 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2223
2224         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2225         (gst_mixer_set_volume), (gst_mixer_get_volume),
2226         (gst_mixer_set_mute), (gst_mixer_set_option),
2227         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2228         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2229         (gst_mixer_option_changed):
2230           Guard mixer interface functions against bogus arguments.
2231
2232 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2233
2234         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2235         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2236         (msg_state_changed), (main): Use state-changed messages to trigger
2237         start/stop of scale update timer. Indeed the scale slider was
2238         jumping here and there because the update timer was activated 
2239         before seek completed. This fixes instant applying of rate changes
2240         by pressing the spinbutton like a crazy man !
2241
2242 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2243
2244         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2245
2246         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2247         (gst_basertppayload_finalize):
2248           Fix two small memory leaks (#361456).
2249
2250 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2251
2252         * tests/examples/seek/seek.c: (do_seek),
2253         (rate_spinbutton_changed_cb): When changing spinbutton we try
2254         to change the rate on the fly.
2255
2256 2006-10-10  Wim Taymans  <wim@fluendo.com>
2257
2258         * gst-libs/gst/riff/riff-ids.h:
2259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2260         (gst_riff_create_audio_template_caps):
2261         Add WMS caps.
2262
2263 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2264
2265         Patch by: Josep Torre Valles <josep@fluendo.com>
2266
2267         * ext/gnomevfs/gstgnomevfssink.c:
2268         * ext/gnomevfs/gstgnomevfssrc.c:
2269         Fix URI interface implementation return type.
2270         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2271         Fix what looks like a copy/paste issue when assigning values.
2272         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2273         (gst_audio_filter_template_get_type):
2274         Cast to prevent Forte warnings.
2275         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2276         Fix URI interface implementation return type.
2277         gst_pad_query_position requires a signed integer pointer as
2278         3rd parameter, GstClockTime is unsigned.
2279         * gst/audioconvert/audioconvert.c:
2280         Fix integer overflow when treated as signed.
2281         * gst/audioresample/resample.c: (resample_add_input_data):
2282         Cast to prevent warnings on Forte.
2283         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2284         Fix integer overflow when treated as signed.
2285         * gst/ffmpegcolorspace/imgconvert_template.h:
2286         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2287         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2288         (cleanup_decodebin):
2289         Who initialises a guint to -1!
2290         Cast function pointers to prevent warnings on Forte.
2291         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2292         (queue_threshold_reached):
2293         Cast function pointers correctly to prevent warnings on Forte.
2294         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2295         Cast function pointers correctly to prevent warnings on Forte.
2296         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2297         Obvious change to unsigned, 0xEF > max signed char.
2298         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2299         GstClockTime is unsigned, initialise correctly.
2300         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2301         Cast so pointer arithemetic doesn't cause warnings on Forte.
2302         * gst/videorate/gstvideorate.c:
2303         Use correct return value.
2304         * tests/examples/seek/scrubby.c:
2305         GstClockTime is unsigned, initialise correctly.
2306
2307 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2308
2309         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2310
2311         * gst/typefind/gsttypefindfunctions.c:
2312           Recognise XML files and XML-like files shorter than 256 bytes as
2313           well (fixes #359237).
2314
2315 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2316
2317         Patch by: Renato Filho <renato.filho@indt.org.br>
2318         
2319         * gst/typefind/gsttypefindfunctions.c:
2320         Added typefind functions to video/x-nuv media.
2321         
2322 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2323
2324         * gst-libs/gst/interfaces/xoverlay.c:
2325         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2326           Some more guards against invalid input.
2327
2328 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2329
2330         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2331         Useless goto.
2332         * tests/examples/seek/seek.c: (do_seek),
2333         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2334         seek example to experiment with rates != 1.0 (reverse playback !)
2335
2336 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2337
2338         * gst-libs/gst/interfaces/xoverlay.c:
2339           Unref message in doc-example (spotted by Robert McQueen)
2340
2341 2006-10-06  Wim Taymans  <wim@fluendo.com>
2342
2343         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2344         (mpeg1_parse_header), (mpeg1_sys_type_find):
2345         printf fix.
2346
2347 2006-10-06  Wim Taymans  <wim@fluendo.com>
2348
2349         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2350         (close_pad_link):
2351         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2352         Activate dynamic pads before adding them to the element.
2353
2354 2006-10-06  Michael Smith  <msmith@fluendo.com>
2355
2356         * gst-libs/gst/floatcast/floatcast.h:
2357           Fix obviously-bogus macros; use the correct types.
2358
2359 2006-10-06  Wim Taymans  <wim@fluendo.com>
2360
2361         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2362         (gst_base_rtp_depayload_change_state):
2363         Also call parent state change function to activate pads.
2364
2365         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2366         (mpeg1_parse_header), (mpeg1_sys_type_find):
2367         Add some more debug info in mpeg typefinding.
2368
2369 2006-10-06  Michael Smith  <msmith@fluendo.com>
2370
2371         * ext/theora/theoradec.c: (theora_dec_chain):
2372           Zero byte theora packets are valid and well-defined; don't warn on
2373           them.
2374
2375 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2376
2377         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2378         (gst_multi_fd_sink_get_stats), (find_limits),
2379         (gst_multi_fd_sink_queue_buffer):
2380           API: add dropped_buffers to the get-stats GValueArray
2381
2382 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2383
2384         * ext/alsa/gstalsadeviceprobe.c:
2385         (gst_alsa_device_property_probe_get_values):
2386         * ext/alsa/gstalsasink.c: (set_hwparams):
2387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2388         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2390         (gst_ogg_mux_process_best_pad):
2391         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2392         (gst_ogg_parse_chain):
2393         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2394         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2395         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2396         (gst_vorbis_enc_buffer_check_discontinuous):
2397         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2398         * gst-libs/gst/audio/gstbaseaudiosink.c:
2399         (gst_base_audio_sink_render):
2400         * gst-libs/gst/cdda/gstcddabasesrc.c:
2401         (gst_cdda_base_src_handle_track_seek):
2402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2403         (gst_base_rtp_depayload_push_full):
2404         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2405         * gst/audioresample/resample.c: (resample_input_pushthrough):
2406         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2407         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2408         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2409         (wavpack_type_find):
2410         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2411         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2412         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2413         * tests/check/elements/volume.c: (GST_START_TEST):
2414           Printf format fixes.
2415
2416 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2417
2418         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2419           Fix a simple mistake (see the docs)
2420           Fixes #359580
2421
2422 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2423
2424         * docs/plugins/Makefile.am:
2425         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2426         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2427         * docs/plugins/gst-plugins-base-plugins.args:
2428         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2429         * docs/plugins/inspect/plugin-adder.xml:
2430         * docs/plugins/inspect/plugin-alsa.xml:
2431         * docs/plugins/inspect/plugin-audioconvert.xml:
2432         * docs/plugins/inspect/plugin-audiorate.xml:
2433         * docs/plugins/inspect/plugin-audioresample.xml:
2434         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2435         * docs/plugins/inspect/plugin-cdparanoia.xml:
2436         * docs/plugins/inspect/plugin-decodebin.xml:
2437         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2438         * docs/plugins/inspect/plugin-gdp.xml:
2439         * docs/plugins/inspect/plugin-gnomevfs.xml:
2440         * docs/plugins/inspect/plugin-libvisual.xml:
2441         * docs/plugins/inspect/plugin-ogg.xml:
2442         * docs/plugins/inspect/plugin-pango.xml:
2443         * docs/plugins/inspect/plugin-playbin.xml:
2444         * docs/plugins/inspect/plugin-subparse.xml:
2445         * docs/plugins/inspect/plugin-tcp.xml:
2446         * docs/plugins/inspect/plugin-theora.xml:
2447         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2448         * docs/plugins/inspect/plugin-video4linux.xml:
2449         * docs/plugins/inspect/plugin-videorate.xml:
2450         * docs/plugins/inspect/plugin-videoscale.xml:
2451         * docs/plugins/inspect/plugin-videotestsrc.xml:
2452         * docs/plugins/inspect/plugin-volume.xml:
2453         * docs/plugins/inspect/plugin-vorbis.xml:
2454         * docs/plugins/inspect/plugin-ximagesink.xml:
2455         * docs/plugins/inspect/plugin-xvimagesink.xml:
2456           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2457
2458 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2459
2460         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2461
2462         * ext/vorbis/Makefile.am:
2463         * ext/vorbis/vorbis.c: (plugin_init):
2464         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2465         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2466         * ext/vorbis/vorbisparse.h:
2467         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2468         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2469         (gst_vorbis_tag_parse_packet):
2470         * ext/vorbis/vorbistag.h:
2471           Add new vorbistag element which derives from vorbisparse
2472           and is essentially the same as well, only that it implements
2473           the GstTagSetter interface and can modify the stream's
2474           vorbiscomment on the fly (#335635).
2475
2476         * tests/check/Makefile.am:
2477         * tests/check/elements/.cvsignore:
2478         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2479         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2480         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2481         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2482           Add unit test for new vorbistag element.
2483
2484 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2485
2486         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2487         (vorbis_parse_push_headers), (vorbis_parse_chain):
2488           Set BOS flag in packet structure to fix 'jump depends
2489           on unitialized value' errors in valgrind; various minor
2490           clean-ups.
2491
2492 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2493
2494         * gst/playback/gstdecodebin.c: (close_pad_link):
2495         Fix typo in a debug statement.
2496
2497         * gst/playback/gstplaybasebin.c: (probe_triggered),
2498         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2499         (gen_source_element), (source_new_pad), (analyse_source),
2500         (setup_source):
2501         When handling no_more_pads in new_decoded_pad, make sure to treat
2502         subtitle pads correctly. Fixes playback with subtitle files.
2503
2504         Move a recurring message to LOG level.
2505
2506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2507         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2508         which ends up as -1 when cast to an int. Make the logic handle the
2509         max value as an unsigned mask and only change the colorkey when it's
2510         a value we recognise.
2511
2512 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2513
2514         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2515         Removed empty * between paragraphs
2516
2517 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2518
2519         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2520         * gst-libs/gst/rtp/README:
2521         Moved some documentation into .c file
2522
2523 2006-09-29  Wim Taymans  <wim@fluendo.com>
2524
2525         * gst/playback/gstdecodebin.c: (no_more_pads):
2526         Fix compilation.
2527
2528 2006-09-29  Wim Taymans  <wim@fluendo.com>
2529
2530         * gst/playback/gstdecodebin.c: (new_caps):
2531         Remove g_print
2532
2533         * gst/playback/gstplaybin.c:
2534         Add some docs.
2535
2536 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2537
2538         * tests/check/Makefile.am:
2539           Re-enable cddabasesrc test to see if it works again
2540           now.
2541
2542 2006-09-29  Wim Taymans  <wim@fluendo.com>
2543
2544         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2545         (gen_source_element):
2546         Handle invalid URIs a bit more gracefully.
2547
2548 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2549
2550         * tests/check/pipelines/oggmux.c:
2551           Remove obsolete comment.
2552
2553 2006-09-29  Michael Smith  <msmith@fluendo.com>
2554
2555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2556         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2557         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2558         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2559         (gst_ogg_mux_collected):
2560           Commit patch from James "Doc" Livingston, adds proper EOS handling
2561           in oggmux. GStreamer can, for the first time ever, create a valid
2562           Ogg file! Yay!
2563
2564         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2565         (oggmux_suite):
2566           Reenable tests now that they pass.
2567
2568 2006-09-29  Wim Taymans  <wim@fluendo.com>
2569
2570         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2571         Stop reading commands when EOF (we read 0) as well.
2572
2573 2006-09-28  Wim Taymans  <wim@fluendo.com>
2574
2575         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2576         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2577         (find_dynamic), (unlinked), (close_link):
2578         Implement delayed caps linking needed for element with a lot of
2579         different caps on the src pads that get fixed at runtime.
2580         Improve management of dynamic elements.
2581
2582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2583         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2584         (gen_preroll_element), (remove_groups), (unknown_type),
2585         (add_element_stream), (no_more_pads_full), (no_more_pads),
2586         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2587         (new_decoded_pad), (setup_subtitle), (array_has_value),
2588         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2589         (analyse_source), (remove_decoders), (make_decoder),
2590         (remove_source), (setup_source), (finish_source), (prepare_output),
2591         (gst_play_base_bin_change_state):
2592         * gst/playback/gstplaybasebin.h:
2593         Use more _CAST instead of full type checking casts.
2594         Small cleanups, plug some leaks.
2595         Handle dynamic sources.
2596         Add some helper functions to create lists of strings used for
2597         blacklisting and other stuff.
2598         Refactor some code dealing with analysing the source.
2599         Re-enable sources without pads (like cd:// or other selfcontained
2600         elements).
2601
2602 2006-09-28  Wim Taymans  <wim@fluendo.com>
2603
2604         * gst-libs/gst/audio/gstbaseaudiosink.c:
2605         (gst_base_audio_sink_render):
2606         When we have a timestamp, we can still perform clipping.
2607         When we have no clock, we must play the sample ASAP.
2608
2609 2006-09-28  Wim Taymans  <wim@fluendo.com>
2610
2611         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2612         Set caps on outgoing buffers.
2613
2614         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2615         (gst_video_rate_event), (gst_video_rate_chain):
2616         * gst/videorate/gstvideorate.h:
2617         Fix videorate some more. Fixes #357977
2618
2619 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2620
2621         * tests/check/elements/adder.c: (adder_suite):
2622           Don't set timeout to 6 seconds when we're running
2623           in valgrind ... (and how is 6 seconds longer than
2624           the default anyway?)
2625
2626 2006-09-28  Wim Taymans  <wim@fluendo.com>
2627
2628         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2629         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2630         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2631         Keep sink and src segment to keep track of time and support more
2632         input formats.
2633         Fix bogus next_offset and run_time calculation, don't understand how
2634         this could have worked before. Fixes #357976.
2635         Remove some unneeded vars.
2636
2637 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2638
2639         * gst/playback/gstplaybin.c: (remove_sinks):
2640           Only remove visualisation from visbin if there is a visbin (or:
2641           don't throw warnings when closing totem without playing a file).
2642
2643 2006-09-27  Wim Taymans  <wim@fluendo.com>
2644
2645         * gst-libs/gst/audio/gstbaseaudiosink.c:
2646         (gst_base_audio_sink_render):
2647         Add some more info in a WARNING.
2648
2649         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2650         (gst_base_audio_src_create):
2651         Handle PAUSE in create function, use new -core addition to
2652         wait for playing. Fixes pausing and resuming capture from an
2653         audiosrc.
2654
2655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2656         (gst_ring_buffer_read):
2657         Constify some more.
2658         Caller supports interrupted reads now.
2659
2660 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2661
2662         * tests/check/Makefile.am:
2663           Another attempt to make the gen64 buildbot happy.
2664
2665 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2666
2667         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2668
2669         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2670         (gst_visual_chain), (gst_visual_change_state):
2671           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2672           correctly. Fixes #357800
2673
2674 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2675
2676         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2677           Add timeout to _get_state() so we see which pipeline it is
2678           that causes trouble on the gen64 build bot.
2679
2680 2006-09-27  Wim Taymans  <wim@fluendo.com>
2681
2682         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2683         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2684         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2685         (gst_base_rtp_depayload_set_gst_timestamp):
2686         the source pad always uses fixed caps.
2687
2688 2006-09-27  Wim Taymans  <wim@fluendo.com>
2689
2690         * docs/libs/gst-plugins-base-libs-docs.sgml:
2691         * docs/libs/gst-plugins-base-libs-sections.txt:
2692         * gst-libs/gst/audio/gstaudioclock.c:
2693         * gst-libs/gst/audio/gstaudioclock.h:
2694         * gst-libs/gst/audio/gstaudiosink.c:
2695         * gst-libs/gst/audio/gstaudiosink.h:
2696         * gst-libs/gst/audio/gstaudiosrc.c:
2697         * gst-libs/gst/audio/gstbaseaudiosink.c:
2698         (gst_base_audio_sink_render):
2699         * gst-libs/gst/audio/gstbaseaudiosink.h:
2700         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2701         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2702         * gst-libs/gst/audio/gstringbuffer.h:
2703         Added docs for the audio libs.
2704
2705 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2706
2707         * tests/check/Makefile.am:
2708           Temporarily disable test that fails on the bots for unknown reasons.
2709
2710 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2711
2712         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2713         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2714         Moved AudioCodecType into priv
2715         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2716
2717 2006-09-25  Wim Taymans  <wim@fluendo.com>
2718
2719         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2720         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2721         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2722         (new_pad):
2723         Cleanups and small leak fixes.
2724         Added Depayloaders to valid list of autopluggable elements.
2725
2726 2006-09-25  Wim Taymans  <wim@fluendo.com>
2727
2728         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2729         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2730         (gen_video_element), (gen_text_element), (gen_audio_element),
2731         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2732         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2733         Detect NO_PREROLL state change returns and disable clock distribution to
2734         the sinks so that sync is disabled.
2735         Avoid some type checking and do simple casts instead.
2736         Small cleanups, fix some FIXMEs.
2737         Be more robust when linking user specified elements, catch an report
2738         errors. Fixes #357404.
2739         Fix some leaks in the error paths.
2740
2741 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2742
2743         * ChangeLog:
2744           ChangeLog surgery for missing bug-number
2745
2746 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2747
2748         Patch by: Peter Kjellerstedt  <pkj at axis com>
2749
2750         * gst/playback/test.c:
2751           Fix compilation with uClibc and -Werror (#357591).
2752
2753 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2754
2755         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2756           Parse dates that are followed by a time as well (#357532).
2757
2758         * tests/check/libs/tag.c: (test_vorbis_tags):
2759           Add unit test for this.
2760
2761 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2762
2763         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2764         (gst_audio_convert_transform_caps):
2765         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2766         * gst/videotestsrc/videotestsrc.h:
2767           A few array const-ifications.
2768
2769 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2770
2771         * tests/check/Makefile.am:
2772           See if this makes the build bots happy.
2773
2774         * tests/check/libs/cddabasesrc.c:
2775           UTF8-ise my name.
2776
2777 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2778
2779         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2780
2781         * gst/subparse/samiparse.c: (handle_start_font),
2782         (fix_invalid_entities):
2783           More case-insensitivity for certain tags; recognise entities with
2784           decimal codes as special entities as well (#357330).
2785
2786 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2787
2788         * gst-libs/gst/Makefile.am:
2789           Need to build tag directory before cdda.
2790
2791 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2792
2793         * docs/libs/gst-plugins-base-libs-sections.txt:
2794         * gst-libs/gst/cdda/Makefile.am:
2795         * gst-libs/gst/cdda/gstcddabasesrc.c:
2796         (gst_cdda_base_src_base_init):
2797         * gst-libs/gst/cdda/gstcddabasesrc.h:
2798         * gst-libs/gst/tag/tag.h:
2799         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2800         (gst_tag_register_musicbrainz_tags):
2801           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2802           depend on libgsttag. This is required so we can extract/read tags like
2803           DISCID without depending on libgstcddabasesrc (which used to register
2804           them).
2805
2806         * gst-libs/gst/tag/gstvorbistag.c:
2807           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2808           tags (also see #347848).
2809
2810         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2811           Log vorbis comments we are actually writing. Const-ify array.
2812
2813 2006-09-23  Wim Taymans  <wim@fluendo.com>
2814
2815         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2816         Improve buffering a bit by avoiding a deadlock because we cannot assume
2817         the underrun is always called.
2818
2819 2006-09-23  Wim Taymans  <wim@fluendo.com>
2820
2821         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2822
2823         * gst-libs/gst/riff/riff-ids.h:
2824         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2825         (gst_riff_create_audio_template_caps):
2826         Added MPEG-4 AAC and id and caps. Fixes #357289
2827         Added WMA9 Lossless id.
2828
2829 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2830
2831         * ext/gnomevfs/gstgnomevfssrc.c:
2832           Fix misleading docs addition.
2833
2834         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2835           Get rid of compiler warning the right way.
2836
2837 2006-09-22  Wim Taymans  <wim@fluendo.com>
2838
2839         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2840         (gst_base_rtp_depayload_finalize),
2841         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2842         (gst_base_rtp_depayload_push_full),
2843         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2844         (gst_base_rtp_depayload_process),
2845         (gst_base_rtp_depayload_set_gst_timestamp),
2846         (gst_base_rtp_depayload_queue_release):
2847         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2848         Small cleanups.
2849         Fix some leaks.
2850         Refactored the process method and added methods to push from the process
2851         vmethod.
2852         Use _scale functions.
2853         API: gst_base_rtp_depayload_push_ts
2854         API: gst_base_rtp_depayload_push
2855
2856         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2857         timestamps are uint.
2858
2859 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2860
2861         * gst-libs/gst/interfaces/xoverlay.c:
2862           Remove unused statement from doc example.
2863
2864 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2865
2866         * gst-libs/gst/interfaces/videoorientation.c:
2867         (gst_video_orientation_iface_init),
2868         (gst_video_orientation_get_hflip),
2869         (gst_video_orientation_get_vflip),
2870         (gst_video_orientation_get_hcenter),
2871         (gst_video_orientation_get_vcenter),
2872         (gst_video_orientation_set_hflip),
2873         (gst_video_orientation_set_vflip),
2874         (gst_video_orientation_set_hcenter),
2875         (gst_video_orientation_set_vcenter):
2876           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2877           in ChangeLog)
2878
2879 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2880
2881         * tests/check/Makefile.am:
2882         * tests/check/elements/.cvsignore:
2883         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2884         (create_rgb_conversions), (rgb_conversion_free),
2885         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2886         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2887           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2888           but disable for now since it doesn't pass (something wrong with
2889           RGBA somewhere).
2890
2891 2006-09-21  Wim Taymans  <wim@fluendo.com>
2892
2893         * gst/playback/gstplaybasebin.c: (group_commit),
2894         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2895         (queue_out_of_data), (gen_preroll_element),
2896         (preroll_remove_overrun), (probe_triggered):
2897         Refactor handling of overrun detection.
2898         Separate handling of group completion and deadlock detection when doing
2899         network buffering. This should fix some deadlocks that were not detected
2900         because the group was completed.
2901         Add more comments, improve debugging.
2902
2903 2006-09-21  Wim Taymans  <wim@fluendo.com>
2904
2905         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2906         * tests/check/libs/audio.c:
2907         Some more compilation fixes.
2908
2909 2006-09-21  Wim Taymans  <wim@fluendo.com>
2910
2911         * gst-libs/gst/audio/gstringbuffer.c:
2912         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2913         (gst_ring_buffer_read):
2914         Early morning compilation fix.
2915
2916 2006-09-20  Wim Taymans  <wim@fluendo.com>
2917
2918         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2919         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2920         * tests/check/elements/videorate.c: (GST_START_TEST):
2921         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2922         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2923         Fix some warnings.
2924
2925 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2926
2927         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2928         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2929         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2930           Handcrafted merge to help CVS understanding what I changed and what
2931           not.
2932
2933 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2934
2935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2936         (gst_xvimagesink_get_times):
2937           change colorkey behaviour back according to #354773 comment 6/7
2938
2939 2006-09-19  Michael Smith  <msmith@fluendo.com>
2940
2941         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2942         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2943         (gst_multi_fd_sink_recover_client),
2944         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2945         (gst_multi_fd_sink_get_property):
2946         * gst/tcp/gstmultifdsink.h:
2947           Implement stubbed out properties unit-type, units-soft-max,
2948           units-max, to allow specifying maximum sizes in units other than
2949           buffers.
2950           Fixes #355935
2951
2952 2006-09-19  Wim Taymans  <wim@fluendo.com>
2953
2954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2955         (gst_riff_create_audio_template_caps):
2956         Reorder the audio formats a bit for clarity.
2957         Detect and create caps for MSGSM and MSN (WAV49).
2958         Fixes #356596.
2959
2960         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2961         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2962         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2963         Small cleanups, move error handling out of normal flow for clarity.
2964
2965 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2966
2967         * docs/libs/gst-plugins-base-libs-docs.sgml:
2968         * docs/libs/gst-plugins-base-libs.types:
2969         * gst-libs/gst/interfaces/Makefile.am:
2970         * gst-libs/gst/interfaces/videoorientation.c:
2971         (gst_video_orientation_get_type),
2972         (gst_video_orientation_iface_init),
2973         (gst_video_orientation_get_hflip),
2974         (gst_video_orientation_get_vflip),
2975         (gst_video_orientation_get_hcenter),
2976         (gst_video_orientation_get_vcenter),
2977         (gst_video_orientation_set_hflip),
2978         (gst_video_orientation_set_vflip),
2979         (gst_video_orientation_set_hcenter),
2980         (gst_video_orientation_set_vcenter):
2981         * gst-libs/gst/interfaces/videoorientation.h:
2982           API: Add new interface to control video orientation (fixes #354908)
2983
2984 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2985
2986         * gst/videotestsrc/gstvideotestsrc.c:
2987           Use G_UNLIKELY in _create and log one more detail.
2988           
2989         (gst_video_test_src_get_times), (gst_video_test_src_create):
2990         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2991           Use gst_util_uint64_scale_int in _get_times().
2992
2993 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2994
2995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2996           Give better warning message (add object and detail).
2997
2998 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2999
3000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3001         (gst_xvimagesink_get_times):
3002           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3003           #354773), use gst_util_uint64_scale_int in _get_times()
3004
3005 2006-09-18  Michael Smith  <msmith@fluendo.com>
3006
3007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3008           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3009           always true, leading to dropping all timestamps.
3010
3011 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3012
3013         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3014         (gst_visual_chain), (gst_visual_change_state):
3015           update to work also with libvisual 0.4 API, fix double unref (#355914)
3016           
3017         * tools/gst-launch-ext.1.in:
3018         * tools/gst-visualise.1.in:
3019           remove references to old man-pages
3020
3021         * tests/examples/seek/seek.c: (main):
3022           add real meadi-buttons, add tool-tips for the seek-options, arrange
3023           seek options in a table
3024
3025 2006-09-18  Michael Smith  <msmith@fluendo.com>
3026
3027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3028         (gst_ogg_mux_push_buffer):
3029           Don't generate out-of-order timestamps from oggmux, instead clamp
3030           output timestamps to be >= the previously output ts.
3031           Fixes #355595
3032
3033 2006-09-18  Michael Smith  <msmith@fluendo.com>
3034
3035         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3036         (gst_multi_fd_sink_class_init):
3037           Updates, fixes, and typo corrections for multifdsink. No functional
3038           changes.
3039
3040 2006-09-17  Michael Smith  <msmith@fluendo.com>
3041
3042         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3043           Don't crash on truncated files - check that we got an 8 byte buffer
3044           before trying to memcmp it.
3045
3046 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3047
3048         * gst/playback/gstplaybasebin.c: (get_active_source):
3049           Make stream-switching appear instant to the application
3050           (ie. make sure that a g_object_get on 'current-foo' returns
3051           the stream previously set with g_object_set(). Totem needs
3052           this to update stream-related meta-info (like audio-codec)
3053           correctly when switching streams.
3054
3055 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3058         (gst_alsa_mixer_ensure_track_list):
3059           Try harder to guess which mixer track is the master mixer
3060           track (instead of just taking the first one that has a pvolume).
3061           Fixes #342228.
3062
3063 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3064
3065         reviewed by: <delete if not using a buddy>
3066
3067         * gst-libs/gst/audio/audio.h:
3068         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3069
3070 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3071
3072         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3073         (gst_audio_convert_transform_caps):
3074           Get structure-name just once.
3075
3076 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3077
3078         * tests/check/elements/audioresample.c: (GST_START_TEST):
3079         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3080         * tests/check/elements/volume.c: (GST_START_TEST):
3081         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3082         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3083         (test_pipeline), (GST_START_TEST):
3084         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3085         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3086           Fix big batch of compiler warnings.
3087
3088 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3089
3090         * ext/gnomevfs/gstgnomevfssrc.c:
3091           Add docs about icydemux usage in connection with gnomevfssrc
3092
3093         * ext/libvisual/visual.c:
3094         * ext/ogg/gstoggaviparse.c:
3095         * ext/ogg/gstoggdemux.c:
3096         * ext/ogg/gstoggmux.c:
3097         * ext/ogg/gstoggparse.c:
3098         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3099         * gst-libs/gst/audio/gstaudiosink.c:
3100         * gst-libs/gst/audio/gstaudiosrc.c:
3101         * gst/audiorate/gstaudiorate.c:
3102           More G_OBJECT macro fixing.
3103
3104         * gst/audiotestsrc/gstaudiotestsrc.h:
3105           Fix wrong info in header due to copy & paste
3106
3107 2006-09-15  Wim Taymans  <wim@fluendo.com>
3108
3109         * gst-libs/gst/audio/gstbaseaudiosink.c:
3110         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3111         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3112         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3113         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3114         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3115         Do the delay calculation in the source/sink base classes as this is
3116         specific for the capture/playback mode.
3117         Try to fixate a bit better, like round depth up to a multiple of 8
3118         bigger than width.
3119         Handle underruns correctly by marking DISCONT on buffers and adjusting
3120         timestamps to handle the gap.
3121         Set offset/offset_end correctly on buffers.
3122
3123         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3124         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3125         (gst_ring_buffer_read):
3126         Remove resync and underrun recovery from the ringbuffer.
3127         Fix ringbuffer read code on under/overrun.
3128
3129 2006-09-15  Wim Taymans  <wim@fluendo.com>
3130
3131         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3132         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3133         (queue_threshold_reached), (gst_play_base_bin_set_property),
3134         (gst_play_base_bin_get_property):
3135         * gst/playback/gstplaybasebin.h:
3136         Don't use a 0 low watermark when buffering, it is catching starvation
3137         way too late. Instead, use a 3 second queue with 30 and 95
3138         percent low/high watermarks. 
3139         Added queue-min-threshold property to configure low watermark.
3140         Use new _buffering message API.
3141         Make queue_threshold variable big enough to store a uint64 time value.
3142         API: playbin::queue-min-threshold property.
3143
3144 2006-09-15  Wim Taymans  <wim@fluendo.com>
3145
3146         * configure.ac:
3147         We require 0.10.10.1 now because of _wait_preroll().
3148
3149         * gst-libs/gst/audio/gstbaseaudiosink.c:
3150         (gst_base_audio_sink_render):
3151         Use gst_base_sink_wait_preroll().
3152
3153 2006-09-15  Wim Taymans  <wim@fluendo.com>
3154
3155         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3156         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3157         Use DEBUG_OBJECT more.
3158
3159 === release 0.10.10 ===
3160
3161 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3162
3163         patch by: Michael Smith <msmith at fluendo dot com>
3164
3165         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3166         (gst_multi_fd_sink_client_queue_buffer),
3167         (gst_multi_fd_sink_new_client):
3168         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3169         (multifdsink_suite):
3170           Fix implementation of sync-method 'next-keyframe'
3171           Closes #354594
3172
3173 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3174
3175         patch by: Wim Taymans <wim at fluendo dot com>
3176
3177         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3178         This patch removes the RANDOM flag that was incorrectly introduced with
3179         revision 1.91.  Fixes #354590
3180
3181 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3182
3183         * tests/check/Makefile.am:
3184           Random variation in Makefile line to see if it makes the
3185           gen64-base-full bot any happier.
3186
3187 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3188
3189         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3190           Disable test that fails at the moment (killed after timeout).
3191
3192 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3193
3194         Patch by: James Livingston  <doclivingston at gmail.com>
3195
3196         * tests/check/Makefile.am:
3197         * tests/check/pipelines/.cvsignore:
3198         * tests/check/pipelines/oggmux.c: (get_page_codec),
3199         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3200         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3201         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3202         (test_theora_vorbis), (oggmux_suite):
3203           Add simple unit test for oggmux from #337026 with checking for the
3204           EOS flags disabled for the time being.
3205
3206 2006-09-04  Wim Taymans  <wim@fluendo.com>
3207
3208         patch by: Alessandro Dessina <alessandro nnva org>
3209
3210         * ext/ogg/gstoggmux.c:
3211         Add cmml caps to oggmux. Fixes #353912
3212
3213 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3214
3215         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3216           Returning a return value often helps. In this case, we
3217           don't need the return value anyway, so just get rid of it.
3218           Should make build bots much happier.
3219
3220 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3221
3222         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3223         (paint_get_structure), (gst_video_test_src_get_size),
3224         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3225         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3226         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3227         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3228         * gst/videotestsrc/videotestsrc.h:
3229           Add support for AYUV and the various RGBA formats. Initialise
3230           fields of paintinfo structs allocated on the stack.
3231
3232         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3233         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3234         (check_rgb_buf), (videotestsrc_suite):
3235           Add unit tests for videotestsrc's RGB output.
3236
3237 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3238
3239         * gst/videotestsrc/gstvideotestsrc.c:
3240         (gst_video_test_src_pattern_get_type),
3241         (gst_video_test_src_set_pattern):
3242         * gst/videotestsrc/gstvideotestsrc.h:
3243         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3244         (gst_video_test_src_black), (gst_video_test_src_white),
3245         (gst_video_test_src_red), (gst_video_test_src_green),
3246         (gst_video_test_src_blue):
3247         * gst/videotestsrc/videotestsrc.h:
3248           Add more uni-colour patterns ("white", "red", "green", and "blue").
3249
3250 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3251
3252         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3253           Fix stride for YVYU, should be word-aligned (#353658).
3254
3255 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3256
3257         * gst/adder/gstadder.c: (gst_adder_src_event):
3258           Fix build.
3259
3260 2006-08-31  Edward Hervey  <edward@fluendo.com>
3261
3262         * gst/adder/gstadder.c: (forward_event_func),
3263         (gst_adder_src_event), (gst_adder_collected),
3264         (gst_adder_change_state):
3265         * gst/adder/gstadder.h:
3266         Remember the start position asked in the incoming seeks, so we can
3267         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3268         of assuming it will always be 0).
3269
3270 2006-08-31  Edward Hervey  <edward@fluendo.com>
3271
3272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3273         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3274         (gst_ogg_demux_loop):
3275         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3276
3277 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3278
3279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3280         (gst_ffmpegcsp_get_unit_size):
3281           Return FALSE instead of returning a random false unit
3282           size when the format isn't known/supported (even if
3283           this shouldn't happen under normal circumstances).
3284
3285 2006-08-29  Wim Taymans  <wim@fluendo.com>
3286
3287         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3290         (gst_gnome_vfs_src_start):
3291         Try harder to get the size from a uri by using _info_uri() when
3292         _info_from_handle() does not give us enough info. 
3293         Also follow symlinks when getting the size.
3294         Partially Fixes #332864.
3295
3296 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3297
3298         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3299
3300         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3301         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3302         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3303         (gst_alsa_mixer_set_record):
3304         * ext/alsa/gstalsamixertrack.c:
3305         (gst_alsa_mixer_track_update_alsa_capabilities),
3306         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3307         (gst_alsa_mixer_track_update):
3308         * ext/alsa/gstalsamixertrack.h:
3309           Improve and fix mixer track handling, in particular better handling
3310           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3311           separate track objects for tracks that have both capture and playback
3312           volume (and label them differently as well so they're not mistakenly
3313           assumed to be duplicates); classify mixer tracks that only affect
3314           the audible volume of something (rather than the capture volume)
3315           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3316           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3317           (following the meaning documented in the mixer interface header
3318           file); add support for alsa's exclusive cswitch groups; update/sync
3319           state/flags better if mixer settings are changed by another
3320           application. Fixes #336075.
3321
3322 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3323
3324         * gst/playback/gstplaybin.c:
3325           Improve docs: add section about BUFFERING messages sent by playbin.
3326
3327 2006-08-29  Michael Smith  <msmith@fluendo.com>
3328
3329         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3330         (gst_vorbis_enc_buffer_check_discontinuous),
3331         (gst_vorbis_enc_chain):
3332           Ignore explicit DISCONT marked on buffers (which is often spurious,
3333           particularly when using multiple segments), in favour of solely
3334           using the timestamps/durations.
3335
3336 2006-08-29  Edward Hervey  <edward@fluendo.com>
3337
3338         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3339         Don't rely on incoming buffers offset anymore, since it is completely
3340         broken when using multiple segments.
3341         Instead convert the incoming buffers timestamp to running time, and
3342         then convert that value to the offsets.
3343         Also inform GstSegment of the last outputted stop position, which is
3344         needed if we received several segments with an unknown stop value.
3345
3346 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3347
3348         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3349           fix buffer unreffing on a header push failure
3350
3351 2006-08-28  Wim Taymans  <wim@fluendo.com>
3352
3353         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3354         (gst_audio_rate_chain):
3355         Make the metadata of the buffer writable before changing its
3356         flags.
3357
3358 2006-08-28  Wim Taymans  <wim@fluendo.com>
3359
3360         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3361         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3362         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3363         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3364         Fix audiorate some more.
3365         Reset and resync counters on flush and READY.
3366         Handle the DISCONT flag correctly.
3367         Use GstSegment to track position.
3368         Fail when not negotiated.
3369         Fixes #353234.
3370
3371 2006-08-25  Michael Smith  <msmith@fluendo.com>
3372
3373         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3374           Fix spelling.
3375           Remove accidently included debug line.
3376
3377 2006-08-25  Wim Taymans  <wim@fluendo.com>
3378
3379         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3380         Small cleanups.
3381         If a buffer is received with no caps, make the buffer metadata
3382         writable and set the caps, making sure that we don't screw up the
3383         refcounts.
3384
3385 2006-08-25  Michael Smith  <msmith@fluendo.com>
3386
3387         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3388         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3389           Fix memory leaks and misleading debug messages, add a couple of
3390           comments.
3391
3392         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3393         (gst_multi_fd_sink_render):
3394           Do not use gst_buffer_make_writable() in a basesink render method,
3395           as it may incorrectly unref the buffer. Instead, use convoluted
3396           dance to avoid copying the buffer except when we need to.
3397
3398 2006-08-25  Michael Smith  <msmith@fluendo.com>
3399
3400         * ext/vorbis/vorbisenc.c:
3401         (gst_vorbis_enc_buffer_check_discontinuous):
3402           Allow very small discontinuities in the timestamps. These we can't
3403           do anything useful with anyway (because vorbis's timestamps have
3404           only sample granularity), and are commonly produced by elements with
3405           minor bugs. Allow up to 1/2 a sample out.
3406           Fixes #351742.
3407
3408 2006-08-24  Wim Taymans  <wim@fluendo.com>
3409
3410         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3411         (play_scrub_toggle_cb), (main):
3412         Add a checkbox to enable play scrubbing. Makes it possible to disable
3413         normal scrubbing.
3414
3415 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3416
3417         * tests/check/elements/.cvsignore:
3418           make buildbot happy
3419
3420 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3421
3422         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3423         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3424         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3425         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3426         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3427         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3428         (gst_ogm_text_parse_strip_trailing_zeroes),
3429         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3430         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3431           Refactor ogm parse, do better input checking, misc. clean-ups.
3432           Cache incoming events and push them once the source pad has
3433           been created. Don't pass unterminated strings to sscanf().
3434           Strip trailing zeroes from subtitle text output, since they
3435           are not valid UTF-8. Don't push vorbiscomment packets on
3436           the subtitle text pad. Output perfect streams if possible.
3437
3438 2006-08-23  Wim Taymans  <wim@fluendo.com>
3439
3440         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3441         Waits for tasks to settle down so that we clean up correctly for 
3442         valgrind.
3443
3444 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3445
3446         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3447           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3448           actually return return value in taglists_are_equal.
3449
3450 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3451
3452         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3453           Fix crash due to broken bitstream parsing on x86-64: can't make
3454           any assumptions about sizeof(struct) due to alignment/packing
3455           differences on different architectures. Fixes #351790.
3456
3457 2006-08-22  Wim Taymans  <wim@fluendo.com>
3458
3459         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3460         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3461         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3462         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3463         (gst_riff_parse_info):
3464         Protect public functions against bad input.
3465         Do some cleanups.
3466         Fix documentation.
3467
3468 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3469
3470         * gst-libs/gst/riff/riff-ids.h:
3471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3472           Add voxware audio IDs (even if we can't play it) (#351795).
3473
3474 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3475
3476         * gst-libs/gst/riff/riff-media.c:
3477         (gst_riff_create_video_template_caps),
3478         (gst_riff_create_audio_template_caps),
3479         (gst_riff_create_iavs_template_caps):
3480           Const-ify some arrays and use G_N_ELEMENTS instead
3481           of wasting oodles of RAM on terminator bits.
3482
3483 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3484
3485         * gst-libs/gst/tag/gstvorbistag.c:
3486         (gst_tag_list_to_vorbiscomment_buffer):
3487         * tests/check/libs/tag.c: (GST_START_TEST):
3488           And the same for _to_vorbiscomment_buffer(): allow
3489           id_data_len == 0 for speex.
3490
3491 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3492
3493         * configure.ac:
3494         * docs/plugins/Makefile.am:
3495         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3496         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3497         * docs/plugins/inspect/plugin-gdp.xml:
3498         * gst/gdp/Makefile.am:
3499         * tests/check/Makefile.am:
3500           Move GDP plugin to -base from -bad.  Closes #347783.
3501
3502 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3503
3504         * gst-libs/gst/tag/gstvorbistag.c:
3505         (gst_tag_list_from_vorbiscomment_buffer):
3506           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3507           Also add some checks to make sure we don't memcmp() beyond the end of
3508           vorbiscomment buffer if the ID to check for is larger than the buffer.
3509
3510         * tests/check/libs/tag.c: (GST_START_TEST):
3511           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3512
3513 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3514
3515         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3516         (gst_vorbis_enc_set_metadata):
3517           Use vorbis comment utility functions from libgsttag
3518           instead of re-inventing the wheel (partially fixes #347091).
3519
3520 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3521
3522         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3523         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3524         as some that won't.
3525
3526 2006-08-21  Wim Taymans  <wim@fluendo.com>
3527
3528         * docs/libs/Makefile.am:
3529         * docs/libs/gst-plugins-base-libs-sections.txt:
3530         * docs/libs/gst-plugins-base-libs.types:
3531         Don't try to GObject scan the netbuffer as it's not a GObject.
3532         Fixes #351308.
3533
3534         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3535         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3536         Document GstNetBuffer.
3537
3538 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3539
3540         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3541         (audioconvert_suite):
3542           Add testcase for caps-size-explosion
3543
3544 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3545
3546         * gst/audioconvert/gstaudioconvert.c:
3547         (gst_audio_convert_get_unit_size), (set_structure_widths):
3548           Lower debug, use g_assert in _get_unit_size
3549
3550         * gst/audioresample/gstaudioresample.c:
3551         (audioresample_get_unit_size):
3552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3553         (gst_ffmpegcsp_get_unit_size):
3554         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3555           use g_assert in _get_unit_size
3556
3557 2006-08-18  Wim Taymans  <wim@fluendo.com>
3558
3559         * docs/libs/gst-plugins-base-libs-sections.txt:
3560         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3561         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3562         (gst_rtp_buffer_get_payload_buffer):
3563         * gst-libs/gst/rtp/gstrtpbuffer.h:
3564         Document GstRTPBuffer.
3565         Added function to efficiently strip payload headers.
3566         API: gst_rtp_buffer_get_payload_subbuffer()
3567
3568 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3569
3570         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3571         (gst_tag_to_vorbis_comments):
3572           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3573           tags and deserialise them properly as well (#347091).
3574           Add some more gtk-doc blurbs and also some g_return_if_fail().
3575
3576         * tests/check/libs/tag.c: (GST_START_TEST),
3577         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3578           More tests.
3579
3580 2006-08-17  Wim Taymans  <wim@fluendo.com>
3581
3582         * ext/ogg/Makefile.am:
3583         * ext/ogg/gstogg.c: (plugin_init):
3584         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3585         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3586         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3587         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3588         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3589         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3590         Added ogg-in-avi parser element. Fixes #140139.
3591
3592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3593         Fixed a bug in oggdemux debug code.
3594
3595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3596         (gst_riff_create_audio_template_caps):
3597         Recognise Ogg in the AVI extensible wave format.
3598
3599 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3600
3601         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3602           Make buffer durations add up (duration should be next_ts-ts for
3603           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3604           from CVS.
3605
3606         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3607         (test_buffer_timestamps), (cddabasesrc_suite):
3608           Add unit test for the above.
3609
3610         * tests/check/Makefile.am:
3611           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3612           to see what happens.
3613
3614 2006-08-16  Wim Taymans  <wim@fluendo.com>
3615
3616         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3617         (gst_alsasink_open):
3618         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3619         (gst_alsasrc_open):
3620         Avoid setting and using a NULL device name.
3621         Print more info when we fail to open a device.
3622
3623 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         * docs/libs/gst-plugins-base-libs-sections.txt:
3626         * gst-libs/gst/tag/tag.h:
3627         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3628           API: add gst_tag_parse_extended_comment() (#351426).
3629
3630         * tests/check/Makefile.am:
3631         * tests/check/libs/.cvsignore:
3632         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3633           Add unit test for gst_tag_parse_extended_comment().
3634
3635 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3636
3637         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3639           Fix leak (#351502).
3640
3641 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3642
3643         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3644         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3645         * docs/plugins/gst-plugins-base-plugins.args:
3646         * gst/playback/gstplaybin.c:
3647           Document playbin.
3648           
3649         * docs/plugins/inspect/plugin-adder.xml:
3650         * docs/plugins/inspect/plugin-alsa.xml:
3651         * docs/plugins/inspect/plugin-audioconvert.xml:
3652         * docs/plugins/inspect/plugin-audiorate.xml:
3653         * docs/plugins/inspect/plugin-audioresample.xml:
3654         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3655         * docs/plugins/inspect/plugin-cdparanoia.xml:
3656         * docs/plugins/inspect/plugin-decodebin.xml:
3657         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3658         * docs/plugins/inspect/plugin-gnomevfs.xml:
3659         * docs/plugins/inspect/plugin-ogg.xml:
3660         * docs/plugins/inspect/plugin-pango.xml:
3661         * docs/plugins/inspect/plugin-playbin.xml:
3662         * docs/plugins/inspect/plugin-subparse.xml:
3663         * docs/plugins/inspect/plugin-tcp.xml:
3664         * docs/plugins/inspect/plugin-theora.xml:
3665         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3666         * docs/plugins/inspect/plugin-video4linux.xml:
3667         * docs/plugins/inspect/plugin-videorate.xml:
3668         * docs/plugins/inspect/plugin-videoscale.xml:
3669         * docs/plugins/inspect/plugin-videotestsrc.xml:
3670         * docs/plugins/inspect/plugin-volume.xml:
3671         * docs/plugins/inspect/plugin-vorbis.xml:
3672         * docs/plugins/inspect/plugin-ximagesink.xml:
3673         * docs/plugins/inspect/plugin-xvimagesink.xml:
3674           Update to CVS version.
3675
3676 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3679         (gst_play_bin_set_property), (gst_play_bin_get_property),
3680         (value_list_append_structure_list),
3681         (gst_play_bin_handle_redirect_message),
3682         (gst_play_bin_handle_message):
3683           API: GstPlayBin::connection-speed
3684           Add "connection-speed" property; re-order redirect messages with
3685           multiple redirect locations depending on the minimum bitrate if
3686           that information is available and a connection speed is set
3687           (#350399).
3688
3689 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * gst/playback/gstplaybin.c:
3692           Update max volume to the same value that the volume element uses.
3693
3694 2006-08-14  Wim Taymans  <wim@fluendo.com>
3695
3696         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3697         Less uglyness..
3698
3699 2006-08-14  Wim Taymans  <wim@fluendo.com>
3700
3701         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3702         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3703         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3704         Add some more debug info.
3705         Don't crash when a seek failed.
3706         Actually return the result of the seek instead of TRUE.
3707         Ignore multiple BOS pages with the same serial so that we don't create
3708         the same stream multiple times.
3709         Post an error when we fail to do the initial seek.
3710
3711 2006-08-13  Wim Taymans  <wim@fluendo.com>
3712
3713         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3714         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3715         Small code cleanup.
3716
3717         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3718         (gst_alsa_mixer_new):
3719         Remove hack that always set the device to hw:0*.
3720         Properly find the card name for whatever device was configured.
3721         Do some better debugging.
3722         Fixes #350784.
3723
3724         * ext/alsa/gstalsamixerelement.c:
3725         (gst_alsa_mixer_element_set_property),
3726         (gst_alsa_mixer_element_change_state):
3727         Cleanups.
3728         Handle setting of a NULL device name better.
3729
3730 2006-08-11  Wim Taymans  <wim@fluendo.com>
3731
3732         * gst/adder/gstadder.c:
3733         Don't clip float values. Fixes #350900.
3734
3735 2006-08-11  Andy Wingo  <wingo@pobox.com>
3736
3737         * gst/tcp/gsttcp.c: Really fix the build?
3738
3739         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3740         fixes the build.
3741
3742 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3743
3744         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3745           Float caps shouldn't have a "signed" field.
3746
3747 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3748
3749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3750           Implement SEEKING query in its most basic form, so that we can
3751           at least check if we're seekable or not (#350655).
3752
3753 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3756           The checks here are not even close to anything that would
3757           justify MAXIMUM probability, lowering to POSSIBLE until someone
3758           fixes the checks (case at hand: quicktime redirection files
3759           might start with 00 00 01 XX and pass the checks here just
3760           fine, see #350399).
3761
3762 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3763
3764         Patch by: Sjoerd Simons  <sjoerd at luon net>
3765
3766         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3767           Better detection for multipart/x-mixed-replace: accept leading
3768           whitespaces before the boundary marker as well (as our very own
3769           multipartmux used to produce) (#349068).
3770
3771 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3772
3773         Patch by: Young-Ho Cha  <ganadist at chollian net>
3774
3775         * gst-libs/gst/riff/riff-ids.h:
3776         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3777         (gst_riff_create_audio_template_caps):
3778           Detect DTS audio streams (#350157).
3779
3780 2006-08-05  Andy Wingo  <wingo@pobox.com>
3781
3782         * ext/theora/gsttheoraparse.h:
3783         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3784         (theora_parse_dispose, theora_parse_set_property)
3785         (theora_parse_get_property, theora_parse_munge_granulepos)
3786         (theora_parse_push_buffer, theora_parse_change_state):
3787         API: GstTheoraParse::synchronization-points
3788         Add a property 'synchronization-points' to fix badly synchronized oggs.
3789
3790 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3791
3792         * tests/check/Makefile.am:
3793         * tests/check/libs/.cvsignore:
3794         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3795         (fixed_caps_have_channel_positions), (GST_START_TEST),
3796         (audio_suite), (main):
3797           Add a few tests for the channel position stuff in libgstaudio.
3798
3799 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3800
3801         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3802         (gst_alsa_detect_channels):
3803         * ext/alsa/gstalsasink.c:
3804           Add support for cards that (only) do more than 8 channels,
3805           like the Delta 44 (#345188).
3806
3807         * gst-libs/gst/audio/multichannel.c:
3808         (gst_audio_check_channel_positions):
3809         * gst-libs/gst/audio/multichannel.h:
3810           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3811           unspecified channel position and cannot be combined with any
3812           of the other audio channel positions; adjust position layout
3813           checks accordingly (#345188).
3814
3815 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3818           Recognise ancient RealAudio files (see #349779).
3819
3820 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         Patch by: Jens Granseuer  <jensgr at gmx net>
3823
3824         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3825           Add typefinder for Interplay's MVE format (#348973).
3826
3827 2006-08-02  Wim Taymans  <wim@fluendo.com>
3828
3829         Patch by: Marcel Moreaux <marcelm at luon dot net>
3830
3831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3832         (gst_base_rtp_depayload_add_to_queue):
3833         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3834         Handle RTP sequence number rollover.
3835         Disable jitterbuffer by default.
3836
3837 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3838
3839         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3840         (audioresample_set_caps):
3841         Don't leak references to the incoming caps. Clean them up when
3842         stopping.
3843
3844         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3845         (gst_video_scale_finalize):
3846         Don't leak our temporary pixel buffer.
3847
3848         * tests/check/Makefile.am:
3849         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3850         (GST_START_TEST), (simple_launch_lines_suite):
3851
3852         Fix leaks and re-enable the test for valgrind checking.
3853
3854 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3855
3856         Patch by: Sjoerd Simons  <sjoerd at luon net>
3857
3858         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3859         (plugin_init):
3860           Add typefind function for multipart/x-mixed-replace (#348916).
3861
3862 2006-07-28  Wim Taymans  <wim@fluendo.com>
3863
3864         * gst/adder/gstadder.c: (gst_adder_setcaps),
3865         (gst_adder_query_duration):
3866         Fix leak in duration query.
3867         Reflow some docs and notes.
3868
3869 2006-07-28  Michael Smith  <msmith@fluendo.com>
3870
3871         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3872         (vorbisenc_suite):
3873           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3874           aspect of it.
3875
3876 2006-07-28  Michael Smith  <msmith@fluendo.com>
3877
3878         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3879         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3880         (gst_vorbis_enc_push_buffer),
3881         (gst_vorbis_enc_buffer_check_discontinuous),
3882         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3883         * ext/vorbis/vorbisenc.h:
3884           Handle discontinuities in the input vorbis stream correctly,
3885           so that the output is properly timestamped (and has good granulepos
3886           values). Needs some oggmux fixes too.
3887
3888 2006-07-27  Wim Taymans  <wim@fluendo.com>
3889
3890         patch by: Kai Vehmanen <kv2004 eca cx>
3891
3892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3893         (gst_base_rtp_depayload_chain),
3894         (gst_base_rtp_depayload_handle_sink_event),
3895         (gst_base_rtp_depayload_change_state):
3896         Don't send multiple newsegments with different formats.
3897         Fixes #348677.
3898
3899 2006-07-26  Wim Taymans  <wim@fluendo.com>
3900
3901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3902         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3903         Make seeking in ogg more accurate again by doing the more correct
3904         granuletime to stream time conversion.
3905
3906 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3907
3908         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3909         (gst_multi_fd_sink_new_client):
3910           debug a little more understandably
3911           do not use goto as a substitute for break, especially if
3912           break is also being used
3913
3914 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3917         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3918           Remove GLib-2.6 compatibility cruft.
3919
3920 2006-07-24  Wim Taymans  <wim@fluendo.com>
3921
3922         * gst-libs/gst/audio/gstbaseaudiosink.c:
3923         (gst_base_audio_sink_render):
3924         Don't try to align a sample to an unknown value.
3925
3926 2006-07-24  Wim Taymans  <wim@fluendo.com>
3927
3928         * gst-libs/gst/audio/gstbaseaudiosink.c:
3929         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3930         When the audio clock is slaved to another clock, never try to align
3931         samples but trust the rate interpolation algorithm.
3932
3933 2006-07-24  Wim Taymans  <wim@fluendo.com>
3934
3935         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3936         Don't try to calculate silence samples, base class does this much
3937         better now.
3938
3939         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3940         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3941         (gst_ring_buffer_acquire):
3942         Calculate silence samples correctly.
3943
3944         * gst-libs/gst/audio/gstringbuffer.h:
3945         Add _CAST macro.
3946
3947 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3948
3949         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3950           Limit search for the first markup tag to the first few kB of
3951           the file. If we don't find one there, it's highly unlikely that
3952           this is an XML(-ish) file.
3953
3954 2006-07-21  Andy Wingo  <wingo@pobox.com>
3955
3956         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3957         test to the one in vorbisenc. Also commented out.
3958
3959         * tests/check/pipelines/vorbisenc.c: 
3960         (test_discontinuity): New test, commented out until Mike lands
3961         some elite vorbisenc patches.
3962
3963         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3964         Bufferstraw was actually factored out of these tests. Now we share
3965         code yay.
3966
3967         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3968         for bufferstraw addition to gstcheck.
3969
3970 2006-07-21  Wim Taymans  <wim@fluendo.com>
3971
3972         * ext/theora/theoradec.c: (clip_buffer):
3973         Better clipping.
3974
3975 2006-07-21  Wim Taymans  <wim@fluendo.com>
3976
3977         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3978         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3979         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3980         Fix leak.
3981         Avoid type casting when we can.
3982
3983         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3984         Fix mem leak.
3985
3986 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3987
3988         * ext/alsa/gstalsamixerelement.c:
3989         (gst_alsa_mixer_element_change_state):
3990           Make state change fail if the specified device can't be opened
3991           for some reason.
3992
3993 2006-07-20  Wim Taymans  <wim@fluendo.com>
3994
3995         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3996         (cb_newpad), (main):
3997         Example of a small audio/video player using decodebin.
3998
3999 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4000
4001         * gst-libs/gst/riff/riff-ids.h:
4002           Add 'fact' chunk id
4003
4004 2006-07-19  Wim Taymans  <wim@fluendo.com>
4005
4006         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4007         (gst_base_rtp_depayload_chain),
4008         (gst_base_rtp_depayload_change_state):
4009         Don't assert when not negotiated but post a meaningfull 
4010         error message. Fixes #347918.
4011
4012         * gst-libs/gst/rtp/gstbasertppayload.c:
4013         Add comment about better default MTU size.
4014
4015         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4016         Small cleanups, start docs.
4017
4018 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4019
4020         Patch by: Martin Szulecki
4021
4022         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4023           If "device-name" is requested and the device is not
4024           open, try to temporarily open it to obtain this
4025           information (#342494).
4026
4027 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4028
4029         * gst-libs/gst/tag/gstid3tag.c:
4030           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4031
4032         * gst-libs/gst/tag/gsttageditingprivate.h:
4033         * gst-libs/gst/tag/gstvorbistag.c:
4034           Some more random const-ifications.
4035
4036 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4037
4038         * gst-libs/gst/riff/riff-ids.h:
4039         * gst-libs/gst/riff/riff-media.c:
4040         (gst_riff_create_video_template_caps):
4041           Add more FOURCCs (sort list to make stuff easier to find),
4042           add comment what those 16 bytes in struct _gst_riff_strh according to
4043           one avi-dumper are
4044
4045 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4046
4047         * gst-libs/gst/audio/multichannel.c:
4048         (gst_audio_check_channel_positions),
4049         (gst_audio_fixate_channel_positions):
4050           Const-ify two arrays.
4051
4052 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4053
4054         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4055           Fix typo, so that alsasink also advertises 8 channels
4056           if that's supported (tags: can, worms, open, alsa, ph34r).
4057
4058 2006-07-17  Wim Taymans  <wim@fluendo.com>
4059
4060         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4061         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4062         *sigh*, when is the compiler going to warn when the comments
4063         are out-of-sync with the code.. Refix case of busted theora
4064         headers with 0 granule pos.
4065
4066 2006-07-14  Wim Taymans  <wim@fluendo.com>
4067
4068         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4069         (gst_base_rtp_depayload_wait),
4070         (gst_base_rtp_depayload_change_state),
4071         (gst_base_rtp_depayload_set_property),
4072         (gst_base_rtp_depayload_get_property):
4073         Fix 99% cpu load by waiting for absolute times on the
4074         clock. Fixes #347300.
4075
4076 2006-07-14  Andy Wingo  <wingo@pobox.com>
4077
4078         * ext/theora/gsttheoraparse.h: 
4079         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4080         (theora_parse_push_headers, theora_parse_clear_queue)
4081         (theora_parse_drain_queue_prematurely, )
4082         (theora_parse_sink_event, theora_parse_change_state): Queue events
4083         until we initialized our state, like in vorbisparse.
4084
4085         * ext/vorbis/vorbisparse.h: 
4086         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4087         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4088         (vorbis_parse_drain_queue_prematurely, )
4089         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4090         until we have initialized our state. Fixes seeking after an
4091         initial pad block.
4092
4093 2006-07-14  Andy Wingo  <wingo@pobox.com>
4094
4095         Patch by: Iain Holmes <iaingnome@gmail.com>
4096         
4097         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4098
4099 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4100
4101         * configure.ac:
4102         Bump nano back to CVS
4103
4104 === release 0.10.9 ===
4105
4106 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4107
4108         * configure.ac:
4109           releasing 0.10.9, "I walk the line"
4110
4111 2006-07-14  Michael Smith  <msmith@fluendo.com>
4112
4113         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4114           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4115           (commonly happens when running this test under valgrind) when trying
4116           to remove the buffer probe.
4117
4118 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4119
4120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4121         Fix missing g_unlock from the previous commit
4122
4123 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4124
4125         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4126         (gst_ximagesink_change_state):
4127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4128         (gst_xvimagesink_change_state):
4129         Implement a locking order to ensure we always take the object lock
4130         before the x_lock and never vice-versa.
4131
4132 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4133
4134         * gst/playback/gstdecodebin.c: (find_compatibles):
4135         Fix a caps leak when linking (#347304)
4136
4137         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4138         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4139         (gst_ximagesink_change_state):
4140         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4141         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4142         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4143         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4144         Don't leak shared memory resources. Use the object lock to protect
4145         against the xcontext disappearing while returning a buffer from the
4146         pipeline. (#347304)
4147
4148 2006-07-12  Edward Hervey  <edward@fluendo.com>
4149
4150         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4151         (vorbis_handle_comment_packet):
4152         gst_tag_list_merge() returns a new object. Take that into account when
4153         using it. This avoids memleak.
4154         Revert previous commit which is not needed.
4155
4156 2006-07-12  Edward Hervey  <edward@fluendo.com>
4157
4158         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4159         Reset the decoder in finalize so that all fields get cleared.
4160
4161 2006-07-12  Wim Taymans  <wim@fluendo.com>
4162
4163         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4164         (gst_base_audio_src_set_clock),
4165         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4166         Don't try to post an error message when setting the clock fails
4167         as this can happen when adding an element to a bin which will then
4168         deadlock. Fixes #347296.
4169
4170 2006-07-12  Edward Hervey  <edward@fluendo.com>
4171
4172         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4173         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4174         (vorbis_handle_type_packet):
4175         Post tag messages on the bus even if we're not initialized.
4176         If we're not initialized, we still postpone the event pushing of tags.
4177
4178 2006-07-12  Wim Taymans  <wim@fluendo.com>
4179
4180         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4181         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4182         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4183         Revert last two changes that broke the freeze.
4184
4185 2006-07-12  Wim Taymans  <wim@fluendo.com>
4186
4187         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4188         basesink calculates silence sample correctly for us.
4189
4190 2006-07-12  Wim Taymans  <wim@fluendo.com>
4191
4192         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4193         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4194         Calculate correct silence samples so we don't fill our ringbuffer
4195         with noise.
4196
4197 2006-07-12  Edward Hervey  <edward@fluendo.com>
4198
4199         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4200         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4201         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4202         * ext/vorbis/vorbisdec.h:
4203         Delay sending events (newsegment, tags) until the decoder is properly
4204         initialized.
4205         Fixes #347295
4206
4207 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4208
4209         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4210         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4211           Patch from #347221 adding a test for audioconvert
4212           channel remappings.
4213
4214 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4215
4216         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4217         (gst_ssa_parse_parse_line):
4218           Don't include the terminating NUL in the buffer size,
4219           it's only there for extra paranoia (would add random
4220           '*' characters at the end of each subtitle since the
4221           terminator itself is not valid UTF-8 technically).
4222           Also fix indenting after boilerplate macro.
4223
4224 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4225
4226         * gst/playback/gstdecodebin.c: (close_pad_link):
4227           Also emit 'unknown-type' signal (which should really be
4228           called unhandled-type) if we found potential decoders/demuxers
4229           in the registry but none of them worked in the end (as in the
4230           case where the plugins don't exist any longer but are still
4231           listed in the registry). Fixes #329798.
4232
4233 2006-07-08  Andy Wingo  <wingo@pobox.com>
4234
4235         * theoraparse.c (theora_parse_push_buffer)
4236         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4237         Add some more debugging. Fix granulepos reconstruction in the face
4238         of discontinuities.
4239
4240 2006-07-06  Wim Taymans  <wim@fluendo.com>
4241
4242         * gst-libs/gst/audio/gstbaseaudiosink.c:
4243         (gst_base_audio_sink_class_init),
4244         (gst_base_audio_sink_provide_clock):
4245         Use gobject_class instead of G_OBJECT_CLASS (klass)
4246
4247         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4248         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4249         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4250         (gst_base_audio_src_get_time),
4251         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4252         (gst_base_audio_src_create_ringbuffer):
4253         Fix latency and buffer-time constants and properties ala basesink.
4254         Implement pull based scheduling. Fixes #346527.
4255         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4256         one segment.
4257         Refuse slaving to another clock instead of silently not working.
4258         Only provide a clock when we are actually able to do so.
4259         Various small cleanups and compiler hints.
4260
4261 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         Patch by: Lutz Mueller <lutz at topfrose de>
4264
4265         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4266         (plugin_init):
4267           Add typefinding for text/html (#346581).
4268
4269 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4270
4271         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4272         (xml_check_first_element), (xml_type_find), (smil_type_find):
4273           Fix SMIL typefinding, make xml_check_first_element() more
4274           useful.
4275
4276 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4277
4278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4279         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4280         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4281         * gst/playback/gstplaybasebin.h:
4282           Protect list of elements with a subtitle-encoding property and
4283           the subtitle encoding member itself with a lock of their own
4284           instead of using the object lock. This prevents a dead-lock in
4285           the element-remove callback in some circumstances when shutting
4286           down playbin.
4287
4288 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4289
4290         * win32/common/libgsttag.def:
4291         Export some new functions.
4292         * win32/vs6/libgstogg.dsp:
4293         Add a link to libgsttag-0.10.lib.
4294
4295 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4296
4297         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4298           Some const-ification.
4299
4300 2006-07-04  Wim Taymans  <wim@fluendo.com>
4301
4302         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4303         Improve checking if we are dealing with a stream. Added some
4304         more uris that need buffering.
4305
4306 2006-07-03  Edward Hervey  <edward@fluendo.com>
4307
4308         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4309         Remove unused variable.
4310
4311 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4312
4313         * Makefile.am:
4314           include lcov.mak
4315         * configure.ac:
4316           add GCOV_LIBS to GST_LIBS
4317
4318 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4321
4322         * ext/alsa/gstalsasrc.c:
4323           Add 32 bps to template caps and increase channels range
4324           from [1,2] to [1,MAX]. See #346326.
4325
4326 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4329           Recognise 'WMVA' video codec fourcc (#345879).
4330           
4331 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4332          
4333         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4334           Fixed nasty memory leak
4335
4336 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4337
4338         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4339         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4340           fix logging
4341
4342 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4343
4344         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4345         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4346         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4347         Protect remove_fakesink using a mutex, so that we don't try and
4348         remove the fakesink simultaneously from multiple threads.
4349
4350         When going from READY to PAUSED, restore the fakesink, so that
4351         it is there when decodebin gets reused.
4352
4353 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4357         * gst-libs/gst/rtp/gstbasertppayload.c:
4358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4359         * gst/tcp/gstmultifdsink.c:
4360         * gst/tcp/gsttcpclientsink.c:
4361         * gst/tcp/gsttcpclientsrc.c:
4362         * gst/tcp/gsttcpserversink.c:
4363         * gst/tcp/gsttcpserversrc.c:
4364         * gst/videorate/gstvideorate.c:
4365         * gst/videotestsrc/gstvideotestsrc.c:
4366         * sys/v4l/gstv4ljpegsrc.c:
4367         * sys/v4l/gstv4lmjpegsink.c:
4368         * sys/v4l/gstv4lsrc.c:
4369         * tests/examples/seek/scrubby.c:
4370         * tests/examples/seek/seek.c:
4371           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4372
4373 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4374
4375         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4376           Second field in GEnumValue shouldn't be a description,
4377           but a stringified version of the enum value.
4378
4379 2006-06-22  Wim Taymans  <wim@fluendo.com>
4380
4381         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4382         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4383         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4384         Avoid type checking in buffer casts.
4385         Avoid caps copy in buffer_alloc when we can.
4386         Use pad_peer_accept.
4387
4388 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * gst-libs/gst/tag/tag.h:
4391           Oops, make that 'Since: 0.10.9'.
4392
4393 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4394
4395         * docs/libs/gst-plugins-base-libs-sections.txt:
4396         * gst-libs/gst/tag/tag.h:
4397         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4398         (gst_tag_image_type_get_type):
4399           API: add GstTagImageType enum to describe images contained
4400           in image tags (#345641).
4401
4402 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4403
4404         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4405           Fix warnings with gst-inspect: "buffers-min" property
4406           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4407           typo in property description.
4408
4409 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4410
4411         Patch by: Cody Russell <bratsche at gnome org>
4412
4413         * gst/audioresample/gstaudioresample.c:
4414         (gst_audioresample_class_init):
4415         * gst/playback/gststreamselector.c:
4416         (gst_stream_selector_class_init):
4417         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4418         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4419         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4420         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4421         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4422         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4423         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4424         * gst/videotestsrc/gstvideotestsrc.c:
4425         (gst_video_test_src_class_init):
4426         * gst/volume/gstvolume.c: (gst_volume_class_init):
4427           Avoid unnecessary class cast check in class_init
4428           functions (#337747).
4429
4430 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4431
4432         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4433         (gst_text_overlay_video_chain):
4434           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4435           and doesn't validate its input either (and neither did
4436           textoverlay it seems). Let's do that then and fix #345206.
4437
4438 2006-06-19  Wim Taymans  <wim@fluendo.com>
4439
4440         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4441         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4442         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4443         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4444         (find_syncframe), (find_limits), (assign_value),
4445         (count_burst_unit), (gst_multi_fd_sink_new_client),
4446         (gst_multi_fd_sink_handle_client_write),
4447         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4448         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4449         (gst_multi_fd_sink_change_state):
4450         * gst/tcp/gstmultifdsink.h:
4451         Added shiny new burst-on-connect methods.
4452         Add properties to control the minimal amount of data queued.
4453         Small cleanups.
4454         API: bytes-min property
4455         API: time-min property
4456         API: buffers-min property
4457         API: burst-unit property
4458         API: burst-value property
4459         API: add-full signal
4460
4461         * gst/tcp/gsttcp-marshal.list:
4462         Added new marshaller code for the new signal.
4463
4464         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4465         (multifdsink_suite):
4466         Added testcases for new burst methods.
4467
4468 2006-06-19  Edward Hervey  <edward@fluendo.com>
4469
4470         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4471         Implement clipping for accurate seeking.
4472         Closes #345225
4473
4474 2006-06-19  Wim Taymans  <wim@fluendo.com>
4475
4476         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4477
4478         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4479         (gst_video_scale_transform):
4480         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4481
4482 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4483
4484         * configure.ac:
4485           Fix --disable-external (can't set conditionals conditionally,
4486           #343602).
4487
4488 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4489
4490         * tests/check/elements/audioresample.c: (test_reuse),
4491         (audioresample_suite):
4492           Add test case for bug #342789 fixed below.
4493
4494 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4495
4496         * gst/audioresample/gstaudioresample.c:
4497         (gst_audioresample_class_init), (gst_audioresample_init),
4498         (audioresample_start), (audioresample_stop),
4499         (gst_audioresample_set_property), (gst_audioresample_get_property):
4500           Implement GstBaseTransform::start and ::stop so that audioresample
4501           can clear its internal state properly and be reused instead of
4502           causing non-negotiated errors with playbin under some circumstances
4503           (#342789).
4504
4505         * tests/check/elements/audioresample.c: (setup_audioresample),
4506         (cleanup_audioresample):
4507           Need to set element state here so that ::start and ::stop are
4508           called.
4509
4510 2006-06-16  Wim Taymans  <wim@fluendo.com>
4511
4512         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4513
4514         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4515         Parse extra data better, apparently it's right behind
4516         the normal strf header size. Fixes #343500.
4517
4518 2006-06-16  Wim Taymans  <wim@fluendo.com>
4519
4520         * ext/alsa/gstalsasink.c: (set_hwparams):
4521         If we fail to set the buffer_time and period_time alsa
4522         parameters, post a warning and leave alsa select a 
4523         default instead of failing. Fixes #342085
4524
4525 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * docs/libs/gst-plugins-base-libs-sections.txt:
4528         * gst-libs/gst/cdda/gstcddabasesrc.h:
4529           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4530           out in the header file and shouldn't be listed in the docs.
4531
4532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4533           Must dereference pointer to fourcc in the debug statement.
4534
4535 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4536
4537         * docs/libs/Makefile.am:
4538         * docs/libs/gst-plugins-base-libs-docs.sgml:
4539         * docs/libs/gst-plugins-base-libs-sections.txt:
4540         * docs/libs/gst-plugins-base-libs.types:
4541         add remaining symbols into correct setions
4542         
4543         * gst-libs/gst/audio/gstringbuffer.c:
4544         fix incomplete docs
4545         
4546         * gst-libs/gst/audio/gstringbuffer.h:
4547         comment out not yet implemented function
4548         
4549         
4550         * gst-libs/gst/floatcast/floatcast.h:
4551         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4552         add short descriptions
4553         
4554         
4555         * gst-libs/gst/interfaces/propertyprobe.c:
4556         fix return value docs   
4557         
4558         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4559         simplify debug logging
4560         
4561         * gst-libs/gst/riff/riff-read.h:
4562         sync function prototype and docs
4563         
4564         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4565         remove left over symbol
4566
4567 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * autogen.sh:
4570         * configure.ac:
4571         * docs/Makefile.am:
4572           Use GST_PLUGIN_DOCS macro in configure.ac, add
4573           --enable-plugin-docs default to autogen.sh and use
4574           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4575
4576 2006-06-15  Wim Taymans  <wim@fluendo.com>
4577
4578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4579         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4580         (gst_ogg_demux_loop):
4581         Combine GstFlowReturn from the source pads to give a
4582         meaningfull result to the upstream peer or to stop the
4583         processing task in case of errors.
4584
4585 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * gst/playback/gststreaminfo.c: (cb_probe):
4588           Try GST_TAG_CODEC as fallback when extracting the
4589           codec name; more debug info.
4590
4591 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * ext/ogg/Makefile.am:
4594         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4595           Extract language tags from ogm subtitle streams, so that
4596           the subtitle menu choices are labelled correctly in
4597           Totem (fixes #344708).
4598
4599 2006-06-14  Wim Taymans  <wim@fluendo.com>
4600
4601         Patch by: Alessandro Decina <alessandro at nnva dot org>
4602
4603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4604         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4605         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4606         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4607         Fix various leaks. Fixes #343699.
4608         Add x-smoke mime type.
4609
4610 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4611
4612         * gst-libs/gst/riff/riff-ids.h:
4613           Add IDs for 'bext' chunks (see #343837).
4614
4615 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         Patch by: Young-Ho Cha  <ganadist at chollian net>
4618
4619         * gst/subparse/samiparse.c: (sami_context_pop_state),
4620         (handle_start_font), (end_sami_element):
4621           Honour font face tags in SAMI subtitles (#344503).
4622
4623 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4624
4625         * po/POTFILES.in:
4626           add missing files containing translatable strings
4627
4628 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4629
4630         * docs/libs/tmpl/.cvsignore:
4631           we don't want those *.sgml files in CVS either
4632
4633 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4634
4635         * docs/libs/.cvsignore:
4636         * tests/check/elements/.cvsignore:
4637         * tests/check/libs/.cvsignore:
4638           ignore more
4639
4640 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4641
4642         * docs/libs/Makefile.am:
4643           also commiting the changed Makefile.am (added more libs to the
4644           doc-build)
4645
4646 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4647
4648         * docs/libs/gst-plugins-base-libs-docs.sgml:
4649         * docs/libs/gst-plugins-base-libs-sections.txt:
4650         * docs/libs/gst-plugins-base-libs.types:
4651           first batch of reordering things, add index & hierarchy
4652
4653 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4654
4655         * configure.ac:
4656           use GST_PKG_CHECK_MODULES, cleans up output
4657
4658 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4659
4660         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4661           Add support for burn:// URIs (#343385); const-ify things a bit,
4662           use G_N_ELEMENTS instead of hard-coded array size.
4663
4664 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4665
4666         Patch by: Young-Ho Cha  <ganadist at chollian net>
4667
4668         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4669           Fix up broken entities before passing them to libxml *sigh*.
4670           (#343303).
4671           
4672 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4673
4674         * configure.ac:
4675           back to TRUNK
4676
4677 === release 0.10.8 ===
4678
4679 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4680
4681         * configure.ac:
4682           releasing 0.10.8, "Moar gij ziet mij nie"
4683
4684 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4685
4686         * configure.ac:
4687         * po/af.po:
4688         * po/az.po:
4689         * po/cs.po:
4690         * po/en_GB.po:
4691         * po/hu.po:
4692         * po/it.po:
4693         * po/nb.po:
4694         * po/nl.po:
4695         * po/or.po:
4696         * po/sq.po:
4697         * po/sr.po:
4698         * po/sv.po:
4699         * po/uk.po:
4700         * po/vi.po:
4701         * win32/common/config.h:
4702           0.10.7.2 prerelease
4703
4704 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4705
4706         * docs/libs/tmpl/gstaudio.sgml:
4707         * docs/libs/tmpl/gstcolorbalance.sgml:
4708         * docs/libs/tmpl/gstmixer.sgml:
4709         * docs/libs/tmpl/gstringbuffer.sgml:
4710         * docs/libs/tmpl/gsttuner.sgml:
4711         * docs/libs/tmpl/gstxoverlay.sgml:
4712         * gst-libs/gst/audio/audio.c:
4713         * gst-libs/gst/audio/gstringbuffer.c:
4714         * gst-libs/gst/interfaces/colorbalance.c:
4715         * gst-libs/gst/interfaces/mixer.c:
4716         * gst-libs/gst/interfaces/tuner.c:
4717         * gst-libs/gst/interfaces/xoverlay.c:
4718           move last template doc snippets to source code and delete them
4719
4720 2006-06-06  Michael Smith  <msmith@fluendo.com>
4721
4722         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4723         (theora_parse_drain_queue):
4724           Mark DELTA_UNIT on non-keyframes.
4725
4726 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4727
4728         * gst-libs/gst/audio/gstbaseaudiosink.c:
4729         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4730         * gst-libs/gst/audio/gstbaseaudiosink.h:
4731         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4732         (gst_ring_buffer_samples_done):
4733         * gst-libs/gst/audio/gstringbuffer.h:
4734         Document better the fact that latency_time and buffer_time are values
4735         stored in microseconds, and not the usual GStreamer nanoseconds.
4736         Change the variables (compatibly) that store them from GstClockTime 
4737         to guint64 to make it more clear that they're not storing clock times.
4738         Also, remove the bogus property description that says the user can
4739         specify -1 to get the default value, since that's never been the case.
4740
4741         When computing the default segment size for the ring buffer, make it
4742         an integer number of samples.
4743
4744         When the sub-class indicates a delay greater than the number of
4745         samples we've written return 0 from the audio sink get_time method.
4746
4747 2006-06-02  Michael Smith  <msmith@fluendo.com>
4748
4749         * tests/check/elements/audioconvert.c: (set_channel_positions),
4750         (get_float_mc_caps), (get_int_mc_caps):
4751         * tests/check/elements/audioresample.c:
4752         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4753         * tests/check/elements/videorate.c:
4754         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4755         * tests/check/elements/volume.c:
4756         * tests/check/elements/vorbisdec.c:
4757         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4758           Don't busy-wait in tests; this was causing test timeouts very
4759           frequently when running under valgrind.
4760
4761 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4762
4763         * gst/tcp/README:
4764         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4765         (gst_multi_fd_sink_remove_client_link),
4766         (gst_multi_fd_sink_client_queue_caps),
4767         (gst_multi_fd_sink_client_queue_buffer),
4768         (gst_multi_fd_sink_handle_client_write),
4769         (gst_multi_fd_sink_render):
4770         * gst/tcp/gstmultifdsink.h:
4771           make multifdsink properly deal with streamheader:
4772           - streamheader is taken from caps
4773           - buffers marked with IN_CAPS are not sent
4774           - streamheaders are sent, on connection, from the caps of the
4775             buffer where the client gets positioned to
4776           - further streamheader changes are done every time the client
4777             will receive a buffer with different caps
4778         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4779         (gst_multifdsink_create_streamheader):
4780           add tests for this
4781
4782 2006-06-02  Michael Smith  <msmith@fluendo.com>
4783
4784         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4785           Reinstate limit on channel count. Vorbis does not define the meaning
4786           of > 6 channels, so they're just independent channels. Gstreamer
4787           currently has no mechanism to represent N independent channels.
4788
4789 2006-06-02  Michael Smith  <msmith@fluendo.com>
4790
4791         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4792           Don't arbitrarily restrict channel counts and rate in vorbis.
4793           In terms of effects likely on real-world files, this fixes 96kHz
4794           playback of vorbis.
4795
4796 2006-06-02  Michael Smith  <msmith@fluendo.com>
4797
4798         * gst/audioconvert/audioconvert.c: (float):
4799           More correct float->int conversion.
4800
4801 2006-06-02  Michael Smith  <msmith@fluendo.com>
4802
4803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4804           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4805           value. Fixes g-critical on trying to play back ogg containing
4806           unknown codec.
4807
4808 2006-06-02  Wim Taymans  <wim@fluendo.com>
4809
4810         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4811         (setup_source):
4812         * gst/playback/gstplaybasebin.h:
4813         Make the subtitle detection work from any thread so we don't
4814         deadlock. Fixes #343397.
4815
4816 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4817
4818         * gst/volume/Makefile.am:
4819           Seriously, it's not *that* hard to get compilation right.  Even
4820           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4821
4822 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4823
4824         * gst/volume/gstvolume.c: (volume_choose_func),
4825         (volume_update_real_volume), (gst_volume_class_init),
4826         (gst_volume_init), (volume_process_float), (volume_process_int16),
4827         (volume_process_int16_clamp), (volume_set_caps),
4828         (volume_transform_ip), (plugin_init):
4829         * gst/volume/gstvolume.h:
4830         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4831         another property desc., remove unused param from process function
4832         
4833         * tests/check/elements/volume.c: (volume_suite):
4834         reactivate the passthrough test
4835
4836 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4837
4838         * ext/alsa/gstalsamixerelement.h:
4839         * ext/alsa/gstalsamixeroptions.h:
4840         * ext/alsa/gstalsamixertrack.h:
4841         * ext/gnomevfs/gstgnomevfssink.h:
4842         * ext/gnomevfs/gstgnomevfssrc.h:
4843         * ext/theora/gsttheoradec.h:
4844         * ext/theora/gsttheoraenc.h:
4845         * ext/theora/gsttheoraparse.h:
4846         * ext/vorbis/vorbisparse.h:
4847         * gst-libs/gst/audio/gstaudioclock.h:
4848         * gst-libs/gst/audio/gstaudiofilter.h:
4849         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4850         * gst/audioconvert/gstaudioconvert.h:
4851         * gst/audioresample/gstaudioresample.h:
4852         * gst/audiotestsrc/gstaudiotestsrc.h:
4853         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4854         * gst/playback/gststreamselector.h:
4855         * gst/tcp/gstmultifdsink.h:
4856         * gst/tcp/gsttcpclientsink.h:
4857         * gst/tcp/gsttcpclientsrc.h:
4858         * gst/tcp/gsttcpserversink.h:
4859         * gst/tcp/gsttcpserversrc.h:
4860         * gst/videorate/gstvideorate.h:
4861         * gst/videoscale/gstvideoscale.h:
4862         * gst/videotestsrc/gstvideotestsrc.h:
4863         * gst/volume/gstvolume.h:
4864         * sys/v4l/gstv4ljpegsrc.h:
4865         * sys/v4l/gstv4lmjpegsink.h:
4866         * sys/v4l/gstv4lmjpegsrc.h:
4867         * sys/v4l/gstv4lsrc.h:
4868         * sys/ximage/ximagesink.h:
4869         * sys/xvimage/xvimagesink.h:
4870         * tests/old/testsuite/alsa/sinesrc.h:
4871         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4872
4873 2006-05-31  Wim Taymans  <wim@fluendo.com>
4874
4875         * ext/libvisual/visual.c: (gst_visual_reset),
4876         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4877         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4878         Handle DISCONT.
4879         Use running time before doing QoS.
4880         Handle mono too.
4881
4882 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4883
4884         * docs/libs/Makefile.am:
4885           set a magic variable to indicate we know the docs are incomplete
4886
4887 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4888
4889         * win32/common/libgstvideo.def:
4890           export gst_video_calculate_display_ratio
4891         * win32/vs6/libgstvideoscale.dsp:
4892           add link to libgstvideo-0.10.lib
4893
4894 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * gst/playback/gstplaybasebin.c: (gen_source_element):
4897           Throw a more comprehensible error for rtsp:// URIs (rather
4898           than erroring out with a negotiation error later on) until
4899           we fix playbin to handle rtspsrc etc.
4900
4901 2006-05-30  Wim Taymans  <wim@fluendo.com>
4902
4903         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4904         (gst_text_overlay_text_event):
4905         Added some FIXMEs.
4906
4907 2006-05-30  Wim Taymans  <wim@fluendo.com>
4908
4909         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4910         (gst_adder_request_new_pad), (gst_adder_release_pad):
4911         * gst/adder/gstadder.h:
4912         Implement release_request_pad.
4913         Make padcounter atomic.
4914
4915         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4916         Added check for release_pad in adder.
4917
4918 2006-05-30  Wim Taymans  <wim@fluendo.com>
4919
4920         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4921         Fix build again.
4922
4923 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4924
4925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4926         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4927         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4928         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4929         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4930         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4931         (gst_ogg_demux_bisect_forward_serialno),
4932         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4933         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4934           add more debugging
4935           clean up printf formats for granulepos and serialno
4936
4937 2006-05-30  Michael Smith  <msmith@fluendo.com>
4938
4939         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4940         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4941         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4942         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4943         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4944         * ext/vorbis/vorbisenc.h:
4945           Multi-channel caps negotiation, so we can do proper multichannel
4946           vorbis encoding, negotiated through audioconvert.
4947
4948 2006-05-30  Wim Taymans  <wim@fluendo.com>
4949
4950         * tests/check/elements/adder.c: (test_event_message_received),
4951         (test_play_twice_message_received), (GST_START_TEST),
4952         (adder_suite):
4953         Added check to show that #339935 is fixed with ongoing
4954         adder and collectpads fixes.
4955
4956 2006-05-29  Wim Taymans  <wim@fluendo.com>
4957
4958         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4959         Don't leak pad name.
4960
4961 2006-05-29  Wim Taymans  <wim@fluendo.com>
4962
4963         * gst/adder/gstadder.c: (gst_adder_query_duration),
4964         (forward_event_func), (forward_event), (gst_adder_src_event):
4965         Fix adder seeking.
4966         Make query/seeking code threadsafe.
4967
4968         * tests/check/Makefile.am:
4969         * tests/check/elements/adder.c: (test_event_message_received),
4970         (GST_START_TEST), (test_play_twice_message_received):
4971         Fix adder test case.
4972
4973 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4974
4975         Patch by: Young-Ho Cha  <ganadist at chollian net>
4976
4977         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4978         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4979         (set_encoding_element), (decodebin_element_added_cb),
4980         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4981         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4982         * gst/playback/gstplaybasebin.h:
4983           Add 'subtitle-encoding' property to playbin, so applications can
4984           force a subtitle encoding for non-UTF8 subtitles (#342268).
4985
4986         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4987         (gst_sub_parse_set_property):
4988           Rename recently-added 'encoding' property to 'subtitle-encoding'
4989           (so it can be proxied by playbin/decodebin in a generic way
4990           with less danger of false positives).
4991
4992 2006-05-29  Michael Smith  <msmith@fluendo.com>
4993
4994         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4995         (append_with_other_format), (set_structure_widths),
4996         (gst_audio_convert_transform_caps):
4997           Patch from #341562: give more specific audio caps in get_caps, so
4998           that basetransform  can make better decisions on what caps to
4999           negotiate.
5000
5001 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5002
5003         * tests/check/elements/volume.c:
5004         make it compile again
5005
5006 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5007
5008         * tests/check/elements/volume.c: (volume_suite):
5009         disable test until #343196 gets resolved
5010
5011 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5012
5013         * gst/adder/gstadder.c: (gst_adder_get_type):
5014         Make it easier to copy&paste
5015         
5016         * gst/volume/Makefile.am:
5017         * gst/volume/gstvolume.c: (volume_update_real_volume),
5018         (gst_volume_set_volume), (gst_volume_set_mute),
5019         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5020         (volume_transform_ip), (volume_update_mute),
5021         (volume_update_volume):
5022         * gst/volume/gstvolume.h:
5023         Add own debug category, move duplicate code to helper function, fix
5024         property texts, add more comments and prepare ffor liboil-goodness
5025         
5026         * tests/check/Makefile.am:
5027         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5028         add test for mute and passtrough case, be a bit more verbose to track
5029         failure
5030         
5031         * tests/check/generic/states.c: (GST_START_TEST):
5032         catch elements that fail to instantiate
5033
5034 2006-05-28  Edward Hervey  <edward@fluendo.com>
5035
5036         * tests/check/pipelines/simple-launch-lines.c:
5037         * tests/check/pipelines/theoraenc.c:
5038         * tests/check/pipelines/vorbisenc.c:
5039         Comment out tests using parse_launch() if core was built without
5040         parsing capabilities.
5041
5042 2006-05-27  Edward Hervey  <edward@fluendo.com>
5043
5044         * tests/check/Makefile.am:
5045         Extra bonus points for whoever explains to ensonic that you are meant
5046         to test unit tests thoroughly before commiting them, especially if
5047         you know it's going to break.
5048         De-activated element/adder tests.
5049
5050 2006-05-27  Edward Hervey  <edward@fluendo.com>
5051
5052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5053         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5054         Marking caps conversion issues as GST_WARNING is way too verbose,
5055         Moving them to GST_LOG.
5056
5057 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * README:
5060           Replace current README (containing the release notes from
5061           some 0.9.x version) with a proper README taken from the core.
5062
5063 2006-05-26  Wim Taymans  <wim@fluendo.com>
5064
5065         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5066         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5067         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5068         (vorbis_dec_change_state):
5069         Small cleanups.
5070         Add some FIXMEs
5071         Clip output samples to segment boundaries.
5072
5073 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5074
5075         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5076         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5077         Improve the errors produced on bad output, including some human
5078         readable description strings.
5079         Handle the (theoretical for ximagesink) case where the XServer 
5080         has a different idea about the size required for a particular 
5081         frame and gives us too small a memory allocation.
5082
5083 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5084
5085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5086         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5087         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5088         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5089         Improve the errors produced on bad output, including some human 
5090         readable description strings.
5091         Handle RGB Xv formats properly by transforming them into our 
5092         big-endian caps description.
5093         Use gst_caps_truncate to ensure that we never try and choose a
5094         non-fixed caps in buffer_alloc.
5095         Handle the case where the XServer has a different idea about the size
5096         required for a particular frame and gives us too small a memory
5097         allocation.
5098         Use -1 to indicate 'no image format', because 0 is a valid XServer
5099         image format number.
5100         Put RGB Xv formats at the end of the caps, so that we always prefer
5101         YUV format frames.
5102         Iterate the available Xv Encodings to determine the maximum width and
5103         height, and then return that in our caps.
5104         (Closes #315312, #337544)
5105
5106 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5107
5108         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5109         When there is only one unfinished pad and it receives an event that
5110         doesn't match our requirements, we need to set alldone=FALSE so that
5111         the fakesink is not removed yet.
5112
5113 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5116           Use gst_type_find_helper_for_buffer() to find the type
5117           of stream from the first packet.
5118
5119         * configure.ac:
5120           Bump requirements to core CVS (needed for vorbis
5121           typefinding to work).
5122
5123 2006-05-24  Edward Hervey  <edward@fluendo.com>
5124
5125         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5126         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5127         contain.  Else they play perfectly fine with qtdemux.
5128
5129 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5130
5131         * ext/theora/theoradec.c:
5132         * ext/theora/theoraenc.c:
5133         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5134         * gst/audiorate/gstaudiorate.c:
5135           make more debug catagories static
5136         
5137         * tests/check/Makefile.am:
5138         * tests/check/elements/adder.c: (message_received),
5139         (test_event_message_received), (GST_START_TEST),
5140         (test_play_twice_message_received), (adder_suite):
5141           added test case for using element twice, extra bonus points for anyone
5142           who can make these test run reliably
5143
5144 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * ext/theora/theoradec.c: (theora_dec_chain):
5147           Make work with time-stamped input buffers that do not
5148           have a granulepos in BUFFER_OFFSET_END (like theora
5149           buffers coming from matroskademux). Fixes #342448.
5150
5151 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         Patch by: Peter Kjellerstedt  <pkj at axis com>
5154
5155         * gst/tcp/Makefile.am:
5156           fdstresstest doesn't need Gtk+, fix compilation if 
5157           gtk is not available (#342566).
5158
5159 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5160          
5161         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5162           80 line columns
5163           Removed redundant floor()
5164
5165 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5168           On second thought, just skip JUNK chunks automatically, so
5169           the caller doesn't have to handle this. Fixes #342345.
5170           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5171           not GST_FLOW_ERROR.
5172
5173 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5174
5175         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5176           Don't bail out on JUNK chunks with a size of 0 (would try to
5177           pull_range 0 bytes before, which sources don't like too much).
5178           See #342345.
5179
5180 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5181
5182         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5184         Use the gstutil scaling function to preserve 64 bits while calculating
5185         output width and height from the display-aspect-ratio. (A continuation
5186         of #341542)
5187
5188 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5189
5190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5191         (gst_xvimagesink_buffer_alloc):
5192         * sys/xvimage/xvimagesink.h:
5193         When performing buffer allocations, remember the caps and image format
5194         we return so that if the same caps are asked for next time we can
5195         return them immediately without doing any caps intersections.
5196
5197 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5198          
5199         * gst-libs/gst/rtp/README:
5200           Some new documentation
5201         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5202           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5203         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5204         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5205           New RTP audio base payloader class. Supports frame or sample based
5206           codecs.  Not enabled in Makefile.am until approved.
5207
5208 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * tests/check/elements/alsa.c: (test_device_property_probe):
5211           Fix test case: don't try to free NULL GValueArray when there
5212           are no devices.
5213
5214 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5215
5216         * tests/check/Makefile.am:
5217         * tests/check/elements/alsa.c: (test_device_property_probe),
5218         (alsa_suite), (main):
5219           Add simple test that runs a device property probe on alsasrc,
5220           alsasink and alsamixer. Disable valgrind check for now (too
5221           many leaks in libasound, and valgrind ignored my suppressions
5222           additions).
5223
5224 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5227         (gst_alsa_device_property_probe_probe_property),
5228         (gst_alsa_device_property_probe_needs_probe),
5229         (gst_alsa_device_property_probe_get_values),
5230         (gst_alsa_type_add_device_property_probe_interface):
5231         * ext/alsa/gstalsadeviceprobe.h:
5232         * ext/alsa/gstalsamixerelement.c:
5233         (gst_alsa_mixer_element_init_interfaces):
5234         * ext/alsa/gstalsamixerelement.h:
5235           Clean up and simplify alsa device probing. Make it actually work
5236           for multiple classes. Don't cache results any longer.
5237
5238         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5239         (gst_alsasink_init):
5240         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5241         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5242         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5243           Make alsasink and alsasrc implement the GstPropertyProbe interface
5244           for device probing (#342181).
5245           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5246
5247 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5248
5249         * gst/subparse/samiparse.c: (handle_start_font):
5250           Don't ignore return value of strtol (++compiler_happiness).
5251
5252 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5253
5254         Patch by: Young-Ho Cha  <ganadist chollian net>
5255
5256         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5257         (gst_sub_parse_class_init), (gst_sub_parse_init),
5258         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5259         (convert_encoding):
5260         * gst/subparse/gstsubparse.h:
5261           Add 'encoding' property (#341681).
5262
5263         * gst/subparse/samiparse.c: (characters_sami):
5264           Output is pango markup, so we need to escape text
5265           between tags (#342143).
5266
5267 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5268
5269         * gst-libs/gst/audio/multichannel.c:
5270         (gst_audio_check_channel_positions):
5271           It's okay to have caps with channels=1 and a channel position
5272           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5273           (deinterleavers might want to keep the position in the caps,
5274           so that they can be re-interleaved again properly later).
5275           Leave check for unexpected 2-channel layouts intact for now.
5276
5277 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5278
5279         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5280         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5281         basesrc can do its job correctly.
5282
5283 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * ext/alsa/Makefile.am:
5286         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5287         (gst_alsa_detect_formats), (get_channel_free_structure),
5288         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5289         (gst_alsa_probe_supported_formats):
5290         * ext/alsa/gstalsa.h:
5291         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5292           Refactor and improve caps probing code: probe signedness
5293           when we probe the supported formats/widths; set endianness
5294           to the one we actually probed for (ie. cpu endianness).
5295           
5296         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5297         (gst_alsasrc_close):
5298         * ext/alsa/gstalsasrc.h:
5299           Implement caps probing for alsasrc.
5300
5301 2006-05-15  Wim Taymans  <wim@fluendo.com>
5302
5303         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5304         (theora_dec_src_query), (theora_dec_src_event),
5305         (theora_dec_sink_event), (theora_handle_comment_packet),
5306         (theora_handle_data_packet), (theora_dec_change_state):
5307         Cleanups, add some G_LIKELY.
5308         Use segment helpers instead of our own wrong code.
5309         Clear queued buffers on seek and READY.
5310
5311         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5312         (vorbis_dec_convert), (vorbis_dec_src_query),
5313         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5314         (vorbis_handle_comment_packet), (vorbis_dec_push),
5315         (vorbis_handle_data_packet), (vorbis_dec_chain),
5316         (vorbis_dec_change_state):
5317         * ext/vorbis/vorbisdec.h:
5318         Remove old useless packetno variable.
5319         Do position query properly.
5320         Add some G_LIKELY.
5321         Do cleanup of queued buffers in new helper function
5322         and use it.
5323
5324 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5325
5326         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5327           Query supported sample rates. Fixes #341732.
5328
5329 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5330
5331         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5332         (gst_decode_bin_change_state): Make decodebin reusable
5333         when going from PAUSE_TO_READY and then back to PAUSED.
5334         Fixes #331678.
5335
5336 2006-05-15  Wim Taymans  <wim@fluendo.com>
5337
5338         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5339         (vorbis_dec_convert), (vorbis_dec_src_query),
5340         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5341         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5342         (vorbis_dec_clean_queued), (vorbis_dec_push),
5343         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5344         Cleanups. Use refcounting and DEBUG_OBJECT.
5345         Reset segment on flush, use code methods instead of our
5346         own wrong version.
5347         Fix potential memleak.
5348
5349 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5350
5351         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5352         (gst_alsasink_init):
5353         * ext/alsa/gstalsasink.h:
5354           Don't leak allocated snd_output_t structure if there's
5355           more than one alsasink instance at a time (#341873).
5356           Also fix GObject macros in header file.
5357           
5358 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5359
5360         * gst/subparse/gstsubparse.c:
5361         (gst_sub_parse_data_format_autodetect):
5362           Don't use libxml functions in the typefinding code.
5363
5364 2006-05-15  Wim Taymans  <wim@fluendo.com>
5365
5366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5367         Fix seeking performance in the case where a non-header 
5368         packet has a 0 granulepos (busted theora case). 
5369         Fixes #341719
5370         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5371          the first place, you limelight stealer you)
5372
5373 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5374
5375         * gst/subparse/gstsubparse.c:
5376         (gst_sub_parse_data_format_autodetect):
5377           Improve SAMI typefinding: handle case where there are
5378           whitespaces or newlines in front of the first <SAMI>
5379           tag (#169936).
5380
5381 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5382
5383         * configure.ac:
5384           Build video4linux plugin even if there's no XVIDEO, just
5385           without implementing the GstXOverlay interface (#334002).
5386          
5387 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * configure.ac:
5390         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5391         (plugin_init):
5392           Add tentative support for libvisual-0.4 (#336881).
5393
5394 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5395
5396         Patch by: Young-Ho Cha <ganadist at chollian net>
5397
5398         * gst/subparse/samiparse.c: (handle_start_font):
5399           Need to map "silver" colour explicitly (#169936).
5400
5401 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5402
5403         Patch by: Young-Ho Cha  <ganadist at chollian net>
5404
5405         * gst/subparse/Makefile.am:
5406         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5407         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5408         (gst_sub_parse_format_autodetect), (feed_textbuf),
5409         (gst_subparse_type_find), (plugin_init):
5410         * gst/subparse/gstsubparse.h:
5411         * gst/subparse/samiparse.c:
5412         * gst/subparse/samiparse.h:
5413           Add support for SAMI subtitles (#169936).
5414
5415 2006-05-14  Michael Smith  <msmith@fluendo.com>
5416
5417         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5418           Fix #341696: crash when mixing L+R+C to mono or stereo.
5419         * tests/check/Makefile.am:
5420         * tests/check/elements/audioconvert.c: (set_channel_positions),
5421         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5422         (audioconvert_suite):
5423           Add test for the above, including some generic framework bits for
5424           testing multichannel things.
5425
5426 === release 0.10.7 ===
5427
5428 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5429
5430         * configure.ac:
5431           releasing 0.10.7, "Leave the gun"
5432
5433 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5434
5435         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5437         Fix the build.
5438
5439 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5440
5441         * docs/libs/gst-plugins-base-libs-docs.sgml:
5442         * docs/libs/gst-plugins-base-libs-sections.txt:
5443         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5444         * gst-libs/gst/video/video.h:
5445         * gst/videoscale/Makefile.am:
5446         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5448         * tests/check/Makefile.am:
5449         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5450         (main):
5451           Fix integer overflow problem with pixel-aspect-ratio calculations
5452           in videoscale and xvimagesink (#341542)
5453
5454 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * gst-libs/gst/tag/gstid3tag.c:
5457           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5458
5459 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5460
5461         * win32/MANIFEST:
5462           update win32 files listing
5463
5464 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5465
5466         patch by: Sjoerd Simons (sjoerd@luon.net)
5467
5468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5469         (group_create), (group_destroy), (add_stream),
5470         (gst_play_base_bin_get_property),
5471         (gst_play_base_bin_get_streaminfo_value_array):
5472         * gst/playback/gstplaybasebin.h:
5473           API: GstPlayBaseBin::stream-info-value-array property
5474           use a more bindings-friendly way of exposing streaminfo
5475           using a GValueArray.  Tested in ipython.
5476           Closes #341114
5477
5478 2006-05-11  Wim Taymans  <wim@fluendo.com>
5479
5480         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5481         (queue_underrun_cb), (queue_filled_cb):
5482         Also catch queue underruns but don't do anything yet.
5483         Refactor and comment queue enlarging code a bit.
5484
5485         * gst/playback/gstplaybasebin.c: (queue_overrun),
5486         (queue_threshold_reached), (queue_out_of_data),
5487         (gen_preroll_element):
5488         If a queue over/underruns check that we don't create nasty
5489         deadlocks when the min-threshold is not reached but the
5490         max-bytes is. In those cases disable max-bytes when we
5491         know that the queue is fed timed data.
5492         Add more comments.
5493
5494 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * gst/playback/gstplaybin.c: (gen_audio_element):
5497           Make playbin automatically plug an 'audioresample'
5498           element before the audio sink as well. This solves
5499           problems with sinks that only accept a very specific
5500           sample rate, like esdsink (e.g. #340379).
5501
5502 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5503
5504         * gst/playback/gstplaybasebin.c: (gen_source_element):
5505           Make http sources send special headers so that we receive
5506           icecast metadata if the http stream is an icecast stream
5507           (otherwise the server will just ignore them). This also
5508           means that from now on users will need the 'icydemux'
5509           element from gst-plugins-good installed if they want to
5510           listen to icecast radio streams. (#341432, #333657).
5511
5512 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5513
5514         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5515         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5516           remove stupid example from docs - it should come with a simple
5517           C program instead.
5518           Clean up/fix docs
5519         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5520         (fail_if_can_read), (GST_START_TEST),
5521         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5522           add a test for changing streamheader which exposes a bug in
5523           multifdsink
5524
5525 2006-05-11  Michael Smith  <msmith@fluendo.com>
5526
5527         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5528         (gst_gnome_vfs_src_received_headers_callback):
5529         * ext/gnomevfs/gstgnomevfssrc.h:
5530           Don't set icy-caps unless we have a sane interval value. Move
5531           interval to a local variable; we never use it outside this function.
5532
5533 2006-05-11  Wim Taymans  <wim@fluendo.com>
5534
5535         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5537         Register special buffer types along with the objects so
5538         that they are not registered at runtime from N different
5539         streaming threads since they are not threadsafe.
5540
5541 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5542
5543         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5544         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5545           add two more tests, one doing streamheader
5546
5547 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5548
5549         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5550           clean up the bufqueue when shutting down
5551         * tests/check/Makefile.am:
5552         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5553         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5554         (main):
5555           add a test for the leak that was just fixed
5556
5557 2006-05-10  Wim Taymans  <wim@fluendo.com>
5558
5559         * gst/adder/gstadder.c: (gst_adder_setcaps),
5560         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5561         (gst_adder_src_event), (gst_adder_sink_event),
5562         (gst_adder_class_init), (gst_adder_finalize),
5563         (gst_adder_request_new_pad), (gst_adder_collected):
5564         * gst/adder/gstadder.h:
5565         Updated some docs. Added comments and FIXMEs all over the place.
5566         Improve debugging info.
5567         Fix leak on finalize by not calling the parent.
5568         Implement duration query.
5569         Make event forwarding threadsafe.
5570         Correctly send NEWSEGMENT at start and after flush.
5571         Handle EOS correctly.
5572         Post error when not negotiated.
5573
5574         * tests/check/elements/adder.c: (GST_START_TEST):
5575         Added FIXME in the test.
5576
5577 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5580         (gst_text_overlay_halign_get_type),
5581         (gst_text_overlay_wrap_mode_get_type):
5582         * ext/theora/theoradec.c: (theora_handle_type_packet),
5583         (theora_handle_data_packet):
5584         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5585         (theora_enc_sink_setcaps), (theora_enc_chain):
5586         * gst-libs/gst/cdda/gstcddabasesrc.c:
5587         (gst_cdda_base_src_mode_get_type):
5588         * gst/audiotestsrc/gstaudiotestsrc.c:
5589         (gst_audiostestsrc_wave_get_type):
5590         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5591         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5592         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5593         (gst_sync_method_get_type), (gst_unit_type_get_type),
5594         (gst_client_status_get_type):
5595         * gst/videoscale/gstvideoscale.c:
5596         (gst_video_scale_method_get_type):
5597         * gst/videotestsrc/gstvideotestsrc.c:
5598         (gst_video_test_src_pattern_get_type):
5599         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5600         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5601         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5602         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5603         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5604         (paint_setup_RGB565), (paint_setup_xRGB1555):
5605           Const-ify GEnumValue and GFlagsValue arrays. Use
5606           GST_ROUND_UP_* macros instead of home-made ones.
5607
5608 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * configure.ac:
5611           Require core CVS for the new newsegment stuff.
5612
5613 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         Patch by: Sjoerd Simons  <sjoerd at luon net>
5616
5617         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5618           Register nick for enum value (#341160).
5619
5620 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5621
5622         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5623         (plugin_init):
5624          backout typefind patch #340375
5625          
5626         * tests/check/elements/adder.c: (message_received),
5627         (GST_START_TEST), (adder_suite):
5628           redo, signal-handling of test
5629
5630 2006-05-09  Wim Taymans  <wim@fluendo.com>
5631
5632         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5633         (gst_adder_collected):
5634         * gst/adder/gstadder.h:
5635         Remove bogus segment merging and forwarding, we don't
5636         care about timestamps anyway and we just produce a
5637         continuous stream. 
5638         Also create a nice NEWSEGMENT event when we start.
5639         Use _scale_int some more.
5640
5641 2006-05-09  Edward Hervey  <edward@fluendo.com>
5642
5643         * tests/icles/stress-xoverlay.c:
5644         Fix if core was built without parsing support.
5645
5646 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5647
5648         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5649           Add SEDG (Samsung MPEG-4) fourcc.
5650
5651 2006-05-09  Edward Hervey  <edward@fluendo.com>
5652
5653         * tests/icles/stress-xoverlay.c:
5654         * tests/examples/volume/volume.c:
5655         Fix if core was built without parsing support.
5656
5657         * tests/examples/seek/seek.c:
5658         Disable the parse_launch example if core was built without parsing
5659         support.
5660
5661 2006-05-08  Edward Hervey  <edward@fluendo.com>
5662
5663         * autogen.sh: (CONFIGURE_DEF_OPT): 
5664         libtoolize on Darwin/MacOSX is called glibtoolize
5665
5666 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5667
5668         * tests/check/Makefile.am:
5669         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5670           Disable the adder test, until the build-slaves posses the kindness to 
5671           either like it or to give valid reason for not doing so 
5672
5673 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5674
5675         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5676         (adder_suite):
5677           Shuffle NULL state change around and raise timeout more
5678
5679 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5680
5681         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5682         (mp4_type_find), (plugin_init):
5683           Add typefind to distinguish between "audio/x-m4a" and new type
5684           "video/mp4". Fixes #340375
5685
5686         * tests/check/elements/adder.c: (adder_suite):
5687           Raise timeout to make buildbot happy
5688
5689 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5690
5691         * gst/adder/gstadder.c: (gst_adder_sink_event),
5692         (gst_adder_request_new_pad), (gst_adder_change_state):
5693         * gst/adder/gstadder.h:
5694         * tests/check/Makefile.am:
5695         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5696         (adder_suite), (main):
5697           Add sink-event handling to adder. It tries to merge incomming
5698           newsegment-events. Added test to check if segment_done is comming
5699           through. Fixes #340060
5700
5701 2006-05-05  Andy Wingo  <wingo@pobox.com>
5702
5703         * ext/theora/theoraparse.c (gst_theora_parse_init)
5704         (theora_parse_src_convert, theora_parse_src_query):
5705         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5706         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5707         query functions on the source pads of the theora and vorbis parse
5708         elements. Fixes position querying when doing a remux.
5709
5710 2006-05-05  Michael Smith  <msmith@fluendo.com>
5711
5712         * ext/theora/theoraparse.c: (parse_granulepos),
5713         (theora_parse_drain_queue_prematurely),
5714         (theora_parse_queue_buffer), (theora_parse_sink_event):
5715           Fix flushing.
5716           Fix invalid granulepos outputs when starting with a non-keyframe.
5717
5718 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5719
5720         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5721         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5722         Rearrange MPEG system stream detection, fixing some memleaks in the
5723         process.
5724         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5725         they clean up their data correctly.
5726         Remove unused ogganx caps and move the 'is_annodex' check to inside
5727         the 'is_ogg' if statement.
5728
5729 2006-05-05  Wim Taymans  <wim@fluendo.com>
5730
5731         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5732         Properly remove ghostpads. Fixes #340392
5733
5734 2006-05-04  David Schleef  <ds@schleef.org>
5735
5736         * gst/typefind/gsttypefindfunctions.c:
5737
5738 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5739
5740         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5741         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5742
5743         When typefinding an MP3 in push-based mode, don't penalise the
5744         probability down to 74% when we found 5 valid frames just because we
5745         can't peek the end of the file.
5746
5747         Make the probability for detecting MPEG Transport Streams based on the
5748         number of sequential headers we successfully detected.
5749
5750 2006-05-03  Wim Taymans  <wim@fluendo.com>
5751
5752         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5753         (vorbis_dec_push), (vorbis_dec_chain):
5754         Still produce an error when we receive an empty packet.
5755
5756 2006-05-03  Wim Taymans  <wim@fluendo.com>
5757
5758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5759         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5760         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5761         Mark buffers with DISCONT after seek and after activating new
5762         chains.
5763
5764         * ext/theora/gsttheoradec.h:
5765         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5766         (theora_get_query_types), (theora_dec_sink_event),
5767         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5768         (theora_dec_change_state):
5769         Fix frame counter.
5770         Detect and mark DISCONT buffers.
5771
5772         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5773         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5774         (vorbis_dec_change_state):
5775         * ext/vorbis/vorbisdec.h:
5776         Use GstSegment.
5777         Detect and mark DISCONT buffers.
5778         Don't crash on 0 sized buffers.
5779
5780 2006-05-03  Wim Taymans  <wim@fluendo.com>
5781
5782         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5783         (volume_transform_ip):
5784         Increase "volume" property to 10.0. Fixes #340369.
5785         Set the process function to NULL when capsnego fails so that
5786         we properly error out.
5787
5788 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5789
5790         * gst/playback/gstplaybin.c: (add_sink):
5791         * gst/playback/test.c: (main):
5792         * gst/playback/test5.c: (dump_element_stats):
5793         * gst/playback/test6.c: (main):
5794           free caps using gst_caps_unref, don't leak caps-strings
5795
5796 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5797
5798         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5799         (plugin_init):
5800           Refine musepack typefinding a bit. Return MAXIMUM
5801           probability when we detect stream version 7 to make
5802           sure the mpeg audio typefinder doesn't trump us.
5803
5804 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5805
5806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5807           Protect against unexpected NULL strf_data buffer.
5808
5809 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5810
5811         * tests/check/elements/audioconvert.c: (verify_convert),
5812         (GST_START_TEST):
5813           interpret the out[] buffer in the order the bytes are actually
5814           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5815           Other tests should use BYTE_ORDER since the array is filled in
5816           with actual values
5817
5818 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5819
5820         * tests/check/elements/audioconvert.c: (verify_convert),
5821         (GST_START_TEST):
5822           when a test fails, give an indication of which it is
5823
5824 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5825
5826         * gst-libs/gst/cdda/gstcddabasesrc.c:
5827           compile fix; strtol() needs <stdlib.h>
5828
5829 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5830
5831         * ext/alsa/gstalsamixerelement.c:
5832         * ext/alsa/gstalsasrc.c:
5833         * ext/cdparanoia/gstcdparanoiasrc.c:
5834         * ext/gnomevfs/gstgnomevfssink.c:
5835         * ext/gnomevfs/gstgnomevfssrc.c:
5836         * ext/ogg/gstoggdemux.c:
5837         * ext/ogg/gstoggmux.c:
5838         * ext/ogg/gstoggparse.c:
5839         * ext/ogg/gstogmparse.c:
5840         * ext/pango/gstclockoverlay.c:
5841         * ext/pango/gsttextoverlay.c:
5842         * ext/pango/gsttextrender.c:
5843         * ext/pango/gsttimeoverlay.c:
5844         * ext/theora/theoradec.c:
5845         * ext/theora/theoraenc.c:
5846         * ext/vorbis/vorbisdec.c:
5847         * ext/vorbis/vorbisenc.c:
5848         * gst-libs/gst/audio/gstaudiofilter.c:
5849         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5850         * gst/audioconvert/gstaudioconvert.c:
5851         * gst/audiorate/gstaudiorate.c:
5852         * gst/audioresample/gstaudioresample.c:
5853         * gst/audiotestsrc/gstaudiotestsrc.c:
5854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5855         * gst/playback/gstdecodebin.c:
5856         * gst/playback/gstplaybin.c:
5857         * gst/playback/gststreamselector.c:
5858         * gst/subparse/gstsubparse.c:
5859         * gst/tcp/gstmultifdsink.c:
5860         * gst/tcp/gsttcpclientsink.c:
5861         * gst/tcp/gsttcpclientsrc.c:
5862         * gst/tcp/gsttcpserversink.c:
5863         * gst/tcp/gsttcpserversrc.c:
5864         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5865         * gst/videorate/gstvideorate.c:
5866         * gst/videoscale/gstvideoscale.c:
5867         * gst/videotestsrc/gstvideotestsrc.c:
5868         * gst/volume/gstvolume.c:
5869         * sys/v4l/gstv4ljpegsrc.c:
5870         * sys/v4l/gstv4lmjpegsink.c:
5871         * sys/v4l/gstv4lmjpegsrc.c:
5872         * sys/v4l/gstv4lsrc.c:
5873         * sys/ximage/ximagesink.c:
5874         * sys/xvimage/xvimagesink.c:
5875         * tests/check/libs/cddabasesrc.c:
5876           make GstElementDetails const
5877
5878 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5879
5880         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5881         (gst_adder_init):
5882           send events from src-pad to all sink-pads fixes #338657
5883
5884 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5885
5886         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5887         (alsasink_parse_spec):
5888           query width capabilities from alsa, fixes #338919
5889
5890 2006-04-28  Wim Taymans  <wim@fluendo.com>
5891
5892         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5893         (gst_multi_fd_sink_remove_client_link):
5894         * gst/tcp/gstmultifdsink.h:
5895         Fix race condition in multifdsink that can lead to spurious 
5896         duplicate clients. this patch adds a new signal that is fired when
5897         multifdsink has removed all references to the fd.
5898         Fixes #339574.
5899         Updated documentation.
5900         API: client-fd-removed signal added
5901
5902 2006-04-28  Michael Smith  <msmith@fluendo.com>
5903
5904         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5905           When asking g_value_array_new to prealloc elements, we may as well
5906           ask for the right number of elements.
5907
5908 2006-04-28  Wim Taymans  <wim@fluendo.com>
5909
5910         * gst-libs/gst/audio/gstbaseaudiosink.c:
5911         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5912         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5913         patch to make timestamp checking more tollerant to rounding 
5914         errors given that real discontinuities are to be marked on
5915         buffers. Fixes some asf files and #338778.
5916         Also avoid some crashers when we receive an event in the 
5917         NULL state.
5918
5919 2006-04-28  Michael Smith  <msmith@fluendo.com>
5920
5921         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5922         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5923         (gst_gnome_vfs_src_get_property),
5924         (gst_gnome_vfs_src_send_additional_headers_callback),
5925         (gst_gnome_vfs_src_received_headers_callback),
5926         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5927         (gst_gnome_vfs_src_stop):
5928         * ext/gnomevfs/gstgnomevfssrc.h:
5929           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5930           proper shared support within icydemux.
5931
5932 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5933
5934         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5935         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5936           fix up docs
5937           fix a leak when no caps negotiated
5938           fix counting of input frames
5939         * tests/check/elements/.cvsignore:
5940         * tests/check/elements/videorate.c: (assert_videorate_stats),
5941         (GST_START_TEST), (videorate_suite):
5942           add tests for these
5943
5944 2006-04-28  Wim Taymans  <wim@fluendo.com>
5945
5946         * gst-libs/gst/audio/gstringbuffer.c:
5947         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5948         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5949         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5950         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5951         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5952         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5953         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5954         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5955         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5956         Check arguments passed to public functions instead of
5957         crashing.
5958
5959 2006-04-28  Wim Taymans  <wim@fluendo.com>
5960
5961         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5962         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5963         GstBaseAudioSrc must be live or it does not work.
5964
5965         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5966         Don't set live to TRUE as this is the default in the parentclass.
5967
5968 2006-04-28  Wim Taymans  <wim@fluendo.com>
5969
5970         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5971         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5972         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5973         fixation cases better. Fixes #338991
5974
5975 2006-04-28  Wim Taymans  <wim@fluendo.com>
5976
5977         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5978         Handle 0/1 framerate correctly Fixes #331901.
5979
5980 2006-04-28  Wim Taymans  <wim@fluendo.com>
5981
5982         * tests/check/elements/audioconvert.c: (get_float_caps),
5983         (GST_START_TEST), (audioconvert_suite):
5984         Added check for correct clipping when doing float samples
5985         in audioconvert.
5986
5987 2006-04-28  Wim Taymans  <wim@fluendo.com>
5988
5989         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5990         (gst_video_rate_chain):
5991         Print more debugging info.
5992
5993 2006-04-28  Wim Taymans  <wim@fluendo.com>
5994
5995         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5996         (resample_set_state_from_caps):
5997         Add support for other formats audioresample can handle such as
5998         32 bits in and float and 64 bits float. Fixes #301759
5999
6000 2006-04-28  Wim Taymans  <wim@fluendo.com>
6001
6002         * gst/audioconvert/audioconvert.c: (float):
6003         correctly clip float samples > 1.0. Fixes #338718
6004
6005 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6006
6007         Patch by: Young-Ho Cha  <ganadist at chollian net>
6008
6009         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6010         (gst_text_overlay_render_text):
6011           Don't strip newlines from the text. Also, center lines
6012           within multi-line paragraphs (#339405).
6013
6014 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6015
6016         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6017           Fix wavpack typefinding to work in more cases (don't peek
6018           for chunks of multiple hundred kBs at once, but process
6019           things step-by-step in smaller units). Fixes #339786.
6020
6021 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6022
6023         * configure.ac:
6024           back to HEAD
6025
6026 === release 0.10.6 ===
6027
6028 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6029
6030         * configure.ac:
6031           releasing 0.10.6, "Chao"
6032
6033 2006-04-26  David Schleef  <ds@schleef.org>
6034
6035         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6036           Fixes #338897.
6037
6038 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6039
6040         * configure.ac:
6041         * win32/common/config.h:
6042           new prerelease
6043
6044 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6045
6046         patch by: Wim Taymans
6047
6048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6049         (gst_ogg_demux_perform_seek):
6050           make sure correct newsegments are sent, so that the decoder
6051           and the demuxer agree on timestamps.  Fixes playback of a lot
6052           of Ogg files that do not start from 0.  Fixes #339833.
6053
6054 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6055
6056         Patch by: Edward Hervey  <edward@fluendo.com>
6057
6058         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6059         * tests/check/Makefile.am:
6060         * tests/check/elements/videorate.c: (assert_videorate_stats),
6061         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6062         (videorate_suite), (main):
6063           Fix an infinite loop if frames are passed in with wrongly ordered
6064           timestamps.  Fixes #339013.
6065
6066 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6067
6068         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6069
6070         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6071           fix typefinding on some ISO files.  Fixes #339212.
6072
6073 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6074
6075         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6076
6077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6078           add another H264 fourcc.  Fixes #339047.
6079
6080 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6081
6082         Patch by: Jan Schmidt
6083
6084         * gst/playback/gststreamselector.c:
6085         (gst_stream_selector_bufferalloc):
6086           Restore old StreamSelector behaviour.
6087           Fixes #338419.
6088
6089 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6090
6091         * configure.ac:
6092         * win32/common/config.h:
6093           prerelease
6094
6095 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6096
6097         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6098
6099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6100         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6101           Fix some memory leaks: on finalize, free buffers left in the queue
6102           before destroying the queue; in _push(), unref rtp_buf even if
6103           the process vfunc returned a NULL buffer as output buffer (#337548);
6104           demote some recuring debug messages to LOG level.
6105
6106 2006-04-11  Wim Taymans  <wim@fluendo.com>
6107
6108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6109         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6110         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6111         (gst_ogg_demux_loop):
6112         More cleanups.
6113         Respect segment stop when emiting EOS or SEGMENT_DONE.
6114         Fixes (#337945).
6115
6116 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * gst/playback/gststreamselector.c:
6119         (gst_stream_selector_get_property):
6120           Don't leak pad name.
6121
6122 2006-04-10  Michael Smith  <msmith@fluendo.com>
6123
6124         * tests/check/Makefile.am:
6125         * tests/check/gst-plugins-base.supp:
6126           Suppress an old libtheora bug (fixed in more recent versions), so 
6127           that FC4 buildslaves can pass.
6128
6129 2006-04-10  Wim Taymans  <wim@fluendo.com>
6130
6131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6132         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6133         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6134         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6135         (gst_ogg_demux_loop):
6136         Don't leak events.
6137         Remember what error we got when finding chains, if we
6138         were shutdown, that would not be an error.
6139
6140 2006-04-10  Wim Taymans  <wim@fluendo.com>
6141
6142         * gst-libs/gst/audio/gstbaseaudiosink.c:
6143         (gst_base_audio_sink_event):
6144         Starting the ringbuffer when we did not acquire it can cause
6145         a deadlock, is pointless and causes nasty things for
6146         subclasses. 
6147         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6148
6149 2006-04-10  Wim Taymans  <wim@fluendo.com>
6150
6151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6152         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6153         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6154         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6155         (gst_ogg_demux_deactivate_current_chain),
6156         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6157         (gst_ogg_demux_bisect_forward_serialno),
6158         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6159         Add some more debugging.
6160
6161 2006-04-10  Wim Taymans  <wim@fluendo.com>
6162
6163         * ext/theora/theoradec.c: (theora_dec_src_event),
6164         (theora_handle_data_packet):
6165         Some more debug info.
6166
6167         * tests/examples/seek/seek.c: (start_seek), (main):
6168         Print element messages too.
6169
6170 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6171
6172         * gst/audioresample/debug.h:
6173           replace debug macros with variable number of parameters
6174           by a simple alias to gstreamer standard debug macros 
6175          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6176           supported by MSVC 6.0 and 7.1)
6177         * gst/audioresample/resample.h:
6178           define M_PI and rint for WIN32
6179         * win32/common/libgstaudio.def:
6180         * win32/common/libgstriff.def:
6181         * win32/common/libgsttag.def:
6182         * win32/common/libgstvideo.def:
6183           add new exported functions
6184         * win32/vs6:
6185           update project files
6186
6187 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6188
6189         * ext/alsa/gstalsamixeroptions.c:
6190         (gst_alsa_mixer_options_class_init):
6191         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6194         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6195         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6196         * gst-libs/gst/audio/gstaudiofilter.c:
6197         (gst_audio_filter_class_init):
6198         * gst-libs/gst/audio/gstaudiosink.c:
6199         (gst_audioringbuffer_class_init):
6200         * gst-libs/gst/audio/gstaudiosrc.c:
6201         (gst_audioringbuffer_class_init):
6202         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6203         * gst-libs/gst/interfaces/colorbalancechannel.c:
6204         (gst_color_balance_channel_class_init):
6205         * gst-libs/gst/interfaces/mixeroptions.c:
6206         (gst_mixer_options_class_init):
6207         * gst-libs/gst/interfaces/mixertrack.c:
6208         (gst_mixer_track_class_init):
6209         * gst-libs/gst/interfaces/tunerchannel.c:
6210         (gst_tuner_channel_class_init):
6211         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6212         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6213         (gst_netbuffer_class_init):
6214         * gst-libs/gst/rtp/gstbasertppayload.c:
6215         (gst_basertppayload_class_init):
6216         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6218         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6219         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6220         * gst/playback/gststreamselector.c:
6221         (gst_stream_selector_class_init):
6222         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6223         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6224         * sys/v4l/gstv4lcolorbalance.c:
6225         (gst_v4l_color_balance_channel_class_init):
6226         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6227         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6228         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6229         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6230         (gst_v4l_tuner_norm_class_init):
6231         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6233         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6234         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6235
6236 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6237
6238         * ext/pango/gsttextrender.h:
6239         * gst-libs/gst/audio/gstaudiosink.h:
6240         * gst-libs/gst/audio/gstaudiosrc.h:
6241         * gst-libs/gst/audio/gstbaseaudiosink.h:
6242         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6243         * gst-libs/gst/audio/gstringbuffer.h:
6244         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6245         * gst-libs/gst/rtp/gstbasertppayload.h:
6246         * gst-libs/gst/video/gstvideofilter.h:
6247         * gst-libs/gst/video/gstvideosink.h:
6248         * gst/playback/gstplaybasebin.h:
6249         * gst/tcp/gstmultifdsink.h:
6250         * sys/v4l/gstv4lelement.h:
6251         Fix broken GObject macros
6252
6253 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6254
6255         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6256         More debug to trace why my USB headset is not working with gst
6257
6258 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6259
6260         * gst/playback/gstplaybasebin.c: (group_destroy):
6261         Clean up our group elements properly in the case where it never 
6262         got committed - it still got added unconditionally to the bin.
6263
6264 2006-04-07  Wim Taymans  <wim@fluendo.com>
6265
6266         * ext/theora/theoradec.c: (theora_dec_sink_event),
6267         (theora_handle_data_packet), (theora_dec_chain):
6268         Unref unhandled events.
6269         Protect against empty buffers.
6270         Perform QoS on running time.
6271
6272 2006-04-07  Michael Smith  <msmith@fluendo.com>
6273
6274         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6275         (gst_vorbis_enc_chain):
6276           Remove leaks from vorbisenc.
6277           Mostly minor changes, the only significant one is that now the
6278           buffers we set as 'streamheader' on the caps are copies of the
6279           original buffers, to avoid circular refcounting problems.
6280
6281 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6282
6283         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6284           Don't remove our mute-probe if someone else already did so.
6285           Don't set a 2nd one if there is already one pending on the pad.
6286
6287         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6288         (do_playbin_seek):
6289           When a seek fails, ensure that playbin is still set back to playing.
6290           
6291         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6292         (mpeg_ts_type_find), (plugin_init):
6293           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6294
6295 2006-04-06  Andy Wingo  <wingo@pobox.com>
6296
6297         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6298         (gst_video_rate_init): Caps-related parameters should not be reset
6299         by a flush -- move their inits to the instance init function.
6300         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6301         is not OK, just return the result.
6302
6303         * gst/audiotestsrc/gstaudiotestsrc.c
6304         (gst_audio_test_src_class_init)
6305         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6306         broken by Stefan's commit on 24 March.
6307
6308         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6309         buffers being pushed out. Fixes oggmux ! multifdsink.
6310
6311 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6312
6313         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6314         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6315         * ext/vorbis/vorbisdec.h:
6316         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6317         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6318         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6319         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6320         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6321         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6322         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6323         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6324         (gst_vorbis_enc_buffer_from_packet),
6325         (gst_vorbis_enc_buffer_from_header_packet),
6326         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6327         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6328         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6329         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6330         (gst_vorbis_enc_change_state):
6331         * ext/vorbis/vorbisenc.h:
6332           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6333           vorbisenc adhere to the official nomenclature; use boilerplate
6334           macro.
6335
6336 2006-04-04  Andy Wingo  <wingo@pobox.com>
6337
6338         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6339         Whoops, fix bug introduced. Bad hacker!
6340         
6341         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6342         Properly handle the case where you get EOS before any buffers are
6343         received. Use gst_buffer_make_metadata_writable where appropriate.
6344
6345         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6346         is often negative -- make it signed so as not to wrap around.
6347         Fixes segfaults introduced on 9 March.
6348
6349 2006-04-03  Wim Taymans  <wim@fluendo.com>
6350
6351         * ext/theora/gsttheoradec.h:
6352         * ext/theora/theoradec.c: (theora_dec_src_event):
6353         Don't try to store a gdouble in a gboolean.
6354         Small cleanups.
6355
6356 2006-04-03  Michael Smith  <msmith@fluendo.com>
6357
6358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6359           Oggmux sucks.
6360           Make it suck slightly less by writing out the final page.
6361           Still can't encode a vorbis-in-ogg file correctly, though.
6362
6363 2006-04-03  Andy Wingo  <wingo@pobox.com>
6364
6365         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6366         a g_print.
6367
6368         * ext/theora/theora.c (plugin_init): Register theoraparse.
6369
6370         * ext/theora/gsttheoraparse.h: 
6371         * ext/theora/theoraparse.c: New files implementing a theora
6372         parser. Now we can properly remux ogg/theora+vorbis, yay.
6373
6374         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6375
6376 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6377
6378         * gst/audiotestsrc/gstaudiotestsrc.c:
6379           Fixed the sample pipeline (see #323798)
6380
6381 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6382
6383         * configure.ac:
6384         * win32/common/config.h:
6385         * win32/common/config.h.in:
6386           use AS_VERSION and AS_NANO
6387           more cleanups
6388
6389 2006-03-31  Andy Wingo  <wingo@pobox.com>
6390
6391         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6392         uninitialized variable return that would happen.
6393         
6394         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6395         uninitialized variable return that would never happen.
6396
6397         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6398         (vorbis_parse_sink_event): Add an event function to flush our
6399         state on a seek, and to drain buffers on a premature EOS.
6400         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6401         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6402         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6403         (vorbis_parse_drain_queue): Queue up buffers until we can set
6404         their timestamps and granulepos values.
6405
6406         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6407         and keep track of data needed for deriving granulepos and
6408         timestamps for buffers.
6409
6410 2006-03-29  Wim Taymans  <wim@fluendo.com>
6411
6412         Patch by: j^ <j at bootlab dot org>
6413
6414         * ext/alsa/gstalsamixerelement.c:
6415         (gst_alsa_mixer_element_class_init):
6416         * ext/alsa/gstalsasink.c:
6417         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6418         * ext/ogg/gstoggdemux.c:
6419         * ext/ogg/gstoggmux.c:
6420         * ext/ogg/gstoggparse.c:
6421         * ext/pango/gstclockoverlay.c:
6422         * ext/pango/gsttextoverlay.c:
6423         * ext/pango/gsttextrender.c:
6424         * ext/pango/gsttimeoverlay.c:
6425         * ext/theora/theoradec.c:
6426         * ext/theora/theoraenc.c:
6427         * ext/vorbis/vorbisdec.c:
6428         * ext/vorbis/vorbisenc.c:
6429         * gst/audioconvert/gstaudioconvert.c:
6430         * gst/subparse/gstsubparse.c:
6431         * gst/tcp/gstmultifdsink.c:
6432         * gst/tcp/gsttcpclientsink.c:
6433         * gst/tcp/gsttcpclientsrc.c:
6434         * gst/tcp/gsttcpserversink.c:
6435         * gst/tcp/gsttcpserversrc.c:
6436           better/unified long descriptions
6437           Fixes #336477
6438
6439 2006-03-29  Wim Taymans  <wim@fluendo.com>
6440
6441         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6442         (stop_seek):
6443         Don't let double and triple clicks mess up our state.
6444
6445 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * gst/playback/gstplaybin.c: (gen_video_element),
6448         (gen_text_element), (gen_audio_element), (gen_vis_element):
6449           Error out gracefully when we can't create any of the usual
6450           conversion elements for some reason. Also, don't try to
6451           create an audioscale (sic) element that's not used anyway.
6452
6453 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6454
6455         * gst/playback/gstplaybasebin.c: (setup_source):
6456           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6457           element for a particular protocol, that's confusing for users.
6458           Instead, post a RESOURCE_FAILED error, so that our own error
6459           message is actually shown in totem etc. (#336303).
6460
6461 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6462
6463         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6464
6465         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6466         (gst_gnome_vfs_src_get_icy_metadata):
6467           Fix some minor memory leaks (#336194).
6468
6469 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         * ext/gnomevfs/gstgnomevfs.c:
6472         (gst_gnome_vfs_location_to_uri_string):
6473         * ext/gnomevfs/gstgnomevfs.h:
6474         * ext/gnomevfs/gstgnomevfssink.c:
6475         (gst_gnome_vfs_sink_set_property):
6476         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6477           Make gnomevfssink accept filenames as well as URIs for the
6478           "location" property, just like gnomevfssrc does (and
6479           filesrc/filesink do) (#336190).
6480
6481 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6482
6483         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6484           set to NULL before unreffing, fixes a valgrind leak.
6485           Why was this not triggering the error that an object needs to
6486           be NULL before unreffing ?
6487         * win32/common/config.h:
6488           update
6489
6490 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst/subparse/gstsubparse.c: (convert_encoding),
6493         (gst_sub_parse_change_state):
6494         * gst/subparse/gstsubparse.h:
6495           Text subtitle files may or may not be UTF-8. If it's not, we
6496           don't really want to see '?' characters in place of non-ASCII
6497           characters like accented characters. So let's assume the input
6498           is UTF-8 until we come across text that is clearly not. If it's
6499           not UTF-8, we don't really know what it is, so try the following:
6500           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6501           is set; if not, check (b) if the current locale encoding is
6502           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6503           the current locale encoding is UTF-8 and the environment variable
6504           was not set to any particular encoding. Not perfect, but better
6505           than nothing (and better than before, I think) (fixes #172848).
6506
6507 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6508
6509         * configure.ac:
6510           update core requirement to 0.10.4.1 because of async_playback
6511           vmethod on GstBaseSink
6512
6513 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6514
6515         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6516         * gst/adder/gstadder.c: (gst_adder_init):
6517         use DEBUG_FUNCPTR for collectpads
6518
6519 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6520
6521         * docs/plugins/Makefile.am:
6522         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6523         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6524         * ext/cdparanoia/gstcdparanoiasrc.c:
6525         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6526         (gst_gnome_vfs_sink_class_init):
6527         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6529         * ext/ogg/gstoggmux.c:
6530         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6531         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6532         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6533         * ext/pango/gsttextoverlay.c:
6534         * ext/pango/gsttextrender.c:
6535         * ext/theora/theoradec.c:
6536         * ext/theora/theoraenc.c:
6537         * ext/vorbis/vorbisdec.c:
6538         * ext/vorbis/vorbisenc.c:
6539         * gst-libs/gst/audio/gstaudiofilter.c:
6540         (gst_audio_filter_base_init):
6541         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6542         (gst_audio_filter_template_base_init):
6543         * gst/adder/gstadder.c: (gst_adder_get_type):
6544         * gst/adder/gstadder.h:
6545         * gst/audioconvert/gstaudioconvert.c:
6546         * gst/audiotestsrc/gstaudiotestsrc.c:
6547         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6548         (gst_audio_test_src_create):
6549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6550         * gst/playback/gstdecodebin.c:
6551         * gst/playback/gstplaybin.c:
6552         * gst/playback/gststreamselector.c:
6553         (gst_stream_selector_base_init):
6554         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6555         * gst/volume/gstvolume.c:
6556         * sys/v4l/gstv4lmjpegsink.c:
6557         * sys/v4l/gstv4lmjpegsrc.c:
6558         * tests/check/libs/cddabasesrc.c:
6559         * tests/old/examples/gob/gst-identity2.gob:
6560           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6561           define GstElementDetails at the top
6562
6563 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6564
6565         * win32/common/libgstinterfaces.def:
6566         Add a lot of export functions for gst-python
6567         * win32/vs6/libgstinterfaces.dsp:
6568         Add a missing include folder in the project configuration
6569         
6570 2006-03-23  Wim Taymans  <wim@fluendo.com>
6571
6572         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6573         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6574         (gst_base_audio_src_change_state):
6575         Fix audio sources, forgot to make the ringbuffer
6576         startable...
6577
6578 2006-03-23  Wim Taymans  <wim@fluendo.com>
6579
6580         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6581         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6582         (gst_base_audio_src_change_state):
6583         unparent instead of unref the ringbuffer.
6584
6585 2006-03-23  Wim Taymans  <wim@fluendo.com>
6586
6587         * gst-libs/gst/audio/gstbaseaudiosink.c:
6588         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6589         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6590         Implement new async_play vmethod to start slaving and allow
6591         playback start in case of async PLAY state changes. 
6592
6593         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6594         Enable QoS with new method in base class.
6595
6596 2006-03-23  Wim Taymans  <wim@fluendo.com>
6597
6598         Patch by: Julien MOUTTE <julien at moutte dot net>
6599
6600         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6601         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6602         Partially handle 0 framerate, only EOS after the first frame
6603         is missing.
6604
6605 2006-03-23  Wim Taymans  <wim@fluendo.com>
6606
6607         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6608
6609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6610         (gst_riff_create_video_template_caps):
6611         * gst/ffmpegcolorspace/avcodec.h:
6612         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6613         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6614         (gst_ffmpegcsp_avpicture_fill):
6615         * gst/ffmpegcolorspace/imgconvert.c:
6616         Patch for support of YVU9 AVI files (#334822)
6617
6618 2006-03-22  Edward Hervey  <edward@fluendo.com>
6619
6620         * docs/design/design-decodebin.txt:
6621         Added design document for new decodebin
6622         (Target Caps): text/x-pango-markup is also a default target caps.
6623
6624 2006-03-22  Wim Taymans  <wim@fluendo.com>
6625
6626         * gst-libs/gst/audio/gstbaseaudiosink.c:
6627         (gst_base_audio_sink_dispose):
6628         Since we _parent the ringbuffer, we also need to
6629         _unparent instead of a plain _unref.
6630
6631 2006-03-22  Wim Taymans  <wim@fluendo.com>
6632
6633         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6634         (stop_seek), (scrub_toggle_cb), (main):
6635         Add scrub checkbox.
6636
6637 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6638
6639         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6640         (gst_ogg_parse_chain):
6641           Fix very inefficient usage of linked lists (#335365).
6642
6643 2006-03-21  Edward Hervey  <edward@fluendo.com>
6644
6645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6646         * gst/playback/gstplaybin.c: (handoff):
6647         * gst/playback/gststreamselector.c:
6648         (gst_stream_selector_set_property):
6649         gcc 4.1 unreferenced pointer fixes.
6650         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6652         gst_buffer_ref() now takes a GstBuffer*.
6653
6654 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6655
6656         * sys/xvimage/xvimagesink.c:
6657         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6658         by Jan Schmidt.
6659
6660 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6661
6662         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6663         (id3v1_type_find), (apetag_type_find), (plugin_init):
6664           Can't do tag preferences via probability, as tags would then
6665           lose against types that are recognised with MAXIMUM probability
6666           (like .wav); so let all tag typefinders return MAXIMUM themselves
6667           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6668           that we can prefer APE to ID3v1 (fixes #335028).
6669           
6670 2006-03-17  Wim Taymans  <wim@fluendo.com>
6671
6672         * gst-libs/gst/audio/gstbaseaudiosink.c:
6673         (gst_base_audio_sink_change_state):
6674         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6675         (gst_ring_buffer_may_start):
6676         * gst-libs/gst/audio/gstringbuffer.h:
6677         Only start playback if we are playing.
6678         should fix #330748.
6679
6680 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6681
6682         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6683         * win32/common/config.h:
6684           Revert accidental commits to these files.
6685
6686 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6689
6690         * tests/Makefile.am:
6691           Don't try to build tests in tests/icles if we
6692           don't have X (#323852)
6693
6694 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * gst-libs/gst/tag/gstid3tag.c:
6697           Add TXXX frame identifiers for replaygain stuff as used
6698           by some taggers (see #323721).
6699
6700 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6701
6702         * gst/playback/gststreamselector.c:
6703         (gst_stream_selector_set_property),
6704         (gst_stream_selector_bufferalloc):
6705           Preserve the existing buggy streamselector behaviour by performing
6706           a fallback buffer allocation when downstream isn't linked yet.
6707           This should really be fixed in playbin by blocking pads until it's
6708           linked them.
6709           Also, use gst_pad_alloc_buffer instead of
6710           gst_pad_alloc_buffer_and_set.
6711
6712 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         * gst-libs/gst/tag/gstid3tag.c:
6715           Don't crash on unknown ID3v2 TXXX frames.
6716           
6717 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6718
6719         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6720           Chain up to the parent finalize method.
6721           Add 32-bit sample size to the template caps.
6722
6723         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6724         (gst_riff_create_video_template_caps):
6725           Add the fourcc that the VMWare codec uses.
6726           
6727         * gst/playback/gststreamselector.c:
6728         (gst_stream_selector_set_property),
6729         (gst_stream_selector_bufferalloc),
6730         (gst_stream_selector_request_new_pad):
6731           For the active pad, forward buffer-alloc requests, otherwise
6732           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6733           having to memcpy every frame when used by playbin.
6734
6735         * gst/tcp/gstmultifdsink.c:
6736         (gst_multi_fd_sink_handle_client_write):
6737           Get negotiated caps from the sink pad, rather than the sink
6738           pad's peer.
6739
6740 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6741
6742         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6743         
6744         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6745           Don't forget to set src->callbacks_pushed to FALSE again when
6746           popping them, otherwise re-activation in a different mode won't
6747           work (#334620).
6748
6749 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6750
6751         Patch by: Sebastien Moutte  <sebastien moutte net>
6752
6753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6754         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6755         (gst_ffmpeg_smpfmt_to_caps):
6756           Replace __VA_ARGS__ caps creation macros with varargs functions.
6757           Makes things compile on MSVC (#320765), looks nicer, and we can
6758           tell the compiler to check for the NULL terminator.
6759
6760 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6761
6762         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6763
6764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6765           Make sure the buffer we copy into is really always big
6766           enough, this time for real (#333488).
6767           
6768 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6771           Add support for 24bpp DIB (#305279).
6772
6773 2006-03-14  Wim Taymans  <wim@fluendo.com>
6774
6775         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6776         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6778         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6779         (gst_video_scale_init), (gst_video_scale_src_event):
6780         Re-enable QoS after the release.
6781         Rework videoscale to use the base class src_event handler.
6782
6783 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * configure.ac:
6786           back to CVS.
6787
6788 === release 0.10.5 ===
6789
6790 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6791
6792         * configure.ac:
6793           releasing 0.10.5, "Net"
6794
6795 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         * docs/plugins/Makefile.am:
6798           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6799           
6800 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6801
6802         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6803         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6804         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6805           Add cdparanoiasrc to docs.
6806
6807         * gst-libs/gst/cdda/gstcddabasesrc.c:
6808           More GstCddaBaseSrc docs.
6809
6810 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * docs/libs/gst-plugins-base-libs-sections.txt:
6813         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6814         * gst-libs/gst/tag/tag.h:
6815           API: libgsttag: new method gst_tag_from_id3_user_tag().
6816
6817 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6820           NULL-terminate array of mpeg4 video file extensions.
6821           Fixes crash on PPC (#334226).
6822
6823 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * ext/gnomevfs/gstgnomevfssrc.c:
6826         (gst_gnome_vfs_src_check_get_range):
6827           gnome_vfs_uri_is_local() alone is not a good indicator
6828           whether we can operate in pull-mode with a specific URI,
6829           as it returns FALSE for file:// URIs that point to an
6830           NFS-mounted path. Be more conservative here: whitelist
6831           local files, blacklist http URIs and use the old
6832           mechanism for anything else (fixes #334216).
6833
6834 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6835
6836         * configure.ac:
6837           back to trunk
6838
6839 === release 0.10.4 ===
6840
6841 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6842
6843         * configure.ac:
6844           releasing 0.10.4, "Power"
6845
6846 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6847
6848         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6849         Disable max-lateness by setting it to -1 for now, so that 
6850         we can bed QoS stuff in thoroughly between now and the next
6851         release.
6852
6853 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6854
6855         Patch by: Fabrizio Gennari
6856
6857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6858           Make sure we don't read beyond the palette buffer in case of
6859           broken or manipulated files (#333488)
6860
6861 2006-03-10  Edward Hervey  <edward@fluendo.com>
6862
6863         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6864         Fix for variable not initialized.
6865
6866 2006-03-09  Wim Taymans  <wim@fluendo.com>
6867
6868         * ext/libvisual/visual.c: (gst_visual_get_type),
6869         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6870         (gst_visual_chain):
6871         Small cleanups.
6872
6873         * ext/theora/gsttheoradec.h:
6874         * ext/theora/theoradec.c: (gst_theora_dec_init),
6875         (gst_theora_dec_reset), (_theora_granule_time),
6876         (theora_dec_src_convert), (theora_dec_sink_convert),
6877         (theora_dec_src_query), (theora_dec_src_event),
6878         (theora_dec_sink_event), (theora_handle_comment_packet),
6879         (theora_handle_header_packet), (theora_dec_push),
6880         (theora_handle_data_packet), (theora_dec_chain),
6881         (theora_dec_change_state):
6882         Add simple QoS.
6883
6884 2006-03-09  Wim Taymans  <wim@fluendo.com>
6885
6886         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6887         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6888         Some cleanups.
6889
6890 2006-03-09  Wim Taymans  <wim@fluendo.com>
6891
6892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6893         Don't try to activate NULL chains.
6894
6895 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6898           Fix invalid memory access to region before peek'd data (#332964).
6899
6900 2006-03-09  Wim Taymans  <wim@fluendo.com>
6901
6902         Patch by: Christophe Fergeau
6903
6904         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6905         * ext/pango/gsttextrender.c: (gst_text_render_init):
6906         * gst/adder/gstadder.c: (gst_adder_init):
6907         Don't leak padtemplates, closes #333510.
6908
6909 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6912           Fix invalid memory access: make sure string passed to
6913           regexec() is NUL-termianted.
6914
6915 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6918         (mp3_type_find):
6919           Refactor mpeg/audio typefinding to make it more maintainable
6920           and easier to fine-tune. Make probing into middle of the file
6921           work properly (fixes #333900, also see #152688).
6922
6923 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6924
6925         * gst/typefind/gsttypefindfunctions.c:
6926         (utf8_type_find_have_valid_utf8_at_offset):
6927           Remove part from previous commit that was bogus:
6928           g_utf8_validate() does in fact not accept embedded
6929           zeroes, so we don't need to check for those (thanks
6930           to Mike for the hint).
6931
6932 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * gst/typefind/gsttypefindfunctions.c:
6935         (utf8_type_find_count_embedded_zeroes),
6936         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6937           Make plain/text typefinder more conservative: firstly, check
6938           for embedded zeroes, which are perfectly valid UTF-8 characters,
6939           but also a fairly good sign that something is not a plain text
6940           file; secondly, probe into the middle of the file if possible.
6941           If we can't probe into the middle, limit the probability value
6942           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6943
6944 2006-03-08  Michael Smith  <msmith@fluendo.com>
6945
6946         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6947           Make typefind function name for mpeg4 video unique.
6948
6949 2006-03-08  Wim Taymans  <wim@fluendo.com>
6950
6951         * ext/libvisual/visual.c: (gst_visual_init),
6952         (gst_visual_clear_actors), (gst_visual_dispose),
6953         (gst_visual_reset), (gst_visual_src_setcaps),
6954         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6955         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6956         (gst_visual_chain), (gst_visual_change_state):
6957         Cleanups, post nice errors.
6958         Handle sink and src events.
6959         Implement simple QoS.
6960
6961         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6962         Use new basesink methods to configure max-lateness.
6963         Small doc update.
6964
6965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6966         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6967         Debug statement cleanups.
6968
6969         * gst/volume/gstvolume.c: (gst_volume_class_init):
6970         Simple cleanup.
6971
6972 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6973
6974         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6975         (gst_text_overlay_init), (gst_text_overlay_set_property),
6976         (gst_text_overlay_get_property):
6977           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6978           as string type properties, but mark them deprecated. Add
6979           'halignment' and 'valignment' properties that use enums
6980           instead of strings.
6981
6982 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6983
6984         Patch by: Fabrizio Gennari
6985
6986         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6987           Allow palettes with less than 256 colours in AVI files
6988           (#333488)
6989
6990 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6991
6992         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6993         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6994         pad. We were releasing the queued text buffer when we should keep
6995         it until video pad gets EOS or discard the text buffer because it's
6996         too old. That was eating the last subtitle buffer. Add some more
6997         debug.
6998
6999 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7002         (gst_text_overlay_video_chain):
7003           Fix invalid memory access (we can't access a buffer after it's been
7004           pushed downstream without taking a reference); fix memory leak (if
7005           there's no text to render, bail out before allocating stuff).
7006
7007 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7010         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7011         * ext/pango/gsttextoverlay.h:
7012           If input is plain text, escape it before passing it to
7013           pango_layout_set_markup().
7014
7015 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7016
7017         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7018           Don't ignore flow return from gst_pad_push().
7019
7020 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7021
7022         Patch by: Fabrizio Gennari
7023
7024         * ext/libvisual/visual.c: (gst_visual_getcaps),
7025         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7028         (gst_vorbisenc_convert_sink):
7029         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7030         (gst_audio_duration_from_pad_buffer):
7031         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7032         (gst_audio_filter_chain):
7033         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7034         (gst_base_rtp_depayload_setcaps):
7035         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7036         (gst_video_get_size):
7037         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7038           Don't leak references returned by gst_pad_get_parent()
7039           (#333663)
7040
7041 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7042
7043         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7044           change location param details
7045         * gst/volume/gstvolume.c: (plugin_init):
7046           correct plugin description
7047
7048 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7051         (gst_gnome_vfs_src_check_get_range):
7052           Override GstBaseSrc::check_get_range() in order to avoid opening
7053           the resource just to check whether we can operate in pull-mode or
7054           not - we can predict that pretty well from the URI alone. Should
7055           fix problems with last.fm (#331690). (Requires latest core CVS).
7056
7057 2006-03-06  Wim Taymans  <wim@fluendo.com>
7058
7059         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7060         (gst_video_sink_class_init):
7061         Throw away frames that are later than 20 ms.
7062
7063 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         Patch by: Fabrizio Gennari
7066
7067         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7068           Set depth on WMA caps (#333545)
7069
7070 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7071
7072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7073         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7074           put Theora BOS pages before others.  This hardcodes
7075           the Ogg/Theora I profile, but hey.
7076
7077 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7078
7079         * ext/ogg/README:
7080           updated with some examples
7081         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7082         (granulepos_add), (theora_buffer_from_packet):
7083         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7084         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7085         (gst_vorbisenc_chain):
7086           implement strategy from ext/ogg/README
7087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7088         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7089         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7090         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7091           Fix muxer so that oggz-validate is happy with all streams;
7092           except for no eos mark, and the BOS page ordering
7093         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7094         (check_buffer_granulepos):
7095         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7096           update tests to check for OFFSET being set as requested
7097           fixed type of granulepos, it's not a ClockTime
7098
7099 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7100
7101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7102         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7103         Check that the xvimage we are creating has a correct size
7104         before returning it. (#314897)
7105
7106 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7109           Give id3 and ape tag typefinders a rank slightly higher
7110           than PRIMARY to ensure they're always run before any of
7111           the other typefinders (in particular wav and mp3) (#324186).
7112
7113 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7116           Add support for '3IVD' fourcc (#333403).
7117
7118 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         * configure.ac:
7121           Bump requirements to GStreamer CVS for the new error enum.
7122
7123         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7124           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7125           space left on the device (fixes #333352).
7126
7127 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7128
7129         * win32/vs6:
7130           add a project file for libgstvolume
7131           update the workspace
7132
7133 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7134
7135         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7136         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7137         (GST_START_TEST):
7138           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7139           Set IN_CAPS on header buffers
7140
7141 2006-03-02  Wim Taymans  <wim@fluendo.com>
7142
7143         * docs/plugins/Makefile.am:
7144         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7145         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7146         Add audioresample to docs.
7147
7148         * gst/audioconvert/gstaudioconvert.c:
7149         Add revision date.
7150
7151         * gst/audioresample/gstaudioresample.c:
7152         (gst_audioresample_base_init), (gst_audioresample_class_init),
7153         (gst_audioresample_init), (gst_audioresample_dispose),
7154         (audioresample_get_unit_size), (audioresample_transform_caps),
7155         (resample_set_state_from_caps), (audioresample_transform_size),
7156         (audioresample_set_caps), (audioresample_event),
7157         (audioresample_do_output), (audioresample_transform),
7158         (audioresample_pushthrough), (gst_audioresample_set_property),
7159         (gst_audioresample_get_property), (plugin_init):
7160         * gst/audioresample/gstaudioresample.h:
7161         Added docs.
7162         Small code cleanups.
7163
7164 2006-03-02  Wim Taymans  <wim@fluendo.com>
7165
7166         * docs/plugins/Makefile.am:
7167         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7168         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7169         Added videoscale to docs.
7170
7171         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7172         (gst_video_rate_swap_prev), (gst_video_rate_event),
7173         (gst_video_rate_chain):
7174         Fix typo in docs.
7175
7176         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7177         (gst_video_scale_init), (gst_video_scale_prepare_size),
7178         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7179         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7180         * gst/videoscale/gstvideoscale.h:
7181         Added docs, examples.
7182         Some code cleanups.
7183         Post errors instead of g_warning.
7184
7185 2006-03-02  Wim Taymans  <wim@fluendo.com>
7186
7187         * docs/libs/gst-plugins-base-libs-docs.sgml:
7188         * docs/libs/gst-plugins-base-libs-sections.txt:
7189         * docs/libs/gst-plugins-base-libs.types:
7190         * docs/plugins/Makefile.am:
7191         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7192         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7193         Added some more docs to libs and plugins.
7194
7195         * gst-libs/gst/audio/gstringbuffer.c:
7196         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7197         * gst-libs/gst/audio/gstringbuffer.h:
7198         Document ringbuffer some more.
7199
7200         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7201         (gst_video_rate_setcaps), (gst_video_rate_reset),
7202         (gst_video_rate_init), (gst_video_rate_flush_prev),
7203         (gst_video_rate_swap_prev), (gst_video_rate_event),
7204         (gst_video_rate_chain), (gst_video_rate_change_state):
7205         * gst/videorate/gstvideorate.h:
7206         Fix videorate to use segments.
7207         Make it work with 0/1 framerates (closes #331903)
7208         Handle EOS correctly.
7209         Added docs.
7210
7211 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7212
7213         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7214         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7215         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7216           In state change function, first chain up to parent class,
7217           then handle downwards state change stuff. Remove some
7218           commented out cruft from 0.8 code.
7219
7220 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7221
7222         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7223         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7224         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7225         (gst_ogm_parse_chain):
7226           Don't remove/re-add source pad if the new caps are the same as
7227           the old caps anyway (#333042). When removing source pad, don't
7228           unref it afterwards - we didn't ref it when adding. Sprinkle some
7229           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7230           after using gst_pad_get_parent(). Return downstream flow return
7231           value in chain function.
7232
7233 2006-03-02  Wim Taymans  <wim@fluendo.com>
7234
7235         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7236         * docs/plugins/gst-plugins-base-plugins.args:
7237         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7238         * docs/plugins/gst-plugins-base-plugins.interfaces:
7239         * docs/plugins/gst-plugins-base-plugins.signals:
7240         Fix hierarchy, added some more elements to the docs.
7241
7242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7243         (gst_ffmpegcsp_get_type):
7244         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7245         Fix docs for ffmpegcolorspace.
7246
7247 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7248
7249         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7250         (apetag_type_find), (ape_type_find), (plugin_init):
7251           Some typefinding fine-tuning:
7252           - rank ID3/APE tags in order of preference via probabilities, so that
7253             ID3v2 > APEv2 > APEv1 > ID3v1.
7254           - three or four bytes don't really justify MAXIMUM probability,
7255             change those to 'very likely' (musepack and monkeysaudio).
7256
7257 2006-03-01  Wim Taymans  <wim@fluendo.com>
7258
7259         * docs/plugins/Makefile.am:
7260         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7261         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7262         * ext/alsa/gstalsamixer.c:
7263         * ext/alsa/gstalsamixer.h:
7264         * ext/alsa/gstalsamixerelement.c:
7265         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7266         * ext/alsa/gstalsamixerelement.h:
7267         * ext/alsa/gstalsasink.c:
7268         * ext/alsa/gstalsasink.h:
7269         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7270         (gst_alsasrc_init):
7271         * ext/alsa/gstalsasrc.h:
7272         Added alsa docs.
7273         Small code cleanups.
7274
7275 2006-03-01  Wim Taymans  <wim@fluendo.com>
7276
7277         * ext/theora/Makefile.am:
7278         Dist new header too,
7279
7280 2006-03-01  Wim Taymans  <wim@fluendo.com>
7281
7282         * docs/plugins/Makefile.am:
7283         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7284         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7285         * ext/gnomevfs/gstgnomevfssink.h:
7286         * ext/gnomevfs/gstgnomevfssrc.h:
7287         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7288         * ext/vorbis/vorbisdec.h:
7289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7290         * ext/vorbis/vorbisenc.h:
7291         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7292         (vorbis_parse_chain), (vorbis_parse_change_state):
7293         * ext/vorbis/vorbisparse.h:
7294         * gst/audioconvert/gstaudioconvert.h:
7295         * gst/tcp/gsttcpserversink.h:
7296         * gst/videotestsrc/gstvideotestsrc.c:
7297         * gst/videotestsrc/gstvideotestsrc.h:
7298         * gst/volume/gstvolume.c:
7299         * gst/volume/gstvolume.h:
7300         Fix some more docs.
7301         Added docs for vorbisdec and vorbisparse.
7302         Fix vorbisparse.
7303
7304 2006-03-01  Wim Taymans  <wim@fluendo.com>
7305
7306         * docs/plugins/Makefile.am:
7307         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7308         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7309         * ext/pango/gstclockoverlay.h:
7310         * ext/pango/gsttextoverlay.h:
7311         * ext/pango/gsttextrender.h:
7312         * ext/pango/gsttimeoverlay.h:
7313         * ext/theora/gsttheoradec.h:
7314         * ext/theora/gsttheoraenc.h:
7315         * ext/theora/theoradec.c:
7316         * ext/theora/theoraenc.c:
7317         * gst/audioconvert/gstaudioconvert.h:
7318         * gst/audiotestsrc/gstaudiotestsrc.h:
7319         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7320         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7321         * gst/tcp/gstmultifdsink.h:
7322         Updated/added documentation.
7323
7324         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7325         (gst_text_overlay_halign_get_type),
7326         (gst_text_overlay_wrap_mode_get_type),
7327         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7328         (gst_text_overlay_init), (gst_text_overlay_set_property),
7329         (gst_text_overlay_get_property):
7330         Fix up properties to be enums instead of string to make bindings,
7331         introspection and automatic GUI creation possible.
7332         Add getters for the properties.
7333
7334 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7335
7336         * gst/audiotestsrc/gstaudiotestsrc.c:
7337           added defines of M_PI and M_PI_2
7338         * gst/ffmpegcolorspace/avcodec.h:
7339           removed #include "stdint.h" for win32 as _stdint.h is 
7340           autogenerated to win32/common
7341         * win32/common/libgstaudio.def:
7342         * win32/common/libgsttag.def:
7343           added some exports
7344         * win32/vs6:
7345           some project files bugs corrected
7346         * win32/vs7:
7347           project files are reset to the default vs7 configuration 
7348           (they link to msvcr71.dll using default optimizations)
7349           
7350 2006-02-28  Wim Taymans  <wim@fluendo.com>
7351
7352         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7353         Fix some docs.
7354
7355 2006-02-28  Edward Hervey  <edward@fluendo.com>
7356
7357         * ext/alsa/gstalsasrc.c:
7358         Set proper class on the ElementDetails:
7359         Source/Audio instead of Src/Audio/
7360
7361 2006-02-28  Edward Hervey  <edward@fluendo.com>
7362
7363         * gst/videoscale/vs_scanline.c:
7364         (vs_scanline_resample_nearest_RGBA):
7365         Revert optimization in videoscale. It should go in liboil and have
7366         an appropriate liboil function.
7367
7368 2006-02-28  Wim Taymans  <wim@fluendo.com>
7369
7370         * gst-libs/gst/audio/gstbaseaudiosink.c:
7371         (gst_base_audio_sink_provide_clock):
7372         Don't try to provide a clock in the NULL state.
7373
7374 2006-02-28  Wim Taymans  <wim@fluendo.com>
7375
7376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7377         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7378         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7379         (gst_ogg_demux_deactivate_current_chain),
7380         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7381         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7382         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7383         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7384         Use GstSegment infrastructure to remove duplicated code
7385         and handle more seek cases correctly.
7386
7387 2006-02-28  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7390         (gst_ffmpegcsp_transform):
7391         Don't ignore return code from ffmpeg convert function.
7392
7393         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7394         Split out some long statements to ease debugging.
7395
7396 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7397
7398         * ext/libvisual/visual.c: (gst_visual_init),
7399         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7400         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7401         being able to renegotiate the size. Instead, use the negotiation
7402         algorithm from the goom plugin to pick an initial output caps. 
7403
7404         Also, allow theoretical libvisual plugins that might support non-GL 
7405         output even if they also do GL.
7406
7407 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7408
7409         * ext/libvisual/visual.c: (gst_visual_init),
7410         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7411         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7412         possible negotiation issues.
7413
7414 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7415
7416         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7417
7418 2006-02-24  Michael Smith  <msmith@fluendo.com>
7419
7420         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7421         (cmml_type_find), (plugin_init):
7422           Fix CMML type find function to not require a specific minor version
7423           of the CMML header.
7424
7425           Add an MPEG4 video elementary stream typefind function.
7426
7427 2006-02-04  Michael Smith  <msmith@fluendo.com>
7428
7429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7430         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7431         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7432         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7433         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7434         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7435           Annodex support in ogg demuxer. Doesn't do very much without the
7436           other annodex patches (to come).
7437
7438 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7439
7440         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7441
7442         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7443           Pick up palette for MS video v1 (#327028)
7444
7445 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7448         (gst_ffmpegcsp_caps_remove_format_info),
7449         (gst_ffmpegcsp_get_unit_size):
7450           The 'palette_data' field from incoming RGB caps shouldn't be
7451           proxied on outgoing YUV caps; also, restrict unit size
7452           adjustment in case of paletted data only to the unit that
7453           actually has a palette. Fixes #330711.
7454
7455 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7456
7457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7458         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7459         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7460         (gst_ffmpegcsp_get_unit_size):
7461           Plug some memory leaks.
7462
7463 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * sys/ximage/Makefile.am:
7466         * sys/xvimage/Makefile.am:
7467           Add some _CFLAGS and _LIBS that seem to be missing
7468           and/or required for Cygwin (see #317048).
7469
7470 2006-02-22  Wim Taymans  <wim@fluendo.com>
7471
7472         * ext/alsa/gstalsasrc.c:
7473         Fix description as pointed out by caugier.
7474
7475 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7476
7477         Reviewed by : Edward Hervey  <edward@fluendo.com>
7478
7479         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7480         (qt_type_find):
7481         Better 3gp typefinding (#331526).
7482
7483 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7484
7485         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7486           Don't send EOS event here, the base class will send one for us.
7487
7488         * gst/playback/gstplaybasebin.c: (prepare_output):
7489           Subpictures without video stream aren't allowed either.
7490         
7491         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7492           Fix debug statement copy'n'paste-o.
7493
7494 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7495
7496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7497           Fix issues with mixer keeping state when muting/unmuting
7498           and when changing the volume whilst muted (see #331763
7499           and #331765).
7500
7501 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7502
7503         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7504         (parse_subrip), (gst_sub_parse_format_autodetect):
7505           Set right caps given that we send escaped text. Also,
7506           honour <i></i>, <b></b> and <u></u> markers that can be found
7507           in .srt files (fixes #310202).
7508
7509 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7510
7511         * gst-libs/gst/audio/mixerutils.c:
7512         (element_factory_rank_compare_func):
7513           Make order in which elements are tried more determinable.
7514
7515 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7516
7517         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7518         (remove_element_chain), (cleanup_decodebin),
7519         (gst_decode_bin_change_state): Make decodebin reusable by
7520         fixing remove_element_chain first and then introduce a
7521         cleaner in state change to ->NULL. (Closes #331678)
7522
7523 2006-02-19  Wim Taymans  <wim@fluendo.com>
7524
7525         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7526         use 0666 mask when creating files so umask gets applied
7527         correctly. Fixes #331295.
7528
7529 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7530
7531         * gst/subparse/Makefile.am:
7532         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7533         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7534         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7535         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7536         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7537         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7538         * gst/subparse/gstssaparse.h:
7539         * gst/subparse/gstsubparse.c: (plugin_init):
7540           Add very basic parser for SSA subtitle streams (as often
7541           found in matroska files).
7542
7543 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7544
7545         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7546           That should be text/x-pango-markup, not text/x-pango-layout.
7547
7548 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7549
7550         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7551         Polishing.
7552
7553 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7554
7555         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7556         (gst_text_overlay_finalize), (gst_text_overlay_init),
7557         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7558         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7559         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7560         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7561         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7562         Fix state change deadlock.
7563
7564 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7565
7566         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7567         (gst_text_overlay_finalize), (gst_text_overlay_init),
7568         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7569         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7570         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7571         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7572         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7573         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7574         and subtitles files.
7575
7576 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7577
7578         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7579         should be considered as raw.
7580
7581 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7582
7583         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7584         (cb_probe):
7585         * gst/playback/gststreaminfo.h: Introduce language informations.
7586
7587 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7588
7589         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7590         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7591         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7592         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7593         Set shared memory segments to be deleted as soon as we have attached,
7594         that way they get cleaned up automatically if we crash.
7595
7596 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7597
7598         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7599         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7600         functions are called with lock held.
7601
7602 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7603
7604         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7605         (gst_text_overlay_finalize), (gst_text_overlay_init),
7606         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7607         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7608         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7609         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7610         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7611         (gst_text_overlay_change_state): Refactoring of textoverlay
7612         without collectpads. This now supports sparse subtitles coming
7613         from a demuxer instead of a sub file. Seeking is still broken 
7614         though. Need to discuss with wtay some more on how to handle
7615         seeking correctly.
7616         * ext/pango/gsttextoverlay.h:
7617         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7618         subtitles coming from the demuxer.
7619
7620 2006-02-17  Wim Taymans  <wim@fluendo.com>
7621
7622         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7623         (gst_vorbisenc_convert_sink):
7624         Use some more scaling functions.
7625
7626 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7627
7628         * ext/cdparanoia/gstcdparanoiasrc.c:
7629         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7630         (gst_cd_paranoia_paranoia_callback),
7631         (gst_cd_paranoia_src_signal_is_being_watched),
7632         (gst_cd_paranoia_src_read_sector):
7633         * ext/cdparanoia/gstcdparanoiasrc.h:
7634           Add back 'transport-error' and 'uncorrected-error' signals and
7635           make them actually be fired when bad stuff happens (#319340).
7636
7637 2006-02-17  Wim Taymans  <wim@fluendo.com>
7638
7639         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7640         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7641         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7642         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7643         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7644         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7645         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7646         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7647         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7648         (gst_ring_buffer_clear):
7649         Small cleanups.
7650         Added some G_LIKELY.
7651
7652 2006-02-17  Wim Taymans  <wim@fluendo.com>
7653
7654         * gst-libs/gst/audio/TODO:
7655         Update TODO
7656
7657         * gst-libs/gst/audio/gstbaseaudiosink.c:
7658         (gst_base_audio_sink_get_offset):
7659         When trying to play samples ASAP and we don't have a
7660         previous sample, try to play at position 0 instead of
7661         an invalid position.
7662
7663 2006-02-17  Wim Taymans  <wim@fluendo.com>
7664
7665         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7666         (gst_alsasink_reset):
7667         Also release lock when we get an error in _reset();
7668         fix an error message.
7669
7670 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7673         (gst_alsasink_init), (get_channel_free_structure),
7674         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7675         (gst_alsasink_close):
7676         * ext/alsa/gstalsasink.h:
7677           Add support for more than 2 channels (#326720).
7678
7679 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7682           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7683           with 4 or 6 channels, assume a default channel layout to make things
7684           work (not sure there's anything else we can do in those cases).
7685
7686 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         * gst-libs/gst/audio/multichannel.c:
7689           Minor docs fix.
7690
7691         * gst-libs/gst/riff/Makefile.am:
7692         * gst-libs/gst/riff/riff-ids.h:
7693         * gst-libs/gst/riff/riff-media.c:
7694         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7695           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7696           channels and a channel layout map.
7697           
7698 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7699
7700         Reviewed by Edward Hervey  <edward@fluendo.com>
7701
7702         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7703         C-level optimization of the RGBA nearest neighbour function.
7704         Eventually this might end up in liboil with vectorized versions.
7705
7706 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         * gst-libs/gst/audio/multichannel.c:
7709         (gst_audio_get_channel_positions):
7710           When we have more than 2 channels, but no channel layout is
7711           specified in the caps, return some default channel layout
7712           to the caller and warn about about a possibly buggy element
7713           (could be buggy filtercaps as well of course) (#317038).
7714
7715 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7718           Add gst-libs/gst/cdda to list of lib search paths.
7719
7720 2006-02-15  Andy Wingo  <wingo@pobox.com>
7721
7722         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7723         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7724         to the Lord Jesus that I do not have to touch the ogg muxer ever
7725         again.
7726
7727 2006-02-15  Edward Hervey  <edward@fluendo.com>
7728
7729         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7730         quicktime movie files can also contain 'uuid' atoms.
7731
7732 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7733
7734         * gst/audioconvert/plugin.c: (plugin_init):
7735           Register the GstAudioChannelPosition enum type with the type
7736           system in the plugin_init function, so that it is known before
7737           any element actually makes use of multi-channel stuff. This is
7738           required for example if one wants to be able to deserialise/use
7739           a caps string with channel positions before any pipeline has
7740           been setup and started, like with gst-launch.
7741
7742 2006-02-14  Wim Taymans  <wim@fluendo.com>
7743
7744         * gst-libs/gst/audio/gstringbuffer.c:
7745         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7746         (gst_ring_buffer_samples_done), (wait_segment),
7747         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7748         Add some compiler G_(UN_)LIKELY help.
7749         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7750         make sure they can exit their functions. Should fix #330748
7751
7752 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7753
7754         * Makefile.am:
7755         * configure.ac:
7756         * win32/MANIFEST:
7757         * win32/common/_stdint.h:
7758           Windows does not have long long; copy the generated _stdint.h
7759         * win32/common/interfaces-enumtypes.c:
7760         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7761         (gst_mixer_track_flags_get_type),
7762         (gst_tuner_channel_flags_get_type):
7763         * win32/common/multichannel-enumtypes.c:
7764         (gst_audio_channel_position_get_type):
7765           update
7766
7767 2006-02-13  Wim Taymans  <wim@fluendo.com>
7768
7769         * gst-libs/gst/audio/gstbaseaudiosink.c:
7770         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7771         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7772         Always sync on first sample we receive when starting.
7773
7774 2006-02-13  Wim Taymans  <wim@fluendo.com>
7775
7776         * gst/playback/gstplaybin.c: (gen_vis_element):
7777         Update vis bin docs.
7778         Move queue after tee so we don't queue video buffers but
7779         audio samples instead. Fixes problems where the video queue
7780         is filled and the audio queue empty.
7781
7782 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7783
7784         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7785           No need to push an EOS event here, GstBaseSrc will do that for us
7786           when we return FLOW_UNEXPECTED.
7787           
7788 2006-02-12  Wim Taymans  <wim@fluendo.com>
7789
7790         * gst-libs/gst/audio/gstbaseaudiosink.c:
7791         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7792         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7793         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7794         Use scale functions when possible.
7795         Fix error messages.
7796         Free clockid when after waiting for EOS.
7797         Use G_(UN_)LIKLY when it makes sense.
7798         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7799
7800 2006-02-12  Edward Hervey  <edward@fluendo.com>
7801
7802         * gst/playback/gstplaybasebin.c: (prepare_output): 
7803         Remove stray semi-colon (fixes #330888).
7804
7805 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7806
7807         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7809         Fix up the XShm call testing so that we catch errors, and don't
7810         cause new ones by attempting to detach from a segment we failed
7811         to attach to. Fixes #312439.
7812
7813 2006-02-10  Edward Hervey  <edward@fluendo.com>
7814
7815         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7816         Added flv file typefind (video/x-flv).
7817
7818 2006-02-10  Edward Hervey  <edward@fluendo.com>
7819
7820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7821         (gst_riff_create_video_template_caps):
7822         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7823         Also added the caps to the default set of riff video caps.
7824
7825 2006-02-09  Andy Wingo  <wingo@pobox.com>
7826
7827         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7828         time and the end time of the last packet in the page.
7829         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7830         on the pages in our queue, set the duration as well. Reflow a
7831         debug statement.
7832         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7833         Fixes bad muxing order.
7834
7835 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7836
7837         * gst-libs/gst/rtp/gstbasertppayload.c:
7838         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7839           update seqnum before setting it on the packet; this makes sure
7840           that the timestamp and seqnum properties match after pushing
7841           a buffer
7842
7843 2006-02-09  Andy Wingo  <wingo@pobox.com>
7844
7845         * gst-libs/gst/audio/gstringbuffer.c
7846         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7847         overflow after 13.5 hours of recording. Kapow!
7848
7849         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7850         the buffer size -- we don't care about underrun/overrun reporting
7851         right now, just need to return a useful value.
7852
7853 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7854
7855         * configure.ac:
7856           Back to CVS
7857
7858 === release 0.10.3 ===
7859
7860 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7861
7862         * configure.ac:
7863           releasing 0.10.3, "Under Pressure"
7864
7865 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7866
7867         * configure.ac:
7868         Drat. Bump libtool version number for new API.
7869         Prelease 0.10.2.3 (of 0.10.3)
7870
7871 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7872
7873         * configure.ac:
7874         * win32/common/config.h:
7875         0.10.2.2 prerelease (of 0.10.3).
7876
7877 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7878
7879         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7880           Revert Andy's newsegment change pending a more correct
7881           fix.
7882
7883 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7884
7885         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7886         (qt_type_find), (plugin_init):
7887           detect more files as 3gp
7888           group and reorder the iso file formats
7889
7890 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7891
7892         * ext/vorbis/vorbis.c: (plugin_init):
7893           Register musicbrainz tags, so apps don't have to.
7894
7895 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7896
7897         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7898         (gst_tag_to_vorbis_tag):
7899           Make sure we called gst_tag_register_musicbrainz_tags()
7900           before possibly mapping a vorbiscomment string from/to a
7901           musicbrainz tag.
7902
7903 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7906           In case we can't find the required number of consecutive
7907           mpeg audio frames to positively identify an MPEG audio
7908           stream, check if there's at least a valid mpeg audio
7909           frame right at offset 0 and if so suggest mpeg/audio
7910           caps with a very low probability (#153004).
7911
7912 2006-02-07  Andy Wingo  <wingo@pobox.com>
7913
7914         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7915         a TIME segment if we get timestamped buffers. Requires recent
7916         fixes in core to work properly.
7917
7918 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7919
7920         * gst/playback/gstplaybasebin.c: (prepare_output):
7921           Don't print the URI as part of the error message, it
7922           makes error dialogs look rather ugly, especially if
7923           the URI is very long or has characters in it that
7924           need escaping.
7925
7926 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7927
7928         * gst/playback/gstplaybasebin.c: (prepare_output):
7929           Error out if we have only text or subtitles, but nothing
7930           else. Also error out if we have subtitles but no video
7931           stream.
7932
7933 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7936           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7937           Post an error message on the bus when we encounter an
7938           error, which will hopefully be more meaningful than the
7939           'Internal Flow Error' message users get to see if we
7940           just return GST_FLOW_ERROR.
7941
7942 2006-02-07  Andy Wingo  <wingo@pobox.com>
7943
7944         * configure.ac (GST_MAJORMINOR): Update core version req to
7945         0.10.2.2, for the collectpads API addition (#330244).
7946
7947 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7948
7949         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7950           Return FALSE from plugin_init() when GnomeVFS can't
7951           be initialised for some reason (#328423).
7952
7953 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7954
7955         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7956         Stick to seeking theory until i find the bug.
7957         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7958
7959 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7960
7961         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7962         (theora_enc_finalize), (theora_enc_sink_setcaps),
7963         (theora_set_header_on_caps), (theora_enc_chain),
7964         (theora_enc_change_state):
7965         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7966           Make theoraenc and the tests leak free. Like, really.
7967
7968 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7969
7970         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7971         (theora_enc_finalize), (theora_enc_sink_setcaps):
7972           Add a finalize method to ensure we clean up state even if
7973           someone omitted the state change back to NULL.
7974
7975         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7976         (gst_vorbisenc_chain):
7977           Free some more leaked bits.
7978
7979         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7980         (stop_pipeline):
7981           Wait for state changes to happen if they're ASYNC.
7982
7983           This ought to teach those fancy pants buildbots a lesson.
7984
7985 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7986
7987         * gst-libs/gst/tag/gstid3tag.c:
7988           Add mapping for ID3 International Standard Recording Code
7989           tag "TSRC"
7990
7991 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7992
7993         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7994           Don't leak tag names.
7995
7996 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7997
7998         * docs/libs/gst-plugins-base-libs-docs.sgml:
7999         * docs/libs/gst-plugins-base-libs-sections.txt:
8000         * gst-libs/gst/tag/gstid3tag.c:
8001         * gst-libs/gst/tag/gstvorbistag.c:
8002         * gst-libs/gst/tag/tags.c:
8003           Split libgsttag docs into multiple sections.
8004
8005 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8006
8007         * docs/libs/Makefile.am:
8008         * docs/libs/gst-plugins-base-libs-docs.sgml:
8009         * docs/libs/gst-plugins-base-libs-sections.txt:
8010         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8011         * gst-libs/gst/tag/gstvorbistag.c:
8012         * gst-libs/gst/tag/tag.h:
8013         * gst-libs/gst/tag/tags.c:
8014           Add libgsttag to the docs.
8015
8016 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8017
8018         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8019         (gst_text_overlay_init), (gst_text_overlay_src_event),
8020         (gst_text_overlay_collected): Fix clockoverlay.
8021
8022 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8023
8024         * docs/libs/compiling.sgml:
8025           Fix typo: it's pkg-config, not pkg-gconfig
8026
8027         * docs/libs/gst-plugins-base-libs-docs.sgml:
8028         * docs/libs/gst-plugins-base-libs-sections.txt:
8029         * docs/libs/tmpl/gstgconf.sgml:
8030           There is no libgstgconf in 0.10, remove it
8031           from the docs.
8032
8033 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8034
8035         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8036         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8037         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8038         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8039         (gst_sub_parse_class_init), (gst_sub_parse_init),
8040         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8041         (parse_mpsub), (parser_state_init), (handle_buffer),
8042         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8043         * gst/subparse/gstsubparse.h: Introduce seeking code.
8044
8045 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8048           Add comment about LANGUAGE tag inconsistency (we want
8049           ISO-639-1, but extract three-letter identifiers?)
8050
8051         * po/POTFILES.in:
8052           Add two translatable files.
8053
8054 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8055
8056         * gst-libs/gst/tag/Makefile.am:
8057         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8058         * gst-libs/gst/tag/tag.h:
8059         * gst-libs/gst/tag/tags.c:
8060         (gst_tag_register_musicbrainz_tags_internal),
8061         (gst_tag_register_musicbrainz_tags):
8062           Forward-port some tags stuff from the 0.8 branch. This is
8063           mostly the addition of musicbrainz tags and their mapping
8064           to vorbistags, and a vorbistag mapping of the language tag.
8065
8066 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8067
8068         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8069         refactoring.
8070
8071 2006-02-04  David Schleef  <ds@schleef.org>
8072
8073         * ext/ogg/gstoggmux.c:
8074         * gst/typefind/gsttypefindfunctions.c:
8075           Add Dirac typefinding and add dirac format to oggmux.
8076
8077 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8078
8079         * gst/playback/gstdecodebin.c: (try_to_link_1):
8080           Don't put essential function call into
8081           g_return_*() macro, otherwise it'll all be
8082           replaced by NOOPs when compiling with
8083           G_DISABLE_CHECKS defined.
8084
8085 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8086
8087         * ext/ogg/gstoggdemux.c:
8088         * ext/ogg/gstoggparse.c:
8089         * gst/tcp/gsttcpserversink.c:
8090         * sys/v4l/v4lsrc_calls.c:
8091         * sys/v4l/v4lsrc_calls.h:
8092         Just make it compile with --disable-gst-debug.
8093
8094 2006-02-03  Wim Taymans  <wim@fluendo.com>
8095
8096         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8097         (gst_alsasink_class_init), (gst_alsasink_init),
8098         (gst_alsasink_write), (gst_alsasink_reset):
8099         * ext/alsa/gstalsasink.h:
8100         Add lock to protect alsa calls.
8101         Implement reset to flush samples ASAP, does not work
8102         with dmix though.
8103
8104 2006-02-02  Wim Taymans  <wim@fluendo.com>
8105
8106         * gst-libs/gst/audio/gstbaseaudiosink.c:
8107         (gst_base_audio_sink_provide_clock):
8108         Ugh.. getting late I guess...
8109
8110 2006-02-02  Wim Taymans  <wim@fluendo.com>
8111
8112         * gst-libs/gst/audio/gstbaseaudiosink.c:
8113         (gst_base_audio_sink_provide_clock),
8114         (gst_base_audio_sink_set_property),
8115         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8116         Don't try to provide a clock when we are not negotiated since
8117         we might not be able to make it run.
8118
8119 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8120
8121         * gst/playback/gstdecodebin.c: (try_to_link_1):
8122           Unlinking two source pads is ... hard.
8123
8124 2006-02-02  Wim Taymans  <wim@fluendo.com>
8125
8126         * gst-libs/gst/audio/TODO:
8127         Updated.
8128
8129         * gst-libs/gst/audio/gstbaseaudiosink.c:
8130         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8131         On EOS, wait till the last sample is played before posting EOS.
8132
8133 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8134
8135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8136           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8137           setting queue_delay to zero. Also avoid thread being started if
8138           queue_delay is zero.
8139
8140 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8141
8142         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8143           Make test work again by connecting fakesinks to each decoded pad,
8144           which makes the pipeline wait until each fakesink has a buffer
8145           queued before going to PAUSED state. At that point we know the
8146           decodebin pads are negotiated.
8147
8148 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8149
8150         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8151         (gst_cdda_base_src_handle_event):
8152         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8153           Pass unhandled queries to the parent class's query function.
8154
8155 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8156
8157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8158         (gst_ogg_pad_src_query):
8159         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8160         * ext/theora/theoradec.c: (theora_dec_src_query),
8161         (theora_dec_sink_query):
8162         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8163         (vorbis_dec_sink_query):
8164         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8165         (gst_vorbisenc_sink_query):
8166         * gst/adder/gstadder.c: (gst_adder_query):
8167           Pass unhandled queries upstream instead of just
8168           dropping them (#326447). Also, fix supported
8169           query types list for some elements.
8170
8171 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8172
8173         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8174         (paris_type_find), (ilbc_type_find), (plugin_init):
8175           Fix typefinding for audio/x-au, audio/x-paris and
8176           audio/iLBC-sh. We cannot use the START_WITH macros
8177           here, because there can only be one typefind factory
8178           with the same name (caps), so the second one would
8179           replace the first one and the first one would never
8180           be called when doing typefinding (see #161712).
8181           
8182
8183 2006-01-31  Wim Taymans  <wim@fluendo.com>
8184
8185         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8186         (vorbis_handle_header_packet), (vorbis_dec_push),
8187         (vorbis_handle_data_packet):
8188         Use scale_int when we can, add some more scaling.
8189         Check packettype before parsing it.
8190
8191 2006-01-31  Wim Taymans  <wim@fluendo.com>
8192
8193         * ext/theora/theoradec.c: (_theora_granule_time),
8194         (theora_dec_src_convert), (theora_dec_sink_convert):
8195         Call right _scale functions.
8196         Use parameter instead of some other random value.
8197
8198 2006-01-31  Wim Taymans  <wim@fluendo.com>
8199
8200         * ext/theora/theoradec.c: (_theora_granule_frame),
8201         (_theora_granule_time), (_inc_granulepos),
8202         (theora_dec_src_convert), (theora_dec_sink_convert),
8203         (theora_handle_type_packet), (theora_handle_data_packet),
8204         (theora_dec_chain):
8205         Use higher precision timestamps calculation.
8206         Convert some other conversions to _scale.
8207
8208 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8209
8210         * gst/audiotestsrc/gstaudiotestsrc.c:
8211         (gst_audio_test_src_create_sine_table), (plugin_init):
8212         * gst/volume/gstvolume.c: (plugin_init):
8213           initialize gst_controller before using
8214
8215 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8216
8217         * tests/check/pipelines/theoraenc.c:
8218         * tests/check/pipelines/vorbisenc.c:
8219         Define constant using G_GINT64_CONSTANT to avoid errors when
8220         passing it around - otherwise it gets truncated to 32 bits.
8221
8222         Fixes failing tests.
8223
8224 2006-01-31  Andy Wingo  <wingo@pobox.com>
8225
8226         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8227         caps being set doesn't have a framerate value. Basically a stopgap
8228         measure.
8229
8230         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8231         technically correct enough to put into core though.
8232         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8233         DURATION. Fixes theoraenc ! oggmux.
8234
8235         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8236         fraction, not double.
8237
8238 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8239
8240         * win32/vs7:
8241         add vs7 project files created by Sergey Scobich
8242
8243 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8244
8245         * win32/vs8:
8246         add vs8 project files created by Sergey Scobich
8247         
8248 2006-01-30  Andy Wingo  <wingo@pobox.com>
8249
8250         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8251         timestamp + duration, not just timestamp -- ogg pages should be
8252         ordered by stop time. Necessary fix given the change in vorbis
8253         timestamps.
8254
8255         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8256         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8257         (granulepos_add): New function, handles the messiness of adjusting
8258         granulepos values.
8259         (theora_buffer_from_packet):
8260         (theora_enc_chain):
8261         (theora_enc_sink_event): Use granulepos_add, not +.
8262
8263         * tests/check/pipelines/theoraenc.c
8264         (check_buffer_granulepos_from_starttime): Just check the frame
8265         count, not the actual granulepos -- we can't dictate to the
8266         encoder when it should be placing keyframes.
8267
8268 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8269
8270         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8271           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8272           play an http:// stream from a server that's not serving
8273
8274 2006-01-30  Andy Wingo  <wingo@pobox.com>
8275
8276         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8277         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8278         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8279         available.
8280
8281         * ext/theora/gsttheoraenc.h:
8282         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8283         although theoraenc was timestamping correctly. Added handling of
8284         streams that start with nonzero timestamps.
8285
8286         * tests/check/Makefile.am:
8287         * tests/check/pipelines/theoraenc.c: New file, basically does same
8288         tests as vorbisenc.
8289
8290         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8291
8292 2006-01-30  Wim Taymans  <wim@fluendo.com>
8293
8294         * gst-libs/gst/audio/gstaudiosink.c:
8295         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8296         (gst_audioringbuffer_pause):
8297         Implement pause that does not wait for completion.
8298
8299         * gst-libs/gst/audio/gstbaseaudiosink.c:
8300         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8301         Don't drop buffers when going to PAUSED but perform preroll on
8302         remaining samples now that core base class supports this.
8303
8304         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8305         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8306         (gst_ring_buffer_commit):
8307         Pause should not signal waiters.
8308         Implement return value of _commit correctly.
8309
8310 2006-01-30  Andy Wingo  <wingo@pobox.com>
8311
8312         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8313
8314         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8315         updated to timestamp from the first sample, not the last.
8316         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8317         special care of granulepos and timestamp for header packets.
8318         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8319         when the first buffer has a nonzero timestamp.
8320
8321         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8322         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8323         case when the first audio buffer we get has a nonzero timestamp.
8324         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8325         properly timestamp vorbis buffers with the time of the first
8326         sample, not the last.
8327         
8328         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8329         vorbis_granule_time_copy -- now it takes the granule/subgranule
8330         offset into account.
8331
8332         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8333         timestamps, durations, and granulepos on buffers produced by
8334         vorbisenc.
8335
8336 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8337
8338         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8339         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8340           Patch from Eric Jonas to support conversions to/from UYVY 
8341           (Fixes: #324626)
8342
8343 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8344
8345         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8346         (setup_subtitle), (setup_source), (set_active_source):
8347         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8348         (gen_text_element), (gen_audio_element), (gen_vis_element),
8349         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8350
8351 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8352
8353         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8354         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8355                 use gst_guint64_to_gdouble to be compliant with vs6
8356         * gst/playback/gstdecodebin.c: (try_to_link_1)
8357         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8358                 use G_GINT64_CONSTANT for int64 constants
8359         * win32/common/libgstinterfaces.def:
8360                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8361         * win32/vs6:
8362                 update and add new project files
8363                 
8364 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8365
8366         * Makefile.am:
8367         * win32/MANIFEST:
8368         * win32/common/interfaces-enumtypes.c:
8369         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8370         (gst_mixer_track_flags_get_type),
8371         (gst_tuner_channel_flags_get_type):
8372         * win32/common/interfaces-enumtypes.h:
8373         * win32/common/multichannel-enumtypes.c:
8374         (gst_audio_channel_position_get_type):
8375         * win32/common/multichannel-enumtypes.h:
8376           add a win32-update rule like in core, and copy over enumtypes files
8377
8378 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8379
8380         * win32/MANIFEST:
8381         * win32/common/config.h:
8382         * win32/common/config.h.in:
8383           add config files just like in core
8384
8385 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8386
8387         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8388           Make gcc-4.1 happy (part of #327357).
8389
8390 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8391
8392         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8393         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8394         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8395         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8396         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8397         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8398           Update all error messages.  All of them should either use
8399           the default translated message, or actually provide a
8400           translatable string.
8401           Make the string for channel count problems meaningful.
8402
8403 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8404
8405         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8406           check for and throw RESOURCE_BUSY
8407
8408 2006-01-27  David Schleef  <ds@schleef.org>
8409
8410         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8411           checked in this change -- it requires liboil features not
8412           in 0.3.6.  Revert parts.
8413
8414 2006-01-27  David Schleef  <ds@schleef.org>
8415
8416         * REQUIREMENTS:
8417         * configure.ac: update liboil requirement to 0.3.6
8418         * gst/videoscale/Makefile.am:
8419         * gst/videoscale/vs_scanline.c: liboilify
8420
8421 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8422
8423         * ext/libvisual/visual.c: (get_buffer):
8424           When pad_alloc returns a GstFlowReturn other
8425           than GST_FLOW_OK, make sure it is passed upstream.
8426
8427 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8428
8429         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8430         (gst_alsasink_class_init):
8431           Free the device name string.
8432
8433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8434         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8435         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8436           Don't remove a pad from the collectpads structure until it
8437           is released - it's a request pad, and may receive data again
8438           if the element gets moved back to PLAYING state.
8439
8440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8441           Ensure we turn on double buffering on the Xv port, and
8442           set the colour key to something dark and mysterious that
8443           isn't black.
8444
8445 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8446
8447         * ext/alsa/gstalsaplugin.c: (plugin_init):
8448         * ext/cdparanoia/gstcdparanoiasrc.c:
8449         (gst_cd_paranoia_src_base_init), (plugin_init):
8450         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8452           - a library should not call setlocale. see "Libraries" node in
8453             gettext manual
8454           - make sure all plugins that use translation do bindtextdomain
8455             to point to the localedir
8456         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8457         (setup_sinks), (plugin_init):
8458           all this, and check for NULL when creating sinks
8459
8460 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8461
8462         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8463         (plugin_init): Make typefinding of subtitles work again.
8464
8465 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8466
8467         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8468         (mp3_type_frame_length_from_header), (mp3_type_find),
8469         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8470         (plugin_init):
8471           Backport a bunch of typefinding fixes from the 0.8 branch.
8472           Also, improve wavpack typefinding: if we can't peek the
8473           entire wavpack block, try to parse the bits we can get and
8474           see if we find what we're looking for in those.
8475
8476 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8477
8478         * sys/ximage/ximagesink.c:
8479         (gst_ximagesink_calculate_pixel_aspect_ratio):
8480         * sys/xvimage/xvimagesink.c:
8481         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8482         more cases of pixel aspect ratio.
8483
8484 2006-01-26  Edward Hervey  <edward@fluendo.com>
8485
8486         * gst/playback/gstdecodebin.c: (pad_probe):
8487         Also consider the flush-start and tag events as unblockers
8488         for the pad probes.
8489
8490 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8491
8492         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8493         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8494         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8495         On the fly visualisation switch, works disabling, enabling as
8496         well but it won't be able to enable vis in a playbin that was
8497         created with no visualisation.
8498
8499 2006-01-25  Wim Taymans  <wim@fluendo.com>
8500
8501         * gst-libs/gst/audio/gstbaseaudiosink.c:
8502         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8503         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8504         resume after pause.
8505
8506 2006-01-25  Wim Taymans  <wim@fluendo.com>
8507
8508         * gst-libs/gst/audio/gstbaseaudiosink.c:
8509         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8510         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8511         Improve debugging.
8512         Post error when caps cannot be parsed.
8513         Resync on discontinuity in the stream.
8514         Clip samples to segment boundaries.
8515         return WRONG_STATE sooner when we are flushing.
8516
8517         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8518         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8519         Make audiosrc operate in TIME.
8520         Set TIMESTAMP and DURATION on buffers.
8521
8522 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8523
8524         * tests/examples/seek/seek.c: (main):
8525           Output tag messages as well.
8526
8527 2006-01-23  Edward Hervey  <edward@fluendo.com>
8528
8529         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8530         (free_pad_probes), (remove_fakesink), (pad_probe),
8531         (close_pad_link), (gst_decode_bin_change_state):
8532         Replace GstPadBlockCallback with pad probes that detect
8533         first buffer AND eos before removing fakesink.
8534         Fixes hang with demuxers doing EOS while pre-rolling.
8535         Solves #328279
8536
8537 2006-01-23  Andy Wingo  <wingo@pobox.com>
8538
8539         * ext/alsa/gstalsasink.c:
8540         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8541         (gst_base_rtp_depayload_setcaps),
8542         (gst_base_rtp_depayload_add_to_queue),
8543         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8544         
8545         Patch by: Jens Granseuer <jensgr at gmx dot net>
8546
8547 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8548
8549         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8550         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8551         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8552         frames. We might get a frame destroyed after changing state to
8553         NULL, adding a safety check on xcontext.
8554
8555 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8556
8557         * gst-libs/gst/interfaces/xoverlay.c:
8558           Fix prepare-xwindow-id code example in the docs - we need to
8559           ignore all messages that aren't element messages as well.
8560           
8561 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8562
8563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8564           I think one day i'll completely undestand how caps negotiation
8565           is supposed to work. This refactoring handles buffer_alloc
8566           called with caps we can't handle. We definitely don't want a
8567           set_caps with those caps, so we define and allocate a buffer
8568           we would like to receive.
8569
8570 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         * gst/playback/gstplaybasebin.c: (setup_source):
8573           Free iterator when done.
8574
8575 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8576
8577         * gst-libs/gst/audio/gstbaseaudiosink.c:
8578         (gst_base_audio_sink_render):
8579           Fix playback of non-synchronised streams by assuming a rate
8580           of 1.0 instead of a random one.
8581
8582           Makes this work again:
8583
8584           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8585           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8586           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8587           audioresample ! alsasink
8588
8589 === release 0.10.2 ===
8590
8591 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8592
8593         * configure.ac:
8594           releasing 0.10.2, "Then the devil is six"
8595
8596 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8597
8598         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8599         * gst/playback/gststreamselector.c:
8600         (gst_stream_selector_set_property):
8601           Comment out broken code that connects to the state-changed signal.
8602           At this point, changing current stream selection is broken, but 
8603           stuff like gst-launch playbin current-audio=1 works and filters
8604           to the chosen stream.
8605
8606 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8607
8608         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8609           Fix #327216 (null dereference in vorbisdec)
8610
8611 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8612
8613         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8614           Post taglist actually on bus instead of just freeing it
8615           (fixes #327114 and totem bug #327080).
8616
8617         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8618           Use gst_element_found_tags_for_pad(), so that the tags
8619           are sent downstream as an event as well.
8620
8621 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8622
8623         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8624         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8625         (gst_ximagesink_buffer_alloc):
8626         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8627         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8628         (gst_xvimagesink_buffer_alloc):
8629           move all regularly occurring messages to GST_LOG level
8630           add some more object logs
8631
8632 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8633
8634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8635           fix a silly segfault
8636
8637 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8638
8639         * docs/libs/gst-plugins-base-libs-docs.sgml:
8640         * docs/libs/gst-plugins-base-libs-sections.txt:
8641         * gst-libs/gst/audio/mixerutils.c:
8642         * gst-libs/gst/audio/mixerutils.h:
8643           Add docs for mixerutils stuff.
8644
8645 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8646
8647         * gst/playback/gstplaybasebin.c: (setup_source):
8648           Fix playback for sources that emit raw audio or
8649           raw video streams (e.g.: cd audio sources) (#325984).
8650
8651 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8652
8653         * gst-libs/gst/audio/mixerutils.c:
8654         (gst_audio_mixer_filter_do_filter):
8655           actually save the element we create
8656
8657 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8658
8659         * gst-libs/gst/cdda/gstcddabasesrc.c:
8660         (gst_cdda_base_src_handle_track_seek):
8661           No need to post a tag message on the bus when seeking
8662           within the same track, only post it when the current
8663           track changes.
8664
8665 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8666
8667         * gst/playback/gstplaybasebin.c: (group_destroy),
8668         (probe_triggered), (new_decoded_pad), (mute_group_type),
8669         (set_active_source):
8670         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8671         * gst/playback/gststreamselector.c:
8672         (gst_stream_selector_base_init),
8673         (gst_stream_selector_set_property),
8674         (gst_stream_selector_request_new_pad):
8675           Reenable stream selection. These mechanisms need a complete overhaul
8676           in the face of 0.8->0.10 changes though.
8677
8678 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8679
8680         * ext/ogg/gstoggdemux.c:
8681           Change the pad template to src_%d to match the pads that 
8682           are created from it. decodebin needs this information in order
8683           to decide that oggdemux is capable of producing multiple pads
8684           (and hence needs queues inserted).
8685
8686         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8687         (gst_ogg_mux_collected):
8688           Make debug output more useful by using GST_PTR_FORMAT.
8689
8690 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8691
8692         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8695           Set depth and width for alaw/mulaw (fixes #326601).
8696
8697 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8698
8699         * tests/icles/Makefile.am:
8700           don't build the tests if we don't have the libs
8701
8702 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8703
8704         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8705         (gst_cd_paranoia_paranoia_callback):
8706           Don't try to free NULL pointers.
8707
8708 2006-01-10  Edward Hervey  <edward@fluendo.com>
8709
8710         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8711         (gst_audio_rate_change_state), (plugin_init):
8712         Add debugging category.
8713         Fix type issues.
8714         Add case for incoming buffers without valid offset/offset_end.
8715
8716 2006-01-10  Michael Smith  <msmith@fluendo.com>
8717
8718         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8719           Don't leak GCond in audio sources.
8720
8721 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8722
8723         * gst/playback/gstplaybin.c: (gen_audio_element):
8724           Don't leak an autoaudiosink/alsasink when we generate
8725           a new audio element. (old code, I guess)
8726
8727 2006-01-10  Michael Smith  <msmith@fluendo.com>
8728
8729         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8730           Support float audio in audiorate.
8731           Use width rather than depth for selecting sample width.
8732
8733 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8734
8735         * gst/videotestsrc/videotestsrc.h:
8736           Use GLib types here (that way we don't have to include the
8737           generated _stdint.h header, which makes life easier for win32
8738           folks that don't use autotools for the build) (#325990, patch
8739           by: Sergey Scobich).
8740
8741 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8742
8743         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8744         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8745         (gst_ring_buffer_pause), (wait_segment):
8746         * gst-libs/gst/audio/gstringbuffer.h:
8747           Name (private) union, makes Forte compiler happy (this time
8748           for real) (#324900).
8749
8750 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8751
8752         * gst-libs/gst/audio/Makefile.am:
8753           Link against libgstinterfaces, needed for mixer
8754           and property probe stuff.
8755
8756 2006-01-09  Edward Hervey  <edward@fluendo.com>
8757
8758         * gst-libs/gst/Makefile.am:
8759
8760 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8761
8762         * gst-libs/gst/audio/Makefile.am:
8763         * gst-libs/gst/audio/mixerutils.c:
8764         (gst_audio_mixer_filter_do_filter),
8765         (gst_audio_mixer_filter_check_element),
8766         (gst_audio_mixer_filter_probe_feature),
8767         (element_factory_rank_compare_func),
8768         (gst_audio_default_registry_mixer_filter):
8769         * gst-libs/gst/audio/mixerutils.h:
8770           Add gst_audio_default_registry_mixer_filter() utility
8771           function.
8772
8773 2006-01-03  Michael Smith  <msmith@fluendo.com>
8774
8775         * gst/audioresample/resample.h:
8776           As before, but for o_buf
8777
8778 2006-01-03  Michael Smith  <msmith@fluendo.com>
8779
8780         * gst/audioresample/resample.h:
8781           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8782           since we do arithmetic on it.
8783
8784 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8785
8786         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8787         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8788         (gst_ring_buffer_pause), (wait_segment):
8789         * gst-libs/gst/audio/gstringbuffer.h:
8790           Sun's Forte compiler doesn't seem to like anonymous structs,
8791           so use same setup as in GstBaseSrc (fixes #324900).
8792
8793 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8794
8795         * configure.ac:
8796         * gst/volume/Makefile.am:
8797         * gst/volume/demo.c:
8798           move old example to tests/examples/volume/volune.c
8799         * tests/examples/Makefile.am:
8800         * tests/examples/seek/seek.c: (main):
8801           change window-close event from "delete-event" to "destroy"
8802         * tests/examples/volume/Makefile.am:
8803         * tests/examples/volume/volume.c: (value_changed_callback),
8804         (setup_gui), (message_received), (eos_message_received), (main):
8805           fix event handling and bus usage
8806
8807 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8808
8809         * gst/audiotestsrc/gstaudiotestsrc.c:
8810         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8811         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8812         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8813         (gst_audio_test_src_create_square),
8814         (gst_audio_test_src_create_saw),
8815         (gst_audio_test_src_create_triangle),
8816         (gst_audio_test_src_create_silence),
8817         (gst_audio_test_src_create_white_noise),
8818         (gst_audio_test_src_create_pink_noise),
8819         (gst_audio_test_src_init_sine_table),
8820         (gst_audio_test_src_create_sine_table),
8821         (gst_audio_test_src_change_wave),
8822         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8823         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8824         * gst/audiotestsrc/gstaudiotestsrc.h:
8825           update to basesrc changes, implement segmented seeking and eos
8826           handling, add a 'sine-tab' waveform for performance critical playback
8827
8828 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8829
8830         * po/POTFILES.in:
8831           ... and this time the other modified file that I missed last time.
8832
8833 2005-12-29  Michael Smith  <msmith@fluendo.com>
8834
8835         * gst/playback/gstdecodebin.c: (new_pad):
8836           Fix non-C89 variable declaration not at the start of a block. Should
8837           help some compilers.
8838
8839 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8840
8841         * tests/check/Makefile.am:
8842           And now fix 'make distcheck' (builddir != srcdir)
8843
8844 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8845
8846         * configure.ac:
8847         * ext/cdparanoia/Makefile.am:
8848         * ext/cdparanoia/gstcdparanoia.c:
8849         * ext/cdparanoia/gstcdparanoia.h:
8850         * ext/cdparanoia/gstcdparanoiasrc.c:
8851         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8852         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8853         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8854         (gst_cd_paranoia_paranoia_callback),
8855         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8856         (gst_cd_paranoia_src_set_property),
8857         (gst_cd_paranoia_src_get_property), (plugin_init):
8858         * ext/cdparanoia/gstcdparanoiasrc.h:
8859           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8860           plugin again (there are still fixes required to playbin to make
8861           cdda:// uris work there).
8862
8863 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * tests/check/Makefile.am:
8866           Fix test case compilation.
8867
8868 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * gst-libs/gst/cdda/gstcddabasesrc.c:
8871         (gst_cdda_base_src_update_duration),
8872         (gst_cdda_base_src_calculate_cddb_id):
8873           An integer is not a string. Fix access to uninitialised variable.
8874
8875         * tests/check/Makefile.am:
8876           Add cddabasesrc unit test; also actually enable the vorbis test.
8877
8878         * tests/check/generic/states.c:
8879           Blacklist new cd audio elements as well.
8880
8881         * tests/check/libs/cddabasesrc.c:
8882           Unit test for GstCddaBaseSrc (discid calculation mostly).
8883
8884 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8885
8886         * docs/libs/Makefile.am:
8887         * docs/libs/gst-plugins-base-libs-docs.sgml:
8888         * docs/libs/gst-plugins-base-libs-sections.txt:
8889         * docs/libs/gst-plugins-base-libs.types:
8890           Add docs for libgstcdda/GstCddaBaseSrc.
8891
8892         * gst-libs/gst/interfaces/mixertrack.h:
8893           Do one struct member per line with a semicolon at the end, that way
8894           even gtk-doc might parse it without complaining.
8895
8896 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8897
8898         * configure.ac:
8899         * gst-libs/gst/Makefile.am:
8900         * gst-libs/gst/cdda/Makefile.am:
8901         * gst-libs/gst/cdda/base64.c:
8902         * gst-libs/gst/cdda/base64.h:
8903         * gst-libs/gst/cdda/gstcddabasesrc.c:
8904         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8905         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8906         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8907         (gst_cdda_base_src_get_property),
8908         (gst_cdda_base_src_get_track_from_sector),
8909         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8910         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8911         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8912         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8913         (gst_cdda_base_src_uri_get_protocols),
8914         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8915         (gst_cdda_base_src_uri_handler_init),
8916         (gst_cdda_base_src_setup_interfaces),
8917         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8918         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8919         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8920         (gst_cdda_base_src_add_tags),
8921         (gst_cdda_base_src_add_index_associations),
8922         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8923         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8924         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8925         (gst_cdda_base_src_create):
8926         * gst-libs/gst/cdda/gstcddabasesrc.h:
8927         * gst-libs/gst/cdda/sha1.c:
8928         * gst-libs/gst/cdda/sha1.h:
8929           Add new libgstcdda with GstCddaBaseSrc class.
8930
8931 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8932
8933         * ext/gnomevfs/gstgnomevfssink.h:
8934           Use GstBaseSinkClass as parent_class member for class struct, not
8935           GstBaseSink.
8936
8937 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8938
8939         Patch by: Michael Benes
8940
8941         * gst/videotestsrc/gstvideotestsrc.c:
8942         (gst_video_test_src_class_init), (gst_video_test_src_start):
8943           Add start method to reset running time and number of frames sent
8944           when starting up (fixes #324696)
8945
8946 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8947
8948         * docs/plugins/Makefile.am:
8949         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8950         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8951         * docs/plugins/gst-plugins-base-plugins.args:
8952         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8953         * docs/plugins/gst-plugins-base-plugins.signals:
8954           Add docs stuff for gnomevfssrc and gnomevfssink.
8955
8956         * ext/gnomevfs/gstgnomevfssrc.c:
8957           Fix example pipeline in gtk-doc blurb.
8958
8959 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8960
8961         * ext/gnomevfs/Makefile.am:
8962         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8963         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8964         (gst_gnome_vfs_handle_get_type), (plugin_init):
8965         * ext/gnomevfs/gstgnomevfs.h:
8966         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8967         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8968         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8969         (gst_gnome_vfs_sink_set_property),
8970         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8971         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8972         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8973         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8974         (gst_gnome_vfs_sink_uri_get_type),
8975         (gst_gnome_vfs_sink_uri_get_protocols),
8976         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8977         (gst_gnome_vfs_sink_uri_handler_init):
8978         * ext/gnomevfs/gstgnomevfssink.h:
8979           Port gnomevfssink; add gtk-doc blurb.
8980
8981         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8982         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8983         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8984         (gst_gnome_vfs_src_uri_get_type),
8985         (gst_gnome_vfs_src_uri_get_protocols),
8986         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8987         (gst_gnome_vfs_src_uri_handler_init),
8988         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8989         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8990         (gst_gnome_vfs_src_send_additional_headers_callback),
8991         (gst_gnome_vfs_src_received_headers_callback),
8992         (gst_gnome_vfs_src_push_callbacks),
8993         (gst_gnome_vfs_src_pop_callbacks),
8994         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8995         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8996         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8997         * ext/gnomevfs/gstgnomevfssrc.h:
8998           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8999           file; add gtk-doc blurb with example pipelines.
9000
9001 === release 0.10.1 ===
9002
9003 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9004
9005         * configure.ac:
9006           releasing 0.10.1, "Dobro Dedek"
9007
9008 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9009
9010         * gst/typefind/gsttypefindfunctions.c:
9011         iLBC30 and iLBC20 added to typefind.
9012
9013 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9014
9015         * gst-libs/gst/audio/gstbaseaudiosink.c:
9016         (gst_base_audio_sink_class_init):
9017         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9018         (gst_base_audio_src_class_init):
9019           update strings, values are in microseconds
9020           change the default sink buffer time to something that is smaller
9021           (to help software volume mixing have a slightly lower delay) but
9022           still be acceptable on Wim's laptop
9023
9024 2005-12-20  Edward Hervey  <edward@fluendo.com>
9025
9026         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9027         Made a quack, forgot to add DUCK to the riff video template.
9028
9029 2005-12-19  Edward Hervey  <edward@fluendo.com>
9030
9031         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9032         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9033         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9034         (gst_ogm_parse_chain):
9035         Make sure pads are initialized correctly.
9036         * gst-libs/gst/riff/riff-ids.h:
9037         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9038         (gst_riff_create_video_template_caps):
9039         Add a whole bunch of FOURCC <=> MimeType.
9040         Extend the riff video pad template to support the newly added fourcc.
9041
9042 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9043
9044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9045         (gst_ogg_demux_activate_chain):
9046           Extra debug output when activating/deactivating chains.
9047
9048         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9049         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9050         (unlinked):
9051           Remove a queue from our list when it becomes unlinked.
9052           Don't add queues to elements in class 'Demux' if they
9053           can only produce one pad 
9054
9055 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9056
9057         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9058         (gst_video_sink_get_type): Add a debug category.
9059
9060 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9061
9062         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9063         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9064           Handle downstream newsegment by sending our own newsegment before the
9065           next buffer to be released. (#323900)
9066
9067 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9068
9069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9070         (gst_base_rtp_depayload_set_gst_timestamp):
9071           add queue delay to new segment as well (as opposed to just the first
9072           buffer). (bug #322347)
9073
9074 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9075
9076         * ext/libvisual/visual.c: (make_valid_name):
9077           change some char* into char[]
9078         * gst/audiotestsrc/gstaudiotestsrc.c:
9079         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9080         (gst_audio_test_src_create):
9081         * gst/audiotestsrc/gstaudiotestsrc.h:
9082           prepare to handle EOS and SEGMENT_DONE
9083
9084 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9085
9086         * tests/check/generic/states.c: (GST_START_TEST):
9087           Blacklist cdparanoia element in state test.
9088
9089 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091           Patch by: Benjamin Pineau
9092
9093         * gst/tcp/gsttcp.c:
9094         * gst/tcp/gsttcpclientsink.c:
9095         * gst/tcp/gsttcpserversink.c:
9096         * gst/tcp/gsttcpserversrc.c:
9097           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9098
9099 2005-12-15  Michael Smith  <msmith@fluendo.com>
9100
9101         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9102         (gst_video_rate_chain):
9103           Fix timestamping for videorate when the first buffer it sees has a
9104           non-zero timestamp. Fix some misleading debug output.
9105
9106 2005-12-15  Michael Smith  <msmith@fluendo.com>
9107
9108         * gst/audioresample/gstaudioresample.c:
9109           Don't leak all input buffers to audioresample.
9110
9111 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9112
9113         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9114           Don't operate on empty text buffers. Strip newlines and
9115           tabs only from the end of the text, but leave them intact
9116           in the middle. Fix typo in gtk-doc description.
9117
9118 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9119
9120         * gst/playback/gstplaybasebin.c:
9121         * gst/playback/gstplaybin.c: (handoff):
9122           Make sure the video frame buffer we return to apps via the
9123           "frame" property always has caps set on it. Modify
9124           _gst_gvalue_set_object() macro to handle NULL objects
9125           gracefully too.
9126
9127 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9128
9129         * gst/audiotestsrc/gstaudiotestsrc.c:
9130         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9131         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9132         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9133         (gst_audio_test_src_create):
9134         * gst/audiotestsrc/gstaudiotestsrc.h:
9135         Adjust to some recent api changes and add wtays new cool seeking
9136         capabillities
9137
9138 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9139
9140         * ext/alsa/Makefile.am:
9141         * ext/alsa/gstalsadeviceprobe.c:
9142         * ext/alsa/gstalsadeviceprobe.h:
9143           Helper functions to add device probing via the GstPropertyProbe
9144           interface to a class.
9145
9146         * ext/alsa/gstalsamixer.h:
9147           Comment out GST_ALSA_MIXER, it returns a struct that's not
9148           used.
9149
9150         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9151           Add some debug info. 
9152
9153         * ext/alsa/gstalsamixerelement.c:
9154         (gst_alsa_mixer_element_interface_supported),
9155         (gst_implements_interface_init),
9156         (gst_alsa_mixer_element_init_interfaces),
9157         (gst_alsa_mixer_element_class_init),
9158         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9159         (gst_alsa_mixer_element_set_property),
9160         (gst_alsa_mixer_element_get_property),
9161         (gst_alsa_mixer_element_change_state):
9162         * ext/alsa/gstalsamixerelement.h:
9163           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9164           for device handling (gnome-volume-control will need that).
9165
9166 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9167
9168         * ext/Makefile.am: fix cdparanoia entry
9169         * gst-plugins-base.spec.in: add cdparanoia
9170
9171 2005-12-12  Michael Smith  <msmith@fluendo.com>
9172
9173         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9174           Use the correct function to free list of typefind factories.
9175
9176 2005-12-12  Wim Taymans  <wim@fluendo.com>
9177
9178         * gst/videotestsrc/gstvideotestsrc.c:
9179         (gst_video_test_src_class_init), (gst_video_test_src_init),
9180         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9181         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9182         (gst_video_test_src_create):
9183         * gst/videotestsrc/gstvideotestsrc.h:
9184         Implement seeking in videotestsrc.
9185         Small cleanups.
9186
9187 2005-12-12  Wim Taymans  <wim@fluendo.com>
9188
9189         * ext/cdparanoia/Makefile.am:
9190         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9191         (gst_paranoia_endian_get_type), (_do_init),
9192         (cdparanoia_class_init), (cdparanoia_init),
9193         (cdparanoia_set_property), (cdparanoia_get_property),
9194         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9195         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9196         (cdparanoia_convert), (cdparanoia_get_query_types),
9197         (cdparanoia_query), (cdparanoia_set_index),
9198         (cdparanoia_uri_set_uri):
9199         * ext/cdparanoia/gstcdparanoia.h:
9200         Partially ported cdparanoia now that basesrc can support a
9201         plugin like this..
9202
9203 2005-12-12  Wim Taymans  <wim@fluendo.com>
9204
9205         * tests/examples/seek/scrubby.c: (main):
9206         Set higher priority for bus events so they don't get reordered with
9207         gtk gui events.
9208
9209         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9210         (flush_toggle_cb), (main):
9211         Added checkbox to disable flushing seeks. 
9212         Disable scrubbing when doing non flushing seeks.
9213
9214 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9215
9216         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9217         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9218         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9219         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9220           Implement some sort of event handling that doesn't rely on
9221           g_return_if_fail; make sure we always push the last chunk of an 
9222           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9223           state change function; remove some old cruft. Seeking is still
9224           rather unlikely to work though.
9225
9226         * tools/.cvsignore:
9227           Ignore more.
9228
9229 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9230
9231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9232         Fixed a leak of the current image reference when cleaning up.
9233         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9234
9235 2005-12-09  Michael Smith  <msmith@fluendo.com>
9236
9237         * tools/Makefile.am:
9238         * tools/gst-launch-ext-m.m:
9239           Remove gst-launch-ext. It doesn't work, and is no longer
9240           particularly useful.
9241
9242 2005-12-08  Luca Ognibene  <luogni@tin.it>
9243
9244         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9245           don't pass random values to ogmparse convert function.
9246           Make seeking possible in the exile1.ogm file.
9247
9248 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9249
9250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9251         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9252           Work around refcount problem with g_value_set_object() that occur
9253           if the core has been compiled against GLib-2.6 (g_value_set_object()
9254           will only g_object_ref() the element, but the caller will
9255           gst_object_unref() it and bad things will happen due to the way
9256           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9257           totem for people on FC4 using Thomas's 0.10 RPMs.
9258           
9259 2005-12-07  Edward Hervey  <edward@fluendo.com>
9260
9261         Time to welcome ogm to 0.10 :)
9262         
9263         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9264         (gst_ogg_pad_typefind):
9265         Oggdemux can now properly typefind elements with dynamic pads.
9266         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9267         Properly set caps on src pad, and set caps on outgoing buffers.
9268
9269 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9270
9271         * ext/alsa/gstalsamixer.h:
9272         * ext/alsa/gstalsamixerelement.h:
9273         * ext/alsa/gstalsamixeroptions.h:
9274         * ext/alsa/gstalsamixertrack.h:
9275         * ext/alsa/gstalsasink.c:
9276         * ext/alsa/gstalsasink.h:
9277         * ext/alsa/gstalsasrc.c:
9278         * ext/alsa/gstalsasrc.h:
9279         * ext/cdparanoia/gstcdparanoia.h:
9280         * ext/gnomevfs/gstgnomevfsuri.h:
9281         * ext/ogg/gstoggdemux.c:
9282         * ext/ogg/gstoggmux.c:
9283         * ext/pango/gsttextoverlay.h:
9284         * ext/theora/theoradec.c:
9285         * ext/theora/theoraenc.c:
9286         * ext/vorbis/vorbisdec.h:
9287         * ext/vorbis/vorbisenc.c:
9288         * ext/vorbis/vorbisenc.h:
9289         * ext/vorbis/vorbisparse.h:
9290         * gst-libs/gst/audio/gstaudioclock.h:
9291         * gst-libs/gst/audio/gstaudiosink.c:
9292         * gst-libs/gst/audio/gstaudiosink.h:
9293         * gst-libs/gst/audio/gstaudiosrc.c:
9294         * gst-libs/gst/audio/gstaudiosrc.h:
9295         * gst-libs/gst/audio/gstbaseaudiosink.c:
9296         * gst-libs/gst/audio/gstbaseaudiosink.h:
9297         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9298         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9299         * gst-libs/gst/audio/gstringbuffer.h:
9300         * gst-libs/gst/audio/multichannel.h:
9301         * gst-libs/gst/floatcast/floatcast.h:
9302         * gst-libs/gst/interfaces/colorbalance.c:
9303         * gst-libs/gst/interfaces/colorbalance.h:
9304         * gst-libs/gst/interfaces/colorbalancechannel.h:
9305         * gst-libs/gst/interfaces/mixer.h:
9306         * gst-libs/gst/interfaces/mixeroptions.h:
9307         * gst-libs/gst/interfaces/mixertrack.h:
9308         * gst-libs/gst/interfaces/navigation.h:
9309         * gst-libs/gst/interfaces/propertyprobe.h:
9310         * gst-libs/gst/interfaces/tuner.h:
9311         * gst-libs/gst/interfaces/tunerchannel.h:
9312         * gst-libs/gst/interfaces/tunernorm.h:
9313         * gst-libs/gst/interfaces/xoverlay.h:
9314         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9315         * gst-libs/gst/riff/riff-ids.h:
9316         * gst-libs/gst/riff/riff-media.h:
9317         * gst-libs/gst/riff/riff-read.h:
9318         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9319         * gst-libs/gst/rtp/gstbasertppayload.c:
9320         * gst-libs/gst/rtp/gstbasertppayload.h:
9321         * gst-libs/gst/rtp/gstrtpbuffer.c:
9322         * gst-libs/gst/rtp/gstrtpbuffer.h:
9323         * gst-libs/gst/tag/gsttageditingprivate.h:
9324         * gst-libs/gst/tag/gstvorbistag.c:
9325         (gst_tag_list_from_vorbiscomment_buffer):
9326         * gst-libs/gst/tag/tag.h:
9327         * gst-libs/gst/video/video.h:
9328         * gst/adder/gstadder.c:
9329         * gst/adder/gstadder.h:
9330         * gst/audioconvert/audioconvert.c:
9331         * gst/audioconvert/audioconvert.h:
9332         * gst/audioconvert/gstaudioconvert.c:
9333         * gst/audioconvert/gstchannelmix.c:
9334         * gst/audioconvert/gstchannelmix.h:
9335         * gst/audiorate/gstaudiorate.c:
9336         * gst/audioresample/buffer.h:
9337         * gst/audioresample/functable.h:
9338         * gst/audioresample/gstaudioresample.c:
9339         * gst/audioresample/resample.h:
9340         * gst/ffmpegcolorspace/avcodec.h:
9341         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9342         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9343         * gst/ffmpegcolorspace/imgconvert.c:
9344         * gst/ffmpegcolorspace/imgconvert_template.h:
9345         * gst/playback/gstdecodebin.c:
9346         * gst/playback/gstplaybasebin.h:
9347         * gst/playback/gstplaybin.c:
9348         * gst/playback/gststreaminfo.h:
9349         * gst/tcp/gstfdset.c:
9350         * gst/tcp/gstfdset.h:
9351         * gst/tcp/gstmultifdsink.c:
9352         * gst/tcp/gstmultifdsink.h:
9353         * gst/tcp/gsttcp.h:
9354         * gst/tcp/gsttcpclientsrc.c:
9355         * gst/tcp/gsttcpclientsrc.h:
9356         * gst/tcp/gsttcpplugin.h:
9357         * gst/tcp/gsttcpserversink.c:
9358         * gst/tcp/gsttcpserversrc.c:
9359         * gst/typefind/gsttypefindfunctions.c:
9360         * gst/videorate/gstvideorate.c:
9361         * gst/videotestsrc/gstvideotestsrc.h:
9362         * gst/videotestsrc/videotestsrc.h:
9363         * sys/v4l/gstv4lcolorbalance.h:
9364         * sys/v4l/gstv4ltuner.h:
9365         * sys/v4l/gstv4lxoverlay.h:
9366         * sys/v4l/v4l_calls.h:
9367         * sys/v4l/videodev_mjpeg.h:
9368         * tests/check/elements/audioconvert.c:
9369         * tests/check/elements/audioresample.c:
9370         * tests/check/elements/audiotestsrc.c:
9371         * tests/check/elements/videotestsrc.c:
9372         * tests/check/elements/volume.c:
9373         * tests/examples/seek/scrubby.c:
9374         * tests/examples/seek/seek.c:
9375           expand tabs
9376
9377 === release 0.10.0 ===
9378
9379 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9380
9381         * configure.ac:
9382           releasing 0.10.0, "Mont-d'or"
9383
9384 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9385
9386         * tests/examples/seek/Makefile.am:
9387         Build fix for when gtk is not available.
9388
9389 2005-12-05  Andy Wingo  <wingo@pobox.com>
9390
9391         * ext/libvisual/visual.c: (get_buffer):
9392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9393         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9394         * ext/theora/theoradec.c: (theora_handle_data_packet):
9395         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9396         (theora_enc_chain):
9397         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9398         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9399         Update for alloc_buffer changes.
9400
9401 2005-12-05  Andy Wingo  <wingo@pobox.com>
9402
9403         patch by: Kai Vehmanen <kv2004 eca cx>
9404         
9405         * gst-libs/gst/rtp/gstbasertpdepayload.c
9406         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9407
9408 2005-12-04  Andy Wingo  <wingo@pobox.com>
9409
9410         patch by: Sebastien Cote <sebas642 yahoo ca>
9411         
9412         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9413         Fixes #319172.
9414
9415 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * docs/plugins/Makefile.am:
9418         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9420         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9421         * ext/pango/gstclockoverlay.c:
9422         * ext/pango/gsttextoverlay.c: 
9423         * ext/pango/gsttextrender.c:
9424         * ext/pango/gsttimeoverlay.c:
9425           Add gtk-doc blurbs to pango elements.
9426
9427 2005-12-02  Wim Taymans  <wim@fluendo.com>
9428
9429         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9430         * gst/audioresample/buffer.h:
9431         * gst/audioresample/gstaudioresample.c:
9432         * gst/audioresample/gstaudioresample.h:
9433         * gst/audioresample/resample.c: (resample_input_flush),
9434         (resample_input_pushthrough), (resample_input_eos),
9435         (resample_get_output_size_for_input),
9436         (resample_get_input_size_for_output), (resample_get_output_size),
9437         (resample_get_output_data):
9438         * gst/audioresample/resample.h:
9439         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9440         Fix audioresample, seek torture, new segments, reverse negotiation
9441         etc.. work fine.
9442
9443 2005-12-02  Wim Taymans  <wim@fluendo.com>
9444
9445         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9446         Small cleanups.
9447
9448 2005-12-02  Wim Taymans  <wim@fluendo.com>
9449
9450         * gst/audioconvert/gstaudioconvert.c:
9451         (gst_audio_convert_transform):
9452         Post errors.
9453
9454 === release 0.9.7 ===
9455
9456 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9457
9458         * configure.ac:
9459           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9460
9461 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9462
9463         * Makefile.am:
9464         * po/hu.po:
9465         * win32/MANIFEST:
9466         * win32/gst.sln:
9467           add win32 MANIFEST file
9468           do something to the hungarian translation
9469
9470 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9471
9472         * ext/Makefile.am:
9473           Add $(PANGO_DIR) to SUBDIRS
9474
9475         * ext/pango/gstclockoverlay.c:
9476         * ext/pango/gsttimeoverlay.c:
9477           Fix and improve element descriptions.
9478
9479 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9480
9481         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9482         * docs/plugins/inspect/plugin-libvisual.xml:
9483         * docs/plugins/inspect/plugin-pango.xml:
9484           add pango plugin to docs
9485
9486 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9487
9488         * configure.ac:
9489         * ext/Makefile.am:
9490           moved pango to base
9491
9492 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9493
9494         * configure.ac:
9495         * tests/Makefile.am:
9496         * tests/icles/.cvsignore:
9497         * tests/icles/Makefile.am:
9498         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9499         (close_display), (resize_window), (move_window), (create_window),
9500         (terminate_playback), (pause_playback), (start_playback), (main):
9501           add stress test for xoverlay from Julien
9502
9503 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9504
9505         * docs/libs/tmpl/gstcolorbalance.sgml:
9506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9507         * gst-libs/gst/rtp/gstbasertppayload.c:
9508         * gst-libs/gst/rtp/gstrtpbuffer.c:
9509         * gst-libs/gst/rtp/gstrtpbuffer.h:
9510           Do burger's rename for rtp payloaders and depayloaders
9511
9512 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9513
9514         * win32/:
9515           add Visual Studio 6 build files
9516
9517 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9518
9519         * docs/libs/gst-plugins-base-libs-docs.sgml:
9520         * docs/libs/gst-plugins-base-libs-sections.txt:
9521         * docs/libs/tmpl/gstaudio.sgml:
9522         * docs/libs/tmpl/gstringbuffer.sgml:
9523         * gst-libs/gst/interfaces/xoverlay.c:
9524         * gst-libs/gst/video/gstvideofilter.c:
9525         * gst-libs/gst/video/gstvideosink.c:
9526           update documentation
9527
9528 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9529
9530         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9531         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9532         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9533         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9534         (gst_multi_fd_sink_get_stats),
9535         (gst_multi_fd_sink_remove_client_link),
9536         (gst_multi_fd_sink_handle_client_read),
9537         (gst_multi_fd_sink_client_queue_data),
9538         (gst_multi_fd_sink_client_queue_caps),
9539         (gst_multi_fd_sink_client_queue_buffer),
9540         (gst_multi_fd_sink_new_client),
9541         (gst_multi_fd_sink_handle_client_write),
9542         (gst_multi_fd_sink_recover_client),
9543         (gst_multi_fd_sink_queue_buffer),
9544         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9545         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9546         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9547         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9548         * gst/tcp/gstmultifdsink.h:
9549         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9550         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9551         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9552         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9553         (gst_tcp_client_sink_set_property),
9554         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9555         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9556         * gst/tcp/gsttcpclientsink.h:
9557         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9558         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9559         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9560         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9561         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9562         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9563         * gst/tcp/gsttcpclientsrc.h:
9564         * gst/tcp/gsttcpplugin.c: (plugin_init):
9565         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9566         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9567         (gst_tcp_server_sink_finalize),
9568         (gst_tcp_server_sink_handle_server_read),
9569         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9570         (gst_tcp_server_sink_set_property),
9571         (gst_tcp_server_sink_get_property),
9572         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9573         * gst/tcp/gsttcpserversink.h:
9574         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9575         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9576         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9577         (gst_tcp_server_src_set_property),
9578         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9579         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9580         * gst/tcp/gsttcpserversrc.h:
9581           more borgifying
9582
9583 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9584
9585         * docs/plugins/Makefile.am:
9586         * docs/plugins/gst-plugins-base-plugins.args:
9587         * docs/plugins/inspect/plugin-libvisual.xml:
9588         * gst/audioconvert/plugin.h:
9589         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9590         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9591         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9592         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9593         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9594         (plugin_init):
9595         * gst/audiotestsrc/gstaudiotestsrc.c:
9596         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9597         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9598         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9599         (gst_audio_test_src_get_query_types),
9600         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9601         (gst_audio_test_src_create_square),
9602         (gst_audio_test_src_create_saw),
9603         (gst_audio_test_src_create_triangle),
9604         (gst_audio_test_src_create_silence),
9605         (gst_audio_test_src_create_white_noise),
9606         (gst_audio_test_src_init_pink_noise),
9607         (gst_audio_test_src_generate_pink_noise_value),
9608         (gst_audio_test_src_create_pink_noise),
9609         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9610         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9611         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9612         (plugin_init):
9613         * gst/audiotestsrc/gstaudiotestsrc.h:
9614         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9615         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9616         (gst_sub_parse_init), (gst_sub_parse_formats),
9617         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9618         (convert_encoding), (get_next_line),
9619         (gst_sub_parse_data_format_autodetect),
9620         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9621         (gst_sub_parse_loop), (gst_sub_parse_chain),
9622         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9623         (plugin_init):
9624         * gst/subparse/gstsubparse.h:
9625         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9626         (gst_video_rate_base_init), (gst_video_rate_class_init),
9627         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9628         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9629         (gst_video_rate_init), (gst_video_rate_event),
9630         (gst_video_rate_chain), (gst_video_rate_set_property),
9631         (gst_video_rate_get_property), (gst_video_rate_change_state),
9632         (plugin_init):
9633         * gst/videoscale/gstvideoscale.c:
9634         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9635         (gst_video_scale_src_template_factory),
9636         (gst_video_scale_sink_template_factory),
9637         (gst_video_scale_get_type), (gst_video_scale_base_init),
9638         (gst_video_scale_class_init), (gst_video_scale_init),
9639         (gst_video_scale_set_property), (gst_video_scale_get_property),
9640         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9641         (gst_video_scale_prepare_size), (parse_caps),
9642         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9643         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9644         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9645         (plugin_init):
9646         * gst/videoscale/gstvideoscale.h:
9647         * gst/videotestsrc/gstvideotestsrc.c:
9648         (gst_video_test_src_pattern_get_type),
9649         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9650         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9651         (gst_video_test_src_set_pattern),
9652         (gst_video_test_src_set_property),
9653         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9654         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9655         (gst_video_test_src_event), (gst_video_test_src_get_times),
9656         (gst_video_test_src_create), (plugin_init):
9657         * gst/videotestsrc/gstvideotestsrc.h:
9658         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9659         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9660         (gst_video_test_src_black):
9661         * gst/videotestsrc/videotestsrc.h:
9662           borgify further
9663           clean up docs a little
9664
9665 2005-11-30  Wim Taymans  <wim@fluendo.com>
9666
9667         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9668         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9669         (gst_basertppayload_event), (gst_basertppayload_push),
9670         (gst_basertppayload_change_state):
9671         * gst-libs/gst/rtp/gstbasertppayload.h:
9672         closed #320644.
9673
9674 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9675
9676         * docs/libs/gst-plugins-base-libs-docs.sgml:
9677         * docs/libs/gst-plugins-base-libs-sections.txt:
9678         * gst-libs/gst/video/gstvideofilter.c:
9679         * gst-libs/gst/video/gstvideosink.c:
9680         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9681
9682 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9683
9684         * LICENSE:
9685           move
9686         * po/af.po:
9687         * po/az.po:
9688         * po/cs.po:
9689         * po/en_GB.po:
9690         * po/hu.po:
9691         * po/it.po:
9692         * po/nb.po:
9693         * po/nl.po:
9694         * po/or.po:
9695         * po/sq.po:
9696         * po/sr.po:
9697         * po/sv.po:
9698         * po/uk.po:
9699         * po/vi.po:
9700         * Makefile.am:
9701           update
9702         * scripts/autoplugins.sh:
9703           remove
9704
9705 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9706
9707         * Makefile.am:
9708         * configure.ac:
9709         * examples/Makefile.am:
9710         * examples/capsfilter/Makefile.am:
9711         * examples/capsfilter/capsfilter1.c:
9712         * examples/gob/Makefile.am:
9713         * examples/gob/gst-identity2.gob:
9714         * examples/indexing/.cvsignore:
9715         * examples/indexing/Makefile.am:
9716         * examples/indexing/indexmpeg.c:
9717         * examples/seeking/.cvsignore:
9718         * examples/seeking/Makefile.am:
9719         * examples/seeking/cdparanoia.c:
9720         * examples/seeking/cdplayer.c:
9721         * examples/seeking/chained.c:
9722         * examples/seeking/scrubby.c:
9723         * examples/seeking/seek.c:
9724         * examples/stats/Makefile.am:
9725         * examples/stats/mp2ogg.c:
9726         * examples/switch/.cvsignore:
9727         * examples/switch/Makefile.am:
9728         * examples/switch/switcher.c:
9729         * tests/Makefile.am:
9730         * tests/check/generic/.cvsignore:
9731         * tests/check/pipelines/.cvsignore:
9732         * tests/examples/Makefile.am:
9733         * tests/examples/seek/Makefile.am:
9734           reorganize stuff under tests/
9735
9736 2005-11-30  Edward Hervey  <edward@fluendo.com>
9737
9738         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9739         Go away you stupid GstStaticPadTemplate memleak.
9740
9741 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9742
9743         * gst-libs/gst/net/Makefile.am:
9744         * gst-libs/gst/net/README:
9745         * gst-libs/gst/net/gstnetbuffer.c:
9746         * gst-libs/gst/net/gstnetbuffer.h:
9747           this was moved to "netbuffer"
9748
9749 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9750
9751         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9752         (gst_video_filter_class_init), (gst_video_filter_init):
9753         * gst-libs/gst/video/gstvideofilter.h:
9754           borgify name to bring in line with other classes
9755
9756 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9757
9758         * gst/audioscale/.cvsignore:
9759         * gst/audioscale/Makefile.am:
9760         * gst/audioscale/README:
9761         * gst/audioscale/audioscale.vcproj:
9762         * gst/audioscale/dtof.c:
9763         * gst/audioscale/dtos.c:
9764         * gst/audioscale/functable.c:
9765         * gst/audioscale/gstaudioscale.c:
9766         * gst/audioscale/gstaudioscale.h:
9767         * gst/audioscale/private.h:
9768         * gst/audioscale/resample.c:
9769         * gst/audioscale/resample.h:
9770         * gst/audioscale/test.c:
9771           remove
9772
9773 2005-11-30  Edward Hervey  <edward@fluendo.com>
9774
9775         * gst-libs/gst/netbuffer/Makefile.am:
9776         really, really tired
9777
9778 2005-11-30  Edward Hervey  <edward@fluendo.com>
9779
9780         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9781         Update for new GstTypeFindFactory _register()
9782
9783 2005-11-30  Edward Hervey  <edward@fluendo.com>
9784
9785         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9786         Let's not override libgstnet from core for no reason...
9787         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9788         Ok, maybe not so quick next time.
9789
9790 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9791
9792         * configure.ac:
9793         * gst-libs/gst/Makefile.am:
9794           moved gst-libs/gst/net to netbuffer through CVS surgery
9795           remove old directory
9796           updating build to accomodate
9797           (#322257)
9798
9799 2005-11-29  Andy Wingo  <wingo@pobox.com>
9800
9801         * pkgconfig/gstreamer-plugins-base.pc.in:
9802         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9803         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9804         (#322257).
9805
9806 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9807
9808         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9809         3rd time's the charm. Correct ref-counting for discarded buffers.
9810
9811 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9812
9813         * gst/playback/gststreamselector.c:
9814         (gst_stream_selector_class_init),
9815         (gst_stream_selector_set_property),
9816         (gst_stream_selector_get_property),
9817         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9818         Fix ref-counting
9819
9820 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9821
9822         * gst/subparse/gstsubparse.c: (feed_textbuf):
9823           Don't access already unref'ed buffer.
9824
9825 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9826
9827         * gst/playback/gststreamselector.c:
9828         (gst_stream_selector_class_init), (gst_stream_selector_init),
9829         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9830         (gst_stream_selector_get_property),
9831         (gst_stream_selector_get_linked_pad),
9832         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9833         * gst/playback/gststreamselector.h:
9834         Add the active-pad property for playbin to use shortly. Ignore buffers
9835         from any other pad, returning GST_FLOW_NOT_LINKED
9836
9837 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9838
9839         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9840         patch from bug #322704 (Alessandro Decina).
9841
9842 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9843
9844         * gst-libs/gst/audio/Makefile.am:
9845           folded audiofilter into the audio library
9846
9847 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9848
9849         * gst/videoscale/gstvideoscale.h:
9850         * gst/videoscale/gstvideoscale.c:
9851           remove unimplemented scale methods
9852
9853 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9854
9855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9856           Don't leak caps.
9857
9858 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9859
9860         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9861         (gst_ximagesink_setcaps):
9862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9863         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9864         happens (only visible on ximagesink but bug is in xv too) set_caps was
9865         destroying the internal x[v]image used to memcpy non locally alloced
9866         buffers so that it got renewed on next _chain. The issue is that 
9867         _expose will try to put that image as it reffed it in _put.
9868         Using gst_buffer_unref instead of destroy fixes it !
9869
9870 2005-11-28  Edward Hervey  <edward@fluendo.com>
9871
9872         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9873         (try_to_link_1), (queue_filled_cb):
9874         Better use of the queues. Start with a small size queue and only increase
9875         the size of the queues when the other queues are empty.
9876
9877 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9878
9879         * gst-libs/gst/video/Makefile.am:
9880           compile in copied-over videofilter into the video library
9881         * gst-libs/gst/video/videosink.h:
9882           rename the header to gstvideosink.h since it's a base GstObject class
9883         * sys/ximage/ximagesink.h:
9884         * sys/xvimage/xvimagesink.h:
9885           use the new header
9886
9887 2005-11-28  Wim Taymans  <wim@fluendo.com>
9888
9889         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9890         * gst/playback/gstplaybasebin.h:
9891         Prepare to handle errors betters.
9892
9893         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9894         Set sinks to PAUSED first before adding and linking them so that
9895         we don't interrupt dataflow.
9896
9897 2005-11-28  Wim Taymans  <wim@fluendo.com>
9898
9899         * gst-libs/gst/audio/TODO:
9900         Updated TODO
9901
9902         * gst-libs/gst/audio/gstaudiosink.c:
9903         (gst_audioringbuffer_open_device),
9904         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9905         (gst_audioringbuffer_release):
9906         Small cleanups.
9907
9908         * gst-libs/gst/audio/gstbaseaudiosink.c:
9909         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9910         (gst_base_audio_sink_change_state):
9911         Slave to the master clock when going to PLAYING and unslave when
9912         going to PAUSED.
9913
9914         * gst-libs/gst/audio/gstringbuffer.c:
9915         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9916         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9917         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9918         (gst_ring_buffer_clear_all), (wait_segment),
9919         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9920         (gst_ring_buffer_advance):
9921         * gst-libs/gst/audio/gstringbuffer.h:
9922         Add some docs and cleanups.
9923
9924 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9925
9926         * sys/xvimage/xvimagesink.c:
9927         (gst_xvimagesink_navigation_send_event): Fix navigation events
9928         coordinates translation with pixel aspect ratios.
9929
9930 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9931
9932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9933         Use calculated video geometry from _setcaps instead of buffer
9934         caps to respect pixel aspect ratio. (fixes #322388)
9935
9936 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9937
9938         * docs/libs/tmpl/gstcolorbalance.sgml:
9939         * docs/libs/tmpl/gstmixer.sgml:
9940         * docs/libs/tmpl/gstxoverlay.sgml:
9941         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9942         interface.
9943
9944 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9945
9946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9947         Refuse to create an XvImage if we can't find the format.
9948
9949 2005-11-28  Edward Hervey  <edward@fluendo.com>
9950
9951         * gst-libs/gst/riff/riff-media.c:
9952         (gst_riff_create_audio_template_caps):
9953         Add ATRAC3 to the list of riff-possible audio caps.
9954         I know we still don't have a plugin for atrac3, but it's saner to output
9955         that than a cryptic mimetype.
9956
9957 2005-11-27  Edward Hervey  <edward@fluendo.com>
9958
9959         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9960         Don't try to create a zero-sized subbuffer.
9961
9962 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9963
9964         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9965         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9966         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9967         (gst_ximagesink_expose): Fixed a tricky race.
9968         * sys/ximage/ximagesink.h:
9969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9970         (gst_xvimagesink_expose): Fixed a tricky race.
9971         * sys/xvimage/xvimagesink.h:
9972
9973 2005-11-27  Edward Hervey  <edward@fluendo.com>
9974
9975         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9976         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9977         Remove unused properties, and add queues between demuxers and decoders
9978         so that a lot more files can preroll properly.
9979
9980 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9981
9982         * gst-libs/gst/net/Makefile.am:
9983         * gst-libs/gst/rtp/Makefile.am:
9984         * gst-libs/gst/tag/Makefile.am:
9985           remove silly include
9986         * gst/tags/Makefile.am:
9987         * gst/tags/gsttagediting.c:
9988         * gst/tags/gsttageditingprivate.h:
9989         * gst/tags/tagedit.vcproj:
9990           remove directory, is as good as empty
9991
9992 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9993
9994         * configure.ac:
9995           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9996         * gst-libs/Makefile.am:
9997         * gst-libs/gst/audio/Makefile.am:
9998         * gst-libs/gst/interfaces/Makefile.am:
9999         * gst-libs/gst/net/Makefile.am:
10000         * gst-libs/gst/riff/Makefile.am:
10001         * gst-libs/gst/rtp/Makefile.am:
10002         * gst-libs/gst/tag/Makefile.am:
10003         * gst-libs/gst/video/Makefile.am:
10004           and use them
10005
10006 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10007
10008         * docs/libs/tmpl/gstcolorbalance.sgml:
10009         * docs/libs/tmpl/gstmixer.sgml:
10010         * docs/libs/tmpl/gstxoverlay.sgml:
10011         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10012         * sys/ximage/ximagesink.h:
10013         * sys/xvimage/xvimagesink.h: More and more documentation.
10014
10015 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10016
10017         * docs/libs/gst-plugins-base-libs-docs.sgml:
10018         * docs/libs/gst-plugins-base-libs-sections.txt:
10019         * docs/libs/tmpl/gstcolorbalance.sgml:
10020         * docs/libs/tmpl/gstmixer.sgml:
10021         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10022         to documentation.
10023
10024 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10025
10026         * docs/plugins/Makefile.am:
10027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10029         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10030
10031 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10032
10033         * docs/plugins/Makefile.am:
10034         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10035         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10036         * docs/plugins/inspect/plugin-adder.xml:
10037         * docs/plugins/inspect/plugin-alsa.xml:
10038         * docs/plugins/inspect/plugin-audioconvert.xml:
10039         * docs/plugins/inspect/plugin-audiorate.xml:
10040         * docs/plugins/inspect/plugin-audioresample.xml:
10041         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10042         * docs/plugins/inspect/plugin-decodebin.xml:
10043         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10044         * docs/plugins/inspect/plugin-gnomevfs.xml:
10045         * docs/plugins/inspect/plugin-ogg.xml:
10046         * docs/plugins/inspect/plugin-playbin.xml:
10047         * docs/plugins/inspect/plugin-subparse.xml:
10048         * docs/plugins/inspect/plugin-tcp.xml:
10049         * docs/plugins/inspect/plugin-theora.xml:
10050         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10051         * docs/plugins/inspect/plugin-video4linux.xml:
10052         * docs/plugins/inspect/plugin-videorate.xml:
10053         * docs/plugins/inspect/plugin-videoscale.xml:
10054         * docs/plugins/inspect/plugin-videotestsrc.xml:
10055         * docs/plugins/inspect/plugin-volume.xml:
10056         * docs/plugins/inspect/plugin-vorbis.xml:
10057         * docs/plugins/inspect/plugin-ximagesink.xml:
10058         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10059         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10060
10061 2005-11-26  Edward Hervey  <edward@fluendo.com>
10062
10063         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10064         Properly return GstFlowReturn from gst_pad_push in chain functions.
10065
10066 2005-11-25  Michael Smith  <msmith@fluendo.com>
10067
10068         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10069         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10070         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10071         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10072           Handle various conditions better when we don't understand a stream.
10073           Removes a heap of CRITICALs on ogg streams containing unknown data.
10074
10075 2005-11-24  Andy Wingo  <wingo@pobox.com>
10076
10077         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10078         Be threadsafe.
10079
10080 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10081
10082         * configure.ac: back to HEAD
10083
10084 === release 0.9.6 ===
10085
10086 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10087
10088         * configure.ac:
10089           releasing 0.9.6, "White Eight"
10090
10091 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10092
10093         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10094         * docs/plugins/inspect/plugin-sine.xml:
10095           remove sinesrc some more
10096
10097 2005-11-23  Wim Taymans  <wim@fluendo.com>
10098
10099         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10100         If we are reading too slowly, jump forward in the ringbuffer
10101         instead of blocking.
10102
10103 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10104
10105         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10106         (gst_visual_chain):
10107         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10108         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10109         (gst_videorate_chain):
10110         * gst/videotestsrc/gstvideotestsrc.c:
10111         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10112         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10113         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10114         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10115         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10116         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10117           Updates for API changes
10118
10119 2005-11-23  Wim Taymans  <wim@fluendo.com>
10120
10121         * gst-libs/gst/audio/gstbaseaudiosink.c:
10122         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10123         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10124         Fix for calibration API change.
10125
10126 2005-11-23  Michael Smith <msmith@fluendo.com>
10127
10128         * gst-libs/gst/audio/multichannel.c:
10129         (gst_audio_get_channel_positions),
10130         (gst_audio_set_channel_positions),
10131         (gst_audio_set_structure_channel_positions_list),
10132         (gst_audio_fixate_channel_positions):
10133           Use gst_value_array_*() functions on value arrays, not
10134           gst_value_list_*().
10135
10136 2005-11-23  Edward Hervey  <edward@fluendo.com>
10137
10138         * autogen.sh:
10139         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10140         Fixes autogen
10141
10142 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10143
10144         * check/Makefile.am:
10145         * check/elements/videotestsrc.c: (setup_videotestsrc),
10146         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10147         (main):
10148           add a test for videotestsrc
10149
10150 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10151
10152         * gst/sine/.cvsignore:
10153         * gst/sine/Makefile.am:
10154         * gst/sine/gstsinesrc.c:
10155         * gst/sine/gstsinesrc.h:
10156         * gst/sine/sinesrc.vcproj:
10157           and remove sinesrc from the repository.  Closes #321446
10158
10159 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10160
10161         * configure.ac:
10162         * gst-plugins-base.spec.in:
10163           remove sinesrc from the build
10164
10165 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10166
10167         * check/Makefile.am:
10168         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10169         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10170         (main):
10171           add a test for audiotestsrc, testing all waves.  Even seems
10172           leak-free at first glance, nice job Stefan
10173
10174 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10175
10176         * po/af.po:
10177         * po/az.po:
10178         * po/cs.po:
10179         * po/en_GB.po:
10180         * po/hu.po:
10181         * po/it.po:
10182         * po/nb.po:
10183         * po/nl.po:
10184         * po/or.po:
10185         * po/sq.po:
10186         * po/sr.po:
10187         * po/sv.po:
10188         * po/uk.po:
10189         * po/vi.po:
10190           Translation string updates
10191
10192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10193         (gst_v4lsrc_set_caps):
10194         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10195         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10196         * sys/v4l/v4lsrc_calls.h:
10197           Improve v4lsrc, by making it work again.
10198
10199 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10200
10201         * ext/libvisual/visual.c: (gst_visual_chain):
10202           Fix the fps calculations.
10203
10204         * gst/ffmpegcolorspace/avcodec.h:
10205           Move structure element for clarity
10206
10207         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10208         * gst-libs/gst/interfaces/tunernorm.h:
10209         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10210         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10211         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10212         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10213         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10214         (gst_v4lmjpegsrc_getcaps):
10215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10216         (gst_v4lsrc_set_caps):
10217         * sys/v4l/gstv4lsrc.h:
10218         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10219         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10220         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10221         * sys/v4l/v4lsrc_calls.h:
10222           Fractional framerates...
10223
10224 2005-11-22  Wim Taymans  <wim@fluendo.com>
10225
10226         * gst-libs/gst/audio/gstbaseaudiosink.c:
10227         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10228         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10229         And we provide a clock by default, of course...
10230
10231 2005-11-22  Wim Taymans  <wim@fluendo.com>
10232
10233         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10234         This clock can be slaved to a master clock now.
10235
10236         * gst-libs/gst/audio/gstbaseaudiosink.c:
10237         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10238         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10239         (gst_base_audio_sink_set_clock),
10240         (gst_base_audio_sink_set_property),
10241         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10242         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10243         * gst-libs/gst/audio/gstbaseaudiosink.h:
10244         Handle slaving the internal clock to the clock selected in the
10245         pipeline.
10246         Add property to make the basesink not provide a clock.
10247
10248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10249         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10250         (gst_base_rtp_depayload_wait):
10251         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10252         We can use the clock in GstElement, no need to store it ourselves.
10253
10254 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10255
10256         * docs/libs/tmpl/gstaudio.sgml:
10257           update
10258         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10259         (gst_paranoia_endian_get_type):
10260         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10261         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10262         * gst/audiotestsrc/gstaudiotestsrc.c:
10263         (gst_audiostestsrc_wave_get_type):
10264         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10265         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10266         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10267         (gst_sync_method_get_type), (gst_unit_type_get_type),
10268         (gst_client_status_get_type), (gst_multifdsink_class_init),
10269         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10270         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10271         (gst_multifdsink_get_property):
10272         * gst/tcp/gstmultifdsink.h:
10273         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10274         * gst/videotestsrc/gstvideotestsrc.c:
10275         (gst_videotestsrc_pattern_get_type):
10276           remove deprecated properties
10277           fix up enums to correctly have short lowercase dashed nicks
10278
10279 2005-11-22  Michael Smith <msmith@fluendo.com>
10280
10281         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10282         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10283           Add underscore.
10284
10285 2005-11-22  Michael Smith <msmith@fluendo.com>
10286
10287         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10288         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10289           Use utility method for scaling clocktime for fractional framerates.
10290
10291 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10292
10293         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10294         (gst_visual_chain):
10295         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10296         * ext/theora/theoradec.c: (theora_handle_type_packet):
10297         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10298         (theora_enc_chain):
10299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10300         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10301         * gst-libs/gst/video/video.h:
10302         * gst/ffmpegcolorspace/avcodec.h:
10303         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10304         (gst_ffmpeg_caps_to_pixfmt):
10305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10306         (gst_ffmpegcsp_set_caps):
10307         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10308         (gst_videorate_setcaps), (gst_videorate_blank_data),
10309         (gst_videorate_chain):
10310         * gst/videotestsrc/gstvideotestsrc.c:
10311         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10312         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10313         (gst_videotestsrc_event), (gst_videotestsrc_create):
10314         * gst/videotestsrc/gstvideotestsrc.h:
10315         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10316         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10317         (gst_ximagesink_get_times), (gst_ximagesink_init):
10318         * sys/ximage/ximagesink.h:
10319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10320         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10321         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10322         * sys/xvimage/xvimagesink.h:
10323           Convert elements to use fractions for their framerate.
10324           V4L elements to come later tonight.
10325
10326 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10327
10328         * gst-libs/gst/audio/audio.c:
10329         * gst-libs/gst/audio/audio.h:
10330           remove some deprecated functions
10331
10332 2005-11-22  Andy Wingo  <wingo@pobox.com>
10333
10334         * Update for gst_tag_setter API changes.
10335
10336 2005-11-22  Andy Wingo  <wingo@pobox.com>
10337
10338         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10339         (gst_ogg_demux_perform_seek):
10340         * ext/theora/theoradec.c (theora_dec_sink_event):
10341         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10342         update-funcnames.
10343
10344 2005-11-22  Wim Taymans  <wim@fluendo.com>
10345
10346         * examples/seeking/seek.c: (main):
10347         Give higher priority to bus signals than the gtk events
10348         to fix a race condition in the segment looping.
10349
10350 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10351
10352         * ext/theora/Makefile.am:
10353         * ext/vorbis/Makefile.am:
10354         * gst-libs/gst/tag/Makefile.am:
10355         * gst-plugins-base.spec.in:
10356           Rename libgsttagedit to libgsttag (#322117).
10357
10358 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10359
10360         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10362           Call gst_x_overlay_prepare_xwindow_id() to give applications
10363           a final chance to set their own xwindow id before the video
10364           sink creates its own window.
10365
10366 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10367
10368         * sys/xvimage/xvimagesink.c:
10369         (gst_xvimagesink_navigation_send_event): Handle navigation
10370         events correcly with borders if applicable.
10371
10372 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10373
10374         Patch by: Luca Ognibene
10375
10376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10377         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10379         (gst_ffmpegcsp_caps_remove_format_info):
10380         * gst/ffmpegcolorspace/imgconvert.c:
10381         * gst/ffmpegcolorspace/imgconvert_template.h:
10382           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10383           #318353); use gst_structure_has_name().
10384
10385 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10386
10387         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10388         (gst_ximagesink_class_init): Add debug macros on functions.
10389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10390         (gst_xvimagesink_xwindow_draw_borders),
10391         (gst_xvimagesink_xvimage_put),
10392         (gst_xvimagesink_xwindow_update_geometry),
10393         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10394         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10395         (gst_xvimagesink_xcontext_clear),
10396         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10397         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10398         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10399         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10400         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10401         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10402         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10403         expose while being PAUSED, out of data flow navigation events, etc..
10404
10405 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10406
10407         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10408         * gst-libs/gst/audio/audio.h:
10409           fix prototype - wondering why the test worked regardless
10410
10411 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10412
10413         * check/Makefile.am:
10414         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10415         * gst-libs/gst/audio/audio.h:
10416           add a method that returns a proper GstClockTime
10417
10418 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10421         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10422         * gst-libs/gst/interfaces/xoverlay.h:
10423           Remove everything having to do with the desired size; add 
10424           gst_x_overlay_prepare_xwindow_id() function; remove the
10425           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10426           post a message on the bus instead (#321816).
10427
10428         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10430         (gst_xvimagesink_xoverlay_init):
10431           Remove desired size stuff (#321816).
10432
10433 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10436         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10437         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10438           Terminate vararg functions with NULL instead of 0 to 
10439           make gcc4 happy.
10440
10441 2005-11-21  Andy Wingo  <wingo@pobox.com>
10442
10443         patch by: Sebastien Cote <sebas642@yahoo.ca>
10444         
10445         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10446         * gst-libs/gst/rtp/gstrtpbuffer.c
10447         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10448
10449 2005-11-21  Andy Wingo  <wingo@pobox.com>
10450
10451         * gst/playback/gstplaybin.c (gen_audio_element) 
10452         (gen_video_element): Use the new MISSING_PLUGIN core error
10453         category. Closes #320060.
10454
10455         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10456         * gst/videorate/gstvideorate.c (gst_videorate_event):
10457         * ext/theora/theoradec.c (theora_dec_sink_event): 
10458         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10459         stream lock.
10460
10461         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10462         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10463         stream lock changes.
10464
10465 2005-11-21  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst-libs/gst/audio/gstbaseaudiosink.c:
10468         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10469         (gst_base_audio_sink_provide_clock),
10470         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10471         (gst_base_audio_sink_change_state):
10472         * gst/audioresample/gstaudioresample.c:
10473         Segment update fix.
10474
10475 2005-11-21  Andy Wingo  <wingo@pobox.com>
10476
10477         * *.h:
10478         * *.c: Ran scripts/update-macros. Oh yes.
10479
10480 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * sys/ximage/Makefile.am:
10483         * sys/ximage/ximage.c:
10484           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10485           remove your old libgstximage.* manually if necessary).
10486
10487 2005-11-21  Michael Smith <msmith@fluendo.com>
10488
10489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10490           Minimal fix for bug #320200: set the min/max bitrate in the correct
10491           units. A better fix would be to upgrade to the RATEMANAGE2
10492           interface, rather than using the deprecated interface used here, but
10493           that would require an update in our libvorbis dependency (to 1.1),
10494           which is probably undesirable.
10495
10496 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10497
10498         * ext/libvisual/visual.c: (get_buffer):
10499         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10500         (gst_base_audio_src_fixate):
10501         * gst/audioconvert/gstaudioconvert.c:
10502         (gst_audio_convert_fixate_caps):
10503         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10504         * gst/audiotestsrc/gstaudiotestsrc.c:
10505         (gst_audiotestsrc_src_fixate):
10506         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10507         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10508         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10509         * gst/videotestsrc/gstvideotestsrc.c:
10510         (gst_videotestsrc_src_fixate):
10511         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10513           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10514           (#322027)
10515
10516
10517 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10518
10519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10520         (gst_riff_create_iavs_caps):
10521         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10522         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10523         (gst_riff_parse_info):
10524         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10527           Fixes for GST_FOURCC_FORMAT API change.
10528
10529 2005-11-21  Andy Wingo  <wingo@pobox.com>
10530
10531         patch by: Alessandro Dessina <alessandro nnva org>
10532
10533         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10534         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10535         (gst_ogg_parse_chain):
10536         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10537         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10538         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10539         gst_value_list calls on arrays. Fixes #321962.
10540
10541 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10542
10543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10544         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10545         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10546         * gst/adder/gstadder.c: (gst_adder_init),
10547         (gst_adder_request_new_pad), (gst_adder_collected),
10548         (gst_adder_change_state):
10549           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10550           API change.
10551
10552 2005-11-21  Michael Smith <msmith@fluendo.com>
10553
10554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10555         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10556           Properly handle pad_push return values.
10557
10558 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10559
10560         * gst-libs/gst/tag/Makefile.am:
10561         * gst-libs/gst/tag/gstvorbistag.c:
10562         (gst_tag_list_to_vorbiscomment_buffer):
10563           Remove obsolete vorbistag element and debug category.
10564
10565         * gst/playback/gstplaybasebin.c: (check_queue):
10566           Don't divide by 0 when queue-threshold is 0.
10567
10568         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10569           Don't modify an existing pixel-aspect-ratio if we fail to read
10570           a new one.
10571
10572 2005-11-20  Wim Taymans  <wim@fluendo.com>
10573
10574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10575         (gst_vorbisenc_push_packet):
10576         GST_PAD_IS_USABLE is gone, use the return value of
10577         the push or pad_alloc_buffer instead.
10578
10579 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10580
10581         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10582         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10583         (gst_ximagesink_ximage_destroy),
10584         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10585         (gst_ximagesink_xwindow_new),
10586         (gst_ximagesink_xwindow_update_geometry),
10587         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10588         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10589         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10590         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10591         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10592         (gst_ximagesink_navigation_send_event),
10593         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10594         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10595         (gst_ximagesink_finalize), (gst_ximagesink_init),
10596         (gst_ximagesink_class_init):
10597         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10598         This new version brings correct software scaling, non flickering
10599         window while resizing, pixel aspect ratio handling, usage of
10600         hardware buffer pools, out of data flow event thread for 
10601         navigation and handling of expose events even when being PAUSED,
10602         a new property to keep video aspect ratio when resizing, etc...
10603
10604 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10605
10606         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10607         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10608         handling of PAR.
10609
10610 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10611
10612         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10613         Unsetting IS_SINK flag from the fakesink, so decodebin
10614         never behaves as a sink.
10615
10616 2005-11-17  Wim Taymans  <wim@fluendo.com>
10617
10618         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10619         (gst_base_audio_src_change_state):
10620         Fix the audiosrc base class again, we did not unflush.
10621
10622 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10623
10624         * examples/seeking/seek.c: (make_dv_pipeline),
10625         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10626         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10627         to ogg/vorbis/theora pipeline.
10628
10629 2005-11-17  Wim Taymans  <wim@fluendo.com>
10630
10631         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10632         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10633         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10634         Fix EOS on multiple streams.
10635         More debugging.
10636
10637 2005-11-16  Wim Taymans  <wim@fluendo.com>
10638
10639         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10640         (gst_ogg_demux_perform_seek):
10641         Segment done must include stream time.
10642
10643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10644         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10645         (gst_ogg_mux_change_state):
10646         Fix ogg muxer again.
10647
10648 2005-11-16  Wim Taymans  <wim@fluendo.com>
10649
10650         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10651         Fix compile again.
10652
10653 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10654
10655         * ext/libvisual/visual.c: (gst_visual_init):
10656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10657         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10658         (gst_ogg_parse_chain):
10659         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10660         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10661         * ext/theora/theoradec.c: (gst_theora_dec_init):
10662         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10663         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10664         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10665         * gst/adder/gstadder.c: (gst_adder_class_init),
10666         (gst_adder_dispose):
10667         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10668         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10669         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10670           Fix a whole set of pad template leaks
10671
10672 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10673
10674         * check/generic/states.c: (GST_START_TEST):
10675           fix the test so that it only checks for elements that are part of
10676           this source module
10677
10678 2005-11-16  Michael Smith <msmith@fluendo.com>
10679
10680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10681         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10682         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10683         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10684         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10685         (gst_ogg_mux_change_state):
10686           Fix leaking collectpads.
10687
10688 2005-11-16  Edward Hervey  <edward@fluendo.com>
10689
10690         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10691         (gst_videorate_event), (gst_videorate_chain):
10692         Handle segment seeks
10693
10694 2005-11-16  Wim Taymans  <wim@fluendo.com>
10695
10696         * gst-libs/gst/audio/gstbaseaudiosink.c:
10697         (gst_base_audio_sink_provide_clock),
10698         (gst_base_audio_sink_change_state):
10699         Set ringbuffer to non-flushing when going to PAUSED, set to
10700         flushing again when going to READY.
10701
10702         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10703         (gst_ring_buffer_stop):
10704         Start in flushing mode by default.
10705         Don't set flushing in the _stop method, let the app call
10706         this explicitly.
10707
10708 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10709
10710         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10711         * gst-libs/gst/video/videosink.h: Add helper function needed
10712         for video sinks.
10713
10714 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         * gst/videoscale/gstvideoscale.c:
10717         (gst_videoscale_handle_src_event):
10718           Don't leak reference to pad parent.
10719
10720 2005-11-16  Wim Taymans  <wim@fluendo.com>
10721
10722         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10723         Set ringbuffer to flushing when stopping so that we don't
10724         block on wait_segment anymore and livelock.
10725
10726 2005-11-16  Wim Taymans  <wim@fluendo.com>
10727
10728         * examples/seeking/seek.c: (send_event), (do_seek),
10729         (loop_toggle_cb), (segment_done), (main):
10730         Added looping checkbox.
10731
10732 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10733
10734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10735         (gst_ogg_demux_init):
10736         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10737         (gst_vorbis_dec_init):
10738           revert unrefs, they don't pass make check
10739
10740 2005-11-15  Johan Dahlin  <johan@gnome.org>
10741
10742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10743         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10744         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10745         (gst_vorbis_dec_init):
10746         Fix pad template leaks. 
10747
10748 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10749
10750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10751           Make state change function thread safe.
10752
10753 2005-11-15  Edward Hervey  <edward@fluendo.com>
10754
10755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10756         (gst_ogg_demux_class_init):
10757         Implement GstElement::send_event, so we can send seek events
10758         in GST_STATE_READY
10759
10760 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10761
10762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10763         Discovered how to take away flickering while resizing the
10764         window. Please don't put that in ximagesink, refactoring in
10765         progress.
10766
10767 2005-11-14  Michael Smith <msmith@fluendo.com>
10768
10769         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10770         (gst_multifdsink_render):
10771           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10772
10773 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         * gst/playback/gstplaybin.c: (gen_audio_element):
10776           Use autoaudiosink, it tends to be more widely available than
10777           autoaudiiosink.
10778           
10779 2005-11-14  Andy Wingo  <wingo@pobox.com>
10780
10781         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10782         as well if it is available. Fixes #316442.
10783
10784 2005-11-14  Michael Smith <msmith@fluendo.com>
10785
10786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10787         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10788         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10789         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10790         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10791         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10792         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10793         (gst_vorbisenc_change_state):
10794           Fix a small memory leak in vorbisenc.
10795           Fix large memory leaks in oggmux, also fix lots of state change
10796           bugs in oggmux.
10797
10798 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10799
10800         * gst/videotestsrc/gstvideotestsrc.c:
10801         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10802         (gst_videotestsrc_src_fixate):
10803           move fixation to a fixate function
10804           remove negotiate function, basesrc's is good enough
10805           fixes a bug for check when using the element alone
10806
10807 2005-11-13  Edward Hervey  <edward@fluendo.com>
10808
10809         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10810         (key_toggle_cb), (main):
10811         Added checkboxes for adding/removing the accurate and key_unit seek
10812         flags.
10813
10814 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10815
10816         * configure.ac: back to HEAD
10817
10818 === release 0.9.5 ===
10819
10820 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10821
10822         * configure.ac:
10823           releasing 0.9.5, "No No Kia"
10824
10825 2005-11-11  Edward Hervey  <edward@fluendo.com>
10826
10827         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10828         Added parse-launch syntax seeking mode for the seeking example.
10829         This should help stress-test even more cases.
10830         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10831
10832 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10833
10834         * sys/xvimage/xvimagesink.c:
10835         (gst_xvimagesink_navigation_send_event):
10836           Check whether peer pad exists before sending navigation events
10837           to it.
10838
10839 2005-11-11  Michael Smith <msmith@fluendo.com>
10840
10841         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10842         (gst_vorbisenc_buffer_from_packet):
10843         * ext/vorbis/vorbisenc.h:
10844           Set duration on encoded buffers. This allows oggmux's
10845           max_page_delay parameter to actually work.
10846
10847 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10850         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10851         (gst_ffmpegcsp_avpicture_fill):
10852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10853         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10854           Make palettes work again (see #132341). Use our own macros
10855           for rounding up.
10856
10857 2005-11-10  Andy Wingo  <wingo@pobox.com>
10858
10859         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10860         string doober.
10861
10862 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10863
10864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10865         (gst_ffmpegcsp_transform_caps):
10866           Prefer passthrough in transform_caps
10867
10868 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10869
10870         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10871           check for ALSA errors properly, instead of relying on ALSA's
10872           error strings to serve to the user.
10873
10874 2005-11-10  Wim Taymans  <wim@fluendo.com>
10875
10876         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10877         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10878         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10879         Modernise the seek code.
10880
10881 2005-11-10  Michael Smith <msmith@fluendo.com>
10882         
10883         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10884         (setup_substreams), (set_active_source):
10885           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10886           trying to go to NULL if we failed to read a file.
10887
10888 2005-11-10  Wim Taymans  <wim@fluendo.com>
10889
10890         * gst/audiotestsrc/gstaudiotestsrc.c:
10891         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10892         (gst_audiotestsrc_create):
10893         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10894         (gst_sinesrc_get_times), (gst_sinesrc_create):
10895         * gst/videotestsrc/gstvideotestsrc.c:
10896         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10897         (gst_videotestsrc_create):
10898         The base class can now sync for us.
10899
10900 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10901
10902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10903           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10904           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10905           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10906           format=(fourcc)I420" ! xvimagesink
10907
10908 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10911         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10912         (gst_sinesrc_newsegment):
10913           Send newsegment event in TIME format, set duration if
10914           num-buffers is set, fix duration querying.
10915
10916 2005-11-10  Michael Smith <msmith@fluendo.com>
10917
10918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10919         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10920         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10921         (gst_ogg_mux_collected):
10922          Fix EOS handling, partially. Now forwarding an EOS event once we have
10923          EOS on all pads works correctly. However, we still don't properly set
10924          EOS on the actual ogg stream pages.
10925
10926 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10929           Set elements to NULL state before disposing of them.
10930
10931 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10932
10933         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10936         (gst_base_rtp_depayload_init),
10937         (gst_base_rtp_depayload_set_gst_timestamp):
10938         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10939           We need to send a newsegment event for each instance, not
10940           just for the first instance of this class (get rid of
10941           static variable in function). (#321011).
10942           
10943 2005-11-08  Michael Smith <msmith@fluendo.com>
10944
10945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10946         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10947         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10948         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10949           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10950           This makes us mux things correctly according to the ogg muxing
10951           rules. Still not handling EOS correctly right now, though.
10952
10953 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * gst/audioconvert/gstaudioconvert.c:
10956           Fix typo in docs. 
10957
10958 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10961         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10962           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10963           creating a new chain; should fix live streaming. Also
10964           add more debug output and fix a typo.
10965
10966 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10967
10968         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10969
10970         * gst/volume/gstvolume.c: (volume_set_caps):
10971           Fix compilation on Solaris with Forte. (#320923)
10972
10973 2005-11-08  Wim Taymans  <wim@fluendo.com>
10974
10975         * gst-libs/gst/audio/gstbaseaudiosink.c:
10976         (gst_base_audio_sink_render):
10977         No need to do a typecheck.
10978
10979 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * ext/alsa/gstalsa.h:
10982           We register a debug category, so let's use it.
10983
10984 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10985
10986         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10987         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10988         Fixed a small problem.
10989
10990 2005-11-04  Wim Taymans  <wim@fluendo.com>
10991
10992         * examples/seeking/Makefile.am:
10993         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10994         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10995         (make_playerbin_pipeline), (format_value), (update_scale),
10996         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10997         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10998         (print_usage), (main):
10999         Added app for playback speed testing.
11000
11001         * examples/seeking/seek.c: (dynamic_link),
11002         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11003         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11004         (message_received), (main):
11005         Updated seek example.
11006
11007 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11008
11009         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11010         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11011         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11012         (gst_base_rtp_depayload_set_clock):
11013         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11014         Don't sleep on the bench (system clock) when you have a nice 
11015         comfortable bed (Gstreamer clock) to sleep on.
11016
11017 2005-11-03  Wim Taymans  <wim@fluendo.com>
11018
11019         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11020         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11021         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11022         Handle the case where a pad_block failed.
11023
11024 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11025
11026         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11027
11028         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11029         (gst_base_rtp_depayload_add_to_queue),
11030         (gst_base_rtp_depayload_push),
11031         (gst_base_rtp_depayload_set_gst_timestamp),
11032         (gst_base_rtp_depayload_queue_release):
11033           Fixes some bugs in the depayloader's queuing/de-queueing code.
11034
11035 2005-10-31  Michael Smith <msmith@fluendo.com>
11036
11037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11038         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11039         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11040           Patch from Alessandro Decina <alessandro@nnva.org>.
11041           Make oggdemux only find the final time in a chain, not per-pad,
11042           since the per-pad information can be very expensive to locate, and
11043           it isn't used anywhere. This makes reading a file containing
11044           OggSkeleton reasonably fast.
11045           Also, make chain finding work when there are logical bitstreams that
11046           can't be decoded. Fixes #319110.
11047
11048 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11049
11050         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11051         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11052         (gst_base_rtp_depayload_chain),
11053         (gst_base_rtp_depayload_add_to_queue),
11054         (gst_base_rtp_depayload_push),
11055         (gst_base_rtp_depayload_set_gst_timestamp),
11056         (gst_base_rtp_depayload_queue_release),
11057         (gst_base_rtp_depayload_start_thread),
11058         (gst_base_rtp_depayload_set_property),
11059         (gst_base_rtp_depayload_get_property):
11060         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11061         Some random fixes, to fullfill the desires of thomas.
11062
11063 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11064
11065         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11066         (gst_base_rtp_depayload_add_to_queue),
11067         (gst_base_rtp_depayload_push):
11068         Fixed the queueing algorithm.
11069
11070 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11071
11072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11073         (gst_base_rtp_depayload_push):
11074         A small fix
11075
11076 2005-10-31  Wim Taymans  <wim@fluendo.com>
11077
11078         * gst-libs/gst/audio/gstringbuffer.h:
11079         Don't break ABI.
11080
11081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11082         (gst_ffmpeg_caps_to_pixfmt):
11083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11084         (gst_ffmpegcsp_set_caps):
11085         Some more comments.
11086         Handle missing required caps fields better.
11087
11088 2005-10-31  Wim Taymans  <wim@fluendo.com>
11089
11090         * gst-libs/gst/audio/gstbaseaudiosink.c:
11091         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11092         (gst_base_audio_sink_render):
11093         * gst-libs/gst/audio/gstringbuffer.c:
11094         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11095         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11096         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11097         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11098         (gst_ring_buffer_read):
11099         * gst-libs/gst/audio/gstringbuffer.h:
11100         Add flushing mode to the ringbuffer so that it in all cases does
11101         not try to handle more audio. This makes sure it does not try to
11102         block anymore when flushing and fixes a livelock.
11103
11104 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11107         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11108         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11109           Explicitly check for -1 values before doing a conversion
11110           and always map them to -1. (#315545)
11111
11112 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11113
11114         * gst/playback/gstplaybin.c: (gen_video_element):
11115           first try autovideosink, then xvimagesink, then error out
11116         * po/POTFILES.in:
11117           add translatable file
11118         * po/af.po:
11119         * po/az.po:
11120         * po/cs.po:
11121         * po/en_GB.po:
11122         * po/hu.po:
11123         * po/it.po:
11124         * po/nb.po:
11125         * po/nl.po:
11126         * po/or.po:
11127         * po/sq.po:
11128         * po/sr.po:
11129         * po/sv.po:
11130         * po/uk.po:
11131         * po/vi.po:
11132           update translations
11133
11134 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11135
11136         * gst-libs/gst/rtp/gstbasedepayload.c:
11137         * gst-libs/gst/rtp/gstbasedepayload.h:
11138           Minor cleanups
11139
11140 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst/playback/.cvsignore:
11143         * gst/playback/decodetest.c:
11144         * gst/playback/test3.c:
11145           Port these two tests as well.
11146
11147 2005-10-27  Wim Taymans  <wim@fluendo.com>
11148
11149         * ext/theora/theoradec.c: (theora_dec_src_query),
11150         (theora_dec_sink_event):
11151         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11152         (theora_enc_change_state):
11153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11154         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11155         Take proper locks when handling events.
11156
11157 2005-10-27  Wim Taymans  <wim@fluendo.com>
11158
11159         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11160         (gst_adder_change_state):
11161         Fix timestamps and fix deadlock when stopping the collectpads.
11162
11163 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11164
11165         * gst-libs/gst/rtp/gstrtpbuffer.h:
11166         Declaring the payload types as strings too so that they can be used
11167         in the padtemplate inialization.
11168
11169 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11170
11171         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11172
11173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11174         (gst_base_rtp_depayload_class_init):
11175         Fixes a small but nasty bug. The derived elements no longer segfaults
11176         on finalization.
11177
11178 2005-10-26  Michael Smith <msmith@fluendo.com>
11179
11180         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11181           When clearing an audioconvert context, set tmpbufsize to zero, so
11182           we'll allocate it again later if required.
11183           This fixes audioconvert re-negotiating formats, which previously
11184           segfaulted with a NULL destination buffer.
11185
11186 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11187
11188         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11189         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11190         (gst_base_rtp_depayload_set_gst_timestamp),
11191         (gst_base_rtp_depayload_queue_release):
11192         Fixed a smalll memleak.
11193
11194 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11196         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11197         (gst_base_rtp_depayload_finalize),
11198         (gst_base_rtp_depayload_setcaps),
11199         (gst_base_rtp_depayload_add_to_queue),
11200         (gst_base_rtp_depayload_push),
11201         (gst_base_rtp_depayload_set_gst_timestamp),
11202         (gst_base_rtp_depayload_queue_release),
11203         (gst_base_rtp_depayload_thread),
11204         (gst_base_rtp_depayload_change_state):
11205         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11206         Changed the C++ comments to C comments
11207
11208 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11211         * gst/tcp/gsttcpclientsrc.h:
11212         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11213         * gst/tcp/gsttcpserversrc.h:
11214           Remove unused 'curoffset' structure member.
11215
11216 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11217
11218         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11219         (gst_base_rtp_depayload_base_init),
11220         (gst_base_rtp_depayload_finalize):
11221         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11222         * gst-libs/gst/rtp/gstbasertppayload.h:
11223           The pad-template on the sinkpad should be set by the derived classes.
11224           Also added some useful macros.
11225
11226 2005-10-24  Wim Taymans  <wim@fluendo.com>
11227
11228         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11229         Correctly flush decoder samples even if we could not
11230         copy them to an output buffer. Fixes #319618.
11231
11232 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11233
11234         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11236         the caps against our xcontext caps.
11237
11238 2005-10-24  Wim Taymans  <wim@fluendo.com>
11239
11240         * gst-libs/gst/audio/gstbaseaudiosink.c:
11241         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11242         Remove g_print
11243         Use sync property from baseclass to disable sync.
11244
11245 2005-10-24  Wim Taymans  <wim@fluendo.com>
11246
11247         * gst-libs/gst/audio/gstbaseaudiosink.c:
11248         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11249         Buffers with no timestamps get aligned with previous buffers or
11250         on underrun, played ASAP.
11251
11252 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11253
11254         * gst-libs/gst/video/video.h:
11255         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11256         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11258         here comes my change on caps for framerate and geometry range.
11259         We are now accepting 1 to MAXINT for width and height, and from
11260         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11261         to be blended correctly in videomixer.
11262
11263 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11264
11265         * configure.ac:
11266           back to HEAD
11267
11268 === release 0.9.4 ===
11269
11270 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11271
11272         * NEWS:
11273         * RELEASE:
11274         * configure.ac:
11275           releasing 0.9.4, "Velociraptor"
11276
11277 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11278
11279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11280         * po/POTFILES.in:
11281           STOPPED -> FAILED
11282
11283 2005-10-21  Wim Taymans  <wim@fluendo.com>
11284
11285         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11286         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11287         (pad_blocked), (close_pad_link), (new_pad):
11288         Don't try to remove elements twice.
11289
11290 2005-10-21  Wim Taymans  <wim@fluendo.com>
11291
11292         * ext/theora/theoradec.c: (theora_dec_src_query),
11293         (theora_dec_sink_event):
11294         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11295         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11296         (vorbis_handle_data_packet):
11297         * ext/vorbis/vorbisdec.h:
11298         Fix old naming.
11299
11300         * gst-libs/gst/audio/gstbaseaudiosink.c:
11301         (gst_base_audio_sink_render):
11302         Don't try to sync on buffers without a timestamp.
11303
11304 2005-10-21  Wim Taymans  <wim@fluendo.com>
11305
11306         * ext/theora/theoradec.c: (theora_dec_src_query),
11307         (theora_dec_sink_event):
11308         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11309         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11310         (vorbis_handle_data_packet):
11311         * ext/vorbis/vorbisdec.h:
11312         Fix old naming.
11313
11314 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11315
11316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11317         (gst_vorbisenc_src_query):
11318           Implement position and duration queries.
11319
11320         * gst/playback/test3.c: (update_scale), (main):
11321           Fix for async state changes and print nicer output.
11322
11323 2005-10-20  Wim Taymans  <wim@fluendo.com>
11324
11325         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11326         (dump_element_stats), (main):
11327         * gst/playback/test6.c: (main):
11328         Fix tests again
11329
11330 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11331
11332         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11333         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11334           Don't use functions for position queries when handling
11335           duration queries.
11336
11337 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11338
11339         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11340         (vorbis_handle_data_packet), (vorbis_dec_chain),
11341         (vorbis_dec_change_state):
11342         * ext/vorbis/vorbisdec.h:
11343           Vorbis streams can be embedded in other container formats
11344           than ogg, container formats where the demuxer might set 
11345           timestamps on encoded vorbis buffers instead of those silly 
11346           granulepos thingies. In short: make vorbisdec handle 
11347           timestamps on incoming buffers as well.
11348
11349 2005-10-20  Wim Taymans  <wim@fluendo.com>
11350
11351         * gst/playback/gstplaybasebin.c: (group_destroy),
11352         (gst_play_base_bin_change_state):
11353         Fix leak.
11354         Handle case where playbasebin is now ASYNC because
11355         decodebin is.
11356
11357 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * gst/audioconvert/Makefile.am:
11360         * gst/audioconvert/bufferframesconvert.c:
11361         * gst/audioconvert/plugin.c: (plugin_init):
11362         * gst/audioconvert/plugin.h:
11363           And bye bye buffer-frames-convert
11364
11365 2005-10-19  Wim Taymans  <wim@fluendo.com>
11366
11367         * check/elements/audioconvert.c:
11368         * docs/libs/tmpl/gstaudio.sgml:
11369         * docs/libs/tmpl/gstcolorbalance.sgml:
11370         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11371         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11372         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11373         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11374         * gst-libs/gst/audio/audio.h:
11375         * gst/audioconvert/audioconvert.h:
11376         * gst/audioconvert/gstaudioconvert.c:
11377         (gst_audio_convert_parse_caps):
11378         * gst/volume/gstvolume.c:
11379         Bye bye buffer-frames.
11380
11381 2005-10-19  Wim Taymans  <wim@fluendo.com>
11382
11383         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11384         (query_positions_elems), (query_positions_pads), (update_scale),
11385         (do_seek), (set_update_scale), (message_received), (main):
11386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11387         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11388         (gst_ogg_demux_loop):
11389         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11390         * ext/theora/theoradec.c: (theora_dec_src_query),
11391         (theora_dec_sink_event):
11392         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11393         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11394         * gst/adder/gstadder.c: (gst_adder_query):
11395         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11396         * gst/playback/test3.c: (update_scale):
11397         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11398         (dump_element_stats), (main):
11399         * gst/playback/test6.c: (main):
11400         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11401         Query API update.
11402
11403 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11406         (xml_check_first_element), (xml_type_find), (smil_type_find),
11407         (plugin_init):
11408           Add typefinding for SMIL and for generic XML. Based on patch by
11409           Akos Maroy (#308663).
11410
11411 2005-10-18  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/playback/Makefile.am:
11414         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11415         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11416         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11417         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11418         (gst_decode_bin_change_state):
11419         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11420         (gst_play_bin_send_event_to_sink):
11421         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11422         (dump_element_stats), (main):
11423         * gst/playback/test6.c: (main):
11424         Make playbin async, it'll commit state to paused when all streams
11425         are detected.
11426         Remove ugly hack.
11427         Added test6.c to show async behaviour.
11428
11429 2005-10-18  Wim Taymans  <wim@fluendo.com>
11430
11431         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11432         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11433         Fix for segment-start/stop API change.
11434
11435 2005-10-18  Wim Taymans  <wim@fluendo.com>
11436
11437         * check/Makefile.am:
11438         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11439         (main):
11440         Add future test for clock selection.
11441
11442 2005-10-18  Wim Taymans  <wim@fluendo.com>
11443
11444         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11445         (gst_alsasink_close):
11446         Set handle to NULL.
11447
11448         * gst-libs/gst/audio/gstringbuffer.c:
11449         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11450         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11451         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11452         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11453         (gst_ring_buffer_read):
11454         More debug info.
11455
11456 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11457
11458         * gst/audiotestsrc/Makefile.am:
11459         * gst/sine/Makefile.am:
11460         * gst/volume/Makefile.am:
11461           fix broken build of controllerized plugins
11462
11463 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11464
11465         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11466
11467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11468         (gst_riff_create_video_template_caps):
11469           Add support for Indeo-3 (IV32).
11470
11471 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11472
11473         * configure.ac:
11474           rewrite
11475
11476 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11477
11478         * gst-libs/gst/video/video.c: (gst_video_get_size):
11479         * gst/audiotestsrc/gstaudiotestsrc.c:
11480           doc updates
11481
11482 2005-10-17  Andy Wingo  <wingo@pobox.com>
11483
11484         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11485         with the collectpads change.
11486         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11487
11488         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11489
11490         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11491
11492         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11493         alloc_buffer flow return to callers.
11494         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11495         change. Fix some memleaks in theoraenc.
11496
11497         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11498         in strange circumstance.
11499
11500 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11501
11502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11503         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11504         from caps, let's use the caps...
11505
11506 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11507
11508         * configure.ac:
11509           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11510
11511 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11512
11513         * gst-libs/gst/interfaces/Makefile.am:
11514           fix silly typo
11515
11516 2005-10-16  Andy Wingo  <wingo@pobox.com>
11517
11518         * gst/playback/gstdecodebin.c
11519         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11520         function!
11521         (try_to_link_1): Increase kraziness level.
11522
11523 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11524
11525         * configure.ac:
11526           restructure like the core one
11527         * gst-libs/gst/audio/Makefile.am:
11528         * gst-libs/gst/interfaces/Makefile.am:
11529         * gst-libs/gst/net/Makefile.am:
11530         * gst-libs/gst/riff/Makefile.am:
11531         * gst-libs/gst/rtp/Makefile.am:
11532         * gst-libs/gst/tag/Makefile.am:
11533         * gst-libs/gst/video/Makefile.am:
11534           use correct linker flags, now the libs are properly versioned
11535         * check/elements/audioconvert.c: (verify_convert):
11536         * ext/alsa/gstalsaplugin.c:
11537         * ext/cdparanoia/gstcdparanoia.c:
11538         * ext/gnomevfs/gstgnomevfs.c:
11539         * ext/libvisual/visual.c:
11540         * ext/ogg/gstogg.c:
11541         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11542         * ext/theora/theora.c:
11543         * ext/vorbis/vorbis.c:
11544         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11545         * gst-libs/gst/tag/gsttagediting.c:
11546         * gst-libs/gst/video/video.c:
11547         * gst/adder/gstadder.c:
11548         * gst/audioconvert/plugin.c:
11549         * gst/audiorate/gstaudiorate.c:
11550         * gst/audioresample/gstaudioresample.c:
11551         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11552         * gst/audioscale/gstaudioscale.c:
11553         * gst/audioscale/resample.c:
11554         * gst/audiotestsrc/gstaudiotestsrc.c:
11555         * gst/ffmpegcolorspace/gstffmpeg.c:
11556         * gst/playback/gstdecodebin.c: (close_pad_link):
11557         * gst/playback/gstplaybin.c: (gen_video_element),
11558         (gen_audio_element):
11559         * gst/sine/gstsinesrc.c:
11560         * gst/subparse/gstsubparse.c:
11561         * gst/tags/gsttagediting.c:
11562         * gst/tcp/gsttcpplugin.c:
11563         * gst/typefind/gsttypefindfunctions.c:
11564         * gst/videorate/gstvideorate.c:
11565         * gst/videoscale/gstvideoscale.c:
11566         * gst/videotestsrc/gstvideotestsrc.c:
11567         * gst/volume/gstvolume.c:
11568         * sys/v4l/gstv4l.c:
11569         * sys/ximage/ximage.c:
11570         * sys/xvimage/xvimagesink.c:
11571           fix up defines
11572
11573 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11574
11575         * ext/vorbis/vorbisenc.c:
11576         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11577         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11578         (gst_tag_to_vorbis_comments):
11579           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11580
11581 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11582
11583         * examples/stats/mp2ogg.c:
11584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11585           typo fixes
11586
11587 2005-10-13  Michael Smith <msmith@fluendo.com>
11588
11589         * ext/ogg/gstoggmux.c:
11590           Use magic glib macros to define constants as 64 bit, to ensure
11591           appropriate vararg passing.
11592
11593 2005-10-13  Michael Smith <msmith@fluendo.com>
11594
11595         * ext/ogg/gstoggmux.c:
11596         * gst/audioconvert/audioconvert.c: (float):
11597           Don't use LL suffix, as it's not portable, and neither of these
11598           uses required it anyway.
11599
11600 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11601
11602         * examples/indexing/indexmpeg.c: (main):
11603         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11604         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11605         (cdparanoia_convert), (cdparanoia_query):
11606         * ext/cdparanoia/gstcdparanoia.h:
11607         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11608         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11609         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11611         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11612         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11613         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11614         (gst_multifdsink_render), (gst_multifdsink_start),
11615         (gst_multifdsink_stop):
11616         * gst/tcp/gstmultifdsink.h:
11617         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11618         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11619         (gst_tcpclientsink_stop):
11620         * gst/tcp/gsttcpclientsink.h:
11621         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11622         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11623         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11624         * gst/tcp/gsttcpclientsrc.h:
11625         * gst/tcp/gsttcpserversink.h:
11626         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11627         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11628         (gst_tcpserversrc_stop):
11629         * gst/tcp/gsttcpserversrc.h:
11630         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11631         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11632         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11633           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11634           moved bitshift from macro to enum definition
11635
11636 2005-10-12  Wim Taymans  <wim@fluendo.com>
11637
11638         * examples/seeking/Makefile.am:
11639         Oops.
11640
11641 2005-10-12  Wim Taymans  <wim@fluendo.com>
11642
11643         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11644         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11645         Don't assert on normal stuff.
11646
11647         * gst/playback/gstplaybin.c: (do_playbin_seek):
11648         API fix.
11649
11650 2005-10-12  Wim Taymans  <wim@fluendo.com>
11651
11652         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11653         * examples/seeking/Makefile.am:
11654         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11655         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11656         (do_seek), (set_update_scale), (message_received), (main):
11657         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11658         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11659         Update for _get_state() API change.
11660
11661 2005-10-11  Wim Taymans  <wim@fluendo.com>
11662
11663         * gst-libs/gst/audio/gstbaseaudiosink.c:
11664         (gst_base_audio_sink_render):
11665         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11666         (gst_base_audio_src_create):
11667         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11668         (gst_ring_buffer_read):
11669         Cleanups.
11670         Commit and read from ringbuffer in samples rather than bytes.
11671
11672 2005-10-11  Wim Taymans  <wim@fluendo.com>
11673
11674         * gst-libs/gst/audio/gstbaseaudiosink.c:
11675         (gst_base_audio_sink_render):
11676         Respect segment rate and accum when scheduling samples.
11677
11678 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11679
11680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11681         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11682         EOS correctly, that needs more work.
11683
11684 2005-10-11  Wim Taymans  <wim@fluendo.com>
11685
11686         * check/generic/states.c: (GST_START_TEST):
11687         remove old property.
11688
11689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11690         (gst_ogg_demux_perform_seek):
11691         * ext/theora/theoradec.c: (theora_dec_sink_event):
11692         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11693         (vorbis_handle_data_packet):
11694         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11695         (gst_base_rtp_depayload_set_gst_timestamp):
11696         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11697         Update for newsegment API change.
11698
11699 2005-10-11  Michael Smith <msmith@fluendo.com>
11700
11701         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11702         (do_playbin_seek), (gst_play_bin_send_event):
11703           Override send_event differently, so that we can takes bits of
11704           functionality from GstPipeline (special handling for seeks,
11705           including pausing/resuming, and resetting stream time) and still get
11706           the appropriate behaviour of only forwarding event to a single sink,
11707           rather than all of them.
11708           Unfortunately requires a lot of code duplication, but the
11709           alternatives are equally ugly in the end.
11710
11711 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11712
11713         * check/elements/audioconvert.c: (setup_audioconvert),
11714         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11715         (GST_START_TEST), (audioconvert_suite):
11716           clean up tests a little, fix some leaks.
11717
11718 2005-10-10  Wim Taymans  <wim@fluendo.com>
11719
11720         * ext/alsa/gstalsasink.c:
11721         Also allow unsigned int.
11722
11723         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11724         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11725         Small cleanup
11726
11727 2005-10-10  Wim Taymans  <wim@fluendo.com>
11728
11729         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11730         Small update, use API as stated in design docs.
11731
11732         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11733         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11734         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11735         (message_received), (main):
11736         Updated seek example for GOption. Some usability improvements.
11737
11738 2005-10-10  Wim Taymans  <wim@fluendo.com>
11739
11740         * gst/audioconvert/audioconvert.h:
11741         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11742         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11743         Alloc temp storage somewhere else where we can do it more
11744         portable.
11745
11746 2005-10-10  Wim Taymans  <wim@fluendo.com>
11747
11748         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11749         (gst_tcpserversrc_start):
11750         Don't block in accept while doing the state change, move
11751         to poll and make cancellable.
11752
11753 2005-10-09  Philippe Khalaf <burger@speedy.org>
11754
11755         * gst-libs/gst/rtp/rtpbasedepayload.c:
11756         Set timestamp and add queue delay to timestamp
11757         * gst-libs/gst/rtp/rtpbuffer.h:
11758         Set correct payload type for h263
11759
11760 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11761
11762         * gst/audiotestsrc/gstaudiotestsrc.c:
11763         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11764         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11765         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11766         (gst_audiotestsrc_create_triangle),
11767         (gst_audiotestsrc_create_silence),
11768         (gst_audiotestsrc_create_white_noise),
11769         (gst_audiotestsrc_init_pink_noise),
11770         (gst_audiotestsrc_generate_pink_noise_value),
11771         (gst_audiotestsrc_create_pink_noise),
11772         (gst_audiotestsrc_change_wave):
11773         * gst/audiotestsrc/gstaudiotestsrc.h:
11774           fixed typo, added pink noise
11775
11776 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11779         (plugin_init):
11780           Add wavpack and spc typefind functions from 0.8 branch.
11781
11782 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11783
11784         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11785         (ar_type_find), (msdos_type_find), (plugin_init):
11786           Add typefind functions for tar archives, ar archives,
11787           RAR archives, and msdos-executables (dlls, exe, etc.).
11788           Some of those would be wrongly identified as mpeg
11789           streams of some sort before (#315550).
11790
11791 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11792
11793         * configure.ac:
11794         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11795         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11796         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11797         * gst/audiotestsrc/Makefile.am:
11798         * gst/audiotestsrc/gstaudiotestsrc.c:
11799         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11800         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11801         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11802         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11803         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11804         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11805         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11806         (gst_audiotestsrc_create_silence),
11807         (gst_audiotestsrc_create_white_noise),
11808         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11809         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11810         (gst_audiotestsrc_start), (plugin_init):
11811         * gst/audiotestsrc/gstaudiotestsrc.h:
11812           add new plugin and element
11813         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11814           use gobject_class
11815
11816 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11819         (gst_adder_init), (gst_adder_request_new_pad),
11820         (gst_adder_change_state):
11821           Add query function to source pad, so adder reports the correct
11822           time/sample position when queried (#315457); fix state change
11823           function; use GST_DEBUG_FUNCPTR() for pad functions.
11824
11825 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11826
11827         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11828           Fix leaks in typefind registration
11829           Clean up the gratuitous commenting and whitespacing a little
11830
11831 2005-10-08  Wim Taymans  <wim@fluendo.com>
11832
11833         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11834         Only actually wait for the thread to be stopped if it's 
11835         running.
11836
11837 2005-10-08  Wim Taymans  <wim@fluendo.com>
11838
11839         * gst-libs/gst/audio/gstbaseaudiosink.c:
11840         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11841         If we receive EOS we can start playback of what we had.
11842
11843 2005-10-08  Wim Taymans  <wim@fluendo.com>
11844
11845         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11846         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11847         (gst_multifdsink_stop):
11848         Fix crasher when going to NULL multiple times.
11849
11850 2005-10-06  Wim Taymans  <wim@fluendo.com>
11851
11852         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11853         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11854         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11855         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11856         patch from Edgard Lima <edgard.lima@indt.org.br>
11857         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11858
11859 2005-10-06  Wim Taymans  <wim@fluendo.com>
11860
11861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11862         Report the FLOW_RETURN as string in the error message.
11863
11864         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11865         Don't assert when clearing an unnegotiated buffer.
11866
11867 2005-10-04  Michael Smith <msmith@fluendo.com>
11868
11869         * gst/playback/gstplaybasebin.c: (group_destroy),
11870         (gen_preroll_element), (remove_groups), (setup_source):
11871         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11872         (setup_sinks), (gst_play_bin_send_event),
11873         (gst_play_bin_change_state):
11874           Set state to NULL before removing from bin. Fix refcounting.
11875
11876 2005-10-04  Michael Smith <msmith@fluendo.com>
11877
11878         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11879           Correct refcounting in send_event() function. Previously was wrong
11880           if the first sink was unable to handle the event.
11881
11882 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11883
11884         * configure.ac:
11885           back to development
11886
11887 === release 0.9.3 ===
11888
11889 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11890
11891         * configure.ac:
11892           Releasing 0.9.3, "De Facto"
11893
11894 2005-10-03  Andy Wingo  <wingo@pobox.com>
11895
11896         * gst/playback/gstdecodebin.c (try_to_link_1)
11897         (remove_element_chain): set element to NULL before removing it.
11898
11899 2005-10-02  Johan Dahlin  <johan@gnome.org>
11900
11901         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11902         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11903         MT safe.
11904
11905 2005-10-02  Andy Wingo  <wingo@pobox.com>
11906
11907         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11908         (gst_ring_buffer_prepare_read): 
11909         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11910         Demote to LOG.
11911
11912 2005-09-29  Wim Taymans  <wim@fluendo.com>
11913
11914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11915         * ext/theora/theoradec.c: (theora_handle_data_packet):
11916         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11917         Propagate error codes from alloc_buffer too.
11918
11919 2005-09-29  Wim Taymans  <wim@fluendo.com>
11920
11921         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11922         We use fixed caps.
11923
11924         * gst/playback/Makefile.am:
11925         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11926         (dump_element_stats), (main):
11927         Added example stream introspection code.
11928
11929 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11930
11931         * gst/adder/gstadder.c: (gst_adder_collected):
11932           fix adder for float elements
11933
11934 2005-09-28  Wim Taymans  <wim@fluendo.com>
11935
11936         * gst-libs/gst/audio/gstbaseaudiosink.c:
11937         (gst_base_audio_sink_class_init),
11938         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11939         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11940         (gst_base_audio_src_class_init),
11941         (gst_base_audio_src_provide_clock):
11942         get_clock -> provide_clock
11943
11944 2005-09-28  Andy Wingo  <wingo@pobox.com>
11945
11946         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11947         and unlocking.
11948
11949         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11950         unlocking.
11951
11952         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11953         Actually add the pad template.
11954         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11955
11956         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11957         I'm at it...
11958
11959         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11960         from fdsrc. Get caps in create() instead of start() so it can be
11961         interrupted. Interruption somewhat untested.
11962
11963         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11964         Proper EOS handling.
11965
11966 2005-09-27  Andy Wingo  <wingo@pobox.com>
11967
11968         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11969
11970         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11971
11972         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11973
11974         * gst/tcp/gsttcp.h: 
11975         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11976         out of tcpclientsrc.c. Cancellable.
11977         (gst_tcp_socket_read): Made private, cancellable, with better
11978         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11979         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11980         whole buffer, and better diagnostics.
11981         (gst_tcp_gdp_read_caps): Same.
11982
11983         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11984
11985 2005-09-26  Andy Wingo  <wingo@pobox.com>
11986
11987         * gst/sine/gstsinesrc.h:
11988         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11989         change the 'sync' property to 'is-live' and implement it halfway,
11990         update for controller api change.
11991
11992         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11993         controller api change.
11994
11995 2005-09-24  Wim Taymans  <wim@fluendo.com>
11996
11997         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11998         * gst-libs/gst/audio/gstaudiosink.c:
11999         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12000         (gst_audioringbuffer_stop):
12001         * gst-libs/gst/audio/gstbaseaudiosink.c:
12002         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12003         (gst_base_audio_sink_change_state):
12004         * gst-libs/gst/audio/gstbaseaudiosink.h:
12005         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12006         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12007         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12008         * gst-libs/gst/audio/gstringbuffer.h:
12009         Fix sync again. Moved sample alignment to basesink.
12010
12011 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12012
12013         * docs/plugins/Makefile.am:
12014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12016         * gst/volume/gstvolume.c:
12017           add/fix docs
12018         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12019         * gst-libs/gst/audio/audio.h:
12020           add conversion macros for frames <-> clocktime
12021
12022 2005-09-23  David Schleef  <ds@schleef.org>
12023
12024         * gst/audioresample/Makefile.am:
12025         * gst/audioresample/debug.h:
12026         * gst/audioresample/gstaudioresample.c:
12027         * gst/audioresample/resample.c: Convert to using gst debugging
12028
12029 2005-09-22  Wim Taymans  <wim@fluendo.com>
12030
12031         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12032         (gst_play_bin_send_event):
12033         Only seek on one sink, the first one that succeeds.
12034
12035 2005-09-22  Michael Smith <msmith@fluendo.com>
12036
12037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12038         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12039         Don't flush encoder state unless we have an initialised encoder.
12040         Clear out encoder state on PAUSED_TO_READY.
12041
12042 2005-09-22  Wim Taymans  <wim@fluendo.com>
12043
12044         * gst-libs/gst/rtp/gstbasertppayload.c:
12045         (gst_basertppayload_class_init), (gst_basertppayload_init),
12046         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12047         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12048         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12049         (gst_basertppayload_set_property),
12050         (gst_basertppayload_get_property),
12051         (gst_basertppayload_change_state):
12052         * gst-libs/gst/rtp/gstbasertppayload.h:
12053         Added max-ptime to control amount of data in the rtp packets.
12054
12055 2005-09-21  Andy Wingo  <wingo@pobox.com>
12056
12057         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12058         thingies.
12059
12060         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12061         can be called multiple times, dogs.
12062
12063 2005-09-21  Wim Taymans  <wim@fluendo.com>
12064
12065         * gst-libs/gst/rtp/gstbasertppayload.c:
12066         (gst_basertppayload_class_init), (gst_basertppayload_init),
12067         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12068         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12069         (gst_basertppayload_push), (gst_basertppayload_get_property),
12070         (gst_basertppayload_change_state):
12071         Allow 0 ssrc too.
12072
12073 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12074
12075         * docs/libs/compiling.sgml:
12076           fixing typos
12077
12078 2005-09-20  Wim Taymans  <wim@fluendo.com>
12079
12080         * gst-libs/gst/rtp/gstbasertppayload.c:
12081         (gst_basertppayload_class_init), (gst_basertppayload_init),
12082         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12083         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12084         (gst_basertppayload_push), (gst_basertppayload_set_property),
12085         (gst_basertppayload_get_property),
12086         (gst_basertppayload_change_state):
12087         * gst-libs/gst/rtp/gstbasertppayload.h:
12088         Added property to configure sequence number offsets.
12089
12090 2005-09-20  Wim Taymans  <wim@fluendo.com>
12091
12092         * gst-libs/gst/rtp/gstbasertppayload.c:
12093         (gst_basertppayload_class_init), (gst_basertppayload_init),
12094         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12095         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12096         (gst_basertppayload_push), (gst_basertppayload_set_property),
12097         (gst_basertppayload_get_property),
12098         (gst_basertppayload_change_state):
12099         * gst-libs/gst/rtp/gstbasertppayload.h:
12100         Make timestamp offset configurable.
12101
12102 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12103
12104         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12105           fix wrong pop/unref
12106
12107 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12108
12109         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * gst-libs/gst/interfaces/propertyprobe.c:
12112         (gst_property_probe_probe_property_name),
12113         (gst_property_probe_needs_probe_name),
12114         (gst_property_probe_get_values_name),
12115         (gst_property_probe_probe_and_get_values_name):
12116           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12117           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12118
12119 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12120
12121         * check/Makefile.am:
12122           have some tests be disabled for valgrinding
12123         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12124         (GST_START_TEST):
12125         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12126           Fix A Leak.  Chain To Parent Finalize.
12127
12128 2005-09-19  Wim Taymans  <wim@fluendo.com>
12129
12130         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12131         Fixed wav pipeline.
12132
12133 2005-09-19  Wim Taymans  <wim@fluendo.com>
12134
12135         * gst-libs/gst/rtp/gstbasertppayload.c:
12136         (gst_basertppayload_class_init), (gst_basertppayload_init),
12137         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12138         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12139         (gst_basertppayload_push), (gst_basertppayload_get_property),
12140         (gst_basertppayload_change_state):
12141         Posting ERROR and WARNING messages is good.
12142
12143 2005-09-19  Wim Taymans  <wim@fluendo.com>
12144
12145         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12146         (gst_base_rtp_depayload_add_to_queue),
12147         (gst_base_rtp_depayload_push),
12148         (gst_base_rtp_depayload_set_gst_timestamp),
12149         (gst_base_rtp_depayload_queue_release):
12150         This one was not supposed to go in.
12151
12152 2005-09-19  Wim Taymans  <wim@fluendo.com>
12153
12154         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12155         Fix for bus API.
12156
12157         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12158         (gst_base_rtp_depayload_chain),
12159         (gst_base_rtp_depayload_add_to_queue),
12160         (gst_base_rtp_depayload_push),
12161         (gst_base_rtp_depayload_set_gst_timestamp),
12162         (gst_base_rtp_depayload_queue_release):
12163         Some cleanups.
12164
12165         * gst-libs/gst/rtp/gstbasertppayload.c:
12166         (gst_basertppayload_class_init), (gst_basertppayload_init),
12167         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12168         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12169         (gst_basertppayload_get_property),
12170         (gst_basertppayload_change_state):
12171         Added debugging category.
12172
12173 2005-09-18  David Schleef  <ds@schleef.org>
12174
12175         * gst/playback/gstdecodebin.c: free plugin list correctly
12176         * gst/playback/gstplaybin.c: emit warning if autovideosink
12177           and autoaudiosink can't be found (instead of segfaulting)
12178
12179 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12180
12181         * check/elements/audioconvert.c: (GST_START_TEST):
12182           try out 24 bit conversion
12183
12184 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12185
12186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12187         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12188         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12189         * ext/vorbis/vorbisenc.h:
12190           Fix EOS handling.  Still needs a fix in the ogg muxer to
12191           mark the last page as eos.
12192
12193 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12194
12195         * common/gtk-doc-plugins.mak:
12196         * docs/plugins/Makefile.am:
12197         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12198         * gst/ffmpegcolorspace/Makefile.am:
12199         * gst/ffmpegcolorspace/avcodec.h:
12200         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12201         * gst/tcp/gstmultifdsink.c:
12202           fix up ffmpegcolorspace docs; extract header
12203
12204 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12205
12206         * common/gtk-doc-plugins.mak:
12207         * docs/plugins/Makefile.am:
12208         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12209         * ext/theora/Makefile.am:
12210         * ext/theora/gsttheoraenc.h:
12211         * ext/theora/theoraenc.c:
12212         * ext/vorbis/vorbisenc.c:
12213           pick up signals and args for vorbis; add some docs for vorbis
12214
12215 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12216
12217         * common/gstdoc-scangobj:
12218         * common/gtk-doc-plugins.mak:
12219         * docs/libs/Makefile.am:
12220         * docs/plugins/gst-plugins-base-plugins.args:
12221         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12222         * docs/plugins/gst-plugins-base-plugins.interfaces:
12223         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12224         * docs/plugins/gst-plugins-base-plugins.signals:
12225           only scanobj stuff from our source module.  Not sure yet
12226           if that's correct, given the hierarchy stuff :)
12227
12228 2005-09-15  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst/audioconvert/gstaudioconvert.c:
12231         And enable 24 bits mode as well..
12232
12233 2005-09-15  Wim Taymans  <wim@fluendo.com>
12234
12235         * gst-libs/gst/rtp/Makefile.am:
12236         * gst-libs/gst/rtp/gstbasertppayload.c:
12237         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12238         (gst_basertppayload_class_init), (gst_basertppayload_init),
12239         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12240         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12241         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12242         (gst_basertppayload_set_property),
12243         (gst_basertppayload_get_property),
12244         (gst_basertppayload_change_state):
12245         * gst-libs/gst/rtp/gstbasertppayload.h:
12246         Added rtp payloader base class.
12247
12248 2005-09-15  Andy Wingo  <wingo@pobox.com>
12249
12250         * configure.ac (plugindir): Remove the EOL matcher from the
12251         regexp, as it causes me problems. Libtool? Make? Who knows?
12252
12253 2005-09-14  David Schleef  <ds@schleef.org>
12254
12255         * check/generic/states.c: 
12256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12257         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12258           Fixes for changes in registry API.
12259
12260         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12261           to GST_PLUGIN_LDFLAGS.
12262         * ext/libvisual/visual.c: Make the library shut up.
12263         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12264         * gst-libs/gst/audio/gstaudiofilter.c: same
12265
12266 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12267
12268         * docs/plugins/Makefile.am:
12269         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12270         * docs/plugins/inspect/plugin-libvisual.xml:
12271         * docs/plugins/tmpl/element-tcpserversink.sgml:
12272         * ext/theora/theoraenc.c:
12273           add libvisual plugin and theoraenc element to docs
12274
12275 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12276
12277         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12278         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12279         * ext/theora/theoraenc.c:
12280           add theoraenc
12281
12282 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12283
12284         * gst/audioconvert/Makefile.am:
12285           Audioconvert derives from GstBaseTransform and should
12286           link to the library with our base elements to avoid
12287           unresolved symbols. Makes things work with MinGW (#316160)
12288
12289         * gst/playback/test4.c: (main):
12290           Fix MinGW build problem and use g_usleep() instead of 
12291           sleep() (#316162)
12292
12293 2005-09-12  Wim Taymans  <wim@fluendo.com>
12294
12295         * gst/audioconvert/audioconvert.c: (float),
12296         (audio_convert_prepare_context), (audio_convert_convert):
12297         * gst/audioconvert/audioconvert.h:
12298         Cleanups, speedups, simplifications, added back support
12299         for 24 bits.
12300
12301 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12302
12303         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12304         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12305         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12306         * docs/plugins/tmpl/element-tcpserversink.sgml:
12307         * gst/ffmpegcolorspace/gstffmpeg.c:
12308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12309         * gst/videotestsrc/gstvideotestsrc.c:
12310         * gst/volume/gstvolume.c:
12311           add more elements to the docs
12312
12313 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12314
12315         * check/Makefile.am:
12316         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12317         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12318           Add extra tests for basetransform based components. 
12319           Comment out the test_element_negotiation test until we decide
12320           if it's testing correct behaviour.
12321         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12322         (gst_visual_chain), (gst_visual_change_state):
12323           Slightly more correct but still bogus timestamping.
12324           Fix state change function.
12325         * gst/audioconvert/gstaudioconvert.c:
12326         (gst_audio_convert_class_init):
12327         * gst/audioresample/gstaudioresample.c:
12328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12329         (gst_ffmpegcsp_class_init):
12330         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12331         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12332         (gst_videoscale_prepare_image):
12333         * gst/volume/gstvolume.c: (gst_volume_class_init),
12334         (volume_transform_ip):
12335           Basetransform updates. Enable passthrough modes.
12336         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12337         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12338         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12339           Negotiation fix that allows the window to return to the original
12340           size and renegotiate passthrough upstream. Extra debug output.
12341
12342 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12343
12344         * gst/sine/gstsinesrc.c:
12345         * gst/volume/gstvolume.c:
12346           fix up header include
12347
12348 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12349
12350         * gst-libs/gst/audio/gstbaseaudiosink.c:
12351         (gst_base_audio_sink_render):
12352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12353         * gst/volume/gstvolume.c: (gst_volume_class_init),
12354         (volume_transform):
12355           fixing lost sync, some more debugging
12356
12357 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12358
12359         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12360         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12361         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12362         (gst_xvimagesink_check_xshm_calls):
12363           Fix compilation when XShm is not available.
12364
12365 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12366
12367         * ext/libvisual/visual.c: (gst_visual_dispose),
12368         (gst_visual_getcaps), (gst_visual_src_setcaps),
12369         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12370         (gst_visual_change_state):
12371           Finish fixing up libvisual plugin so that it runs. 
12372
12373 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12374
12375         * ext/vorbis/vorbisenc.c:
12376         * gst-libs/gst/tag/gstvorbistag.c:
12377           gsttaginterface.h -> gsttagsetter.h
12378
12379 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12380
12381         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12382           added another test that failes for me (test is not active by default)
12383
12384 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12385
12386         * configure.ac:
12387           v4l2 is no longer in gst-plugins-base
12388
12389 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12390
12391         * configure.ac:
12392           In the output at the end, don't show the first plugin on the same
12393           line as "Core plug-ins, always built:".
12394           Indent the output as for other plugin categories
12395         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12396           #define that can be used to not use peer buffer_alloc functions for
12397           test purposes.
12398         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12399         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12400         (gst_ximagesink_show_frame):
12401         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12402         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12403         (gst_xvimagesink_show_frame):
12404           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12405           fails gracefully instead of XError aborting or deadlocking.
12406
12407 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12408
12409         * ext/libvisual/Makefile.am:
12410           link against gst-base-libs
12411
12412 2005-09-06  David Schleef  <ds@schleef.org>
12413
12414         * configure.ac: Enable libvisual plugin.
12415         * ext/libvisual/Makefile.am:
12416         * ext/libvisual/visual.c: Fixes to make it compile.
12417
12418 === release 0.9.2 ===
12419
12420 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12421
12422         * NEWS:
12423         * RELEASE:
12424         * configure.ac:
12425         * docs/random/ChangeLog-0.8:
12426           releasing 0.9.2, "Spoon"
12427
12428 2005-09-05  Michael Smith <msmith@fluendo.com>
12429
12430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12431           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12432           that in the vorbisenc element.
12433
12434 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12435
12436         * common/gtk-doc-plugins.mak:
12437         * docs/plugins/Makefile.am:
12438           fix distcheck
12439         * gst/audioresample/resample.c:
12440           fix wrong docstring
12441
12442 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12443
12444         * common/gst-xmlinspect.py:
12445         * common/gtk-doc-plugins.mak:
12446           only inspect plugins for this given package
12447           require gst-python 0.9
12448
12449 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12450
12451         * Makefile.am:
12452         * autogen.sh:
12453         * common/gst-xmlinspect.py:
12454         * configure.ac:
12455         * docs/Makefile.am:
12456         * docs/plugins/inspect/plugin-alsa.xml:
12457         * docs/plugins/inspect/plugin-audioresample.xml:
12458         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12459         * docs/plugins/inspect/plugin-ogg.xml:
12460         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12461         * docs/plugins/tmpl/element-multifdsink.sgml:
12462         * docs/plugins/tmpl/element-tcpserversink.sgml:
12463         * docs/plugins/tmpl/element-vorbisenc.sgml:
12464         * gst-plugins-base.spec.in:
12465           various doc-related updates
12466
12467 2005-08-31  Wim Taymans  <wim@fluendo.com>
12468
12469         * gst-libs/gst/audio/gstbaseaudiosink.c:
12470         (gst_base_audio_sink_render):
12471         Resync if the buffer timestamps drift more than a 10th 
12472         of a second.
12473
12474 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12475
12476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12477         (gst_v4lsrc_get_property):
12478           The 'timestamp-offset' property is registered as an int64, so
12479           let's use g_value_{set|get}_int64() in our setter and getter
12480           functions (makes it work and fixes warnings with gst-inspect).
12481
12482 2005-08-30  Wim Taymans  <wim@fluendo.com>
12483
12484         * check/elements/audioconvert.c: (setup_audioconvert):
12485         * check/elements/audioresample.c: (setup_audioresample):
12486         * check/elements/volume.c: (setup_volume):
12487         Fix checks.
12488
12489 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12490
12491         * common/gtk-doc-plugins.mak:
12492         * common/plugins.xsl:
12493         * docs/plugins/Makefile.am:
12494           make module a param
12495
12496 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12497
12498         * examples/seeking/seek.c: (make_mp3_pipeline),
12499         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12500         (play_cb), (pause_cb), (stop_cb):
12501           update the example
12502
12503 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12504
12505         * gst/volume/gstvolume.c: (gst_volume_class_init),
12506         (volume_transform):
12507           do not update controlled params, if buffer has no timestamp
12508
12509 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12510
12511         * configure.ac:
12512         * gst/sine/Makefile.am:
12513         * gst/volume/Makefile.am:
12514           controllerized elements also need to link against controller-libs ;)
12515
12516 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12517
12518         * docs/libs/tmpl/gstcolorbalance.sgml:
12519         * docs/libs/tmpl/gstgconf.sgml:
12520         * docs/libs/tmpl/gstmixer.sgml:
12521         * docs/libs/tmpl/gstringbuffer.sgml:
12522         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12523         (gst_sinesrc_create):
12524         * gst/volume/gstvolume.c: (gst_volume_class_init),
12525         (volume_transform):
12526           controllerized two audio plugins
12527
12528 2005-08-29  Andy Wingo  <wingo@pobox.com>
12529
12530         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12531         (vorbis_handle_data_packet): Fix some int overflow errors.
12532
12533         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12534         -1.
12535         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12536         valid.
12537         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12538         if it's valid. Fixed streaming-mode playback.
12539
12540         * check/elements/volume.c (cleanup_volume): Fix for running
12541         CK_FORK=no.
12542
12543         * check/elements/audioconvert.c: Convert from native endian, not
12544         little endian.
12545
12546 2005-08-29  Michael Smith <msmith@fluendo.com>
12547
12548         * ext/ogg/Makefile.am:
12549         * ext/ogg/gstogg.c: (plugin_init):
12550         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12551         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12552         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12553         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12554         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12555         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12556         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12557         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12558         Add an ogg parser element.
12559
12560 2005-08-28  Andy Wingo  <wingo@pobox.com>
12561
12562         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12563
12564 2005-08-26  Wim Taymans  <wim@fluendo.com>
12565
12566         * gst/audioconvert/audioconvert.c: (if), (float),
12567         (audio_convert_get_func_index), (check_default),
12568         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12569         (audio_convert_clean_context), (audio_convert_get_sizes),
12570         (audio_convert_convert):
12571         Cleanups.
12572
12573 2005-08-26  Wim Taymans  <wim@fluendo.com>
12574
12575         * gst/audioconvert/audioconvert.c: (if), (float),
12576         (audio_convert_get_func_index), (check_default),
12577         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12578         (audio_convert_clean_context), (audio_convert_get_sizes),
12579         (audio_convert_convert):
12580         More elegant and working temp buffer selection algo.
12581
12582 2005-08-26  Wim Taymans  <wim@fluendo.com>
12583
12584         * gst/audioconvert/audioconvert.c: (if), (float),
12585         (audio_convert_get_func_index), (check_default),
12586         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12587         (audio_convert_clean_context), (audio_convert_get_sizes),
12588         (get_temp_buffer), (audio_convert_convert):
12589         Use realloc else we lose our original data.
12590
12591 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12592
12593         * gst/audioresample/gstaudioresample.c:
12594           use base class' newsegment to properly timestamp
12595
12596 2005-08-26  Wim Taymans  <wim@fluendo.com>
12597
12598         * gst/audioconvert/audioconvert.c: (if), (float),
12599         (audio_convert_get_func_index), (check_default),
12600         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12601         (audio_convert_clean_context), (audio_convert_get_sizes),
12602         (get_temp_buffer), (audio_convert_convert):
12603         * gst/audioconvert/gstaudioconvert.c:
12604         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12605         (gst_audio_convert_transform_caps),
12606         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12607         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12608         Oops, allocate enough space to perform the channel mix.
12609
12610 2005-08-26  Wim Taymans  <wim@fluendo.com>
12611
12612         * gst/audioconvert/Makefile.am:
12613         * gst/audioconvert/audioconvert.c: (if), (float),
12614         (audio_convert_get_func_index), (check_default),
12615         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12616         (audio_convert_clean_context), (audio_convert_get_sizes),
12617         (get_temp_buffer), (audio_convert_convert):
12618         * gst/audioconvert/audioconvert.h:
12619         * gst/audioconvert/gstaudioconvert.c:
12620         (gst_audio_convert_class_init), (gst_audio_convert_init),
12621         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12622         (gst_audio_convert_get_unit_size),
12623         (gst_audio_convert_transform_caps),
12624         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12625         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12626         * gst/audioconvert/gstaudioconvert.h:
12627         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12628         (gst_channel_mix_fill_identical),
12629         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12630         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12631         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12632         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12633         (gst_channel_mix_mix):
12634         * gst/audioconvert/gstchannelmix.h:
12635         Cleanups, librarify a bit, optimize, better negotiation and more.
12636
12637 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12638
12639         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12640         Another from MikeS:
12641         During typefinding, don't support negative offsets
12642         (offsets from the end of the stream) in our typefind->peek() function
12643         - nothing embedded in ogg ever needs them. However, we need to recognise
12644         those requests and reject them, otherwise we return invalid pointers.
12645
12646 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12647
12648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12649         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12650         (vorbisdec_finalize), (vorbis_handle_type_packet):
12651           Big shout-out to MikeS for fixing this giant memory leak.
12652           Huzzah!
12653
12654 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12655
12656         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12657         (audio_convert_get_unit_size):
12658           plug some leaks
12659
12660 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12661
12662         * check/Makefile.am:
12663         * check/elements/audioconvert.c: (setup_audioconvert),
12664         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12665         (GST_START_TEST), (audioconvert_suite), (main):
12666           add a test for audioconvert
12667         * gst/audioresample/gstaudioresample.c:
12668         * gst/audioresample/gstaudioresample.h:
12669           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12670           note that for buffers of 1/3 sec this means DURATION(c) is 
12671           one nanosecond more than for a and b
12672
12673 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12674
12675         * check/Makefile.am:
12676         * check/elements/audioresample.c: (setup_audioresample),
12677         (cleanup_audioresample), (fail_unless_perfect_stream),
12678         (test_perfect_stream_instance), (GST_START_TEST),
12679           add a check for audioresample
12680         (audioresample_suite), (main):
12681         * check/elements/volume.c: (GST_START_TEST):
12682           remove unused method
12683         * gst/audioresample/gstaudioresample.c:
12684           set correct buffer parameters since we're changing them
12685         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12686           add some debug
12687
12688 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12689
12690         * gst/audioresample/debug.c:
12691         * gst/audioresample/gstaudioresample.c:
12692           add room for extra overlap samples when asked to transform size
12693           protect against possible mem corruption and check for discrepancies
12694           between written size and outbuffer's size so we can warn for
12695           potential problems
12696         * gst/audioresample/resample.c: (resample_init),
12697         (resample_get_output_size_for_input), (resample_get_output_size),
12698         (resample_set_n_channels), (resample_set_format):
12699           set debug level based on RESAMPLE_DEBUG env var
12700           make sure that get_output_size* returns a whole number of
12701           sample_size
12702           set sample_size each time either channel or format is set
12703         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12704         * gst/audioresample/resample_functable.c:
12705         (resample_scale_functable):
12706         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12707           remove r->sample_size, it's done in resample.c now
12708           add some debugging to the ref implementation
12709           make sure we only give back bytes that are wholes of the sample
12710           size
12711
12712 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12713         * gst/playback/gstplaybasebin.c: (fill_buffer):
12714         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12715
12716 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12717
12718         * gst/volume/gstvolume.c:
12719           made set_caps function static
12720
12721 2005-08-24  Wim Taymans  <wim@fluendo.com>
12722
12723         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12724         (gst_vorbisenc_change_state):
12725         Stop leaking taglists.
12726
12727 2005-08-24  Wim Taymans  <wim@fluendo.com>
12728
12729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12730         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12731         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12732         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12733         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12734         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12735         Parse seeking events better.
12736         Unref static caps.
12737         Generate correct newsegment events, fixes seeking in live oggs.
12738
12739         * ext/theora/theoradec.c: (theora_dec_src_query),
12740         (theora_dec_src_event), (theora_dec_src_getcaps),
12741         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12742         Use newsegment values to report correct play time.
12743
12744         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12745         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12746         * ext/vorbis/vorbisdec.h:
12747         Parse and use newsegment values to report correct play time.
12748
12749         * gst-libs/gst/audio/gstbaseaudiosink.c:
12750         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12751         Clear ringbuffer on flush.
12752         Use newsegment values to calculate playback time.
12753
12754         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12756         Basesink does newsegment calculations for us now.
12757
12758 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12759
12760         * check/Makefile.am:
12761         * configure.ac:
12762           add core's plugins to the mix so that playbin works
12763         * check/generic/states.c: (GST_START_TEST):
12764           set a 0 timeout on pipelines, so they don't force the next
12765           state change
12766         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12767         (gst_play_base_bin_change_state):
12768           remove the crappy error handling and do GST error handling
12769
12770 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12771
12772         * check/Makefile.am:
12773         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12774           add same test as to core, it bitches out on playbin atm.
12775
12776 2005-08-24  Wim Taymans  <wim@fluendo.com>
12777
12778         * configure.ac:
12779         Remove audioscale.
12780
12781 2005-08-24  Wim Taymans  <wim@fluendo.com>
12782
12783         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12784         (gst_videoscale_prepare_size), (parse_caps),
12785         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12786         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12787         (gst_videoscale_transform):
12788         * gst/videoscale/gstvideoscale.h:
12789         Refactor, make use of BaseTranform really well.
12790
12791 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12792
12793         * configure.ac:
12794           compile audioresample
12795         * gst/audioresample/Makefile.am:
12796         * gst/audioresample/buffer.c:
12797         * gst/audioresample/functable.c:
12798         * gst/audioresample/gstaudioresample.c:
12799         * gst/audioresample/gstaudioresample.h:
12800         * gst/audioresample/resample.c:
12801         (resample_get_output_size_for_input):
12802         * gst/audioresample/resample.h:
12803         * gst/audioresample/resample_chunk.c:
12804         * gst/audioresample/resample_functable.c:
12805         * gst/audioresample/resample_ref.c:
12806           port to use basetransform; doesn't work in all cases yet
12807
12808 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12809
12810         * gst/audioconvert/gstaudioconvert.c:
12811         (gst_audio_convert_class_init), (gst_audio_convert_init),
12812         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12813         (audio_convert_fixate_caps), (audio_convert_set_caps),
12814         (audio_convert_transform),
12815         (gst_audio_convert_buffer_to_default_format),
12816         (gst_audio_convert_buffer_from_default_format),
12817         (gst_audio_convert_channels):
12818         * gst/audioconvert/gstchannelmix.c:
12819         * gst/audioconvert/gstchannelmix.h:
12820           port to basetransform
12821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12822         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12823         (gst_ffmpegcsp_get_unit_size):
12824         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12825         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12826           fix for basetransform changes
12827
12828 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12829
12830         * check/Makefile.am:
12831           Add CHECK_CFLAGS and LDFLAGS
12832
12833         * gst/playback/gstplaybasebin.c: (fill_buffer):
12834           GST_MESSAGE_SRC became a GObject
12835
12836 2005-08-24  Wim Taymans  <wim@fluendo.com>
12837
12838         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12839         (gst_ring_buffer_clear_all):
12840         * gst-libs/gst/audio/gstringbuffer.h:
12841         Added function to clear the ringbuffer.
12842
12843 2005-08-24  Andy Wingo  <wingo@pobox.com>
12844
12845         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12846         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12847         of _open and _close.
12848
12849         * sys/v4l/gstv4lxoverlay.h:
12850         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12851         an Xv connection here, instead of all the time. Make Xv only be
12852         loaded if you axe for it. Kindof a workaround for buggy behaviour
12853         of Xv when using remote xservers (XvQueryExtension would block).
12854         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12855         replace the _open and _close public API. Only start the xv
12856         connection if necessary.
12857         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12858
12859 2005-08-23  David Schleef  <ds@schleef.org>
12860
12861         * gst/audioresample/Makefile.am: Leet audioresampling code
12862         * gst/audioresample/buffer.c:
12863         * gst/audioresample/buffer.h:
12864         * gst/audioresample/debug.c:
12865         * gst/audioresample/debug.h:
12866         * gst/audioresample/functable.c:
12867         * gst/audioresample/functable.h:
12868         * gst/audioresample/gstaudioresample.c:
12869         * gst/audioresample/gstaudioresample.h:
12870         * gst/audioresample/resample.c:
12871         * gst/audioresample/resample.h:
12872         * gst/audioresample/resample_chunk.c:
12873         * gst/audioresample/resample_functable.c:
12874         * gst/audioresample/resample_ref.c:
12875
12876 2005-08-23  Wim Taymans  <wim@fluendo.com>
12877
12878         * examples/seeking/seek.c: (make_vorbis_pipeline),
12879         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12880         Small seek updates.
12881
12882 2005-08-23  Andy Wingo  <wingo@pobox.com>
12883
12884         * gst-libs/gst/audio/gstbaseaudiosrc.c
12885         (gst_base_audio_src_fixate): Only fixate endianness if it is
12886         present in the caps.
12887
12888 2005-08-22  Andy Wingo  <wingo@pobox.com>
12889
12890         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12891         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12892         device-name property.
12893
12894         * gst-libs/gst/audio/gstaudiosrc.h:
12895         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12896         close_device in the ring buffer, like gstaudiosink.
12897
12898         * ext/alsa/gstalsamixer.h:
12899         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12900         macro to implement the interface without much code. Cleanups. 
12901
12902         * ext/alsa/gstalsasrc.h:
12903         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12904         READY.
12905
12906         * ext/alsa/Makefile.am: Add new files.
12907         * ext/alsa/gstalsamixerelement.c: 
12908         * ext/alsa/gstalsamixerelement.c: Split element code out from
12909         mixer code so that alsasrc can be a mixer too.
12910
12911 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12912
12913         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12914         (GST_START_TEST):
12915         * check/elements/vorbisdec.c: (setup_vorbisdec),
12916         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12917         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12918         (vorbis_handle_identification_packet),
12919         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12920         (vorbis_handle_header_packet), (vorbis_dec_push),
12921         (vorbis_dec_chain):
12922           use the setup/teardown methods to save code.  save code is good.
12923
12924 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12925
12926         * check/Makefile.am:
12927           add ext dir for plugins
12928           add vorbisdec test conditionally
12929         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12930         (GST_START_TEST), (volume_suite):
12931           add a test with wrong caps
12932         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12933         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12934           add a vorbisdec test
12935         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12936         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12937           clean up debug output
12938         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12939           yay, fix a segfault/security issue in vorbisdec
12940           gst-launch fakesrc ! vorbisdec wasn't happy
12941         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12942         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12943         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12944         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12945         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12946         (gst_vorbisenc_set_metadata), (get_constraints_string),
12947         (update_start_message), (gst_vorbisenc_setup),
12948         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12949         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12950         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12951         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12952         * ext/vorbis/vorbisenc.h:
12953           march in line
12954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12955         (gst_ffmpegcsp_transform):
12956           have the kow come home
12957         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12958           debug my func ptr
12959         * gst/volume/gstvolume.c: (volume_set_caps):
12960           add a debug
12961
12962 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12963
12964         * Makefile.am:
12965         * check/.cvsignore:
12966         * check/Makefile.am:
12967         * check/elements/.cvsignore:
12968         * check/elements/volume.c: (chain_func), (event_func),
12969         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12970         (main):
12971         * configure.ac:
12972           add unit test structure for gst-plugins-base
12973           add a test for volume
12974         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12975         (gst_volume_set_volume), (gst_volume_get_volume),
12976         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12977         (volume_funcfind), (volume_process_float), (volume_process_int16),
12978         (volume_set_caps), (volume_transform), (volume_update_mute),
12979         (volume_update_volume), (volume_set_property),
12980         (volume_get_property):
12981           document a little; use basetransform vmethod _set_caps
12982
12983 2005-08-19  Andy Wingo  <wingo@pobox.com>
12984
12985         * ext/alsa/gstalsamixertrack.h:
12986         * ext/alsa/gstalsamixertrack.c:
12987         * ext/alsa/gstalsamixeroptions.h:
12988         * ext/alsa/gstalsamixeroptions.c:
12989         * ext/alsa/gstalsamixer.h:
12990         * ext/alsa/gstalsamixer.c: Port to 0.9.
12991
12992         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12993         Remove gstalsa.c and alsaclock. No more cruft here.
12994         
12995 2005-08-18  Wim Taymans  <wim@fluendo.com>
12996
12997         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12998         (gst_base_rtp_depayload_chain),
12999         (gst_base_rtp_depayload_add_to_queue),
13000         (gst_base_rtp_depayload_push),
13001         (gst_base_rtp_depayload_queue_release):
13002         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13003         Fix for RTPBuffer changes.
13004
13005         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13006         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13007         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13008         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13009         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13010         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13011         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13012         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13013         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13014         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13015         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13016         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13017         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13018         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13019         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13020         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13021         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13022         (gst_rtpbuffer_get_payload):
13023         * gst-libs/gst/rtp/gstrtpbuffer.h:
13024         Don't subclass GstBuffer but add methods and helper functions
13025         to construct and manipulate RTP packets in regular GstBuffers.
13026
13027 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13028
13029         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13030           moved statement below switch
13031         * gst/volume/gstvolume.c: (gst_volume_class_init):
13032           added debug ptr
13033
13034 2005-08-16  Wim Taymans  <wim@fluendo.com>
13035
13036         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13037         (gst_base_audio_src_change_state):
13038         Open and close device in READY<->NULL state change.
13039
13040 2005-08-16  Andy Wingo  <wingo@pobox.com>
13041
13042         * examples/seeking/Makefile.am: Don't compile non-compiling
13043         compiled objects with the compiler.
13044
13045         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13046         elements.
13047
13048 2005-08-12  Philippe Khalaf <burger@speedy.org>
13049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13050         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13051           Made a thread to release the queue.
13052           Removed timestamp conversion for now.
13053
13054 2005-08-10  Philippe Khalaf <burger@speedy.org>
13055         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13056         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13057           Added rtp timestamp -> gst timestamp conversion.
13058           Fixed several problems with queue.
13059
13060 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13061
13062         * gst-libs/gst/audio/gstaudioclock.h:
13063         * gst-libs/gst/audio/gstaudiofilter.h:
13064         * gst-libs/gst/audio/gstaudiosink.h:
13065         * gst-libs/gst/audio/gstaudiosrc.h:
13066         * gst-libs/gst/audio/gstbaseaudiosink.h:
13067         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13068         * gst-libs/gst/audio/gstringbuffer.h:
13069         * gst-libs/gst/net/gstnetbuffer.h:
13070         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13071         * gst-libs/gst/rtp/gstrtpbuffer.h:
13072           Add padding (you will need to rebuild gst-plugins-base,
13073           gst-plugins and all applications afterwards!)
13074
13075 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13076
13077         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13078         (gst_riff_parse_chunk):
13079           Fix bug in debug message and add some more debug messages.
13080
13081 2005-08-08  Edward Hervey  <edward@fluendo.com>
13082
13083         * gst-libs/gst/riff/riff-media.c:
13084         backported updates since branch
13085
13086 2005-08-08  Andy Wingo  <wingo@pobox.com>
13087
13088         * gst-libs/gst/audio/gstbaseaudiosink.c
13089         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13090         like good elements should. Close on READY->NULL too.
13091
13092         * gst-libs/gst/audio/gstaudiosink.c
13093         (gst_audioringbuffer_open_device,
13094         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13095         (gst_audioringbuffer_release): Updates for new ring buffer API,
13096         hook into the new audio sink api.
13097
13098         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13099         (GstAudioSinkClass.close): Just open and close the device -- no
13100         resource allocation or configuration.
13101         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13102         vmethods, handle device setup and resource allocation.
13103
13104         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13105         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13106         base class API.
13107
13108         * gst-libs/gst/audio/gstringbuffer.h
13109         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13110         New vmethods.
13111
13112         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13113         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13114         New API functions. The device should be opened before acquiring
13115         and closed after releasing.
13116
13117 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * gst-libs/gst/interfaces/mixer.h:
13120           Reset padding to GST_PADDING.
13121
13122 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13123
13124         * gst/playback/gstplaybin.c: (remove_sinks):
13125           Remove visualization from parent explicitely; works around some
13126           apparent refcount issue that I haven't tracked down yet.
13127
13128 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13129
13130         * ext/alsa/gstalsasink.c: (set_hwparams):
13131           Assign debug category, add negotiation debug msgs.
13132
13133 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13134
13135         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13136           Fix error code for file-not-found to NOT_FOUND.
13137
13138 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13139
13140         * common/gtk-doc-plugins.mak:
13141         * docs/plugins/Makefile.am:
13142         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13143         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13144           renamed to actual element names, so much nicer to look at
13145         * docs/plugins/tmpl/gstmultifdsink.sgml:
13146           remove
13147         * docs/plugins/tmpl/multifdsink.sgml:
13148         * docs/plugins/tmpl/tcpserversink.sgml:
13149           add
13150         * ext/alsa/gstalsa.c:
13151         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13152         * ext/ogg/gstoggmux.c:
13153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13154         * gst/playback/gstdecodebin.c:
13155         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13156         * gst/tcp/gsttcpserversink.c:
13157           various fixes and documentation additions
13158
13159 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13160
13161         * common/Makefile.am:
13162         * common/gstdoc-scangobj:
13163         * common/gtk-doc-plugins.mak:
13164         * common/gtk-doc.mak:
13165           add a custom scangobj that uses the registry
13166           add a custom gtk-doc-plugins.mak that uses it
13167           some doc build fixes
13168         * configure.ac:
13169         * docs/Makefile.am:
13170         * docs/plugins/Makefile.am:
13171         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13172         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13173         * docs/plugins/gst-plugins-base-plugins.types:
13174         * docs/plugins/tmpl/gstmultifdsink.sgml:
13175           add docs for one element, multifdsink
13176         * gst/adder/gstadder.h:
13177         * gst/volume/gstvolume.h:
13178           don't privatize enum
13179         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13180         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13181         (gst_sync_method_get_type), (gst_client_status_get_type),
13182         (gst_multifdsink_class_init),
13183         (gst_multifdsink_client_queue_buffer),
13184         (gst_multifdsink_handle_client_write):
13185         * gst/tcp/gstmultifdsink.h:
13186         * gst/tcp/gsttcp.h:
13187         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13188         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13189         (gst_tcpclientsink_render):
13190         * gst/tcp/gsttcpclientsink.h:
13191         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13192         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13193         (gst_tcpclientsrc_start):
13194         * gst/tcp/gsttcpclientsrc.h:
13195         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13196         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13197         * gst/tcp/gsttcpserversrc.h:
13198         * gst/typefind/gsttypefindfunctions.c:
13199           remove superfluous Type stuff
13200
13201 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13202
13203         * gst/playback/gstplaybin.c: (gen_video_element):
13204           Enable videoscale.
13205
13206 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13207
13208         * gst-libs/gst/gconf/gconf.c:
13209         * gst-libs/gst/gconf/gconf.h:
13210           Fix some Andy Problem [tm].
13211
13212 2005-08-04  Andy Wingo  <wingo@pobox.com>
13213
13214         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13216         (gst_ffmpegcsp_get_size): Adapt to API changes.
13217
13218         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13219         Implement an in-place do-nothing transform.
13220
13221 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13222
13223         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13224         (gst_ximagesink_renegotiate_size):
13225           Do not set new window sizes yet if we prepare a new buffer size
13226           for upstream renegotiation (software scaling) at some point in the
13227           future, because this new size waqs not actually accepted yet. Once
13228           accepted, renegotiation later on will set the new sizes just fine.
13229           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13230           embedding testcase.
13231
13232 2005-08-03  Andy Wingo  <wingo@pobox.com>
13233
13234         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13235         (gst_ximagesink_buffer_alloc): 
13236         Protect the height, width, and desired_caps with the pool_lock.
13237         Fixes videotestsrc ! queue ! ximagesink.
13238
13239 2005-08-02  Edward Hervey  <edward@fluendo.com>
13240
13241         * gst/volume/gstvolume.c:
13242         include left from controller cleanup
13243
13244 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13246           Stop collectpads before calling the parent state
13247           change function on PAUSED->READY.
13248
13249 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13250         * configure.ac:
13251           When testing for X libs, use the X CFlags 
13252         * gst/adder/gstadder.c: (gst_adder_change_state):
13253           Stop the collectpads before calling parent state change function
13254           on PAUSED->READY, otherwise we deadlock deactivating pads.
13255
13256 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13257
13258         * configure.ac:
13259         * docs/libs/tmpl/gstcolorbalance.sgml:
13260         * docs/libs/tmpl/gstmixer.sgml:
13261         * examples/Makefile.am:
13262         * gst/sine/Makefile.am:
13263         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13264         (gst_sinesrc_set_property), (plugin_init):
13265         * gst/sine/gstsinesrc.h:
13266         * gst/volume/Makefile.am:
13267         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13268         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13269         (volume_process_float), (volume_process_int16),
13270         (volume_set_property), (plugin_init):
13271         * gst/volume/gstvolume.h:
13272           deactivate and remove dparams (libgstcontrol)
13273
13274 2005-07-29  Wim Taymans  <wim@fluendo.com>
13275
13276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13277         Convert me to BaseTransform!! help..
13278
13279 2005-07-29  Andy Wingo  <wingo@pobox.com>
13280
13281         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13282         sinks.
13283
13284         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13285         support of both endiannesses.
13286
13287 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13288
13289         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13290           Fix confusing debug message (s/event/query/)
13291
13292 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13293
13294         * gst/videotestsrc/videotestsrc.h:
13295           Use "_stdint.h" instead of <stdint.h>
13296
13297 2005-07-27  Wim Taymans  <wim@fluendo.com>
13298
13299         * ext/vorbis/Makefile.am:
13300         Revert wrong commit.
13301
13302 2005-07-27  Wim Taymans  <wim@fluendo.com>
13303
13304         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13305         More compilation fixen.
13306
13307 2005-07-27  Wim Taymans  <wim@fluendo.com>
13308
13309         * gst-libs/gst/audio/gstbaseaudiosink.c:
13310         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13311         (gst_base_audio_sink_create_ringbuffer),
13312         (gst_base_audio_sink_change_state):
13313         Fix compilation.
13314
13315 2005-07-27  Wim Taymans  <wim@fluendo.com>
13316
13317         * examples/seeking/seek.c: (setup_dynamic_link),
13318         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13319         (query_positions_elems), (query_positions_pads), (do_seek):
13320         Update seek example.
13321
13322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13323         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13324         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13325         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13326         (gst_ogg_demux_handle_event),
13327         (gst_ogg_demux_deactivate_current_chain),
13328         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13329         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13330         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13331         (gst_ogg_demux_loop):
13332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13333         * ext/theora/theoradec.c: (theora_dec_src_event),
13334         (theora_dec_src_getcaps), (theora_dec_sink_event),
13335         (theora_dec_push), (theora_dec_chain):
13336         * ext/vorbis/Makefile.am:
13337         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13338         (vorbis_dec_sink_event), (vorbis_dec_push),
13339         (vorbis_handle_data_packet):
13340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13341         (gst_vorbisenc_chain):
13342         * gst/playback/gststreaminfo.c: (cb_probe):
13343         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13344         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13345         * gst/videoscale/gstvideoscale.c:
13346         (gst_videoscale_handle_src_event):
13347         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13348         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13349         (gst_ximagesink_navigation_send_event):
13350         * sys/xvimage/xvimagesink.c:
13351         (gst_xvimagesink_navigation_send_event):
13352         Various event updates and cleanups
13353
13354 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13355
13356         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13357           Fix segfault for I420/YV12.
13358
13359 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13360
13361         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13362           Report bitrate.
13363
13364 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13365
13366         * gst/playback/gstplaybin.c: (gen_video_element),
13367         (gen_audio_element):
13368           Switch to auto*sink elements as default sinks; add volume element
13369           so that volume control in totem works.
13370
13371 2005-07-21  Wim Taymans  <wim@fluendo.com>
13372
13373         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13374         * gst/playback/gstplaybin.c: (setup_sinks),
13375         (gst_play_bin_change_state):
13376         Refcount fix and more comments.
13377
13378 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13379
13380         * sys/ximage/Makefile.am:
13381         * sys/ximage/ximage.c: (plugin_init):
13382         * sys/ximage/ximagesink.c:
13383         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13384         
13385
13386 2005-07-21  Wim Taymans  <wim@fluendo.com>
13387
13388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13389         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13390         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13391         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13392         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13393         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13394         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13395         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13396         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13397         Generate correct disconts for live chained oggs.
13398
13399         * gst-libs/gst/audio/gstbaseaudiosink.c:
13400         (gst_base_audio_sink_render),
13401         (gst_base_audio_sink_create_ringbuffer),
13402         (gst_base_audio_sink_change_state):
13403         Handle discont math correctly.
13404
13405         * gst/playback/gstplaybin.c: (add_sink):
13406         Some small debug cleanup.
13407
13408 2005-07-21  Wim Taymans  <wim@fluendo.com>
13409
13410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13411         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13412         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13413         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13414         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13415         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13416         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13417         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13418         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13419         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13420         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13421         (gst_ogg_demux_change_state), (gst_ogg_print):
13422         Reorganize code to send the right disconts when in streaming
13423         mode.
13424
13425 2005-07-20  Andy Wingo  <wingo@pobox.com>
13426
13427         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13428         fix (?), fixes a seggie mcfalterson (#310894).
13429
13430 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13431
13432         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13433         (gst_ogg_mux_set_header_on_caps):
13434         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13435         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13436         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13437         * gst-libs/gst/audio/multichannel.c:
13438         (gst_audio_set_channel_positions),
13439         (gst_audio_set_structure_channel_positions_list):
13440         * gst/playback/gstdecodebin.c: (dynamic_create):
13441         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13442         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13443           Fixes for API changes in core.
13444
13445 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13446
13447         * gst/playback/gstplaybasebin.c: (fill_buffer):
13448           Use _new_custom() so we can set custom message types for buffering
13449           messages.
13450
13451 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13452
13453         * configure.ac:
13454         * gst-libs/gst/Makefile.am:
13455         * gst-libs/gst/gconf/.cvsignore:
13456         * gst-libs/gst/gconf/Makefile.am:
13457         * gst-libs/gst/gconf/test-gconf.c:
13458         * pkgconfig/Makefile.am:
13459         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13460         * pkgconfig/gstreamer-gconf.pc.in:
13461           Remove gconf stuff, use gconf elements instead from now on.
13462
13463 2005-07-20  Wim Taymans  <wim@fluendo.com>
13464
13465         * gst-libs/gst/audio/TODO:
13466         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13467         (gst_audio_clock_get_internal_time):
13468         * gst-libs/gst/audio/gstaudioclock.h:
13469         * gst-libs/gst/audio/gstbaseaudiosink.c:
13470         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13471         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13472         (gst_base_audio_sink_render),
13473         (gst_base_audio_sink_create_ringbuffer),
13474         (gst_base_audio_sink_change_state):
13475         Make sure the audio clock always returns an increasing value.
13476
13477 2005-07-19  Andy Wingo  <wingo@pobox.com>
13478
13479         * gst/videotestsrc/: Cleanups.
13480
13481 2005-07-19  Wim Taymans  <wim@fluendo.com>
13482
13483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13484         Better debugging.
13485
13486 2005-07-19  Wim Taymans  <wim@fluendo.com>
13487
13488         * examples/seeking/seek.c: (make_dv_pipeline),
13489         (make_vorbis_theora_pipeline), (query_rates),
13490         (query_positions_elems), (query_positions_pads), (do_seek):
13491         Make correct DV pipeline.
13492
13493 2005-07-18  Andy Wingo  <wingo@pobox.com>
13494
13495         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13496         default. Also because it's the only thing that really works. (This
13497         is used in the GConf elements).
13498         Use AS_LIBTOOL_TAGS.
13499
13500 2005-07-18  Wim Taymans  <wim@fluendo.com>
13501
13502         * gst/playback/gstdecodebin.c: (remove_element_chain):
13503         * gst/playback/gstplaybin.c: (add_sink):
13504         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13505         (gst_stream_info_set_mute):
13506         * gst/playback/gststreamselector.c:
13507         (gst_stream_selector_get_linked_pad),
13508         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13509         More leak and compile fixes.
13510
13511 2005-07-18  Wim Taymans  <wim@fluendo.com>
13512
13513         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13514         (query_rates), (query_positions_elems), (query_positions_pads),
13515         (do_seek), (seek_cb), (stop_seek):
13516         Updated seek example. 
13517
13518         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13519         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13520         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13521         * gst/playback/gstplaybin.c: (add_sink):
13522         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13523         (gst_stream_info_set_mute):
13524         Some refcount leak fixes.
13525
13526 2005-07-16  Wim Taymans  <wim@fluendo.com>
13527
13528         * gst-libs/gst/audio/gstbaseaudiosink.c:
13529         (gst_base_audio_sink_render):
13530         Align samples even if we have roundoff errors in the 
13531         timestamp conversion.
13532
13533 2005-07-16  Wim Taymans  <wim@fluendo.com>
13534
13535         * docs/libs/tmpl/gstringbuffer.sgml:
13536         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13537         (query_rates), (query_positions_elems), (query_positions_pads),
13538         (update_scale), (do_seek):
13539         Updated seek example.
13540
13541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13542         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13543         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13544         (gst_ogg_demux_loop):
13545         Push out correct discont values.
13546
13547         * ext/theora/theoradec.c: (theora_dec_src_convert),
13548         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13549         (theora_dec_sink_event), (theora_handle_type_packet),
13550         (theora_handle_header_packet), (theora_dec_push),
13551         (theora_handle_data_packet), (theora_dec_chain),
13552         (theora_dec_change_state):
13553         Better timestamping.
13554
13555         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13556         (vorbis_dec_sink_event), (vorbis_dec_push),
13557         (vorbis_handle_data_packet), (vorbis_dec_chain):
13558         * ext/vorbis/vorbisdec.h:
13559         Better timestamping.
13560
13561         * gst-libs/gst/audio/gstbaseaudiosink.c:
13562         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13563         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13564         Handle syncing on timestamps instead of sample offsets. Make
13565         use of DISCONT values as described in design docs.
13566
13567         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13568         (gst_base_audio_src_get_time):
13569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13570         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13571         (gst_ring_buffer_read):
13572         * gst-libs/gst/audio/gstringbuffer.h:
13573         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13574         (gst_ximagesink_show_frame):
13575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13576         Correcly convert buffer timestamp to stream time.
13577
13578 2005-07-16  Wim Taymans  <wim@fluendo.com>
13579
13580         * gst/audioconvert/gstaudioconvert.c:
13581         (gst_audio_convert_get_buffer):
13582         Timestamp buffers correctly.
13583
13584         * gst/playback/gstplaybin.c: (gen_video_element):
13585         Make internal fakesink silent.
13586
13587 2005-07-15  Wim Taymans  <wim@fluendo.com>
13588
13589         * gst/ffmpegcolorspace/Makefile.am:
13590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13591         (gst_ffmpegcsp_caps_remove_format_info),
13592         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13593         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13594         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13595         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13596         Ported ffmpegcolorspace to basetransform.
13597
13598         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13599         * gst/volume/gstvolume.c: (volume_transform):
13600         Ported to new API.
13601
13602 2005-07-14  Wim Taymans  <wim@fluendo.com>
13603
13604         * gst/videotestsrc/Makefile.am:
13605         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13606         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13607         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13608         (gst_videotestsrc_init), (gst_videotestsrc_event),
13609         (gst_videotestsrc_create), (gst_videotestsrc_start),
13610         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13611         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13612         (gst_videotestsrc_get_property):
13613         * gst/videotestsrc/gstvideotestsrc.h:
13614         Make videotestsrc a pushsrc.
13615
13616 2005-07-14  Wim Taymans  <wim@fluendo.com>
13617
13618         * gst/tcp/gstfdset.c: (gst_fdset_free):
13619         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13620         (gst_multifdsink_add), (gst_multifdsink_remove),
13621         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13622         (gst_multifdsink_remove_client_link),
13623         (gst_multifdsink_client_queue_data),
13624         (gst_multifdsink_client_queue_caps),
13625         (gst_multifdsink_client_queue_buffer),
13626         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13627         (gst_multifdsink_stop):
13628         * gst/tcp/gstmultifdsink.h:
13629         0.8 backporting.
13630
13631         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13632         Also draw image when not from a pool.
13633
13634 2005-07-14  Wim Taymans  <wim@fluendo.com>
13635
13636         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13637         (mute_stream), (silence_stream):
13638         Small debug additions.
13639
13640 2005-07-14  Wim Taymans  <wim@fluendo.com>
13641
13642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13643         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13644         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13645         Better error recovery, ignore unconnected pads and
13646         non-fatal errors.
13647
13648 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13649
13650         * docs/libs/tmpl/gstaudio.sgml:
13651         * docs/libs/tmpl/gstcolorbalance.sgml:
13652         * docs/libs/tmpl/gstgconf.sgml:
13653         * docs/libs/tmpl/gstmixer.sgml:
13654         * docs/libs/tmpl/gstringbuffer.sgml:
13655         * docs/libs/tmpl/gsttuner.sgml:
13656         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13657         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13658         (gst_tcpclientsrc_class_init):
13659         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13660         (gst_tcpserversrc_class_init):
13661         * sys/v4l/gstv4lelement.c:
13662           more autistic cleanliness in functions/names/defines
13663
13664 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13665
13666         * configure.ac:
13667           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13668           added manually to each Makefile.am so we are sure it goes
13669           *last* and doesn't add -L flags before linking in libs of our
13670           own, like, say, internal .la libs, that then accidentally pick
13671           up the installed copy.
13672         * docs/libs/Makefile.am:
13673         * ext/alsa/Makefile.am:
13674         * ext/cdparanoia/Makefile.am:
13675         * ext/gnomevfs/Makefile.am:
13676         * ext/libvisual/Makefile.am:
13677         * ext/ogg/Makefile.am:
13678         * ext/theora/Makefile.am:
13679         * ext/vorbis/Makefile.am:
13680         * gst-libs/gst/video/Makefile.am:
13681         * gst/adder/Makefile.am:
13682         * gst/audioconvert/Makefile.am:
13683         * gst/audiorate/Makefile.am:
13684         * gst/audioscale/Makefile.am:
13685         * gst/ffmpegcolorspace/Makefile.am:
13686         * gst/playback/Makefile.am:
13687         * gst/sine/Makefile.am:
13688         * gst/subparse/Makefile.am:
13689         * gst/tags/Makefile.am:
13690         * gst/tcp/Makefile.am:
13691         * gst/typefind/Makefile.am:
13692         * gst/videorate/Makefile.am:
13693         * gst/videoscale/Makefile.am:
13694         * gst/videotestsrc/Makefile.am:
13695         * gst/volume/Makefile.am:
13696         * sys/v4l/Makefile.am:
13697         * sys/ximage/Makefile.am:
13698         * sys/xvimage/Makefile.am:
13699           adapt properly to this change. This should make sure that
13700           plugins and libs properly link to the as-yet-uninstalled
13701           copies of stuff like libgstinterfaces and libgstvideo
13702
13703 2005-07-13  Andy Wingo  <wingo@pobox.com>
13704
13705         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13706         (gst_v4lsrc_fixate): Fixate on format as well.
13707
13708         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13709         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13710         buffer points to it.
13711         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13712         rather just doing X calls ourselves. Also fixes a memleak.
13713
13714 2005-07-12  Andy Wingo  <wingo@pobox.com>
13715
13716         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13717         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13718         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13719         TRUE to avoid deadlocks if an element holds on to our buffers.
13720
13721 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13722
13723         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13724         (gst_sinesrc_init), (gst_sinesrc_create),
13725         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13726         (gst_sinesrc_start):
13727         * gst/sine/gstsinesrc.h:
13728           removing num-buffers property before moving it
13729
13730 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13731
13732         * configure.ac:
13733           use overridable ERROR_CFLAGS
13734         * docs/libs/gst-plugins-base-libs.types:
13735         * docs/libs/tmpl/gstringbuffer.sgml:
13736         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13737         (gst_alsasink_class_init):
13738         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13739         (gst_alsasrc_class_init):
13740         * gst-libs/gst/audio/audio.h:
13741         * gst-libs/gst/audio/gstaudioclock.h:
13742         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13743         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13744         (gst_audio_filter_link), (gst_audio_filter_init),
13745         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13746         (gst_audio_filter_get_property),
13747         (gst_audio_filter_class_add_pad_templates):
13748         * gst-libs/gst/audio/gstaudiofilter.h:
13749         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13750         (gst_audio_filter_template_get_type),
13751         (gst_audio_filter_template_base_init),
13752         (gst_audio_filter_template_class_init),
13753         (gst_audio_filter_template_init),
13754         (gst_audio_filter_template_set_property),
13755         (gst_audio_filter_template_get_property), (plugin_init),
13756         (gst_audio_filter_template_setup),
13757         (gst_audio_filter_template_filter),
13758         (gst_audio_filter_template_filter_inplace):
13759         * gst-libs/gst/audio/gstaudiosink.c:
13760         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13761         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13762         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13763         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13764         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13765         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13766         * gst-libs/gst/audio/gstaudiosink.h:
13767         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13768         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13769         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13770         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13771         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13772         (gst_audio_src_class_init), (gst_audio_src_init),
13773         (gst_audio_src_create_ringbuffer):
13774         * gst-libs/gst/audio/gstaudiosrc.h:
13775         * gst-libs/gst/audio/gstbaseaudiosink.c:
13776         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13777         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13778         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13779         (gst_base_audio_sink_set_property),
13780         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13781         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13782         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13783         (gst_base_audio_sink_create_ringbuffer),
13784         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13785         * gst-libs/gst/audio/gstbaseaudiosink.h:
13786         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13787         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13788         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13789         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13790         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13791         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13792         (gst_base_audio_src_event), (gst_base_audio_src_create),
13793         (gst_base_audio_src_create_ringbuffer),
13794         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13795         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13796         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13797         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13798         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13799         (gst_ring_buffer_debug_spec_caps),
13800         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13801         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13802         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13803         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13804         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13805         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13806         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13807         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13808         (gst_ring_buffer_clear):
13809         * gst-libs/gst/audio/gstringbuffer.h:
13810         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13811         (gst_video_sink_class_init), (gst_video_sink_get_type):
13812         * gst-libs/gst/video/videosink.h:
13813         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13814         (gst_multifdsink_class_init),
13815         (gst_multifdsink_handle_client_write),
13816         (gst_multifdsink_change_state):
13817         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13818         (gst_tcpclientsink_setcaps):
13819         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13820         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13821         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13822         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13823         (gst_ximagesink_send_pending_navigation),
13824         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13825         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13827         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13828         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13829         (gst_xvimagesink_send_pending_navigation),
13830         (gst_xvimagesink_navigation_send_event),
13831         (gst_xvimagesink_set_xwindow_id),
13832         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13833         (gst_xvimagesink_get_type):
13834         more macro splitting
13835
13836 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13837
13838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13839           plug a memleak, allows me to import 1479 albums in one go
13840           in jamboree
13841         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13842         (vorbis_handle_type_packet), (vorbis_dec_chain),
13843         (vorbis_dec_change_state):
13844           fix some format strings
13845
13846 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13847
13848         * docs/libs/tmpl/gstcolorbalance.sgml:
13849         * docs/libs/tmpl/gstmixer.sgml:
13850         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13851         (gst_alsasink_set_property), (gst_alsasink_get_property):
13852         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13853         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13854           add device property
13855
13856 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13857
13858         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13859         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13860         (audiocast_register_listener), (audiocast_thread_run),
13861         (gst_gnomevfssrc_send_additional_headers_callback),
13862         (gst_gnomevfssrc_received_headers_callback),
13863         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13864         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13865         (gst_gnomevfssrc_get_size):
13866           add/clean up debugging
13867         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13868           cleanups
13869
13870 2005-07-07  Andy Wingo  <wingo@pobox.com>
13871
13872         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13873         framerate. Need to get a handle on when exactly this function is
13874         called, tho.
13875
13876         * sys/v4l/v4lsrc_calls.h:
13877         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13878         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13879         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13880
13881         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13882         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13883         v4lelements are sources.
13884
13885         * sys/v4l/gstv4lxoverlay.h:
13886         * sys/v4l/gstv4lxoverlay.c:
13887         * sys/v4l/gstv4ltuner.h:
13888         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13889         
13890         * sys/v4l/gstv4lsrc.h:
13891         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13892         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13893         or something should handle that. Made a live source.
13894
13895         * sys/v4l/gstv4lelement.h:
13896         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13897         signals. Some cleanups.
13898
13899         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13900
13901         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13902         stuff.
13903
13904         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13905         stuff.
13906
13907         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13908
13909 2005-07-07  Wim Taymans  <wim@fluendo.com>
13910
13911         * ext/theora/theoradec.c: (theora_get_query_types),
13912         (theora_dec_src_getcaps), (theora_dec_push):
13913         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13915         Remove deprecated/unused query types.
13916
13917 2005-07-06  Wim Taymans  <wim@fluendo.com>
13918
13919         * ext/alsa/Makefile.am:
13920         * ext/alsa/gstalsaplugin.c: (plugin_init):
13921         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13922         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13923         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13924         (gst_alsasrc_class_init), (gst_alsasrc_init),
13925         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13926         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13927         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13928         (gst_alsasrc_reset):
13929         * ext/alsa/gstalsasrc.h:
13930         * gst-libs/gst/audio/Makefile.am:
13931         * gst-libs/gst/audio/gstaudiosink.c:
13932         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13933         (gst_audioringbuffer_start):
13934         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13935         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13936         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13937         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13938         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13939         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13940         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13941         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13942         * gst-libs/gst/audio/gstaudiosrc.h:
13943         * gst-libs/gst/audio/gstbaseaudiosink.c:
13944         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13945         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13946         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13947         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13948         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13949         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13950         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13951         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13952         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13953         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13954         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13955         (gst_baseaudiosrc_change_state):
13956         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13957         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13958         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13959         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13960         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13961         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13962         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13963         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13964         * gst-libs/gst/audio/gstringbuffer.h:
13965         Added audiosource base classes.
13966         Ported alsasrc, still very basic.
13967
13968 2005-07-06  Wim Taymans  <wim@fluendo.com>
13969
13970         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13971         (theora_dec_push), (theora_handle_data_packet):
13972         Prepare for better timestamp fix later.
13973
13974         * gst/audioconvert/gstaudioconvert.c:
13975         List most accurate caps first
13976
13977         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13978         Use proper pad task function.
13979
13980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13981         (gst_xvimagesink_show_frame):
13982         Fix deadlock when alloc failed.
13983
13984 2005-07-05  Andy Wingo  <wingo@pobox.com>
13985
13986         * ext/gnomevfs/gstgnomevfssrc.c:
13987         * gst/sine/gstsinesrc.c:
13988         * gst/tcp/gsttcpserversrc.c:
13989         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13990
13991         * sys/v4l/: Port from 0.8.
13992
13993         * Many files: Null if we got it....
13994
13995 2005-07-05  Andy Wingo  <wingo@pobox.com>
13996
13997         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13998         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13999         Signedness fixes.
14000
14001 2005-07-05  Wim Taymans  <wim@fluendo.com>
14002
14003         * configure.ac:
14004         * gst/tcp/Makefile.am:
14005         * gst/tcp/README:
14006         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14007         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14008         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14009         (is_sync_frame), (gst_multifdsink_handle_client_write),
14010         (gst_multifdsink_render), (gst_multifdsink_start),
14011         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14012         * gst/tcp/gstmultifdsink.h:
14013         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14014         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14015         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14016         * gst/tcp/gsttcp.h:
14017         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14018         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14019         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14020         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14021         * gst/tcp/gsttcpclientsink.h:
14022         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14023         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14024         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14025         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14026         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14027         * gst/tcp/gsttcpclientsrc.h:
14028         * gst/tcp/gsttcpplugin.c: (plugin_init):
14029         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14030         * gst/tcp/gsttcpserversink.h:
14031         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14032         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14033         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14034         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14035         (gst_tcpserversrc_stop):
14036         * gst/tcp/gsttcpserversrc.h:
14037         * gst/tcp/gsttcpsink.c:
14038         * gst/tcp/gsttcpsink.h:
14039         * gst/tcp/gsttcpsrc.c:
14040         * gst/tcp/gsttcpsrc.h:
14041         Ported tcp plugins to 0.9. 
14042         
14043
14044 2005-07-05  Andy Wingo  <wingo@pobox.com>
14045
14046         * gst/playback/gstplaybasebin.c (fill_buffer):
14047         message_new_application fixen.
14048
14049         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14050         Style fix.
14051
14052 2005-07-04  Wim Taymans  <wim@fluendo.com>
14053
14054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14055         Set caps on output buffer.
14056
14057 2005-07-04  Andy Wingo  <wingo@pobox.com>
14058
14059         * ext/gnomevfs/gstgnomevfssrc.c
14060         (gst_gnomevfssrc_received_headers_callback) 
14061         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14062         hopefully.
14063
14064         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14065         No refcount leakage.
14066
14067         * configure.ac: Enable -Werror.
14068         
14069         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14070         * gst/audioconvert/bufferframesconvert.c
14071         (buffer_frames_convert_fixate):
14072         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14073         (gst_audio_convert_fixate):
14074         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14075         (gst_sinesrc_create): Fixate func changes.
14076         
14077         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14078         (gst_ximagesink_buffer_alloc): Unused var.
14079
14080 2005-07-01  Andy Wingo  <wingo@pobox.com>
14081
14082         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14083         getcaps to do explicit caps. Needs to be done in all decoders,
14084         possibly via a base class.
14085
14086         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14087
14088         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14089         caps on the sink pad, just rely on the pad template. Also, setting
14090         ANY caps on a pad is not valid because the caps are not fixed.
14091
14092         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14093         caps on the buffer, and get the width from the desired_caps if
14094         they're set.
14095         (gst_ximagesink_renegotiate_size): Implement via setting the
14096         desired_caps on the ximagesink.
14097         (gst_ximagesink_setcaps): Only reset the width of the player if it
14098         wasn't already set. Not sure if this is right.
14099         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14100
14101         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14102         that the user wants. NULL unless the window has been resized.
14103
14104         * gst/volume/gstvolume.c (volume_transform): Adapt to
14105         basetransform refcount changes.
14106         
14107 2005-07-01  Andy Wingo  <wingo@pobox.com>
14108
14109         * gst/videoscale/gstvideoscale.c:
14110         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14111         from BaseTransform, implements a transform_caps. Removed dead code
14112         including some PAR stuff that was never reached -- should probably
14113         be added back somehow.
14114
14115 2005-07-01  Andy Wingo  <wingo@pobox.com>
14116
14117         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14118         come later.
14119
14120 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14121
14122         * configure.ac:
14123         * docs/libs/Makefile.am:
14124         * docs/libs/gst-plugins-libs.types:
14125         * ext/alsa/Makefile.am:
14126         * ext/alsa/gstalsamixer.h:
14127         * ext/alsa/gstalsamixeroptions.h:
14128         * ext/alsa/gstalsamixertrack.h:
14129         * gst-libs/gst/Makefile.am:
14130         * gst-libs/gst/colorbalance/.cvsignore:
14131         * gst-libs/gst/colorbalance/Makefile.am:
14132         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14133         * gst-libs/gst/colorbalance/colorbalance.c:
14134         * gst-libs/gst/colorbalance/colorbalance.h:
14135         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14136         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14137         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14138         * gst-libs/gst/interfaces/Makefile.am:
14139         * gst-libs/gst/interfaces/colorbalance.c:
14140         (gst_color_balance_class_init):
14141         * gst-libs/gst/interfaces/colorbalance.h:
14142         * gst-libs/gst/interfaces/interfaces-marshal.list:
14143         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14144         * gst-libs/gst/interfaces/mixer.h:
14145         * gst-libs/gst/interfaces/mixeroptions.h:
14146         * gst-libs/gst/interfaces/navigation.c:
14147         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14148         * gst-libs/gst/interfaces/tuner.h:
14149         * gst/volume/Makefile.am:
14150         * gst/volume/gstvolume.c:
14151         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14152         * sys/ximage/Makefile.am:
14153         * sys/ximage/ximagesink.c:
14154         * sys/xvimage/Makefile.am:
14155         * sys/xvimage/xvimagesink.c:
14156           fold in all interfaces into an interfaces dir, preserving CVS
14157           history
14158
14159 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14160
14161         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14162           Fix build after riff changes.
14163
14164 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14165
14166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14167         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14168         (gst_riff_create_video_template_caps),
14169         (gst_riff_create_audio_template_caps),
14170         (gst_riff_create_iavs_template_caps):
14171         * gst-libs/gst/riff/riff-media.h:
14172         * gst-libs/gst/riff/riff-read.h:
14173         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14174           Add gst_riff_init() to initialize the debug category, instead
14175           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14176
14177 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14178
14179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14180           Oops, I shouldn't apply hacks.
14181
14182 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14183
14184         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14185           Remove pad_loop function which doesn't work.
14186
14187 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14188
14189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14190           Send EOS when deactivating.
14191         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14192         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14193         (gen_preroll_element), (probe_triggered), (mute_stream),
14194         (silence_stream), (new_decoded_pad), (setup_substreams),
14195         (set_active_source):
14196         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14197         (remove_sinks), (add_sink):
14198         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14199           Change for new probe API.
14200
14201 2005-06-29  Wim Taymans  <wim@fluendo.com>
14202
14203         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14204         * gst-libs/gst/audio/gstbaseaudiosink.c:
14205         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14206         (gst_baseaudiosink_change_state):
14207         * gst-libs/gst/audio/gstbaseaudiosink.h:
14208         * gst-libs/gst/audio/gstringbuffer.c:
14209         (gst_ringbuffer_set_callback):
14210         Fix compilation error.
14211         Ringbuffer starts out as not running.
14212         Free our clock in dispose.
14213         When releasing the ringbuffer we need to renegotiate so
14214         clear the pad caps.
14215
14216 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14217
14218         * autogen.sh:
14219         * configure.ac:
14220         * docs/Makefile.am:
14221         * docs/libs/Makefile.am:
14222         * docs/libs/gst-plugins-libs-docs.sgml:
14223         * docs/libs/gst-plugins-libs-sections.txt:
14224         * docs/libs/gst-plugins-libs.types:
14225         * docs/libs/tmpl/gstaudio.sgml:
14226         * docs/libs/tmpl/gstcolorbalance.sgml:
14227         * docs/libs/tmpl/gstringbuffer.sgml:
14228         * gst-libs/gst/audio/gstringbuffer.c:
14229         (gst_ringbuffer_set_callback):
14230           reinstate gtk-doc docs for plugin libs
14231
14232 2005-06-28  Wim Taymans  <wim@fluendo.com>
14233
14234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14235         (gst_ogg_demux_init):
14236         Removed pad loop function.
14237
14238 2005-06-28  Wim Taymans  <wim@fluendo.com>
14239
14240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14241         If we're building a chain we are not in an error case
14242         when we queue a buffer.
14243
14244 2005-06-28  Andy Wingo  <wingo@pobox.com>
14245
14246         * *.c: Don't cast to GstObject before reffing/unreffing.
14247
14248 2005-06-27  Andy Wingo  <wingo@pobox.com>
14249
14250         * gst/videotestsrc/gstvideotestsrc.c
14251         (gst_videotestsrc_activate_push): Activation API changes.
14252
14253         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14254         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14255         they have refs on the decodebin.
14256
14257         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14258         parent class.
14259         (gst_ogg_pad_typefind): Don't leak a pad ref.
14260         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14261         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14262         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14263
14264 2005-06-27  Edward Hervey  <edward@fluendo.com>
14265
14266         * ext/theora/theoradec.c: (theora_dec_change_state): 
14267         re-arranged call to parent's state change in order to avoid locks (or
14268         worse).
14269
14270 2005-06-26  Edward Hervey  <edward@fluendo.com>
14271
14272         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14273         2nd argument of 'unknow-type' signal is a GstCaps and not a
14274         GstMiniObject
14275
14276 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14277         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14278           Set the worker thread's running flag to TRUE before starting the
14279           thread.
14280         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14281           Catch a failure to add typefind to the bin.
14282
14283 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14284
14285         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14286         (gst_sinesrc_init), (gst_sinesrc_create),
14287         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14288         (gst_sinesrc_start):
14289         * gst/sine/gstsinesrc.h:
14290           add num-buffers and timestamp-offset properties
14291         * gst/videotestsrc/gstvideotestsrc.c:
14292         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14293         (gst_videotestsrc_get_property):
14294           add timestamp-offset property
14295
14296 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14297
14298         * configure.ac: add videorate
14299         * gst-plugins-base.spec.in: add videorate
14300
14301 2005-06-23  Wim Taymans  <wim@fluendo.com>
14302
14303         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14304         (gst_videorate_getcaps), (gst_videorate_setcaps),
14305         (gst_videorate_event), (gst_videorate_chain):
14306         Fixed videorate, fixating an already fixated caps is not
14307         an error.
14308
14309 2005-06-23  Wim Taymans  <wim@fluendo.com>
14310
14311         * ext/ogg/README:
14312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14313         Buffer on caps is not boxed anymore.
14314
14315 2005-06-22  Wim Taymans  <wim@fluendo.com>
14316
14317         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14318         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14319         Set buffers on caps as miniobjects and not as boxed.
14320
14321 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14322
14323         * configure.ac:
14324           back to HEAD
14325
14326 === release 0.9.1 ===
14327
14328 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14329
14330         * .cvsignore:
14331         * NEWS:
14332         * README:
14333         * RELEASE:
14334         * configure.ac:
14335         * po/af.po:
14336         * po/az.po:
14337         * po/cs.po:
14338         * po/en_GB.po:
14339         * po/hu.po:
14340         * po/it.po:
14341         * po/nb.po:
14342         * po/nl.po:
14343         * po/or.po:
14344         * po/sq.po:
14345         * po/sr.po:
14346         * po/sv.po:
14347         * po/uk.po:
14348         * po/vi.po:
14349           updates for release
14350
14351 2005-06-09  Andy Wingo  <wingo@pobox.com>
14352
14353         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14354         
14355 2005-06-09  Andy Wingo  <wingo@pobox.com>
14356
14357         * configure.ac:
14358         * gst-libs/gst/Makefile.am:
14359         * gst-libs/gst/net/Makefile.am:
14360         Add gstnet to build.
14361
14362 2005-06-09  Andy Wingo  <wingo@pobox.com>
14363
14364         * gst-libs/gst/gconf/gconf.c:
14365         * gst/playback/test.c:
14366         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14367         fixes.
14368
14369         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14370
14371         * ext/theora/theoraenc.c (theora_enc_chain): 
14372         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14373
14374         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14375         RealPad.
14376
14377 2005-06-02  Wim Taymans  <wim@fluendo.com>
14378
14379         * gst-libs/gst/net/Makefile.am:
14380         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14381         * pkgconfig/gstreamer-libs.pc.in:
14382         Added net stuff, version net lib.
14383
14384 2005-06-02  Wim Taymans  <wim@fluendo.com>
14385
14386         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14387         (query_rates), (query_positions_elems), (query_positions_pads),
14388         (do_seek):
14389         Updated seek example.
14390
14391 2005-06-02  Andy Wingo  <wingo@pobox.com>
14392
14393         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14394         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14395         list.
14396
14397         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14398         remove the typefind, the bin dispose will do it for us. When it's
14399         removed and unreffed, the signal handler will be disconnected,
14400         too.
14401         (unlinked): It's too difficult to disconnect from unlinked
14402         handlers, as they are on pads not elements. Just punt if the pads
14403         aren't grandkids of the bin.
14404
14405 2005-06-02  Wim Taymans  <wim@fluendo.com>
14406
14407         * ext/ogg/README:
14408         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14409         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14411         * ext/theora/theoradec.c: (theora_dec_src_query),
14412         (theora_handle_data_packet):
14413         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14414         (theora_enc_chain):
14415         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14416         (vorbis_handle_data_packet):
14417         * gst/audioconvert/bufferframesconvert.c:
14418         (buffer_frames_convert_chain):
14419         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14420         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14421         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14422         (gst_ffmpegcsp_chain):
14423         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14424         (gst_videorate_getcaps), (gst_videorate_setcaps),
14425         (gst_videorate_event), (gst_videorate_chain):
14426         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14427         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14428         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14429         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14430         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14431         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14432         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14433         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14434         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14435         Cleanups and buffer alloc.
14436
14437 2005-05-31  Wim Taymans  <wim@fluendo.com>
14438
14439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14440         Don't try to call the delay method when the device is not
14441         opened.
14442
14443 2005-05-31  Wim Taymans  <wim@fluendo.com>
14444
14445         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14446         Get actual segment size and buffer size after opening
14447         the device.
14448
14449 2005-05-30  Wim Taymans  <wim@fluendo.com>
14450
14451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14452         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14453         Also FLUSH upstream, makes the loop function exit faster.
14454         
14455         * ext/theora/theoradec.c: (theora_dec_src_query):
14456         Some more debug info in the query.
14457         
14458         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14459         (gst_ximagesink_setcaps):
14460         Release lock on par error, better error reporting.
14461
14462 2005-05-26  Wim Taymans  <wim@fluendo.com>
14463
14464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14465         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14466         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14467         Clear chains in READY
14468         Queue packets until the chain is activated.
14469
14470 2005-05-25  Wim Taymans  <wim@fluendo.com>
14471
14472         * gst-libs/gst/audio/gstaudiosink.c:
14473         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14474         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14475         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14476         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14477         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14478         (gst_audiosink_create_ringbuffer):
14479         * gst-libs/gst/audio/gstbaseaudiosink.c:
14480         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14481         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14482         (gst_baseaudiosink_set_property), (build_linear_format),
14483         (debug_spec_caps), (debug_spec_buffer),
14484         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14485         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14486         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14487         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14488         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14489         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14490         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14491         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14492         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14493         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14494         (wait_segment), (gst_ringbuffer_commit),
14495         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14496         (gst_ringbuffer_clear):
14497         Various small cleanups.
14498
14499         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14500         (gst_audio_convert_change_state):
14501         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14502         No need to take the locks anymore.
14503
14504 2005-05-25  Wim Taymans  <wim@fluendo.com>
14505
14506         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14507         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14508         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14509         (type_found):
14510         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14511         (group_destroy), (group_commit), (queue_overrun),
14512         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14513         (mute_stream), (new_decoded_pad), (setup_substreams),
14514         (setup_source), (mute_group_type), (set_active_source),
14515         (gst_play_base_bin_change_state):
14516         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14517         (gen_video_element), (gen_text_element), (gen_audio_element),
14518         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14519         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14520         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14521         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14522         Some playbin cleanups mostly refcounting sloppyness.
14523
14524 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14525
14526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14527           Work with streaming input.
14528
14529 2005-05-25  Wim Taymans  <wim@fluendo.com>
14530
14531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14532         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14533         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14534         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14535         No need to take the STREAM lock anymore.
14536
14537 2005-05-25  Wim Taymans  <wim@fluendo.com>
14538
14539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14540         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14541         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14542         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14543         (gst_ogg_demux_sink_activate):
14544         * ext/theora/theoradec.c: (theora_dec_src_event),
14545         (theora_handle_comment_packet), (theora_dec_chain),
14546         (theora_dec_change_state):
14547         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14548         (vorbis_handle_data_packet), (vorbis_dec_chain),
14549         (vorbis_dec_change_state):
14550         Remove STREAM locks as they are taken in core now.
14551         Never set bogus granulepos on vorbis/theora.
14552         Fix leaks in theoradec tag parsing.
14553
14554 2005-05-25  Wim Taymans  <wim@fluendo.com>
14555
14556         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14557         Fix memleaks, GST_BUFFER_DATA() is not freed.
14558
14559 2005-05-25  Wim Taymans  <wim@fluendo.com>
14560
14561         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14562         Open non-blocking, set to blocking mode afterwards to avoid
14563         lockups when audio device is busy.
14564
14565 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14566
14567         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14568           This can't be good.
14569
14570 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14571
14572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14573         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14574         (gst_audio_convert_setcaps):
14575           Implement instant setup switching.
14576
14577 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14578
14579         * gst/playback/gstplaybasebin.c: (probe_triggered):
14580           Fix missing unlock.
14581         * gst/playback/gstplaybin.c: (add_sink):
14582           First add, then link (otherwise pad link fails).
14583
14584 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14585
14586         * examples/Makefile.am:
14587         fix buildbot (make distcheck)
14588
14589 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14590
14591         * gst/playback/gstplaybin.c: (gen_vis_element):
14592           Remove some wrong code. Doesn't work yet.
14593
14594 2005-05-19  Wim Taymans  <wim@fluendo.com>
14595
14596         * gst-libs/gst/net/Makefile.am:
14597         * gst-libs/gst/net/README:
14598         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14599         (gst_netbuffer_class_init), (gst_netbuffer_init),
14600         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14601         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14602         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14603         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14604         * gst-libs/gst/net/gstnetbuffer.h:
14605         Added buffer subclass to store extra to/from addresses for
14606         network sources/sinks.
14607
14608 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14609
14610         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14611           Don't lock an unassigned variable.
14612
14613 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14614
14615         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14616           Increase buffer for video, decrease buffer for other media types.
14617         * gst/playback/gstplaybin.c: (gen_video_element),
14618         (gen_audio_element):
14619           Change names for debugging purposes.
14620
14621 2005-05-18  Wim Taymans  <wim@fluendo.com>
14622
14623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14624         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14625         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14626         (gst_ffmpegcsp_chain):
14627         Enable buffer alloc passthrough if the source and dest
14628         formats are the same.
14629
14630 2005-05-17  Wim Taymans  <wim@fluendo.com>
14631
14632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14633         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14634         (gst_ogg_demux_chain_unlocked):
14635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14636         (gst_audio_convert_caps_remove_format_info),
14637         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14638         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14640         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14641         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14642         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14643         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14644         (gst_ffmpegcsp_get_property):
14645         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14646         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14647         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14648         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14649         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14650         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14651         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14652         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14653         Leak fixes in oggdemux.
14654         Some cleanups in audioconvert.
14655         Make passthrough work along with buffer_alloc etc.
14656         Make buffer_alloc and buffer recycling actually work in
14657         xvimagesink.
14658
14659 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14660
14661         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14662           make the compiler happy
14663
14664 2005-05-17  Wim Taymans  <wim@fluendo.com>
14665
14666         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14667         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14668         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14669         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14670         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14671         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14672         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14673         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14674         (gst_xvimagesink_set_xwindow_id):
14675         * sys/xvimage/xvimagesink.h:
14676         Port xvimagesink to new MiniObject.
14677
14678 2005-05-17  Wim Taymans  <wim@fluendo.com>
14679
14680         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14681         (gst_audiofilter_chain):
14682         * gst-libs/gst/audio/gstaudiosink.c:
14683         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14684         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14685         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14686         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14687         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14688         (gst_audiosink_create_ringbuffer):
14689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14690         (gst_audio_convert_caps_remove_format_info),
14691         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14692         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14693         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14694         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14695         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14696         Fix passthrough in ffmpegcolorspace.
14697         Fix memset in audiosink on wrong memory.
14698
14699 2005-05-16  David Schleef  <ds@schleef.org>
14700
14701         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14702         to GstMiniObject.
14703
14704 2005-05-16  David Schleef  <ds@schleef.org>
14705
14706         Port from GstData to GstMiniObject.
14707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14709         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14710         (gst_ogg_mux_collected):
14711         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14712         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14713         (theora_handle_data_packet):
14714         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14715         (theora_set_header_on_caps), (theora_enc_chain):
14716         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14717         (vorbis_handle_comment_packet):
14718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14719         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14720         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14721         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14722         * gst/audioconvert/gstaudioconvert.c:
14723         (gst_audio_convert_get_buffer):
14724         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14725         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14726         (mute_stream), (silence_stream):
14727         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14728         * gst/volume/gstvolume.c: (volume_transform):
14729         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14730         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14731         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14732         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14733         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14734         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14735         (gst_ximagesink_buffer_alloc):
14736         * sys/ximage/ximagesink.h:
14737
14738 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14739
14740         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14741         (fill_buffer), (check_queue), (queue_threshold_reached),
14742         (queue_out_of_data):
14743         * gst/playback/gstplaybasebin.h:
14744           Post buffer-fullness on the bus.
14745
14746 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14747
14748         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14749         (try_to_link_1):
14750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14751         (group_commit), (probe_triggered), (setup_source),
14752         (gst_play_base_bin_change_state):
14753         * gst/playback/gstplaybasebin.h:
14754         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14755         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14756         (gst_play_bin_change_state):
14757           Move setup_output_pads into a virtual function, remove
14758           group-switch (no longer needed) and redirect (handled by bus
14759           now) signals.
14760
14761 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14762
14763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14764         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14765         (get_active_group), (get_building_group), (group_destroy),
14766         (group_commit), (check_queue), (queue_overrun),
14767         (queue_threshold_reached), (queue_out_of_data),
14768         (gen_preroll_element), (remove_groups), (unknown_type),
14769         (add_element_stream), (no_more_pads), (probe_triggered),
14770         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14771         (setup_substreams), (setup_source), (finish_source),
14772         (prepare_output), (muted_group_change_state),
14773         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14774         (gst_play_base_bin_change_state):
14775         * gst/playback/gstplaybasebin.h:
14776         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14777         (gst_play_bin_init), (gst_play_bin_set_property),
14778         (gen_video_element), (gen_text_element), (gen_audio_element),
14779         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14780         (gst_play_bin_change_state):
14781         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14782         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14783         (stream_info_change_state), (gst_stream_info_set_mute),
14784         (gst_stream_info_get_property):
14785         * gst/playback/gststreaminfo.h:
14786         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14787         (gst_stream_selector_get_linked_pad),
14788         (gst_stream_selector_getcaps),
14789         (gst_stream_selector_get_linked_pads),
14790         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14791         * gst/playback/gststreamselector.h:
14792           Rough port of playbin. Needs some more work, but is mostly done,
14793           and uses a few locks in important places, which should make stuff
14794           like chain-switches clean. Still uses GST_STATE() in a few places,
14795           which isn't all that good an idea, subtitles/elements disabled
14796           because no elements to test with and thus probably broken, query
14797           and event handling moved to GstBin, internal thread removed
14798           alltogether because the pipeline does that for us now. Can play
14799           Ogg/Vorbis files. Haven't tested anything else yet.
14800
14801 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14802
14803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14804           Do no-more-pads (needed for autoplugging).
14805
14806 2005-05-10  Andy Wingo  <wingo@pobox.com>
14807
14808         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14809         message to the bus with the tags. Still not sent downstream tho.
14810
14811         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14812         get_parent.
14813         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14814         avoid refcounting hassles.
14815
14816 2005-05-09  Andy Wingo  <wingo@pobox.com>
14817
14818         * gst/volume/Makefile.am:
14819         * gst/volume/demo.c
14820         * gst/volume/gstvolume.h
14821         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14822         basetransform. Probably need an audio filter base class.
14823
14824 2005-05-09  Wim Taymans  <wim@fluendo.com>
14825
14826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14827         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14828         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14829         (gst_vorbisenc_chain):
14830         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14831         (gst_audio_convert_caps_remove_format_info),
14832         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14833         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14834         Make caps writable before writing to it.
14835         Fix negotiation in audioconvert some more.
14836
14837 2005-05-09  Wim Taymans  <wim@fluendo.com>
14838
14839         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14840         (gst_videorate_getcaps), (gst_videorate_setcaps),
14841         (gst_videorate_event), (gst_videorate_chain):
14842         Better negotiation.
14843
14844 2005-05-09  Wim Taymans  <wim@fluendo.com>
14845
14846         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14847         (gst_videorate_getcaps), (gst_videorate_setcaps),
14848         (gst_videorate_blank_data), (gst_videorate_init),
14849         (gst_videorate_event), (gst_videorate_chain),
14850         (gst_videorate_change_state):
14851         Port videorate, do a better job at negotiation while we're at
14852         it.
14853
14854 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14855
14856         * configure.ac:
14857           Disable libvisual
14858
14859         * examples/Makefile.am:
14860         * gst-libs/gst/audio/Makefile.am:
14861         * gst-libs/gst/riff/Makefile.am:
14862         * gst-libs/gst/tag/Makefile.am:
14863         * gst-libs/gst/video/Makefile.am:
14864           Fixups for missing variables.
14865
14866 2005-05-09  Wim Taymans  <wim@fluendo.com>
14867
14868         * examples/seeking/seek.c: (make_theora_pipeline),
14869         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14870         (query_rates), (query_positions_elems), (query_positions_pads),
14871         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14873         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14874         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14875         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14876         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14878         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14879         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14880         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14881         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14882         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14883         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14884         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14885         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14886         (theora_dec_src_convert), (theora_dec_sink_convert),
14887         (theora_dec_src_query), (theora_dec_sink_query),
14888         (theora_dec_src_event), (theora_dec_sink_event),
14889         (theora_handle_comment_packet), (theora_handle_type_packet),
14890         (theora_handle_header_packet), (theora_handle_data_packet),
14891         (theora_dec_chain):
14892         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14893         (vorbis_dec_convert), (vorbis_dec_src_query),
14894         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14895         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14896         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14897         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14899         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14900         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14901         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14902         (gst_play_bin_query):
14903         * gst/playback/test3.c: (update_scale):
14904         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14905         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14906         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14907         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14908         (gst_videotestsrc_src_query):
14909         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14910         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14911         (paint_hline_YUV9):
14912         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14913         Port to new query API.
14914         Updated seek.
14915         Cleanups in x[v]imagesink
14916
14917 2005-05-09  Andy Wingo  <wingo@pobox.com>
14918
14919         * ext/alsa/gstalsasink.h:
14920         * ext/gnomevfs/gstgnomevfssrc.c:
14921         (gst_gnomevfssrc_get_icy_metadata):
14922         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14923         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14924         * ext/theora/theoradec.c (theora_dec_src_query)
14925         (theora_dec_src_event, theora_dec_sink_event)
14926         (theora_handle_comment_packet, theora_handle_data_packet):
14927         * ext/theora/theoraenc.c (theora_enc_chain):
14928         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14929         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14930         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14931         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14932         (qt_type_find):
14933         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14934         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14935         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14936         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14937         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14938         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14939         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14940         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14941         (paint_setup_RGB565, paint_setup_xRGB1555):
14942         * gst/videotestsrc/videotestsrc.h:
14943         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14944         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14945         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14946         GCC4 fixes.
14947         
14948         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14949         gst_pad_query_position. Fixes oggdemux.
14950
14951 2005-05-08  David Schleef  <ds@schleef.org>
14952
14953         * configure.ac: Require liboil.
14954         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14955         a few more.
14956         * gst/videotestsrc/videotestsrc.c:
14957         * gst/videotestsrc/videotestsrc.h:
14958
14959 2005-05-06  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14962         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14963         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14964         Well, unreffing a buffer right before pushing it is asking
14965         for trouble..
14966
14967 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14968
14969         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14970
14971 2005-05-06  Wim Taymans  <wim@fluendo.com>
14972
14973         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14974         (gst_audio_convert_caps_remove_format_info),
14975         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14976         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14978         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14979         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14980         * gst/sine/Makefile.am:
14981         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14982         (gst_sinesrc_class_init), (gst_sinesrc_init),
14983         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14984         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14985         (gst_sinesrc_update_freq):
14986         * gst/sine/gstsinesrc.h:
14987         * gst/tcp/gstmultifdsink.c:
14988         * sys/xvimage/xvimagesink.c:
14989         Fixed negotiation wrt _peer_get_caps()
14990         Some cleanups.
14991
14992
14993 2005-05-06  Wim Taymans  <wim@fluendo.com>
14994
14995         * gst-libs/gst/audio/gstaudiosink.c:
14996         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14997         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14998         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14999         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15000         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15001         (gst_audiosink_create_ringbuffer):
15002         * gst-libs/gst/audio/gstbaseaudiosink.c:
15003         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15004         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15005         (gst_baseaudiosink_set_property), (build_linear_format),
15006         (debug_spec_caps), (debug_spec_buffer),
15007         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15008         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15009         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15010         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15011         * gst-libs/gst/audio/gstbaseaudiosink.h:
15012         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15013         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15014         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15015         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15016         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15017         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15018         (wait_segment), (gst_ringbuffer_commit),
15019         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15020         (gst_ringbuffer_clear):
15021         * gst-libs/gst/audio/gstringbuffer.h:
15022         Make the base audiosink return an error when there is no
15023         audiobuffer negotiated.
15024
15025 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15026
15027         * ext/Makefile.am:
15028         Disable cdparanoia until someone ports it!
15029
15030 2005-05-06  Wim Taymans  <wim@fluendo.com>
15031
15032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15033         (gst_ogg_demux_sink_activate):
15034         And revert after wingo's revert.. sigh..
15035
15036 2005-05-05  Andy Wingo  <wingo@pobox.com>
15037
15038         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15039         GObject.
15040         * configure.ac: Return audiorate and subparse from the ghetto.
15041         Re-enable -Wall -Werror.
15042         * gst/subparse/gstsubparse.c:
15043         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15044         or chain-based. Cleaned up a bit. Not tested.
15045         
15046 2005-05-05  Christian Schaller <christian@fluendo.com> 
15047
15048         * Makefile.am: remove stuff that is not building
15049         * configure.ac: remove stuff that is not building
15050         * examples/Makefile.am: remove stuff that is not building
15051         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15052         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15053         * sys/Makefile.am: remove stuff that is not building
15054         * testsuite/Makefile.am: remove stuff that is not building
15055
15056 2005-05-05  Andy Wingo  <wingo@pobox.com>
15057
15058         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15059         * gst-libs/gst/tag/gstvorbistag.c:
15060         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15061         * gst/adder/gstadder.h:
15062         * gst/audioconvert/gstchannelmix.c:
15063         (gst_audio_convert_fill_one_other):
15064         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15065         (gst_audiorate_init), (gst_audiorate_chain):
15066         * gst/playback/gstplaybasebin.c: (setup_source):
15067         * gst/playback/test3.c: (update_scale):
15068         Some GCC4 fixes
15069         
15070         * po/af.po:
15071         * po/az.po:
15072         * po/cs.po:
15073         * po/en_GB.po:
15074         * po/hu.po:
15075         * po/it.po:
15076         * po/nb.po:
15077         * po/nl.po:
15078         * po/or.po:
15079         * po/sq.po:
15080         * po/sr.po:
15081         * po/sv.po:
15082         * po/uk.po:
15083         * po/vi.po: Foo
15084
15085 2005-05-05  Wim Taymans  <wim@fluendo.com>
15086
15087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15088         (gst_audio_convert_caps_remove_format_info),
15089         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15090         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15091         * gst/videotestsrc/gstvideotestsrc.c:
15092         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15093         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15094         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15095         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15096         Don't ignore _push() return values.
15097         Make sure no processing is done when shutting down.
15098         Videotestsrc pad activation fix.
15099
15100 2005-05-05  Wim Taymans  <wim@fluendo.com>
15101
15102         * gst/adder/Makefile.am:
15103         * gst/adder/gstadder.c: (gst_adder_setcaps),
15104         (gst_adder_class_init), (gst_adder_init),
15105         (gst_adder_request_new_pad), (gst_adder_collected),
15106         (gst_adder_change_state):
15107         * gst/adder/gstadder.h:
15108         Ported adder as an example of a mixer element using
15109         collect pads. Needs more negotiation work.
15110
15111 2005-05-05  Wim Taymans  <wim@fluendo.com>
15112
15113         * ext/theora/theoradec.c: (_inc_granulepos),
15114         (theora_dec_src_event), (theora_dec_sink_event),
15115         (theora_handle_comment_packet), (theora_handle_type_packet),
15116         (theora_handle_header_packet), (theora_handle_data_packet),
15117         (theora_dec_chain):
15118         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15119         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15120         (theora_push_buffer), (theora_push_packet),
15121         (theora_enc_sink_event), (theora_enc_chain),
15122         (theora_enc_change_state), (theora_enc_set_property),
15123         (theora_enc_get_property):
15124         Added stream lock to decoder so that we can serialize
15125         the discont event.
15126         More theoraenc porting, recover from errors, do clean
15127         shutdown.
15128
15129 2005-05-05  Wim Taymans  <wim@fluendo.com>
15130
15131         * ext/ogg/Makefile.am:
15132         * ext/ogg/README:
15133         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15134         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15135         (gst_ogg_print):
15136         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15137         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15138         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15139         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15140         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15141         (gst_ogg_mux_change_state):
15142         Ported ogg muxer.
15143
15144 2005-05-05  Wim Taymans  <wim@fluendo.com>
15145
15146         * docs/design-audiosinks.txt:
15147         * gst-libs/gst/audio/TODO:
15148         * gst-libs/gst/audio/gstaudiosink.c:
15149         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15150         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15151         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15152         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15153         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15154         (gst_audiosink_create_ringbuffer):
15155         * gst-libs/gst/audio/gstbaseaudiosink.c:
15156         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15157         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15158         (gst_baseaudiosink_set_property), (build_linear_format),
15159         (debug_spec_caps), (debug_spec_buffer),
15160         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15161         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15162         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15163         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15164         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15165         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15166         (gst_ringbuffer_release), (gst_ringbuffer_play),
15167         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15168         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15169         (gst_ringbuffer_set_sample), (wait_segment),
15170         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15171         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15172         More work on the audiosink, mostly debugging and a race in
15173         shutdown.
15174
15175 2005-04-28  Wim Taymans  <wim@fluendo.com>
15176
15177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15178         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15179         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15180         (vorbis_dec_src_query), (vorbis_dec_src_event),
15181         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15182         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15183         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15184         Don't crap out when seeking back to position 0.
15185
15186 2005-04-28  Wim Taymans  <wim@fluendo.com>
15187
15188         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15189         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15190         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15191         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15192         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15193         Make audio sink configurable, use alsasink as default.
15194
15195 2005-04-28  Wim Taymans  <wim@fluendo.com>
15196
15197         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15198         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15199         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15200         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15201         (vorbis_dec_change_state):
15202         * ext/vorbis/vorbisdec.h:
15203         Refactor, use STREAM_LOCK.
15204
15205 2005-04-28  Wim Taymans  <wim@fluendo.com>
15206
15207         * ext/theora/theoradec.c: (_inc_granulepos),
15208         (theora_dec_sink_event), (theora_handle_comment_packet),
15209         (theora_handle_type_packet), (theora_handle_header_packet),
15210         (theora_handle_data_packet), (theora_dec_chain),
15211         (theora_dec_change_state):
15212         Refactor a bit, use STREAM_LOCK.
15213
15214 2005-04-28  Wim Taymans  <wim@fluendo.com>
15215
15216         * ext/alsa/Makefile.am:
15217         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15218         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15219         (gst_alsa_link), (gst_alsa_close_audio):
15220         * ext/alsa/gstalsaplugin.c: (plugin_init):
15221         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15222         (gst_alsasink_dispose), (gst_alsasink_base_init),
15223         (gst_alsasink_class_init), (gst_alsasink_init),
15224         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15225         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15226         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15227         (gst_alsasink_reset):
15228         * ext/alsa/gstalsasink.h:
15229         Implement alsasink with simple open/write/close API. 
15230         Make alsa dir build by disabling compilation of code.
15231
15232 2005-04-28  Wim Taymans  <wim@fluendo.com>
15233
15234         * gst-libs/gst/audio/Makefile.am:
15235         * gst-libs/gst/audio/audio.h:
15236         * gst-libs/gst/audio/audioclock.c:
15237         * gst-libs/gst/audio/audioclock.h:
15238         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15239         (gst_audio_clock_class_init), (gst_audio_clock_init),
15240         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15241         * gst-libs/gst/audio/gstaudioclock.h:
15242         * gst-libs/gst/audio/gstaudiosink.c:
15243         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15244         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15245         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15246         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15247         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15248         (gst_audiosink_create_ringbuffer):
15249         * gst-libs/gst/audio/gstbaseaudiosink.c:
15250         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15251         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15252         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15253         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15254         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15255         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15256         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15257         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15258         * gst-libs/gst/audio/gstbaseaudiosink.h:
15259         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15260         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15261         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15262         (gst_ringbuffer_release), (gst_ringbuffer_play),
15263         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15264         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15265         (gst_ringbuffer_set_sample), (wait_segment),
15266         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15267         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15268         * gst-libs/gst/audio/gstringbuffer.h:
15269         Make ringbuffer faster and more simple by removing the locks
15270         in the playback thread.
15271         Add sample accurate playback based on buffer sample offsets.
15272         Make the baseaudiosink provide a clock.
15273         Parse caps in the base class.
15274         Correctly handle seeking, flushing and state changes.
15275
15276 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15277
15278         * configure.ac:
15279         * gst/audioconvert/Makefile.am:
15280         * gst/audioscale/Makefile.am:
15281           Fix part of the build.  Come on guys, autogen didn't even work :)
15282
15283 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15284
15285         * configure.ac:
15286         * gst-libs/gst/Makefile.am:
15287         * gst-libs/gst/media-info/.cvsignore:
15288         * gst-libs/gst/media-info/Makefile.am:
15289         * gst-libs/gst/media-info/README:
15290         * gst-libs/gst/media-info/media-info-priv.c:
15291         * gst-libs/gst/media-info/media-info-priv.h:
15292         * gst-libs/gst/media-info/media-info-test.c:
15293         * gst-libs/gst/media-info/media-info.c:
15294         * gst-libs/gst/media-info/media-info.h:
15295         * gst-libs/gst/media-info/media-info.vcproj:
15296         * pkgconfig/Makefile.am:
15297         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15298         * pkgconfig/gstreamer-media-info.pc.in:
15299           Remove media-info, which is also successed by playbin (see Totem
15300           implementation).
15301
15302 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15303
15304         * configure.ac:
15305         * examples/Makefile.am:
15306         * examples/gstplay/.cvsignore:
15307         * examples/gstplay/Makefile.am:
15308         * examples/gstplay/player.c:
15309         * gst-libs/gst/Makefile.am:
15310         * gst-libs/gst/play/.cvsignore:
15311         * gst-libs/gst/play/Makefile.am:
15312         * gst-libs/gst/play/play.c:
15313         * gst-libs/gst/play/play.h:
15314         * gst-libs/gst/play/play.vcproj:
15315         * pkgconfig/Makefile.am:
15316         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15317         * pkgconfig/gstreamer-play.pc.in:
15318           Remove libgstplay, playbin is now the official successor.
15319
15320 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15321
15322         * configure.ac:
15323         * gst-libs/gst/Makefile.am:
15324         * gst-libs/gst/xwindowlistener/Makefile.am:
15325         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15326         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15327           Remove deprecated xwindowlistener (I've moved xwindowlistening
15328           in the v4l/v4l2 plugins over to serverside).
15329
15330 2005-04-25  David Schleef  <ds@schleef.org>
15331
15332         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15333         to examples/dynparams.  Examples do not belong interspersed with
15334         source code.
15335         * examples/dynparams/demo-dparams.c:
15336         * gst/sine/Makefile.am:
15337         * gst/sine/demo-dparams.c:
15338
15339 2005-04-25  David Schleef  <ds@schleef.org>
15340
15341         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15342         * gst-libs/gst/audio/Makefile.am:
15343         * gst-libs/gst/riff/Makefile.am:
15344         * gst-libs/gst/tag/Makefile.am:
15345         * gst-libs/gst/video/Makefile.am:
15346         * gst-libs/gst/xwindowlistener/Makefile.am:
15347
15348         Convert to 0.9 API, seems to work:
15349         * sys/ximage/Makefile.am:
15350         * sys/ximage/ximagesink.c:
15351
15352 2005-04-24  David Schleef  <ds@schleef.org>
15353
15354         Link plugins against libraries:
15355         * ext/alsa/Makefile.am:
15356         * gst/tcp/Makefile.am:
15357
15358         Remove asm code that should be in liboil
15359         * gst/videoscale/Makefile.am:
15360         * gst/videoscale/videoscale_x86_asm.s:
15361
15362         gettext wants these checked in:
15363         * po/af.po:
15364         * po/az.po:
15365         * po/cs.po:
15366         * po/en_GB.po:
15367         * po/hu.po:
15368         * po/it.po:
15369         * po/nb.po:
15370         * po/nl.po:
15371         * po/or.po:
15372         * po/sq.po:
15373         * po/sr.po:
15374         * po/sv.po:
15375         * po/uk.po:
15376         * po/vi.po:
15377
15378 2005-04-24  David Schleef  <ds@schleef.org>
15379
15380         Convert gst_main() to g_main_loop_run()
15381         * gst/playback/decodetest.c: (main):
15382         * gst/playback/test2.c: (main):
15383         * gst/playback/test3.c: (main):
15384         * gst/playback/test4.c: (main):
15385
15386         Link plugins against libraries:
15387         * ext/libvisual/Makefile.am:
15388         * sys/xvimage/Makefile.am:
15389
15390 2005-04-24  David Schleef  <ds@schleef.org>
15391
15392         * configure.ac: Remove idct and resample libs
15393         * gst-libs/gst/Makefile.am: same
15394
15395         Remove usage of gst_library_load():
15396         * ext/alsa/gstalsaplugin.c: (plugin_init):
15397         * ext/libvisual/visual.c: (plugin_init):
15398         * ext/ogg/gstogg.c: (plugin_init):
15399         * ext/theora/theora.c: (plugin_init):
15400         * ext/vorbis/vorbis.c: (plugin_init):
15401         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15402         * gst/audioscale/gstaudioscale.c:
15403         * gst/adder/gstadder.c: (plugin_init):
15404         * gst/audioconvert/plugin.c: (plugin_init):
15405         * sys/ximage/ximagesink.c: (plugin_init):
15406         * sys/xvimage/xvimagesink.c: (plugin_init):
15407         * gst/tcp/gsttcpplugin.c: (plugin_init):
15408
15409         Link plugins against libraries:
15410         * ext/ogg/Makefile.am:
15411         * ext/theora/Makefile.am:
15412         * ext/vorbis/Makefile.am:
15413         * gst/audioconvert/Makefile.am:
15414
15415         Create proper libraries:
15416         * gst-libs/gst/riff/Makefile.am:
15417         * gst-libs/gst/audio/Makefile.am:
15418         * gst-libs/gst/video/Makefile.am:
15419
15420         Move resample library to audioscale plugin directory:
15421         * gst-libs/gst/resample/Makefile.am:
15422         * gst-libs/gst/resample/README:
15423         * gst-libs/gst/resample/dtof.c:
15424         * gst-libs/gst/resample/dtos.c:
15425         * gst-libs/gst/resample/functable.c:
15426         * gst-libs/gst/resample/private.h:
15427         * gst-libs/gst/resample/resample.c:
15428         * gst-libs/gst/resample/resample.h:
15429         * gst-libs/gst/resample/resample.vcproj:
15430         * gst-libs/gst/resample/test.c:
15431         * gst/audioscale/Makefile.am:
15432         * gst/audioscale/README:
15433         * gst/audioscale/dtof.c:
15434         * gst/audioscale/dtos.c:
15435         * gst/audioscale/functable.c:
15436         * gst/audioscale/private.h:
15437         * gst/audioscale/resample.c:
15438         * gst/audioscale/resample.h:
15439         * gst/audioscale/test.c:
15440
15441         Move tagedit library to gst-libs:
15442         * gst-libs/gst/tag/Makefile.am:
15443         * gst-libs/gst/tag/gstid3tag.c:
15444         * gst-libs/gst/tag/gsttagediting.c:
15445         * gst-libs/gst/tag/gsttageditingprivate.h:
15446         * gst-libs/gst/tag/gstvorbistag.c:
15447         * gst/tags/Makefile.am:
15448         * gst/tags/gstid3tag.c:
15449         * gst/tags/gstvorbistag.c:
15450
15451         Fix for core changes:
15452         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15453         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15454         (gst_sinesrc_getrange):
15455
15456 2005-04-23  David Schleef  <ds@schleef.org>
15457
15458         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15459         in gst-plugins in a long time, and properly belongs in liboil.
15460         * gst-libs/gst/idct/Makefile.am:
15461         * gst-libs/gst/idct/README:
15462         * gst-libs/gst/idct/dct.h:
15463         * gst-libs/gst/idct/doieee:
15464         * gst-libs/gst/idct/fastintidct.c:
15465         * gst-libs/gst/idct/floatidct.c:
15466         * gst-libs/gst/idct/idct.c:
15467         * gst-libs/gst/idct/idct.h:
15468         * gst-libs/gst/idct/idtc.vcproj:
15469         * gst-libs/gst/idct/ieeetest.c:
15470         * gst-libs/gst/idct/intidct.c:
15471
15472 2005-04-20  Wim Taymans  <wim@fluendo.com>
15473
15474         * docs/design-audiosinks.txt:
15475         * gst-libs/gst/audio/Makefile.am:
15476         * gst-libs/gst/audio/TODO:
15477         * gst-libs/gst/audio/gstaudiosink.c:
15478         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15479         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15480         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15481         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15482         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15483         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15484         (gst_audiosink_class_init), (gst_audiosink_init),
15485         (gst_audiosink_create_ringbuffer):
15486         * gst-libs/gst/audio/gstaudiosink.h:
15487         * gst-libs/gst/audio/gstbaseaudiosink.c:
15488         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15489         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15490         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15491         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15492         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15493         (gst_baseaudiosink_create_ringbuffer),
15494         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15495         * gst-libs/gst/audio/gstbaseaudiosink.h:
15496         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15497         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15498         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15499         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15500         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15501         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15502         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15503         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15504         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15505         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15506         * gst-libs/gst/audio/gstringbuffer.h:
15507         An attempt at a set of audio base classes together with some
15508         design docs.
15509
15510 2005-04-20  Wim Taymans  <wim@fluendo.com>
15511
15512         * gst/audioconvert/Makefile.am:
15513         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15514         (gst_audio_convert_caps_remove_format_info),
15515         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15516         (gst_audio_convert_channels):
15517         Link against audio libs.
15518         Fix audio convert plugin.
15519
15520 2005-04-20  Wim Taymans  <wim@fluendo.com>
15521
15522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15523         (gst_ogg_demux_sink_activate):
15524         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15525         (theora_set_header_on_caps), (theora_enc_sink_event),
15526         (theora_enc_chain):
15527         Fix theora encoder.
15528
15529 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15530
15531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15532         * gst/playback/gstdecodebin.c: (find_compatibles):
15533           Work with staticpadtemplates in elementfactories.
15534
15535 2005-04-12  Wim Taymans  <wim@fluendo.com>
15536
15537         * gst/playback/README:
15538         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15539         (compare_ranks), (print_feature), (gst_decode_bin_init),
15540         (dynamic_create), (dynamic_free), (find_compatibles),
15541         (mimetype_is_raw), (close_pad_link), (got_redirect),
15542         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15543         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15544         (gst_decode_bin_change_state):
15545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15546         (gst_play_base_bin_init), (group_destroy), (group_commit),
15547         (check_queue), (queue_overrun), (queue_threshold_reached),
15548         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15549         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15550         (got_redirect), (setup_source), (play_base_eos),
15551         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15552         (gst_play_base_bin_remove_element):
15553         * gst/playback/gstplaybasebin.h:
15554         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15555         (gst_play_bin_init), (gst_play_bin_dispose),
15556         (gst_play_bin_set_property), (gen_video_element),
15557         (gen_text_element), (gen_audio_element), (remove_sinks),
15558         (gst_play_bin_send_event):
15559         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15560         (stream_info_change_state), (gst_stream_info_set_mute):
15561         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15562         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15563         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15564         (gst_stream_selector_chain):
15565         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15566         (main):
15567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15568         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15569         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15570         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15571         Raw and crude port of decodebin. 
15572         Make playbin compile.
15573
15574 2005-04-06  Wim Taymans  <wim@fluendo.com>
15575
15576         * ext/gnomevfs/Makefile.am:
15577         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15578         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15579         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15580         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15581         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15582         (gst_gnomevfssrc_stop):
15583         * ext/ogg/Makefile.am:
15584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15585         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15586         * ext/theora/Makefile.am:
15587         * ext/theora/theoradec.c: (_inc_granulepos),
15588         (theora_dec_sink_event), (theora_dec_chain):
15589         * ext/vorbis/Makefile.am:
15590         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15591         (vorbis_dec_sink_event), (vorbis_dec_chain):
15592         * gst-libs/gst/audio/Makefile.am:
15593         * sys/xvimage/Makefile.am:
15594         Make gnomevfssrc extend the source base class.
15595         Fix linking against libs in various plugins.
15596
15597 2005-04-06  Andy Wingo  <wingo@pobox.com>
15598
15599         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15600         GST_BASE_LIBS.
15601
15602         * configure.ac: Add check and AC_SUBST for libgstbase.
15603
15604 2005-03-31  Wim Taymans  <wim@fluendo.com>
15605
15606         * examples/seeking/Makefile.am:
15607         * examples/seeking/cdparanoia.c: (main):
15608         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15609         (play_cb), (pause_cb), (stop_cb), (main):
15610         * examples/seeking/playbin.c:
15611         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15612         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15613         (make_sid_pipeline), (make_vorbis_pipeline),
15614         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15615         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15616         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15617         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15618         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15619         (stop_cb), (main):
15620         * examples/seeking/spider_seek.c:
15621         * examples/seeking/vorbisfile.c:
15622         * ext/gnomevfs/Makefile.am:
15623         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15624         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15625         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15626         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15627         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15628         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15629         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15630         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15631         * ext/ogg/README:
15632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15633         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15634         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15635         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15636         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15637         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15638         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15639         (gst_ogg_demux_factory_filter), (compare_ranks),
15640         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15641         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15642         (gst_ogg_chain_new), (gst_ogg_chain_free),
15643         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15644         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15645         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15646         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15647         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15648         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15649         (gst_ogg_demux_get_prev_page),
15650         (gst_ogg_demux_deactivate_current_chain),
15651         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15652         (gst_ogg_demux_bisect_forward_serialno),
15653         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15654         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15655         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15656         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15657         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15658         (gst_ogg_demux_change_state), (gst_ogg_print):
15659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15660         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15661         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15662         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15663         (gst_ogg_mux_loop):
15664         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15665         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15666         (theora_dec_src_convert), (theora_dec_sink_convert),
15667         (theora_dec_src_query), (theora_dec_src_event),
15668         (theora_dec_sink_event), (theora_dec_chain),
15669         (theora_dec_change_state):
15670         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15671         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15672         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15673         (theora_enc_change_state):
15674         * ext/vorbis/Makefile.am:
15675         * ext/vorbis/oggvorbisenc.c:
15676         * ext/vorbis/oggvorbisenc.h:
15677         * ext/vorbis/vorbis.c: (plugin_init):
15678         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15679         (vorbis_dec_src_query), (vorbis_dec_src_event),
15680         (vorbis_dec_sink_event), (vorbis_dec_chain),
15681         (vorbis_dec_change_state):
15682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15683         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15684         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15685         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15686         (gst_vorbisenc_change_state):
15687         * ext/vorbis/vorbisenc.h:
15688         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15689         * gst-libs/gst/audio/audioclock.c:
15690         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15691         (gst_audiofilter_init), (gst_audiofilter_chain):
15692         * gst-libs/gst/audio/testchannels.c: (main):
15693         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15694         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15695         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15696         (gmip_find_track_streaminfo), (gmip_find_track_format):
15697         * gst-libs/gst/media-info/media-info.c:
15698         (gst_media_info_read_idler):
15699         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15700         (gst_play_get_all_by_interface):
15701         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15702         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15703         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15704         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15705         (gst_riff_parse_info):
15706         * gst-libs/gst/riff/riff-read.h:
15707         * gst-libs/gst/riff/riff.c: (plugin_init):
15708         * gst-libs/gst/video/Makefile.am:
15709         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15710         (gst_videosink_class_init), (gst_videosink_get_type):
15711         * gst-libs/gst/video/videosink.h:
15712         * gst/audioconvert/bufferframesconvert.c:
15713         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15714         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15715         * gst/audioconvert/channelmixtest.c: (main):
15716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15717         (gst_audio_convert_chain),
15718         (gst_audio_convert_caps_remove_format_info),
15719         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15720         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15721         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15722         (gst_audio_convert_buffer_to_default_format),
15723         (gst_audio_convert_buffer_from_default_format),
15724         (gst_audio_convert_channels):
15725         * gst/audioconvert/gstchannelmix.h:
15726         * gst/ffmpegcolorspace/avcodec.h:
15727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15728         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15729         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15730         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15731         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15732         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15733         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15734         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15735         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15736         (dv_type_find):
15737         * gst/videotestsrc/gstvideotestsrc.c:
15738         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15739         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15740         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15741         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15742         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15743         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15744         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15746         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15747         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15748         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15749         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15750         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15751         (gst_xvimagesink_navigation_send_event),
15752         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15753         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15754         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15755         * sys/xvimage/xvimagesink.h:
15756         Plugin port to 0.9, ogg/theora playback should work in the seek
15757         example now.
15758         Removed old examples.
15759         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15760         explained in 0.9 TODO doc.
15761
15762
15763 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15764
15765         * autogen.sh:
15766         * configure.ac:
15767         * ext/Makefile.am:
15768         * gst/Makefile.am:
15769         * po/POTFILES.in:
15770         * po/af.po:
15771         * po/az.po:
15772         * po/cs.po:
15773         * po/en_GB.po:
15774         * po/hu.po:
15775         * po/it.po:
15776         * po/nb.po:
15777         * po/nl.po:
15778         * po/or.po:
15779         * po/sq.po:
15780         * po/sr.po:
15781         * po/sv.po:
15782         * po/uk.po:
15783         * po/vi.po:
15784         * sys/Makefile.am:
15785         * testsuite/Makefile.am:
15786           remove a whole bunch of plugins.  This module now contains a set
15787           of free reference plugins/elements as agreed.
15788
15789 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15790
15791         * configure.ac:
15792           hunting season on 0.9 is now OPEN
15793
15794 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15795
15796         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15797           Kick the hell out of gcc for not warning me about a symbol conflict.
15798
15799 2005-02-22  Luca Ognibene  <luogni@tin.it>
15800
15801         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15802
15803         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15804           Don't leak caps string (fixes #168134)
15805
15806         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15807         (gst_jpegenc_init), (gst_jpegenc_finalize),
15808         (gst_jpegenc_change_state):
15809           Don't leak line buffers and context struct (fixes #168133).
15810
15811 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         * configure.ac:
15814         * ext/dirac/gstdiracdec.cc:
15815         (gst_diracdec_chain):
15816           Since dirac 0.5.0 the framerate in dirac is expressed as a
15817           rational number. Fix build and up requirement to 0.5.0, and
15818           also pass parameters to gst_diracdec_link in the right order
15819           (fixes #167959).
15820
15821 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15822
15823         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15824         * ext/faad/gstfaad.h:
15825         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15826         certain invalid muxed streams, where some packets will contain 
15827         junk after decoder data. Partially fixes #149158.
15828
15829 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15830         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15831           Make sure we only write to writable buffers
15832
15833 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15834
15835         * gst-libs/gst/riff/riff-media.c:
15836         (gst_riff_create_audio_caps_with_data):
15837           Do actually fix invalid RIFF fmt header values for alaw
15838           and mulaw audio instead of just saying so.
15839
15840         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15841           Give gst_riff_create_audio_caps_with_data() a chance to
15842           fix up broken format header fields before extracting any
15843           parameters from the header. (fixes #167633)
15844
15845 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15846
15847         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15848
15849         * gst/audioconvert/bufferframesconvert.c:
15850         (buffer_frames_convert_link):
15851           Don't leak othercaps. (fixes #167878)
15852
15853 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15854
15855         * configure.ac:
15856         * ext/libvisual/visual.c: (gst_visual_srclink),
15857         (gst_visual_change_state):
15858           Support libvisual 0.2.0.
15859
15860 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15861
15862         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15863         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15864           Use same rowstrides for I420 as used everywhere else.
15865
15866 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15867
15868         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15869           Declare variables at beginning of block and make gcc-2.95 happy
15870           (fixes # 167482, patch by Gergely Nagy).
15871           
15872         * gst/tcp/gsttcpclientsrc.c:
15873         * gst/tcp/gsttcpclientsrc.h:
15874           Move some includes into the header, so that struct sockaddr_in is
15875           defined when it should be defined on FreeBSD as well (fixes
15876           #167483).
15877           
15878         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15879           Don't pass uninitialised values to setsockopt() here either.
15880
15881 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15882
15883         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15884
15885         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15886           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15887
15888 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15889
15890         * gst/playback/gstplaybin.c: (add_sink):
15891           Invert bin_add/link order to workaround deadlock in opt.
15892
15893 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15894
15895         * gst/modplug/gstmodplug.cc:
15896           Add missing break causing position queries to fail.
15897
15898 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15899
15900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15901           Granpos can apparently be -1, which screws up calculations...
15902
15903 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15904
15905         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15906         (gst_ximagesink_send_pending_navigation),
15907         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15908         (gst_ximagesink_init):
15909         * sys/ximage/ximagesink.h:
15910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15911         (gst_xvimagesink_send_pending_navigation),
15912         (gst_xvimagesink_navigation_send_event),
15913         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15914         * sys/xvimage/xvimagesink.h:
15915           Use a mutex protected list to marshal navigation
15916           events into the stream thread from whichever thread
15917           sends them.
15918
15919 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15922           Display current position and track length; misc. clean-ups.
15923           
15924         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15925         (speed_init), (speed_chain):
15926           Add query function, so that the stream length and current position
15927           get adjusted when queried (note that current position queries may
15928           still be wrong if the audio sink returns values based on buffer
15929           timestamps instead of passing on the query).
15930
15931 2005-02-13  Benjamin Otte  <otte@gnome.org>
15932
15933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15934         (gst_audio_convert_channels):
15935           create channel conversion matrix when linking
15936         * gst/audioconvert/.cvsignore:
15937         * gst/audioconvert/Makefile.am:
15938         * gst/audioconvert/channelmixtest.c: (main):
15939           add (ugly) test that ensures stereo <=> mono conversion works
15940           correctly
15941
15942 2005-02-13  Benjamin Otte  <otte@gnome.org>
15943
15944         * gst/audioconvert/gstchannelmix.h:
15945           include missing header file
15946         * gst/audioconvert/gstchannelmix.c:
15947         (gst_audio_convert_fill_compatible):
15948           use same sign for both channels when converting to/from compatible
15949           channel. Previously used different signs made the signals cancel
15950           each other out and appear like silence. (fixes #167269)
15951
15952 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15953
15954         * gst/ffmpegcolorspace/avcodec.h:
15955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15956         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15957         (gst_ffmpegcsp_avpicture_fill):
15958         * gst/ffmpegcolorspace/imgconvert.c:
15959           Convert to and from YV12 (fixes #156379).
15960
15961 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15962
15963         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15964         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15965         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15966         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15967         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15968         methods from chain and negotiation and vice versa (Fixes #166142).
15969         * sys/ximage/ximagesink.h: Add stream_lock.
15970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15971         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15972         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15973         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15974
15975 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15976
15977         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15978           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15979           error message when we can't open the DVD device (when dvdnav_open()
15980           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15981           the above). Send something more useful instead (fixes #167117).
15982
15983 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15984
15985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15986         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15987         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15988         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15989         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15990         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15991         methods from chain and negotiation and vice versa (Fixes #166142).
15992         Fix a possible bug of images in the buffer pool being discarded because
15993         we are looking at the wrong geometry.
15994         * sys/xvimage/xvimagesink.h: Add stream_lock.
15995
15996 2005-02-11  David Schleef  <ds@schleef.org>
15997
15998         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15999         unsigned int. (fixes #167128)
16000
16001 2005-02-11  David Schleef  <ds@schleef.org>
16002
16003         * gst/librfb/Makefile.am: Testing stuff before committing is
16004           for wimps... and people with fast machines.  Fix stupid
16005           mistake.
16006
16007 2005-02-11  David Schleef  <ds@schleef.org>
16008
16009         * configure.ac: Pull in librfb from my CVS tree, because it is
16010           too small and annoying to be separate.  Move rfbsrc plugin
16011           to gst/.
16012         * ext/Makefile.am:
16013         * ext/librfb/Makefile.am:
16014         * ext/librfb/gstrfbsrc.c:
16015         * gst/librfb/Makefile.am:
16016         * gst/librfb/gstrfbsrc.c:
16017         * gst/librfb/rfb.c:
16018         * gst/librfb/rfb.h:
16019         * gst/librfb/rfbbuffer.c:
16020         * gst/librfb/rfbbuffer.h:
16021         * gst/librfb/rfbbytestream.c:
16022         * gst/librfb/rfbbytestream.h:
16023         * gst/librfb/rfbcontext.h:
16024         * gst/librfb/rfbdecoder.c:
16025         * gst/librfb/rfbdecoder.h:
16026         * gst/librfb/rfbutil.h:
16027
16028 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16029
16030         * gst/speed/Makefile.am:
16031         * gst/speed/demo-mp3.c: (main):
16032         * gst/speed/filter.func:
16033         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16034         (speed_class_init), (speed_init), (speed_chain_int16),
16035         (speed_chain_float32), (speed_chain), (speed_set_property),
16036         (speed_get_property), (speed_change_state):
16037         * gst/speed/gstspeed.h:
16038           Fix speed element and make it chain-based (fixes #156467),
16039           and make it handle more than one channel.
16040
16041 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16042
16043         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16044         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16045         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16046         * ext/dts/gstdtsdec.h:
16047           Don't clobber the stack constructing the channels array.
16048           Make the element chain-based. DTS tracks can now be played.
16049           
16050 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         * gst-libs/gst/audio/multichannel.h:
16053         * gst-libs/gst/gconf/gconf.h:
16054         * gst-libs/gst/idct/idct.h:
16055         * gst-libs/gst/media-info/media-info-priv.h:
16056         * gst-libs/gst/play/play.h:
16057         * gst-libs/gst/resample/private.h:
16058         * gst-libs/gst/resample/resample.h:
16059         * gst-libs/gst/riff/riff-ids.h:
16060         * gst-libs/gst/video/video.h:
16061         * gst-libs/gst/video/videosink.h:
16062           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16063           missing, so that they work when included from C++ code.
16064
16065 2005-02-09  David Schleef  <ds@schleef.org>
16066
16067         * testsuite/gst-lint: Check for non-statically scoped
16068           parent_class variables.  This won't be a problem once
16069           plugins are loaded with RTLD_LOCAL.
16070
16071 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16072
16073         * ext/mplex/gstmplexibitstream.cc:
16074           gcc madness.
16075
16076 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16077
16078         * ext/ogg/gstogmparse.c:
16079         * gst/debug/gstnavigationtest.c:
16080           Die, thou faulty symbol pollutors (non-static parent_class).
16081
16082 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16083
16084         * ext/mplex/gstmplexibitstream.cc:
16085           Fix event handling (#165525).
16086
16087 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16088
16089         * ext/mikmod/gstmikmod.c:
16090         * gst/modplug/gstmodplug.cc:
16091           Add missing endianness to template (fixes #165509).
16092
16093 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16094
16095         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16096           Fix wrong order of reading of optional bytes (#165290).
16097
16098 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16099
16100         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16101           Implement FILLER event awareness.
16102
16103 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16104
16105         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16106           Fix track calculations (#166208).
16107
16108 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16109
16110         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16111
16112         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16113         * ext/libpng/gstpngenc.c:
16114           Fix byte-order, use proper fixed caps. Fixes #164197.
16115
16116 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16117
16118         * configure.ac:
16119           Add dvdlpcmdec 
16120
16121         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16122         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16123           Don't push buffers if the src pad isn't negotiated yet.
16124           
16125         * gst/audioconvert/gstaudioconvert.c:
16126         (gst_audio_convert_buffer_to_default_format),
16127         (gst_audio_convert_buffer_from_default_format):
16128           Add support for 24-bit width.
16129
16130         * gst/dvdlpcmdec/.cvsignore:
16131         * gst/dvdlpcmdec/Makefile.am:
16132         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16133         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16134         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16135         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16136         (plugin_init):
16137         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16138           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16139           format. Needs support for the channels maps if someone can find 
16140           a DVD LPCM track with > 2 channels.
16141
16142         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16143         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16144         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16145         * gst/mpegstream/gstdvddemux.h:
16146         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16147         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16148         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16149         * gst/mpegstream/gstmpegdemux.h:
16150         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16151         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16152         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16153         (gst_mpeg_parse_handle_src_query),
16154         (gst_mpeg_parse_handle_src_event):
16155           Use audio/x-dvd-lpcm for LPCM output.
16156           Add DTS output.
16157
16158 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16159
16160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16161
16162         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16163         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16164           Add BGRA handling (#165736).
16165
16166 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16167
16168         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16169
16170         * gst/law/alaw-decode.c: (alawdec_link):
16171         * gst/law/alaw-encode.c: (alawenc_link):
16172         * gst/law/mulaw-decode.c: (mulawdec_link):
16173         * gst/law/mulaw-encode.c: (mulawenc_link):
16174           Fix caps memleaks (#166600).
16175
16176 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * ext/tarkin/mem.h:
16179         * ext/tarkin/wavelet.h:
16180         * ext/tarkin/yuv.h:
16181         * gst/ffmpegcolorspace/avcodec.h:
16182           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16183           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16184
16185 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16186
16187         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16189         (gst_xvimagesink_change_state):
16190           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16191           Xv video (and thereby regenerate Xv colourkey) in clear() so
16192           that PLAY -> READY -> PLAY works (fixes #162504).
16193
16194 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16195
16196         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16197           Switch to list instead of range, since MJPEG-devices really just
16198           support decimations, not any size.
16199
16200 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16201         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16202         (gst_mpeg2dec_reset), (free_all_buffers),
16203         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16204         * ext/mpeg2dec/gstmpeg2dec.h:
16205           The libmpeg2 user-allocated buffer management is awkward, 
16206           to say the least. Hopefully this fixes things.
16207
16208 2005-02-04  Andy Wingo  <wingo@pobox.com>
16209
16210         * gst/audioconvert/bufferframesconvert.c
16211         (buffer_frames_convert_fixate): New function, fixates to 256
16212         frames per buffer by default. (Much better than 1.)
16213         (buffer_frames_convert_init): Set the fixate function for both src
16214         and sink pad.
16215         (buffer_frames_convert_link): After success setting nonfixed caps,
16216         get the negotiated caps so we can know how many buffer-frames it
16217         will be. No idea how this worked at all before.
16218
16219 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16220
16221         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16222         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16223         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16224         (handle_sequence), (handle_picture):
16225         * ext/mpeg2dec/gstmpeg2dec.h:
16226           Rearrange buffer tracking and refcounting and refactor
16227           a little for readability. 
16228
16229 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16230         * sys/v4l/gstv4l.c: (plugin_init):
16231         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16232         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16233         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16234         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16235         * sys/v4l/gstv4ljpegsrc.h:
16236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16237         * sys/v4l/v4l_calls.h:
16238         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16239         (gst_v4lsrc_get_fps):
16240         * sys/v4l/v4lsrc_calls.h:
16241           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16242           you jpeg inside rgb frames" driver.
16243           Don't error in the v4lsrc link function, just return 
16244           REFUSED.
16245
16246 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16247
16248         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16249         (gst_qcamsrc_open):
16250           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16251
16252 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16253
16254         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16255           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16256
16257 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16258
16259         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16260           Reset negotiated state on PAUSED->READY.
16261
16262 2005-02-02  David Schleef  <ds@schleef.org>
16263
16264         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16265         whereever possible.  (Fixes #165997)
16266         * examples/capsfilter/capsfilter1.c: (main):
16267         * examples/dynparams/filter.c: (create_ui):
16268         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16269         * examples/seeking/chained.c: (main):
16270         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16271         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16272         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16273         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16274         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16275         * examples/switch/switcher.c: (main):
16276         * ext/dv/demo-play.c: (main):
16277         * ext/faad/gstfaad.c: (gst_faad_change_state):
16278         * ext/mad/gstmad.c: (gst_mad_chain):
16279         * ext/smoothwave/demo-osssrc.c: (main):
16280         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16281         (gst_gconf_render_bin_from_description),
16282         (gst_gconf_get_default_audio_sink),
16283         (gst_gconf_get_default_video_sink),
16284         (gst_gconf_get_default_audio_src),
16285         (gst_gconf_get_default_video_src),
16286         (gst_gconf_get_default_visualization_element):
16287         * gst/level/demo.c: (main):
16288         * gst/level/plot.c: (main):
16289         * gst/playback/gstplaybin.c: (gen_video_element),
16290         (gen_audio_element):
16291         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16292         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16293         * gst/sine/demo-dparams.c: (main):
16294         * gst/spectrum/demo-osssrc.c: (main):
16295         * gst/speed/demo-mp3.c: (main):
16296         * gst/volume/demo.c: (main):
16297         * testsuite/embed/embed.c: (main):
16298
16299 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16300
16301         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16302         (gst_tcpclientsink_finalize):
16303         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16304         (gst_tcpclientsrc_finalize):
16305         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16306         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16307         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16308         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16309           Don't leak the hostname when shutting down.
16310           In tcpserversrc, take a copy of the default hostname.
16311
16312 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16313
16314         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16315           Set caps to systemstream=TRUE.
16316
16317 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16318
16319         * testsuite/Makefile.am:
16320           Fix more OSX buildbots.
16321
16322 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16323
16324         * ext/mpeg2dec/gstmpeg2dec.c:
16325           Don't send things to NULL PAD_PEERs
16326
16327         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16328           Copy-on-write the incoming buffer.
16329
16330         * gst/mpegstream/gstdvddemux.h:
16331         * gst/mpegstream/gstmpegclock.h:
16332         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16333         (normal_seek), (gst_mpeg_demux_handle_src_event):
16334         * gst/mpegstream/gstmpegdemux.h:
16335         * gst/mpegstream/gstmpegpacketize.h:
16336         * gst/mpegstream/gstmpegparse.c:
16337         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16338         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16339         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16340         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16341         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16342         * gst/mpegstream/gstmpegparse.h:
16343         * gst/mpegstream/gstrfc2250enc.h:
16344           Various changes to the way time is computed that make seeking and
16345           total time estimation much better here.
16346           Use G_BEGIN/END_DECLS instead of __cplusplus
16347
16348         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16349           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16350
16351 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16352
16353         * gst/subparse/gstsubparse.c:
16354           Fix OSX buildbot.
16355
16356 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16357
16358         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16359         (theora_enc_chain), (theora_enc_change_state):
16360         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16361         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16362         (gst_vorbisenc_change_state):
16363         * ext/vorbis/vorbisenc.h:
16364           Set granulepos and timestamp correctly for streams not
16365           starting at 0, taking into account the initial delay.
16366
16367 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16368
16369         * gst/mpegstream/gstdvddemux.c:
16370           Add audio/x-dts to audio pad template caps
16371
16372 2005-01-30  David Schleef  <ds@schleef.org>
16373
16374         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16375         (create_context), (gst_polypsink_link): Fix silly endianness
16376         bug.  Add some debugging.  Remove float from caps; it doesn't
16377         work.  Attempt to get remote audio working.
16378
16379 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16382           Add 3IV2 fourcc.
16383
16384 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16385
16386         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16387         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16388         (gst_avi_demux_stream_data):
16389         * gst/avi/gstavidemux.h:
16390           Invert DIB images. Fixes #132341.
16391
16392 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16393
16394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16395         (gst_ffmpegcsp_chain):
16396           D'oh, reference the palette data, not the palette structure.
16397           Fixes color distortion in #132341.
16398
16399 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16400
16401         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16402           PAR can be non-fixed when not provided as argument (#162626).
16403
16404 2005-01-29  David Moore  <dcm@acm.org>
16405
16406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16407
16408         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16409         (gst_qtdemux_loop_header):
16410           Re-apply patch from #142272 that allows non-seekable sources,
16411           re-proposed by Daniel Drake <dsd@gentoo.org>.
16412
16413 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16414
16415         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16416           Use the src template for creating the src pad (#162330).
16417
16418 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16419
16420         * configure.ac:
16421         * ext/musepack/Makefile.am:
16422         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16423         (gst_musepackdec_init), (gst_musepackdec_dispose),
16424         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16425         (gst_musepack_stream_init), (gst_musepackdec_loop),
16426         (gst_musepackdec_change_state):
16427         * ext/musepack/gstmusepackdec.cpp:
16428         * ext/musepack/gstmusepackdec.h:
16429         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16430         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16431         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16432         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16433         * ext/musepack/gstmusepackreader.cpp:
16434         * ext/musepack/gstmusepackreader.h:
16435           Update to 1.1 API (#165446).
16436
16437 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16438
16439         * ext/Makefile.am:
16440           Unbreak buildbot.
16441
16442 2005-01-28  Andy Wingo  <wingo@pobox.com>
16443
16444         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16445         to reflect a different dubious internet source. Add a reference
16446         and some commentary.
16447
16448 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16449
16450         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16451         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16452         * gst/playback/gststreamselector.h:
16453           Be more selective when we're redoing caps negotiation from
16454           within the chain function on a stream change.
16455
16456 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16457
16458         * configure.ac:
16459         * ext/Makefile.am:
16460         * ext/amrnb/Makefile.am:
16461         * ext/amrnb/amrnb.c: (plugin_init):
16462         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16463         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16464         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16465         (gst_amrnbdec_state_change):
16466         * ext/amrnb/amrnbdec.h:
16467         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16468         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16469         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16470         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16471         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16472         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16473         * ext/amrnb/amrnbparse.h:
16474           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16475         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16476           Add AMR-NB/-WB raw formats.
16477         * ext/alsa/gstalsa.c: (gst_alsa_link):
16478           Keep valid time when changing format.
16479         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16480         (qtdemux_parse_trak):
16481           Add some more format-specific options (#140141, #143555, #155163).
16482
16483 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16484
16485         * gst/matroska/matroska-demux.c:
16486         (gst_matroska_demux_parse_blockgroup):
16487           Fix logic error in timing of subtitle stream synchronization.
16488         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16489           Add skip-chunk, which is found in kodak-camera streams.
16490
16491 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16492
16493         * po/LINGUAS:
16494         * po/vi.po:
16495           Adding Vietnamese translation (submitted by Clytie Siddall)
16496
16497 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * gst/playback/gstdecodebin.c: (try_to_link_1):
16500           Use realpad for signal.
16501
16502 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16503
16504         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16505           Fix category so decodebin picks it up.
16506
16507 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16508
16509         * ext/mad/Makefile.am:
16510         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16511         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16512         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16513         (found_type), (gst_id3demux_bin_change_state):
16514         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16515         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16516         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16517         (gst_id3_tag_change_state), (plugin_init):
16518         * ext/mad/gstmad.h:
16519           Add id3demuxbin (which is a simple bin consisting of id3demux
16520           and typefind), take over rank from id3demux, remove typefind
16521           code from id3demux. Makes all broken mp3s that I know of work,
16522           and thereby fixes #152688.
16523
16524 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16525
16526         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16527
16528         * ext/mad/gstmad.c: (gst_mad_src_event):
16529         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16530           Allow seeks on audio pad, make mad forward those (#164826).
16531         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16532           Set duration (#165335).
16533
16534 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16535
16536         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16537         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16538         (gst_asf_demux_process_ext_content_desc),
16539         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16540         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16541         * gst/asfdemux/gstasfdemux.h:
16542           Improve metadata display, e.g. if the metadata comes before the
16543           streams are loaded (which is perfectly valid).
16544
16545 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16546
16547         * tools/gst-launch-ext-m.m:
16548           Fix AVI/ASF pipelines (#165340).
16549
16550 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16551         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16552         build failure on amd64
16553
16554 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16555
16556         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16557         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16558           Check environment variables GST_ID3V2_TAG_ENCODING,
16559           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16560           list of character encodings to force interpretation of non-unicode
16561           strings stored in an ID3v2 tag to a particular encoding. If none
16562           is specified, try to use current locale's encoding, then fall back
16563           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16564         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16565         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16566           Check environment variables GST_ID3V1_TAG_ENCODING,
16567           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16568           list of character encodings to use in case a string encountered
16569           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16570           specified, try to use the current locale's encoding, then fall
16571           back to ISO-8859-1 (which will always succeed).
16572
16573 2005-01-25  Benjamin Otte  <otte@gnome.org>
16574
16575         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16576           - on half framerate, compute the rate in advance so the comparisons
16577             don't compare wrong values
16578           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16579             behaviour
16580           - don't use mad_header_decode anymore, mad_frame_decode does that
16581             automatically
16582           - when getting rid of consumed bytes, reset the stream's skiplen
16583           (fixes #163867)
16584
16585 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16586
16587         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16588           Use 1/2 a second for default max_discont, as PES streams from DVB
16589           seem to have larger spacings in the SCR. 
16590           Fix a typo.
16591
16592 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16593
16594         * gst/playback/gstplaybasebin.c: (group_commit):
16595           Notify delayed stream-info availability.
16596
16597 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16598         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16599         (gst_a52dec_handle_event), (gst_a52dec_chain):
16600         Add some debug output. Check that a discont has a valid
16601         time associated.
16602         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16603         (gst_alsa_sink_loop):
16604         Ignore TAG events. A little extra debug for broken timestamps.
16605         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16606         (dvdnavsrc_change_state):
16607         Ensure we send a discont to engage the link before we send any
16608         other events.
16609         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16610         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16611         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16612         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16613         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16614         dvd://title works in totem because typefinding sends a seek that ends
16615         up going back to chapter 1 regardless.
16616         * ext/mpeg2dec/gstmpeg2dec.c:
16617         * ext/mpeg2dec/gstmpeg2dec.h:
16618         Output correct timestamps and handle disconts.
16619         * ext/ogg/gstoggdemux.c: (get_relative):
16620         Small guard against a null dereference.
16621         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16622         (gst_textoverlay_set_property):
16623         Free memory when done. Don't call gst_event_filler_get_duration on
16624         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16625         g_warning.
16626         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16627         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16628         (gst_sw_srclink), (gst_smoothwave_chain):
16629         Draw solid lines, prettier colours.
16630         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16631         Add a default palette that'll work for some movies.
16632         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16633         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16634         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16635         * gst/mpegstream/gstdvddemux.h:
16636         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16637         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16638         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16639         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16640         * gst/mpegstream/gstmpegparse.h:
16641         Use PTM/NAV events when for timestamp adjustment when connected to 
16642         dvdnavsrc. Don't use many discont events where one suffices.
16643         * gst/playback/gstplaybasebin.c: (group_destroy),
16644         (gen_preroll_element), (gst_play_base_bin_add_element):
16645         * gst/playback/gstplaybasebin.h:
16646         Make sure we remove subtitles from the same bin we put them in.
16647         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16648         (gst_subparse_buffer_format_autodetect),
16649         (gst_subparse_change_state):
16650         Fix some memleaks and invalid accesses.
16651         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16652         (oggskel_type_find), (cmml_type_find), (plugin_init):
16653         Some typefind functions for Annodex v3.0 files
16654         * gst/wavparse/gstwavparse.h:
16655         GstRiffReadClass is the correct parent class.
16656
16657 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16658
16659         * gst-libs/gst/riff/riff-media.c:
16660         (gst_riff_create_video_caps_with_data):
16661           Add extradata to huffyuv (fixes #165013).
16662         * gst-libs/gst/riff/riff-read.c:
16663         (gst_riff_read_strf_vids_with_data):
16664           Fix extradata extraction if it is in the chunk size.
16665
16666 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16667
16668         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16669
16670         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16671         (gst_quarktv_change_state), (gst_quarktv_dispose):
16672           Memory free'ing location fix (#164708).
16673
16674 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16675
16676         * gst/playback/gstplaybasebin.c: (group_commit),
16677         (gen_preroll_element), (probe_triggered), (gen_source_element),
16678         (setup_source), (gst_play_base_bin_change_state),
16679         (gst_play_base_bin_add_element):
16680           Don't block for streams.
16681         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16682         (gst_stream_info_set_mute):
16683           Use gst_pad_set_active_recursive.
16684
16685 2005-01-25  Andy Wingo  <wingo@pobox.com>
16686
16687         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16688         for #ifndef HAVE_XVIDEO.
16689
16690 2005-01-24  Jeffrey C. Ollie
16691
16692         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16693
16694         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16695         * ext/gsm/gstgsmdec.h:
16696         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16697         * ext/gsm/gstgsmenc.h:
16698         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16699         was given by property. Add proper buffer timestamps and offsets.
16700
16701 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16702
16703         * gst-libs/gst/riff/riff-media.c:
16704         (gst_riff_create_audio_caps_with_data):
16705           Audio can be <8000Hz.
16706
16707 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16708
16709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16710           Explicit state change to workaround refcount bugs.
16711
16712 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16713
16714         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16715         (gst_avimux_riff_get_avi_header):
16716           Fix...
16717
16718 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16719
16720         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16721         (gst_riff_read_element_data):
16722         * gst-libs/gst/riff/riff-read.h:
16723           Add _peek version (req'ed in CDXA).
16724         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16725         (gst_cdxaparse_loop):
16726           Fix parsing in playbin.
16727         * gst/playback/gstdecodebin.c: (close_pad_link):
16728           Ignore current_ pads, they cause major annoyance.
16729
16730 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16731
16732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16733           Safety guard.
16734
16735 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16736
16737         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16738           Fix padding...
16739
16740 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16741
16742         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16743           Allow for 0-sized buffers. Fixes length query problems in
16744           starwars.mkv from the testsuite.
16745
16746 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16747
16748         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16749         (gst_video_box_i420), (gst_video_box_chain):
16750           Fix row strides for I420 (fixes #163159)
16751           
16752 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16753
16754         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16755           MPEG2 has a useful rate property, so we can actually use that.
16756           For MPEG-1, continue using the bytes/time properties.
16757
16758 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16759
16760         * gst-libs/gst/riff/riff-media.c:
16761         (gst_riff_create_video_caps_with_data),
16762         (gst_riff_create_video_template_caps):
16763           Add intel-h263.
16764
16765 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16766
16767         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16768           Fail if caps negotiation fails. Should fix #162184, and should
16769           definately be in there regardless of it fixing the actual bug.
16770         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16771         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16772         (gst_avimux_riff_get_avix_header),
16773         (gst_avimux_riff_get_video_header),
16774         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16775         (gst_avimux_start_file), (gst_avimux_handle_event),
16776         (gst_avimux_change_state):
16777         * gst/avi/gstavimux.h:
16778           Refactor structure writing to use GST_WRITE_UINT macros, add
16779           metadata writing support.
16780
16781 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16782
16783         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16784           Elements may already be destroyed when this function is called.
16785
16786 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16787
16788         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16789         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16790           More memory leak fixes (#149162).
16791
16792 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16793
16794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16795         (gst_qtdemux_add_stream):
16796           Fix two memleaks.
16797
16798 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16799
16800         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16801           Argh...
16802
16803 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16804
16805         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16806           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16807           when fixating to six channels in Totem.
16808
16809 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16810
16811         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16812           Fix compile warnings on Solaris 10 buildbot
16813
16814 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16815
16816         * ext/dvdread/dvdreadsrc.c: (_read):
16817           Don't read beyond the last cell in a chapter (fixes 
16818           invalid memory access)
16819
16820 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16821
16822         * ext/dvdread/stream_labels.c:
16823         (dvdreadsrc_get_audio_stream_labels):
16824           Use NULL for an empty GList instead of g_list_alloc(); fix 
16825           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16826           of GString (easier to bulk free later)
16827
16828 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16829
16830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16831
16832         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16833         (gst_ffmpeg_pixfmt_to_caps):
16834           Fix BGRA32 caps (#164209).
16835
16836 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16837
16838         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16839
16840         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16841         (gst_ffmpeg_caps_to_pixfmt):
16842           alpha_mask can be RGBA/ABGR. Fixes #164265.
16843
16844 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16845
16846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16847
16848         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16849         (gst_mpeg2dec_alloc_buffer):
16850         * ext/mpeg2dec/gstmpeg2dec.h:
16851           Crop if decoding size is not the actual image size (#163676).
16852
16853 2005-01-17  Steve Baker  <steve@stevebaker.org>
16854
16855         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16856
16857         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16858         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16859           Add libsndfile typefind functions (#163309).
16860
16861 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16862
16863         * tools/gst-launch-ext-m.m:
16864           Add .aac, fix .m1v/.m2v (#163891).
16865
16866 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16867
16868         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16869           Sanity check, don't wait endlessly since the clock might not
16870           actually run at this point (which is a deadlock). Fixes #164069.
16871
16872 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16873
16874         * gst/playback/gstplaybasebin.c: (probe_triggered):
16875           Of course, only pause if group is done...
16876
16877 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16878
16879         * gst/playback/gstplaybasebin.c: (probe_triggered):
16880           Thread safety.
16881
16882 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16883
16884         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16885           Don't return state change success when the parent
16886           failed.
16887
16888 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16889
16890         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16891           Free events (fix memleak in #162905).
16892
16893 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16894
16895         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16896
16897         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16898         (gst_ffmpeg_caps_to_pixfmt):
16899           Fix for depth = 15. Fixes #161675.
16900
16901 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16902
16903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16904           Set FPS correctly, even for webcams and the like.
16905         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16906           Don error on setting while capturing.
16907
16908 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16909
16910         * ext/dv/gstdvdec.c:
16911         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16912         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16913           I'm a bad boy. using /1001. to force C to do float division
16914           and not integer division (as it did in my last commit)
16915           Thanks to David I. Lehn for pointing this mistake.
16916
16917 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16918
16919         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16920           Revert Johan's 1.35->1.36 since it breaks compat.
16921
16922 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16923
16924         * ext/dv/gstdvdec.c:
16925         * ext/libfame/gstlibfame.c:
16926         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16927         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16928           replace framerate aproximations by their real value
16929           (24000/1001, 30000/1001, 60000/1001)
16930           Finish fixing bug #164049
16931
16932 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16933
16934         * ext/ogg/gstoggmux.c:
16935           eos/bos debugging
16936         * gst/tcp/gstmultifdsink.c:
16937         * gst/tcp/gstmultifdsink.h:
16938         * gst/tcp/gsttcp.c:
16939         * gst/tcp/gsttcp.h:
16940         * gst/tcp/gsttcpclientsink.c:
16941         * gst/tcp/gsttcpclientsrc.c:
16942         * gst/tcp/gsttcpserversink.c:
16943         * gst/tcp/gsttcpserversrc.c:
16944           improve reusability of elements after state changes and errors
16945           make multifdsink throw away streamheaders when receiving new ones
16946
16947 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16948
16949         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16950           Fix for if items are already in list...
16951
16952 2005-01-12  Benjamin Otte  <otte@gnome.org>
16953
16954         * gst/adder/gstadder.c: (gst_adder_loop):
16955           fix adder a bit so it doesn't screw up with events as much anymore
16956
16957 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16958
16959         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16960         (pixbufscale_scale), (gst_pixbufscale_chain):
16961         * ext/gdk_pixbuf/pixbufscale.h:
16962           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16963           to ensure rowstrides are calculated the same way as 
16964           ffmpegcolorspace
16965           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16966           that we pick up duration and offset also.
16967
16968 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16969
16970         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16971         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16972           Reusability fixes.
16973
16974 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16975
16976         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16977         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16978         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16979         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16980           Update flags when requested.
16981
16982 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16983
16984         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16985           Fix dmix.
16986
16987 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16988
16989         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16990         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16991         (probe_triggered), (new_decoded_pad), (gen_source_element),
16992         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16993         * gst/playback/gstplaybasebin.h:
16994         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16995         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16996         (gst_play_bin_change_state):
16997           Implement group-switch signal for use in apps to clear metadata
16998           cache, clean up subtitle, add suburi property instead of # hack,
16999           some error-out fixes.
17000
17001 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17002
17003         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17004           Debug.
17005         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17006           If we got a state change in the _get handler, don't return success.
17007
17008 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17009
17010         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17011         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17012           Make jpegdec quiet on MJPEG decoding
17013         * gst/asfdemux/README:
17014           Fix mimetypes for MJPEG and H263
17015
17016 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * ext/theora/theoradec.c: (theora_dec_chain):
17019           Fix broken code generation by gcc by swapping arguments.
17020         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17021           Fix \n in debug.
17022
17023 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17024
17025         * TODO:
17026           delete this file, it is by far outdated
17027         * ext/alsa/gstalsa.1: remove
17028         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17029         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17030         (gst_alsa_get_caps):
17031           Add HW probing for supported sample rates. Fixes #161704
17032
17033 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17036           Don't crash, biatch! :).
17037
17038 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17039
17040         * ext/musepack/gstmusepackreader.cpp:
17041         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17042           Some work on tags - still doesn't work in playbin...
17043         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17044           Handle events...
17045
17046 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17047
17048         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17049           Also shove tags on kid pads.
17050
17051 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17052
17053         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17054           Don't bail on unknown events.
17055         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17056           Don't crash on events before negotiation.
17057         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17058           Send tags on pads, too.
17059         * gst/playback/gststreamselector.c:
17060         (gst_stream_selector_request_new_pad):
17061           Forward events on first pad if no input was selected yet.
17062
17063 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17064
17065         * gst/playback/gstplaybasebin.c: (setup_substreams):
17066           Don't disable streamtype if the stream doesn't exist, since
17067           then playing a video after audio will disable both and nothing
17068           will happen. Fixes the testsuite.
17069
17070 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17071
17072         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17073         (gst_v4l_xoverlay_set_xwindow_id):
17074         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17075         (gst_v4l2_xoverlay_set_xwindow_id):
17076           Add debug categories, fix overlay disabling.
17077
17078 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17079
17080         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17081         * ext/alsa/gstalsa.h:
17082           Add HW probing for period_count/size and buffer_size MIX/MAX
17083           Adjust default/user defined value if out of bounds
17084           Should fix bug #162024
17085
17086 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17087
17088         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17089           Fix warning (#161191).
17090
17091 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17092
17093         * ext/dvdread/stream_labels.c:
17094         (dvdreadsrc_get_audio_stream_labels):
17095           Fix warning (init the good variable in switch default)
17096
17097 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17098
17099         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17102           Fix gcc-2.95 compile (#163485).
17103
17104 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17105
17106         * configure.ac:
17107         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17108         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17109         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17110         (gst_flacenc_change_state):
17111         * ext/flac/gstflacenc.h:
17112           Update for API change in flac-1.1.1. Update requirement in
17113           configure.ac. Fixes #162974.
17114
17115 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17116
17117         * gst/playback/gstplaybasebin.c: (group_destroy):
17118           Remove hack to get rid of assert and get rid of unlinked
17119           signals properly.
17120
17121 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17122
17123         * gst/playback/gstplaybasebin.c: (setup_source):
17124           Set source to NULL so that resources are free'ed. Fixes issues
17125           with playback of CDDA and similar device-accessing things.
17126
17127 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * testsuite/embed/Makefile.am:
17130           test->noinst, fix make test in buildbot.
17131
17132 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17133
17134         * ext/dvdread/stream_labels.c: new file
17135         * ext/dvdread/stream_labels.h: new file
17136         * ext/dvdread/Makefile.am:
17137         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17138           Extract audio stream label from DVD IFO files.
17139           It only dump them on the console for now, still have to
17140           make playbin aware of them.
17141
17142 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17143
17144         * gst/playback/gstplaybasebin.c: (setup_source):
17145           Fix hanging subs.
17146
17147 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17148
17149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17150         (gen_preroll_element), (remove_groups), (setup_subtitle),
17151         (gen_source_element), (setup_source):
17152         * gst/playback/gstplaybasebin.h:
17153           Multiple .sub files is just a stupid idea... Fix some threading
17154           mistakes. Interestingly, external .sub files cause playbin to
17155           hang, I don't know why... Parsing fixes contributed by Fran??ois
17156           Kooman <fkooman@tuxed.net>.
17157
17158 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17159
17160         * testsuite/embed/Makefile.am:
17161           Fix buildbot.
17162
17163 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17164
17165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17166
17167         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17168         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17169         (gst_pngenc_set_property):
17170         * ext/libpng/gstpngenc.h:
17171           Add compression level property (#163323).
17172
17173 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17174
17175         * configure.ac:
17176         * examples/capsfilter/capsfilter1.c: (main):
17177         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17178         * ext/dvdread/Makefile.am:
17179         * ext/dvdread/demo-play:
17180         * ext/dvdread/demo-play.c:
17181         * gconf/gstreamer.schemas.in:
17182         * gst-libs/gst/gconf/gconf.c:
17183         * sys/v4l/TODO:
17184         * testsuite/Makefile.am:
17185         * testsuite/embed/Makefile.am:
17186         * testsuite/embed/embed.c: (cb_expose), (main):
17187           Remove all references to xvideosink, fix examples (#140845).
17188         * gst/playback/gstplaybasebin.c: (group_destroy):
17189           Apparently, disposal does not unlink - so do explicitely.
17190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17191           Add debug.
17192
17193 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17194
17195         * README: fix PKG_CONFIG_PATH instructions, what was there
17196         previously was breaking default search path, not nice. 
17197         Fixes #163358
17198
17199 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17200
17201         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17202         (gst_audioscale_chain):
17203           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17204           when resampling - how the ^@$^!@^! is this possible?!?
17205
17206 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17207
17208         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17209           Reset variables on READY.
17210         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17211         (gst_matroska_mux_loop):
17212           Require data before writing header.
17213
17214 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17215
17216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17217
17218         * ext/mad/gstmad.c: (gst_mad_chain):
17219           Don't call mad_stream_sync() directly after recovering sync.
17220           Fixes #151661.
17221
17222 2005-01-09  Martin Eikermann  <meiker@upb.de>
17223
17224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17225
17226         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17227         (snapshot_handler), (gst_snapshot_sinkconnect),
17228         (gst_snapshot_chain):
17229           Allocate resources when required, fix recursive signal emission
17230           and fix caps. Fixes #161667.
17231
17232 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17233
17234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17237         (gst_pngdec_chain):
17238           Handle only 8-bppc (bits-per-pixel-component) images, better
17239           error handling and correct strides. Fixes #163177.
17240         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17241         (gst_pngenc_chain):
17242           Better error handling. Fixes #163348.
17243
17244 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17245
17246         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17247         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17248         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17249         (dvdnavsrc_uri_handler_init):
17250           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17251         * gst/playback/gstplaybasebin.c: (gen_source_element):
17252           Add MMS to streaming URIs.
17253
17254 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17255
17256         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17257         * sys/xvimage/xvimagesink.c:
17258         (gst_xvimagesink_navigation_send_event):
17259           Check for pad availability before sending event.
17260
17261 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17262
17263         * gst-plugins.spec.in:
17264           Add subparse.
17265
17266 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17267
17268         * configure.ac:
17269           Since we use functions from CVS, up requirement.
17270
17271 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17272
17273         * gst/playback/Makefile.am:
17274         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17275         (group_destroy), (group_commit), (group_is_muted),
17276         (gen_preroll_element), (add_stream), (unknown_type),
17277         (probe_triggered), (preroll_unlinked), (mute_stream),
17278         (silence_stream), (new_decoded_pad), (setup_substreams),
17279         (setup_source), (get_active_source), (mute_group_type),
17280         (muted_group_change_state), (set_active_source),
17281         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17282         (play_base_eos), (gst_play_base_bin_change_state):
17283         * gst/playback/gstplaybasebin.h:
17284         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17285         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17286         (gst_stream_info_dispose), (stream_info_mute_pad),
17287         (stream_info_change_state), (gst_stream_info_set_mute):
17288         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17289         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17290         (gst_stream_selector_init), (gst_stream_selector_dispose),
17291         (gst_stream_selector_get_linked_pad),
17292         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17293         (gst_stream_selector_get_linked_pads),
17294         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17295         * gst/playback/gststreamselector.h:
17296           Adding stream selection support plus required properties for
17297           applications to use this. Fully fixes #100931.
17298
17299 2005-01-08  Benjamin Otte  <otte@gnome.org>
17300
17301         * gst/games/gstpuzzle.c: (nav_event_handler):
17302           - handle nav events differently: forward every event no matter if it
17303             was handled or not.
17304           - translate events
17305           You can now cheat by using navigationtest ! puzzle and moving the
17306           mouse close to the edge of a tile. ;)
17307
17308 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17309
17310         * configure.ac:
17311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17312         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17313         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17314         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17315         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17316         (gst_ogm_parse_plugin_init):
17317         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17318         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17319         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17320         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17321         * ext/pango/gsttextoverlay.h:
17322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17323         (gst_matroska_demux_handle_seek_event),
17324         (gst_matroska_demux_sync_streams),
17325         (gst_matroska_demux_parse_blockgroup),
17326         (gst_matroska_demux_subtitle_caps),
17327         (gst_matroska_demux_plugin_init):
17328         * gst/matroska/matroska-ids.h:
17329         * gst/playback/gstdecodebin.c: (close_pad_link):
17330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17331         (gen_preroll_element), (remove_groups), (add_stream),
17332         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17333         (setup_source):
17334         * gst/playback/gstplaybasebin.h:
17335         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17336         * gst/subparse/Makefile.am:
17337         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17338         (gst_subparse_base_init), (gst_subparse_class_init),
17339         (gst_subparse_init), (gst_subparse_formats),
17340         (gst_subparse_eventmask), (gst_subparse_event),
17341         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17342         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17343         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17344         (parse_mpsub_deinit), (parse_mpsub_init),
17345         (gst_subparse_buffer_format_autodetect),
17346         (gst_subparse_format_autodetect), (gst_subparse_loop),
17347         (gst_subparse_change_state), (gst_subparse_type_find),
17348         (plugin_init):
17349         * gst/subparse/gstsubparse.h:
17350         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17351         (plugin_init):
17352           Add subtitle support, .sub parser (supports SRT and MPsub),
17353           OGM text support, Matroska UTF-8 text support, deadlock fixes
17354           all over the place, subtitle awareness in decodebin/playbin
17355           and some fixes to textoverlay to handle subtitles in a stream
17356           correctly. Fixes #100931.
17357
17358 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17359
17360         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17361           Check for pad availability before doing a query on it.
17362
17363 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17364
17365         * ext/dv/gstdvdec.c:
17366           really fix bpp24/32 dvdec caps (classic rgba indeed)
17367         * gst/asfdemux/gstasfdemux.c:
17368         (gst_asf_demux_process_ext_content_desc):
17369           don't send text tags if they are empty (bis repetita)
17370
17371 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17372
17373         * ext/dv/gstdvdec.c:
17374          remove unneeded comment from dvdec
17375           (related to DV 4CC codes in AVI files)
17376           moved them in gstreamer/docs/random/mimetypes
17377         * gst/asfdemux/gstasfdemux.c:
17378         (gst_asf_demux_process_ext_content_desc):
17379          don't send text tags if they are empty
17380          fix mem leak on error path
17381         * gst/ffmpegcolorspace/avcodec.h:
17382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17383         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17384         (gst_ffmpegcsp_avpicture_fill):
17385         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17386         * gst/ffmpegcolorspace/imgconvert_template.h:
17387          adds BGR32 and BGRA32 to ffmpegcolorspace
17388           (still bad colors, fixing it on next commit)
17389           helps with dvdec outputing BGR32
17390
17391 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17392
17393         * ext/dv/gstdvdec.c:
17394          Fix audio caps i just broke (missing ',')
17395         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17396         (gst_matroska_mux_reset):
17397          Fix typo + add FIXME about old "x-gst-metadata" crap
17398
17399 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17400
17401         * ext/dv/demo-play.c: (main):
17402          xvideosink -> xvimagesink
17403         * ext/dv/gstdvdec.c:
17404          change rgb 32/32 caps to 24/32 (no alpha)
17405          change nb of channels to be a list (2 or 4, not 2)
17406          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17407         * gst/asfdemux/gstasfdemux.c:
17408         (gst_asf_demux_process_ext_content_desc):
17409          Add 'date/year' to extracted metadata list
17410
17411 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17412
17413         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17414           The return value of fixate_to does not imply that the requested
17415           value was set, so don't assume.
17416
17417 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17418
17419         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17420
17421         * ext/libpng/gstpngdec.c:
17422         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17423         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17424         * ext/libpng/gstpngenc.h:
17425           Alpha support (encoder; #163161), mime fixage.
17426
17427 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17428
17429         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17430
17431         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17432         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17433         (gst_faac_set_property), (gst_faac_get_property):
17434         * ext/faac/gstfaac.h:
17435           Allow for ADTS output (#153434).
17436
17437 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17438
17439         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17440           Fix against template (#150576).
17441
17442 2005-01-06  Benjamin Otte  <otte@gnome.org>
17443
17444         * gst/games/gstpuzzle.c: (draw_puzzle):
17445           don't draw a puzzle if either width or height of tiles would be 0.
17446
17447 2005-01-06  Benjamin Otte  <otte@gnome.org>
17448
17449         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17450         (gst_puzzle_class_init), (gst_puzzle_finalize):
17451           no memleaks, please
17452         (gst_puzzle_create), (gst_puzzle_init),
17453         (gst_puzzle_set_property), (gst_puzzle_setup):
17454           change initialization code around so we don't reshuffle on resize
17455         (draw_puzzle):
17456           fix another stupid typo
17457
17458 2005-01-06  Benjamin Otte  <otte@gnome.org>
17459
17460         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17461           fix stupid typo that borked copying on YUY2
17462
17463 2005-01-06  Benjamin Otte  <otte@gnome.org>
17464
17465         * gst/games/gstpuzzle.c: (draw_puzzle):
17466           fix edges when image sizes aren't multiples of tile sizes
17467
17468 2005-01-06  Benjamin Otte  <otte@gnome.org>
17469
17470         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17471           make RGB endianness work correctly
17472         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17473           refactor and fix race with initial shuffling
17474         (nav_event_handler):
17475           allow using the mouse to puzzle
17476         (draw_puzzle):
17477           insist on tiles having width and height as multiples of 4 to get
17478           clean YUV image handling
17479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17480         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17481           s/DEBUG/LOG/ for common messages
17482         (gst_xvimagesink_navigation_send_event):
17483           fix mouse event translation to not include screen PAR
17484         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17485           fix mouse event translation to actually work
17486
17487 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17488
17489         * gst/asfdemux/gstasfdemux.c:
17490         (gst_asf_demux_process_ext_content_desc):
17491          Extract TrackNumber metadata + clean up code
17492         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17493          Hope this is the good fix (var used unitialised)
17494
17495 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17496
17497         * ext/faad/gstfaad.c: (gst_faad_chain):
17498           Only increment timestamp if it's valid. Fixes raw AAC streams.
17499
17500 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17501
17502         * configure.ac:
17503         * gst/games/Makefile.am:
17504         * gst/games/gstpuzzle.c:
17505           add a puzzle game with...
17506         * gst/games/gstvideoimage.c:
17507         * gst/games/gstvideoimage.h:
17508           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17509           from videotestsrc and made into something that would be a nice
17510           library for a lot of other plugins.
17511
17512 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17513
17514         * configure.ac:
17515          don't compile faad plugin if a RC of 2.0 is found
17516          Fixes #155346 (and FC1 buildbot)
17517         * gst/asfdemux/gstasfdemux.c:
17518         (gst_asf_demux_process_ext_content_desc):
17519          try to make Solaris compiler happier
17520
17521 2005-01-06  Paul Jack  <pjack@sfaf.org>
17522
17523         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17524
17525         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17526           Fix segfault (#161667).
17527
17528 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17529
17530         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17531           Fix framerate reporting.
17532
17533 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17534
17535         * gst-libs/gst/riff/riff-ids.h:
17536         * gst/wavenc/riff.h:
17537          Add AMR (VBR and CBR) ids to riff.h audio codec list
17538         * gst/asfdemux/gstasfdemux.c:
17539         (gst_asf_demux_process_ext_content_desc),
17540         (gst_asf_demux_process_object):
17541           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17542
17543 2005-01-05  Martin Eikermann  <meiker@upb.de>
17544
17545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17546
17547         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17548         (gst_dvd_demux_handle_discont):
17549         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17550         (gst_mpeg_demux_handle_discont):
17551           Recreate pads on new-media (#160730).
17552         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17553           Send discont even if manager changes timestamps (#161929).
17554
17555 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17556
17557         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17558
17559         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17560           Fix invalid memory access (#159211).
17561
17562 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17563
17564         * examples/gstplay/player.c: (main):
17565           Don't iterate.
17566         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17567           Add visualizations.
17568         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17569         (gst_a52dec_handle_frame):
17570           Set duration.
17571         * ext/dvdnav/gst-dvd:
17572           Add audioconvert. Fixes #161325.
17573         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17574           Explicitely case to gint64. Possible valgrind error.
17575         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17576         (gst_play_tick_callback), (gst_play_change_state),
17577         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17578         (gst_play_set_location), (gst_play_get_location),
17579         (gst_play_seek_to_time), (gst_play_set_data_src),
17580         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17581         (gst_play_set_visualization), (gst_play_connect_visualization),
17582         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17583         (gst_play_new):
17584           Use playbin. Fixes #139749 and #147744.
17585         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17586           Add genre tag.
17587         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17588         (audioscale_get_type), (gst_audioscale_base_init),
17589         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17590         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17591         (gst_audioscale_link), (gst_audioscale_get_buffer),
17592         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17593         (gst_audioscale_init), (gst_audioscale_dispose),
17594         (gst_audioscale_chain), (gst_audioscale_set_property),
17595         (gst_audioscale_get_property), (plugin_init):
17596           Indent properly.
17597         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17598           Fix LPCM.
17599         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17600         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17601         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17602           Add more metadata (fixes #162656).
17603
17604 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17605
17606         * configure.ac:
17607           back to cvs
17608
17609 === release 0.8.7 ===
17610
17611 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17612
17613         * NEWS:
17614         * RELEASE:
17615         * configure.ac:
17616           releasing 0.8.7, "Hyperspace"
17617
17618 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17619
17620         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17621
17622         * gst/playback/gstplaybasebin.c:
17623          Fix for #162924 - free caps after use, not before
17624
17625 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17626
17627         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17628
17629         * gst/playback/gstplaybasebin.c:
17630         * gst/wavparse/gstwavparse.c:
17631           Fix for #154773 - fixes playback of small .wav files
17632
17633 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17634
17635         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17636
17637         * gst/audioscale/gstaudioscale.c:
17638           Fix for #162819 - make audioscale reusable
17639           Fixes playback of more than one file with playbin/totem
17640
17641 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17642
17643         * gst/ffmpegcolorspace/avcodec.h:
17644         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17645         * gst/ffmpegcolorspace/imgconvert.c:
17646           clean up the mess that made me cry and avoid needless duplication
17647
17648 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17649
17650         * gst/ffmpegcolorspace/imgconvert.c:
17651           give some indication of why we're segfaulting
17652
17653 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17654
17655         * configure.ac:
17656           Fix indentation, fix v4l2 plugin detection.
17657         * ext/Makefile.am:
17658           Fix libmms location (Maciej, use diff -u!).
17659         * ext/alsa/gstalsa.c: (gst_alsa_init):
17660           Initialize caps cache to NULL.
17661         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17662           Only change state on audiosink if it exists.
17663
17664 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17665
17666         * gst/matroska/matroska-demux.c:
17667         * gst/matroska/matroska-ids.h:
17668         * gst/matroska/matroska-demux.h:
17669         Fix Vorbis streams failing to decode in some files, where cluster_time
17670         isn't 0, because then it doesn't send codec_priv before actual data.
17671         Remove time-based test and replace it with marker set on beginning of
17672         new stream
17673
17674 2004-12-28  David Schleef  <ds@schleef.org>
17675
17676         Merge patch from Ronald fixing problems with streaming
17677         text.
17678         * ext/cairo/gstcairo.c: (plugin_init):
17679         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17680         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17681         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17682         (gst_textoverlay_font_init), (gst_textoverlay_init),
17683         (gst_textoverlay_set_property):
17684         * ext/cairo/gsttextoverlay.h:
17685
17686 2004-12-27  David Schleef  <ds@schleef.org>
17687
17688         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17689         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17690         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17691         (gst_textoverlay_font_init), (gst_textoverlay_init),
17692         (gst_textoverlay_set_property): Improvements to actually
17693         render text as white on black outline on video, including
17694         font selection and horizontal/vertical alignment.  (Ronald's
17695         christmas present)
17696         * ext/cairo/gsttextoverlay.h:
17697
17698 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17699
17700         * ext/ogg/gstogg.c:
17701         * ext/ogg/gstogmparse.c:
17702           fix ogm[audio/video]parse plugin registration
17703           (riff won't load if bytestream is already loaded)
17704
17705 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17706
17707         * gst/audioconvert/gstchannelmix.c:
17708           fix for GLIB < 2.4
17709
17710 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17711
17712         * Makefile.am:
17713         * configure.ac:
17714           disable docs again until it actually passes make distcheck.
17715
17716 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17717
17718         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17719         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17720         (plugin_init):
17721           Add 3GP (variables name Q3GP because they can't start with a
17722           number). Add samr audio fourcc (used in .3gp files), decoder
17723           is work in progress. Also do a GST_WARNING instead of ERROR
17724           in case of unknown nodes, to decrease output.
17725
17726 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17727
17728         * Makefile.am:
17729           really fix dist
17730
17731 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17732
17733         * configure.ac:
17734         * ext/speex/gstspeexdec.h:
17735         * ext/speex/gstspeexenc.h:
17736           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17737           Fix detection code in configure.ac
17738
17739 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17740
17741         * gst/matroska/matroska-demux.c:
17742         (gst_matroska_demux_parse_blockgroup):
17743           Save position, so that queries give proper return values. Don't
17744           know how this could ever have worked before...
17745
17746 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17747
17748         * configure.ac:
17749           Put additional LAME check inside the conditional.  Fixes #152339
17750
17751 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17752
17753         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17754         (gst_avi_demux_stream_scan):
17755           Add some more debug. Fix logic error when setting movi offset
17756           while reading index.
17757
17758 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17759
17760         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17761         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17762         (gst_avi_demux_process_next_entry):
17763           Add some debugging. Better detection of broken indexes and the
17764           accompanying index recovery. No infinite loops on state changes
17765           when we're still in our loopfunction.
17766
17767 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17768
17769         * configure.ac:
17770           Fix up.
17771
17772 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17773
17774         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17775
17776         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17777           Normalizing the value before setting
17778         (gst_sunaudiomixer_get_volume):
17779           Normalizing the value after getting. Fixes bug# 161980
17780
17781 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17782
17783         * Makefile.am: Make sure docs gets disted
17784         * docs/Makefile.am: Make sure all needed files get disted
17785         * gst-plugins.spec.in: latest updates
17786
17787 2004-12-22  Wim Taymans  <wim@fluendo.com>
17788
17789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17790         Revert patch 1.38 as clock distribution over schedulers does
17791         not work correcly in the core yet.
17792
17793 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17794
17795         * sys/oss/README: remove this file, which predates my birth
17796           (and which content is by far outdated)
17797
17798 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17799
17800         * Makefile.am:
17801         * configure.ac:
17802         * docs/Makefile.am:
17803         * docs/libs/Makefile.am:
17804         * docs/libs/gst-plugins-libs-docs.sgml:
17805         * docs/libs/gst-plugins-libs-sections.txt:
17806         * docs/libs/tmpl/gstgconf.sgml:
17807         * docs/upload.mak:
17808         * docs/version.entities.in:
17809           Added boilerplate gtk-doc files for plugin-libs documentation.
17810
17811 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17812
17813         * gst/auparse/gstauparse.c: fix int and float audio caps
17814
17815 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17816
17817         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17818         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17819           g_assert() can be a macro, don't use #ifdef inside it.
17820
17821 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17822
17823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17824
17825         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17826         (gst_videorate_init), (gst_videorate_chain),
17827         (gst_videorate_change_state):
17828           Event handling (fixes #159986).
17829
17830 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17831
17832         * gst-libs/gst/riff/riff-media.c:
17833         (gst_riff_create_video_caps_with_data):
17834           Add BLZ0 (Blizzard's version of DivX) fourcc.
17835
17836 2004-12-18  David Schleef  <ds@schleef.org>
17837
17838         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17839         portability fix.
17840
17841 2004-12-18  David Schleef  <ds@schleef.org>
17842
17843         * gst/tta/ttadec.h: Disable some header code that isn't used
17844         and clearly isn't portable.
17845
17846 2004-12-18  David Schleef  <ds@schleef.org>
17847
17848         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17849         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17850         (avcodec_get_pix_fmt), (avpicture_layout),
17851         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17852         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17853         Fix code to not use GCC extensions (and c99 extensions that
17854         Forte does not like.)
17855
17856 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17857
17858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17859
17860         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17861         (gst_deinterlace_chain):
17862           Rowstride fixes. Fixes #161039.
17863         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17864         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17865         (gst_video_crop_getcaps), (gst_video_crop_link),
17866         (gst_video_crop_i420), (gst_video_crop_chain),
17867         (gst_video_crop_change_state):
17868           Rework of negotiation. Actually works now. Fixes #158650.
17869
17870 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17873           That was very stupid.
17874
17875 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17876
17877         * gst/matroska/matroska-demux.c:
17878         (gst_matroska_demux_parse_blockgroup):
17879           Fix possible crasher.
17880
17881 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17882
17883         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17884         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17885           Lace sizes can be zero.
17886
17887 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17888
17889         * ext/musepack/gstmusepackdec.cpp:
17890           Fetch error return values. Fixes #161624.
17891         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17892           Really EOS.
17893
17894 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17895
17896         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17897           Work for truncated (unfinished download etc.) files. Fixes #160514.
17898
17899 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17900
17901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17902           Fix for integer overflow. Makes #156001 not crash. Probably masks
17903           the real bug.
17904
17905 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17906
17907         * gst/ac3parse/gstac3parse.c: (plugin_init):
17908           Parsers never have ranks. Fixes #159651.
17909
17910 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17911
17912         * gst/playback/gstdecodebin.c: (compare_ranks):
17913           make sure the facotries are ordered the same every time even if they
17914           have the same rank by using the name
17915         * gst/playback/gstdecodebin.c: (find_compatibles):
17916           make sure we don't add factories to the list twice
17917
17918 2004-12-16  David Schleef  <ds@schleef.org>
17919
17920         * configure.ac: look for musepack headers as musepack/*.h
17921         (fixes #159847)
17922         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17923         * ext/musepack/gstmusepackreader.h: same
17924
17925 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17926
17927         * gst-libs/gst/riff/riff-read.c:
17928         (gst_riff_read_strf_auds_with_data):
17929           Read extradata correctly (fixes #155879).
17930
17931 2004-12-16  David Schleef  <ds@schleef.org>
17932
17933         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17934         audio.  does _not_ attempt or allow conversion unless channels
17935         is 1 or 2.
17936
17937 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17938
17939         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17940
17941 2004-12-16  David Schleef  <ds@schleef.org>
17942
17943         * gst/audioscale/gstaudioscale.c: the resample library only
17944         handles 1 or 2 channels.  Change caps to compensate.
17945
17946 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17947
17948         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17949         (gst_matroska_demux_audio_caps):
17950           Some MPEG-AAC hacks, because else it doesn't work...
17951
17952 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17953
17954         * gst-libs/gst/riff/riff-media.c:
17955         (gst_riff_create_video_caps_with_data),
17956         (gst_riff_create_video_template_caps):
17957           Add h264.
17958
17959 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17960
17961         * gst-libs/gst/audio/Makefile.am:
17962           Try to fix buildbot.
17963
17964 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17965
17966         * gst/tcp/gstmultifdsink.c:
17967           Clean up and uniformize debugging.
17968
17969 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17970
17971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17972
17973         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17974         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17975         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17976         (gst_mpeg_demux_change_state):
17977           Reset on ready. Fixes 160276.
17978
17979 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17980
17981         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17982
17983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17984         (gst_ffmpegcsp_pad_link):
17985           Fix memleak (#154815).
17986
17987 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17988
17989         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17990
17991         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17992         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17993         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17994         * ext/musicbrainz/gsttrm.h:
17995           Add support for using a proxy server when getting a trm id from
17996           the MusicBrainz database (#149613).
17997
17998 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17999
18000         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18001
18002         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18003         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18004           Fix memleaks (#157233).
18005
18006 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18007
18008         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18009
18010         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18011         * gst-libs/gst/resample/resample.h:
18012         * gst/audioscale/gstaudioscale.c:
18013           Fix memleak (#159215).
18014
18015 2004-12-16  Toni Willberg  <toniw@iki.fi>
18016
18017         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18018
18019         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18020         * sys/oss/oss_probe.c: (main):
18021           Check for mono/stereo support (similar to samplerate probing),
18022           fixes #159433. Also add missing copyright header to oss_probe.c.
18023
18024 2004-12-15  David Schleef  <ds@schleef.org>
18025
18026         * configure.ac: add audioresample and cairo plugins.  Remove
18027         HAVE_MMX stuff, because it's not used.
18028         * ext/Makefile.am: same
18029         * ext/audioresample/Makefile.am: You are not ready for an
18030         audio resampling element based on audioresample.
18031         * ext/audioresample/gstaudioresample.c:
18032         * ext/audioresample/gstaudioresample.h:
18033         * ext/cairo/Makefile.am: You are not ready for overlay elements
18034         based on cairo.  Don't look too closely, these elements kinda
18035         suck right now.
18036         * ext/cairo/gstcairo.c: new
18037         * ext/cairo/gsttextoverlay.c: new
18038         * ext/cairo/gsttextoverlay.h: new
18039         * ext/cairo/gsttimeoverlay.c: new
18040         * ext/cairo/gsttimeoverlay.h: new
18041         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18042         problem with compilers that don't support variadic macros.
18043
18044 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18045
18046         Reviewed by:  David Schleef  <ds@schleef.org>
18047
18048         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18049         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18050         bit.  Also ran indent-gst.
18051         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18052         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18053         (gst_sunaudiosrc_setparams):
18054
18055 2004-12-14  David Schleef  <ds@schleef.org>
18056
18057         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18058         output rate to 16000.  Should fix #160235.
18059
18060 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18061
18062         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18063         Add typefinding for mpeg2 pes streams
18064
18065 2004-12-13  David Schleef  <ds@schleef.org>
18066
18067         * configure.ac:  Applied patch from bug #143659, making default
18068         sources and sinks OS-dependent (for Solaris), and added code
18069         for OS/X.
18070         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18071
18072 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18073
18074         * gst-libs/gst/riff/riff-media.c:
18075           forgot to add h2.64 to avidemux template caps
18076
18077 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18078
18079         * gst/wavenc/riff.h:
18080         * gst-libs/gst/riff/riff-media.c:
18081         * gst-libs/gst/riff/riff-ids.h:
18082         * gst/avi/gstavimux.c
18083         add 4CC code for VideoSoft h264 in AVI (VSSH)
18084           fixes bug #160655
18085         remove s323 from riff, it's quicktime specific :(
18086
18087 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18088
18089         * gst/asfdemux/README
18090         * gst/wavenc/riff.h
18091         * gst-libs/gst/riff/riff-ids.h
18092         * gst-libs/gst/riff/riff-media.c
18093         * gst/qtdemux/qtdemux.c:
18094           add new 4CC codes for h263 related codecs
18095           fixes partially bug #155163
18096
18097 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18098
18099         * configure.ac: Update polyaudio requirement to 0.7
18100         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18101
18102 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18103
18104         * gst/interleave/deinterleave.c:
18105         fix my name's spelling! :)
18106
18107 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18108
18109         * AUTHORS ChangeLog
18110         * gst/auparse/gstauparse.c
18111         * gst/interleave/deinterleave.c
18112         * gst/law/:
18113                 alaw-decode.c alaw-encode.c
18114                 mulaw-decode.c mulaw-encode.c
18115         * gst/oneton/gstoneton.c
18116         * sys/osxaudio/:
18117                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18118         * sys/osxvideo/:
18119                 cocoawindow.h cocoawindow.m
18120                 osxvideosink.h osxvideosink.m
18121
18122         put the same mail address for Zaheer Abbas Merali everywhere
18123
18124 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18125
18126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18127           Align by packetsize, and assert that we a packet available before
18128           playing. The first makes webstreams work (they often include
18129           trailing padding data in a packet), the second allows pausing a
18130           ASF stream in totem without getting demux errors afterwards.
18131
18132 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18133
18134         * ext/ogg/gstoggdemux.c: (get_relative):
18135           Check for non-NULL before accessing member (end-of-chain).
18136
18137 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18138
18139         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18140         (cdparanoia_set_property), (cdparanoia_get_property):
18141         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18142         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18143         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18144         (dvdreadsrc_init), (dvdreadsrc_set_property),
18145         (dvdreadsrc_get_property):
18146         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18147         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18148           Synchronize property names where not yet the case. Devices are
18149           now device=X, other versions are deprecated (but still exist).
18150           Also use g_free() unconditionally.
18151         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18152         (setup_source), (gst_play_base_bin_get_property):
18153           Expose source.
18154
18155 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18156
18157         * configure.ac: move GCONF macro outside conditional for the am
18158           conditional. Fixes #160439
18159
18160 2004-12-08  David Schleef  <ds@schleef.org>
18161
18162         * tools/gst-visualise-m.m: Switch to elements that currently
18163         exist.
18164
18165 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18166
18167         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18168           We love wrong commas.
18169
18170 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18171
18172         * gst/matroska/matroska-demux.c:
18173         (gst_matroska_demux_handle_src_query):
18174           Don't set DEFAULT, unsupported - makes length display incorrectly
18175           in some cases.
18176
18177 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18178
18179         * gst/monoscope/README: remove blurb about files being GPL
18180         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18181         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18182           monoscope is now effectively LGPL licensed
18183
18184 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18185
18186         * gst/monoscope/README: Update information to be more correct
18187         * gst/monoscope/convolve.c: Relicense to LGPL
18188         * gst/monoscope/convolve.h: Relicense to LGPL
18189
18190 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18191
18192         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18193           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18194         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18195           set default_duration for mpeg1 audio
18196
18197 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18198
18199         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18200         * ext/alsa/gstalsa.h:
18201           refactor big chunks of the core caps negotiation code to make it
18202           a lot faster, because people claim it's really slow
18203           (actually, just cache the getcaps when the device is opened)
18204
18205 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18206
18207         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18208         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18209         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18210         (gst_a52dec_change_state), (plugin_init):
18211         * ext/a52dec/gsta52dec.h:
18212           Do something useful with timestamps. Make chain-based (since
18213           there's really no reason to be loopbased).
18214         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18215           Update current_byte/frame correctly.
18216
18217 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18218
18219         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18220         (gst_ape_demux_stream_init):
18221           Forward tags, too.
18222
18223 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18224
18225         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18226           Let's make sure we're done typefinding when detecting tags.
18227
18228 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18229
18230         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18231         (gst_ebml_read_init), (gst_ebml_read_use_event),
18232         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18233         (gst_ebml_read_seek), (gst_ebml_read_skip),
18234         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18235         (gst_ebml_read_master):
18236         * gst/matroska/ebml-read.h:
18237         * gst/matroska/matroska-demux.c:
18238         (gst_matroska_demux_parse_contents),
18239         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18240           Disgustingly evil hack for working around INTERRUPT events and
18241           their extremely annoying habit of being a pain in the ass. We
18242           simply peek a cluster before reading any of it.
18243
18244 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18245
18246         * ext/musepack/gstmusepackdec.cpp:
18247           There's also floating point libmusepacks.
18248
18249 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18250
18251         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18252         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18253           Set DURATION even if source buffer didn't. Also use increasing
18254           timestamps.
18255         * gst-libs/gst/riff/riff-media.c:
18256         (gst_riff_create_audio_caps_with_data):
18257           Block_align can have larger values than 8192.
18258
18259 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18260
18261         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18262         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18263         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18264         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18265           Fix caps.
18266
18267 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18268
18269         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18270           Fix logic bug.
18271
18272 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18275           Yay, another one.
18276
18277 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18278
18279         * ext/esd/esdsink.c: (gst_esdsink_chain):
18280           Make error actually say something useful (fixes #156798).
18281         * gst-libs/gst/riff/riff-media.c:
18282         (gst_riff_create_video_caps_with_data),
18283         (gst_riff_create_video_template_caps):
18284           Add Intel Video 5.0 fourcc (IV50).
18285
18286 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18287
18288         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18289         detection on mono and stereo mp3 files.
18290
18291 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18292
18293         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18294           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18295           the contained stream).
18296
18297 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18298
18299         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18300           Oops, remove debug.
18301
18302 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18303
18304         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18305
18306         * gst/law/alaw-decode.c: (alawdec_getcaps):
18307         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18308           Prevent warnings when negotiating caps (fixes #159338).
18309
18310 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18311
18312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18313         (gst_ffmpegcsp_chain):
18314           Remove old leftover that shouldn't be there...
18315
18316 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18317
18318         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18321           Don't forward DISCONT events (fixes #159684).
18322
18323 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18324
18325         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18326           Unlink manually since sometimes bin disposal (and therefore
18327           pad unlinking) is delayed, which will cause a new media file
18328           to not be able to start playing instantly.
18329
18330 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18333           On mute of an unlinked stream, check for pad availability so
18334           we don't crash on unlinked pad.
18335
18336 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18337
18338         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18339         (gst_avi_demux_massage_index):
18340           Fix quite humiliating bug in omitting 0-sized index chunks but
18341           forgetting to count them for timestamps.
18342
18343 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18344
18345         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18346           Actually leave the loop if we failed to sync. Don't crash.
18347
18348 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18349
18350         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18351         (gst_dvd_demux_process_private):
18352         * gst/mpegstream/gstdvddemux.h:
18353           Fix crash (#159759). Doesn't work, though. :-(.
18354
18355 2004-11-28  Benjamin Otte  <otte@gnome.org>
18356
18357         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18358           more overwriting protection due to modifying channels one by one
18359           instead of all at once
18360
18361 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18362
18363         * gst/audioconvert/gstchannelmix.c:
18364         (gst_audio_convert_fill_normalize):
18365           Normalize using absolute values.
18366
18367 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18368
18369         * configure.ac:
18370         * ext/Makefile.am:
18371         * ext/directfb/Makefile.am:
18372         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18373         (gst_directfbvideosink_get_pixel_format),
18374         (gst_directfbvideosink_get_format_from_fourcc),
18375         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18376         (gst_directfbvideosink_sink_link),
18377         (gst_directfbvideosink_change_state),
18378         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18379         (gst_directfbvideosink_buffer_alloc),
18380         (gst_directfbvideosink_interface_supported),
18381         (gst_directfbvideosink_interface_init),
18382         (gst_directfbvideosink_navigation_send_event),
18383         (gst_directfbvideosink_navigation_init),
18384         (gst_directfbvideosink_set_property),
18385         (gst_directfbvideosink_get_property),
18386         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18387         (gst_directfbvideosink_base_init),
18388         (gst_directfbvideosink_class_init),
18389         (gst_directfbvideosink_get_type), (plugin_init):
18390         * ext/directfb/directfbvideosink.h: Adding a first version of
18391         directfbvideosink.
18392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18393         more.
18394
18395 2004-11-28  Benjamin Otte  <otte@gnome.org>
18396
18397         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18398           walk the samples backwards if out_channels > in_channels so we don't
18399           overwrite data
18400
18401 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18402
18403         * gst/audioconvert/Makefile.am:
18404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18405         (gst_audio_convert_link), (gst_audio_convert_change_state),
18406         (gst_audio_convert_channels):
18407         * gst/audioconvert/gstchannelmix.c:
18408         (gst_audio_convert_unset_matrix),
18409         (gst_audio_convert_fill_identical),
18410         (gst_audio_convert_fill_compatible),
18411         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18412         (gst_audio_convert_fill_others),
18413         (gst_audio_convert_fill_normalize),
18414         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18415         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18416         * gst/audioconvert/gstchannelmix.h:
18417           Implement a channel mixer.
18418
18419 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18420
18421         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18422         * ext/alsa/gstalsa.h:
18423         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18424         Make alsasink actually honor gst_element_set_clock and use that
18425         clock instead of its internal one.
18426
18427 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18428
18429         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18430         (gst_play_base_bin_change_state): nullify source and decoder when
18431         going from READY to NULL so that we don't try to do weird stuff with
18432         them when going from NULL to READY
18433         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18434         instead of g_object_unref
18435         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18436         it should be correct
18437         (gst_play_bin_change_state): don't call remove_sinks if we are
18438         currently disposing the object
18439
18440 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18441
18442         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18443           Don't forget bass if it's there. Else left channel is silent...
18444
18445 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18446
18447         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18448         (gst_a52dec_change_state):
18449           Don't do sample adjusting anymore, we use float audio now.
18450         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18451           Don't fixate to non-existing properties.
18452
18453 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18454
18455         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18456         (gst_a52dec_change_state):
18457           Advertise that we can do surround sound.
18458
18459 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18460
18461         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18462           Add buffer-frames=0.
18463         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18464         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18465         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18466         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18467         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18468         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18469         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18470         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18471         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18472         * ext/dvdread/dvdreadsrc.h:
18473           Add seeking, querying for bytes, sectors, title, angle and
18474           chapter. Handle multiple chapters. Relicense to LGPL because
18475           Billy agreed on that (thanks Billy!).
18476
18477 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18478
18479         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18480         call parent dispose method
18481
18482 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18483
18484         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18485         (gst_audio_clock_get_internal_time):
18486         Fix active <-> inactive transitions: ensure time value always
18487         grows and avoid abrupt value changes.
18488
18489 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18490
18491         * configure.ac:
18492         * gst/tta/Makefile.am:
18493         * gst/tta/crc32.h:
18494         * gst/tta/filters.h:
18495         * gst/tta/gsttta.c:
18496         * gst/tta/gstttadec.c:
18497         * gst/tta/gstttadec.h:
18498         * gst/tta/gstttaparse.c:
18499         * gst/tta/gstttaparse.h:
18500         * gst/tta/ttadec.h:
18501           added TTA parser and decoder
18502
18503 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18504
18505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18506         (probe_triggered), (check_queue), (buffer_underrun),
18507         (buffer_running), (buffer_overrun), (gen_source_element),
18508         (setup_source):
18509         * gst/playback/gstplaybasebin.h:
18510           Implement buffering. Needs some more work.
18511
18512 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18513
18514         * ext/theora/theoradec.c: (theora_dec_chain):
18515           Fix ilog mask range overflow.
18516
18517 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18518
18519         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18520           Don't omit the last (which in case of dmix is the only :) )
18521           channel count. Don't set channels if <= 2.
18522
18523 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18524
18525         * gst/playback/gstplaybin.c: (gen_video_element),
18526         (gen_audio_element): Removed 2 obsolete comments
18527
18528 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18529
18530         * ext/vorbis/oggvorbisenc.c
18531         * ext/vorbis/vorbisenc.c :
18532           change description fields of those plugins to differentiate them
18533           (pitivi show Encoders by description, they had the same one)
18534
18535 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18536
18537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18538
18539         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18540         (gst_play_bin_set_property), (gen_video_element),
18541         (gen_audio_element):
18542           Refcounting fixes for provided audio-/videosinks.
18543
18544 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18545
18546         * gst/playback/gstplaybin.c: (gen_video_element),
18547         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18548           Don't reference all sinks, but only the video- and audiosinks.
18549           The vis. element should be disposed when we're done with it.
18550           We don't have any reason to keep it around. This fixes warnings
18551           when reusing playbin for playing multiple audio files with
18552           vis. enabled. Also release audio device on pause - idea stolen
18553           from Rhythmbox.
18554
18555 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18556
18557         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18558         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18559         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18560         * ext/alsa/gstalsaplugin.c: (plugin_init):
18561         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18562         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18563         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18564         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18565         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18566         (gst_faad_change_state), (plugin_init):
18567         * ext/faad/gstfaad.h:
18568         * ext/vorbis/vorbis.c: (plugin_init):
18569         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18570         * gst-libs/gst/audio/Makefile.am:
18571         * gst-libs/gst/audio/audio.c: (plugin_init):
18572         * gst-libs/gst/audio/multichannel.c:
18573         (gst_audio_check_channel_positions),
18574         (gst_audio_get_channel_positions),
18575         (gst_audio_set_channel_positions),
18576         (gst_audio_set_structure_channel_positions_list),
18577         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18578         (gst_audio_fixate_channel_positions):
18579         * gst-libs/gst/audio/multichannel.h:
18580         * gst-libs/gst/audio/testchannels.c: (main):
18581         * gst/audioconvert/gstaudioconvert.c:
18582         (gst_audio_convert_class_init), (gst_audio_convert_init),
18583         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18584         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18585         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18586         * gst/audioconvert/plugin.c: (plugin_init):
18587           Surround sound support.
18588
18589 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18590
18591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18592           Fix position for discont if we're close as well. Nitpicking, but
18593           saves a few milliseconds of extra waiting or skipping.
18594
18595 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18596
18597         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18598           We sometimes need parsers for playback, so add those too.
18599
18600 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18601
18602         * configure.ac:
18603         * gst/apetag/Makefile.am:
18604         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18605         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18606         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18607         (gst_ape_demux_get_src_query_types),
18608         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18609         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18610         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18611         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18612         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18613         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18614         (gst_ape_demux_change_state):
18615         * gst/apetag/apedemux.h:
18616         * gst/apetag/apetag.c: (plugin_init):
18617         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18618         (plugin_init):
18619           APE v1/2 tag reader plus typefind function.
18620
18621 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18622
18623         * configure.ac:
18624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18625         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18626           Remove hacks for older core. Require newer core version
18627           accordingly.
18628
18629 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18630
18631         * gst/cdxaparse/Makefile.am:
18632         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18633         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18634         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18635         * gst/cdxaparse/gstcdxaparse.h:
18636         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18637         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18638         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18639         (gst_cdxastrip_get_src_query_types),
18640         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18641         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18642         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18643         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18644         * gst/cdxaparse/gstcdxastrip.h:
18645           SVCD/VCD header stripping separated from CDXA image parsing.
18646         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18647         (plugin_init):
18648           Add VCD/SVCD header typefinding for VCD/SVCD.
18649         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18650         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18651         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18652         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18653         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18654         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18655         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18656         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18657         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18658         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18659         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18660         * sys/vcd/vcdsrc.h:
18661           Fix up, add seeking, querying, URI interface. Works in totem now.
18662
18663 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18664
18665         * configure.ac:
18666           back to CVS
18667
18668 === release 0.8.6 ===
18669
18670 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18671
18672         * NEWS:
18673         * RELEASE:
18674         * configure.ac:
18675         * po/af.po:
18676         * po/az.po:
18677         * po/cs.po:
18678         * po/en_GB.po:
18679         * po/hu.po:
18680         * po/it.po:
18681         * po/nb.po:
18682         * po/nl.po:
18683         * po/or.po:
18684         * po/sq.po:
18685         * po/sr.po:
18686         * po/sv.po:
18687         * po/uk.po:
18688           releasing 0.8.6, "IOU Love"
18689
18690 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18691
18692         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18693
18694         * gst/playback/gstplaybasebin.c:
18695           Fix unplayable files error handling.  Fixes #158365
18696
18697 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18698
18699         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18700
18701         * gst/typefind/gsttypefindfunctions.c:
18702           Fix broken mp3 typefinding.  Fixes #158375
18703
18704 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18705
18706         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18707
18708         * ext/ogg/gstoggdemux.c:
18709           Fix sync on broken files.  Fixes #158976
18710
18711 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18712
18713         patch by: Edward Hervey <bilboed@bilboed.com>
18714
18715         * ext/libpng/gstpngenc.c:
18716           Copy over buffer properties.  Fixes #158832
18717
18718 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18719
18720         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18721
18722         * ext/dvdread/dvdreadsrc.c:
18723           Fixes invalid reads (#158462)
18724
18725 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18726
18727         * sys/v4l/gstv4lsrc.c:
18728         * sys/v4l/gstv4lsrc.h:
18729         * sys/v4l/v4lsrc_calls.c:
18730           Probe less and cache it.  Fixes #159187.
18731
18732 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18733
18734         * gst/videorate/gstvideorate.c:
18735           Handle all video formats. Fixes #159186.
18736
18737 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18738         * gst/synaesthesia/gstsynaesthesia.c:
18739         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18740         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18741         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18742         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18743         (gst_synaesthesia_change_state), (plugin_init):
18744         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18745         Force 320x200 output, as that's the only thing the underlying
18746         synaesthesia implementation supports. Still needs to be made
18747         re-entrant.
18748
18749 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18750
18751         * configure.ac:
18752           Fix mpeg2enc configure check (similar to mplex check below).
18753
18754 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18755
18756         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18757
18758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18759           Fix for gcc-2.95 (fixes #158221).
18760
18761 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18762
18763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18764           Re-add clock distribution hack (until new core is released).
18765           Fixes #158125.
18766
18767 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18768         * configure.ac:
18769           fix mplex configure check segfaulting on some systems (bug #140994)
18770
18771 2004-11-13  Benjamin Otte  <otte@gnome.org>
18772
18773         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18774           add debugging
18775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18776           do a wait when we enter the loop func with no data available to
18777           write instead of getting into an 100% CPU loop by just returning and
18778           being called again by the scheduler
18779
18780 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18781
18782         * configure.ac:
18783         * ext/libvisual/visual.c: (gst_visual_get_type),
18784         (libvisual_log_handler), (gst_visual_getcaps),
18785         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18786         (plugin_init):
18787           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18788         * ext/smoothwave/Makefile.am:
18789         * ext/smoothwave/demo-osssrc.c: (main):
18790         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18791         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18792         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18793         (plugin_init):
18794         * ext/smoothwave/gstsmoothwave.h:
18795           Make gstsmoothwave a working element in the 20th century.
18796
18797         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18798           Fix incorrect link function
18799
18800 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18801
18802         * gst/volume/gstvolume.c:
18803           Allow buffer-frames=0.
18804
18805 2004-11-12 Iain <iaingnome@gmail.com>
18806
18807         * configure.ac: Check for polypaudio
18808
18809         * ext/Makefile.am: Build the polyp dir
18810
18811         * ext/polyp: The polypsink sources.
18812
18813 2004-10-30 Iain <iaingnome@gmail.com>
18814
18815         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18816         caps to reflect the new number of channels.
18817
18818 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18819
18820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18821           Fix for negotiation order problem. This would show when the
18822           ALSA loopfuction was called before any other function. ALSA
18823           wouldn't do anything because we're not negotiated yet, leading
18824           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18825
18826 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18827
18828         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18829
18830         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18831           No warnings (#157986).
18832
18833 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18834
18835         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18836           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18837
18838 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18839
18840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18841           Signal no-more-pads (so it works in playbin).
18842
18843 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18844
18845         * ext/musepack/gstmusepackreader.cpp:
18846           Workaround for older core.
18847
18848 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18849
18850         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18851           Actually test for odd width/height rather than testing whether
18852           a temporary variable that was 0 before we subtracted 1 is now
18853           not equal to zero (which it always is).
18854
18855 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18856
18857         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18858         Fix compilation if HAVE_XVIDEO is not defined
18859
18860 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18861
18862         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18863         Fix compilation if HAVE_XVIDEO is not defined
18864
18865 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18866
18867         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18868         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18869         (gst_goom_change_state), (plugin_init):
18870         Use the bytestream adapter so goom doesn't depend on the input
18871         buffer size.
18872         Add a debug category
18873
18874 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18875
18876         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18877           Only set hardware parameters *after* negotiation. Before
18878           negotiation, it will set ANY and that seems to cause crashes
18879           (see e.g. #151288, #153227).
18880
18881 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18882
18883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18884           This seems to be antique leftover. It needs to pass error
18885           checking.
18886         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18887         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18888         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18889         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18890           Fix GstXOverlay implementation (#151059).
18891
18892 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18893
18894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18895           Don't assert (#157853).
18896
18897 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18898
18899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18900           Fix bytes/samples confustion.
18901         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18902           Fix for underrun (#144389).
18903
18904 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18905
18906         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18907           Disable halfway-seek for pending release (since it needs a new
18908           core release).
18909
18910 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18911
18912         * sys/v4l/gstv4lsrc.c:
18913         * sys/v4l/gstv4lsrc.h:
18914         * sys/v4l/v4lsrc_calls.c:
18915           add autoprobe-fps property so we can separate autoprobing parts
18916
18917 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18918
18919         * sys/v4l/gstv4lsrc.c:
18920         * sys/v4l/v4lsrc_calls.c:
18921         initialise fourcc to catch unset fourcc's, and debug
18922
18923 2004-11-09  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/gstplaybin.c: (gst_play_bin_init),
18928         (gst_play_bin_dispose), (gst_play_bin_set_property),
18929         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18930         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18931         (gst_play_bin_get_formats), (gst_play_bin_convert),
18932         (gst_play_bin_get_query_types), (gst_play_bin_query):
18933         Cleanups and some more documentation.
18934
18935 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18936
18937         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18938         (gst_cacasink_init), (gst_cacasink_chain):
18939         * ext/libcaca/gstcacasink.h:
18940         Cacasink inherits from VideoSink, so let that store the clock.
18941
18942 2004-11-09  Wim Taymans  <wim@fluendo.com>
18943
18944         * gst/playback/README:
18945         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18946         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18947         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18948         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18949         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18950         (setup_sinks):
18951         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18952         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18953         * gst/playback/gststreaminfo.h:
18954         Updated README.
18955         Only switch groups if all streams have muted (EOSed).
18956         Send Tags in sync with the stream playback instead of in
18957         the playback/preroll phase.
18958         Some cleanups, free the fakesrc elements.
18959
18960 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18961
18962         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18963           buffer-frames property was missing
18964         * ext/arts/gst_arts.c:
18965           rate missing from sinkcaps
18966         * ext/audiofile/gstafparse.c:
18967         * ext/audiofile/gstafsink.c:
18968         * ext/audiofile/gstafsrc.c:
18969         * ext/swfdec/gstswfdec.c:
18970           int audio doesn't know buffer-frames
18971         * ext/cdparanoia/gstcdparanoia.c:
18972           int audio doesn't know chunksize either
18973         * ext/nas/nassink.c:
18974           it's endianness, not endianess
18975         * gst-libs/gst/audio/audio.h:
18976           make float standard pad template caps really describe float
18977         * gst/law/mulaw.c: (linear_factory):
18978           signed only, please
18979         * gst/mpegstream/gstdvddemux.c:
18980           widths of 20 are not valid
18981
18982 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18983
18984         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18985
18986         * po/LINGUAS:
18987         * po/it.po:
18988           Add Italian
18989
18990 2004-11-08  Wim Taymans  <wim@fluendo.com>
18991
18992         * gst/playback/README:
18993         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18994         * gst/playback/gstplaybasebin.c: (probe_triggered),
18995         (gst_play_base_bin_change_state):
18996         Updated README, added more comments for fixmes etc..
18997
18998 2004-11-08  Wim Taymans  <wim@fluendo.com>
18999
19000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19001         We can remove this hack now.
19002
19003 2004-11-08  Wim Taymans  <wim@fluendo.com>
19004
19005         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19006         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19007         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19008         Only mix AYUV for maximum quality.
19009
19010 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19011
19012         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19013         (gst_ogg_demux_push), (gst_ogg_pad_push):
19014           Let's act as if we're synchronized now! :).
19015         * ext/theora/theoradec.c: (theora_dec_chain):
19016           Add some debug.
19017
19018 2004-11-08  Wim Taymans  <wim@fluendo.com>
19019
19020         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19021         (gst_alpha_set_property), (gst_alpha_sink_link),
19022         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19023         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19024         (gst_alpha_init_params), (gst_alpha_chain):
19025         Implement alpha functions for AYUV too, this increases
19026         accuracy quite a bit.
19027
19028 2004-11-08  Wim Taymans  <wim@fluendo.com>
19029
19030         * gst/ffmpegcolorspace/avcodec.h:
19031         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19032         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19033         (gst_ffmpegcsp_avpicture_fill):
19034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19035         (gst_ffmpegcsp_caps_remove_format_info):
19036         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19037         (shrink12), (img_get_alpha_info), (deinterlace_line),
19038         (deinterlace_line_inplace):
19039         * gst/ffmpegcolorspace/imgconvert_template.h:
19040         Added AYUV colorspace and handle RGBA a bit more respectful.
19041
19042 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19043
19044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19045           Actually always send a discont (cornercase when resending the
19046           same serial-tagged chain twice).
19047
19048 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19049
19050         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19051         (gst_ximagesink_finalize):
19052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19053         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19054
19055 2004-11-08  Wim Taymans  <wim@fluendo.com>
19056
19057         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19058         Don't segfault on NULL data.
19059
19060 2004-11-08  Wim Taymans  <wim@fluendo.com>
19061
19062         * gst/playback/gstdecodebin.c: (unlinked):
19063         * gst/playback/gstplay-marshal.list:
19064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19065         (gst_play_base_bin_init), (group_create), (get_active_group),
19066         (get_building_group), (group_destroy), (group_commit),
19067         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19068         (add_element_stream), (no_more_pads), (probe_triggered),
19069         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19070         (state_change), (setup_source), (gst_play_base_bin_get_property),
19071         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19072         (gst_play_base_bin_link_stream),
19073         (gst_play_base_bin_get_streaminfo):
19074         * gst/playback/gstplaybasebin.h:
19075         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19076         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19077         Add support for chained ogg files. Prepare for playlist
19078         support. This patch introduces the concept of pad groups, which
19079         together compose one playable media file.
19080
19081 2004-11-07  David Schleef  <ds@schleef.org>
19082
19083         * testsuite/gst-lint: Check for pad templates that aren't statically
19084         scoped.
19085
19086 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19087
19088         * configure.ac:
19089         * ext/Makefile.am:
19090         * ext/musepack/Makefile.am:
19091         * ext/musepack/gstmusepackdec.cpp:
19092         * ext/musepack/gstmusepackdec.h:
19093         * ext/musepack/gstmusepackreader.cpp:
19094         * ext/musepack/gstmusepackreader.h:
19095           Add musepack decoder.
19096         * ext/faad/gstfaad.c: (gst_faad_base_init):
19097           Make pad templates static.
19098         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19099         (plugin_init):
19100           Add musepack typefinder, make mp3 typefinding work halfway stream,
19101           which doesn't actually work yet because id3demux doesn't implement
19102           _get_length().
19103
19104 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19105
19106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19107         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19108           Fix interrupt event handling (#144436).
19109
19110 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19111
19112         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19113           Hide unused glory.
19114
19115 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19116
19117         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19118
19119         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19120           Fix weird caps (#157548).
19121
19122 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19123
19124         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19125
19126         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19127           Add missing NULL terminator (#157543).
19128
19129 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19130
19131         * gst/tcp/gsttcp.h:
19132         * gst/tcp/gsttcpclientsink.c:
19133         * gst/tcp/gsttcpclientsrc.c:
19134         * gst/tcp/gsttcpserversink.c:
19135         * gst/tcp/gsttcpserversrc.c:
19136           ports can go up to 65535.  Move common defines to gsttcp.h
19137
19138 2004-11-05  Wim Taymans  <wim@fluendo.com>
19139
19140         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19141         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19142         Added two more colorspaces.
19143
19144 2004-11-05  Wim Taymans  <wim@fluendo.com>
19145
19146         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19147         (gst_ffmpegcsp_avpicture_fill):
19148         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19149         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19150         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19151         More stride fixes.
19152
19153 2004-11-05  Wim Taymans  <wim@fluendo.com>
19154
19155         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19156         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19157         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19158         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19159         (gst_videomixer_loop):
19160         More stride fixes.
19161
19162 2004-11-05  Benjamin Otte  <otte@gnome.org>
19163
19164         * ext/mad/gstmad.c: (gst_mad_chain):
19165           don't overflow data buffer. Flush not needed sync data when syncing
19166           failed.
19167
19168 2004-11-04  Wim Taymans  <wim@fluendo.com>
19169
19170         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19171         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19172         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19173         (gst_alpha_init_params), (gst_alpha_chain),
19174         (gst_alpha_change_state):
19175         Updated the chroma keying algorithm with something more
19176         sophisticated.
19177
19178 2004-11-03  Wim Taymans  <wim@fluendo.com>
19179
19180         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19181         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19182         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19183         Fix stride issues. Does not completely work for odd
19184         heights.
19185
19186 2004-11-03  Wim Taymans  <wim@fluendo.com>
19187
19188         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19189         (gst_alpha_chroma_key), (gst_alpha_chain):
19190         Fix stride issues. Does not completely work for odd
19191         heights.
19192
19193 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19194
19195         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19196         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19197         leak fixes
19198
19199 2004-11-03  Wim Taymans  <wim@fluendo.com>
19200
19201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19202         (gst_ffmpegcsp_avpicture_fill):
19203         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19204         (avpicture_alloc):
19205         * gst/ffmpegcolorspace/imgconvert_template.h:
19206         Use correct _fill function to get correct strides.
19207
19208 2004-11-02  David Schleef  <ds@schleef.org>
19209
19210         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19211         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19212         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19213         Change all g_print()s to debugging.  Add a bunch of consistency
19214         checks.
19215
19216 2004-11-02  Wim Taymans  <wim@fluendo.com>
19217
19218         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19219         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19220         (unlinked), (no_more_pads), (close_link):
19221         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19222         (unknown_type), (add_element_stream), (new_decoded_pad),
19223         (removed_decoded_pad), (setup_source):
19224         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19225         (gst_stream_info_class_init), (gst_stream_info_init),
19226         (gst_stream_info_new), (gst_stream_info_dispose),
19227         (stream_info_mute_pad), (gst_stream_info_set_property),
19228         (gst_stream_info_get_property):
19229         * gst/playback/gststreaminfo.h:
19230         Fix playback of multiple files.
19231         a slightly different approach to handling dynamic pad removals.
19232         This one only looks at pads that we have linked.
19233
19234 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19235
19236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19237         free" warning from libc.
19238
19239 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19240
19241         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19242         (get_unconnected_element), (remove_starting_from), (pad_removed),
19243         (close_link):
19244           Implement support for dynamic pad changing. We listen to "live"
19245           pad removals (i.e. while playing) and re-setup autoplugging
19246           after that. Playbasebin/playbin need some more work for this
19247           to finally work, but decodebin supports (and replugs) chained
19248           ogg now.
19249
19250 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19251
19252         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19253         (gst_alsa_finalize):
19254         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19255         (gst_cdaudio_finalize):
19256         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19257         (cdparanoia_finalize):
19258         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19259         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19260         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19261         (dvdreadsrc_finalize):
19262         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19263         (gst_flacdec_finalize):
19264         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19265         (gst_flacenc_finalize):
19266         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19267         (gst_gnomevfssink_finalize):
19268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19269         (gst_gnomevfssrc_finalize):
19270         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19271         (gst_fameenc_finalize):
19272         * ext/nas/nassink.c: (gst_nassink_class_init),
19273         (gst_nassink_finalize):
19274         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19275         (gst_sdlvideosink_class_init):
19276         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19277         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19278         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19279         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19280         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19281         (gst_x_window_listener_dispose):
19282         * gst/audioscale/gstaudioscale.c:
19283         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19284         (play_on_demand_finalize):
19285         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19287         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19288         (cdplayer_finalize):
19289         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19290         (gst_glimagesink_class_init):
19291         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19292         (gst_osselement_finalize):
19293         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19294         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19295         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19296           Fixes a bunch of problems with finalize and dispose functions,
19297           either assumptions that dispose is only called once, or not calling
19298           the parent class dispose/finalize function
19299
19300 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19301
19302         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19303           added two api precondition guards
19304           use g_strdup with getenv to fix crash when using ENVVAR
19305
19306 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19307         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19308         (gst_esdsink_finalize):
19309         Use a finalize function, not dispose, and more importantly,
19310         call the parent class finalize function too
19311
19312 2004-11-01  Johan Dahlin  <johan@gnome.org>
19313
19314         * ext/ogg/gstoggdemux.c:
19315         * gst/tags/gstvorbistag.c:
19316         Plug leaks.
19317
19318 2004-10-31  Benjamin Otte  <otte@gnome.org>
19319
19320         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19321           lotsa memleaks today. But they're all small...
19322
19323 2004-10-31  Benjamin Otte  <otte@gnome.org>
19324
19325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19326           another memleak crushed
19327
19328 2004-10-31  Benjamin Otte  <otte@gnome.org>
19329
19330         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19331           fix memleak
19332
19333 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19334
19335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19336           Hack to prevent crash when going to READY inside signal handler
19337           while this function is active.
19338
19339 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19340
19341         * gst/ffmpegcolorspace/Makefile.am:
19342         * gst/ffmpegcolorspace/avcodec.h:
19343         * gst/ffmpegcolorspace/common.h:
19344         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19345         * gst/ffmpegcolorspace/dsputil.h:
19346         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19347         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19348         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19349         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19350         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19351         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19352         (gst_ffmpegcsp_avpicture_fill):
19353         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19355         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19356         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19357         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19358         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19359         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19360         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19361         * gst/ffmpegcolorspace/imgconvert.c:
19362         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19363         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19364         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19365         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19366         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19367         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19368         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19369         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19370         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19371         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19372         (grow21), (grow22), (grow41), (grow44), (conv411),
19373         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19374         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19375         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19376         (avpicture_free), (is_yuv_planar), (img_convert),
19377         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19378         (deinterlace_line_inplace), (deinterlace_bottom_field),
19379         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19380         * gst/ffmpegcolorspace/imgconvert_template.h:
19381         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19382         * gst/ffmpegcolorspace/mmx.h:
19383         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19384         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19385         (av_freep), (avcodec_get_context_defaults),
19386         (avcodec_alloc_context), (avcodec_init):
19387           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19388           handling plus update from ffmpeg CVS. Large clean-up.
19389
19390 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19391
19392         * gst/playback/Makefile.am:
19393           We need the marshallers for decodebin, too.
19394
19395 2004-10-30  David Schleef  <ds@schleef.org>
19396
19397         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19398           quicktime typefinding work with 64-bit offsets.
19399
19400 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19401
19402         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19403           Set EOS on the element when processing an EOS event.
19404         * ext/speex/gstspeexdec.h:
19405         * ext/speex/gstspeexenc.h:
19406           Only keep a const ptr to the mode
19407         * gst-libs/gst/riff/riff-media.c:
19408         (gst_riff_create_audio_caps_with_data),
19409         (gst_riff_create_audio_template_caps):
19410           Allow WMAV3, with up to 6 channels.
19411         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19412           Don't call gst_pad_set_event_function on a sink pad.
19413         * gst/mpegstream/gstdvddemux.c:
19414         (gst_dvd_demux_get_subpicture_stream),
19415         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19416           Copy the explicit caps that were set across to the cur_* pads,
19417           instead of trying to use a possibly non-existent negotiated caps.
19418           Reset the type of subpicture pads to UNKNOWN after calling
19419           init_stream, so that the caps get set.
19420
19421 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19422
19423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19424
19425         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19426           Don't touch buffer if it is of size 0 (fixes #151064).
19427
19428 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19431           Synchronized discont handling.
19432
19433 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19434
19435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19436         (gst_ogg_demux_push):
19437           Make seeking sort-of exact again (fixes #156387).
19438
19439 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19440
19441         * gst/playback/gstplaybasebin.c: (unknown_type),
19442         (add_element_stream), (new_decoded_pad),
19443         (gst_play_base_bin_change_state):
19444         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19445         (gst_stream_info_init), (gst_stream_info_new),
19446         (gst_stream_info_dispose), (gst_stream_info_get_property):
19447         * gst/playback/gststreaminfo.h:
19448           Make caps explicitely available. Makes testing for unsupported
19449           types possible. Improves error reporting.
19450
19451 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * gst/audioconvert/gstaudioconvert.c:
19454         (gst_audio_convert_buffer_to_default_format):
19455           Really don't touch read-only buffers (#156563).
19456
19457 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19458
19459         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19460
19461         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19462           Fix memleak (#155223).
19463
19464 2004-10-29  Wim Taymans  <wim@fluendo.com>
19465
19466         * gst/tcp/.cvsignore:
19467         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19468         (gst_multifdsink_class_init), (gst_multifdsink_init),
19469         (gst_multifdsink_add), (gst_multifdsink_remove),
19470         (gst_multifdsink_remove_client_link), (is_sync_frame),
19471         (gst_multifdsink_new_client),
19472         (gst_multifdsink_handle_client_write),
19473         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19474         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19475         (gst_multifdsink_get_property):
19476         * gst/tcp/gstmultifdsink.h:
19477         Added burst on connect sync_method, deprecated sync_clients,
19478         streamlined the sync code some more.
19479
19480 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19481
19482         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19483         (gst_play_base_bin_change_state):
19484           Improve error reporting.
19485
19486 2004-10-28  Wim Taymans  <wim@fluendo.com>
19487
19488         * gst/tcp/Makefile.am:
19489         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19490         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19491         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19492         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19493         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19494         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19495         (gst_fdset_wait):
19496         Added more locks around fdset structures. Fixed/reworked
19497         the poll array resizing code.
19498         Added stress test for fdset.
19499
19500 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19501
19502         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19503         fix build
19504
19505 2004-10-28  Benjamin Otte  <otte@gnome.org>
19506
19507         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19508           fix link function to always query channels and query width for
19509           floats
19510         * configure.ac:
19511           add equalizer dir
19512         * gst/equalizer/Makefile.am:
19513         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19514         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19515         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19516         (arg_to_scale), (setup_filter),
19517         (gst_iir_equalizer_compute_frequencies),
19518         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19519         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19520         (plugin_init):
19521           add an equalizer
19522
19523 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19524
19525         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19526
19527         * po/LINGUAS:
19528         * po/nb.po:
19529           Added Norwegian Bokmaal translation
19530
19531 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19532
19533         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19534           Don't break on options (fixes #156488).
19535
19536 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19537
19538         * configure.ac:
19539         * ext/cdaudio/Makefile.am:
19540         * sys/Makefile.am:
19541           fix build on older automake
19542
19543 2004-10-26  Wim Taymans  <wim@fluendo.com>
19544
19545         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19546         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19547         Allow a little margin when negotiating the framerate.
19548
19549 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19550
19551         * gst/level/gstlevel.c:
19552           synchonised naming of pads and pad-templates
19553
19554 2004-10-26  Wim Taymans  <wim@fluendo.com>
19555
19556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19557         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19558         (_find_streams_check), (gst_ogg_demux_push):
19559         Fix EOS again. Needs to be done in a better way. We should not
19560         remove the pad if there is no new chained stream.
19561
19562 2004-10-26 Iain <iaingnome@gmail.com>
19563
19564         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19565         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19566         of the caps.
19567         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19568         pad.
19569         (interleave_release_pad): Remove the pad.
19570         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19571         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19572         the set device.
19573         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19574         attrs
19575         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19576         (gst_xvimagesink_finalize): Free the par.
19577
19578 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19579
19580         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19581         (gst_avimux_stop_file):
19582           First calculate the rate, and only then use it. Hdr.rate is a
19583           multiple and not a derivative of hdr.scale. Scale is not the
19584           same as blockalign but is solely related to rate.
19585
19586 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19589         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19590           Implement seeking.
19591
19592 2004-10-25  James Henstridge  <james@jamesh.id.au>
19593
19594         Reviewed by:  David Schleef  <ds@schleef.org>
19595
19596         * examples/gstplay/player.c: (got_stream_length), (main):
19597         * examples/seeking/cdplayer.c: (update_scale):
19598         * examples/seeking/seek.c: (format_value), (update_scale):
19599         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19600         (stop_seek):
19601         Build fixes on AMD64.
19602
19603 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19604
19605         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19606
19607         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19608         Fix for some v4l cards which hang in v4lsrc
19609
19610 2004-10-25  Wim Taymans  <wim@fluendo.com>
19611
19612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19613         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19614         Make sure to remove the pad when a new chain is
19615         encountered. Set some vars to NULL so we don't try
19616         to reference freed memory.
19617
19618 2004-10-25  Wim Taymans  <wim@fluendo.com>
19619
19620         * examples/seeking/Makefile.am:
19621         * examples/seeking/cdplayer.c: (update_scale):
19622         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19623         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19624         (format_value), (update_scale), (iterate), (start_seek),
19625         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19626         (print_usage), (main):
19627         Added some more examples, update others.
19628
19629 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19630
19631         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19632         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19633         * ext/theora/theoradec.c: (theora_dec_chain):
19634         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19635           Add codec-name metadata.
19636
19637 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19638
19639         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19640
19641         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19642         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19643         * ext/alsa/gstalsamixertrack.h:
19644         * po/POTFILES.in:
19645           ALSA mixer track label internationalization (#154054).
19646
19647 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19648
19649         * ext/theora/theoradec.c: (theora_dec_chain):
19650           Export bitrate as metadata.
19651
19652 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19653
19654         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19655         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19656         * ext/alsa/gstalsamixertrack.h:
19657           Fix names, fix loop.
19658
19659 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19662         (speex_dec_convert):
19663           sinkconvert function so oggdemux can get the file length (totem).
19664
19665 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19666
19667         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19668
19669         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19670           Don't push incomplete packets.
19671         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19672           Fix MPEG-4 audio typefinding.
19673
19674 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19675
19676         * sys/v4l/Makefile.am:
19677         * sys/v4l/gstv4l.c: (plugin_init):
19678         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19679         (gst_v4lelement_init), (gst_v4lelement_dispose),
19680         (gst_v4lelement_change_state):
19681         * sys/v4l/gstv4lelement.h:
19682         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19683         (gst_v4l_xoverlay_close), (idle_refresh),
19684         (gst_v4l_xoverlay_set_xwindow_id):
19685         * sys/v4l/gstv4lxoverlay.h:
19686         * sys/v4l/v4l-overlay_calls.c:
19687         * sys/v4l/v4l_calls.h:
19688         * sys/v4l2/Makefile.am:
19689         * sys/v4l2/gstv4l2.c: (plugin_init):
19690         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19691         (gst_v4l2element_init), (gst_v4l2element_dispose),
19692         (gst_v4l2element_change_state):
19693         * sys/v4l2/gstv4l2element.h:
19694         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19695         (gst_v4l2_xoverlay_close), (idle_refresh),
19696         (gst_v4l2_xoverlay_set_xwindow_id):
19697         * sys/v4l2/gstv4l2xoverlay.h:
19698         * sys/v4l2/v4l2-overlay_calls.c:
19699         * sys/v4l2/v4l2_calls.h:
19700           Remove client-side overlay handling, use the X-server v4l plugin
19701           for that. Nicer overlay, less code. Also make the plugin
19702           compileable without X (but then without overlay, obviously).
19703           Makes xwindowlistener obsolete, should we remove that?
19704
19705 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19706
19707         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19708         (gst_osssrc_src_query):
19709         * sys/oss/gstosssrc.h:
19710           OK, so people want offset in DEFAULT. This time, actually fix all
19711           cases.
19712         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19713           Add FPS properly.
19714
19715 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19716
19717         * gst/asfdemux/gstasfmux.c:
19718         * gst/avi/gstavimux.c:
19719           Framerate.
19720
19721 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19722
19723         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19724           Fix properties (channel, norm, frequency).
19725
19726 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19727
19728         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19729           Flag typo.
19730         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19731           No warnings.
19732
19733 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19734
19735         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19736           Fix hang.
19737
19738 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19739
19740         * sys/v4l2/gstv4l2element.h:
19741           Yet Another Hack (tm) for kernel header borkedness.
19742         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19743         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19744         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19745         (gst_v4l2src_change_state):
19746         * sys/v4l2/gstv4l2src.h:
19747         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19748         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19749           Fix caps, keep track of state, work.
19750
19751 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19754           Quiet.
19755
19756 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19757
19758         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19759           Don't mix bytes and samples.
19760
19761 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19762
19763         * ext/ogg/gstoggmux.c:
19764           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19765           and theora. Any is incorrect.
19766         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19767           Fix caps.
19768         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19769         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19770         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19771         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19772         * sys/v4l/gstv4lmjpegsrc.h:
19773         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19774         (gst_v4lsrc_change_state):
19775         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19776         (gst_v4lmjpegsrc_capture_stop):
19777           Fix caps. Keep track of internal state. Work.
19778
19779 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19780
19781         * ext/Makefile.am:
19782           Fix the build fixes.
19783
19784 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19785
19786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19787         (gst_ogg_demux_src_event), (_find_chain_seek),
19788         (gst_ogg_pad_push):
19789           Check for pad availability before using it.
19790         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19791           Fix parsing of chained ogg. Needs more work on the decoder side.
19792
19793 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19794
19795         * gst/spectrum/Makefile.am:
19796         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19797         (idle_func):
19798           Fix demo and reenable it. Yes, I'm currently playing with audio
19799           analysis tools
19800
19801 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19802
19803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19804           We love it if files that start at zero work too...
19805
19806 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19807
19808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19809           Handle files with missing EOS headers.
19810
19811 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19812
19813         * gst/tcp/gsttcpserversink.c:
19814         (gst_tcpserversink_handle_server_read),
19815         (gst_tcpserversink_init_send):
19816         Zero some variables first (need for accept not to return EINVAL)
19817
19818 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19819
19820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19821         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19822         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19823         (theora_dec_chain):
19824         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19825         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19826           Seeking and querying finetune.
19827
19828 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19829
19830         * configure.ac:
19831         * ext/Makefile.am:
19832         * ext/raw1394/Makefile.am:
19833           fix the build
19834
19835 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19836
19837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19838           Wrong return.
19839         * gst/playback/Makefile.am:
19840         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19841         * gst/playback/gstplay-marshal.list:
19842         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19843           Fix marshallers.
19844
19845 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19846
19847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19848           Silence.
19849
19850 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19851
19852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19853         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19854         (gst_ogg_pad_push):
19855           Yay for non-lineair granulepos in theora.
19856
19857 2004-10-18  Wim Taymans  <wim@fluendo.com>
19858
19859         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19860         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19861         * ext/dv/gstdvdec.h:
19862         Make sure we renegotiate aspect ratio when the camera switches.
19863
19864 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19865
19866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19867         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19868           Start at zero.
19869         * ext/theora/theoradec.c: (theora_dec_chain):
19870           Skip headers. Bad idea for chained ogg, but fixes seeking.
19871
19872 2004-10-18  Wim Taymans  <wim@fluendo.com>
19873
19874         * configure.ac:
19875         I swear, this is the last time I touch this.
19876
19877 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19878
19879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19880         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19881         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19882           Faster seeking.
19883         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19884           Time-to-default conversion.
19885         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19886           Don't error on unknown packets, just skip. We should probably
19887           read them if we want to support chained ogg.
19888
19889 2004-10-18  Wim Taymans  <wim@fluendo.com>
19890
19891         * configure.ac:
19892         Added cdaudio to wrong list.
19893
19894 2004-10-18  Wim Taymans  <wim@fluendo.com>
19895
19896         * configure.ac:
19897         Revive cdaudio.
19898
19899 2004-10-18  Wim Taymans  <wim@fluendo.com>
19900
19901         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19902         (gst_dvdec_video_link), (gst_dvdec_push):
19903         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19904         (gst_smokeenc_resync), (gst_smokeenc_chain):
19905         Fix mimetype on smoke encoder.
19906         Add aspect ratio to dvdec. Not sure if these
19907         values are correct though....
19908
19909 2004-10-18  Wim Taymans  <wim@fluendo.com>
19910
19911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19912         Fix vorbis property descriptions and ranges.
19913
19914 2004-10-18  Wim Taymans  <wim@fluendo.com>
19915
19916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19917         Really do nothing when no data is available.
19918         Go to the playing state when the stream is not seekable
19919         instead of failing.
19920
19921 2004-10-18  Wim Taymans  <wim@fluendo.com>
19922
19923         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19924         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19925         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19926         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19927         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19928         Added uri handler for cd://
19929         Port to new API.
19930
19931 2004-10-18  Wim Taymans  <wim@fluendo.com>
19932
19933         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19934         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19935         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19936         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19937         (remove_prerolls), (unknown_type), (add_element_stream),
19938         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19939         (gst_play_base_bin_remove_element),
19940         (gst_play_base_bin_link_stream):
19941         * gst/playback/gstplaybin.c: (gen_video_element),
19942         (gen_vis_element), (remove_sinks), (setup_sinks):
19943         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19944         (gst_stream_info_get_type), (gst_stream_info_class_init),
19945         (gst_stream_info_init), (gst_stream_info_new),
19946         (gst_stream_info_dispose), (stream_info_mute_pad),
19947         (gst_stream_info_set_property), (gst_stream_info_get_property):
19948         * gst/playback/gststreaminfo.h:
19949         Add sink padtemplate to decodebin.
19950         Added some more comments.
19951         Make queue size configurable in playbasebin.
19952         Added possibility to use elements as sinks (ex cdaudio).
19953
19954 2004-10-15  Wim Taymans  <wim@fluendo.com>
19955
19956         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19957         (gst_speexenc_chain):
19958         Fix speex timestamps so that it gets muxed properly.
19959
19960 2004-10-15  Wim Taymans  <wim@fluendo.com>
19961
19962         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19963         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19964         (gst_dv1394src_init), (gst_dv1394src_dispose),
19965         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19966         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19967         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19968         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19969         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19970         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19971         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19972         * ext/raw1394/gstdv1394src.h:
19973         Added conversion/query functions.
19974         Update buffer timestamps,
19975         Added signals.
19976         Added uri dv:// so it might play from the firewire in playbin.
19977         Fix a possible leak.
19978         Added debugging.
19979
19980 2004-10-15  Wim Taymans  <wim@fluendo.com>
19981
19982         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19983         (gst_dv1394src_init), (gst_dv1394src_set_property),
19984         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19985         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19986         * ext/raw1394/gstdv1394src.h:
19987         Added AV/C VTR control support needed for some cameras.
19988         Added automatic port detection.
19989         Added properties for selecting the channel.
19990         The configure.ac script is not yet updated to reflect the
19991         new libavc1394 and librom1394 dependencies.
19992
19993 2004-10-15  Wim Taymans  <wim@fluendo.com>
19994
19995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19996         (qtdemux_parse), (gst_qtdemux_handle_esds):
19997         An esds box is not a container.
19998         Fix parsing of mp4v boxes.
19999         Do not try to renegotiate fps for each frame. Need to
20000         find a better method. This should fix mp4 playback.
20001
20002 2004-10-14  David Schleef  <ds@schleef.org>
20003
20004         * configure.ac: update for swfdec-0.3 and liboil-0.2
20005         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20006         * ext/swfdec/gstswfdec.h: same
20007         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20008         * gst/videotestsrc/videotestsrc.c: same
20009
20010 2004-10-14  Wim Taymans  <wim@fluendo.com>
20011
20012         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20013         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20014         (is_sync_frame), (gst_multifdsink_new_client),
20015         (gst_multifdsink_handle_client_write),
20016         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20017         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20018         Turn warnings into info.
20019         Don't allow a state change in the streaming thread.
20020
20021 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20022
20023         * ext/vorbis/oggvorbisenc.c:
20024         * ext/vorbis/vorbisdec.c:
20025           fix template sample rate
20026
20027 2004-10-13  Wim Taymans  <wim@fluendo.com>
20028
20029         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20030         Decoding the header first fixes some problems in resyncing
20031         in more mp3s.
20032
20033 2004-10-12  Wim Taymans  <wim@fluendo.com>
20034
20035         * gst/playback/gstplaybin.c: (gen_video_element),
20036         (gen_vis_element), (remove_sinks), (setup_sinks):
20037         Added vis plugin support, need to configure the vis
20038         element to activate it.
20039
20040 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20041
20042         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20043         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20044           Some debug.
20045         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20046         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20047         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20048         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20049         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20050         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20051         * gst/avi/gstavidemux.h:
20052           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20053           recovery (where, if part of the index is broken, we will still read
20054           the rest of the index and recover the broken part by stream
20055           scanning). More broken media support. EOS workarounds. General AVI
20056           braindamage headache recovery. Aspirin included.
20057
20058 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20059
20060         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20061         (cdparanoia_event), (cdparanoia_query):
20062           Get rid of hideous lead-in.
20063
20064 2004-10-11  Wim Taymans  <wim@fluendo.com>
20065
20066         * gst/playback/gstplaybasebin.c: (setup_source):
20067         Wrong var used to get g_list_next.
20068
20069 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20070
20071         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20072         (cdparanoia_get), (cdparanoia_open):
20073           Report discid as metadata, add duration.
20074
20075 2004-10-11  Wim Taymans  <wim@fluendo.com>
20076
20077         * gst/playback/gstplaybasebin.c: (setup_source):
20078         Cleanup the previous pipeline a little earlier for the
20079         case that a source element provides raw data.
20080
20081 2004-10-11  Benjamin Otte  <otte@gnome.org>
20082
20083         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20084           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20085           consuming the last 128 bytes, even though it was valid mp3 data.
20086
20087 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20088
20089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20090         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20091         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20092         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20093
20094 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20095
20096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20097         Fix for webcams that support only specific width or height
20098
20099 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20100
20101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20102
20103         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20104           Fix wrong discont event setup (fixes #154967).
20105
20106 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20107
20108         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20109
20110         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20111           Error out on invalid data (fixes #154807).
20112
20113 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20114
20115         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20116
20117         * ext/dvdread/dvdreadsrc.c: (_read):
20118           Make titles > 0 work again (fixes #154834).
20119
20120 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20121
20122         * gst-libs/gst/riff/riff-media.c:
20123         (gst_riff_create_video_template_caps):
20124           WMV3 missing in template caps.
20125
20126 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20127
20128         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20129           OK, so the original code was too strict. It makes random AVI files
20130           hang for seconds upon opening, which is unacceptable and is far
20131           beyond the original goal of getting multiple chunks for one-chunk
20132           sounc stream files. So now do just that.
20133
20134 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20135
20136         * gst/playback/gstplaybasebin.c: (setup_source),
20137         (gst_play_base_bin_change_state):
20138           Actually clean up streaminfo if output fails. This would trigger
20139           if, for example, there was no CD in the drive. No preroll, so
20140           a streaminfo structure is created, but the subsequent state change
20141           of the thread fails.
20142         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20143           Don't change state if parent failed.
20144
20145 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20146
20147         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20148         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20149         (gen_video_element), (remove_sinks):
20150           Add small bits of code for screenshot handling.
20151
20152 2004-10-08  Wim Taymans  <wim@fluendo.com>
20153
20154         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20155         (gen_video_element), (gen_audio_element), (setup_sinks):
20156         Don't assume the user provided sinks are named "sink"...
20157
20158 2004-10-08  Wim Taymans  <wim@fluendo.com>
20159
20160         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20161         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20162         (gst_play_base_bin_link_stream):
20163         Do not try to autoplug sources that generate raw streams like
20164         cdparanoia.
20165         disconnect the preroll overrun signal when we don't need it anymore.
20166
20167 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20168
20169         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20170         Added reworked patch from #154903 from milosz derezynski (deadchip).
20171
20172 2004-10-08  Wim Taymans  <wim@fluendo.com>
20173
20174         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20175         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20176         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20177         (cdparanoia_convert), (cdparanoia_uri_get_type),
20178         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20179         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20180         * ext/cdparanoia/gstcdparanoia.h:
20181         This adds the cdda://<tracknum> uri.
20182
20183 2004-10-08  Wim Taymans  <wim@fluendo.com>
20184
20185         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20186         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20187         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20188         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20189         (unknown_type), (gst_play_base_bin_remove_element),
20190         (gst_play_base_bin_link_stream):
20191         * gst/playback/gstplaybasebin.h:
20192         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20193         (gst_play_bin_set_property), (gen_video_element),
20194         (gen_audio_element), (setup_sinks):
20195         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20196         (gst_stream_info_get_type), (gst_stream_info_class_init),
20197         (gst_stream_info_init), (gst_stream_info_new),
20198         (gst_stream_info_dispose), (stream_info_mute_pad),
20199         (gst_stream_info_set_property), (gst_stream_info_get_property):
20200         * gst/playback/gststreaminfo.h:
20201         Reuse the audio and video bins.
20202         Some internal cleanups in the stream selection code.
20203
20204 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20205
20206         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20207         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20208         * sys/ximage/ximagesink.h:
20209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20210         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20211         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20212         not coming from those elements. Moreover these elements should not keep
20213         the xid they have been given when in NULL state.
20214
20215 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20218         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20219         * sys/ximage/ximagesink.h:
20220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20221         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20222         * sys/xvimage/xvimagesink.h:
20223           Actually only create a new toplevel window if we're not gonna
20224           embed it right after.
20225
20226 2004-10-07  Wim Taymans  <wim@fluendo.com>
20227
20228         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20229         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20230         * gst/playback/gstplaybin.c: (setup_sinks):
20231         Implement muting/unmuting of streams, mute streams that are not
20232         used.
20233
20234 2004-10-07  Wim Taymans  <wim@fluendo.com>
20235
20236         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20237         (plugin_init):
20238         Added lame audio/x-ac3 typefind function.
20239
20240 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20241
20242         * configure.ac:
20243           bump nano to cvs
20244
20245 === release 0.8.5 ===
20246
20247 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20248
20249         * NEWS:
20250         * RELEASE:
20251         * configure.ac:
20252           releasing 0.8.5, "Take You On"
20253
20254 2004-10-06  Wim Taymans  <wim@fluendo.com>
20255
20256         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20257         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20258         (no_more_pads), (close_link), (type_found):
20259         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20260         * gst/playback/gstplaybin.c: (gen_video_element):
20261         Do not signal the no_more_pads after the first pad when
20262         we are plugging a non dynamic element with multiple
20263         output pads (like swfdec, dvdec, ...).
20264
20265 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20266
20267         * configure.ac:
20268           bump for prerelease
20269
20270 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20271
20272         * gst/wavparse/gstwavparse.c:
20273           add ATRAC3 to STATIC CAPS to fix a warning
20274
20275         * gst/matroska/ebml-read.c:
20276         * gst-libs/gst/riff/riff-read.c:
20277           fix typos
20278
20279 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20280
20281         * gst-libs/gst/riff/riff-media.c:
20282           generate caps for ATRAC3 audio streams
20283
20284         * gst/realmedia/rmdemux.c:
20285           generate caps for ATRAC3 audio streams
20286
20287 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20288
20289         * gst/wavparse/Makefile.am
20290         * gst/wavparse/riff.h
20291         * gst/wavparse/wavparse.vcproj
20292           riff.h removal (unused and duplication with riff-ids.h)
20293
20294 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20295
20296         * gst/wavparse/gstwavparse.h
20297           remove duplicated defines for audio codec codes
20298
20299         * gst-libs/gst/riff/riff-ids.h
20300         * gst/wavenc/riff.h:
20301           add "4CC" code for ATRAC3 audio streams
20302           add "4CC" code for ITU_G721_ADPCM (unused for now)
20303
20304 2004-10-06  Wim Taymans  <wim@fluendo.com>
20305
20306         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20307         Actually _do_ negotiation. Pass gdouble as arg instead
20308         of guint64 for the framerate.
20309
20310 2004-10-06  Wim Taymans  <wim@fluendo.com>
20311
20312         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20313         (find_compatibles), (close_pad_link), (try_to_link_1),
20314         (no_more_pads), (close_link), (type_found):
20315         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20316         * gst/playback/gstplaybin.c: (gen_video_element),
20317         (gen_audio_element):
20318         Set state on newly added element to READY so that negotiation
20319         can happen ASAP.
20320         Addes some more debug info.
20321         Do not try to plug pads with multiple caps structures or ANY
20322         because it is too dangerous since we do not do dynamic
20323         replugging.
20324
20325 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20326
20327         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20328
20329         * po/LINGUAS:
20330         * po/or.po:
20331           add Oriya translation
20332
20333 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20334
20335         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20336           Prevent overwrite of size member. Makes audio sound crappy.
20337
20338 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20339
20340         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20341         Add rmvb to the list of known RealMedia extensions
20342
20343 2004-10-05  Wim Taymans  <wim@fluendo.com>
20344
20345         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20346         (mngdec_openstream), (mngdec_closestream),
20347         (mngdec_handle_sink_event), (mngdec_readdata),
20348         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20349         (mngdec_getcanvasline), (mngdec_refresh),
20350         (gst_mngdec_change_state):
20351         Set the framerate correctly.
20352
20353 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20354
20355         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20356           There was something wrong with the index massaging.
20357
20358 2004-10-04  Wim Taymans  <wim@fluendo.com>
20359
20360         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20361         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20362         (gst_smokedec_chain):
20363         * ext/jpeg/gstsmokedec.h:
20364         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20365         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20366         * ext/jpeg/gstsmokeenc.h:
20367         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20368         (smokecodec_decode_new), (smokecodec_info_free),
20369         (smokecodec_set_quality), (smokecodec_get_quality),
20370         (smokecodec_set_threshold), (smokecodec_get_threshold),
20371         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20372         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20373         (smokecodec_encode), (smokecodec_parse_id),
20374         (smokecodec_parse_header), (smokecodec_decode):
20375         * ext/jpeg/smokecodec.h:
20376         * ext/jpeg/smokeformat.h:
20377         Updated smoke, new bitstream, allows embedding in ogg.
20378
20379 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20380
20381         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20382           Fix seeking in some files. All this code is no longer needed (and
20383           actually breaks stuff) because we now synchronize the full index
20384           right when reading the header.
20385
20386 2004-10-04  Wim Taymans  <wim@fluendo.com>
20387
20388         * configure.ac:
20389         configure update for libmng.
20390
20391 2004-10-04  Wim Taymans  <wim@fluendo.com>
20392
20393         * ext/libmng/Makefile.am:
20394         * ext/libmng/gstmng.c: (plugin_init):
20395         * ext/libmng/gstmng.h:
20396         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20397         (gst_mngdec_base_init), (gst_mngdec_class_init),
20398         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20399         (gst_mngdec_loop), (gst_mngdec_get_property),
20400         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20401         (mngdec_closestream), (mngdec_handle_sink_event),
20402         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20403         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20404         (gst_mngdec_change_state):
20405         * ext/libmng/gstmngdec.h:
20406         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20407         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20408         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20409         (gst_mngenc_chain), (gst_mngenc_get_property),
20410         (gst_mngenc_set_property):
20411         * ext/libmng/gstmngenc.h:
20412         Added basic MNG decoder. Needs more work. The encoder does
20413         not work yet.
20414
20415 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20416
20417         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20418         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20419         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20420           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20421           no-more-pads.
20422
20423 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20424
20425         * configure.ac:
20426           you need at least 1.0.4 of speex
20427
20428 2004-10-04 Iain <iaingnome@gmail.com>
20429
20430         * ext/speex/gstspeexdec.h: Revert the includes changes.
20431
20432         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20433
20434 2004-09-30 Iain <iaingnome@gmail.com>
20435
20436         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20437         found during init or set as a property instead of hardcoding /dev/audio
20438
20439 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20440
20441         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20442         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20443         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20444         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20445         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20446         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20447         (gst_rmdemux_dump_data):
20448           Use debug category, fix EOS handling. filesrc ! rmdemux now
20449           works.
20450
20451 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20452
20453         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20454         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20455         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20456           Improve allocation, cutting and sorting of the index. How takes a
20457           few seconds instead of minutes.
20458
20459 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20460
20461         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20462           fixed compilation
20463
20464 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20465
20466         * gst-libs/gst/riff/riff-media.c:
20467         (gst_riff_create_video_caps_with_data),
20468         (gst_riff_create_video_template_caps):
20469           Add wing commander format mimetype/fourccs.
20470         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20471           Don't crash if some value is 0.
20472
20473 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20474
20475         * gst-libs/gst/riff/riff-media.c:
20476         (gst_riff_create_video_caps_with_data),
20477         (gst_riff_create_video_template_caps):
20478           Add DIB fourcc (raw, palettized 8-bit RGB).
20479         * gst-libs/gst/riff/riff-read.c:
20480         (gst_riff_read_strf_vids_with_data):
20481           Oops, fix strf_data reading bug.
20482         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20483           Use a non-NULL tag.
20484         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20485           Time for hacks. Sorry Dave. At least one quicktime movie (a
20486           trailer) that I've encountered contains multiple video tracks.
20487           One of those is the actual video track, the other are one-frame
20488           tracks (images). Unfortunately, the number of frames according
20489           to the trak header is 1 for each, so that doesn't help. So
20490           instead, I look at the duration and discard tracks with a
20491           duration shorter than 20% of the length of the stream. Better
20492           than nothing.
20493
20494 2004-10-01  Christian Schaller <christian@fluendo.com>
20495
20496         * ext/ivorbis/vorbis.c:
20497           Patch from Phil Blundell (Bug 152341)
20498
20499 2004-10-01  Wim Taymans  <wim@fluendo.com>
20500
20501         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20502         (speex_dec_get_formats), (speex_dec_convert),
20503         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20504         (speex_dec_chain), (gst_speexdec_get_property),
20505         (gst_speexdec_set_property):
20506         Small cleanups.
20507
20508 2004-10-01  Wim Taymans  <wim@fluendo.com>
20509
20510         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20511         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20512         (gst_wavparse_other), (gst_wavparse_loop),
20513         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20514         (gst_wavparse_srcpad_event):
20515         * gst/wavparse/gstwavparse.h:
20516         Added some more debugging info.
20517         Fix the case where the length of the file is 0.
20518         Make sure we seek to sample borders.
20519
20520 2004-10-01  Wim Taymans  <wim@fluendo.com>
20521
20522         * gst/playback/README:
20523         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20524         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20525         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20526         Add some debug info to decodebin, update README
20527
20528 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20529
20530         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20531           Don't use g_print(); use GST_DEBUG().
20532
20533 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20534
20535         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20536         (gst_ogg_mux_queue_pads):
20537           Handle EOS properly.
20538
20539 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20540
20541         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20542
20543         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20544         (gst_faad_chain), (gst_faad_change_state):
20545         * ext/faad/gstfaad.h:
20546           Allow playback of raw (unframed) MPEG AAC files (#148993).
20547
20548 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20549
20550         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20551
20552         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20553           Throw error if we didn't recognize the stream. Fixes #152289.
20554
20555 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20556
20557         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20558           Fix negotiation.
20559
20560 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20561
20562         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20563
20564         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20565           Fix memleak.
20566
20567 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20568
20569         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20570
20571         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20572           Solve #152805.
20573         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20574           Solve 152806.
20575
20576 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20577
20578         * gst-libs/gst/riff/riff-media.c:
20579         (gst_riff_create_video_caps_with_data),
20580         (gst_riff_create_audio_caps_with_data):
20581           Add codec_data handling (like asfdemux used to do).
20582         * gst/asfdemux/gstasf.c: (plugin_init):
20583         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20584         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20585           Use riff-media for caps creation instead of our own (mostly
20586           broken) copy of its functions.
20587
20588 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20589
20590         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20591           Don't actually error out if we get another return value than
20592           -EINVAL. Opposite to what I first thought, drivers have random
20593           return values for this, although -EINVAL is the expected return
20594           value. Since this is not fatal, we shouldn't use
20595           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20596
20597 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20598
20599         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20600         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20601         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20602         (dvdreadsrc_get), (dvdreadsrc_open_file),
20603         (dvdreadsrc_change_state):
20604           Fix. Don't do one big huge loop around the whole DVD, that will
20605           cache all data and thus eat sizeof(dvd) (several GB) before we
20606           see something.
20607         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20608           Actually NULL'ify event after using it.
20609         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20610         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20611         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20612         (gst_ebml_read_seek), (gst_ebml_read_skip):
20613           Handle events.
20614         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20615         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20616         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20617           Fix timing (this will probably break if I seek using menus, but
20618           I didn't get there yet). VOBs and normal DVDs should now work.
20619           Add a mpeg2-only pad with high rank so this get autoplugged for
20620           MPEG-2 movies.
20621         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20622         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20623         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20624         (gst_mpeg_demux_get_audio_stream),
20625         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20626         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20627           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20628           MPEG-1 but use dvddemux for MPEG-2.
20629         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20630         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20631         (gst_mpeg_parse_parse_packhead):
20632           Timing. Only add pad template if it exists. Add sink template from
20633           class and not from ourselves. This means we will always use the
20634           correct sink template even if it is not the one defined in this
20635           file.
20636
20637 2004-09-29  Wim Taymans  <wim@fluendo.com>
20638
20639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20640         (gst_mpeg_demux_parse_pes):
20641         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20642         Fix playback of mpeg again, timestamps where screwed up by
20643         patch 1.61.
20644
20645 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20646
20647         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20648           Only return true if we actually filled something in. Prevents
20649           player applications from showing a random length for flac files.
20650         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20651         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20652         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20653         (gst_riff_read_strf_vids_with_data),
20654         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20655           OK, ok, so I implemented event handling. Apparently it's normal
20656           that we receive random events at random points without asking
20657           for it.
20658         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20659         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20660         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20661         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20662         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20663         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20664         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20665         * gst/avi/gstavidemux.h:
20666           Implement non-lineair chunk handling and subchunk processing.
20667           The first solves playback of AVI files where the audio and video
20668           data of individual buffers that we read are not synchronized.
20669           This should not happen according to the wonderful AVI specs, but
20670           of course it does happen in reality. It is also a prerequisite for
20671           the second. Subchunk processing allows us to cut chunks in small
20672           pieces and process each of these pieces separately. This is
20673           required because I've seen several AVI files with incredibly large
20674           audio chunks, even some files with only one audio chunk for the
20675           whole file. This allows for proper playback including seeking.
20676           This patch is supposed to fix all AVI A/V sync issues.
20677         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20678         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20679           Work.
20680         * gst/modplug/gstmodplug.cc:
20681           Proper return value setting for the query() function.
20682         * gst/playback/gstplaybasebin.c: (setup_source):
20683           Being in non-playing state (after, e.g., EOS) is not necessarily
20684           a bad thing. Allow for that. This fixes playback of short files.
20685           They don't actually playback fully now, because the clock already
20686           runs. This means that small files (<500kB) with a small length
20687           (<2sec) will still not or barely play. Other files, such as mod
20688           or flx, will work correctly, however.
20689
20690 2004-09-28  Wim Taymans  <wim@fluendo.com>
20691
20692         * ext/speex/gstspeex.c: (plugin_init):
20693         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20694         (gst_speex_dec_class_init), (speex_dec_get_formats),
20695         (speex_get_event_masks), (speex_get_query_types),
20696         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20697         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20698         (gst_speexdec_get_property), (gst_speexdec_set_property),
20699         (speex_dec_change_state):
20700         * ext/speex/gstspeexdec.h:
20701         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20702         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20703         (gst_speexenc_base_init), (gst_speexenc_class_init),
20704         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20705         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20706         (gst_speexenc_src_query), (gst_speexenc_init),
20707         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20708         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20709         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20710         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20711         (gst_speexenc_chain), (gst_speexenc_get_property),
20712         (gst_speexenc_set_property), (gst_speexenc_change_state):
20713         * ext/speex/gstspeexenc.h:
20714         Rewrote speex encoder, make sure it can be embedded in ogg.
20715         Implemented speex decoder.
20716
20717 2004-09-28  Christian Schaller <christian@fluendo.com>
20718
20719         * configure.ac:
20720         Remove kioslave plugin. Markey is brewing a new working one
20721         * ext/Makefile.am: Remove kioslave plugin
20722         * ext/kio: remove
20723         * gst-plugins.spec.in: remove kio plugin from spec
20724
20725 2004-09-27  Wim Taymans  <wim@fluendo.com>
20726
20727         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20728         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20729         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20730         (gst_multifdsink_new_client),
20731         (gst_multifdsink_handle_client_write),
20732         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20733         (gst_multifdsink_handle_clients):
20734         * gst/tcp/gstmultifdsink.h:
20735         Make syncing to keyframes actually work for new clients and lagging
20736         clients.
20737
20738 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20739
20740         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20741         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20742         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20743         * gst/debug/gstnavigationtest.h:
20744           make navigationtest display button-press and button-release events
20745
20746 2004-09-26 Iain <iaingnome@gmail.com>
20747
20748         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20749         the channels have received a new media event.
20750         (interleave_buffered_loop): Compresses a new media event on all
20751         channels into one.
20752
20753 2004-09-26 Iain <iaingnome@gmail.com>
20754
20755         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20756         call the sinkpad's default event handler and not the srcpads. He also
20757         says this is confusing :)
20758         (gst_wavenc_stop_file): Company says that seek events only go upstream
20759         we should send a discontinuous downstream instead.
20760
20761 2004-09-25  Christian Schaller <christian@fluendo.com>
20762
20763         * Update SPEC file to be usable in conjunction with Fedora Core,
20764           Fedora.us and freshrpms packages
20765         * Fix typo in multifilesrc test Makefile
20766
20767 2004-09-24  Wim Taymans  <wim@fluendo.com>
20768
20769         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20770         Only signal the no_more_pads signal when we have
20771         added the stream to our list.
20772
20773 2004-09-24  Wim Taymans  <wim@fluendo.com>
20774
20775         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20776         (new_decoded_pad):
20777         * gst/playback/gstplaybasebin.h:
20778         * gst/playback/gstplaybin.c: (setup_sinks):
20779         Don't try to preroll or decode more than one audio/video
20780         track.
20781
20782 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20783
20784         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20785           Throw error if we failed to find a suitable output. This should
20786           throw an error if we successfully set up a pipeline (e.g. because
20787           we recognized a media file) but found no decodable streams in it
20788           (e.g. because it contains only media stream types for which we
20789           have no decoders, or because it's not a media type).
20790
20791 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20792
20793         * ext/dirac/Makefile.am:
20794         * ext/dirac/gstdirac.cc:
20795         * ext/dirac/gstdiracdec.cc:
20796         * ext/dirac/gstdiracdec.h:
20797           Do something. Don't actually know if this works because I don't
20798           have a demuxer yet.
20799         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20800           Add channels=1 to caps returned from _getcaps().
20801         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20802         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20803         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20804         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20805         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20806         (gst_ogm_parse_change_state):
20807           Separate between audio/video so ogmaudioparse actually uses the
20808           audio pad templates. Both audio and video work now, including
20809           autoplugging. Also use sometimes-srcpad hack.
20810         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20811           Handle events better. Don't hang on infinite loops.
20812         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20813         (gst_avi_demux_init), (gst_avi_demux_reset),
20814         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20815         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20816         (gst_avi_demux_change_state):
20817         * gst/avi/gstavidemux.h:
20818           Improve A/V sync. Still not perfect.
20819         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20820         (gst_ebml_read_skip):
20821           Handle events better.
20822         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20823         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20824         (qtdemux_audio_caps):
20825           Add IMA4. Improve event handling. Save offset after a seek when
20826           the headers are at the end of the file so that we don't end up in
20827           an infinite loop.
20828         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20829           Add low-priority typefind support for files with no length.
20830
20831 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20832
20833         * testsuite/multifilesink/Makefile.am:
20834         fix typo
20835
20836 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20837
20838         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20840         mistakes from thaytan's patches.
20841
20842 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20843
20844         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20845           For completeness, XSync in the destroy function as xvimage does.
20846
20847 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20848
20849         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20850            Correct caps negotiation
20851         * gst/volume/gstvolume.c: (volume_chain_float),
20852         (volume_chain_int16):
20853            Modify debug output to be little more informative
20854         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20856         (gst_xvimagesink_xvimage_destroy):
20857           Add XSync calls after detaching from the shared memory segment to
20858           avoid a crash.
20859
20860 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20861
20862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20863         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20864         * ext/vorbis/vorbis.c: (plugin_init):
20865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20866         (gst_vorbisenc_chain):
20867         * ext/vorbis/vorbisenc.h:
20868         remove explicit newmedia support from oggmux and vorbisenc
20869         add debug category to vorbisenc
20870         * gst/multifilesink/gstmultifilesink.c:
20871         (gst_multifilesink_class_init), (gst_multifilesink_init),
20872         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20873         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20874         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20875         (plugin_init):
20876         * gst/multifilesink/gstmultifilesink.h:
20877         add support for streamheader in multifilesink
20878
20879 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20880
20881         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20882         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20883         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20884           Prevent infinite loops. More correct error reporting.
20885         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20886           Error out if negotiation fails.
20887         * gst/playback/gstplaybasebin.c: (setup_source),
20888         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20889         (gst_play_base_bin_found_tag):
20890           Error/tag forwarding. Pre-roll fixes for source errors on state
20891           changes (e.g. "file does not exist") to prevent hangs.
20892
20893 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20894
20895         * testsuite/multifilesink/Makefile.am:
20896         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20897         (gst_newmedia_class_init), (gst_newmedia_init),
20898         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20899         (newfile_signal), (test_signal), (main):
20900         * testsuite/multifilesink/multifilesrc_test.c: (main):
20901         * testsuite/multifilesink/oggtheora_test.c:
20902         (gst_newmedia_base_init), (gst_newmedia_class_init),
20903         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20904         (test_format), (newfile_signal), (test_signal), (main):
20905         * testsuite/multifilesink/oggvorbis_test.c:
20906         (gst_newmedia_base_init), (gst_newmedia_class_init),
20907         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20908         (test_format), (newfile_signal), (test_signal), (main):
20909         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20910         (gst_newmedia_class_init), (gst_newmedia_init),
20911         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20912         (newfile_signal), (test_signal), (main):
20913         New media tests
20914
20915 2004-09-20  Christian Schaller <christian@fluendo.com>
20916
20917         * Fix mikmod license to LGPL as they have relicensed
20918         * Move Dirac and Effectv into LGPL section of README_license
20919
20920 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20921
20922         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20923         (gst_mad_change_state):
20924           Allow for mp3 rate/channels changes. However, only very
20925           conservatively. Reason that we *have* to enable this is smiply
20926           because the mad find_sync() function is not good enough, it will
20927           regularly sync on random data as valid frames and therefore make
20928           us provide random caps as *final* caps of the stream. The best fix
20929           I could think of is to simply require several of the same stream
20930           changes in a row before we change caps.
20931           The actual testcase that works now is #
20932         * ext/ogg/Makefile.am:
20933         * ext/ogg/gstogg.c: (plugin_init):
20934         * ext/ogg/gstogmparse.c:
20935           OGM support (video only for now; I need an audio sample file).
20936         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20937         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20938         (gst_asf_demux_add_video_stream):
20939           WMV extradata.
20940         * gst/playback/gstplaybasebin.c: (unknown_type):
20941           Don't error out on single unknown-types after all. It's wrong.
20942           If we found type of video and audio but not of a subtitle stream,
20943           it will still error out (which is unwanted). Will find a better fix
20944           later on.
20945         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20946         (ogmaudio_type_find), (plugin_init):
20947           OGM support.
20948
20949 2004-09-20  Johan Dahlin  <johan@gnome.org>
20950
20951         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20952         after setting caps.
20953
20954 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20955
20956         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20957         * gst/wavenc/gstwavenc.h:
20958         Added newmedia support to wavenc
20959
20960 2004-09-17  Wim Taymans  <wim@fluendo.com>
20961
20962         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20963         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20964         (gst_fdset_fd_can_write), (gst_fdset_wait):
20965         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20966         (gst_multifdsink_init), (gst_multifdsink_add),
20967         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20968         (gst_multifdsink_remove_client_link),
20969         (gst_multifdsink_client_queue_buffer),
20970         (gst_multifdsink_handle_client_write),
20971         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20972         (gst_multifdsink_close), (gst_multifdsink_change_state):
20973         * gst/tcp/gstmultifdsink.h:
20974         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20975         (gst_tcpserversink_removed):
20976         Small cleanups in fdset.c
20977         Use a hastable to map fd to the client structure for faster
20978         lookup in _remove and get_stats.
20979         Added virtual function to close the fds.
20980         Handle clients even when the select/poll call was unblocked because
20981         of a command.
20982         Implement syncing to keyframe in the recovery procedure.
20983
20984 2004-09-16 Iain <iaingnome@gmail.com>
20985
20986         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20987         try caps.
20988
20989 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20990
20991         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20992           Caps are only set if the type of the stream is unknown, but this
20993           is initialized in ->init_stream(), so set to UNKNOWN after calling
20994           ->init_stream() so that capsnego starts.
20995
20996 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20997
20998         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20999         (gst_avi_demux_stream_data):
21000           Just hardcode for raw audio then. AVI audio sucks.
21001
21002 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21003
21004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21005         * gst/matroska/matroska-mux.c: (audiosink_templ),
21006         (gst_matroska_mux_audio_pad_link):
21007         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21008         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21009
21010 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21013         (gst_avi_demux_stream_data):
21014           Try to fix a/v sync issues.
21015
21016 2004-09-15  David Schleef  <ds@schleef.org>
21017
21018         * configure.ac: remove NASM check, since we don't use it.  Update
21019         dirac check to 0.4
21020         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21022         Initialized variables.
21023         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21024         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21025         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21026         SVQ3 format
21027
21028 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21029
21030         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21031         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21032         * gst/avi/gstavidemux.h:
21033           Fix for compressed audio (mp3) timestamp generation. How did this
21034           ever work?
21035
21036 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21037
21038         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21039           Volume is a double not a float.
21040
21041 2004-09-15  Wim Taymans  <wim@fluendo.com>
21042
21043         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21044         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21045         Don't close the fd in multifdsink as we didn't open it in the
21046         first place. Some cleanups.
21047
21048 2004-09-15  Wim Taymans  <wim@fluendo.com>
21049
21050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21052         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21053         Fix the case where the muxer would mark pages as delta
21054         frames when they are not (vorbis only ogg).
21055
21056 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21057
21058         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21059         (gst_play_base_bin_change_state):
21060           Handle the case where we failed to setup a clear pipeline. This
21061           will throw an error (or EOS, another nice case) and if you don't
21062           catch that, the app will wait for the signal forever (and thus
21063           hang).
21064
21065 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21066
21067         * ext/gnomevfs/gstgnomevfssink.c:
21068         (gst_gnomevfssink_uri_get_protocols):
21069         * ext/gnomevfs/gstgnomevfssrc.c:
21070         (gst_gnomevfssrc_uri_get_protocols):
21071         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21072         * ext/gnomevfs/gstgnomevfsuri.h:
21073           Use _uri_new() instead of _open(), so it doesn't take as long and
21074           Christophe's computer won't hang.
21075         * gst/playback/gstplaybasebin.c: (unknown_type):
21076           Throw error on unknown media type, so apps actually display it.
21077
21078 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21079
21080         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21081           this script to work on Solaris since bash shell handles echo
21082           differenly than bash.
21083
21084 2004-09-17  Wim Taymans  <wim@fluendo.com>
21085
21086         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21087         (setup_source), (gst_play_base_bin_set_property),
21088         (gst_play_base_bin_add_element):
21089         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21090         Some more work on making sure seeking pauses the pipeline and
21091         that changing the uri actually does something.
21092
21093 2004-09-17  Wim Taymans  <wim@fluendo.com>
21094
21095         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21096         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21097         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21098         (gst_tcpserversink_close):
21099         Be a bit more paranoid when freeing memory.
21100
21101 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21102
21103         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21104         (qtdemux_parse_trak):
21105           Don't crash by dividing by zero (see sample movie in #126922).
21106
21107 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21108
21109         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21110           Don't touch non-existing data (fixes crash on file in #140147).
21111
21112 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21113
21114         * gst/playback/gstplaybasebin.c:
21115         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21116           Handle double disposals, and proper change of URIs.
21117
21118 2004-09-13  Martin Eikermann <meiker@upb.de>
21119
21120         * gst/mpegstream/gstmpegparse.c:
21121           fix synchronistation for streams recorded from digital PCR
21122           fixes bug #119376
21123
21124 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21125
21126         * ext/gnomevfs/Makefile.am:
21127         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21128         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21129         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21130         (gst_gnomevfssink_uri_get_type),
21131         (gst_gnomevfssink_uri_get_protocols),
21132         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21133         (gst_gnomevfssink_uri_handler_init),
21134         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21135         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21136         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21137         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21138         (gst_gnomevfssrc_uri_get_type),
21139         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21140         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21141         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21142         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21143         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21144         * ext/gnomevfs/gstgnomevfsuri.h:
21145           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21146           of fake URIs to see which this version of Gnome-VFS likes, and
21147           uses that for the Gst-URI interface. Makes playbin support http://
21148           streams. Also fix up some stupid behaviour in gnomevfssrc.
21149
21150 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21151
21152         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21153         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21154         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21155         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21156           Update mixer (to sync with other sessions) if we try to obtain
21157           a new value. This makes alsamixer work accross applications.
21158         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21159           Only call sync functions if we're running, else alsalib asserts.
21160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21161           Sometimes fails to compile. Possibly a gcc bug.
21162         * gst/playback/gstplaybin.c: (gen_video_element),
21163         (gen_audio_element):
21164           Add a reference to an application-provided object, because we lose
21165           this same reference if we add it to the bin. If we don't do this,
21166           we can only use this object once and thus crash if we go from
21167           ready to playing, back to ready and back to playing again.
21168           Also add an audioscale element because several cheap soundcards -
21169           like mine - don't support all samplerates.
21170         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21171         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21172           Fix wrong order or PAR calls. Makes automatically obtained PAR
21173           from the X server atually being used.
21174
21175 2004-09-12  David Schleef  <ds@schleef.org>
21176
21177         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21178         #151887, #152102, #152247.
21179         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21180         * examples/seeking/cdparanoia.c: same
21181         * examples/seeking/cdplayer.c: same
21182         * examples/seeking/seek.c: same
21183         * examples/seeking/spider_seek.c: same
21184         * examples/seeking/vorbisfile.c: same
21185         * examples/stats/mp2ogg.c: same
21186         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21187         (gst_esdsink_dispose): Dispose of element properly.
21188         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21189         fixes.
21190         * ext/nas/nassink.c: (gst_nassink_class_init),
21191         (gst_nassink_dispose): Dispose of element correctly.
21192         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21193         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21194         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21195         Fix 64-bit warning.
21196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21197         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21198         Fix 64-bit warning.
21199
21200 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21201
21202         * configure.ac : change speex detection as 1.1.6 now uses
21203           .pc/pkg-config and they changed their headers location.
21204
21205 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21206
21207         * gst/matroska/matroska-mux.h:
21208         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21209         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21210         (gst_matroska_mux_write_data):
21211           Write multiple blocks/frames per cluster.
21212                 Write meta-seek information (seek heads).
21213
21214 2004-09-09  Scott Wheeler <wheeler@kde.org>
21215
21216         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21217         (gst_play_bin_set_property), (gst_play_bin_get_property),
21218         (gen_audio_element), (gen_audio_element):
21219           Add a volume element / property to the pipeline.
21220
21221 2004-09-07  Wim Taymans  <wim@fluendo.com>
21222
21223         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21224         Copy timestamps from the master pad to the output buffers.
21225
21226 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21227
21228         * ext/raw1394/gstdv1394src.c:
21229           throw errors when applicable
21230
21231 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21232
21233         * gst/matroska/ebml-ids.h:
21234         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21235         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21236         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21237           automatically convert unix time <-> ebml time when reading/writing
21238           a date, use gst_ebml_write_uint to write CUETIME,
21239           not gst_ebml_write_date.
21240         * gst/matroska/matroska-ids.h:
21241         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21242         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21243         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21244         (gst_matroska_mux_write_data):
21245           Write track and segment UIDs, write muxing date, write
21246           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21247           Create cues for audio only files.
21248
21249 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21250
21251         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21252         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21253           Re-commit ALSA switches.
21254         * gst/adder/gstadder.c: (gst_adder_loop):
21255           64-bit fix (#151416).
21256         * gst/debug/progressreport.c: (gst_progressreport_report):
21257           64-bit fix (#151419).
21258         * gst/matroska/matroska-demux.c:
21259         (gst_matroska_demux_parse_contents):
21260           64-bit fix (#151420).
21261         * gst/playback/test3.c: (update_scale):
21262           64-bit fix (#151421).
21263
21264 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21265
21266         * configure.ac:
21267           bump nano to cvs
21268
21269 === release 0.8.4 ===
21270
21271 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21272
21273         * configure.ac: releasing 0.8.4, "Alias"
21274
21275 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21276
21277         * ext/theora/Makefile.am:
21278           fix makefile.  Fixes #151462.
21279
21280 2004-08-30  Wim Taymans  <wim@fluendo.com>
21281
21282         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21284         (gst_multifdsink_remove_client_link),
21285         (gst_multifdsink_client_queue_buffer),
21286         (gst_multifdsink_handle_client_write):
21287         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21288         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21289         Fix some memory leaks.
21290
21291 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21292
21293         Patch by: David Schleef
21294
21295         * configure.ac:
21296         * sys/Makefile.am:
21297           rename our detection macro for V4L2.  Fixes #151236.
21298
21299 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21300
21301         Patch by: David Schleef
21302
21303         * configure.ac:
21304           check to define LAMEPRESET.  Fixes #151232.
21305
21306 2004-08-27  David Schleef  <ds@schleef.org>
21307
21308         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21309         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21310         (gst_glimagesink_fixate):  Move local variable declarations to
21311         make gcc-2.95 happy.
21312
21313 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21314
21315         * configure.ac:
21316           bump nano for prerelease
21317
21318 2004-08-27  David Schleef  <ds@schleef.org>
21319
21320         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21321         * sys/sunaudio/gstsunaudiosrc.c:
21322         * sys/sunaudio/gstsunaudiosrc.h:
21323
21324 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21325
21326         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21327         handle EOS correctly
21328         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21329         * gst/matroska/matroska-mux.h:
21330         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21331         VFW compatibility mode
21332
21333 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21334
21335         patch by: Zaheer Abbas Merali
21336
21337         * ext/ogg/gstoggmux.c:
21338         * ext/vorbis/vorbisenc.c:
21339         * ext/vorbis/vorbisenc.h:
21340           handle NEWMEDIA
21341
21342 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21343
21344         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21345         fix byte order reversion on little endian machines.
21346         * gst/matroska/matroska-mux.c: (audiosink_templ),
21347         (gst_matroska_mux_audio_pad_link):
21348         add TTA codec to the list of supported codecs.
21349         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21350         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21351         (gst_matroska_mux_write_data):
21352         * gst/matroska/matroska-mux.h:
21353         write segment duration correctly, write muxing app string, fixes bugs
21354         #140897 and #140898.
21355         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21356         wait for all pads to be negotiated before starting to mux.
21357
21358 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21359
21360         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21361         * ext/lame/gstlame.h:
21362         Added new media support to lame
21363
21364 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21365
21366         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21367         send vorbis headers at the beginning of a stream, fixes bug #141554.
21368         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21369         bug #148950.
21370         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21371         (gst_matroska_demux_plugin_init):
21372         * gst/matroska/matroska-ids.h:
21373         enable demuxing of TTA audio streams, fixes bug #148951.
21374         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21375         enable typefinding for TTA audio files, fixes bug #148711.
21376         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21377         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21378         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21379
21380 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21381
21382         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21383         (gst_riff_read_element_data), (gst_riff_read_seek),
21384         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21385         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21386         <teuf@gnome.org>
21387
21388 2004-08-23 Iain <iaingnome@gmail.com>
21389
21390         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21391         tags. They appear to be handled differently to normal.
21392         (tag_list_to_id3_tag_foreach): Ditto.
21393
21394 2004-08-22  Wim Taymans  <wim@fluendo.com>
21395
21396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21397         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21398         Make sure we never send -1 granulepos.
21399
21400 2004-08-20  Wim Taymans  <wim@fluendo.com>
21401
21402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21403         (gst_ogg_mux_loop):
21404         I will accept bitchslappings with non sharp objects.
21405
21406 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21407
21408         * configure.ac:
21409         Clean up the test for lame presets
21410
21411 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21412
21413         * configure.ac:
21414         * ext/lame/Makefile.am:
21415         * ext/lame/gstlame.c: (gst_lame_class_init),
21416         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21417         Only enable lame presets if version of lame has presets in API
21418
21419 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21420         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21421         * gst/udp/gstudpsrc.h:
21422           Don't call gst_pad_push in a get function. Fixes #150449
21423
21424 2004-08-18  Wim Taymans  <wim@fluendo.com>
21425
21426         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21427         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21428         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21429         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21430         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21431         (gst_fdset_wait):
21432         * gst/tcp/gstfdset.h:
21433         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21434         (gst_multifdsink_client_queue_buffer),
21435         (gst_multifdsink_handle_client_write):
21436         * gst/tcp/gstmultifdsink.h:
21437         Some extra checks in gstfdset.
21438         Only use send() when the fd is a socket. Don't try to
21439         read from write only fds.
21440
21441 2004-08-18  Wim Taymans  <wim@fluendo.com>
21442
21443         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21444         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21445         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21446         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21447         (gst_fdset_wait):
21448         Add more locking and bounds checking.
21449
21450 2004-08-18  Wim Taymans  <wim@fluendo.com>
21451
21452         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21453         Realloc test fdset in the lock and right before starting
21454         the poll call. Bump the limit to 4096.
21455
21456 2004-08-17  David Schleef  <ds@schleef.org>
21457
21458         * sys/sunaudio/Makefile.am:
21459         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21460         of rates and channels.  Make debugging less obnoxious.
21461
21462         Patch from Balamurali Viswanathan implementing a mixer for
21463         Sun audio.  (bug #144091):
21464         * sys/sunaudio/gstsunelement.c:
21465         * sys/sunaudio/gstsunelement.h:
21466         * sys/sunaudio/gstsunmixer.c:
21467         * sys/sunaudio/gstsunmixer.h:
21468
21469 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21470
21471         * gst/audioscale/gstaudioscale.c:
21472         * gst/audioscale/gstaudioscale.h:
21473         made audioscale resample from any sample rate to any sample rate
21474
21475 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21476
21477         * ext/libpng/gstpngdec.c:
21478           error out on unsupported types
21479
21480 2004-08-17  Iain <iaingnome@gmail.com>
21481
21482         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21483         mid_side and loose_mid_side properties if its a stereo stream.
21484
21485 2004-08-17  Wim Taymans  <wim@fluendo.com>
21486
21487         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21488         (theora_get_formats), (theora_dec_src_convert),
21489         (theora_dec_sink_convert), (theora_dec_src_query),
21490         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21491         Add a debug line.
21492
21493 2004-08-17  Wim Taymans  <wim@fluendo.com>
21494
21495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21496         (gst_ogg_pad_push):
21497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21498         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21499         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21500         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21501         Mark delta units in the muxer.
21502         Try to decode the packet after an out-of-sync error from
21503         libogg.
21504
21505 2004-08-17  Wim Taymans  <wim@fluendo.com>
21506
21507         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21508         (gst_multifdsink_init), (gst_multifdsink_add),
21509         (gst_multifdsink_client_queue_buffer),
21510         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21511         * gst/tcp/gstmultifdsink.h:
21512         Added option to send a keyframe to clients as the first buffer.
21513         Make timeout property writable.
21514
21515 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21516
21517         patch by: Wim Taymans
21518
21519         * gst/tcp/gstfdset.c:
21520         * gst/tcp/gstmultifdsink.c:
21521           fix index comparison, should include 0
21522
21523 2004-08-16  Wim Taymans  <wim@fluendo.com>
21524
21525         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21526         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21527         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21528         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21529         (gst_fdset_wait):
21530           copy when reallocing for poll so the select arguments don't get
21531           changed during the call
21532
21533 2004-08-16  Wim Taymans  <wim@fluendo.com>
21534
21535         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21536         (gst_theora_enc_class_init), (theora_enc_sink_link),
21537         (theora_buffer_from_packet), (theora_enc_chain):
21538         Fix bug where buffers were not marked as keyframes
21539         correctly.
21540
21541 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21542
21543         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21544         (gst_lame_preset_get_type), (gst_lame_class_init):
21545         describe the enum values for vbr mode and presets more verbosely
21546
21547 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21548
21549         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21550         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21551         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21552         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21553         * ext/lame/gstlame.h:
21554         add preset property to lame so it can use lame presets
21555
21556 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21557
21558         * ext/lame/gstlame.c: (gst_lame_get_property):
21559         whoops forgot break, thanks teuf
21560
21561 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21562
21563         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21564         (gst_lame_class_init), (gst_lame_src_getcaps),
21565         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21566         (gst_lame_get_property), (gst_lame_setup):
21567         * ext/lame/gstlame.h:
21568         fix lame's broken vbr stuff, allow it to resample if need be, and also
21569         make xing header optional
21570
21571 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21572
21573         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21574         added getcaps function so samplerate doesnt get fixated to silly values
21575
21576 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21577
21578         * ext/lame/gstlame.c: (gst_lame_src_link):
21579         revert previous fix
21580
21581 2004-08-12  Johan Dahlin  <johan@gnome.org>
21582
21583         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21584         checks. Doesn't matter what state we are in. Interfaces are a
21585         compile time thing, not runtime. It also broke the python bindings.
21586
21587 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21588
21589         * ext/lame/gstlame.c: (gst_lame_src_link):
21590         made source pad link function check if sinkpad is ok..fixes the problem
21591         where core fixates the output rate of lame stupidly
21592
21593 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21594
21595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21596         * sys/v4l/v4l_calls.c:
21597         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21598           fix fixate function to handle nonsimple caps.
21599           remove bogus check in _link
21600           cleanups
21601
21602 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21603
21604         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21605         set default compression ratio parameter to 0.0 so bitrate parameter
21606         works :)
21607
21608 2004-08-11  David Schleef  <ds@schleef.org>
21609
21610         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21611
21612 2004-08-11  David Schleef  <ds@schleef.org>
21613
21614         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21615         before.
21616
21617 2004-08-11  David Schleef  <ds@schleef.org>
21618
21619         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21620
21621 2004-08-11  David Schleef  <ds@schleef.org>
21622
21623         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21624           license field
21625         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21626         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21627           LGPL.
21628         * gst/auparse/gstauparse.c: Fix plugin license field.
21629         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21630         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21631         * gst/rtp/gstrtp.c: Fix plugin license field.
21632
21633 2004-08-11  Wim Taymans  <wim@fluendo.com>
21634
21635         * gst/tcp/Makefile.am:
21636         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21637         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21638         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21639         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21640         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21641         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21642         (gst_fdset_fd_can_write), (gst_fdset_wait):
21643         * gst/tcp/gstfdset.h:
21644         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21645         (gst_multifdsink_class_init), (gst_multifdsink_init),
21646         (gst_multifdsink_add), (gst_multifdsink_remove),
21647         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21648         (gst_multifdsink_remove_client_link),
21649         (gst_multifdsink_handle_client_read),
21650         (gst_multifdsink_client_queue_data),
21651         (gst_multifdsink_client_queue_caps),
21652         (gst_multifdsink_client_queue_buffer),
21653         (gst_multifdsink_handle_client_write),
21654         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21655         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21656         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21657         (gst_multifdsink_close):
21658         * gst/tcp/gstmultifdsink.h:
21659         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21660         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21661         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21662         (gst_tcpserversink_close):
21663         * gst/tcp/gsttcpserversink.h:
21664         Abstracted away the select call, implemented poll (yes we ran into
21665         the 1024 limit in production).
21666
21667 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21668
21669         * gst/tcp/gsttcp.c:
21670         * gst/tcp/gsttcpplugin.c:
21671           improve debuggging, remove assert
21672
21673 2004-08-10  Wim Taymans  <wim@fluendo.com>
21674
21675         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21676         (gst_client_status_get_type), (gst_multifdsink_class_init),
21677         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21678         (gst_multifdsink_handle_client_read),
21679         (gst_multifdsink_handle_client_write),
21680         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21681         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21682         (gst_multifdsink_get_property):
21683         * gst/tcp/gstmultifdsink.h:
21684         * gst/tcp/gsttcp-marshal.list:
21685         Starting to prepare for specifying buffer time in other units
21686         than buffers. Expose remove reason in signal.
21687
21688 2004-08-10  Wim Taymans  <wim@fluendo.com>
21689
21690         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21691         (gst_multifdsink_remove), (gst_multifdsink_clear),
21692         (gst_multifdsink_remove_client_link),
21693         (gst_multifdsink_handle_client_read),
21694         (gst_multifdsink_client_queue_data),
21695         (gst_multifdsink_client_queue_buffer),
21696         (gst_multifdsink_handle_client_write),
21697         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21698         (gst_multifdsink_chain), (gst_multifdsink_close):
21699         * gst/tcp/gstmultifdsink.h:
21700         Added more debugging info. Changed the way clients are
21701         removed from the lists. Fixed a bug where a bad file descriptor
21702         could cause many clients to be removed.
21703
21704 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21705
21706         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21707           allow all pixel-aspect-ratios, not just 1:1
21708
21709 2004-08-09  David Schleef  <ds@schleef.org>
21710
21711         * sys/glsink/ARB_multitexture.h:  Remove old files.
21712         * sys/glsink/EXT_paletted_texture.h:
21713         * sys/glsink/NV_register_combiners.h:
21714         * sys/glsink/gstgl_nvimage.c:
21715         * sys/glsink/gstgl_pdrimage.c:
21716         * sys/glsink/gstgl_rgbimage.c:
21717         * sys/glsink/gstglsink.c:
21718         * sys/glsink/gstglsink.h:
21719         * sys/glsink/gstglxwindow.c:
21720         * sys/glsink/regcomb_yuvrgb.c:
21721
21722 2004-08-09  David Schleef  <ds@schleef.org>
21723
21724         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21725         GL sink plugin.  (Bug #147302)
21726
21727         * configure.ac: Test for OpenGL
21728         * sys/Makefile.am: Use test for OpenGL
21729         * sys/glsink/Makefile.am:
21730         * sys/glsink/glimagesink.c: rewrite
21731         * sys/glsink/glimagesink.h: rewrite
21732
21733 2004-08-09  David Schleef  <ds@schleef.org>
21734
21735         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21736         sane framerates.
21737         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21739         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21740
21741 2004-08-09  Wim Taymans  <wim@fluendo.com>
21742
21743         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21744         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21745         (gst_multifdsink_client_remove),
21746         (gst_multifdsink_handle_client_read),
21747         (gst_multifdsink_handle_client_write),
21748         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21749         Do a bit more logging, make the client_read code more robust.
21750
21751 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21752
21753         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21754         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21755         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21756         (gst_jpegdec_init), (gst_jpegdec_chain):
21757         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21758         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21759           cleanups, debugging fixes and memleak plugging
21760
21761 2004-08-09  Wim Taymans  <wim@fluendo.com>
21762
21763         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21764         (theora_get_formats), (theora_dec_src_convert),
21765         (theora_dec_sink_convert), (theora_dec_src_query),
21766         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21767         (theora_dec_change_state):
21768         Don't crash on missing header packets.
21769
21770 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21771
21772         * po/LINGUAS:
21773         * po/sq.po:
21774           Added Albanian translation (Laurent Dhima)
21775         * po/cs.po:
21776           updated
21777
21778 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21779
21780         * ext/lame/gstlame.c:
21781           fix/add debugging
21782
21783 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21784
21785         * sys/ximage/ximagesink.c:
21786         * sys/xvimage/xvimagesink.c:
21787           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21788
21789 2004-08-06  Wim Taymans  <wim@fluendo.com>
21790
21791         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21792         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21793         (gst_multifdsink_client_remove),
21794         (gst_multifdsink_handle_client_read),
21795         (gst_multifdsink_handle_client_write),
21796         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21797         Make sure we don't try to read more from a client that what
21798         ioctl says us or we deadlock.
21799
21800 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21801
21802         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21803         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21804         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21805           decouple running_time and n_frames so it can handle changing
21806           framerate while running
21807
21808 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21809
21810         * po/nl.po:
21811         * po/sv.po:
21812           updated translations
21813
21814 2004-08-04  Benjamin Otte  <otte@gnome.org>
21815
21816         * gst/videotestsrc/gstvideotestsrc.c:
21817         (gst_videotestsrc_get_capslist), (generate_capslist),
21818         (plugin_init):
21819           generate the list of supported caps at startup and reuse it instead
21820           of always generating it
21821
21822 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21823
21824         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21825           whoops, last checkin broke normal build
21826
21827 2004-08-03  Benjamin Otte  <otte@gnome.org>
21828
21829         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21830         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21831         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21832         (gst_alsa_mixer_get_option):
21833         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21834         (dvdnavsrc_print_event):
21835         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21837         (gst_ogg_mux_pad_unlink):
21838         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21839         (gst_multipart_mux_pad_unlink):
21840         * gst/videofilter/gstvideobalance.c:
21841         (gst_videobalance_colorbalance_set_value):
21842         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21843         (gst_videomixer_pad_unlink):
21844         * po/uk.po:
21845         * sys/oss/gstossmixer.c:
21846         * sys/v4l/gstv4lcolorbalance.c:
21847         * sys/v4l/gstv4ltuner.c:
21848         * sys/v4l/v4lsrc_calls.c:
21849         * sys/v4l2/gstv4l2colorbalance.c:
21850         * sys/v4l2/gstv4l2tuner.c:
21851           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21852
21853 2004-08-03  Benjamin Otte  <otte@gnome.org>
21854
21855         * examples/dynparams/filter.c: (ui_control_create):
21856         * examples/gstplay/player.c: (print_tag):
21857         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21858         * ext/gdk_pixbuf/gstgdkanimation.c:
21859         (gst_gdk_animation_iter_may_advance):
21860         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21861         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21862         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21863         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21864         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21865         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21866         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21867         * gst/sine/demo-dparams.c: (main):
21868         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21869         * testsuite/alsa/formats.c: (create_pipeline):
21870         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21871           fixes for G_DISABLE_ASSERT and friends
21872         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21873         (mp3_type_frame_length_from_header), (mp3_type_find),
21874         (plugin_init):
21875           require mp3 typefinding to have at least MIN_HEADERS valid headers
21876           add typefinding for AAC adts files
21877
21878 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21879
21880         * sys/ximage/ximagesink.c:
21881         (gst_ximagesink_calculate_pixel_aspect_ratio):
21882         * sys/xvimage/xvimagesink.c:
21883         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21884         Make sure we calculate pixel-aspect-ratio using floating point maths
21885
21886 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21887
21888         * po/uk.po:
21889           updated translation
21890
21891 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21892
21893         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21895           add debugging for display PAR calculation
21896
21897 2004-08-02  David Schleef  <ds@schleef.org>
21898
21899         * configure.ac: Fix mikmod CFLAGS.
21900
21901 2004-07-27  Benjamin Otte  <otte@gnome.org>
21902
21903         * gst/audioscale/gstaudioscale.c:
21904         - fix templates to only support S16, it's the only format that works
21905         - make caps nego code use try_set_caps_nonfixed and fixation instead
21906         of try_set_caps twice, which is not nice for autopluggers
21907         - change rank to secondary, so autopluggers can pick it up after
21908         audioconvert
21909
21910 2004-08-02  Iain <iain@prettypeople.org>
21911
21912         * gst/interleave/interleave.c (interleave_init),
21913         (interleave_request_new_pad),
21914         (interleave_pad_removed),
21915         (interleave_buffered_loop): Use the real pad count, not the artificial
21916         one.
21917
21918 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21919
21920         * configure.ac: bump nano back to development
21921
21922 === release 0.8.3 ===
21923
21924 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21925
21926         * configure.ac: releasing 0.8.3, "Water"
21927
21928 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21929
21930         * sys/xvimage/xvimagesink.c:
21931         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21932         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21933         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21934         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21935         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21936         * sys/xvimage/xvimagesink.h:
21937           apply similar PAR fixes as to ximagesink
21938
21939 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21940
21941         patch from: Benjamin Otte
21942
21943         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21944           add link function to lame.  Fixes #148986.
21945
21946 2004-08-02  Johan Dahlin  <johan@gnome.org>
21947
21948         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21949         fix debugging log
21950
21951 2004-07-30  David Schleef  <ds@schleef.org>
21952
21953         * gst/videomixer/Makefile.am: Fix things that should have been
21954         fixed in the last checkin.
21955
21956 2004-07-30  David Schleef  <ds@schleef.org>
21957
21958         * gst/multipart/Makefile.am: Fix things that should have been
21959         fixed in the last checkin.
21960
21961 2004-07-30  David Schleef  <ds@schleef.org>
21962
21963         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21964
21965 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21966
21967         * configure.ac:
21968           bump nano for prerelease
21969         * po/af.po:
21970         * po/az.po:
21971         * po/cs.po:
21972         * po/en_GB.po:
21973         * po/hu.po:
21974         * po/nl.po:
21975         * po/sr.po:
21976         * po/sv.po:
21977         * po/uk.po:
21978           updates
21979
21980 2004-07-30  Wim Taymans  <wim@fluendo.com>
21981
21982         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21983         (gst_multifdsink_add), (gst_multifdsink_remove),
21984         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21985         (gst_multifdsink_client_remove),
21986         (gst_multifdsink_handle_client_write),
21987         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21988         * gst/tcp/gstmultifdsink.h:
21989         Recover from a select with a bad file descriptor by removing
21990         the client.
21991
21992 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21993
21994         * configure.ac:
21995           fix requirement of core
21996         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21997         (gst_play_pipeline_setup):
21998           don't use colorspace element.  do use hermescolorspace element.
21999           make macro to get a colorspace element.
22000           mark strings for translation.
22001         * po/POTFILES.in:
22002           add play.c
22003         * po/af.po:
22004         * po/az.po:
22005         * po/cs.po:
22006         * po/en_GB.po:
22007         * po/hu.po:
22008         * po/nl.po:
22009         * po/sr.po:
22010         * po/sv.po:
22011         * po/uk.po:
22012           update translations
22013
22014 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22015
22016         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22017         fix default for newmedia flag
22018
22019 2004-07-30  Wim Taymans  <wim@fluendo.com>
22020
22021         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22022         (gst_theora_dec_init), (theora_get_formats),
22023         (theora_dec_src_convert), (theora_dec_sink_convert),
22024         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22025         (theora_dec_chain), (theora_dec_set_property),
22026         (theora_dec_get_property):
22027         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22028         (gst_theora_enc_class_init), (gst_theora_enc_init),
22029         (theora_enc_sink_link), (theora_enc_chain),
22030         (theora_enc_set_property), (theora_enc_get_property):
22031         Added cropping option to theora decoder.
22032         Added border option to theora encoder.
22033
22034 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22035
22036         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22037         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22038         (gst_pngenc_set_property):
22039         * ext/libpng/gstpngenc.h:
22040         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
22041
22042 2004-07-30  Wim Taymans  <wim@fluendo.com>
22043
22044         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22045         (theora_enc_sink_link), (theora_enc_chain),
22046         (theora_enc_set_property), (theora_enc_get_property):
22047         Fix encoding of non-multiple-of-16 video.
22048
22049 2004-07-29  David Schleef  <ds@schleef.org>
22050
22051         * configure.ac: make test for audiofile more strict
22052
22053 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22054
22055         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22056           give different names to typefind functions
22057
22058 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22059
22060         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22061         (gst_ximagesink_calculate_pixel_aspect_ratio),
22062         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22063         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22064         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22065         (gst_ximagesink_get_property), (gst_ximagesink_init):
22066         * sys/ximage/ximagesink.h:
22067           allocate PAR's dynamically.
22068           use autodetected PAR if no object-set PAR is given.
22069           add workaround for directfb's X not setting physical size.
22070           fix to xvimagesink will follow tomorrow.
22071
22072 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22073
22074         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22075         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22076         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22077         (gst_shout2send_class_init), (gst_shout2send_init),
22078         (set_shout_metadata), (gst_shout2send_set_metadata),
22079         (gst_shout2send_chain), (gst_shout2send_set_property),
22080         (gst_shout2send_get_property), (gst_shout2send_connect),
22081         (gst_shout2send_change_state):
22082         * ext/shout2/gstshout2.h:
22083         - fix for sending mp3 audio to icecast2 server, if pad link function not
22084         called before PAUSED state
22085         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22086         - added tagging support for mp3 audio broadcasted
22087         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22088         debug info
22089
22090 2004-07-28  Wim Taymans  <wim@fluendo.com>
22091
22092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22093         (gst_ogg_demux_push):
22094         Return query failure when we don't know the length of
22095         an ogg stream insteda of returning TRUE with a bogus value.
22096
22097 2004-07-28  Wim Taymans  <wim@fluendo.com>
22098
22099         * ext/theora/theoradec.c: (theora_get_formats),
22100         (theora_dec_src_convert), (theora_dec_sink_convert),
22101         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22102         (theora_dec_chain):
22103         Don't screw up the 1 Chroma for 1 luma sample situation when we
22104         have an odd offset/width by adding a black border in those cases.
22105
22106 2004-07-28  Wim Taymans  <wim@fluendo.com>
22107
22108         * ext/theora/theoradec.c: (theora_get_formats),
22109         (theora_dec_src_convert), (theora_dec_sink_convert),
22110         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22111         (theora_dec_chain):
22112         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22113         Added first attempt at cropping of the image as required by the
22114         theora spec. We need more properties in the caps (offset_x,
22115         offset_y,stride) to implement this correctly.
22116
22117 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22118
22119         * ext/dvdnav/README:
22120           Update the README to use dvddemux
22121         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22122           Ensure getcaps returns a subset of the template caps
22123         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22124         (gst_mpeg2subt_init):
22125           Ensure getcaps returns a subset of the template caps
22126         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22127         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22128         (gst_dvd_demux_get_subpicture_stream),
22129         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22130         * gst/mpegstream/gstdvddemux.h:
22131           Set the explicit caps on the current_video pad before pushing
22132           anything
22133         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22134         (gst_mpeg_demux_get_audio_stream):
22135           Free caps used to gst_pad_set_explicit_caps, which takes a const
22136           GstCaps *
22137
22138 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22139
22140         * configure.ac: update GStreamer requirement to 0.8.4 because of
22141           GstFraction.
22142
22143 2004-07-28  Wim Taymans  <wim@fluendo.com>
22144
22145         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22146         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22147         Add the pad to the element after setting up the caps. This
22148         makes it a lot easier to autoplug.
22149
22150 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22151
22152         * gst/median/gstmedian.c:
22153         * gst/mpeg2subt/gstmpeg2subt.c:
22154         * gst/mpegaudioparse/gstmpegaudioparse.c:
22155         * gst/mpegstream/gstdvddemux.c:
22156         * gst/mpegstream/gstmpegdemux.c:
22157         * gst/mpegstream/gstmpegpacketize.c:
22158         * gst/rtjpeg/gstrtjpeg.c:
22159         * gst/rtjpeg/gstrtjpegdec.c:
22160         * gst/rtjpeg/gstrtjpegenc.c:
22161         * gst/sine/gstsinesrc.c:
22162         * gst/smooth/gstsmooth.c:
22163         * gst/smpte/gstsmpte.c:
22164         * gst/smpte/gstsmpte.h:
22165         * gst/stereo/gststereo.c:
22166         * gst/videofilter/gstgamma.c:
22167         * gst/videofilter/gstvideobalance.c:
22168         * gst/videofilter/gstvideofilter.c:
22169         * gst/videofilter/gstvideoflip.c:
22170         * gst/videoscale/gstvideoscale.c:
22171         * gst/videoscale/videoscale.c:
22172         * gst/videotestsrc/gstvideotestsrc.c:
22173         * gst/videotestsrc/videotestsrc.c:
22174         * gst/wavenc/gstwavenc.c:
22175         * gst/wavparse/gstwavparse.c:
22176           fix local includes and 64 bits constants
22177
22178 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22179
22180         * win32/gst.sln:
22181         * gst-libs/gst/*/*.vcproj:
22182         * gst/*/*.vcproj:
22183           more working plugins
22184
22185 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22186
22187         * testsuite/alsa/Makefile.am:
22188         * testsuite/alsa/srcstate.c:
22189         add test for alsasrc changing state
22190
22191 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22192
22193         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22194         (gst_silence_get):
22195         * gst/silence/gstsilence.h:
22196         fix silence generation for 16bit raw audio
22197
22198 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22199
22200         * gst/matroska/matroska-demux.c:
22201         (gst_matroska_demux_parse_metadata),
22202         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22203         * gst/mpegaudio/common.c:
22204         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22205         (gst_videoscale_getcaps), (gst_videoscale_link),
22206         (gst_videoscale_src_fixate), (gst_videoscale_init),
22207         (gst_videoscale_finalize):
22208         * gst/videoscale/gstvideoscale.h:
22209         * gst/videotestsrc/gstvideotestsrc.c:
22210         (gst_videotestsrc_get_capslist):
22211         * gst/wavenc/gstwavenc.c:
22212         * sys/oss/gstossmixer.c: (fill_labels):
22213         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22214         (gst_ximagesink_handle_xevents),
22215         (gst_ximagesink_calculate_pixel_aspect_ratio),
22216         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22217         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22218         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22219         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22220         (gst_ximagesink_init), (gst_ximagesink_class_init):
22221         * sys/ximage/ximagesink.h:
22222         * sys/xvimage/xvimagesink.c:
22223         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22224         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22225         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22226         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22227         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22228         * sys/xvimage/xvimagesink.h:
22229           first batch of pixel aspect ratio commits.
22230
22231 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22232
22233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22234         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22235         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22236           handle stride, needs work if we want to move stride handling
22237           upstream, but works correctly for our purposes.
22238
22239 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22240
22241         * gst/videoscale/README:
22242           add testing examples
22243         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22244         (gst_videoscale_chain):
22245         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22246         (gst_videoscale_get_size):
22247           add get_size function that handles stride like videotestsrc.
22248           fixes conversion for YUV formats for as much as I can test them.
22249
22250 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22251
22252         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22253         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22255         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22256         (gst_xvimagesink_xvimage_put):
22257           further cleanups, logging, error handling and synchronizing
22258
22259 2004-07-27  Wim Taymans  <wim@fluendo.com>
22260
22261         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22262         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22263         (gst_videomixer_pad_set_property),
22264         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22265         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22266         (gst_videomixer_class_init), (gst_videomixer_init),
22267         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22268         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22269         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22270         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22271         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22272         (gst_videomixer_loop), (plugin_init):
22273         Be a nicer negotiation citizen and provide a getcaps function on
22274         the srcpad. This also fixes a crash when resizing.
22275
22276 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22277
22278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22279         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22280
22281 2004-07-27  Wim Taymans  <wim@fluendo.com>
22282
22283         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22284         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22285         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22286         (gst_pngenc_set_property):
22287         * ext/libpng/gstpngenc.h:
22288         Added snapshot property to pngenc.
22289         removed g_print from pngdec
22290
22291 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22292
22293         * gst/ac3parse/ac3parse.vcproj
22294         * gst/adder/adder.vcproj
22295         * gst/alpha/alpha.vcproj
22296         * gst/alpha/alphacolor.vcproj
22297         * gst/asfdemux/asf.vcproj
22298         * gst/audioconvert/audioconvert.vcproj
22299         * gst/audiorate/audiorate.vcproj
22300         * gst/audioscale/audioscale.vcproj
22301         * gst/auparse/auparse.vcproj
22302         * gst/avi/avi.vcproj
22303         * gst/cdxaparse/cdxaparse.vcproj
22304         * gst/chart/chart.vcproj
22305         * gst/colorspace/colorspace.vcproj
22306         * gst/cutter/cutter.vcproj
22307         * gst/debug/debug.vcproj
22308         * gst/debug/efence.vcproj
22309         * gst/debug/navigationtest.vcproj
22310         * gst/deinterlace/deinterlace.vcproj
22311         * gst/effectv/effectv.vcproj
22312         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22313         * gst/filter/filter.vcproj
22314         * gst/flx/flxdec.vcproj
22315         * gst/goom/goom.vcproj
22316         * gst/interleave/interleave.vcproj
22317         * gst/law/alaw.vcproj
22318         * gst/law/mulaw.vcproj
22319         * gst/matroska/matroska.vcproj
22320         * gst/median/median.vcproj
22321         * gst/mixmatrix/mixmatrix.vcproj
22322         * gst/mpeg1sys/mpeg1systemencode.vcproj
22323         * gst/mpeg1videoparse/mp1videoparse.vcproj
22324         * gst/mpeg2sub/mpeg2subt.vcproj
22325         * gst/mpegaudio/mpegaudio.vcproj
22326         * gst/mpegaudioparse/mpegaudioparse.vcproj
22327         * gst/mpegstream/mpegstream.vcproj
22328         * gst/multifilesink/multifilesink.vcproj
22329         * gst/multipart/multipart.vcproj
22330         * gst/oneton/oneton.vcproj
22331         * gst/overlay/overlay.vcproj
22332         * gst/passthrough/passthrough.vcproj
22333         * gst/qtdemux/qtdemux.vcproj
22334         * gst/realmedia/rmdemux.vcproj
22335         * gst/rtjpeg/rtjpeg.vcproj
22336         * gst/rtp/rtp.vcproj
22337         * gst/silence/silence.vcproj
22338         * gst/sine/sinesrc.vcproj
22339         * gst/smooth/smooth.vcproj
22340         * gst/smpte/smpte.vcproj
22341         * gst/spectrum/spectrum.vcproj
22342         * gst/speed/speed.vcproj
22343         * gst/stereo/stereo.vcproj
22344         * gst/switch/switch.vcproj
22345         * gst/tags/tagedit.vcproj
22346         * gst/tcp/tcp.vcproj
22347         * gst/typefind/typefindfunctions.vcproj
22348         * gst/udp/udp.vcproj
22349         * gst/videobox/videobox.vcproj
22350         * gst/videocrop/videocrop.vcproj
22351         * gst/videodrop/videodrop.vcproj
22352         * gst/videofilter/gamma.vcproj
22353         * gst/videofilter/videobalance.vcproj
22354         * gst/videofilter/videofilter.vcproj
22355         * gst/videofilter/videoflip.vcproj
22356         * gst/videoflip/videoflip.vcproj
22357         * gst/videomixer/videomixer.vcproj
22358         * gst/videorate/videorate.vcproj
22359         * gst/videoscale/videoscale.vcproj
22360         * gst/videotestsrc/videotestsrc.vcproj
22361         * gst/virtualdub/virtualdub.vcproj
22362         * gst/volenv/volenv.vcproj
22363         * gst/volume/volume.vcproj
22364         * gst/wavenc/wavenc.vcproj
22365         * gst/wavparse/wavparse.vcproj
22366         * gst/y4m/y4menc.vcproj
22367         * gst-libs/gst/audio/audio.vcproj
22368         * gst-libs/gst/audio/audiofilter.vcproj
22369         * gst-libs/gst/colorbalance/colorbalance.vcproj
22370         * gst-libs/gst/idct/idtc.vcproj
22371         * gst-libs/gst/media-info/media-info.vcproj
22372         * gst-libs/gst/mixer/mixer.vcproj
22373         * gst-libs/gst/navigation/navigation.vcproj
22374         * gst-libs/gst/play/play.vcproj
22375         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22376         * gst-libs/gst/resample/resample.vcproj
22377         * gst-libs/gst/riff/riff.vcproj
22378         * gst-libs/gst/tuner/tuner.vcproj
22379         * gst-libs/gst/video/video.vcproj
22380         * gst-libs/gst/xoverlay/xoverlay.vcproj
22381           avoid problems with math.h, fix release dependancy
22382           rename GStreamer-0.8.lib to libgstreamer.lib
22383
22384 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22385
22386         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22388         the atom is not available we have to unlock the mutex. Fixes #148023
22389
22390 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22391
22392         * gst-libs/gst/media-info/media-info.h:
22393           issue for a vararg macro with MSVC
22394
22395 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22396
22397         * gst/effectv/effectv.vcproj
22398         * gst-libs/gst/idct/idct.vcproj:
22399         * gst-libs/gst/media-info/media-info.vcproj:
22400         * gst-libs/gst/navigation/navigation.vcproj:
22401         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22402         * gst-libs/gst/video/video.vcproj:
22403         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22404           fixes for build problems
22405
22406 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22407
22408         * gst-libs/gst/audio/audio.def:
22409         * gst-libs/gst/audio/riff.def:
22410           add some definitions needed by plugins
22411
22412 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22413
22414         * gst/asfdemux/gstasfmux.c
22415           Fix some 64 bits constants to be glib friendly
22416
22417 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22418
22419         * gst/ac3parse/gstac3parse.c
22420         * gst/audioscale/gstaudioscale.c
22421         * gst/auparse/gstauparse.c
22422         * gst/colorspace/gstcolorspace.c
22423         * gst/colorspace/yuv2rgb.h
22424           local include fixes
22425
22426 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22427
22428         * win32/gst.sln
22429           add more plugins to the build
22430
22431 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22432
22433         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22434         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22435
22436 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22439         (gst_level_set_property), (gst_level_get_property),
22440         (gst_level_base_init), (gst_level_class_init):
22441           add debugging categories.  cleanups.
22442
22443 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22444
22445         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22446         (gst_videoscale_planar411), (gst_videoscale_planar400),
22447         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22448         (gst_videoscale_scale_nearest_str1),
22449         (gst_videoscale_scale_nearest_str2),
22450         (gst_videoscale_scale_nearest_str4),
22451         (gst_videoscale_scale_nearest_16bit),
22452         (gst_videoscale_scale_nearest_24bit):
22453           fixed stride issues
22454           tested with 320x240 -> 321, 322, 324 x240
22455           tested with YV12, I420, YUY2, UYVY
22456           fixed packed422rev (don't think it could have worked before)
22457           by testing with UYVY
22458
22459 2004-07-26  Benjamin Otte  <otte@gnome.org>
22460
22461         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22462         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22463         (plugin_init):
22464           add debugging category, add error checks like checking return values
22465           of setup calls, make sure it still works after
22466           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22467
22468 2004-07-26  Wim Taymans  <wim@fluendo.com>
22469
22470         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22471         (gst_mpeg_demux_get_audio_stream),
22472         (gst_mpeg_demux_process_private):
22473         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22474         Check for error codes from the negotiation functions. Make sure
22475         we really set the pad caps when a new pad is created.
22476
22477 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22478
22479         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22480         (gst_ffmpeg_caps_to_pix_fmt):
22481         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22483         (gst_ffmpegcolorspace_pad_link):
22484           don't make function do two things at the same time without reason.
22485
22486 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22487
22488         * gst/ac3parse/ac3parse.vcproj
22489         * gst/adder/adder.vcproj
22490         * gst/alpha/alpha.vcproj
22491         * gst/alpha/alphacolor.vcproj
22492         * gst/asfdemux/asf.vcproj
22493         * gst/audioconvert/audioconvert.vcproj
22494         * gst/audiorate/audiorate.vcproj
22495         * gst/audioscale/audioscale.vcproj
22496         * gst/auparse/auparse.vcproj
22497         * gst/avi/avi.vcproj
22498         * gst/cdxaparse/cdxaparse.vcproj
22499         * gst/chart/chart.vcproj
22500         * gst/colorspace/colorspace.vcproj
22501         * gst/cutter/cutter.vcproj
22502         * gst/debug/debug.vcproj
22503         * gst/debug/efence.vcproj
22504         * gst/debug/navigationtest.vcproj
22505         * gst/deinterlace/deinterlace.vcproj
22506         * gst/effectv/effectv.vcproj
22507         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22508         * gst/filter/filter.vcproj
22509         * gst/flx/flxdec.vcproj
22510         * gst/goom/goom.vcproj
22511         * gst/interleave/interleave.vcproj
22512         * gst/law/alaw.vcproj
22513         * gst/law/mulaw.vcproj
22514         * gst/matroska/matroska.vcproj
22515         * gst/median/median.vcproj
22516         * gst/mixmatrix/mixmatrix.vcproj
22517         * gst/mpeg1sys/mpeg1systemencode.vcproj
22518         * gst/mpeg1videoparse/mp1videoparse.vcproj
22519         * gst/mpeg2sub/mpeg2subt.vcproj
22520         * gst/mpegaudio/mpegaudio.vcproj
22521         * gst/mpegaudioparse/mpegaudioparse.vcproj
22522         * gst/mpegstream/mpegstream.vcproj
22523         * gst/multifilesink/multifilesink.vcproj
22524         * gst/multipart/multipart.vcproj
22525         * gst/oneton/oneton.vcproj
22526         * gst/overlay/overlay.vcproj
22527         * gst/passthrough/passthrough.vcproj
22528         * gst/qtdemux/qtdemux.vcproj
22529         * gst/realmedia/rmdemux.vcproj
22530         * gst/rtjpeg/rtjpeg.vcproj
22531         * gst/rtp/rtp.vcproj
22532         * gst/silence/silence.vcproj
22533         * gst/sine/sinesrc.vcproj
22534         * gst/smooth/smooth.vcproj
22535         * gst/smpte/smpte.vcproj
22536         * gst/spectrum/spectrum.vcproj
22537         * gst/speed/speed.vcproj
22538         * gst/stereo/stereo.vcproj
22539         * gst/switch/switch.vcproj
22540         * gst/tags/tagedit.vcproj
22541         * gst/tcp/tcp.vcproj
22542         * gst/typefind/typefindfunctions.vcproj
22543         * gst/udp/udp.vcproj
22544         * gst/videobox/videobox.vcproj
22545         * gst/videocrop/videocrop.vcproj
22546         * gst/videodrop/videodrop.vcproj
22547         * gst/videofilter/gamma.vcproj
22548         * gst/videofilter/videobalance.vcproj
22549         * gst/videofilter/videofilter.vcproj
22550         * gst/videofilter/videoflip.vcproj
22551         * gst/videoflip/videoflip.vcproj
22552         * gst/videomixer/videomixer.vcproj
22553         * gst/videorate/videorate.vcproj
22554         * gst/videoscale/videoscale.vcproj
22555         * gst/videotestsrc/videotestsrc.vcproj
22556         * gst/virtualdub/virtualdub.vcproj
22557         * gst/volenv/volenv.vcproj
22558         * gst/volume/volume.vcproj
22559         * gst/wavenc/wavenc.vcproj
22560         * gst/wavparse/wavparse.vcproj
22561         * gst/y4m/y4menc.vcproj
22562           more plugins supported under windows
22563
22564 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22565
22566         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22567         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22568         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22570         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22571           Add debugging statements.  Use the sizes as returned by the
22572           *CreateImage calls.
22573
22574 2004-07-26  Johan Dahlin  <johan@gnome.org>
22575
22576         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22577         the pad is negotiated.
22578
22579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22580
22581 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22582
22583         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22584         * gst-libs/gst/idct/idct.vcproj:
22585         * gst-libs/gst/media-info/media-info.vcproj:
22586         * gst-libs/gst/mixer/mixer.vcproj:
22587         * gst-libs/gst/navigation/navigation.vcproj:
22588         * gst-libs/gst/play/play.vcproj:
22589         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22590         * gst-libs/gst/resample/resample.vcproj:
22591         * gst-libs/gst/tuner/tuner.vcproj:
22592         * gst-libs/gst/video/video.vcproj:
22593         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22594           more plugins supported under windows
22595
22596 2004-07-25 Iain <iain@prettypeople.org>
22597
22598         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22599         pad now rather than when the pad is created because state changes wipe
22600         explicit caps (fixes #148043).
22601
22602 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22603
22604         reviewed by Benjamin Otte  <otte@gnome.org>
22605
22606         * ext/mad/gstmad.c:
22607           fix mad plugin crashing on Sun (fixes #148289)
22608
22609 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22610
22611         * gst/avi/avi.def:
22612         * gst/avi/avi.vcproj:
22613         * gst/matroska/matroska.def:
22614         * gst/matroska/matroska.vcproj:
22615           remove unused .def files
22616
22617 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22618
22619         * gst-libs/gst/audio/gstaudiofilter.c:
22620           Clean the local include
22621
22622 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22623
22624         * win32/gst.sln:
22625         * gst-libs/gst/audio/audio.def:
22626         * gst-libs/gst/audio/audio.vcproj:
22627         * gst-libs/gst/audio/audiofilter.vcproj:
22628         * gst-libs/gst/audio/riff.def:
22629         * gst-libs/gst/audio/riff.vcproj:
22630         * gst-libs/gst/gst-libs.def:
22631         * gst-libs/gst/gst-libs.vcproj:
22632         * gst/avi/avi.vcproj:
22633         * gst/avi/avi.vcproj:
22634           Copy the files where needed after building, cleaner projects
22635
22636 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22637
22638         * gst/matroska/ebml-write.c:
22639           Fix some 64 bits constants to be glib friendly
22640
22641 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22642
22643         * win32/gst.sln:
22644         * gst-libs/gst/gst-libs.def:
22645         * gst-libs/gst/gst-libs.vcproj:
22646         * gst/matroska/matroska.def:
22647         * gst/matroska/matroska.vcproj:
22648           Add the preliminary canvas to build plugins on Win32
22649
22650 2004-07-23  Benjamin Otte  <otte@gnome.org>
22651
22652         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22653           don't enfore negotiation from source side, it breaks
22654           sinesrc ! audioconvert ! osssink
22655
22656 2004-07-22  David Schleef  <ds@schleef.org>
22657
22658         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22659         for ELF files, since they can easily be recognized as audio/mpeg.
22660         (bug #147441)
22661
22662 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22663
22664         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22665         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22666         (gst_videoscale_scale_nearest_24bit),
22667         (gst_videoscale_scale_nearest_16bit):
22668           fix 16bit and 24bit for stride (24bit might need testing)
22669           don't pretend we do more than one algorithm
22670
22671 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22672
22673         * configure.ac:
22674         * gst/Makefile.am:
22675         * gst/multifilesink/Makefile.am:
22676         * gst/multifilesink/gstmultifilesink.c:
22677         (gst_multifilesink_get_formats),
22678         (gst_multifilesink_get_query_types), (_do_init),
22679         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22680         (gst_multifilesink_init), (gst_multifilesink_dispose),
22681         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22682         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22683         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22684         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22685         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22686         (gst_multifilesink_uri_get_type),
22687         (gst_multifilesink_uri_get_protocols),
22688         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22689         (gst_multifilesink_uri_handler_init), (plugin_init):
22690         * gst/multifilesink/gstmultifilesink.h:
22691         * testsuite/Makefile.am:
22692         * testsuite/multifilesink/Makefile.am:
22693         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22694         (gst_newmedia_class_init), (gst_newmedia_init),
22695         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22696         (newfile_signal), (test_signal), (main):
22697         multifilesink plugin for creating new files every time a new media
22698         discontinuity event occurs
22699
22700 2004-07-22  Wim Taymans  <wim@fluendo.com>
22701
22702         * gst/alpha/Makefile.am:
22703         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22704         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22705         (gst_alpha_color_init), (gst_alpha_color_set_property),
22706         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22707         (transform), (gst_alpha_color_chain),
22708         (gst_alpha_color_change_state), (plugin_init):
22709         Stupid plugin to to RGBA to AYUV conversion because none of
22710         the colorspace plugins can handle that yet.
22711
22712 2004-07-22  Wim Taymans  <wim@fluendo.com>
22713
22714         * examples/seeking/seek.c: (update_scale), (main):
22715         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22716         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22717         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22718         (gst_decode_bin_init), (gst_decode_bin_dispose),
22719         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22720         (no_more_pads), (close_link), (type_found),
22721         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22722         (plugin_init):
22723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22724         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22725         (gst_play_base_bin_dispose), (queue_overrun),
22726         (gen_preroll_element), (remove_prerolls), (unknown_type),
22727         (no_more_pads), (new_stream), (setup_source),
22728         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22729         (play_base_eos), (gst_play_base_bin_change_state),
22730         (gst_play_base_bin_add_element),
22731         (gst_play_base_bin_remove_element),
22732         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22733         (gst_play_base_bin_unlink_stream),
22734         (gst_play_base_bin_get_streaminfo):
22735         * gst/playback/gstplaybin.c: (gen_video_element),
22736         (gen_audio_element):
22737         * gst/playback/gststreaminfo.h:
22738         More playback updates, attempt to fix things after the state change
22739         breakage.
22740
22741 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22742
22743         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22744         (gst_videoscale_scale_nearest_16bit):
22745           comment algorithm
22746
22747 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22748
22749         * gst/videotestsrc/gstvideotestsrc.c:
22750         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22751         (gst_videotestsrc_init), (gst_videotestsrc_get),
22752         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22753         (gst_videotestsrc_get_property):
22754         * gst/videotestsrc/gstvideotestsrc.h:
22755         * gst/videotestsrc/videotestsrc.c:
22756         * gst/videotestsrc/videotestsrc.h:
22757           cleanup and commenting
22758
22759 2004-07-21  Wim Taymans  <wim@fluendo.com>
22760
22761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22762         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22763         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22764         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22765         (_find_chain_get_unknown_part), (_find_streams_check),
22766         (gst_ogg_demux_push), (gst_ogg_pad_push):
22767         * ext/theora/theoradec.c: (theora_get_formats),
22768         (theora_dec_src_convert), (theora_dec_sink_convert),
22769         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22770         (theora_dec_chain):
22771         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22772         (vorbis_dec_convert), (vorbis_dec_src_query),
22773         (vorbis_dec_src_event), (vorbis_dec_event):
22774         More seeking fixes, oggdemux now supports seeking to time and
22775         uses the downstream element to convert granulepos to time.
22776         Seeking in theora-only ogg files now works.
22777
22778 2004-07-21  Wim Taymans  <wim@fluendo.com>
22779
22780         * ext/theora/theoradec.c: (gst_theora_dec_init),
22781         (theora_get_formats), (theora_get_event_masks),
22782         (theora_get_query_types), (theora_dec_src_convert),
22783         (theora_dec_sink_convert), (theora_dec_src_query),
22784         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22785         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22786         (vorbis_get_event_masks), (vorbis_get_query_types),
22787         (gst_vorbis_dec_init), (vorbis_dec_convert),
22788         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22789         Added query/convert/formats functions to vorbis and theora decoders
22790         so that the outside world can use them too. Fixed seeking on an
22791         ogg/theora/vorbis file by disabling the seeking seeking on the
22792         theora srcpad.
22793
22794 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22795
22796         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22797         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22798         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22799         images creation for both elements. We don't create the image on caps
22800         nego or renego, we just destroy the internal one if present if it does
22801         not match the needs. The chain function takes care of creating a new
22802         image when needed.
22803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22804         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22805         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22806         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22807         the image format information. The buffer pool checks for the context
22808         image format and discard images with different formats.
22809         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22810
22811 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22812
22813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22814         (gst_ffmpegcolorspace_chain):
22815           no point in doing any chaining if the pad we want to push from
22816           isn't usable.
22817
22818 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22819
22820         * gst-libs/gst/riff/riff-media.c:
22821         (gst_riff_create_audio_caps_with_data):
22822           Fix double end-to-native symbol conversion (#148021).
22823
22824 2004-07-20  David Schleef  <ds@schleef.org>
22825
22826         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22827         Don't use an Atom that doesn't exist.
22828
22829 2004-07-20  Wim Taymans  <wim@fluendo.com>
22830
22831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22832         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22833         (gst_multifdsink_client_remove),
22834         (gst_multifdsink_handle_client_write),
22835         (gst_multifdsink_queue_buffer):
22836         * gst/tcp/gstmultifdsink.h:
22837         More multifdsink stats. Avoid deadlock by releasing locks
22838         before sending out a signal.
22839
22840 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22841
22842         * po/LINGUAS:
22843         * po/hu.po:
22844           added Hungarian translation (Laszlo Dvornik)
22845
22846 2004-07-20  Wim Taymans  <wim@fluendo.com>
22847
22848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22849         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22850         (gst_multifdsink_handle_client_write),
22851         (gst_multifdsink_queue_buffer):
22852         * gst/tcp/gsttcp-marshal.list:
22853         Fixed the stupid marshal definition.
22854
22855 2004-07-20  Wim Taymans  <wim@fluendo.com>
22856
22857         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22858         (gst_multifdsink_init), (gst_multifdsink_add),
22859         (gst_multifdsink_client_remove),
22860         (gst_multifdsink_handle_client_write),
22861         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22862         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22863         (gst_multifdsink_init_send):
22864         * gst/tcp/gstmultifdsink.h:
22865         Added more stats, added timeout for a client, fixed some typos
22866         and added some comments.
22867
22868 2004-07-20  Wim Taymans  <wim@fluendo.com>
22869
22870         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22871         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22872         (gst_multifdsink_client_remove),
22873         (gst_multifdsink_handle_client_write):
22874         * gst/tcp/gstmultifdsink.h:
22875         * gst/tcp/gsttcp-marshal.list:
22876         Added get_stats method that returns a GValueArray of
22877         stats values.
22878
22879 2004-07-19  Benjamin Otte  <otte@gnome.org>
22880
22881         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22882           make sure longname, description and author are valid UTF-8
22883
22884 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22885
22886         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22887         (gst_ximagesink_set_property):
22888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22889         (gst_xvimagesink_set_property):
22890           make sure SYNCHRONOUS is respected after getting the X context
22891
22892 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22893
22894         * gst/matroska/matroska-demux.c:
22895         (gst_matroska_demux_handle_src_event),
22896         (gst_matroska_demux_parse_blockgroup):
22897         * gst/matroska/matroska-ids.h:
22898           add BlockReference tag and ignore it to clear out log.
22899           ignore NAVIGATION events to clear out log.
22900
22901 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22902
22903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22904         (gst_matroska_demux_add_stream):
22905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22906           add debug categories
22907
22908 2004-07-16  Wim Taymans  <wim@fluendo.com>
22909
22910         * ext/libpng/Makefile.am:
22911         * ext/libpng/gstpng.c: (plugin_init):
22912         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22913         (gst_pngdec_get_type), (gst_pngdec_base_init),
22914         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22915         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22916         * ext/libpng/gstpngdec.h:
22917         Added png decoder.
22918
22919 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22920
22921         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22922         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22923         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22924         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22925         (gst_ximagesink_buffer_alloc):
22926         * sys/ximage/ximagesink.h:
22927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22928         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22929         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22930         (gst_xvimagesink_buffer_alloc):
22931         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22932         again. Using internal data pointer of the x(v)image to store image's
22933         data to be coherent with the buffer alloc mechanism. Investigated the
22934         image destruction code to be sure that everything gets freed correctly.
22935
22936 2004-07-16  Wim Taymans  <wim@fluendo.com>
22937
22938         * gst-libs/gst/riff/riff-read.c:
22939         (gst_riff_read_strf_vids_with_data),
22940         (gst_riff_read_strf_auds_with_data):
22941         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22942         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22943         Make sure we don't create 0 sized subbuffers in riff-read.
22944         Signal the no more pads signal after reading the avi header.
22945
22946 2004-07-16  Wim Taymans  <wim@fluendo.com>
22947
22948         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22949         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22950         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22951         (gst_decode_bin_init), (gst_decode_bin_dispose),
22952         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22953         (no_more_pads), (close_link), (type_found),
22954         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22955         (gst_decode_bin_change_state), (plugin_init):
22956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22957         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22958         (gst_play_base_bin_dispose), (queue_overrun),
22959         (gen_preroll_element), (remove_prerolls), (unknown_type),
22960         (no_more_pads), (new_stream), (setup_source),
22961         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22962         (play_base_eos), (gst_play_base_bin_change_state),
22963         (gst_play_base_bin_add_element),
22964         (gst_play_base_bin_remove_element),
22965         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22966         (gst_play_base_bin_unlink_stream),
22967         (gst_play_base_bin_get_streaminfo):
22968         * gst/playback/gstplaybasebin.h:
22969         Better error recovery. Added configurable preroll queue size. Faster
22970         detection of no-more-pads.
22971
22972 2004-07-16  Wim Taymans  <wim@fluendo.com>
22973
22974         * gst-libs/gst/video/video.h:
22975         Added 32 bits RGBA. Not sure if we should use another mime-type
22976         for alpha rgb. Currently the presence of the alpha_mask property
22977         signals an alpha channel.
22978
22979 2004-07-16  Wim Taymans  <wim@fluendo.com>
22980
22981         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22983         FPS seems to be 0.0 to MAX everywhere else.
22984
22985 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22986
22987         * gst-libs/gst/riff/riff-media.c:
22988         (gst_riff_create_video_caps_with_data):
22989           mp42/mp43 (no caps) exist too.
22990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22991           Set pixel_width/height; we've got them in-caps.
22992         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22993         * gst/wavparse/gstwavparse.c: (plugin_init):
22994           Both are valid primary.
22995         * sys/oss/gstossmixer.c:
22996           Remove i18n hack and enable translations.
22997
22998 2004-07-15  Benjamin Otte  <otte@gnome.org>
22999
23000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23001         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23002           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23003
23004 2004-07-15  Benjamin Otte  <otte@gnome.org>
23005
23006         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23007         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23008         (gst_alsa_close_audio):
23009           disable some of the debugging code for now. Writing debugging to a
23010           buffer is broken in current alsalib releases.
23011
23012 2004-07-12  Benjamin Otte  <otte@gnome.org>
23013
23014         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23015           use bufferpools
23016
23017 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23018
23019         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23020         (theora_dec_src_query), (theora_dec_event):
23021         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23022           add debugging categories.  Remove \n's.
23023
23024 2004-07-13  Johan Dahlin  <johan@gnome.org>
23025
23026         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23027         (gst_play_bin_get_property): Impl.
23028
23029 2004-07-13  Wim Taymans  <wim@fluendo.com>
23030
23031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23032         When trying to find the stream length, seek back N pages
23033         instead of just one, where N is the number of streams in
23034         the current chain.
23035
23036 2004-07-13  Wim Taymans  <wim@fluendo.com>
23037
23038         * gst-libs/gst/riff/riff-media.c:
23039         (gst_riff_create_audio_caps_with_data),
23040         (gst_riff_create_audio_caps),
23041         (gst_riff_create_audio_template_caps):
23042         * gst-libs/gst/riff/riff-media.h:
23043         * gst-libs/gst/riff/riff-read.c:
23044         (gst_riff_read_strf_vids_with_data),
23045         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23046         * gst-libs/gst/riff/riff-read.h:
23047         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23048         (gst_avi_demux_add_stream):
23049         Set codec_data on caps for avidemuxer.
23050
23051 2004-07-12  David Schleef  <ds@schleef.org>
23052
23053         * configure.ac: Fix test for Objective C
23054
23055 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23056         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23057         (gst_gdk_pixbuf_chain):
23058           Add svg and pcx to template caps, and ensure that getcaps returns a
23059           subset of the template caps.
23060           Copy each row manually for output, as gdkpixbuf may pad the
23061           rowstride to a 32-bit word boundary.
23062
23063 2004-07-12  Wim Taymans  <wim@fluendo.com>
23064
23065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23066         (gst_riff_create_video_template_caps):
23067         Fix the template caps to include some more media types.
23068
23069 2004-07-12  Wim Taymans  <wim@fluendo.com>
23070
23071         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23072         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23073         (compare_ranks), (print_feature), (gst_decode_bin_init),
23074         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23075         (try_to_link_1), (new_pad), (close_link), (type_found),
23076         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23077         (gst_decode_bin_change_state), (plugin_init):
23078         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23079         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23080         (gst_play_base_bin_dispose), (queue_overrun),
23081         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23082         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23083         (gst_play_base_bin_get_property), (play_base_eos),
23084         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23085         (gst_play_base_bin_remove_element),
23086         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23087         (gst_play_base_bin_unlink_stream),
23088         (gst_play_base_bin_get_streaminfo):
23089         * gst/playback/gstplaybasebin.h:
23090         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23091         (gst_play_bin_class_init), (gst_play_bin_init),
23092         (gst_play_bin_dispose), (gst_play_bin_set_property),
23093         (gst_play_bin_get_property), (gen_video_element),
23094         (gen_audio_element), (remove_sinks), (setup_sinks),
23095         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23096         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23097         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23098         (gst_play_bin_query), (plugin_init):
23099         * gst/playback/test4.c: (main):
23100         More fixes on reusing of the element.
23101
23102 2004-07-11  Benjamin Otte  <otte@gnome.org>
23103
23104         * ext/mad/gstmad.c: (normal_seek):
23105           allow seeking for other methods than just SET
23106
23107 2004-07-11  Andy Wingo  <wingo@pobox.com>
23108
23109         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23110         float, "any" caps -> buffer_frames=[0,MAX].
23111
23112         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23113         doesn't intersect our caps with the template any more. Do it
23114         ourselves.
23115         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23116
23117 2004-07-09  Wim Taymans  <wim@fluendo.com>
23118
23119         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23120         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23121         (compare_ranks), (print_feature), (gst_decode_bin_init),
23122         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23123         (try_to_link_1), (new_pad), (close_link), (type_found),
23124         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23125         (gst_decode_bin_change_state), (plugin_init):
23126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23127         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23128         (gst_play_base_bin_dispose), (queue_overrun),
23129         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23130         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23131         (gst_play_base_bin_get_property), (play_base_eos),
23132         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23133         (gst_play_base_bin_remove_element),
23134         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23135         (gst_play_base_bin_unlink_stream),
23136         (gst_play_base_bin_get_streaminfo):
23137         * gst/playback/gstplaybasebin.h:
23138         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23139         (gst_play_bin_class_init), (gst_play_bin_init),
23140         (gst_play_bin_dispose), (gst_play_bin_set_property),
23141         (gst_play_bin_get_property), (gen_video_element),
23142         (gen_audio_element), (remove_sinks), (setup_sinks),
23143         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23144         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23145         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23146         (gst_play_bin_query), (plugin_init):
23147         * gst/playback/test4.c: (main):
23148         Work on object reuse and seeking.
23149
23150 2004-07-09  Wim Taymans  <wim@fluendo.com>
23151
23152         * examples/seeking/seek.c: (iterate):
23153         Don't consume all CPU in the idle loop.
23154
23155 2004-07-09  Wim Taymans  <wim@fluendo.com>
23156
23157         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23158         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23159         Add pad to element *after* setting the pad functions so that
23160         the scheduler can use the correct ones.
23161
23162 2004-07-09  Wim Taymans  <wim@fluendo.com>
23163
23164         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23165         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23166         Sync to keyframe after seek
23167
23168 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23169
23170         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23171         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23172         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23173         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23174         * ext/libvisual/visual.c: (gst_visual_change_state):
23175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23176         * ext/theora/theoradec.c: (theora_dec_change_state):
23177         * ext/theora/theoraenc.c: (theora_enc_change_state):
23178         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23179         * gst-libs/gst/navigation/navigation.c:
23180         * gst/adder/gstadder.c: (gst_adder_change_state):
23181         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23182         (gst_audio_convert_get_buffer):
23183         * gst/multipart/multipartdemux.c:
23184         (gst_multipart_demux_change_state):
23185         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23186         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23187         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23188         * gst/videoscale/gstvideoscale.c:
23189         (gst_videoscale_handle_src_event):
23190         * gst/volume/gstvolume.c: (volume_chain_int16):
23191           don't assert in state change, this should be done by the base
23192           GstElement class.
23193           various debugging fixes.
23194
23195 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23196
23197         * configure.ac:
23198         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23199         (gst_play_dispose), (gst_play_set_location),
23200         (gst_play_set_data_src), (gst_play_set_video_sink),
23201         (gst_play_set_audio_sink), (gst_play_set_visualization),
23202         (gst_play_connect_visualization), (gst_play_get_sink_element),
23203         (gst_play_get_all_by_interface):
23204         * gst-libs/gst/play/play.h:
23205           add new method to get elements implementing an interface.
23206           add various error logging
23207
23208 2004-07-08  Wim Taymans  <wim@fluendo.com>
23209
23210         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23211         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23212         (make_playerbin_pipeline), (query_durations_elems),
23213         (query_durations_pads), (query_positions_elems),
23214         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23215         (main):
23216         Added playbin seeking example.
23217
23218 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23219
23220         * gst-libs/gst/play/play.c: (gst_play_set_location),
23221         (gst_play_set_data_src), (gst_play_set_video_sink),
23222         (gst_play_set_audio_sink), (gst_play_set_visualization),
23223         (gst_play_connect_visualization), (gst_play_get_framerate):
23224           use a macro to look up elements from hash table
23225
23226 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23227
23228         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23229         (gst_play_get_length_callback), (gst_play_set_location),
23230         (gst_play_seek_to_time), (gst_play_set_data_src),
23231         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23232         (gst_play_set_visualization), (gst_play_connect_visualization),
23233         (gst_play_get_sink_element):
23234         - add debugging info
23235         - fix looking up sink elements by iterating over complete caps
23236         - put everything except for source and autoplugger in a complete bin
23237
23238 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23239
23240         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23241         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23242         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23243         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23244         * ext/alsa/gstalsasink.h:
23245         - add debugging info
23246         - clean up schizophrenia of data/buffer/event
23247         - fix double event unref error
23248
23249 2004-07-08  Wim Taymans  <wim@fluendo.com>
23250
23251         * gst/playback/Makefile.am:
23252         Add headers to noinst
23253
23254 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23255
23256         * tools/gst-launch-ext-m.m:
23257         * tools/gst-launch-ext.1.in:
23258           convert to the third millenium
23259
23260 2004-07-07  David Schleef  <ds@schleef.org>
23261
23262         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23263
23264 2004-07-07  Wim Taymans  <wim@fluendo.com>
23265
23266         * gst/playback/Makefile.am:
23267         * gst/playback/README:
23268         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23269         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23270         (compare_ranks), (print_feature), (gst_decode_bin_init),
23271         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23272         (try_to_link_1), (new_pad), (close_link), (type_found),
23273         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23274         (plugin_init):
23275         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23276         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23277         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23278         (gen_preroll_element), (no_more_pads), (new_stream),
23279         (setup_source), (gst_play_base_bin_set_property),
23280         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23281         (gst_play_base_bin_add_element),
23282         (gst_play_base_bin_remove_element),
23283         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23284         (gst_play_base_bin_unlink_stream),
23285         (gst_play_base_bin_get_streaminfo):
23286         * gst/playback/gstplaybasebin.h:
23287         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23288         (gst_play_bin_class_init), (gst_play_bin_init),
23289         (gst_play_bin_dispose), (gst_play_bin_set_property),
23290         (gst_play_bin_get_property), (gen_video_element),
23291         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23292         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23293         (gst_play_bin_get_formats), (gst_play_bin_convert),
23294         (gst_play_bin_get_query_types), (gst_play_bin_query),
23295         (plugin_init):
23296         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23297         (gst_stream_info_get_type), (gst_stream_info_class_init),
23298         (gst_stream_info_init), (gst_stream_info_new),
23299         (gst_stream_info_dispose), (gst_stream_info_set_property),
23300         (gst_stream_info_get_property):
23301         * gst/playback/gststreaminfo.h:
23302         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23303         (main):
23304         * gst/playback/test2.c: (main):
23305         * gst/playback/test3.c: (update_scale), (main):
23306         More playbin fixes. Added README. Do better element filtering.
23307         Added base class to preroll media. Added test apps.
23308
23309 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23310
23311         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23312         * ext/mpeg2dec/gstmpeg2dec.h:
23313           various debugging improvements.  Reset stream to next picture
23314           instead of sequence header, otherwise seeks cannot work.
23315
23316 2004-07-07  Wim Taymans  <wim@fluendo.com>
23317
23318         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23319         (gst_video_box_class_init), (gst_video_box_set_property),
23320         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23321         Use pad_alloc where possible.
23322
23323 2004-07-07  Wim Taymans  <wim@fluendo.com>
23324
23325         * sys/oss/gstosselement.c: (gst_osselement_reset),
23326         (gst_osselement_parse_caps):
23327         * sys/oss/gstosselement.h:
23328         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23329         Fix offset on osssrc.
23330
23331 2004-07-07  Wim Taymans  <wim@fluendo.com>
23332
23333         * ext/theora/theora.c: (plugin_init):
23334         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23335         (theora_dec_src_query), (theora_dec_chain):
23336         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23337         (theora_enc_sink_link), (theora_buffer_from_packet),
23338         (theora_push_packet), (theora_enc_chain):
23339         Fix theora granulepos calculation.
23340         Fix overflow in duration/position calculation.
23341         Bump rank to PRIMARY for theoradec.
23342         Use granulepos of last packet to calculate position.
23343         Set keyframe flag on buffers when needed.
23344
23345 2004-07-06  David Schleef  <ds@schleef.org>
23346
23347         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23348         serious?  (Fixed, obviously.)
23349
23350 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23351
23352         * po/LINGUAS:
23353         * po/cs.po:
23354           added Czech translation (Miloslav Trmac)
23355
23356 2004-07-05  Wim Taymans  <wim@fluendo.com>
23357
23358         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23359         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23360         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23361         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23362         (close_link), (type_found), (gst_decode_bin_set_property),
23363         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23364         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23365         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23366         (gst_decode_bin_query), (plugin_init):
23367         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23368         (gst_play_bin_class_init), (gst_play_bin_init),
23369         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23370         (get_video_element), (new_pad), (setup_source),
23371         (gst_play_bin_set_property), (gst_play_bin_get_property),
23372         (gst_play_bin_change_state), (gst_play_bin_add_element),
23373         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23374         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23375         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23376         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23377         * gst/playback/test.c: (main):
23378         More fixes, cleaned up playbin, make it use decodebin. Added
23379         threaded property to playbin.
23380
23381 2004-07-05  Wim Taymans  <wim@fluendo.com>
23382
23383         * configure.ac:
23384         * gst/playback/Makefile.am:
23385         * gst/playback/decodetest.c: (main):
23386         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23387         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23388         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23389         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23390         (close_link), (type_found), (gst_decode_bin_set_property),
23391         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23392         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23393         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23394         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23395         (plugin_init):
23396         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23397         (gst_play_bin_class_init), (gst_play_bin_init),
23398         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23399         (collect_sink_pads), (find_compatibles), (close_pad_link),
23400         (try_to_link_1), (new_pad), (close_link), (type_found),
23401         (setup_source), (gst_play_bin_set_property),
23402         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23403         (compare_ranks), (gst_play_bin_collect_factories),
23404         (gst_play_bin_change_state), (gst_play_bin_add_element),
23405         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23406         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23407         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23408         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23409         * gst/playback/test.c: (main):
23410         Added some playback helper elements and some test apps, very alpha
23411         still.
23412
23413 2004-07-04  Benjamin Otte  <otte@gnome.org>
23414
23415         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23416           only restart audio when we indeed have an xrun to fix repeated
23417           xruns. Fix suggested by Giuliano Pochini.
23418
23419 2004-07-03  David Schleef  <ds@schleef.org>
23420
23421         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23422         call to gst_debug_log() if debugging is disabled (bug #145118)
23423
23424 2004-07-03  Benjamin Otte  <otte@gnome.org>
23425
23426         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23427           use our own functions for restarting the alsa device.
23428         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23429           I should apply patches myself - use MIN for the third argument, not
23430           the second, this fixes seeking
23431
23432 2004-07-02  David Schleef  <ds@schleef.org>
23433
23434         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23435         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23436         do with the logic.
23437
23438 2004-07-02  David Schleef  <ds@schleef.org>
23439
23440         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23441         output buffers.  Fix logic mistake.  (bug #144866)
23442
23443 2004-07-02  David Schleef  <ds@schleef.org>
23444
23445         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23446         on X.  (bug #144753)
23447
23448 2004-07-02  David Schleef  <ds@schleef.org>
23449
23450         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23451         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23452         (bug #144624)
23453         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23454         (gst_osselement_rate_probe_check): Add another workaround for
23455         buggy drivers (bug #145336)
23456
23457 2004-07-02  David Schleef  <ds@schleef.org>
23458
23459         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23460         Most systems don't have MSG_NOSIGNAL.
23461
23462 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23463
23464         * Makefile.am:
23465         * gst-libs/gst/colorbalance/Makefile.am:
23466         * gst-libs/gst/mixer/Makefile.am:
23467         * gst-libs/gst/play/Makefile.am:
23468         * gst-libs/gst/tuner/Makefile.am:
23469           (hopefully) fix both install and dist and make error message useful.
23470           needs testing across automakes.
23471
23472 2004-07-02  Benjamin Otte  <otte@gnome.org>
23473
23474         * ext/ogg/gstogg.c: (plugin_init):
23475           we require bytestream now
23476         * ext/ogg/gstoggdemux.c:
23477           huge diff to implement chain setup in a fast and generic way. This
23478           improves tag reading and startup of huge files (read: Theora videos)
23479           quite a bit. It probably contains bugs, too, so please test.
23480           Seeking is not improved to the fast method.
23481
23482 2004-06-29  Wim Taymans  <wim@fluendo.com>
23483
23484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23485         * ext/ogg/gstoggmux.c:
23486         Fix memleak in oggdemux when running unconnected pads.
23487         doc update in mux, start working on keyframe mode.
23488
23489 2004-06-29  Benjamin Otte  <otte@gnome.org>
23490
23491         * sys/oss/gstosssink.c:
23492         * sys/oss/gstosssrc.c:
23493           advertise correct template caps - we indeed do non-native endianness
23494           and 8bit audio has no endianness
23495         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23497           avoid (wrong) duplications in getcaps function and return
23498           template caps
23499
23500 2004-06-29  Wim Taymans  <wim@fluendo.com>
23501
23502         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23503         (gst_multifdsink_class_init), (gst_multifdsink_add),
23504         (gst_multifdsink_remove), (gst_multifdsink_clear),
23505         (gst_multifdsink_client_remove),
23506         (gst_multifdsink_handle_client_read),
23507         (gst_multifdsink_client_queue_data),
23508         (gst_multifdsink_client_queue_caps),
23509         (gst_multifdsink_client_queue_buffer),
23510         (gst_multifdsink_handle_client_write),
23511         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23512         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23513         (gst_multifdsink_init_send), (gst_multifdsink_close):
23514         Fix wrong GList iteration that could crash the server when
23515         more then 2 clients disconnect at the same time. Read all the
23516         pending commands in one batch to recover from command storms under
23517         very heavy load.
23518
23519 2004-06-28  Wim Taymans  <wim@fluendo.com>
23520
23521         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23522         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23523         (gst_videomixer_pad_set_property),
23524         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23525         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23526         (gst_videomixer_class_init), (gst_videomixer_init),
23527         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23528         (pad_zorder_compare), (gst_videomixer_sort_pads),
23529         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23530         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23531         (gst_videomixer_update_queues), (gst_videomixer_loop),
23532         (plugin_init):
23533         Avoid divide by zero, choose masterpad as the pad with the highest
23534         framerate.
23535
23536 2004-06-27  Julien Moutte  <julien@moutte.net>
23537
23538         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23539         (gst_ximagesink_xwindow_new):
23540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23541         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23542         function directly. We might want to call it from somewhere else one day.
23543
23544 2004-06-27  Julien Moutte  <julien@moutte.net>
23545
23546         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23547         (gst_ximagesink_xwindow_new):
23548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23549         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23550         window decorations.
23551
23552 2004-06-27  Wim Taymans  <wim@fluendo.com>
23553
23554         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23555         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23556         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23557         (gst_dvdec_set_property), (gst_dvdec_get_property):
23558         * ext/dv/gstdvdec.h:
23559         Implement drop_factor property to lower the framerate with
23560         a factor.
23561
23562 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23563
23564         * gst-libs/gst/colorbalance/Makefile.am:
23565         * gst-libs/gst/mixer/Makefile.am:
23566         * gst-libs/gst/play/Makefile.am:
23567         * gst-libs/gst/tuner/Makefile.am:
23568           unbreak Company's fix that didn't install the -enum.h files
23569
23570 2004-06-27  Wim Taymans  <wim@fluendo.com>
23571
23572         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23573         (gst_dvdec_change_state):
23574         * ext/dv/gstdvdec.h:
23575         Fix timestamp, duration and offset of the buffers.
23576
23577 2004-06-27  Wim Taymans  <wim@fluendo.com>
23578
23579         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23580         (gst_multifdsink_class_init), (gst_multifdsink_add),
23581         (gst_multifdsink_remove), (gst_multifdsink_clear),
23582         (gst_multifdsink_client_remove),
23583         (gst_multifdsink_handle_client_read),
23584         (gst_multifdsink_client_queue_data),
23585         (gst_multifdsink_client_queue_caps),
23586         (gst_multifdsink_client_queue_buffer),
23587         (gst_multifdsink_handle_client_write),
23588         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23589         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23590         (gst_multifdsink_init_send), (gst_multifdsink_close):
23591         * gst/tcp/gstmultifdsink.h:
23592         * gst/tcp/gsttcpserversink.c:
23593         (gst_tcpserversink_handle_server_read),
23594         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23595         More multifdsink fixes, more recovery policy fixes.
23596         Removed stupid g_print
23597
23598 2004-06-26  Wim Taymans  <wim@fluendo.com>
23599
23600         * gst/tcp/Makefile.am:
23601         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23602         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23603         (gst_multifdsink_class_init), (gst_multifdsink_init),
23604         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23605         (gst_multifdsink_handle_client_read),
23606         (gst_multifdsink_client_queue_data),
23607         (gst_multifdsink_client_queue_caps),
23608         (gst_multifdsink_client_queue_buffer),
23609         (gst_multifdsink_handle_client_write),
23610         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23611         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23612         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23613         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23614         (gst_multifdsink_close), (gst_multifdsink_change_state):
23615         * gst/tcp/gstmultifdsink.h:
23616         * gst/tcp/gsttcpplugin.c: (plugin_init):
23617         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23618         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23619         (gst_tcpserversink_handle_server_read),
23620         (gst_tcpserversink_handle_select),
23621         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23622         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23623         * gst/tcp/gsttcpserversink.h:
23624         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23625         one of the locks, added recovery policy to multifdsink.
23626
23627 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23628
23629         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23630           fix decision for when getting frames with same timestamp
23631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23632         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23633         (gst_v4lsrc_get_property):
23634         * sys/v4l/gstv4lsrc.h:
23635           add latency offset property
23636
23637 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23638
23639         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23640         (plugin_init):
23641           fix debugging. add category.
23642
23643 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23644
23645         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23646           fix wrong offsets
23647
23648 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23649
23650         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23651         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23652         (gst_alsa_src_change_state):
23653           return a time that is in sync with the element's processing
23654
23655 2004-06-25  Wim Taymans  <wim@fluendo.com>
23656
23657         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23658         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23659         (gst_tcpserversink_client_remove),
23660         (gst_tcpserversink_handle_client_read),
23661         (gst_tcpserversink_client_queue_data),
23662         (gst_tcpserversink_client_queue_caps),
23663         (gst_tcpserversink_client_queue_buffer),
23664         (gst_tcpserversink_handle_client_write),
23665         (gst_tcpserversink_queue_buffer),
23666         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23667         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23668         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23669         (gst_tcpserversink_close):
23670         * gst/tcp/gsttcpserversink.h:
23671         Serversink rewrite. Really do non blocking writes to clients and
23672         maintain an internal queue to handle slower clients while not
23673         disturbing fast clients.
23674
23675 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23676
23677         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23678           better debug, don't override OFFSET and OFFSET_END
23679
23680 2004-06-25  Iain <iain@prettypeople.org>
23681
23682         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23683         name=source for the wavparse pipeline.
23684
23685 2004-06-24  Johan Dahlin  <johan@gnome.org>
23686
23687         * ext/theora/theoraenc.c (theora_enc_chain): Call
23688         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23689         streamheader caps are set correctly.
23690
23691 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23692
23693         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23694         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23695           respect minimum bitrate; same could be done for max bitrate
23696
23697 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23698
23699         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23700         (gst_vorbisenc_setup):
23701           fix sample rate range
23702
23703 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23704
23705         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23706         (gst_oggvorbisenc_setup):
23707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23708         (gst_vorbisenc_setup):
23709           resolve ambiguities in code and description
23710
23711 2004-06-24  Wim Taymans  <wim@fluendo.com>
23712
23713         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23714         * ext/alsa/gstalsa.h:
23715         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23716         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23717         Use alsa trigger_tstamp to get the timestamp of the first
23718         sample in the buffer for more precise sync. Some cleanups.
23719
23720 2004-06-24  Wim Taymans  <wim@fluendo.com>
23721
23722         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23723         (gst_audiorate_init), (gst_audiorate_chain),
23724         (gst_audiorate_set_property), (gst_audiorate_get_property):
23725         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23726         (gst_videorate_chain):
23727         Added some logging, fixed an overflow bug in videorate.
23728
23729 2004-06-24  Benjamin Otte  <otte@gnome.org>
23730
23731         * ext/kio/Makefile.am:
23732           fix for builddir != srcdir and distcheck
23733
23734 2004-06-24  Benjamin Otte  <otte@gnome.org>
23735
23736         * gst-libs/gst/colorbalance/Makefile.am:
23737         * gst-libs/gst/mixer/Makefile.am:
23738         * gst-libs/gst/play/Makefile.am:
23739         * gst-libs/gst/tuner/Makefile.am:
23740         * gst/tcp/Makefile.am:
23741         * sys/dxr3/Makefile.am:
23742           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23743           tarball.
23744           Also add all *.list files that were missing.
23745         * Makefile.am:
23746           add a distcheck hook to ensure the above doesn't happen again.
23747
23748 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23749
23750         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23751
23752 2004-06-23  Colin Walters  <walters@redhat.com>
23753
23754         * m4/Makefile.am: Distribute gst-fionread.m4.
23755
23756 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23757
23758         * configure.ac: back to dev
23759
23760 2004-06-23  Wim Taymans  <wim@fluendo.com>
23761
23762         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23763         (gst_alsa_xrun_recovery):
23764         * ext/alsa/gstalsa.h:
23765         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23766         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23767         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23768         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23769         (gst_alsa_src_loop):
23770         Add clock to alsasrc. Take new capture timestamp when
23771         restarting after an overrun. Split up some functions between
23772         alsasrc and alsasink.
23773
23774 === release 0.8.2 ===
23775
23776 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23777
23778         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23779         (gst_alsa_change_state), (gst_alsa_update_avail),
23780         (gst_alsa_xrun_recovery):
23781         * ext/alsa/gstalsa.h:
23782         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23783           merge back changes from release
23784
23785 2004-06-23  Wim Taymans  <wim@fluendo.com>
23786
23787         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23788         (gst_audiorate_init), (gst_audiorate_chain),
23789         (gst_audiorate_set_property), (gst_audiorate_get_property):
23790         Implement sample dropping and notify
23791
23792 2004-06-22  Wim Taymans  <wim@fluendo.com>
23793
23794         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23795         (theora_enc_sink_link), (theora_buffer_from_packet),
23796         (theora_push_packet), (theora_enc_chain):
23797         Some cleanups, make sure the timestamps are correct.
23798
23799 2004-06-22  Wim Taymans  <wim@fluendo.com>
23800
23801         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23802         (gst_alsa_change_state), (gst_alsa_update_avail),
23803         (gst_alsa_xrun_recovery):
23804         * ext/alsa/gstalsa.h:
23805         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23806         Cleanups, take queued samples into account when reporting
23807         the time.
23808
23809 2004-06-22  Wim Taymans  <wim@fluendo.com>
23810
23811         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23812         (gst_videorate_init):
23813         Initialize the property as well.
23814
23815 2004-06-22  Wim Taymans  <wim@fluendo.com>
23816
23817         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23818         (gst_videorate_init), (gst_videorate_chain),
23819         (gst_videorate_set_property), (gst_videorate_get_property):
23820         Add property to make videorate silent.
23821         Add property to prefer new frames over old ones.
23822
23823 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23824
23825         * sys/osxvideo/Makefile.am:
23826         Workaround so that the osxvideo .so file gets linked with the
23827         Cocoa, OpenGL and QuickTime frameworks
23828
23829 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23830
23831         * sys/osxaudio/Makefile.am:
23832         Workaround so that the osxaudio .so file gets linked with the
23833         CoreAudio framework
23834
23835 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23836
23837         * configure.ac:
23838         Whoops, my fault...fixed build issues
23839
23840 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23841
23842         * configure.ac:
23843         Add objective-c support if running in Darwin/Mac OS X
23844         * sys/Makefile.am:
23845         * sys/osxvideo:
23846         * sys/osxvideo/Makefile.am:
23847         * sys/osxvideo/osxvideosink.h:
23848         * sys/osxvideo/osxvideosink.m:
23849         * sys/osxvideo/cocoawindow.h:
23850         * sys/osxvideo/cocoawindow.m:
23851         Add osxvideosink, a cocoa-based osx video sink
23852
23853
23854 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23855         * ext/dvdnav/gst-dvd:
23856         Grab the gconf key from the right spot
23857         * gst/debug/gstnavseek.c: (gst_navseek_init),
23858         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23859         (gst_navseek_chain):
23860         * gst/debug/gstnavseek.h:
23861           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23862           and loop parameters of a segment seek.
23863         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23864         (gst_videotestsrc_get_event_masks),
23865         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23866         * gst/videotestsrc/gstvideotestsrc.h:
23867           Add seeking support to videotestsrc
23868           Initialise the timestamp_offset variable.
23869
23870 2004-06-18  Wim Taymans  <wim@fluendo.com>
23871
23872         * ext/sidplay/gstsiddec.cc:
23873         Fix negotiation and set correct end offset.
23874
23875 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23876
23877         * configure.ac: branch and prerelease
23878
23879 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23880
23881         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23882         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23883         (gst_tcpclientsrc_init_receive):
23884         * gst/tcp/gsttcpclientsrc.h:
23885           read caps when connecting to server for GDP so we set them correctly
23886
23887 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23888
23889         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23890           notify drops and duplicates
23891         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23892           no good reason to limit ourselves to 100x100
23893
23894 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23895
23896         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23897         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23898         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23899         (gst_v4lsrc_get_property):
23900         * sys/v4l/gstv4lsrc.h:
23901         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23902         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23903         (gst_v4l_set_audio):
23904         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23905         (gst_v4lsrc_try_capture):
23906         * sys/v4l/v4lsrc_calls.h:
23907           change try_palette to more general try_capture
23908           add autoprobe option so we can turn off autoprobing
23909           various fixes
23910
23911 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23912
23913         * configure.ac:
23914           add videorate
23915         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23916         (gst_ximagesink_class_init):
23917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23918         (gst_xvimagesink_class_init):
23919           run them as finalize, not dispose, since dispose can be invoked
23920           multiple times
23921
23922 2004-06-17  Wim Taymans  <wim@fluendo.com>
23923
23924         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23925         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23926         * ext/alsa/gstalsa.h:
23927         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23928         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23929         (gst_alsa_src_change_state):
23930         * ext/alsa/gstalsasrc.h:
23931         Make the xrun code timestamp and offset the buffers correctly.
23932         moved the clock to the base class, use alsa methods to get time.
23933         Do correct timestamping on outgoing buffers.
23934
23935 2004-06-17  Wim Taymans  <wim@fluendo.com>
23936
23937         * gst/audiorate/Makefile.am:
23938         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23939         (gst_audiorate_base_init), (gst_audiorate_class_init),
23940         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23941         (gst_audiorate_set_property), (gst_audiorate_get_property),
23942         (gst_audiorate_change_state), (plugin_init):
23943         Added an audiorate converter that fills in gaps.
23944
23945 2004-06-17  Johan Dahlin  <johan@gnome.org>
23946
23947         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23948
23949 2004-06-16  Wim Taymans  <wim@fluendo.com>
23950
23951         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23953         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23954         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23955         (gst_v4lsrc_get_property):
23956         * sys/v4l/gstv4lsrc.h:
23957         Added a copy mode to v4lsrc where it will output a copied version
23958         of its internal hardware buffer.
23959         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23960         can't | them.
23961
23962 2004-06-16  Wim Taymans  <wim@fluendo.com>
23963
23964         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23965         Timestamp fixes.
23966
23967 2004-06-16  Wim Taymans  <wim@fluendo.com>
23968
23969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23970         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23971         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23972         (gst_v4lsrc_get_property):
23973         * sys/v4l/gstv4lsrc.h:
23974         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23975         Added a sync mode enum property to control v4lsrc timestamp method
23976         Removed the use-fixed-fps property and moved functionality in
23977         the enum.
23978         Don't error on an error value from v4l-conf, it might not always
23979         be a real error.
23980
23981 2004-06-16  Wim Taymans  <wim@fluendo.com>
23982
23983         * gst/videorate/Makefile.am:
23984         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23985         (gst_videorate_base_init), (gst_videorate_class_init),
23986         (gst_videorate_getcaps), (gst_videorate_link),
23987         (gst_videorate_init), (gst_videorate_chain),
23988         (gst_videorate_set_property), (gst_videorate_get_property),
23989         (gst_videorate_change_state), (plugin_init):
23990         Added a video timestamp corrector.
23991
23992 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23993
23994         fixed a potential leak with previous commit
23995
23996         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23997
23998 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23999
24000         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24001         Added missing refcount, fixes bug #144425
24002         Cheers Tim for finding the bug
24003
24004 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24005
24006         * sys/v4l/gstv4l.c: (plugin_init):
24007         * sys/v4l/gstv4lcolorbalance.c:
24008         * sys/v4l/gstv4lcolorbalance.h:
24009         * sys/v4l/gstv4lelement.c:
24010         * sys/v4l/gstv4lelement.h:
24011         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24012         * sys/v4l/gstv4lmjpegsink.h:
24013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24014         * sys/v4l/gstv4lmjpegsrc.h:
24015         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24016         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24017         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24018         * sys/v4l/gstv4lsrc.h:
24019         * sys/v4l/gstv4ltuner.c:
24020         * sys/v4l/gstv4ltuner.h:
24021         * sys/v4l/gstv4lxoverlay.c:
24022         * sys/v4l/gstv4lxoverlay.h:
24023         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24024         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24025         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24026         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24027         (gst_v4l_set_audio):
24028         * sys/v4l/v4l_calls.h:
24029         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24030         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24031         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24032         (gst_v4lmjpegsink_playback_init),
24033         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24034         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24035         (gst_v4lmjpegsink_playback_stop),
24036         (gst_v4lmjpegsink_playback_deinit):
24037         * sys/v4l/v4lmjpegsink_calls.h:
24038         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24039         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24040         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24041         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24042         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24043         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24044         * sys/v4l/v4lmjpegsrc_calls.h:
24045         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24046         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24047         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24048         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24049         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24050         (gst_v4lsrc_try_palette):
24051         * sys/v4l/v4lsrc_calls.h:
24052           bunch of paranoia cleanups
24053
24054 2004-06-14  David Schleef  <ds@schleef.org>
24055
24056         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24057         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24058         Send discont events and change timestamps appropriately when
24059         we get a seek event.  (bug #144240)
24060         * ext/cdparanoia/gstcdparanoia.h:
24061
24062 2004-06-14  Benjamin Otte  <otte@gnome.org>
24063
24064         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24065           snd_pcm_hw_params_set_rate  since the latter fails for no good
24066           reason on some setups.
24067
24068 2004-06-14  David Schleef  <ds@schleef.org>
24069
24070         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24071         standard.  Thank you for playing.
24072
24073 2004-06-14  Wim Taymans  <wim@fluendo.com>
24074
24075         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24076         Patch 1.3 broke the ordering of the colorspace info and
24077         made the plugin basically work by coincidence, reordered
24078         the info.
24079
24080 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24081
24082         * ext/lame/gstlame.c:
24083         * ext/mad/gstmad.c:
24084           sync caps.  Make sure mad can only output a list of rates, not
24085           a full range.  In the future, have three caps lists for each of the
24086           mpeg versions.  Change mpegversion to a double as well.
24087
24088 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24089
24090         * gst/volume/.cvsignore:
24091         * gst/volume/Makefile.am:
24092         * gst/volume/demo.c: (value_changed_callback), (idler),
24093         (setup_gui), (main):
24094           added small demo app
24095
24096 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24097         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24098         * ext/esd/esdsink.h:
24099         Close the esd connection on pause, because esd will just wait -
24100         blocking all other esd clients indefinitely.
24101
24102 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24103
24104         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24105           previous commit with GST_DEBUG
24106
24107 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24108
24109         * configure.ac:
24110           add a header check for a dvdread header in dvdnav.  Fixes #133002
24111
24112 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24113
24114         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24115         * gst/tcp/gsttcpclientsink.h:
24116         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24117         * gst/tcp/gsttcpclientsrc.h:
24118         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24119         (gst_tcpserversink_handle_server_read),
24120         (gst_tcpserversink_init_send):
24121         * gst/tcp/gsttcpserversink.h:
24122         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24123         * gst/tcp/gsttcpserversrc.h:
24124         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24125         version of IP)
24126
24127 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24128
24129         * configure.ac:
24130         Added ogg library so that OSX detects libtheora properly
24131
24132 2004-06-11  Wim Taymans  <wim@fluendo.com>
24133
24134         * ext/theora/theoradec.c: (theora_dec_chain),
24135         (theora_dec_change_state):
24136         Don't try to decode frames before we received a keyframe.
24137
24138 2004-06-11  Wim Taymans  <wim@fluendo.com>
24139
24140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24141         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24142         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24143         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24144         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24145         Added property to set the maximum delay of a page.
24146
24147 2004-06-10  Wim Taymans  <wim@fluendo.com>
24148
24149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24150         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24151         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24152         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24153         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24154         Added max-delay property to control the maximum amount
24155         of data to put in one page.
24156
24157 2004-06-10  Wim Taymans  <wim@fluendo.com>
24158
24159         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24160         (gst_theora_enc_init), (theora_enc_sink_link),
24161         (theora_buffer_from_packet), (theora_enc_set_property),
24162         (theora_enc_get_property):
24163         Set duration on encoded buffer, added some more properties
24164
24165 2004-06-10  Wim Taymans  <wim@fluendo.com>
24166
24167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24168         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24169         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24170         * ext/theora/theoraenc.c: (theora_enc_chain):
24171         Fix refcounting bugs
24172
24173 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24174
24175         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24176         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24177         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24178         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24179         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24180         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24181         (gst_asf_demux_change_state):
24182         * gst/asfdemux/gstasfdemux.h:
24183           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24184           feels like. I think we should set a new requirement for demuxers
24185           from now on to implement sane loop functions, data loops, query
24186           and seek functions before first commit into CVS. And this commit
24187           fixes all of the above.
24188
24189 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24190
24191         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24192           vorbis comments are properly encoded in UTF-8 before adding them
24193           to a GstTagList
24194
24195 2004-06-09  Benjamin Otte  <otte@gnome.org>
24196
24197         * ext/alsa/gstalsa.c: (add_channels):
24198           handle min <= max correctly
24199         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24200         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24201           add fixation functions so we fixate correctly. No preferring of alaw
24202           anymore because it's the first structure.
24203         * ext/alsa/gstalsa.h:
24204         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24205         (gst_alsa_hw_params_dump):
24206           add functions to ease debugging in alsalib
24207         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24208         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24209         (gst_alsa_start_audio):
24210           only specify hw params if we really setup a format (fixes #134007 -
24211           or at least works around it)
24212
24213 2004-06-09  Wim Taymans  <wim@fluendo.com>
24214
24215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24216         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24217         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24218         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24219         (gst_ogg_mux_loop):
24220         Use stream caps to setup the initial pages in the ogg stream.
24221         Correctly set the streamheader caps on the srcpad.
24222
24223 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24224
24225         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24226         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24227         (gst_v4lsrc_getcaps):
24228         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24229         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24230           add querying of fps lists for webcams.  Negotiating to a framerate
24231           now works.
24232
24233 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24234
24235         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24236         (theora_push_buffer), (theora_push_packet),
24237         (theora_set_header_on_caps), (theora_enc_chain):
24238           mark buffers and put on streamheader, raw theora streaming
24239           now works too, whee
24240
24241 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24242
24243         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24244         (gst_tcp_gdp_read_caps):
24245           do a looping read for caps and GDP headers too
24246
24247 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24248
24249         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24250         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24251           return EOS instead of NULL in _get
24252
24253 2004-06-08  Wim Taymans  <wim@fluendo.com>
24254
24255         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24256         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24257         (gst_tcp_gdp_write_caps):
24258         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24259         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24260         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24261         Memory leak fixes
24262
24263 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24264
24265         * ext/vorbis/Makefile.am:
24266         * ext/vorbis/vorbis.c: (plugin_init):
24267         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24268         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24269         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24270         (vorbis_parse_change_state):
24271         * ext/vorbis/vorbisparse.h:
24272           adding a vorbisparse element that marks the buffers, streaming
24273           raw vorbis using GDP now works, whee
24274
24275 2004-06-08  Wim Taymans  <wim@fluendo.com>
24276
24277         * ext/jpeg/Makefile.am:
24278         * ext/jpeg/README:
24279         * ext/jpeg/gstjpeg.c: (plugin_init):
24280         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24281         (gst_smokedec_base_init), (gst_smokedec_class_init),
24282         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24283         * ext/jpeg/gstsmokedec.h:
24284         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24285         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24286         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24287         (gst_smokeenc_resync), (gst_smokeenc_chain),
24288         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24289         * ext/jpeg/gstsmokeenc.h:
24290         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24291         (smokecodec_flush_destination), (smokecodec_term_destination),
24292         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24293         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24294         (smokecodec_term_source), (smokecodec_encode_new),
24295         (smokecodec_decode_new), (smokecodec_info_free),
24296         (smokecodec_set_quality), (smokecodec_get_quality),
24297         (smokecodec_set_threshold), (smokecodec_get_threshold),
24298         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24299         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24300         (smokecodec_parse_header), (smokecodec_decode):
24301         * ext/jpeg/smokecodec.h:
24302         Added a new simple jpeg based codec
24303
24304 2004-06-08  Wim Taymans  <wim@fluendo.com>
24305
24306         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24307         (gst_multipart_mux_loop):
24308         Fix memory leak
24309
24310 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24311
24312         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24313         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24314         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24315         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24316         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24317         * gst/tcp/gsttcpserversink.h:
24318           take streamheader into account
24319
24320 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24321
24322         * gst/level/Makefile.am:
24323         * gst/level/gstlevel.c: (gst_level_class_init):
24324           clean up marshal generation
24325
24326 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24327
24328         * gst/tcp/Makefile.am:
24329         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24330         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24331         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24332         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24333         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24334         (gst_tcpclientsrc_get_property):
24335         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24336         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24337         (gst_tcpserversink_handle_client_read),
24338         (gst_tcpserversink_handle_client_write),
24339         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24340         * gst/tcp/gsttcpserversink.h:
24341           add signals client-added and client-removed
24342         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24343         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24344         (gst_tcpserversrc_get_property):
24345         uniformized, change default protocol to NONE
24346         * gst/tcp/gsttcp-marshal.list: added
24347 2004-06-07  Benjamin Otte  <otte@gnome.org>
24348
24349         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24350           handle discont events if they happen before caps nego
24351
24352 2004-06-07  Wim Taymans  <wim@fluendo.com>
24353
24354         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24355         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24356         (gst_multipart_demux_plugin_init):
24357         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24358         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24359         (gst_multipart_mux_change_state):
24360         Small updates, fix a memleak
24361
24362 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24363
24364         * configure.ac: OSS portability
24365         * ext/arts/gst_arts.c: idem
24366         * sys/oss/gstosselement.c: idem
24367         * sys/oss/gstossmixer.c: idem
24368         * sys/oss/gstosssink.c: idem
24369         * sys/oss/gstosssrc.c: idem
24370         * sys/oss/oss_probe.c: idem
24371           - check for soundcard.h in different places for some BSD
24372
24373 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24374
24375         * AUTHORS:
24376         Add me to the authors file
24377         * configure.ac:
24378         Increase the libdv requirement to >= version 0.100
24379         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24380         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24381         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24382         * ext/dv/gstdvdec.h:
24383         Add support for the new_media flag when sending DISCONT events
24384         Make the querying work when video pad is not linked
24385
24386 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24387
24388         reviewed by Benjamin Otte  <otte@gnome.org>
24389
24390         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24391           create a NULL-initialized array of pads, so we don't think they
24392           exist already. (fixes #143130)
24393
24394 2004-06-07  Benjamin Otte  <otte@gnome.org>
24395
24396         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24397         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24398         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24399           don't use // coments
24400
24401 2004-06-07  Benjamin Otte  <otte@gnome.org>
24402
24403         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24404           cast to GstClockTime to get higher granularity
24405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24406           use gst_element_set_time_delay to get the exact time
24407         * ext/mad/gstmad.c: (gst_mad_chain):
24408           use the negotiated rate instead of the current frame's rate which
24409           might be wrong because of bit errors. This avoids emitting totally
24410           bogus timestamps and screwing sync.
24411         (fixes #143454)
24412
24413 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24414
24415         reviewed by Benjamin Otte  <otte@gnome.org>
24416
24417         * gst/adder/gstadder.c: (gst_adder_loop):
24418           properly error out when no negotiation has happened yet. (fixes
24419           #143032)
24420
24421 2004-06-06  Benjamin Otte  <otte@gnome.org>
24422
24423         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24424           forward correctly transformed offset in discont events. Based on
24425           patch by Arwed v. Merkatz. (fixes #142851)
24426
24427 2004-06-06  David Schleef  <ds@schleef.org>
24428
24429         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24430         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24431         problems on several systems.
24432
24433 2004-06-06  Benjamin Otte  <otte@gnome.org>
24434
24435         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24436           use explicit caps on the srcpad
24437         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24438           properly error out if caps couldn't be set (fixes #142764)
24439
24440 2004-06-06  Benjamin Otte  <otte@gnome.org>
24441
24442         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24443         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24444         (gst_alsa_start_audio):
24445           - don't call set_periods_integer anymore, it breaks the
24446           configuration randomly
24447           - call snd_pcm_hw_params_set_access directly instead of using masks
24448           - don't fail if the sw_params can't be set, just use the default
24449           params and hope it works. Alsalib has weird issues when you touch
24450           sw_params and does no proper error reporting about what failed.
24451         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24452         (gst_alsa_close_audio):
24453           make our alsa debugging go via gst debugging and not conditionally
24454           defined
24455         * ext/alsa/gstalsa.h:
24456           add ALSA_DEBUG_FLUSH macro
24457         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24458         (plugin_init):
24459           wrap alsa errors to be printed via the gst debugging system and not
24460           spammed to stderr
24461
24462 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24463
24464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24465         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24466         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24467         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24468         (qtdemux_parse_trak):
24469         * gst/qtdemux/qtdemux.h:
24470           Bitch. Also known as seeking, querying & co.
24471         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24472         (gst_osssink_change_state):
24473         * sys/oss/gstosssink.h:
24474           Resyncing is for weenies, this hack is no longer needed and was
24475           broken anyway (since it - unintendedly - always leaves resync to
24476           TRUE).
24477
24478 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24479
24480         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24481         * gst/tcp/gsttcpclientsrc.h: idem
24482           - define MSG_NOSIGNAL if not done
24483           - include unistd.h for off_t
24484           (fixes #143749)
24485
24486 2004-06-05  Benjamin Otte  <otte@gnome.org>
24487
24488         * configure.ac:
24489         * ext/kio/Makefile.am:
24490           check for qt's moc preprocessor explicitly and use it
24491
24492 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24493
24494         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24495           don't get a signal for EPIPE on socket writes
24496           (somebody check if this works on other platforms)
24497
24498 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24499
24500         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24501         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24502           check error condition on available samples correctly
24503
24504 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24505
24506         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24507           avoid a segfault
24508         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24509         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24510         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24511         (gst_tcpserversrc_gdp_read_header):
24512          use ssize_t over size_t since the former is signed and thus the
24513          check for error codes can work
24514
24515 2004-06-02  Wim Taymans  <wim@fluendo.com>
24516
24517         reviewed by: Johan
24518
24519         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24520         (gst_multipart_mux_loop):
24521         Oops
24522
24523 2004-06-02  Wim Taymans  <wim@fluendo.com>
24524
24525         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24526         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24527         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24528         (gst_multipart_mux_change_state):
24529         Added configurable boundary specifier, added the value as a
24530         caps field as well.
24531
24532 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24533
24534         * gst/tcp/gsttcp.c:
24535         * gst/tcp/gsttcpclientsrc.c:
24536         * gst/tcp/gsttcpclientsrc.h:
24537         * gst/tcp/gsttcpserversrc.c:
24538           - portability fix, to compile on OSX
24539             (fixes #143146)
24540
24541         * sys/osxaudio/gstosxaudioelement.c:
24542         * sys/osxaudio/gstosxaudiosink.c:
24543         * sys/osxaudio/gstosxaudiosrc.c:
24544           - compilation warnings on OSX
24545             (fixes #143153)
24546
24547 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24548
24549         * ext/vorbis/vorbisdec.c : sign warning fixes
24550
24551         * gst-libs/gst/mixer/mixertrack.c :
24552           do no use defines which are glib 2.4 specific
24553
24554 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24555
24556         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24557           buffer since libflac doesn't expect it (reports a sync error when
24558           it encounters that)
24559
24560
24561 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24562
24563         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24564         * gst-libs/gst/mixer/mixertrack.c:
24565         (gst_mixer_track_get_property), (get_mixer_track_init),
24566         (get_mixer_track_get_property): Added property accessors
24567         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24568         * gst-libs/gst/mixer/mixeroptions.c:
24569         (gst_mixer_options_get_values): Added
24570         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24571         * gst-libs/gst/mixer/mixer.c: Fixed comment
24572
24573
24574 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24575
24576         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24577           improve error messages on open
24578
24579
24580 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24581
24582         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24583           check if v4l-conf is in path
24584
24585 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24586
24587         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24588           change assert to a more readable error message
24589
24590 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24591
24592         * gst-libs/gst/tuner/tunerchannel.h:
24593           - add a freq_multiplicator field to make the conversion
24594             between internal frequency unit and Hz
24595         * sys/v4l/gstv4lelement.c:
24596         * sys/v4l2/gstv4l2element.c:
24597           - change default video device to /dev/video0
24598         * sys/v4l/v4l_calls.c:
24599         * sys/v4l2/v4l2_calls.c:
24600           - we only expose frequency to the user in Hz instead of
24601             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24602
24603 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24604         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24605           Initialise b_o_s and e_o_s variables
24606         * gst-libs/gst/riff/riff-media.c:
24607         (gst_riff_create_video_caps_with_data):
24608           Add some unusual fourcc's from mplayer avi's
24609         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24610           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24611           autoplugging.
24612
24613 2004-05-28  Wim Taymans  <wim@fluendo.com>
24614
24615         * configure.ac:
24616         * gst/alpha/Makefile.am:
24617         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24618         (gst_alpha_get_type), (gst_alpha_base_init),
24619         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24620         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24621         (gst_alpha_chroma_key), (gst_alpha_chain),
24622         (gst_alpha_change_state), (plugin_init):
24623         A plugin to add an alpha channel to I420 video. Can optionally do
24624         chroma keying.
24625         * gst/multipart/Makefile.am:
24626         * gst/multipart/multipart.c: (plugin_init):
24627         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24628         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24629         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24630         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24631         (gst_multipart_demux_change_state),
24632         (gst_multipart_demux_plugin_init):
24633         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24634         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24635         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24636         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24637         (gst_multipart_mux_pad_unlink),
24638         (gst_multipart_mux_request_new_pad),
24639         (gst_multipart_mux_handle_src_event),
24640         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24641         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24642         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24643         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24644         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24645         send multipart jpeg images to a browser.
24646         * gst/videobox/Makefile.am:
24647         * gst/videobox/README:
24648         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24649         (gst_video_box_get_type), (gst_video_box_base_init),
24650         (gst_video_box_class_init), (gst_video_box_init),
24651         (gst_video_box_set_property), (gst_video_box_get_property),
24652         (gst_video_box_sink_link), (gst_video_box_i420),
24653         (gst_video_box_ayuv), (gst_video_box_chain),
24654         (gst_video_box_change_state), (plugin_init):
24655         Crops or adds borders around an image. can do alpha channel
24656         borders as well.
24657         * gst/videomixer/Makefile.am:
24658         * gst/videomixer/README:
24659         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24660         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24661         (gst_videomixer_pad_get_sink_event_masks),
24662         (gst_videomixer_pad_get_property),
24663         (gst_videomixer_pad_set_property),
24664         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24665         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24666         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24667         (gst_videomixer_base_init), (gst_videomixer_class_init),
24668         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24669         (gst_videomixer_handle_src_event),
24670         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24671         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24672         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24673         (gst_videomixer_loop), (gst_videomixer_get_property),
24674         (gst_videomixer_set_property), (gst_videomixer_change_state),
24675         (plugin_init):
24676         Generic video mixer plugin, can handle multiple inputs all with
24677         different framerates and video sizes. Is fully alpha channel
24678         aware.
24679
24680 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24681
24682         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24683           Select first track as master track. Not sure how else to handle
24684           that...
24685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24686           Discard discont events. Should fix #142962.
24687
24688 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24689
24690         * ext/alsa/Makefile.am:
24691         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24692         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24693         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24694         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24695         (gst_alsa_mixer_get_option):
24696         * ext/alsa/gstalsamixer.h:
24697         * ext/alsa/gstalsamixeroptions.c:
24698         (gst_alsa_mixer_options_get_type),
24699         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24700         (gst_alsa_mixer_options_new):
24701         * ext/alsa/gstalsamixeroptions.h:
24702         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24703         * ext/alsa/gstalsamixertrack.h:
24704           Add enumerations (as GstMixerOptions). Make correct distinction
24705           between input/output tracks. Add capture/playback private flag.
24706           Use flag to decide on whether to set capture or playback volumes
24707           or switches. Use playback and record switches.
24708         * gst-libs/gst/mixer/Makefile.am:
24709         * gst-libs/gst/mixer/mixer-marshal.list:
24710         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24711         (gst_mixer_set_option), (gst_mixer_get_option),
24712         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24713         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24714         * gst-libs/gst/mixer/mixer.h:
24715         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24716         (gst_mixer_options_class_init), (gst_mixer_options_init),
24717         (gst_mixer_options_dispose):
24718         * gst-libs/gst/mixer/mixeroptions.h:
24719           Add GstMixerOptions.
24720         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24721           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24722           broken device detection on computers with multiple OSS sound
24723           cards.
24724
24725 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24726
24727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24728           fixate nicely even when the peer is not negotiating
24729
24730 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24731
24732         * gst/audioconvert/gstaudioconvert.c:
24733         (gst_audio_convert_parse_caps):
24734           make sure we don't allow depth > width
24735         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24736           fixate endianness to G_BYTE_ORDER as default
24737         * gst/audioscale/gstaudioscale.c:
24738           we don't handle another endianness as host-endianness
24739
24740 2004-05-25  David Schleef  <ds@schleef.org>
24741
24742         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24743
24744 2004-05-24  Benjamin Otte  <otte@gnome.org>
24745
24746         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24747         (gst_oggvorbisenc_setup):
24748           properly fail when we can't setup the vorbis encoder due to
24749           unsupported settings
24750         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24751         (gst_vorbisenc_setup):
24752           same
24753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24754           fix case where warnings occured when one pad was unlinked while the
24755           other's link function was called
24756
24757 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24758
24759         * gst/tcp/Makefile.am:
24760           use GST_ENABLE_NEW
24761
24762 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24763
24764         * gst-libs/gst/resample/private.h:
24765           don't use optimizations that are #if 0'ed
24766
24767 2004-05-24  Wim Taymans  <wim@fluendo.com>
24768
24769         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24770         Fix potential division by zero error and hopefully get
24771         the position query right to get correct timestamps on avi
24772         audio.
24773
24774 2004-05-24  Wim Taymans  <wim@fluendo.com>
24775
24776         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24777         (gst_videoscale_scale_nearest_str2),
24778         (gst_videoscale_scale_nearest_str4),
24779         (gst_videoscale_scale_nearest_32bit),
24780         (gst_videoscale_scale_nearest_24bit),
24781         (gst_videoscale_scale_nearest_16bit):
24782         Fix the scaling algorithm and avoid a buffer overflow.
24783         removed the while loop in the scaling function as it
24784         was used for point sampling only.
24785
24786 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24787
24788         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24789         (gst_id3_tag_class_init), (gst_id3_tag_init),
24790         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24791         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24792         (gst_id3_tag_send_tag_event):
24793           lots of fixes to make id3mux work and id3demux work correctly
24794
24795 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24796
24797         * ext/Makefile.am:
24798           add rules to build shout2send (was removed by accident
24799           when this module was no more marked experimental/broken)
24800
24801 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24802
24803         * ext/shout2/gstshout2.c:
24804         * ext/shout2/gstshout2.h:
24805           adding a "connection problem" signal to shout2send
24806           (fixes #142954)
24807
24808 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24809
24810         * ext/kio/kioreceiver.cpp:
24811         * ext/kio/kioreceiver.h:
24812           fix sign comparison issues
24813
24814 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24815
24816         * gst/cdxaparse/gstcdxaparse.c:
24817         * gst/cdxaparse/gstcdxaparse.h:
24818           some renaming
24819           add some checks/sanity
24820           prepare for seek addition
24821
24822         * sys/sunaudio/gstsunaudio.c:
24823           remove exported dupe init function
24824
24825 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24826
24827         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24828         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24829           Fix format conversion and position querying.
24830         * gst/debug/progressreport.c: (gst_progressreport_report):
24831           Don't output a bogus total value that we didn't query.
24832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24833           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24834           only a blank window after xine has been used.
24835
24836 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24837
24838         * m4/as-arts.m4:
24839           sync with upstream version to fix test on FC2
24840           readd with -ko to preserve Id header
24841
24842 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24843
24844         * configure.ac:
24845           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24846         * gst/tcp/gsttcpclientsrc.c: idem
24847         * gst/tcp/gsttcpserversink.c: idem
24848         * gst/tcp/gsttcpserversrc.c: idem
24849         * m4/gst-fionread.m4: idem
24850
24851         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24852
24853         * configure.ac: enable speex plugin for speex 1.1.5+
24854         * ext/speex/gstspeexenc.c: fix cast warning
24855
24856         * ext/esd/README: fix typo
24857
24858 2004-05-20  David Schleef  <ds@schleef.org>
24859
24860         * configure.ac: Minor cosmetic change to convince the buildbot to
24861         reautogen.
24862         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24863         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24864         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24865         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24866         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24867         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24868         More hacking.  Plays audio now.
24869
24870 2004-05-20  David Schleef  <ds@schleef.org>
24871
24872         * configure.ac:
24873         * sys/Makefile.am:
24874
24875 2004-05-20  David Schleef  <ds@schleef.org>
24876
24877         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24878         * sys/osxaudio/gstosxaudio.c:
24879         * sys/osxaudio/gstosxaudioelement.c:
24880         * sys/osxaudio/gstosxaudioelement.h:
24881         * sys/osxaudio/gstosxaudiosink.c:
24882         * sys/osxaudio/gstosxaudiosink.h:
24883         * sys/osxaudio/gstosxaudiosrc.c:
24884         * sys/osxaudio/gstosxaudiosrc.h:
24885
24886 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24887
24888         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24889         (gst_vorbisenc_chain):
24890           put the codec headers on the caps as streamheader as well as
24891           pushing them out
24892
24893 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24894
24895         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24896         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24897         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24898         split up push_packet into two functions
24899
24900 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24901
24902         * gst/tcp/.cvsignore:
24903           ignore enums
24904         * gst/tcp/Makefile.am:
24905         * gst/tcp/README:
24906         * gst/tcp/gsttcp.c:
24907         * gst/tcp/gsttcp.h:
24908         * gst/tcp/gsttcpclientsink.c:
24909         * gst/tcp/gsttcpclientsink.h:
24910         * gst/tcp/gsttcpclientsrc.c:
24911         * gst/tcp/gsttcpclientsrc.h:
24912         * gst/tcp/gsttcpplugin.c:
24913         * gst/tcp/gsttcpserversink.c:
24914         * gst/tcp/gsttcpserversink.h:
24915         * gst/tcp/gsttcpserversrc.c:
24916         * gst/tcp/gsttcpserversrc.h:
24917           add new tcp elements
24918
24919 2004-05-19  Wim Taymans  <wim@fluendo.com>
24920
24921         * gst/law/mulaw-conversion.c: (mulaw_encode):
24922         Fix overflow bug in ulaw encoding.
24923
24924 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24925
24926         * ext/mad/gstmad.c: (gst_mad_handle_event):
24927           don't unref the event twice
24928
24929 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24930
24931         * configure.ac:
24932           remove -Wno-sign-compare
24933
24934 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24935
24936         * configure.ac:
24937           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24938           if you want to work against glib 2.2 and 2.4
24939
24940 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24941
24942         * gst/tcp/Makefile.am:
24943         * gst/tcp/gsttcp.c:
24944         * gst/tcp/gsttcp.h:
24945         * gst/tcp/gsttcpsink.h:
24946         * gst/tcp/gsttcpsrc.h:
24947           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24948
24949 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24950
24951         * gst/debug/tests.c: (md5_get_value):
24952           fix segfault on gst-inspect
24953
24954 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24955
24956         * gst/debug/testplugin.c:
24957         * gst/debug/tests.c:
24958         * gst/debug/tests.h:
24959           add new extensible and configurable testing element. Current tests
24960           include buffer count, stream length, timestamp/duration matching and
24961           md5.
24962         * gst/debug/Makefile.am:
24963         * gst/debug/gstdebug.c: (plugin_init):
24964           add infrastructure for new element
24965
24966 2004-05-19  Johan Dahlin  <johan@gnome.org>
24967
24968         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24969         ending of the array. Fixes gst-inspect segfault on ppc.
24970
24971 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24972
24973         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24974
24975         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24976
24977 2004-05-18  David Schleef  <ds@schleef.org>
24978
24979         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24980         warnings (bugs, actually) noticed by gcc but not forte.
24981
24982 2004-05-18  David Schleef  <ds@schleef.org>
24983
24984         * sys/sunaudio/Makefile.am:
24985         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24986
24987 2004-05-18  David Schleef  <ds@schleef.org>
24988
24989         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24990         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24991         to allow qtdemux to use non-seekable streams. (bug #142272)
24992
24993 2004-05-18  David Schleef  <ds@schleef.org>
24994
24995         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24996         (gst_resample_sinc_ft_float): Remove use of static temporary
24997         buffer.  This code was obviously not supposed to last long, but
24998         it's stuck in our ABI, so it required a little hack to make it
24999         ABI-compatible.  Fixes #142585.
25000         * gst-libs/gst/resample/resample.h: same.
25001
25002 2004-05-18  David Schleef  <ds@schleef.org>
25003
25004         * configure.ac: Add sunaudio
25005         * examples/Makefile.am: make gstplay depend on gconf
25006         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25007         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25008         (convert_table_lookup), (img_convert): remove c99-isms
25009         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25010           unsigned, to fix a warning on Solaris
25011         * gst/mpeg1sys/systems.c: bcopy->memcpy
25012         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25013         * sys/Makefile.am: Add sunaudio
25014
25015 2004-05-18  Wim Taymans  <wim@fluendo.com>
25016
25017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25018         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25019         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25020         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25021         (gst_ogg_mux_loop):
25022         Fix an ugly memleak where the muxer didn't flush enough ogg
25023         pages. This also resulted in badly muxed ogg files.
25024
25025 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25026
25027         * gst/asfdemux/asfheaders.c :
25028         * gst/asfdemux/asfheaders.h :
25029         * gst/asfdemux/gstasfdemux.c :
25030           - fix ASF_OBJ_PADDING guid
25031           - add 3 new object guids (language list, metadata,
25032             extended stream properties)
25033           - add a function to parse extended header objects
25034
25035 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25036
25037         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25038           remove leftover debugging g_print
25039
25040 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25041
25042         * ext/mad/gstmad.c: (gst_mad_handle_event):
25043           Fix for when the first format in a discont event is not a
25044           byte-based one. Should fix #137710.
25045
25046 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25047
25048         * m4/a52.m4 : fix compilation with -Wall -Werror
25049         * m4/libfame.m4 : idem
25050         * m4/libmikmod.m4 : idem
25051
25052 2004-05-17  Benjamin Otte  <otte@gnome.org>
25053
25054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25055           signal the new tags before giving up the reference
25056
25057 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25058
25059         * ext/shout2/gstshout2.c:
25060           use application/ogg instead of application/x-ogg (patch by Patrick
25061           Guimond, fixes #142432)
25062         * sys/oss/gstosselement.c: (gst_osselement_reset),
25063         (gst_osselement_sync_parms):
25064           don't set fragment size unless specified (fixes #142493)
25065
25066 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25067
25068         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25069           fixes #142664
25070
25071 2004-05-17  Benjamin Otte  <otte@gnome.org>
25072
25073         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25074           compute offsets correctly for internal buffers so timestamps are set
25075           correctly when we can't seek. Also handle cases where there are no
25076           offsets. (based on a patch by David Moore, fixes #142507)
25077
25078 2004-05-17  Benjamin Otte  <otte@gnome.org>
25079
25080         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25081           use correct variable when determining amount of data to skip so we
25082           don't skip into the void and segfault
25083
25084 2004-05-16  Benjamin Otte  <otte@gnome.org>
25085
25086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25087           Hi, I'm a memleak
25088
25089 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25090
25091         * gst/asfdemux/gstasfdemux.c:
25092           - fix a mem leak and always propagate tags
25093           - add WMV3 to known video codecs (but no decoder yet)
25094           - replace "surplus data" at end of audio header for what
25095             it is : codec specific data
25096           - fix a typo
25097
25098 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25099
25100         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25101
25102         * gst-libs/gst/audio/audioclock.c:
25103           Fix wrong return type (#142205).
25104
25105 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25106
25107         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25108           Ignore CRCs by default (fixes #142566).
25109
25110 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25111
25112         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25113         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25114         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25115         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25116         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25117         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25118           Fix for cases where we fail to attach to a mixer.
25119
25120 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25121
25122         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25123           Don't touch events after not owning them anymore.
25124         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25125         (gst_wavparse_fmt), (gst_wavparse_other),
25126         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25127         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25128         (gst_wavparse_srcpad_event):
25129         * gst/wavparse/gstwavparse.h:
25130           Add seeking, fix querying.
25131
25132 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25133
25134         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25135           - process comments even if they don't end with \0\0
25136             g_convert would ignore them if present and works well without them
25137
25138 2004-05-16  Benjamin Otte  <otte@gnome.org>
25139
25140         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25141           simplify caps
25142
25143 2004-05-16  Benjamin Otte  <otte@gnome.org>
25144
25145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25146           don't write to memory we might not write to - g_convert does that
25147           for us anyway (fixes #142613)
25148         (gst_asf_demux_audio_caps):
25149           comment out gst_util_dump_mem
25150
25151 2004-05-16  Benjamin Otte  <otte@gnome.org>
25152
25153         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25154           compute correct expected timestamps after seek (broken since
25155           last commit)
25156         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25157           rename element and debugging category to gdkpixbufscale
25158
25159 2004-05-16  Benjamin Otte  <otte@gnome.org>
25160
25161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25162           add error checking to snd_pcm_delay and remove duplicate call to
25163           snd_pcm_delay that caused issues (see inline code comments)
25164         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25165           make more readable and fix return value when snd_pcm_delay fails
25166         (fixes #142586)
25167
25168 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25169         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25170         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25171         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25172         (gst_pixbufscale_link), (gst_pixbufscale_init),
25173         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25174         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25175         (gst_pixbufscale_get_property), (pixbufscale_init):
25176         * ext/gdk_pixbuf/pixbufscale.h:
25177         Add these files I forgot earlier
25178
25179 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25180         * ext/gdk_pixbuf/Makefile.am:
25181         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25182         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25183         Add new pixbufscale element to scale RGB video
25184         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25185         and HYPER interpolation correctly.
25186         * ext/theora/theoraenc.c: (theora_enc_chain),
25187         Discard buffer and return if explicit caps could not be set
25188         (theora_enc_get_property):
25189         Make _get return kbps for the bitrate consistent with
25190         the _set function.
25191
25192
25193 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25194
25195         * ext/libvisual/visual.c: (gst_visual_chain):
25196           add missing visual_audio_analyze
25197
25198 2004-05-14  David Schleef  <ds@schleef.org>
25199
25200         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25201         is killed while we're playing.
25202         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25203         gst_element_no_more_pads().
25204
25205 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25206
25207         * gst-libs/gst/riff/riff-read.c :
25208           - fix INFO tag extraction in RIFF/AVI files
25209             because gst_event_unref (event) also freed taglist
25210           - avoid a mem leak
25211
25212 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25213
25214         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25215         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25216
25217         * gst/auparse/gstauparse.c :
25218           - add code (commented for now) to support audio/x-adpcm on src pad
25219             (we have no decoder for those layout yet)
25220
25221         * gst/cdxaparse/gstcdxaparse.c :
25222         * gst/cdxaparse/gstcdxaparse.h :
25223           - partial rewrite using RiffRead (ripped iain's wavparse code)
25224
25225         * gst/rtp/gstrtpL16enc.c : typo
25226         * gst/rtp/gstrtpgsmenc.c : typo
25227
25228 2004-05-13  Benjamin Otte  <otte@gnome.org>
25229
25230         * configure.ac:
25231           check for exact version of libvisual, it's not supposed to be
25232           API/ABI stable yet
25233
25234 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25235
25236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25237           signal no-more-pads
25238
25239 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25240
25241         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25242         Report which format was used for GST_FORMAT_DEFAULT
25243         * gst/debug/Makefile.am:
25244         * gst/debug/gstdebug.c: (plugin_init):
25245         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25246         (gst_progressreport_class_init), (gst_progressreport_init),
25247         (gst_progressreport_report), (gst_progressreport_set_property),
25248         (gst_progressreport_get_property), (gst_progressreport_chain),
25249         (gst_progressreport_plugin_init):
25250         Add progressreport element for testing.
25251
25252 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25253
25254         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25255         * sys/v4l/gstv4lsrc.h:
25256         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25257         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25258         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25259         (gst_v4lsrc_grab_frame):
25260           add more debugging
25261           send a discont at start
25262
25263 2004-05-12  Colin Walters  <walters@redhat.com>
25264
25265         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25266         inflooping if we can't find a chunk.  Or in other words, don't blow
25267         chunks if we don't have a chunk to blow.
25268
25269 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25270         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25271         Remove old debug output
25272         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25273         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25274         (gst_dvdec_set_property), (gst_dvdec_get_property):
25275         Change the quality setting to an enum, so it works from gst-launch
25276         Don't renegotiate a non-linked pad. Allows audio only decoding.
25277         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25278         (gst_deinterlace_link), (gst_deinterlace_init):
25279         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25280         (gst_videodrop_link):
25281         Some caps negotiation fixes
25282
25283 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25284
25285         * ext/tarkin/gsttarkin.c :
25286           - Change RANK from NONE to PRIMARY
25287         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25288           - Change RANK from NONE to MARGINAL
25289         * ext/divx/gstdivxenc.c :
25290           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25291
25292 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25293
25294         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25295         (gst_vorbisenc_push_packet):
25296           copy a function that was added between 1.0 and 1.0.1 until we
25297           depend on worthwhile features of post-1.0
25298
25299 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25300
25301         * configure.ac:
25302           enable shout2 by default
25303         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25304         (gst_shout2send_base_init), (gst_shout2send_init),
25305         (gst_shout2send_connect), (gst_shout2send_change_state):
25306         * ext/shout2/gstshout2.h:
25307           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25308           #142262)
25309         * ext/theora/theora.c: (plugin_init):
25310           don't set rank on encoders
25311
25312 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25313
25314         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25315           Use codec_data property instead of flag1 and flag2 for wma
25316
25317 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25318
25319         * gst/cdxaparse/gstcdxaparse.c :
25320           - Add mpegversion to CAPS to make it link
25321           - Rank is as GST_RANK_SECONDARY instead of NONE
25322         * gst/auparse/gstauparse.c :
25323           - Document all audio encoding we can encounter from Solaris 9
25324             headers and libsndfile information.
25325           - Increase max. rate from 48000 to 192000 (to match other elements)
25326           - Don't try to play junk data between header and samples
25327
25328 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25329
25330         * ext/libvisual/visual.c: (gst_visual_getcaps):
25331           use the right caps depending on endianness (I hope)
25332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25333           use GST_RANK_NONE for all non-decoding elements or spider gets
25334           mighty confused
25335
25336 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25337
25338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25339           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25340
25341 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25342
25343         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25344         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25345         (gst_switch_loop), (gst_switch_get_type):
25346           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25347           HEADERS. Had to be said.
25348
25349 2004-05-10  David Schleef  <ds@schleef.org>
25350
25351         * configure.ac: Add prototype Dirac support.
25352         * ext/Makefile.am:
25353         * ext/dirac/Makefile.am:
25354         * ext/dirac/gstdirac.cc:
25355         * ext/dirac/gstdiracdec.cc:
25356
25357 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25358
25359         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25360         (gst_auparse_init), (gst_auparse_chain),
25361         (gst_auparse_change_state):
25362           Hack around spider. Remove me some day please.
25363
25364 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25365
25366         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25367           Fix for some uninitialized variables in previous patch, also
25368           makes it work. Fixes #142286 while we're at it.
25369
25370 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25371
25372         * gst/auparse/gstauparse.c:
25373                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25374                 only unsupported formats are ADPCM/CCITT G.72x
25375                 reviewed by Ronald
25376         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25377
25378 2004-05-10  Wim Taymans  <wim@fluendo.com>
25379
25380         * ext/vorbis/Makefile.am:
25381         * ext/vorbis/README:
25382         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25383         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25384         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25385         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25386         (gst_oggvorbisenc_convert_sink),
25387         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25388         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25389         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25390         (get_constraints_string), (update_start_message),
25391         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25392         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25393         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25394         * ext/vorbis/oggvorbisenc.h:
25395         * ext/vorbis/vorbis.c: (plugin_init):
25396         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25397         (raw_caps_factory), (gst_vorbisenc_class_init),
25398         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25399         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25400         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25401         * ext/vorbis/vorbisenc.h:
25402         Added a raw vorbis encoder to be used with the oggmuxer.
25403         We still need the old encoder for some gnome applications,
25404         read the README to find out how that works.
25405         The raw encoder is called "rawvorbisenc" until 0.9.
25406
25407 2004-05-10  Wim Taymans  <wim@fluendo.com>
25408
25409         * ext/ogg/gstogg.c: (plugin_init):
25410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25411         (gst_ogg_print):
25412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25413         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25414         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25415         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25416         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25417         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25418         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25419         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25420         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25421         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25422         Added an ogg muxer.
25423         Small typo fixes in the demuxer.
25424
25425 2004-05-10  Wim Taymans  <wim@fluendo.com>
25426
25427         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25428         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25429         (theora_enc_change_state), (theora_enc_set_property),
25430         (theora_enc_get_property):
25431         Mark the last packet with an EOS flag which is not really needed
25432         in gstreamer.
25433         Do some better video framerate initialisation.
25434         Update the buffer timestamp.
25435
25436 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25437
25438         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25439         Return the result of the parent state change call
25440
25441 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25442
25443         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25444         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25445         * gst/law/alaw-encode.c : (idem)
25446         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25447         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25448         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25449
25450 2004-05-09  Benjamin Otte  <otte@gnome.org>
25451
25452         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25453           don't use a fixed buffer size when writing variable length data to
25454           it. Fixes memory corruption and makes alsasrc work
25455
25456 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25457
25458         * ext/gnomevfs/gstgnomevfssink.c:
25459         (_gst_boolean_allow_overwrite_accumulator),
25460         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25461           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25462           RUN_LAST, and don't use that to set the accumulator value because
25463           then it's always FALSE.
25464
25465 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25466
25467         * gst-libs/gst/riff/riff-media.c:
25468         (gst_riff_create_video_caps_with_data),
25469         (gst_riff_create_audio_caps),
25470         (gst_riff_create_audio_template_caps):
25471         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25472           Fix for unaligned RIFF files (i.e. where all the chunks together
25473           in a LIST chunk are not of the same size as the size given in
25474           the LIST chunk header). Fixes several odd WAVE files. Also fix
25475           ADPCM (block_align property) in audio, so that wavparse based
25476           on this works now as it used to stand-alone.
25477
25478 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25479
25480         reviewed by Benjamin Otte  <otte@gnome.org>
25481
25482         * ext/a52dec/gsta52dec.c:
25483         * ext/divx/gstdivxdec.c:
25484         * ext/divx/gstdivxenc.c:
25485         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25486         * ext/faac/gstfaac.c: (gst_faac_base_init):
25487         * ext/faad/gstfaad.c: (gst_faad_base_init):
25488         * ext/ivorbis/vorbisfile.c:
25489         * ext/lame/gstlame.c:
25490         * ext/libfame/gstlibfame.c:
25491         * ext/mpeg2enc/gstmpeg2enc.cc:
25492         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25493         * ext/sidplay/gstsiddec.cc:
25494         * ext/speex/gstspeexdec.c:
25495         * ext/speex/gstspeexenc.c:
25496         * ext/xvid/gstxviddec.c:
25497         * ext/xvid/gstxvidenc.c:
25498           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25499           (fixes #142193)
25500
25501 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25502
25503         * ext/alsa/gstalsa.c: (device_list),
25504         (gst_alsa_class_probe_devices):
25505         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25506           Fix alsa oddness in mixer after the combination of using mixer
25507           in source/sink elements and using hw:x,y instead of just hw:x.
25508
25509 2004-05-09  Benjamin Otte  <otte@gnome.org>
25510
25511         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25512         (gst_wavparse_create_sourcepad):
25513           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25514           sourcepads
25515
25516 2004-05-09  Benjamin Otte  <otte@gnome.org>
25517
25518         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25519           allow discont events before caps nego
25520
25521 2004-05-08  Benjamin Otte  <otte@gnome.org>
25522
25523         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25524           don't leak events
25525
25526 2004-05-08  Benjamin Otte  <otte@gnome.org>
25527
25528         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25529         (gst_level_change_state), (gst_level_init):
25530         * gst/level/gstlevel.h:
25531           figure out if we're initialized directly instead of keeping a
25532           variable that's wrong in 90% of cases
25533           don't initialize pads and then leak them and use a new unitialized
25534           pad. (fixes #142084)
25535           these were bugs so n00bish I didn't find them for an hour :/
25536
25537 2004-05-08 Iain <iain@prettypeople.org>
25538
25539         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25540         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25541         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25542         return the length that was read.
25543         (gst_riff_read_strf_auds): Allow fmt tags as well.
25544
25545 2004-05-07  David Schleef  <ds@schleef.org>
25546
25547         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25548         signed char assumption in faad.h.
25549
25550 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25551
25552         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25553           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25554
25555 2004-05-07  Colin Walters  <walters@redhat.com>
25556
25557         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25558         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25559         function.
25560         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25561         Add dispose function.
25562
25563 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25564         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25565           Fix caps nego and pad templates. RGB mode caps should
25566           work now.
25567         * ext/dvdnav/gst-dvd:
25568           Move mpeg2dec inside the thread because otherwise the
25569           queue rejects cap changes mid-stream
25570         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25571         (gst_mpeg2dec_flush_decoder):
25572           For mpeg2dec > 0.4.0, call the flush function instead of
25573           manually extracting all in-flight frames.
25574         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25575         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25576           Change mime type video/dv go video/x-dv to match the
25577           rest of gst-plugins
25578
25579 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25580
25581         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25582         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25583         (gst_alsa_sink_class_init):
25584         * ext/alsa/gstalsasink.h:
25585         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25586         (gst_alsa_src_class_init):
25587         * ext/alsa/gstalsasrc.h:
25588           Make alsasink/src a subclass of alsamixer so that mixer stuff
25589           shows up in gst-rec. Needs some finetuning.
25590
25591 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25592
25593         * ext/lame/gstlame.c: (gst_lame_chain):
25594           simplify
25595         * ext/mad/gstmad.c: (gst_mad_handle_event):
25596           fix event leak
25597         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25598           be able to detect mp3 files < 4096 bytes
25599
25600 2004-05-06  Wim Taymans  <wim@fluendo.com>
25601
25602         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25603         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25604         (theora_enc_set_property), (theora_enc_get_property):
25605         Also encode the first frame, cleanup some code.
25606
25607 2004-05-06  Wim Taymans  <wim@fluendo.com>
25608
25609         * ext/mpeg2enc/gstmpeg2enc.cc:
25610         Forward events first before deciding that negotiation was
25611         not performed.
25612
25613 2004-05-06  Wim Taymans  <wim@fluendo.com>
25614
25615         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25616         First process the events before deciding that negotiation
25617         was not performed.
25618
25619 2004-05-06  Wim Taymans  <wim@fluendo.com>
25620
25621         * ext/theora/Makefile.am:
25622         * ext/theora/theora.c: (plugin_init):
25623         * ext/theora/theoradec.c: (theora_dec_change_state):
25624         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25625         (gst_theora_enc_class_init), (gst_theora_enc_init),
25626         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25627         (theora_enc_chain), (theora_enc_change_state),
25628         (theora_enc_set_property), (theora_enc_get_property):
25629         Added a theora encoder, grouped the encoder and decoder into the
25630         same plugin.
25631
25632 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25633
25634         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25635         (gst_jpegenc_chain):
25636         fix DURATION on outgoing buffers
25637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25638         debug using time formats
25639         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25641         (gst_xvimagesink_sink_link):
25642         windows with width/height 0 generate X errors, so don't allow them
25643
25644 2004-05-05  Wim Taymans  <wim@fluendo.com>
25645
25646         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25647         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25648         (gst_mpeg2dec_negotiate_format):
25649         * ext/mpeg2dec/gstmpeg2dec.h:
25650           removed the static pad template so that we can add the
25651           more accurate framerate value to the caps.
25652
25653
25654 2004-05-04  Benjamin Otte  <otte@gnome.org>
25655
25656         * configure.ac:
25657           check for kdemacros.h, too (should fix #141821)
25658         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25659           don't crash if no header was sent, but nicely error out (fixes part
25660           of #141554)
25661
25662 2004-05-04  Wim Taymans  <wim@fluendo.com>
25663
25664         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25665         parent dispose function to avoid segfault on destroy.
25666
25667 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25668
25669         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25670         (plugin_init):
25671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25672         (gst_xvimagesink_sink_link):
25673         clean up debugging caps
25674         also recreate xvimage when format has changed
25675
25676 2004-05-04  Benjamin Otte  <otte@gnome.org>
25677
25678         * ext/libvisual/Makefile.am:
25679         * ext/libvisual/visual.c: (gst_visual_class_init),
25680         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25681         (gst_visual_srclink), (gst_visual_chain),
25682         (gst_visual_change_state), (plugin_init):
25683           use a GstAdapter to correctly adapt buffer sizes - allows using a
25684           framerate
25685
25686 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25687
25688         * sys/v4l/gstv4lelement.h:
25689         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25690         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25691         (gst_v4lsrc_buffer_free):
25692         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25693         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25694         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25695         (gst_v4lsrc_requeue_frame):
25696         move some debugging categories around
25697         query for fps index and set accordingly if found
25698
25699 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25700
25701         * ext/lame/gstlame.c:
25702         correct defaults that lame_init puts out of range
25703
25704 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25705
25706         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25707         (gst_divxenc_class_init):
25708         fix range since -1 is the default
25709         * gst/mpeg1sys/gstmpeg1systemencode.c:
25710         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25711         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25712         (gst_rtjpegdec_chain):
25713         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25714         (gst_rtjpegenc_chain):
25715         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25716         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25717         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25718         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25719         * sys/v4l/gstv4lsrc.c:
25720         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25721         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25722         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25723         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25724         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25725           remove gst_info calls
25726
25727 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25728
25729         * Makefile.am:
25730         * po/af.po:
25731         * po/az.po:
25732         * po/en_GB.po:
25733         * po/nl.po:
25734         * po/sr.po:
25735         * po/sv.po:
25736           Updated translations
25737
25738 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25739
25740         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25741           refactor/comment code
25742
25743 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25744
25745         * gst/asfdemux/Makefile.am:
25746         * gst/asfdemux/asfheaders.c:
25747         * gst/asfdemux/asfheaders.h:
25748         * gst/asfdemux/gstasf.c: (plugin_init):
25749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25750         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25751         (gst_asf_demux_setup_pad):
25752         * gst/asfdemux/gstasfdemux.h:
25753         * gst/asfdemux/gstasfmux.c:
25754         * gst/asfdemux/gstasfmux.h:
25755           Add tagging support to demuxer, split out registration in its own
25756           file instead of in demux (hacky), and prevent having some tables
25757           in our memory multiple times (in asfheaders.h).
25758
25759 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25760
25761         * gst/matroska/matroska-demux.c:
25762         (gst_matroska_demux_parse_metadata):
25763         * gst/matroska/matroska-ids.h:
25764           Basic tag reading support.
25765
25766 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25767
25768         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25769           Really detect ac-3 audio.
25770         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25771           really detect matroska files (off-by-1).
25772
25773 2004-04-30  David Schleef  <ds@schleef.org>
25774
25775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25776         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25777         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25778         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25779         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25780         hackage -- parse a lot more atoms, extract a few tags.  One might even
25781         mistake this for tag support.  Maybe it is.
25782         * gst/qtdemux/qtdemux.h:
25783
25784 2004-04-30  Colin Walters  <walters@verbum.org>
25785
25786         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25787
25788 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25789
25790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25791         (gst_ffmpegcolorspace_getcaps):
25792           remove broken nego fix
25793
25794 2004-04-30  Benjamin Otte  <otte@gnome.org>
25795
25796         * configure.ac:
25797         * ext/Makefile.am:
25798         * ext/libvisual/Makefile.am:
25799         * ext/libvisual/visual.c:
25800           add initial support for libvisual (http://libvisual.sourceforge.net)
25801           libvisual is still quite alpha, so expect crashes in there :)
25802
25803 2004-04-29  David Schleef  <ds@schleef.org>
25804
25805         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25806         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25807         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25808         code; you will no longer respect me.
25809
25810 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25811
25812         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25813         * ext/alsa/gstalsa.h :
25814         change alsa pcm device discovery to find more than 1 device
25815         per card. code review by Ronald.
25816
25817 2004-04-29  David Schleef  <ds@schleef.org>
25818
25819         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25820         Add a check for a driver bug on FreeBSD.  (bug #140565)
25821
25822 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25823
25824         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25825         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25826         (gst_jpegenc_getcaps):
25827           move format setting to inner loop
25828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25829         (gst_ffmpegcolorspace_getcaps):
25830           use GST_PAD_CAPS if available so that we use already negotiated
25831           caps
25832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25833         (qtdemux_parse_moov), (qtdemux_parse):
25834           extra debugging
25835         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25836         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25837           move hardcoded path to DEFINE
25838
25839 2004-04-28  David Schleef  <ds@schleef.org>
25840
25841         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25842         (bug #140064)
25843
25844 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25845
25846         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25847           Don't probe for playback device if we're a source element. Fixes
25848           #139658.
25849
25850 2004-04-29  Benjamin Otte  <otte@gnome.org>
25851
25852         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25853         (gst_id3_tag_chain):
25854           rewrite buffer offset
25855
25856 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25857
25858         * configure.ac:
25859         * ext/Makefile.am:
25860         * ext/dts/Makefile.am:
25861         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25862         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25863         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25864         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25865         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25866         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25867         (plugin_init):
25868         * ext/dts/gstdtsdec.h:
25869           New DTS decoder.
25870         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25871         (gst_faad_srcconnect):
25872           Add ESDS atom handling (.m4a).
25873
25874 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25875
25876         * ext/divx/gstdivxdec.c: (plugin_init):
25877           Remove comment that makes no sense.
25878         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25879           Fix for obvious typo that resulted in warnings during gst-register.
25880         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25881         (gst_xviddec_sink_link):
25882           Fix caps negotiation a bit better.
25883         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25884           We call this 'codec_data', not 'esds'.
25885
25886 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25887
25888         * gst/monoscope/gstmonoscope.c:
25889           make sure we only provide 256x128
25890         * gst/monoscope/monoscope.c: (monoscope_init):
25891           assert size of 256x128
25892
25893 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25894
25895         * Makefile.am:
25896         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25897         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25898           fixate to max width and height of device
25899
25900 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25901
25902         * Makefile.am:
25903         * sys/v4l/gstv4l.c:
25904         * sys/v4l/gstv4lsrc.c:
25905         * sys/v4l/v4l_calls.c:
25906         * sys/v4l/v4lsrc_calls.c:
25907           fix for qc-usb driver which fakes having more than one buffer
25908           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25909           buffer_free override
25910           add debugging
25911
25912 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25913
25914         * Makefile.am:
25915         * gst/videotestsrc/gstvideotestsrc.c:
25916         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25917         (gst_videotestsrc_init), (gst_videotestsrc_get),
25918         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25919         * gst/videotestsrc/gstvideotestsrc.h:
25920           add num-buffers property
25921
25922         2004-04-26  Benjamin Otte  <otte@gnome.org>
25923
25924         * ext/mad/gstid3tag.c: (plugin_init):
25925           set id3mux rank to NONE so it doesn't confuse spider
25926           require audio/mpeg,mpegversion=1 in id3mux
25927
25928 2004-04-26  Benjamin Otte  <otte@gnome.org>
25929
25930         * configure.ac:
25931           detect faad correctly as non-working if it's indeed non-working
25932
25933 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25934
25935         * Makefile.am:
25936         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25937         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25938         fix _getcaps so it only negotiates to its supported format
25939
25940 2004-04-25  Benjamin Otte  <otte@gnome.org>
25941
25942         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25943           fix memleak
25944
25945 2004-04-23  Benjamin Otte  <otte@gnome.org>
25946
25947         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25948           audio/x-raw-int with height rules! not. Now it's depth.
25949
25950 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25951
25952         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25953         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25954         (gst_wavparse_loop):
25955           Missing variable initialization. Add handling of DVI ADPCM. Fix
25956           mis-parsing of LIST chunks. This works around a bug where we mis-
25957           parse non-aligning LIST chunks (so LIST chunks where the contents
25958           don't align with the actual LIST size). The correct fix is to use
25959           rifflib, I'm not going to fix wavparse - too much work. All this
25960           fixes #104878.
25961
25962 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25963
25964         reviewed by Benjamin Otte  <otte@gnome.org>
25965
25966         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25967           fix shoutcast not working (fixes #140844)
25968
25969 2004-04-22  Benjamin Otte  <otte@gnome.org>
25970
25971         * ext/hermes/gsthermescolorspace.c:
25972         (gst_hermes_colorspace_caps_remove_format_info):
25973         * gst/colorspace/gstcolorspace.c:
25974         (gst_colorspace_caps_remove_format_info):
25975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25976         (gst_ffmpegcolorspace_caps_remove_format_info):
25977           s/gst_caps_simplify/gst_caps_do_simplify/
25978
25979 2004-04-22  Benjamin Otte  <otte@gnome.org>
25980
25981         * gst-libs/gst/riff/riff-media.c:
25982         (gst_riff_create_video_caps_with_data):
25983           mpegversion is an int
25984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25985           don't try to create pad templates with NULL caps, use any caps
25986           instead.
25987
25988 2004-04-20  David Schleef  <ds@schleef.org>
25989
25990         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25991         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25992         (bug #140384)
25993
25994 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25995
25996         reviewed by David Schleef
25997
25998         * ext/mad/gstid3tag.c: Add stdlib.h
25999         * gst/rtp/gstrtpgsmenc.c: same
26000         * gst/tags/gstid3tag.c: same
26001         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26002         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26003         GST_DISABLE_LOADSAVE use.
26004         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26005         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26006         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26007         atol(3)).
26008         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26009         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26010         strtoul(3)).
26011         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26012         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26013         $(ID3_CFLAGS).
26014         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26015         $(LIBFAME_CFLAGS).
26016
26017 2004-04-20  David Schleef  <ds@schleef.org>
26018
26019         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26020         last checkin.  Same idea.
26021
26022 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26023
26024         reviewed by David Schleef
26025
26026         * configure.ac: bump required gstreamer version to 0.8.1.1
26027         because of following changes [--ds]
26028
26029         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26030         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26031         (gst_riff_read_header):  Use GST_READ_UINT*
26032         macros to access possibly unaligned memory.
26033
26034         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26035         (mp3_type_find):  Use GST_READ_UINT*
26036         macros to access possibly unaligned memory.
26037         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26038         (speex_type_find): Likewise
26039
26040         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26041
26042         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26043         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26044         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26045         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26046         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26047         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26048         macros to access possibly unaligned memory.
26049
26050         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26051         Likewise.
26052
26053         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26054         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26055
26056         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26057         Likewise.
26058
26059         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26060         (gst_mpeg2subt_chain_subtitle): Likewise.
26061
26062         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26063         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26064         Likewise.
26065
26066         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26067         Likewise.
26068
26069         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26070         Likewise.
26071
26072         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26073         Likewise.
26074
26075 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26076
26077         * configure.ac:
26078           update required version of GStreamer because of GST_TIME_FORMAT
26079
26080 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26081
26082         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26083           remove leftover g_print
26084         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26085           don't try setting only a subset of the caps. We don't want to kill
26086           autoplugging on purpose
26087
26088 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26089
26090         * sys/ximage/ximagesink.c: (plugin_init):
26091         * sys/xvimage/xvimagesink.c: (plugin_init):
26092           add debugging categories
26093
26094 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26095
26096         * po/en_GB.po:
26097         * po/LINGUAS:
26098           Adding en_GB translation (Gareth Owen)
26099
26100 2004-04-20  David Schleef  <ds@schleef.org>
26101
26102         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26103         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26104         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26105         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26106         A number of new features and hacks to extract the esds atom and
26107         put it into the caps.  (bug #137724)
26108
26109 2004-04-19  David Schleef  <ds@schleef.org>
26110
26111         * gconf/Makefile.am: Fix for non-GNU make
26112         * gst-libs/gst/Makefile.am: Change directory order to handle
26113         GstPlay linking with gstinterfaces
26114         * gst-libs/gst/audio/make_filter: make use of tr portable
26115         * gst-libs/gst/play/Makefile.am: Add intended \
26116         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26117         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26118         function prototype instead of void *.
26119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26120         macro.
26121         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26122         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26123         * gst/videofilter/make_filter: make use of tr portable
26124         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26125
26126 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26127
26128         * po/LINGUAS:
26129         * po/uk.po:
26130           Added Ukrainian translation (Maxim V. Dziumanenko)
26131
26132 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26133
26134         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26135         (gst_gsmdec_link), (gst_gsmdec_chain):
26136           Fix capsnego, simplify chain function slightly.
26137         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26138           Add GSM.
26139
26140 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26141
26142         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26143         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26144         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26145           Hack to make wavparse work with spider (always -> sometimes pad).
26146           Fixes #135862 && #140411.
26147
26148 2004-04-18  Benjamin Otte  <otte@gnome.org>
26149
26150         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26151         (gst_osselement_rate_probe_check),
26152         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26153           get rid of \n in debug output
26154
26155 2004-04-17  Iain <iain@prettypeople.org>
26156
26157         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26158         not just EOS.
26159
26160 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26161
26162         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26163         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26164         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26165         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26166         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26167         (gst_id3_tag_change_state), (plugin_init):
26168           deprecate id3tag element and replace with id3demux/id3mux.
26169           great side effect: this ugly file is now even uglier, yay!
26170         * ext/mad/gstmad.h:
26171           remove non-available function
26172           update for new get_type
26173
26174 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26175
26176         * configure.ac:
26177           require mpeg2dec >= 0.4.0
26178
26179 2004-04-17  Benjamin Otte  <otte@gnome.org>
26180
26181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26182         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26183         (gst_xvimagesink_set_xwindow_id):
26184           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26185           assorted cleanup fixes.
26186
26187 2004-04-16  David Schleef  <ds@schleef.org>
26188
26189         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26190         * sys/xvimage/xvimagesink.h: same
26191
26192 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26193
26194         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26195           Fix GST_ELEMENT_ERROR with (NULL)
26196
26197 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * gst-libs/gst/riff/riff-media.c:
26200         (gst_riff_create_video_caps_with_data):
26201           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26202
26203 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26204
26205         * gst-libs/gst/riff/riff-media.c:
26206         (gst_riff_create_video_caps_with_data),
26207         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26208         (gst_riff_create_video_template_caps),
26209         (gst_riff_create_audio_template_caps):
26210         * gst-libs/gst/riff/riff-media.h:
26211         * gst-libs/gst/riff/riff-read.c:
26212         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26213         * gst-libs/gst/riff/riff-read.h:
26214         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26215           Add MS RLE support. I added some functions to read out strf chunks
26216           into strf chunks and the data behind it. This is usually color
26217           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26218           caps creation. Lastly, add ADPCM (similar to wavparse - which
26219           should eventually be rifflib based).
26220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26221         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26222         * gst/matroska/matroska-demux.h:
26223           Remove placeholders for some prehistoric tagging system. Didn't add
26224           support for any tag system really anyway.
26225         * gst/qtdemux/qtdemux.c:
26226           Add support for audio/x-m4a (MPEG-4) through spider.
26227         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26228         (gst_wavparse_loop):
26229           ADPCM support (#135862). Increase max. buffer size because we
26230           cannot split buffers for ADPCM (screws references) and I've seen
26231           files with 2048 byte chunks. 4096 seems safe for now.
26232
26233 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26234
26235         * configure.ac: bump nano to 1
26236
26237 === release 0.8.1 ===
26238
26239 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26240
26241         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26242
26243 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26244
26245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26246           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26247           Fixes #140058
26248
26249 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26250
26251         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26252           lower rank of dvddemux so that it's not used for mpeg playback.
26253
26254 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26255
26256         * configure.ac:
26257           save libs correctly when checking mad
26258
26259 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26260
26261         * ext/mad/gstid3tag.c: (plugin_init):
26262           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26263
26264 2004-04-13  David Schleef  <ds@schleef.org>
26265
26266         * common/m4/gst-feature.m4: Call -config scripts with
26267         --plugin-libs if it is supported.
26268         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26269         JPEG images are image/jpeg.
26270         * gst/debug/Makefile.am:
26271         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26272         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26273         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26274         (gst_negotiation_plugin_init): Add a property that acts like
26275         filter caps.
26276         * testsuite/gst-lint:  Move license checking to be a standard
26277         test.
26278
26279 2004-04-13  David Schleef  <ds@schleef.org>
26280
26281         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26282         patch from Sebastien Cote (bug #139958)
26283
26284 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26285
26286         * examples/gstplay/Makefile.am:
26287         * examples/gstplay/player.c: (main):
26288           make the commandline player example use gconf settings
26289
26290 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26291
26292         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26293         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26294         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26295           init/end library during state transition, not object
26296           creation/disposal.  get rid of custom dispose handler.
26297
26298
26299 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26300
26301         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26302         be a symlink
26303
26304 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26305
26306         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26307           Handle JUNK chunks inside data section. Prevents warnings.
26308
26309 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26312         (gst_riff_create_video_template_caps):
26313           Add MS video v1.
26314         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26315         (gst_avi_demux_stream_data):
26316           Add support for "rec-list" chunks.
26317
26318 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26319
26320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26321           Fix another codecname mismatch.
26322
26323 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26324
26325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26326           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26327           so that MJPEG plays back.
26328
26329 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26332         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26333         * gst/mpeg1videoparse/gstmp1videoparse.h:
26334           Fix for some slight mis-cuts in buffer parsing, and for some
26335           potential overflows or faults-causers. Adds disconts. Also fixes
26336           #139105 while we're at it.
26337
26338 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26339
26340         * configure.ac:
26341         * sys/v4l2/gstv4l2element.h:
26342           Workaround for missing struct v4l2_buffer declaration in Suse 9
26343           and Mandrake 10 linux/videodev2.h header file (#135919).
26344
26345 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26346
26347         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26348           Bail out if no filename was given.
26349
26350 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26351
26352         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26353         (gst_v4l2_fourcc_from_structure):
26354           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26355           Y41B somewhere).
26356
26357 2004-04-09  Benjamin Otte  <otte@gnome.org>
26358
26359         * ext/gnomevfs/gstgnomevfssink.c:
26360         (_gst_boolean_allow_overwrite_accumulator),
26361         (gst_gnomevfssink_class_init):
26362           fix erase signal - if any handler returns false the file will not be
26363           overwritten. If no handler is connected, the file will not be
26364           overwritten either.
26365           renamed signal to "allow-overwrite"
26366         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26367           free string when adding it to ID3 failed
26368         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26369           unref event when done
26370         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26371           free caps
26372         * gst/typefind/gsttypefindfunctions.c:
26373         (mpeg_video_stream_type_find):
26374           fix invalid read
26375
26376 2004-04-08  David Schleef  <ds@schleef.org>
26377
26378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26379         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26380
26381 2004-04-08  David Schleef  <ds@schleef.org>
26382
26383         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26384         we don't support (bug #139532)
26385
26386 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26387
26388         * ext/mad/gstmad.c: (gst_mad_handle_event),
26389         (gst_mad_check_caps_reset), (gst_mad_chain),
26390         (gst_mad_change_state):
26391           only set explicit caps if they haven't been set before for
26392           this stream.  MPEG-audio sample rate/channels aren't allowed
26393           to change in-stream.
26394           Fixes #139382
26395
26396 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26397
26398         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26399         (_gst_boolean_did_something_accumulator),
26400         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26401         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26402         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26403         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26404         (gst_gnomevfssink_change_state):
26405           Fix erase signal. Don't erase by default. Remove handoff signal.
26406           Remove erase property. Don't segfault. General cleanup.
26407
26408 2004-04-07  Benjamin Otte  <otte@gnome.org>
26409
26410         * gst-libs/gst/gconf/test-gconf.c: (main):
26411           add missing gst_init
26412
26413 2004-04-07  Benjamin Otte  <otte@gnome.org>
26414
26415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26416           free the mutexes, too
26417
26418 2004-04-07  Benjamin Otte  <otte@gnome.org>
26419
26420         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26421           actually free the URI string
26422         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26423           compute offset correctly when passing discont events
26424         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26425           don't leak discont events
26426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26427           add some missing breaks so caps aren't copied randomly
26428         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26429           if we realloc memory, we better use it
26430
26431 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26432
26433         * ext/mad/gstmad.c: (normal_seek):
26434           fix GST_FORMAT_TIME usage
26435
26436 2004-04-05  David Schleef  <ds@schleef.org>
26437
26438         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26439         a deprecated function (hack!)
26440
26441 2004-04-05  Benjamin Otte  <otte@gnome.org>
26442
26443         * ext/esd/esdmon.c: (gst_esdmon_get):
26444           fix nonterminated vararg and memleak
26445
26446 2004-04-05  Benjamin Otte  <otte@gnome.org>
26447
26448         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26449         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26450         (gst_ladspa_set_property), (gst_ladspa_get_property),
26451         (gst_ladspa_instantiate), (gst_ladspa_activate),
26452         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26453           clean up debugging
26454
26455 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26456
26457         reviewed by Benjamin Otte  <otte@gnome.org>
26458
26459         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26460           check for broken LADSPA parameters (fixes #138635)
26461
26462 2004-04-05  Benjamin Otte  <otte@gnome.org>
26463
26464         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26465           advertise buffer-frames correctly on sinkpads
26466
26467 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26468
26469         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26470         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26471         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26472         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26473         (gst_mad_check_caps_reset), (gst_mad_chain):
26474         add more debugging, only reset caps when we're not in error state
26475
26476 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26477
26478         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26479
26480 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26481
26482         reviewed by Benjamin Otte  <otte@gnome.org>
26483
26484         * configure.ac:
26485           fix == in test(1) operator
26486
26487 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26488
26489         reviewed by Benjamin Otte  <otte@gnome.org>
26490
26491         * configure.ac:
26492           fix --export-symblos-regex to a working regex.
26493
26494 2004-04-04  Benjamin Otte  <otte@gnome.org>
26495
26496         * sys/oss/.cvsignore:
26497           add for oss_probe
26498
26499 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26500
26501         reviewed by Benjamin Otte  <otte@gnome.org>
26502
26503         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26504           add missing 'new_media' argument (fixes #138168)
26505         * gst/matroska/matroska-demux.c:
26506         (gst_matroska_demux_handle_seek_event):
26507           add vararg terminator (fixes #138169)
26508
26509 2004-04-02  David Schleef  <ds@schleef.org>
26510
26511         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26512         disted (bug #138914)
26513
26514 2004-04-01  Benjamin Otte  <otte@gnome.org>
26515
26516         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26517         (gst_alsa_close_audio):
26518           handle case better where a soundcard can't pause
26519         * ext/ogg/gstoggdemux.c:
26520           don't crash when we get events but don't have pads yet
26521
26522 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26523
26524         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26525           throw an error if we couldn't probe any caps.
26526
26527 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26528
26529         * ext/dvdnav/gst-dvd:
26530         Add a really simple sample DVD player
26531
26532 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26533
26534         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26535         (gst_a52dec_push), (gst_a52dec_handle_event),
26536         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26537         (gst_a52dec_change_state):
26538         * ext/a52dec/gsta52dec.h:
26539           Use a debug category, Output timestamps correctly
26540           Emit tag info, Handle events, tell liba52dec about cpu
26541           capabilities so it can use MMX etc.
26542         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26543           Fix a crasher accessing invalid memory
26544         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26545         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26546         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26547         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26548         (dvdnavsrc_query):
26549           Some support for byte-format seeking.
26550           Small fixes for still frames and menu button overlays
26551         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26552         (gst_mpeg2dec_alloc_buffer):
26553           Use a debug category. Adjust the report level of several items to
26554           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26555           so it doesn't lose the GstBuffer pointer
26556         * gst/debug/Makefile.am:
26557         * gst/debug/gstdebug.c: (plugin_init):
26558         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26559         (gst_navseek_base_init), (gst_navseek_class_init),
26560         (gst_navseek_init), (gst_navseek_seek),
26561         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26562         (gst_navseek_get_property), (gst_navseek_chain),
26563         (gst_navseek_plugin_init):
26564         * gst/debug/gstnavseek.h:
26565           Add the navseek debug element for seeking back and forth in a
26566           video stream using arrow keys.
26567         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26568         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26569         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26570         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26571         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26572         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26573         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26574         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26575         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26576         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26577         * gst/mpeg2sub/gstmpeg2subt.h:
26578           Pretty much a complete rewrite. Now a loopbased element. May still
26579           require work to properly synchronise subtitle buffers.
26580         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26581         (gst_dvd_demux_send_subbuffer):
26582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26583           Don't attempt to create subbuffers of size 0
26584           Reduce a couple of error outputs to warnings.
26585         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26586         (gst_y4mencode_chain):
26587         Output the y4m frame header correctly.
26588
26589 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26590
26591         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26592           throw errors instead of allowing SIGFPE
26593
26594 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26595
26596         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26597         (gst_gconf_render_bin_from_key):
26598           leak plugging and style fixing
26599
26600 2004-03-31  David Schleef  <ds@schleef.org>
26601
26602         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26603         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26604         (bug #138225)
26605         * gst/debug/Makefile.am:
26606         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26607         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26608         plugin.
26609         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26610         (gst_negotiation_base_init), (gst_negotiation_class_init),
26611         (gst_negotiation_init), (gst_negotiation_getcaps),
26612         (gst_negotiation_pad_link), (gst_negotiation_chain),
26613         (gst_negotiation_set_property), (gst_negotiation_get_property),
26614         (gst_negotiation_plugin_init):  New element to talk about random
26615         negotiation things happening in a pipeline.
26616
26617 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26618
26619         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26620           fix integer addition with help of Stefan Kost
26621
26622 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26623
26624         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26625
26626 2004-03-30  David Schleef  <ds@schleef.org>
26627
26628         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26629         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26630         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26631         (bug #137504)
26632         * ext/mpeg2dec/gstmpeg2dec.h:
26633
26634 2004-03-30  David Schleef  <ds@schleef.org>
26635
26636         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26637
26638 2004-03-30  David Schleef  <ds@schleef.org>
26639
26640         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26641         Michael Petullo) to handle .mov
26642
26643 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26644
26645         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26646         (gst_osselement_rate_check_rate):
26647           probe caps correctly for sound cards that only support one format
26648
26649 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26650
26651         * ext/kio/kiosrc.cpp: (process_events):
26652           update handling event processing if inside KDE - untested
26653
26654 2004-03-29  David Schleef  <ds@schleef.org>
26655
26656         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26657         by 2 to not interfere with other colorspaces.
26658         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26659         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26660         one to not interfere with ffmpeg_colorspace.
26661
26662 2004-03-29  David Schleef  <ds@schleef.org>
26663
26664         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26665         aren't in the caps.
26666         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26667         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26668
26669 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26670
26671         * gst-libs/gst/riff/riff-media.c:
26672           fail on error, don't try to set stuff on NULL caps
26673
26674 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26675
26676         * configure.ac:
26677         * ext/Makefile.am:
26678         * ext/kio/Makefile.am:
26679         * ext/kio/kioreceiver.cpp:
26680         * ext/kio/kioreceiver.h:
26681         * ext/kio/kiosrc.cpp:
26682         * ext/kio/kiosrc.h:
26683           add experimental kiosrc plugin
26684         * ext/alsa/gstalsaplugin.c: (plugin_init):
26685           initialize debugging category only when we're sure registering the
26686           plugins worked.
26687
26688 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26689
26690         * examples/gstplay/player.c: (main):
26691         * gst-libs/gst/play/play.c: (gst_play_class_init),
26692         (gst_play_set_location), (gst_play_set_data_src),
26693         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26694         (gst_play_set_visualization), (gst_play_connect_visualization):
26695           check return values of element_set_state and return FALSE where
26696           failed
26697
26698 2004-03-29  Benjamin Otte  <otte@gnome.org>
26699
26700         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26701           try harder to check if an event is really a discont
26702
26703 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26704
26705         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26706         * po/az.po:
26707
26708 2004-03-28  Benjamin Otte  <otte@gnome.org>
26709
26710         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26711         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26712         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26713           get rid of non-standard "..." ranges in case statements.
26714
26715 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26716
26717         * gst/mpegstream/gstmpegdemux.c:
26718         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26719         specific functionality split to the new dvddemux element.
26720         * gst/mpegstream/gstdvddemux.c:
26721         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26722         streams, derived from mpegdemux.
26723         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26724         up. SCR based timestamp rewriting can be turned off (will probably
26725         completely disappear soon).
26726         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26727         hacking. General cleanup. All printf statements replaced by
26728         debugging messages. Almost complete libdvdnav support.
26729         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26730         by events. New properties for audio and subpicture languages.
26731         (dvdnavsrc_update_highlight): Now uses events.
26732         (dvdnavsrc_user_op): Cleaned up.
26733         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26734         based). Lots of cleanup, and propper support for most libdvdnav
26735         events.
26736         (dvdnavsrc_make_dvd_event): New function.
26737         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26738         (dvdnavsrc_make_clut_change_event): New function.
26739
26740 2004-03-26  Benjamin Otte  <otte@gnome.org>
26741
26742         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26743           fix bug where typefinding would claim it's theora whenever less then
26744           7 bytes of data were available
26745
26746 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26747
26748         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26749         (gst_alawdec_base_init), (gst_alawdec_class_init),
26750         (gst_alawdec_init), (gst_alawdec_chain):
26751         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26752         (gst_alawenc_base_init), (gst_alawenc_class_init),
26753         (gst_alawenc_init), (gst_alawenc_chain):
26754         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26755         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26756         (gst_mulawdec_init), (gst_mulawdec_chain):
26757         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26758         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26759         (gst_mulawenc_init), (gst_mulawenc_chain):
26760           Fix capsnego in all four, remove the unused property functions and
26761           simplify the chain functions slightly. I guess we could use macros
26762           or something similar for those, since the code is so similar, but
26763           I'm currently too lazy...
26764
26765 2004-03-24  David Schleef  <ds@schleef.org>
26766
26767         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26768         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26769         (gst_osselement_get_format_structure),
26770         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26771         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26772         (gst_osselement_rate_int_compare): Add code to handle rate probing
26773         (bug #120883)
26774         * sys/oss/gstosselement.h: same
26775         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26776         Use rate probing provided by osselement.
26777         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26778
26779 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26780
26781         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26782         (gst_xvidenc_get_property):
26783           ulong/int mess-up.
26784
26785 2004-03-24  David Schleef  <ds@schleef.org>
26786
26787         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26788         (gst_speexdec_init):
26789         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26790         (gst_speexenc_init):  Create the pad template correctly (from
26791         the static pad template, not a NULL pointer.)
26792
26793 2004-03-25  Benjamin Otte  <otte@gnome.org>
26794
26795         * gst/debug/Makefile.am:
26796         * gst/debug/breakmydata.c:
26797           add element that quasi-randomly changes bytes in the stream.
26798           Intended use is robustness checking of demuxers and decoders in
26799           media tests.
26800
26801 2004-03-24  Benjamin Otte  <otte@gnome.org>
26802
26803         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26804         (gst_alsa_probe_hw_params):
26805         * ext/alsa/gstalsa.h:
26806           debugging output fixes
26807
26808 2004-03-24  Benjamin Otte  <otte@gnome.org>
26809
26810         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26811           don't g_return_if_fail if element is PLAYING, fail silently as every
26812           other element.
26813         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26814           only fix needed for cast lvalue issues in gst-plugins
26815         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26816           add proxy_getcaps
26817
26818 2004-03-24  Benjamin Otte  <otte@gnome.org>
26819
26820         * gst/level/gstlevel.c: (gst_level_init):
26821           add proxying getcaps function, so level doesn't advertise impossible
26822           caps
26823
26824 2004-03-24  David Schleef  <ds@schleef.org>
26825
26826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26827         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26828         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26829         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26830         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26831         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26832         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26833         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26834         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26835         messages.  Divide the chunk size by the compression ratio
26836         (needed for MACE audio)
26837
26838 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26839
26840         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26841           Fix buffer overflow read error.
26842
26843 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26844
26845         * ext/alsa/gstalsa.h:
26846           Remove unused entry.
26847         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26848           Add cinepak.
26849         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26850         (gst_videodrop_link), (gst_videodrop_chain):
26851           Fix, sort of. Was horribly broken with new capsnego. Bah...
26852
26853 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26854
26855         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26856         (plugin_init):
26857         Add a monkeysaudio typefind function
26858
26859 2004-03-23  Johan Dahlin  <johan@gnome.org>
26860
26861         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26862         (gst_play_video_fixate): Check so the structure has the field
26863         before trying to fixate them, this makes it possible to have
26864         fakesinks for video and audio output without printing errors on
26865         the output console.
26866
26867 2004-03-22  David Schleef  <ds@schleef.org>
26868
26869         * sys/oss/Makefile.am:
26870         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26871         (check_rate), (add_rate):  Rate probing test app.
26872
26873 2004-03-21  Benjamin Otte  <otte@gnome.org>
26874
26875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26876         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26877           add a fixation function that pretty much does the right thing (fixes
26878           #137556)
26879
26880 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26881
26882         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26883
26884 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26885
26886         reviewed by: Benjamin Otte  <otte@gnome.org>
26887
26888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26889           terminate gst_event_new_discontinuous correctly (fixes parts of
26890           #137711)
26891
26892 2004-03-19  David Schleef  <ds@schleef.org>
26893
26894         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26895         since it doesn't depend on X, and it's part of our ABI.
26896
26897 2004-03-19  Iain <iain@prettypeople.org>
26898
26899         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26900         is_int in the structure, not the local variable.
26901
26902 2004-03-19  David Schleef  <ds@schleef.org>
26903
26904         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26905         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26906         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26907         Improvements in caps negotiation.
26908
26909 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26910
26911         * po/LINGUAS:
26912         * po/af.po:
26913           adding Afrikaans (Petri Jooste)
26914
26915 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26916
26917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26918         (gst_ffmpegcolorspace_chain):
26919         throw error instead of g_critical (#137588)
26920
26921 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26922
26923         * Makefile.am:
26924         * configure.ac:
26925           dist common and m4 correctly
26926         * po/sv.po:
26927
26928 2004-03-17  David Schleef  <ds@schleef.org>
26929
26930         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26931         (bug #137348)
26932
26933 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26934
26935         * po/LINGUAS:
26936         * po/sv.po:
26937           adding Swedish translation (Christian Rose)
26938
26939 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26940
26941         * Makefile.am: use release.mak
26942
26943 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26944
26945         * common/ChangeLog:
26946         * common/gst-autogen.sh:
26947           add some explanation about the version detection
26948         * configure.ac:
26949           fix X check
26950
26951 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26952
26953         * configure.ac: bump nano to 1
26954
26955 === release 0.8.0 ===
26956
26957 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26958
26959         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26960
26961 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26962
26963         * configure.ac:
26964           update libtool version
26965         * gst-libs/gst/media-info/Makefile.am:
26966           actually use libtool version
26967
26968 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26969
26970         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26971
26972 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26973
26974         * configure.ac:
26975         * gst-plugins.spec.in:
26976         * pkgconfig/Makefile.am:
26977         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26978         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26979         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26980         * pkgconfig/gstreamer-libs.pc.in:
26981         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26982         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26983         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26984         * pkgconfig/gstreamer-plugins.pc.in:
26985           remove @VERSION@ from some of the pc files since core and plugins
26986           are decoupled.
26987           created gstreamer-plugins.pc as it's a better name, but keeping
26988           -libs around for now to get fixes upstream done first.
26989
26990 2004-03-15  Julien MOUTTE <julien@moutte.net>
26991
26992         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26993         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26994         * gst-libs/gst/play/play.h:
26995
26996 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26997
26998         * *.c, *.cc: don't mix tabs and spaces
26999
27000 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27001
27002         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27003           use the new ffmpegcolorspace
27004         * gst-plugins.spec.in:
27005           package new colorspace and media-info
27006         * configure.ac:
27007         * pkgconfig/Makefile.am:
27008           fix some more disting issues
27009         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27010         * pkgconfig/gstreamer-media-info.pc.in:
27011           generate media-info pc files
27012
27013 2004-03-15  Johan Dahlin  <johan@gnome.org>
27014
27015         * *.h: Revert indenting
27016
27017 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27018
27019         * configure.ac:
27020           adding ffmpegcolorspace element
27021         * gst/ffmpegcolorspace/Makefile.am:
27022         * gst/ffmpegcolorspace/avcodec.h:
27023         * gst/ffmpegcolorspace/common.h:
27024         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27025         * gst/ffmpegcolorspace/dsputil.h:
27026         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27028         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27029         (gst_ffmpeg_caps_to_pix_fmt):
27030         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27031         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27032         (gst_ffmpegcolorspace_caps_remove_format_info),
27033         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27034         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27035         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27036         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27037         (gst_ffmpegcolorspace_set_property),
27038         (gst_ffmpegcolorspace_get_property),
27039         (gst_ffmpegcolorspace_register):
27040         * gst/ffmpegcolorspace/imgconvert.c:
27041         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27042         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27043         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27044         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27045         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27046         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27047         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27048         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27049         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27050         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27051         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27052         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27053         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27054         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27055         (img_get_alpha_info), (deinterlace_line),
27056         (deinterlace_line_inplace), (deinterlace_bottom_field),
27057         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27058         * gst/ffmpegcolorspace/imgconvert_template.h:
27059         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27060         * gst/ffmpegcolorspace/mmx.h:
27061         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27062           adding ffmpegcolorspace element supplied by Ronald after cleaning
27063           up and pulling in the right bits of upstream source.
27064           I'm sure a better C/compiler wizard could do some cleaning up (for
27065           example use GLIB's malloc stuff), but as a first pass this
27066           works very well
27067
27068 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27069
27070         * ext/alsa/gstalsa.h:
27071           I assume Ronald forgot to commit the change to have cardname
27072           as a struct member.  Expect some public spanking at the next
27073           opportunity.
27074
27075 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27076
27077         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27078         (gst_alsa_open_audio), (gst_alsa_close_audio):
27079         * ext/alsa/gstalsa.c:
27080           Don't open the device if we're a mixer (= padless).
27081         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27082         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27083         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27084           Open mixer during state change rather than during object
27085           initialization. Also, get a device name. Currently in a somewhat
27086           hackish fashion, but I didn't really find something better.
27087
27088 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27089
27090         * *.c, *.h: run gst-indent
27091
27092 2004-03-14  Benjamin Otte  <otte@gnome.org>
27093
27094         * gst/modplug/gstmodplug.cc:
27095         * gst/modplug/gstmodplug.h:
27096           set correct timestamps on outgoing buffers
27097
27098 2004-03-14  Benjamin Otte  <otte@gnome.org>
27099
27100         * gst/modplug/gstmodplug.cc:
27101           handle events - don't do crap when a discont arrives that's not
27102           necessary
27103           This allows correct loading and playback of mods in Rhythmbox
27104
27105 2004-03-14  Benjamin Otte  <otte@gnome.org>
27106
27107         * configure.ac:
27108         * gst-libs/gst/gconf/Makefile.am:
27109         * pkgconfig/Makefile.am:
27110           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27111           they get rebuilt properly
27112         * configure.ac:
27113           when checking for vorbis, try pkgconfig first.
27114         * gst/modplug/gstmodplug.cc:
27115           add fixate function
27116
27117 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27118
27119         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27120           Fix for obvious mistake, where we first shift the offset and then
27121           read a samplesize element assuming the old offset. Note that this
27122           part still has something weird, i.e. my movies containing those
27123           don't actually play well, but at least there's something that looks
27124           like sound now.
27125
27126 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27127         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27128         (plugin_init):
27129         Add a typefind function for speex format
27130
27131 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27134         (gst_asf_demux_setup_pad):
27135           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27136           instead of 0. Reason is simple: some elements have a fps range
27137           of 1-max instead of 0-max. So now ASF video actually works.
27138
27139 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27140
27141         * po/LINGUAS:
27142         * po/sr.po:
27143           adding serbian as a language
27144
27145 2004-03-13  Benjamin Otte  <otte@gnome.org>
27146
27147         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27148           return taglist correctly from _get function, don't gst_pad_push it.
27149           (fixes #137042)
27150
27151 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27152         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27153
27154 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27155
27156         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27157         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27158         (gst_alsa_mixer_track_new):
27159         * ext/alsa/gstalsamixertrack.h:
27160           Fix ancient leftovers... MixerTrack is a GObject.
27161
27162 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27163
27164         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27165         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27166           Don't block during probing...
27167
27168 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27169
27170         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27171         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27172         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27173         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27174         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27175         (gst_alsa_open_audio), (gst_alsa_close_audio):
27176         * ext/alsa/gstalsa.h:
27177           Add propertyprobe interface implementation, add some device-name
27178           property, all this so that it looks good in gnome-volume-control.
27179
27180 2004-03-12  David Schleef  <ds@schleef.org>
27181
27182         * configure.ac: the Hermes library controls hermescolorspace, not
27183         colorspace.
27184         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27185         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27186         not /* */
27187         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27188         * ext/sdl/sdlvideosink.h: ditto.
27189         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27190
27191 2004-03-12  Benjamin Otte  <otte@gnome.org>
27192
27193         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27194         (gst_x_overlay_got_xwindow_id):
27195         * gst-libs/gst/xoverlay/xoverlay.h:
27196           replace XID with unsigned long to get rid of the xlibs dependency in
27197           XOverlay (fixes #137004)
27198
27199 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27200         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27201         (gst_agingtv_setup):
27202         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27203         (gst_dicetv_base_init), (gst_dicetv_class_init),
27204         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27205         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27206         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27207         (gst_edgetv_setup), (gst_edgetv_rgb32):
27208         * gst/effectv/gsteffectv.c:
27209         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27210         (gst_quarktv_set_property):
27211         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27212         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27213         (gst_revtv_setup), (gst_revtv_rgb32):
27214         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27215         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27216         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27217         (gst_shagadelictv_rgb32):
27218         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27219         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27220         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27221         * gst/effectv/gstwarp.c:
27222         Port everything that can be ported to videofilter and fix up the caps.
27223         Can someone with a big-endian machine please check these?
27224
27225 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27226
27227         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27228         (gst_osssink_chain), (gst_osssink_change_state):
27229           Latest fixes for A/V sync, audio playback and such. This is about
27230           all... MPEG playback issues are mostly related to the async build-
27231           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27232
27233 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27234
27235         patch from: Stephane Loeuillet
27236
27237         * configure.ac:
27238           use pkg-config for some libraries, falling back to the old .m4 way
27239           (fixes #131270)
27240         * m4/libdv.m4:
27241           removed
27242
27243 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27244
27245         * configure.ac:
27246         * tools/Makefile.am:
27247         * tools/Makefile.in:
27248         * tools/gst-launch-ext-m.m:
27249         * tools/gst-launch-ext.1.in:
27250         * tools/gst-visualise-m.m:
27251         * tools/gst-visualise.1:
27252         * tools/gst-visualise.1.in:
27253           reorganizing generation of script tools
27254
27255 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27256
27257         * ext/divx/gstdivxdec.c:
27258           Downgrade priority. We prefer ffdec_mpeg4.
27259         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27260         (gst_faad_chain), (gst_faad_change_state):
27261           Fix capsnego. Doesn't work for some sounds because we don't have
27262           a 5:1 to stereo element.
27263         * ext/xvid/gstxvid.c: (plugin_init):
27264           Add priority.
27265         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27266         (gst_osssink_change_state):
27267           Add discont handling.
27268
27269 2004-03-09  Colin Walters  <walters@verbum.org>
27270
27271         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27272         conversion.
27273
27274 2004-03-09  Benjamin Otte  <otte@gnome.org>
27275
27276         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27277           the signals take 2 arguments
27278
27279 2004-03-09  David Schleef  <ds@schleef.org>
27280
27281         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27282         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27283         * ext/alsa/gstalsa.h:
27284         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27285
27286 2004-03-09  Benjamin Otte  <otte@gnome.org>
27287
27288         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27289         (gst_mikmod_change_state):
27290         * ext/mikmod/gstmikmod.h:
27291           make mikmod's loop function not loop infinitely and call
27292           gst_element_yield anymore
27293         * gst/modplug/gstmodplug.cc:
27294           fix pad negotiation (fixes #136590)
27295
27296 2004-03-09  David Schleef  <ds@schleef.org>
27297
27298         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27299         doesn't conflict with the internal colorspace plugin.
27300         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27301         satisfy the crappy-ass shell shipped by a certain vendor.
27302         * gst/videofilter/make_filter: same (bug #135299)
27303
27304 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27305
27306         * configure.ac: bump nano to 1
27307
27308 === release 0.7.6 ===
27309
27310 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27311
27312         * configure.in: releasing 0.7.6, "There"
27313
27314 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27315
27316         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27317         * pkgconfig/gstreamer-play.pc.in:
27318           synchronize the two
27319
27320 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27321
27322         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27323         (cdparanoia_open), (cdparanoia_event):
27324           fix/add error handling
27325         * po/POTFILES.in:
27326           add cdparanoia source
27327         * tools/Makefile.am:
27328           make scripts executable
27329
27330 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27331
27332         * configure.ac:
27333         * ext/vorbis/Makefile.am:
27334         * sys/Makefile.am:
27335           remove id3types, vorbisfile and xvideosink from the build (#133783)
27336
27337 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27338
27339         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27340           Fix metadata read crash (#136537).
27341
27342 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27343
27344         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27345         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27346           adding mime types, fixing the one-stop function
27347
27348 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27349
27350         * ext/nas/nassink.c and /ext/nas/nassink.h:
27351         More NAS love from Arwed von Merkatz
27352         So lets all sing 'Can you feel the NAS tonight'
27353
27354 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27355
27356         * tools/gst-launch-ext.in:
27357         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27358
27359 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27360
27361         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27362         (gst_mpeg2dec_init):
27363         remove the user_data pad for now, because it is being used in
27364         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27365         If someone knows how to fix this properly, please do.
27366
27367 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27368
27369         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27370         (gst_osssink_get_time):
27371         add a warning, IMO this won't get triggered anymore, remove later
27372
27373 2004-03-07  David Schleef  <ds@schleef.org>
27374
27375         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27376         format (bug #136470)
27377
27378 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27379
27380         * gst-libs/Makefile.am:
27381         * gst-libs/gst/media-info/Makefile.am:
27382         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27383         (error_callback), (gst_media_info_error_create),
27384         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27385         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27386         * gst-libs/gst/media-info/media-info-priv.h:
27387         * gst-libs/gst/media-info/media-info-test.c: (main):
27388         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27389         (gst_media_info_class_init), (gst_media_info_instance_init),
27390         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27391         (gst_media_info_read_idler), (gst_media_info_read):
27392         * gst-libs/gst/media-info/media-info.h:
27393         fixed, should work now
27394
27395 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27396
27397         * ext/nas/nassink.c:
27398         A bunch of NAS fixes from Arwed von Merkatz
27399
27400 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27401
27402         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27403         (qtdemux_parse_trak):
27404           Fix crash (j might be greater than n_samples, in which case we're
27405           writing outside the allocated space for the array) and memleak.
27406
27407 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27408
27409         * sys/oss/gstosssink.c: (gst_osssink_chain):
27410           And another caller that couldn't handle delay < 0 (unsigned
27411           integer overflow). Video now continues playing on an audio
27412           buffer underrun, and the clock continues working. Audio still
27413           stalls.
27414
27415 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27416
27417         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27418         (gst_osssink_get_time):
27419           get_delay() may return values lower than 0. In those cases, we
27420           should not actually cast to *unsigned* int64, that will break
27421           stuff horribly. In my case, it screwed up A/V sync in movies
27422           in totem rather badly.
27423
27424 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27425
27426         * ext/faac/gstfaac.c: (gst_faac_chain):
27427         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27428         * ext/libpng/gstpngenc.c: (user_write_data):
27429         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27430         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27431         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27432         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27433         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27434         of any buffer), should fix some leaks. I hope I didn't unref buffers
27435         that shouldn't be...
27436
27437 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27438
27439         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27440         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27441         (error_callback), (gmi_reset), (gmi_seek_to_track),
27442         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27443         (gmip_find_type_post), (gmip_find_stream_post),
27444         (gmip_find_track_streaminfo_post):
27445         * gst-libs/gst/media-info/media-info-priv.h:
27446         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27447         (info_print), (main):
27448         * gst-libs/gst/media-info/media-info.c:
27449         (gst_media_info_error_create), (gst_media_info_error_element),
27450         (gst_media_info_instance_init), (gst_media_info_get_property),
27451         (gst_media_info_new), (gst_media_info_set_source),
27452         (gst_media_info_read_idler), (gst_media_info_read):
27453         * gst-libs/gst/media-info/media-info.h:
27454           first pass at making this work again.  This seems to work on
27455           tagged ogg/vorbis and mp3 files.
27456
27457 2004-03-06  Benjamin Otte  <otte@gnome.org>
27458
27459         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27460           fix huge leak: gst_buffer_merge doesn't unref the first argument
27461           itself.
27462
27463 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27464
27465         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27466           report layer/mode/emphasis
27467
27468 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27469
27470         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27471
27472 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27473
27474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27475           signal serial
27476
27477 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27478
27479         * ext/vorbis/vorbis.c: (plugin_init):
27480         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27481         (gst_vorbis_dec_init), (vorbis_dec_event):
27482         add debug category
27483         make vorbisdec handle _BYTE and _TIME queries
27484
27485 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27486
27487         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27488           from the xing header
27489
27490 2004-03-06  Benjamin Otte  <otte@gnome.org>
27491
27492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27493         (gst_audio_convert_link), (gst_audio_convert_change_state),
27494         (gst_audio_convert_buffer_from_default_format):
27495           do conversions from/to float correctly, fix some caps nego errors,
27496           export correct supported caps in template and getcaps, use correct
27497           caps in try_set_caps functions
27498
27499 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27500
27501         For some reason, I only committed a ChangeLog entry yesterday and
27502         not the corresponding code...
27503         * ext/mad/gstmad.c: Fix detection of Xing headers
27504         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27505
27506 2004-03-06  Benjamin Otte  <otte@gnome.org>
27507
27508         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27509         (gst_ogg_demux_src_query):
27510           make sure to handle the case where there's no current chain
27511           gracefully.
27512
27513 2004-03-05  David Schleef  <ds@schleef.org>
27514
27515         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27516         Add fixate function. (bug #131128)
27517         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27518         (gst_sdlvideosink_fixate):  Add fixate function.
27519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27520         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27521         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27522         Fix missing break that was causing ulaw to be interpreted as
27523         raw int.
27524
27525 2004-03-05  David Schleef  <ds@schleef.org>
27526
27527         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27528         Fix code that ignores return value of gst_buffer_merge().
27529         (bug #114560)
27530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27531         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27532         * testsuite/gst-lint:  Check for above.
27533
27534 2004-03-05  David Schleef  <ds@schleef.org>
27535
27536         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27537         caps and throw an element error.  (bug #136334)
27538
27539 2004-03-05  David Schleef  <ds@schleef.org>
27540
27541         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27542         (gst_faad_chain): Fix negotiation.
27543         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27544         key and button events.
27545         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27546         dung heap of code.
27547         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27548         depends on gconf
27549         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27550         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27551         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27552         function to encourage better negotiation, particularly between
27553         audioconvert and osssink.
27554         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27555         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27556         more important.
27557         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27558         typefinding.
27559         * gst/vbidec/vbiscreen.c:  Add glib header
27560         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27561
27562 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27563
27564         * ext/mad/gstmad.c: Fix detection of Xing headers
27565         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27566
27567 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27568
27569         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27570         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27571           debug updates
27572
27573 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27574
27575         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27576         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27577         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27578         files, and report the parsed length as a GST_TAG_DURATION tag.
27579         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27580
27581 2004-03-05  Benjamin Otte  <otte@gnome.org>
27582
27583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27584           convert channels correctly. convert correctly to unsigned.
27585
27586 2004-03-05  Julien MOUTTE <julien@moutte.net>
27587
27588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27589         we have a window before clearing it.
27590
27591 2004-03-05  Julien MOUTTE <julien@moutte.net>
27592
27593         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27594         have a window before clearing it.
27595
27596 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27597
27598         * gconf/gstreamer.schemas.in:
27599         * gst-libs/gst/gconf/Makefile.am:
27600           version installation path the same way as for 0.6
27601         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27602         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27603         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27604           remove comment that was fixed
27605
27606 2004-03-05  David Schleef  <ds@schleef.org>
27607
27608         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27609         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27610         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27611         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27612         Add prototype code for handling seeking and querying.
27613
27614 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27615
27616         * examples/gstplay/player.c: (main):
27617           Initialize variables to NULL. Prevents a segfault because the
27618           (uninitialized) variable is not NULL, resulting in a crash on
27619           trying to reach error->message.
27620
27621 2004-03-05  Benjamin Otte  <otte@gnome.org>
27622
27623         * gst/audioconvert/gstaudioconvert.c:
27624         (gst_audio_convert_buffer_to_default_format):
27625         make float=>int conversion work correctly even in cornercases.
27626
27627 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27628
27629         * debian/README.Debian:
27630         * debian/build-deps:
27631         * debian/changelog:
27632         * debian/control:
27633         * debian/control.in:
27634         * debian/copyright:
27635         * debian/gstreamer-a52dec.files:
27636         * debian/gstreamer-aa.files:
27637         * debian/gstreamer-alsa.files:
27638         * debian/gstreamer-alsa.manpages:
27639         * debian/gstreamer-arts.files:
27640         * debian/gstreamer-artsd.files:
27641         * debian/gstreamer-audiofile.files:
27642         * debian/gstreamer-avifile.files:
27643         * debian/gstreamer-cdparanoia.files:
27644         * debian/gstreamer-colorspace.files:
27645         * debian/gstreamer-doc.files:
27646         * debian/gstreamer-dv.files:
27647         * debian/gstreamer-dvd.files:
27648         * debian/gstreamer-esd.files:
27649         * debian/gstreamer-festival.files:
27650         * debian/gstreamer-flac.files:
27651         * debian/gstreamer-gconf.conffiles:
27652         * debian/gstreamer-gconf.files:
27653         * debian/gstreamer-gconf.postinst:
27654         * debian/gstreamer-gnomevfs.files:
27655         * debian/gstreamer-gsm.files:
27656         * debian/gstreamer-http.files:
27657         * debian/gstreamer-jack.files:
27658         * debian/gstreamer-jpeg.files:
27659         * debian/gstreamer-mad.files:
27660         * debian/gstreamer-mikmod.files:
27661         * debian/gstreamer-misc.files:
27662         * debian/gstreamer-mpeg2dec.files:
27663         * debian/gstreamer-oss.files:
27664         * debian/gstreamer-plugin-apps.files:
27665         * debian/gstreamer-plugin-apps.manpages:
27666         * debian/gstreamer-plugin-libs-dev.files:
27667         * debian/gstreamer-plugin-libs.files:
27668         * debian/gstreamer-plugin-template.postinst:
27669         * debian/gstreamer-plugin-template.postrm:
27670         * debian/gstreamer-sdl.files:
27671         * debian/gstreamer-sid.files:
27672         * debian/gstreamer-vorbis.files:
27673         * debian/gstreamer-x.files:
27674         * debian/mk.control:
27675         * debian/rules:
27676         Debian package info not maintained here.
27677
27678 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27679
27680         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27681         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27682         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27683         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27684         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27685         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27687         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27688         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27689         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27690         * gst-libs/gst/colorbalance/colorbalance.c:
27691         (gst_color_balance_class_init):
27692         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27693         (gst_color_balance_channel_class_init):
27694         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27695         * gst-libs/gst/play/play.c: (gst_play_class_init):
27696         * gst-libs/gst/propertyprobe/propertyprobe.c:
27697         (gst_property_probe_iface_init):
27698         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27699         * gst-libs/gst/tuner/tunerchannel.c:
27700         (gst_tuner_channel_class_init):
27701         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27702         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27703         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27704         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27705         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27706         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27707         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27709         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27710           fix signals to use - instead of _
27711         * ext/libcaca/gstcacasink.h:
27712         * ext/sdl/sdlvideosink.h:
27713           fix header rename
27714
27715 2004-03-04  David Schleef  <ds@schleef.org>
27716
27717         * testsuite/gst-lint:  Add a check for bad signal names.
27718
27719 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27720
27721         reviewed by David Schleef
27722
27723         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27724         modified the alpha channel and caused a warning. (bug #136192)
27725
27726 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27727
27728         * gst-plugins.spec.in:
27729         Change names of plugins to actually be correct. Try to keep things
27730         alphabetical to avoid getting beat up by Thomas
27731
27732 2004-03-03  Julien MOUTTE <julien@moutte.net>
27733
27734         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27735         Using ximagesink as a default if no gconf key found. We should
27736         probably consider using alsasink instead of osssink for the audio
27737         part.
27738
27739 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27740
27741         * configure.ac:
27742           fix --with-plugins, don't think it ever worked before
27743         * gst-plugins.spec.in:
27744           even more updates
27745
27746 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27747
27748         * ext/sdl/sdlvideosink.h:
27749         * sys/ximage/ximagesink.h:
27750         * sys/xvideo/xvideosink.h:
27751         * sys/xvimage/xvimagesink.h:
27752           Fix for move of gstvideosink.h -> videosink.h.
27753
27754 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27755
27756         * gst-libs/gst/xwindowlistener/Makefile.am:
27757           this is a plugin library, not a library
27758
27759 2004-03-01  David Schleef  <ds@schleef.org>
27760
27761         * AUTHORS:  Added some names.  Add yourself if you're still
27762         missing.
27763
27764 2004-03-01  David Schleef  <ds@schleef.org>
27765
27766         * MAINTAINERS: Add
27767
27768 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27769
27770         * gst-plugins.spec.in: clean up spec file
27771
27772 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27773
27774         * gst-libs/gst/video/Makefile.am:
27775         * gst-libs/gst/video/gstvideosink.c:
27776         * gst-libs/gst/video/gstvideosink.h:
27777           rename gstvideosink.h to videosink.h to match other headers
27778         * gst/mixmatrix/Makefile.am:
27779           fix plugin filename
27780         * gst/tags/Makefile.am: fix plugin filename
27781
27782 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27783
27784         * gst/tags/Makefile.am: fix plugin filename
27785
27786 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27787
27788         * examples/gstplay/player.c: (got_time_tick), (main):
27789           add error handler
27790           display time_tick more readably
27791         * gst/mixmatrix/Makefile.am:
27792           fix plugin file name
27793
27794 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27795
27796         * sys/oss/gstosselement.c: (gst_osselement_probe),
27797         (device_combination_append), (gst_osselement_class_probe_devices):
27798         * sys/oss/gstosselement.h:
27799           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27800           on my system using alsa oss emulation, fixes bug #135597
27801
27802 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27803
27804         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27805         (gst_videodrop_chain), (gst_videodrop_change_state):
27806         * gst/videodrop/gstvideodrop.h:
27807           Work based on timestamp of input data, not based on the expected
27808           framerate from the input. The consequence is that this element now
27809           not only scales framerates, but also functions as a framerate
27810           corrector or framerate stabilizer/constantizer.
27811
27812 2004-02-27  David Schleef  <ds@schleef.org>
27813
27814         patches from jmmv@menta.net (Julio M. Merino Vidal)
27815
27816         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27817         GST_ELEMENT_ERROR call (bug #135634)
27818         * gst/interleave/interleave.c: (interleave_buffered_loop),
27819         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27820         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27821         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27822         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27823         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27824         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27825         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27826         Fix GST_ELEMENT_ERROR call.
27827         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27828         GST_ELEMENT_ERROR call.
27829
27830 2004-02-27  Benjamin Otte  <otte@gnome.org>
27831
27832         * gst-libs/gst/audio/audio.h:
27833           add macro to make sure header isn't included twice
27834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27835           don't use gst_buffer_free
27836         * gst/playondemand/filter.func:
27837           don't use gst_data_free. Free data only once.
27838
27839 2004-02-26  David Schleef  <ds@schleef.org>
27840
27841         * gst-libs/gst/colorbalance/Makefile.am:
27842         * gst-libs/gst/mixer/Makefile.am:
27843         * gst-libs/gst/tuner/Makefile.am:
27844         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27845         should not be disted, -marshal.h files should not be installed,
27846         and -enum.h files _should_ be installed.  Fix to make this the
27847         case.
27848
27849 === release 0.7.5 ===
27850
27851 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27852
27853         * configure.ac: release 0.7.5, "Under The Sea"
27854
27855 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27856
27857         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27858         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27859         * gst/videoscale/gstvideoscale.c:
27860         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27861           assorted debug/warning fixes
27862
27863 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27864
27865         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27866         (gst_videoscale_init), (gst_videoscale_chain),
27867         (gst_videoscale_set_property), (plugin_init):
27868         * gst/videoscale/gstvideoscale.h:
27869         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27870         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27871         (gst_videoscale_planar400), (gst_videoscale_packed422),
27872         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27873         (gst_videoscale_24bit), (gst_videoscale_16bit),
27874         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27875         (gst_videoscale_scale_plane_slow),
27876         (gst_videoscale_scale_point_sample),
27877         (gst_videoscale_scale_nearest),
27878         (gst_videoscale_scale_nearest_str2),
27879         (gst_videoscale_scale_nearest_str4),
27880         (gst_videoscale_scale_nearest_32bit),
27881         (gst_videoscale_scale_nearest_24bit),
27882         (gst_videoscale_scale_nearest_16bit):
27883         add debugging category and use it properly
27884         fix use of GST_PTR_FORMAT
27885
27886 2004-02-25  Andy Wingo  <wingo@pobox.com>
27887
27888         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27889         push only when channel->buffer is NULL. Prevents segfaults doing
27890         the state change after a nonlocal exit, like a scheme exception.
27891
27892         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27893         Handle the case where the intersected caps is empty.
27894
27895 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27896
27897         * gst/law/mulaw-decode.c: (mulawdec_link):
27898         * gst/law/mulaw.c: (plugin_init):
27899           fix mulawdec so it actually works again
27900
27901 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27902
27903         reviewed by: David Schleef  <ds@schleef.org>
27904
27905         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27906         (gst_gamma_init), (gst_gamma_set_property),
27907         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27908         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27909         for RGB, with separate r g and b correction factors. (#131167)
27910
27911 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27912
27913         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27914           only signal tags for bitrate if they're > 0 (#134894)
27915
27916 2004-02-24  David Schleef  <ds@schleef.org>
27917
27918         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27919         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27920         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27921         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27922         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27923         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27924         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27925         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27926         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27927         category.  Attempt to fix timestamp calculation.
27928
27929 2004-02-24  Johan Dahlin  <johan@gnome.org>
27930
27931         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27932
27933 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27934
27935         * configure.ac:
27936         * gconf/Makefile.am:
27937         * gconf/gstreamer.schemas:
27938         * gst-libs/gst/gconf/Makefile.am:
27939         * gst-libs/gst/gconf/gconf.c:
27940           version gconf schemas and install locations
27941
27942 2004-02-23  Benjamin Otte  <otte@gnome.org>
27943
27944         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27945         (gst_xine_input_subclass_init):
27946           call parent dispose.
27947           change pad template for CD reader correctly
27948         * ext/xine/Makefile.am:
27949         * ext/xine/gstxine.h:
27950         * ext/xine/xine.c: (plugin_init):
27951         * ext/xine/xineaudiosink.c:
27952           wrap audio sinks, too
27953         * gst-libs/gst/resample/private.h:
27954         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27955         (gst_resample_reinit), (gst_resample_scale),
27956         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27957         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27958         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27959         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27960         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27961         * gst-libs/gst/resample/resample.h:
27962         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27963         (gst_audioscale_class_init), (gst_audioscale_link),
27964         (gst_audioscale_get_buffer), (gst_audioscale_init),
27965         (gst_audioscale_chain), (gst_audioscale_set_property),
27966         (gst_audioscale_get_property):
27967         * gst/audioscale/gstaudioscale.h:
27968           s/resample_*/gst_resample_*/i to not clobber namespaces
27969
27970 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27971
27972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27973         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27974         (gst_riff_create_video_template_caps),
27975         (gst_riff_create_audio_template_caps),
27976         (gst_riff_create_iavs_template_caps):
27977         * gst-libs/gst/riff/riff-media.h:
27978         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27979         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27980         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27981         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27983         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27984         (gst_matroska_demux_plugin_init): First batch implementing audio and
27985         video codec tags in demuxers.
27986
27987 2004-02-22  Benjamin Otte  <otte@gnome.org>
27988
27989         * ext/xine/Makefile.am:
27990         * ext/xine/gstxine.h:
27991         * ext/xine/xine.c: (plugin_init):
27992         * ext/xine/xineinput.c:
27993           add input plugin wrapper. Playback from files, http, mms and cdda
27994           works.
27995         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27996           remove leftover G_GNUC_UNUSED
27997         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27998         (gst_asf_demux_identify_guid):
27999           improve debugging output
28000
28001 2004-02-22  Benjamin Otte  <otte@gnome.org>
28002
28003         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28004
28005         * autogen.sh:
28006           replace test -e with test -x for mkinstalldirs to be more portable.
28007           (fixes #134816)
28008
28009 2004-02-22  Benjamin Otte  <otte@gnome.org>
28010
28011         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28012
28013         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28014           set rank to PRIMARY
28015         * gst/volume/gstvolume.c: (plugin_init):
28016           set rank to NONE
28017         fixes #134960
28018
28019 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28020
28021         reviewed by Benjamin Otte  <otte@gnome.org>
28022
28023         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28024           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28025
28026 2004-02-22  Benjamin Otte  <otte@gnome.org>
28027
28028         * configure.ac:
28029           export [_]*{gst,Gst,GST}.* symbols from plugins
28030
28031 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28032
28033         reviewed by: Benjamin Otte  <otte@gnome.org>
28034
28035         * ext/lame/gstlame.c: (add_one_tag):
28036         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28038         (gst_vorbisenc_metadata_set1):
28039         * gst/tags/gstid3tag.c:
28040         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28041           apply fixes from bugs #135042 (lame can't write tags) and #133817
28042           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28043
28044 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28045
28046         * configure.ac: Export only gst_plugin_desc from plugins.
28047          Note that this change only makes any effect with Linux using libtool
28048          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28049          fine. And don't try to have several versions of libtool in different
28050          directories.
28051
28052 2004-02-20  Andy Wingo  <wingo@pobox.com>
28053
28054         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28055         interleave respectively.
28056
28057         * gst/interleave/deinterleave.c: New plugin: deinterleave
28058         (replaces on oneton).
28059         * gst/interleave/interleave.c: New plugin: interleave.
28060         * gst/interleave/plugin.h: Support file.
28061         * gst/interleave/plugin.c: Support file.
28062
28063         * configure.ac: Remove intfloat and oneton, add interleave.
28064
28065         * ext/sndfile/gstsf.c: Handle events better.
28066
28067         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28068         and float2int operation. int2float has scheduling problems as
28069         noted in in2float_chain.
28070
28071 2004-02-20  Benjamin Otte  <otte@gnome.org>
28072
28073         * ext/xine/Makefile.am:
28074         * ext/xine/gstxine.h:
28075         * ext/xine/xine.c:
28076         * ext/xine/xineaudiodec.c:
28077         * ext/xine/xinecaps.c:
28078           add first version of xine plugin wrapper. Currently only wraps the
28079           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28080         * configure.ac:
28081         * ext/Makefile.am:
28082           add xine plugin wrapper, disabled by default. Use --enable-xine to
28083           build. Note that it'll segfault on gst-register if you don't remove
28084           the goom and tvtime post plugins from xine.
28085         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28086         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28087           add extradata parsing for QDM2.
28088           change around debugging prints.
28089
28090 2004-02-19  Benjamin Otte  <otte@gnome.org>
28091
28092         * ext/lame/gstlame.c: (gst_lame_chain):
28093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28094           use gst_tag_list_insert when you want to insert tags
28095
28096 2004-02-18  David Schleef  <ds@schleef.org>
28097
28098         * configure.ac:  Move massink to gst-rotten
28099         * ext/Makefile.am:
28100         * ext/mas/Makefile.am:
28101         * ext/mas/massink.c:
28102         * ext/mas/massink.h:
28103
28104 2004-02-18  David Schleef  <ds@schleef.org>
28105
28106         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28107         typefinding, since it seems to be worse than nothing.
28108         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28109         atom to recognize .mp4 and .m4a files as video/quicktime.
28110
28111 2004-02-18  David Schleef  <ds@schleef.org>
28112
28113         * gst/sine/demo-dparams.c: (quit_live),
28114         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28115         Use double dparams, not float.
28116         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28117         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28118         sync'd elements don't really work correctly.
28119         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28120         (volume_update_volume), (volume_get_property):  Change dparam
28121         to double.
28122
28123 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28124
28125         * sys/ximage/ximagesink.c:
28126         (gst_ximagesink_xwindow_update_geometry),
28127         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28128         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28129         (gst_ximagesink_init): Rework the way software video scaling works. So
28130         now we check on each chain call if the video frames are feeling the
28131         window. If not we try to renegotiate caps. On failure we memorize that
28132         and we won't try again for that PLAYING sessions.
28133         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28134         failure.
28135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28136         synchronous flag.
28137
28138 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28139
28140         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28141           break up _link so we can give a better debug message for errors
28142
28143 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28144
28145         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28146           set up debug category
28147
28148 2004-02-18  Julien MOUTTE <julien@moutte.net>
28149
28150         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28151         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28152         the way renegotiation work. The event handling function is not taking
28153         care of external windows and renegotiate method check for pad flags
28154         NEGOTIATING. Should fix : #133209
28155
28156 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28157
28158         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28159         pad is negotiating before trying renegotiation.
28160
28161 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28162
28163         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28164           pass on all possible mime types as typefind hints
28165
28166 2004-02-17  Julien MOUTTE <julien@moutte.net>
28167
28168         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28170         possible SHM leak if we crash. All other apps using XShm are doing
28171         that.
28172
28173 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28174
28175         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28176         (gst_ximagesink_expose): Renegotiate size on expose.
28177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28178         size on expose.
28179
28180 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28181
28182         * testsuite/alsa/sinesrc.c:
28183           cosmetic fix to fix compile issue with gcc 2.95.4
28184
28185 2004-02-16  Julien MOUTTE <julien@moutte.net>
28186
28187         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28188         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28189         failed opening the audio device.
28190         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28191         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28192         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28193         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28194         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28195         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28196         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28197         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28198         Removing some useless g_return_if_fail like wingo suggested.
28199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28200         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28201         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28202         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28203         (gst_xvimagesink_update_colorbalance),
28204         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28205         (gst_xvimagesink_xcontext_clear),
28206         (gst_xvimagesink_get_fourcc_from_caps),
28207         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28208         (gst_xvimagesink_set_xwindow_id),
28209         (gst_xvimagesink_colorbalance_list_channels),
28210         (gst_xvimagesink_colorbalance_set_value),
28211         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28212         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28213
28214 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28215
28216         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28217           throw error when not negotiated instead of asserting
28218
28219 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28220
28221         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28222         correct data refcounting.
28223
28224 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28225
28226         * gst/switch/gstswitch.c: (gst_switch_change_state),
28227         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28228         change, mostly the EOS flag.
28229
28230 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28231
28232         * examples/gstplay/player.c: (got_eos), (main): Adding some
28233         output for debugging.
28234         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28235         timeouts if we go to any state different from PLAYING.
28236         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28237         more EOS bugs in riff lib.
28238
28239 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28240
28241         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28242         visualization until i find a way to fix switch correctly.
28243         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28244         EOS arrives.
28245         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28246         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28247         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28248         Reworked switch to get a more correct behaviour with events and refing
28249         of data stored in sinkpads.
28250         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28251         we don't pull from a pad in EOS.
28252
28253 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28254
28255         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28256           remove v1 tag even if we can't read it (makes sure we don't detect
28257           it again)
28258
28259 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28260
28261         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28262         (gst_alsa_xrun_recovery):
28263         * ext/alsa/gstalsa.h:
28264           try xrun recovery when wait failed. Make xrun recovery function
28265           return TRUE/FALSE to indicate success. (might fix #134354)
28266
28267 2004-02-13  David Schleef  <ds@schleef.org>
28268
28269         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28270         (dynparm_value_changed), (main): Convert from float to double.
28271         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28272
28273 2004-02-13  David Schleef  <ds@schleef.org>
28274
28275         * gst/silence/gstsilence.c: (gst_silence_class_init),
28276         (gst_silence_set_clock), (gst_silence_get),
28277         (gst_silence_set_property), (gst_silence_get_property):
28278         * gst/silence/gstsilence.h: Add sync property.
28279         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28280         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28281         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28282         * gst/sine/gstsinesrc.h: Add sync property.
28283
28284 2004-02-13  David Schleef  <ds@schleef.org>
28285
28286         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28287         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28288
28289 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28290
28291         * configure.ac:
28292         * ext/Makefile.am:
28293         * gst-libs/ext/Makefile.am:
28294           move ffmpeg plugin to gst-ffmpeg module
28295
28296 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28297
28298         * configure.ac: use GST_ARCH to detect architecture
28299
28300 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28301
28302         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28303
28304 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28305
28306         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28307           classify LADSPA plugins based on number of src/sink pads
28308           (#133663, Stefan Kost)
28309         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28310           fix dparams registration
28311           (#133528, Stefan Kost)
28312         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28313           fix use of isprint and use g_ascii_isprint instead
28314           (#133316, Stefan Kost)
28315
28316 2004-02-11  David Schleef  <ds@schleef.org>
28317
28318         Convert a few inner loops to use liboil.  This is currently
28319         optional, and is only enabled if liboil is present (duh!).
28320         * configure.ac: Check for liboil-0.1
28321         * gst/intfloat/Makefile.am:
28322         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28323         (gst_int2float_chain_gint16):
28324         * gst/videofilter/Makefile.am:
28325         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28326         (tablelookup_u8), (gst_videobalance_planar411):
28327         * gst/videotestsrc/Makefile.am:
28328         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28329         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28330         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28331         (paint_hline_RGB565), (paint_hline_xRGB1555):
28332
28333 2004-02-11  David Schleef  <ds@schleef.org>
28334
28335         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28336         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28337         (gst_colorspace_getcaps), (gst_colorspace_link),
28338         (gst_colorspace_base_init), (gst_colorspace_init),
28339         (gst_colorspace_chain), (gst_colorspace_change_state),
28340         (plugin_init): Merge Ronald's patch (bug #117897) and update
28341         for new caps and negotiation.  Seems to work, although it
28342         shows off bugs in lcs.
28343
28344 2004-02-11  David Schleef  <ds@schleef.org>
28345
28346         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28347         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28348
28349 2004-02-11  David Schleef  <ds@schleef.org>
28350
28351         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28352         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28353         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28354         Add server and port properties
28355
28356 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28357
28358         * m4/a52.m4:
28359         * m4/aalib.m4:
28360         * m4/as-ffmpeg.m4:
28361         * m4/as-liblame.m4:
28362         * m4/as-slurp-ffmpeg.m4:
28363         * m4/check-libheader.m4:
28364         * m4/esd.m4:
28365         * m4/freetype2.m4:
28366         * m4/gconf-2.m4:
28367         * m4/glib.m4:
28368         * m4/gst-alsa.m4:
28369         * m4/gst-artsc.m4:
28370         * m4/gst-ivorbis.m4:
28371         * m4/gst-matroska.m4:
28372         * m4/gst-sdl.m4:
28373         * m4/gst-shout2.m4:
28374         * m4/gst-sid.m4:
28375         * m4/gtk.m4:
28376         * m4/libdv.m4:
28377         * m4/libfame.m4:
28378         * m4/libmikmod.m4:
28379         * m4/ogg.m4:
28380         * m4/vorbis.m4:
28381           fix underquotedness of macros (#133800)
28382         * m4/as-avifile.m4:
28383         * m4/xmms.m4:
28384           removed because no longer used
28385
28386 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28387
28388         * configure.ac:
28389           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28390           by autopoint (fixes #132996)
28391
28392 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28393
28394         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28395         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28396         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28397         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28398           fix memleaks
28399
28400 2004-02-11  David Schleef  <ds@schleef.org>
28401
28402         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28403         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28404         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28405         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28406         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28407         (gst_jpegenc_class_init), (gst_jpegenc_init),
28408         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28409         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28410         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28411         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28412
28413 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28414
28415         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28416         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28417         * ext/mikmod/gstmikmod.h:
28418           fix caps negotiation in mikmod
28419         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28420           output debug information
28421
28422 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28423
28424         * gst-libs/gst/colorbalance/Makefile.am:
28425         * gst-libs/gst/navigation/Makefile.am:
28426         * gst-libs/gst/xoverlay/Makefile.am:
28427           remove unused GST_OPT_CFLAGS from Makefiles
28428           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28429
28430 2004-02-07  David Schleef  <ds@schleef.org>
28431
28432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28433         push events to pads that haven't been created (#133508)
28434
28435 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28436
28437         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28438         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28439         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28440         (gst_dvdec_loop), (gst_dvdec_change_state):
28441         Second attempt at committing a working dvdec element.
28442
28443 2004-02-06  David Schleef  <ds@schleef.org>
28444
28445         Build fixes for OS X: (see #129600)
28446         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28447         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28448         (gst_riff_read_strf_iavs):
28449         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28450         (gst_avi_demux_stream_odml):
28451         * gst/playondemand/Makefile.am:
28452         * gst/rtp/rtp-packet.c:
28453
28454 2004-02-05  David Schleef  <ds@schleef.org>
28455
28456         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28457         last change, because it Just Doesn't Compile.
28458
28459 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28460
28461         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28462           skip undecodable id3v2 tag instead of keeping it
28463
28464 2004-02-05  David Schleef  <ds@schleef.org>
28465
28466         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28467         Unref leaked buffer.  (Noticed by Ronald)
28468
28469 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28470
28471         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28472         Sync requires with other checks.  >= vs =.
28473
28474 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28475
28476         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28477         (gst_dvdec_video_link), (gst_dvdec_loop):
28478         * ext/dv/gstdvdec.h:
28479           rework the caps negotiation so that dvdec works again instead
28480           of just segfaulting.
28481
28482 === release 0.7.4 ===
28483
28484 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28485
28486         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28487         * configure.ac: changed for release
28488
28489 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28490
28491         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28492         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28493         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28494         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28495           reworked patch by David Lehn to fix libdir and includedir for
28496           uninstalled libraries
28497           removed play and gconf from gstreamer-libs since they have their
28498           own pkgconfig files
28499
28500 2004-02-04  David Schleef  <ds@schleef.org>
28501
28502         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28503         memleak.
28504
28505 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28506
28507         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28508           use correct GST_TAG_ENCODER tag
28509
28510 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28511
28512         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28513           be sure to stop the clock when going to paused
28514         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28515           reset number of transmitted when going to ready.
28516         fixes #132935
28517
28518 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28519
28520         reviewed by Benjamin Otte
28521
28522         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28523           extract track count (fixes #133410)
28524
28525 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28526
28527         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28528           that should be !=, not == (fixes #132519)
28529
28530 2004-02-04  David Schleef  <ds@schleef.org>
28531
28532         Make sure set_explicit_caps() is called before adding pad.
28533         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28534         * gst/id3/gstid3types.c: (gst_id3types_loop):
28535         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28536         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28537
28538 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28539
28540         * configure.ac:
28541           bump nano to 2, first prerelease
28542           put back AM_PROG_LIBTOOL
28543
28544 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28545
28546         * testsuite/alsa/Makefile.am:
28547           these are user test apps, not automatic testsuite tests
28548
28549 2004-02-04  David Schleef  <ds@schleef.org>
28550
28551         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28552         * gst/mpeg1videoparse/gstmp1videoparse.c:
28553         (mp1videoparse_parse_seq):
28554         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28555         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28556         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28557         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28558         (gst_xvideosink_getcaps):
28559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28560         * testsuite/gst-lint: more tests
28561
28562 2004-02-04  David Schleef  <ds@schleef.org>
28563
28564         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28565         with the code that they would expand to.
28566         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28567         (gst_flacdec_get_src_query_types),
28568         (gst_flacdec_get_src_event_masks):
28569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28570         (gst_gnomevfssrc_get_query_types),
28571         (gst_gnomevfssrc_get_event_mask):
28572
28573 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28574
28575         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28576         (gst_sinesrc_dispose):
28577           fix memleak by properly disposing sinesrc
28578
28579 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28580
28581         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28582         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28583         an overlay to redraw the image because it has been exposed.
28584         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28585         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28586         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28587         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28588         interface
28589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28590         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28591         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28592         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28593         interface
28594
28595 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28596
28597         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28598           more memleak fixage
28599
28600 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28601
28602         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28603         * gst/typefind/gsttypefindfunctions.c:
28604           fix memleaks shown by gst-typefind
28605
28606 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28607
28608         * common/glib-gen.mak:
28609           add hack rule to touch .Plo files
28610         * gst-libs/gst/colorbalance/Makefile.am:
28611         * gst-libs/gst/mixer/Makefile.am:
28612         * gst-libs/gst/play/Makefile.am:
28613         * gst-libs/gst/tuner/Makefile.am:
28614           remove glib_root variable
28615
28616 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28617
28618         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28619           set explicit caps before adding the element, so the autopluggers can
28620           plug correctly.
28621         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28622         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28623         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28624         (dv_type_find):
28625           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28626           argument.
28627
28628 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28629
28630         * gst-libs/gst/colorbalance/Makefile.am:
28631         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28632         * gst-libs/gst/colorbalance/colorbalance.c:
28633         * gst-libs/gst/colorbalance/colorbalance.h:
28634         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28635         * gst-libs/gst/mixer/Makefile.am:
28636         * gst-libs/gst/mixer/mixer-marshal.list:
28637         * gst-libs/gst/mixer/mixer.c:
28638         * gst-libs/gst/mixer/mixer.h:
28639         * gst-libs/gst/mixer/mixermarshal.list:
28640         * gst-libs/gst/play/Makefile.am:
28641         * gst-libs/gst/play/play.h:
28642         * gst-libs/gst/tuner/Makefile.am:
28643         * gst-libs/gst/tuner/tuner-marshal.list:
28644         * gst-libs/gst/tuner/tuner.c:
28645         * gst-libs/gst/tuner/tuner.h:
28646         * gst-libs/gst/tuner/tunermarshal.list:
28647           use new glib-gen.mak snippet to clean up Makefile.am
28648           fix various bugs in Makefile.am's
28649
28650 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28651
28652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28653           handle chain parsing correctly in the multichain case
28654         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28655         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28656         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28657         (theora_dec_chain):
28658           handle events and queries correctly
28659
28660 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28661
28662         * .cvsignore:
28663         Ignore generated file _stdint.h.
28664
28665 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28666
28667         * gst-libs/gst/colorbalance/Makefile.am:
28668         * gst-libs/gst/colorbalance/colorbalance.h:
28669         * gst-libs/gst/mixer/Makefile.am:
28670         * gst-libs/gst/mixer/mixer.h:
28671         * gst-libs/gst/play/Makefile.am:
28672         * gst-libs/gst/play/play.h:
28673         * gst-libs/gst/tuner/Makefile.am:
28674         * gst-libs/gst/tuner/tuner.h:
28675         Generate enum type code with glib-mkenums.
28676         * gst-libs/gst/colorbalance/.cvsignore:
28677         * gst-libs/gst/mixer/.cvsignore:
28678         * gst-libs/gst/play/.cvsignore:
28679         * gst-libs/gst/tuner/.cvsignore:
28680         Ignore generated files.
28681
28682 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28683
28684         * gst-libs/gst/audio/.cvsignore:
28685         Ignore generated file.
28686         * gst-libs/gst/audio/Makefile.am:
28687         Do not install example filter.
28688
28689 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28690
28691         * examples/switch/.cvsignore:
28692         Ignore generated file.
28693
28694 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28695
28696         * common/m4/ax_create_stdint_h.m4:
28697         * configure.ac:
28698           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28699           _stdint.h.
28700         * Makefile.am:
28701           remove generated _stdint.h in DISTCLEANFILES
28702         * ext/a52dec/gsta52dec.c:
28703           include _stdint.h for a52dec. (should fix #133064)
28704
28705 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28706
28707         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28708         (gst_tag_to_vorbis_comments):
28709         Add replaygain support to vorbistag
28710
28711 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28712         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28713         (gst_ffmpeg_caps_to_extradata):
28714           Fix SVQ3 caps flag properties
28715           Use glib macro for bytes swap
28716
28717 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28718
28719         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28720         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28721         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28722         * ext/sndfile/gstsf.c: (plugin_init):
28723         * gst/avi/gstavi.c: (plugin_init):
28724         * sys/dxr3/dxr3init.c: (plugin_init):
28725         * sys/oss/gstossaudio.c: (plugin_init):
28726         * sys/v4l/gstv4l.c: (plugin_init):
28727         * sys/v4l2/gstv4l2.c: (plugin_init):
28728           remove textdomain calls
28729         * po/nl.po:
28730           update Dutch translation
28731
28732 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28733
28734         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28735         (gst_play_set_audio_sink): Moving volume in the audio thread for
28736         instantaneous volume change. Maybe i will add another volume in front
28737         of visualization later, not sure yet though.
28738
28739 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28740
28741         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28742         (gst_ximagesink_handle_xevents): Better X events handling, only take
28743         the latest events for configure and motion.
28744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28745
28746 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28747
28748         reviewed by: David Schleef  <ds@schleef.org>
28749
28750         Fix memory leaks:
28751         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28752         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28753
28754 2004-02-02  David Schleef  <ds@schleef.org>
28755
28756         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28757         of lines.
28758         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28759         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28760         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28761         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28762         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28763         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28764         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28765         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28766         (gst_float2_2_int_link):
28767         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28768         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28769         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28770         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28771         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28772         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28773         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28774         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28775         * testsuite/gst-lint: Add tests for bzero and ;;
28776
28777 2004-02-02  David Schleef  <ds@schleef.org>
28778
28779         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28780
28781 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28782
28783         * ext/aalib/gstaasink.c: (gst_aasink_open):
28784         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28785         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28786         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28787         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28788         (gst_afsink_close_file):
28789         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28790         (gst_afsrc_close_file):
28791         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28792         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28793         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28794         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28795         * ext/esd/esdmon.c: (gst_esdmon_get):
28796         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28797         * ext/faac/gstfaac.c: (gst_faac_chain):
28798         * ext/faad/gstfaad.c: (gst_faad_chain):
28799         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28800         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28801         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28802         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28803         (gst_flacdec_loop):
28804         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28805         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28806         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28807         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28808         (gst_gnomevfssink_close_file):
28809         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28810         (gst_gnomevfssrc_open_file):
28811         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28812         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28813         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28814         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28815         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28816         * ext/mad/gstmad.c: (gst_mad_chain):
28817         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28818         * ext/mpeg2dec/gstmpeg2dec.c:
28819         * ext/mpeg2enc/gstmpeg2enc.cc:
28820         * ext/mplex/gstmplex.cc:
28821         * ext/mplex/gstmplexibitstream.cc:
28822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28823         (gst_ogg_demux_push):
28824         * ext/raw1394/gstdv1394src.c:
28825         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28826         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28827         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28828         (gst_sf_loop):
28829         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28830         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28831         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28832         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28833         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28834         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28835         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28836         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28837         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28838         (gst_riff_read_element_data), (gst_riff_read_seek),
28839         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28840         * gst/adder/gstadder.c: (gst_adder_loop):
28841         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28842         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28843         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28844         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28845         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28846         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28847         * gst/goom/gstgoom.c: (gst_goom_chain):
28848         * gst/id3/gstid3types.c: (gst_id3types_loop):
28849         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28850         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28851         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28852         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28853         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28854         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28855         (gst_ebml_read_float), (gst_ebml_read_header):
28856         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28857         (gst_matroska_demux_parse_blockgroup):
28858         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28859         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28860         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28861         * gst/silence/gstsilence.c: (gst_silence_get):
28862         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28863         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28864         * gst/speed/gstspeed.c: (speed_loop):
28865         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28866         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28867         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28868         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28869         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28870         (gst_wavparse_loop):
28871         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28872         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28873         (dxr3audiosink_close):
28874         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28875         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28876         (dxr3videosink_close), (dxr3videosink_write_data):
28877         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28878         * sys/oss/gstosssink.c: (gst_osssink_chain):
28879         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28880         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28881         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28882         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28883         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28884         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28885         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28886         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28887         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28888         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28889         (gst_v4l_set_audio):
28890         * sys/v4l/v4l_calls.h:
28891         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28892         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28893         (gst_v4lmjpegsink_playback_init),
28894         (gst_v4lmjpegsink_playback_start):
28895         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28896         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28897         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28898         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28899         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28900         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28901         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28902         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28903         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28904         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28905         (gst_v4l2_get_output), (gst_v4l2_set_output),
28906         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28907         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28908         (gst_v4l2_set_attribute):
28909         * sys/v4l2/v4l2_calls.h:
28910         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28911         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28912         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28913         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28914         (gst_v4l2src_capture_stop):
28915         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28916         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28917         (gst_ximagesink_chain):
28918         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28919         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28920         (gst_xvideosink_xwindow_new):
28921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28922         (gst_xvimagesink_chain):
28923
28924 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28925
28926         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28927         (gst_volume_get_volume), (volume_class_init), (volume_init),
28928         (volume_chain_int16), (volume_update_volume):
28929         * gst/volume/gstvolume.h:
28930           make code more readable by removing magic numbers
28931           make mixer interface export 0-100 range
28932           make it internally map to 0.0-1.0 range so users don't distort
28933           output by putting the sliders at full volume
28934
28935 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28936
28937         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28938         (gst_play_state_change), (gst_play_seek_to_time):
28939         block the tick callback for 0.5 secs after doing a seek
28940
28941 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28942
28943         * gst-libs/gst/play/play.c: (gst_play_new):
28944           check for GError
28945
28946 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28947
28948         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28949         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28950         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28951         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28953         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28954
28955 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28956
28957         * configure.ac:
28958         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28959           check for a function added in vorbis 1.1
28960
28961 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28962
28963         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28964         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28965           really start/stop clock only on PLAYING <=> PAUSED
28966         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28967           remove \n from debugging lines
28968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28969           make it work when seeking does not
28970         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28971           reset on DISCONT
28972
28973 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28974
28975         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28976           start clock on PAUSED=>PLAYING, not later
28977         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28978           extract correct time for different discont formats
28979         (gst_alsa_sink_get_time):
28980           don't segfault when no format is negotiated yet, just return 0
28981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28982         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28983         (gst_ogg_pad_push):
28984           handle flush and discont events correctly
28985         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28986           handle discont events correctly
28987
28988 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28989
28990         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28991         (gst_play_error_create), (gst_play_error_plugin),
28992         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28993         * gst-libs/gst/play/play.h:
28994           add error handling during creation
28995         * examples/gstplay/player.c: (main):
28996           use new gst_play_new
28997
28998
28999 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29000
29001         * ext/theora/theoradec.c: (theora_dec_chain):
29002           make comments work
29003         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29004         (vorbis_dec_src_event), (vorbis_dec_chain):
29005           add encoder tag, fix tag reading to be more error tolerant, change
29006           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29007           gst_pad_event_default.
29008         * gst/tags/gstvorbistag.c:
29009         (gst_tag_list_from_vorbiscomment_buffer):
29010           undefine function specific define at end of function
29011
29012 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29013
29014         * ext/flac/gstflac.c: (plugin_init):
29015         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29016         * ext/flac/gstflacdec.h:
29017         * ext/flac/gstflacenc.h:
29018           Fix typos
29019
29020 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29021
29022         * examples/gstplay/player.c: s/gstplay.h/play.h/
29023
29024 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29025
29026         * gst-libs/gst/play/Makefile.am:
29027         * gst-libs/gst/play/gstplay.c:
29028         * gst-libs/gst/play/gstplay.h:
29029         * gst-libs/gst/play/play.c:
29030           more surgery, operation complete
29031
29032 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29033
29034         * gst-libs/gst/play/play.old.c:
29035         * gst-libs/gst/play/play.old.h:
29036           after CVS surgery by moving, remove
29037         * gst-libs/gst/play/playpipelines.c:
29038           remove
29039
29040         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29041           add negotiation error
29042
29043 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29044
29045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29046         (gst_ogg_demux_push):
29047           add some seeking debug info
29048           send a flush when seeking
29049
29050 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29051
29052         * configure.ac:
29053           use AC_C_INLINE
29054         * configure.ac:
29055         * ext/Makefile.am:
29056         * ext/theora/Makefile.am:
29057         * ext/theora/theoradec.c:
29058           add theora video decoder. Does just do simple decoding for now and
29059           has been tested against Theora cvs only. It only works when theora
29060           is compiled with --enable-static.
29061         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29062           always reset packetno on DISCONT
29063
29064 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29065
29066         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29067           Fix audio.
29068
29069 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * gst/mpegaudioparse/gstmpegaudioparse.c:
29072         (mp3_type_frame_length_from_header):
29073           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29074
29075 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29076
29077         * ext/esd/esdsink.c: (gst_esdsink_init):
29078           Since we have static pad template caps, we don't need to negotiate;
29079           either the core errors out or we know the format.
29080
29081 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29082
29083         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29084         (gst_riff_read_seek):
29085         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29086         (gst_ebml_read_seek):
29087           Fix event handling.
29088
29089 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29090
29091         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29092           removee video/x-theora from vp3 decoder, it doesn't handle raw
29093           theora streams
29094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29095           fix bug with finalizing element that never went to PAUSED
29096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29097           length and position queries were swapped
29098         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29099         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29100         (vorbis_dec_src_event):
29101           implement querying time and bytes
29102
29103 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29104
29105         * just about every source file:
29106           gst_element_error -> GST_ELEMENT_ERROR
29107
29108 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29109
29110         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29111         emiting FLUSH and even before DISCONT.
29112         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29113         get the best instant seeking as possible yay!
29114
29115 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29116
29117         * gst/mpeg1videoparse/gstmp1videoparse.c:
29118         (gst_mp1videoparse_real_chain):
29119           Committed wrong version last week... Grr... Didn't notice until now.
29120
29121 2004-01-29  Julien MOUTTE <julien@moutte.net>
29122
29123         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29125         have_xwindow_id signal in xwindow_create.
29126
29127 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29128
29129         * ext/ogg/gstoggdemux.c:
29130           lots of changes - mainly support for chained bitstreams, seeking,
29131           querying and bugfixes of course
29132         * ext/vorbis/Makefile.am:
29133         * ext/vorbis/vorbisdec.c:
29134         * ext/vorbis/vorbisdec.h:
29135           add vorbisdec raw vorbis decoder
29136         * ext/vorbis/vorbis.c: (plugin_init):
29137           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29138         * gst/intfloat/Makefile.am:
29139         * gst/intfloat/float22int.c:
29140         * gst/intfloat/float22int.h:
29141         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29142           add float2intnew plugin. It converts multichannel interleaved float to
29143           multichannel interleaved int. The name should probably be changed.
29144         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29145         (plugin_init):
29146           add typefinding for raw theora video so oggdemux can detect it.
29147
29148 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29149
29150         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29151         sink element first.
29152         * gst/videoscale/gstvideoscale.c:
29153         (gst_videoscale_handle_src_event): Fixing src event handler.
29154
29155 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29156
29157         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29158         (gst_v4lsrc_open), (gst_v4lsrc_close),
29159         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29160         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29161         * sys/v4l/gstv4lsrc.h:
29162         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29163         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29164           Implement resizing... Hack. But that's why v4l is b0rked...
29165
29166 2004-01-28  Julien MOUTTE <julien@moutte.net>
29167
29168         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29169         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29170         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29171         (gst_ximagesink_xwindow_destroy):
29172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29173         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29174         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29175         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29176         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29177         correctly cleaning the image created to check xshm calls on succes,
29178         added a lot of XSync calls in X11 functions, and fixed a segfault when
29179         no image format was defined before negotiation happened.
29180
29181 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29182
29183         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29184           use gst_element_get_time to get correct time
29185
29186 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29187
29188         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29189         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29190         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29192         (gst_xvimagesink_check_xshm_calls),
29193         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29194         X plugins are now able to detect that XShm calls will fail even if the
29195         server claims that it has XShm support (remote displays most of the
29196         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29197         so that we use non XShm functions. This feature is almost useless for
29198         xvimagesink as Xv is not supported on remote displays anyway, but
29199         it might happen than even on the local display XShm calls fail.
29200
29201 2004-01-27  David Schleef  <ds@schleef.org>
29202
29203         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29204         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29205         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29206         changed esdsink to only use 44100,16,2, since esd sucks at rate
29207         conversion and esdsink has had difficulty negotiating.
29208
29209 2004-01-27  Julien MOUTTE <julien@moutte.net>
29210
29211         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29212         (gst_play_seek_to_time): Fixing the way to get current position.
29213
29214 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29215
29216         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29217           use gst_element_get_time to get correct time
29218
29219 2004-01-27  Julien MOUTTE <julien@moutte.net>
29220
29221         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29222         fix ever... Inverting 2 lines of code make spider autoplug correctly
29223         tagged mp3 !
29224
29225 2004-01-27  David Schleef  <ds@schleef.org>
29226
29227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29228         Use gst_pad_try_set_caps_nonfixed().
29229
29230 2004-01-27  David Schleef  <ds@schleef.org>
29231
29232         * gst/ac3parse/gstac3parse.c: update to checklist 5
29233         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29234         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29235         * gst/audioscale/gstaudioscale.c: same
29236         * gst/auparse/gstauparse.c: same
29237         * gst/avi/gstavidemux.c: same
29238
29239 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29240
29241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29242           stop processing after EOS
29243
29244 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29245
29246         * gst/asfdemux/asfheaders.h:
29247         * gst/asfdemux/gstasfdemux.c:
29248         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29249         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29250         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29251           lot's of fixes to make data extraction simpler and get the code
29252           architecture and compiler independant. Add debugging category
29253         * gst/goom/gstgoom.c: (gst_goom_change_state):
29254           reset channel count on PAUSED=>READY, not READY=>PAUSED
29255
29256 2004-01-26  Colin Walters  <walters@verbum.org>
29257
29258         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29259         code to pull a bigger buffer in iradio mode.  This as a side effect
29260         makes typefinding work.
29261
29262 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29263
29264         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29265         Fix SVQ3 decoding on PPC
29266
29267 2004-01-26  Julien MOUTTE <julien@moutte.net>
29268
29269         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29270         that one managed to stay there... Fixed.
29271
29272 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29273
29274         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29275         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29276         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29277         (qtdemux_video_caps):
29278         * gst/qtdemux/qtdemux.h:
29279         Add SVQ3 specific flags to qtdemux and ffmpeg
29280
29281 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29282
29283         * gst-libs/gst/audio/audio.h:
29284           remove buffer-frames from audio caps
29285         * gst/audioconvert/gstaudioconvert.c:
29286           fix plugin to really work.
29287
29288 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29289
29290         * gst-libs/gst/mixer/mixer.c:
29291         * gst-libs/gst/propertyprobe/propertyprobe.c:
29292         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29293         (gst_tuner_find_channel_by_name):
29294         * gst-libs/gst/tuner/tuner.h:
29295           Add gtk-doc style comments. Also fix a function name.
29296
29297 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29298
29299         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29300         (gst_divxdec_negotiate):
29301           Fix for new capsnego - also fixes gst-player with divxdec.
29302
29303 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29304
29305         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29306         (gst_play_identity_handoff), (gst_play_set_location),
29307         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29308         try in visualization implementation. Still have an issue with switch
29309         blocking when pulling from video_queue and only audio comes out of
29310         spider.
29311         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29312         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29313         release method. And check if the pad is usable before pulling.
29314
29315 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29316
29317         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29318         (gst_videobalance_init),
29319         (gst_videobalance_colorbalance_list_channels),
29320         (gst_videobalance_colorbalance_set_value),
29321         (gst_videobalance_colorbalance_get_value),
29322         (gst_videobalance_update_properties),
29323         (gst_videobalance_update_tables_planar411),
29324         (gst_videobalance_planar411):
29325         * gst/videofilter/gstvideobalance.h:
29326           Implement lookup-tables. +/- 10x faster.
29327
29328 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29329
29330         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29331         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29332           The index reading was broken. The rest worked fine, but the whole
29333           goal of my rewrite was to make avidemux readable, and this was
29334           not at all readable. Please use typed variables.
29335
29336 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29337
29338         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29339           Additional pad usability check.
29340         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29341         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29342         (gst_mp1videoparse_real_chain):
29343           Fix MPEG video stream parsing. The original plugin had several
29344           issues, including not timestamping streams where the source was
29345           not timestamped (this happens with PTS values in mpeg system
29346           streams, but MPEG video is also a valid stream on its own so
29347           that needs timestamps too). We use the display time code for that
29348           for now. Also, if one incoming buffer contains multiple valid
29349           frames, we push them all on correctly now, including proper EOS
29350           handling. Lastly, several potential segfaults were fixed, and we
29351           properly sync on new sequence/gop headers to include them in next,
29352           not previous frames (since they're header for the next frame, not
29353           the previous). Also see #119206.
29354         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29355         (bpf_from_header):
29356           Move caps setting so we only do it after finding several valid
29357           MPEG-1 fraes sequentially, not right after the first one (which
29358           might be coincidental).
29359         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29360         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29361         (plugin_init):
29362           Add unsynced MPEG video stream typefinding, and change some
29363           probability values so we detect streams rightly. The idea is as
29364           follows: I can have an unsynced system stream which contains
29365           video. In the current code, I would randomly get a type for either
29366           system or video stream type found, because the probabilities are
29367           being calculated rather randomly. I now use fixed values, so we
29368           always prefer system stream if that was found (and that is how it
29369           should be). If no system stream was found, we can still identity                the stream as video-only.
29370
29371 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29372
29373         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29374         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29375           don't write to buffer. Extract data without the need of
29376           __attribute__ ((packed))
29377
29378 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29379
29380         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29381         (mpeg1_sys_type_find):
29382           Fix MPEG-1 stream typefinding.
29383
29384 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29385
29386         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29387           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29388
29389 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29390
29391         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29392         * ext/esd/gstesd.c: (plugin_init):
29393           private debugging, better error reporting
29394
29395 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29396
29397         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29398         (gst_riff_read_init), (gst_riff_read_change_state):
29399         * gst-libs/gst/riff/riff-read.h:
29400           Remove stuff fromold metadata system.
29401
29402 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29403
29404         * ext/ogg/gstoggdemux.c:
29405           Fix wrong file comment.
29406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29407         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29408           Add metadata reading properly.
29409
29410 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29411
29412         * ext/Makefile.am:
29413           Fix nas DIST_SUBDIRS
29414           Uraeus:
29415           Fix bug where make distcheck doesn't get run on adding stuff to
29416           the build.
29417
29418 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29419
29420         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29421         * ext/divx/gstdivxdec.h:
29422           Fix divx3 ("msmpeg4") playback using divxdec.
29423
29424 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29425
29426         * gst/typefind/gsttypefindfunctions.c:
29427         (mp3_type_frame_length_from_header): fix bug in length computation
29428         (mp3_type_find): improve debugging output
29429
29430 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29431
29432         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29433         (gst_play_set_location), (gst_play_seek_to_time),
29434         (gst_play_set_audio_sink), (gst_play_set_visualization),
29435         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29436         the pipeline from scratch. Visualization is back and switch went out as
29437         i realized it was not possible to use the way i wanted.
29438         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29439         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29440         clearing in state change from READY to NULL. So that one can clean the
29441         X ressources keeping the element.
29442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29443         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29444         (gst_xvimagesink_colorbalance_set_value),
29445         (gst_xvimagesink_colorbalance_get_value),
29446         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29447         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29448         change from READY to NULL and fixed some stupid bugs in colorbalance
29449         get/set values. Also added the following feature : when nobody tries to
29450         set some values to the colorbalance levels before the xcontext is
29451         grabbed, then when creating channels list from Xv attributes we set the
29452         internal values to the Xv defaults. This way we handle buggy Xv drivers
29453         that set default hue values far from the middle of the range (Thanks
29454         to Jon Trowbridge for pointing that issue).
29455         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29456         colorbalance levels have been set before xcontext is grabbed.
29457
29458 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29459
29460         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29461           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29462           it might block operations (which is bad for a mixer).
29463
29464 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29465
29466         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29467         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29468         (gmip_find_type_pre):
29469         * gst-libs/gst/media-info/media-info-priv.h:
29470         * gst-libs/gst/media-info/media-info.c:
29471         (gst_media_info_instance_init), (gst_media_info_read_idler):
29472         add fakesink to get caps on decoder src pad again
29473         fix callback prototype to match new have_type signal signature
29474
29475 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29476
29477         * gst/adder/gstadder.c: (gst_adder_link):
29478           fix non-compile and cut-n-paste code
29479
29480 2004-01-21  David Schleef  <ds@schleef.org>
29481
29482         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29483         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29484         (gst_swfdec_init), (gst_swfdec_change_state):
29485         * ext/swfdec/gstswfdec.h:
29486         Fix negotiation.
29487         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29488         (gst_adder_request_new_pad): Fix negotiation.
29489         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29490         Add a fixate function.
29491         * gst/intfloat/gstfloat2int.c:
29492         * gst/intfloat/gstfloat2int.h:
29493         * gst/intfloat/gstint2float.c:
29494         * gst/intfloat/gstint2float.h:
29495         Completely rewrite the negotiation.  Doesn't quite work yet,
29496         due to some buffer-frames problem.
29497
29498 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29499
29500         * ext/gnomevfs/gstgnomevfssrc.c:
29501         * sys/v4l2/v4l2_calls.h:
29502           fix includes for distcheck
29503
29504 2004-01-21  Christian Schaller <uraeus@gnome.org>
29505
29506         * ext/nas/
29507         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29508         based on earlier patch from Laurent Vivier
29509
29510 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29511
29512         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29513         Fix wma caps property
29514         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29515         Fix typo (flags1 and flags2)
29516
29517 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29518
29519         * gst-libs/gst/media-info/media-info-priv.c:
29520         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29521         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29522         (gmip_find_stream), (gmip_find_track_metadata),
29523         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29524         (gmip_find_track_format):
29525         * gst-libs/gst/media-info/media-info-priv.h:
29526         * gst-libs/gst/media-info/media-info-test.c: (main):
29527         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29528         (gst_media_info_read_idler), (gst_media_info_read):
29529         * gst-libs/gst/media-info/media-info.h:
29530           register debugging category and use it for debugging
29531
29532 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29533
29534         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29535         (gst_vorbisfile_new_link):
29536           signal streaminfo through tags
29537
29538 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29539
29540         * ext/mplex/gstmplex.cc:
29541         * ext/mplex/gstmplexibitstream.cc:
29542           g++ doesn't like NULL in our i18n/error macros, should be
29543           either (NULL) or ("").
29544
29545 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29546
29547         * sys/dxr3/dxr3audiosink.c:
29548         * sys/dxr3/dxr3init.c:
29549         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29550         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29551           Fix more error error error errors (missing includes here).
29552
29553 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29554
29555         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29556           fix thomas' error errors.
29557
29558 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29559
29560         * ext/mpeg2enc/gstmpeg2enc.cc:
29561           fix error errors.
29562
29563 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29564
29565         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29566         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29567           Fix for new error system.
29568
29569 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29570
29571         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29572           fix for new error reporting
29573
29574 2004-01-20  David Schleef  <ds@schleef.org>
29575
29576         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29577         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29578         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29579         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29580         and neither is 100+, most likely.
29581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29582         (gst_xvimagesink_getcaps): same
29583
29584 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29585
29586         * configure.ac:
29587           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29588           clashes with ffmpeg.
29589
29590 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29591
29592         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29593         (gst_switch_init): Fixed switch element : proxying link and setting
29594         caps from src to sink on request.
29595
29596 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29597
29598         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29599         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29600         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29601         fix element_error
29602
29603 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29604
29605         * sys/v4l/v4l_calls.h:
29606         * sys/v4l2/v4l2_calls.h:
29607           element_error fixes
29608
29609 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29610
29611         * gst-libs/gst/gst-i18n-plugin.h:
29612           add locale.h
29613           remove config.h inclusion
29614
29615 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29616
29617         * autogen.sh:
29618           adding autopoint invocation
29619         * Makefile.am:
29620         * configure.ac:
29621         * gst-libs/gst/gettext.h:
29622           adding gettext bits
29623         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29624         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29625         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29626         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29627         (gst_gnomevfssink_close_file):
29628         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29629         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29630         * gst-libs/gst/gst-i18n-plugin.h:
29631         * gst/avi/gstavi.c: (plugin_init):
29632         * sys/dxr3/dxr3init.c: (plugin_init):
29633         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29634         * sys/oss/gstossaudio.c: (plugin_init):
29635         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29636         * sys/v4l/gstv4l.c: (plugin_init):
29637         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29638         * sys/v4l2/gstv4l2.c: (plugin_init):
29639         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29640         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29641         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29642         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29643         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29644         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29645           make sure locale and translation domain are set
29646           fix translated strings
29647         * po/.cvsignore:
29648         * po/LINGUAS:
29649         * po/Makevars:
29650         * po/POTFILES.in:
29651         * po/nl.po:
29652           put translation files into place
29653         * sys/xvideo/imagetest.c: (main):
29654         * ext/dv/demo-play.c: (main):
29655           fix unnecessary translations
29656
29657 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29658
29659         * ext/sndfile/gstsf.c:
29660         * gst/avi/gstavimux.c:
29661         * ext/audiofile/gstafsink.c:
29662         * ext/audiofile/gstafsrc.c:
29663         * ext/gnomevfs/gstgnomevfssink.c:
29664         * ext/gnomevfs/gstgnomevfssrc.c:
29665         * sys/oss/gstosselement.c:
29666         * sys/v4l/v4l_calls.h:
29667           fix i18n include
29668
29669 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29670
29671         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29672         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29673         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29674         (gst_v4l2_get_output), (gst_v4l2_set_output),
29675         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29676         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29677         (gst_v4l2_set_attribute):
29678         update to new error handling
29679
29680 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29681
29682         * ext/sidplay/gstsiddec.cc:
29683         * gst/modplug/gstmodplug.cc:
29684           parenthese NULL because C++ seems angry about it
29685
29686 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29687
29688         * gst-libs/gst/gst-i18n-plugin.h:
29689           add skeleton i18n stuff, but needs to be further implemented
29690
29691 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29692
29693         * examples/gstplay/player.c: (main):
29694         * ext/aalib/gstaasink.c: (gst_aasink_open):
29695         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29696         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29697         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29698         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29699         (gst_afsink_close_file):
29700         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29701         (gst_afsrc_close_file):
29702         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29703         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29704         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29705         * ext/esd/esdmon.c: (gst_esdmon_get):
29706         * ext/esd/esdsink.c: (gst_esdsink_chain):
29707         * ext/faac/gstfaac.c: (gst_faac_chain):
29708         * ext/faad/gstfaad.c: (gst_faad_chain):
29709         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29710         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29711         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29712         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29713         (gst_flacdec_loop):
29714         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29715         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29716         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29717         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29718         (gst_gnomevfssink_close_file):
29719         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29720         (gst_gnomevfssrc_open_file):
29721         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29722         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29723         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29724         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29725         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29726         * ext/mad/gstmad.c: (gst_mad_chain):
29727         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29728         * ext/mpeg2dec/gstmpeg2dec.c:
29729         * ext/mpeg2enc/gstmpeg2enc.cc:
29730         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29731         * ext/mplex/gstmplex.cc:
29732         * ext/mplex/gstmplexibitstream.cc:
29733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29734         (gst_ogg_demux_push), (gst_ogg_pad_push):
29735         * ext/raw1394/gstdv1394src.c:
29736         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29737         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29738         * ext/sidplay/gstsiddec.cc:
29739         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29740         (gst_sf_loop):
29741         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29742         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29743         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29745         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29746         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29747         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29748         * gst-libs/gst/Makefile.am:
29749         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29750         (gst_riff_read_element_data), (gst_riff_read_seek),
29751         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29752         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29754         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29755         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29756         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29757         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29758         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29759         * gst/goom/gstgoom.c: (gst_goom_chain):
29760         * gst/id3/gstid3types.c: (gst_id3types_loop):
29761         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29762         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29763         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29764         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29765         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29766         (gst_ebml_read_float), (gst_ebml_read_header):
29767         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29768         (gst_matroska_demux_parse_blockgroup):
29769         * gst/modplug/gstmodplug.cc:
29770         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29771         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29772         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29773         * gst/silence/gstsilence.c: (gst_silence_get):
29774         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29775         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29776         * gst/speed/gstspeed.c: (speed_loop):
29777         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29778         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29779         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29780         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29781         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29782         (gst_wavparse_loop):
29783         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29784         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29785         (dxr3audiosink_close):
29786         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29787         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29788         (dxr3videosink_close), (dxr3videosink_write_data):
29789         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29790         * sys/oss/gstosselement.h:
29791         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29792         (gst_osssink_chain):
29793         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29794         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29795         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29797         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29798         (gst_v4l_enable_overlay):
29799         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29800         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29801         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29802         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29803         (gst_v4l_set_audio):
29804         * sys/v4l/v4l_calls.h:
29805         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29806         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29807         (gst_v4lmjpegsink_playback_init),
29808         (gst_v4lmjpegsink_playback_start):
29809         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29810         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29811         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29812         (gst_v4lmjpegsrc_requeue_frame):
29813         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29814         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29815         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29816         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29817         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29818         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29819         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29820         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29821         (gst_v4l2src_capture_stop):
29822         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29823         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29824         (gst_ximagesink_chain):
29825         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29826         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29827         (gst_xvideosink_xwindow_new):
29828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29829         (gst_xvimagesink_chain):
29830         use new error signal, function and categories
29831
29832 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29833
29834         * configure.ac:
29835         * ext/Makefile.am:
29836         * ext/musicbrainz/gsttrm.c:
29837         * ext/musicbrainz/gsttrm.h:
29838         * ext/musicbrainz/Makefile.am:
29839         Add a trm plugin
29840
29841 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29842
29843         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29844         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29845         synchronous property for debugging.
29846         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29848         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29849         smaller block, fixing indent.
29850
29851 2004-01-16  David Schleef  <ds@schleef.org>
29852
29853         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29854         property affects the video stream.
29855         * sys/xvimage/xvimagesink.c:
29856         * sys/xvimage/xvimagesink.h:
29857         Add synchronous property for debugging.  Should probably be
29858         disabled in non-CVS builds.  Make sure that the Xv attribute
29859         exists before we set it (crash!).  Fix a silly float bug that
29860         caused colorbalance to just not work.
29861
29862 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29863
29864         * tools/gst-launch-ext.in - update for new plugins
29865
29866 2004-01-16  David Schleef  <ds@schleef.org>
29867
29868         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29869         already-freed caps.
29870
29871 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29872
29873         * Update spec for new colorspace plugin and libcaca plugin
29874         * Fix compilation of libcaca plugin (clock -> id)
29875
29876 2004-01-16  Julien MOUTTE <julien@moutte.net>
29877
29878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29879         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29880         (gst_xvimagesink_set_xwindow_id),
29881         (gst_xvimagesink_colorbalance_set_value),
29882         (gst_xvimagesink_colorbalance_get_value),
29883         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29884         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29885         correct colorbalance properties. They can now be set when the element
29886         is still in NULL state. The values will be committed to the Xv Port
29887         when xcontext is initialized.
29888         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29889         brightness int values in the GstXvImagesink structure.
29890
29891 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29892
29893         * gst-libs/gst/Makefile.am:
29894           restructure so having local patches works easier.
29895
29896 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29897
29898         * ext/mpeg2enc/Makefile.am:
29899         * ext/mpeg2enc/gstmpeg2enc.cc:
29900         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29901           Bugfix with respect to EOS handling.
29902
29903 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29904
29905         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29906           Link with right caps (else, it segfaults).
29907         * ext/mplex/gstmplexjob.cc:
29908           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29909
29910 2004-01-15  David Schleef  <ds@schleef.org>
29911
29912         * gst-libs/gst/audio/Makefile.am:
29913         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29914         from the template.
29915         * gst-libs/gst/audio/gstaudiofilter.c:
29916         * gst-libs/gst/audio/gstaudiofilter.h:
29917         Add bytes_per_sample and size and n_samples calculation.
29918         * gst-libs/gst/audio/gstaudiofilterexample.c:
29919         Remove, now autogenerated.
29920         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29921         Moved from gstaudiofilterexample, object name changed, code added
29922         so that it actually works.
29923         * gst-libs/gst/audio/make_filter:
29924         Script to build an audiofilter subclass from the template.
29925         * gst/colorspace/Makefile.am:
29926         * gst/colorspace/yuv2yuv.c:
29927         Remove file, since it's GPL, and we don't use it.
29928
29929 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29930
29931         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29933         them use the buffer free function to test how the buffer was allocated.
29934
29935 2004-01-15  David Schleef  <ds@schleef.org>
29936
29937         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29938         that handles osssink fallback.
29939         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29940         (gst_audio_convert_getcaps):
29941         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29942         Add audio/x-qdm2 for QDM2 audio.
29943         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29944         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29945         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29946         Decrease minimum size to 16x16.
29947         * gst/wavparse/gstwavparse.c:
29948         Convert disabled pad template caps to new caps.
29949         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29951         (gst_xvimagesink_chain): Throw element error when display cannot
29952         be opened.  Increase minimum framerate to 1.0.  Check the data
29953         free function on a buffer to make sure it is the type we expect
29954         before manipulating it.
29955
29956 2004-01-15  Julien MOUTTE <julien@moutte.net>
29957
29958         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29959         (gst_videobalance_colorbalance_set_value): Implement passthru if
29960         settings are in the middle.
29961         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29962
29963 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29964
29965         * gst/videofilter/Makefile.am:
29966         * gst/volume/Makefile.am:
29967           Since we use videofilter symbols, link to it.
29968
29969 2004-01-15  Julien MOUTTE <julien@moutte.net>
29970
29971         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29972         mixer interface type to HARDWARE.
29973         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29974         type to SOFTWARE.
29975         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29976         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29977         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29978         (gst_volume_interface_init), (gst_volume_list_tracks),
29979         (gst_volume_set_volume), (gst_volume_get_volume),
29980         (gst_volume_set_mute), (gst_volume_mixer_init),
29981         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29982         (volume_init): Implementing mixer interface.
29983         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29984         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29985         (gst_osselement_change_state): Removing some trailing commas in
29986         structures.
29987         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29988         interface type to HARDWARE.
29989         * sys/v4l/gstv4lcolorbalance.c:
29990         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29991         type to HARDWARE.
29992         * sys/v4l2/gstv4l2colorbalance.c:
29993         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29994         interface type to HARDWARE.
29995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29996         same code than ximagesink for event handling.
29997
29998 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29999
30000         * ext/snapshot/Makefile.am:
30001         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30002         (gst_snapshot_chain):
30003         * ext/snapshot/gstsnapshot.h:
30004           This has to be a joke... Snapshot should be connected to a tee,
30005           colorspace element before it and EOS after that, where the other
30006           src of the tee receives normal data.
30007           The current way is *wrong*.
30008
30009 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30010
30011         * ext/hermes/gsthermescolorspace.c:
30012           Fix another compile error. Same as below.
30013
30014 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30015
30016         * gst/colorspace/gstcolorspace.c:
30017         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30018         (gst_colorspace_i420_to_yv12):
30019           Fix compiling... Didn't test if it actually works.
30020
30021 2004-01-15  David Schleef  <ds@schleef.org>
30022
30023         * configure.ac:
30024         * gst/colorspace/Makefile.am:
30025         * gst/colorspace/gstcolorspace.c:
30026         * gst/colorspace/gstcolorspace.h:
30027         * gst/colorspace/yuv2rgb.c:
30028         * gst/colorspace/yuv2rgb.h:
30029         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30030         code and GPL code.  Fix for new caps negotiation.  Rewrite
30031         much of the format handling code, and some of the conversion
30032         code.  Basically, rewrote almost everything.  This element
30033         handles I420, YV12 to RGB conversions.
30034         * ext/hermes/Makefile.am:
30035         * ext/hermes/gsthermescolorspace.c:
30036         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30037         Remove non-Hermes related code.  This element handles lots of
30038         RGB to RGB conversions, but no YUV.
30039         * ext/hermes/gstcolorspace.c:
30040         * ext/hermes/gstcolorspace.h:
30041         * ext/hermes/rgb2yuv.c:
30042         * ext/hermes/yuv2rgb.c:
30043         * ext/hermes/yuv2rgb.h:
30044         * ext/hermes/yuv2rgb_mmx16.s:
30045         * ext/hermes/yuv2yuv.c:
30046         * ext/hermes/yuv2yuv.h:
30047         Remove old code.
30048
30049 2004-01-14  Colin Walters  <walters@verbum.org>
30050
30051         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30052         they've already been.
30053
30054 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30055
30056         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30057           assume tag mode when pad is not connected
30058
30059 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30060
30061         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30062           Don't update the time of the clock
30063         (gst_alsa_sink_loop):
30064           sync to the clock given to alsasink, not the own clock
30065         * sys/oss/gstosssink.c: (gst_osssink_chain):
30066           sync to the clock
30067         (gst_osssink_change_state):
30068           activate the clock
30069         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30071           remove bogus code that made DISCONT events unhandled
30072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30073           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30074           #131502)
30075         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30076         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30077         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30078           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30079           2nd warning in bug #131502)
30080
30081 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30082
30083         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30084         (gst_videobalance_colorbalance_set_value),
30085         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30086         for colorbalance interface implementation.
30087         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30088         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30089         (gst_ximagesink_dispose), (gst_ximagesink_init),
30090         (gst_ximagesink_class_init): Adding DISPLAY property.
30091         * sys/ximage/ximagesink.h: Adding display_name to store display.
30092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30093         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30094         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30095         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30096         properties (they still need polishing though for gst-launch use : no
30097         xcontext yet, i ll do that tomorrow).
30098         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30099
30100 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30101
30102         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30103         (gst_play_set_location), (gst_play_set_visualization): Preparing
30104         switch integration, adding videobalance in the pipeline.
30105
30106 2004-01-14  Julien MOUTTE <julien@moutte.net>
30107
30108         * gst-libs/gst/colorbalance/colorbalance.c:
30109         (gst_color_balance_class_init): Adding a default type.
30110         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30111         the type.
30112         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30113         (gst_videobalance_dispose), (gst_videobalance_class_init),
30114         (gst_videobalance_init), (gst_videobalance_interface_supported),
30115         (gst_videobalance_interface_init),
30116         (gst_videobalance_colorbalance_list_channels),
30117         (gst_videobalance_colorbalance_set_value),
30118         (gst_videobalance_colorbalance_get_value),
30119         (gst_videobalance_colorbalance_init): Implementing colorbalance
30120         interface.
30121         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30122         list.
30123         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30124         bug which was triggering a BadAccess X error when setting an overlay
30125         before pad was really negotiated.
30126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30127         Using the colorbalance type macro.
30128
30129 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30130
30131         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30132         (gst_flacenc_chain):
30133           handle tags correctly
30134         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30135           extract ID3v1 tags correctly
30136
30137 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30138
30139         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30140         (plugin_init):
30141           Improve matroska typefinding for odd-typed headers...
30142
30143 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30144
30145         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30146           Fix for using incremental number on padnames.
30147
30148 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30149
30150         * ext/divx/gstdivxdec.c:
30151         * ext/divx/gstdivxenc.c:
30152           Set category to divx4linux instead of divx (too generic).
30153         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30154         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30155         (gst_wavparse_loop), (gst_wavparse_change_state):
30156         * gst/wavparse/gstwavparse.h:
30157           fix parsing of WAV files with non-standard fmt-tag size and fix
30158           skipping of unrecognized chunks... Someone please fix this thing
30159           to use rifflib so all this is automated.
30160         * sys/v4l/Makefile.am:
30161         * sys/v4l2/Makefile.am:
30162           Add X_CFLAGS because we depend on X (for overlay).
30163
30164 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30165
30166         * ext/mpeg2dec/gstmpeg2dec.c:
30167           Don't issue a timestamp unless we tagged the frame
30168           with a PTS.
30169
30170 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30171
30172         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30173           Query the audio element to get the time, not the clock. We're
30174           interested in the element's time here.
30175
30176 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30177
30178         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30180         * ext/esd/esdsink.c: (gst_esdsink_chain):
30181         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30182         * ext/mas/massink.c: (gst_massink_chain):
30183         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30184         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30185         (gst_matroska_demux_parse_metadata):
30186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30187         (gst_mpeg_parse_release_locks):
30188         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30189         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30190         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30191         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30192         (gst_osssink_change_state):
30193         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30194         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30195         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30196         (gst_xvideosink_release_locks):
30197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30198           use element time.
30199         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30200         (gst_alsa_clock_stop):
30201         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30202         (gst_audio_clock_get_internal_time):
30203           simplify for use with new clocking code.
30204         * testsuite/alsa/Makefile.am:
30205         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30206           fix testsuite for new caps system
30207
30208 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30209
30210         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30211         * ext/flac/gstflacenc.c: (add_one_tag):
30212           length is already host endian, no need to convert. Fixes playback of
30213           tagged files on PPC. (bug #128384)
30214
30215 2004-01-13  Julien MOUTTE <julien@moutte.net>
30216
30217         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30218         colorbalance interface stating if it is hardware based or software
30219         based.
30220         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30221         Removing a trailing comma.
30222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30223         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30224         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30225         the documentation seems to be wrong on the -1000 to 1000 interval.
30226
30227 2004-01-12  David Schleef  <ds@schleef.org>
30228
30229         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30230         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30231         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30232         Fix negotiation.  Add a bufferalloc function for the sink pad,
30233         and generally clean up some of the code.
30234
30235 2004-01-12  Julien MOUTTE <julien@moutte.net>
30236
30237         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30238         (gst_color_balance_channel_dispose): Adding safety check in dispose
30239         method.
30240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30241         (gst_xvimagesink_xcontext_clear),
30242         (gst_xvimagesink_interface_supported),
30243         (gst_xvimagesink_colorbalance_list_channels),
30244         (gst_xvimagesink_colorbalance_set_value),
30245         (gst_xvimagesink_colorbalance_get_value),
30246         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30247         Adding colorbalance interface support to set XV parameters such as
30248         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30249         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30250         interface.
30251
30252 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30253
30254         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30255         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30256         (gst_audio_convert_init), (gst_audio_convert_set_property),
30257         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30258         (gst_audio_convert_link),
30259         (gst_audio_convert_buffer_to_default_format),
30260         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30261           - implement _getcaps and use it
30262           - improve linking
30263           - remove float caps since no float conversion is actually done
30264           - remove properties and arguments that were to be used for rate
30265             conversion
30266
30267 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30268
30269         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30270         (gst_audio_structure_set_int):
30271         * gst-libs/gst/audio/audio.h:
30272           add helper functions for _getcaps matching the standard audio
30273           templates
30274
30275 2004-01-12  David Schleef  <ds@schleef.org>
30276
30277         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30278         Test that pad is negotiated before getting its caps.
30279
30280 2004-01-12  Julien MOUTTE <julien@moutte.net>
30281
30282         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30283         analyzing the pads of an element the bin is mostly in READY state so
30284         no caps were negotiated. This helper function needs to work with
30285         _get_caps directly then. I was not freeing them though, added that to
30286         fix the mem leak.
30287
30288 2004-01-12  Julien MOUTTE <julien@moutte.net>
30289
30290         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30292         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30293         than the free_func.
30294
30295 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30296
30297         * sys/oss/gstossaudio.c: (plugin_init):
30298         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30299         * sys/oss/gstosselement.h:
30300           make an oss debugging category
30301           make failure more descriptive
30302
30303 2004-01-11  David Schleef  <ds@schleef.org>
30304
30305         * ext/ffmpeg/gstffmpeg.c:
30306         * ext/ffmpeg/gstffmpegcodecmap.c:
30307         * ext/ffmpeg/gstffmpegdec.c:
30308         * ext/ffmpeg/gstffmpegenc.c:
30309         * ext/ffmpeg/gstffmpegprotocol.c:
30310         * ext/gdk_pixbuf/gstgdkanimation.c:
30311         * ext/jpeg/gstjpeg.c:
30312         * ext/libpng/gstpng.c:
30313         * ext/mpeg2dec/perftest.c:
30314         * ext/speex/gstspeex.c:
30315         * gst-libs/gst/resample/dtos.c:
30316         * gst/intfloat/gstintfloatconvert.c:
30317         * gst/oneton/gstoneton.c:
30318         * gst/rtjpeg/RTjpeg.c:
30319         * gst/rtp/gstrtp.c:
30320         * sys/dxr3/dxr3init.c:
30321         * sys/glsink/gstgl_nvimage.c:
30322         * sys/glsink/gstgl_pdrimage.c:
30323         * sys/glsink/gstglsink.c:
30324         * testsuite/gst-lint:
30325         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30326
30327 2004-01-11  David Schleef  <ds@schleef.org>
30328
30329         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30330         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30331         * ext/gdk_pixbuf/gstgdkanimation.c:
30332         (gst_gdk_animation_iter_create_pixbuf):
30333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30334         (gst_gdk_pixbuf_chain):
30335         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30336         * ext/jack/gstjack.c: (gst_jack_change_state):
30337         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30338         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30339         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30340         * gst/videofilter/gstvideofilter.c:
30341         (gst_videofilter_set_output_size):
30342         Remove all usage of gst_pad_get_caps(), and replace it with
30343         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30344
30345 2004-01-11  David Schleef  <ds@schleef.org>
30346
30347         * configure.ac:
30348         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30349         * ext/divx/gstdivxdec.c:
30350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30351         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30352         handle images that span multiple buffers.  Now work with both
30353         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30354         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30355         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30356         video/video.h changes
30357         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30358         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30359         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30360         of GstData free function.
30361         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30362         same.
30363
30364 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30365
30366         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30367         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30368         (gst_v4l2element_get_property):
30369         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30370           add norm, channel and frequency properties.
30371         * sys/v4l2/gstv4l2tuner.c:
30372           fixes for tuner interface changes
30373         * sys/v4l2/gstv4l2element.h:
30374         * sys/v4l2/gstv4l2src.c:
30375         * sys/v4l2/gstv4l2src.h:
30376         * sys/v4l2/v4l2src_calls.c:
30377         * sys/v4l2/v4l2src_calls.h:
30378           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30379
30380 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30381
30382         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30383         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30384         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30385         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30386         * gst-libs/gst/tuner/tuner.h:
30387           GObjects aren't const.
30388           Add find_by_name functions.
30389           Add checks to _changed functions.
30390         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30391         (gst_v4l_tuner_get_norm):
30392           Fixes for above.
30393
30394 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30395
30396         * gst-libs/gst/video/video.h:
30397           Fix caps template names to be understandable.
30398           Prefix everything with GST_VIDEO.
30399         * ext/aalib/gstaasink.c:
30400         * ext/divx/gstdivxdec.c:
30401         * ext/divx/gstdivxenc.c:
30402         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30403         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30404         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30405         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30406         * ext/libcaca/gstcacasink.c:
30407         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30408         * ext/snapshot/gstsnapshot.c:
30409         * ext/swfdec/gstswfdec.c:
30410         * ext/xvid/gstxviddec.c:
30411         * ext/xvid/gstxvidenc.c:
30412         * gst/chart/gstchart.c:
30413         * gst/deinterlace/gstdeinterlace.c:
30414         * gst/effectv/gsteffectv.c:
30415         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30416         * gst/goom/gstgoom.c:
30417         * gst/median/gstmedian.c:
30418         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30419         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30420         * gst/overlay/gstoverlay.c:
30421         * gst/smooth/gstsmooth.c:
30422         * gst/smpte/gstsmpte.c:
30423         * gst/synaesthesia/gstsynaesthesia.c:
30424         * gst/videocrop/gstvideocrop.c:
30425         * gst/videodrop/gstvideodrop.c:
30426         * gst/y4m/gsty4mencode.c:
30427         * sys/qcam/gstqcamsrc.c:
30428         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30429           Make them work with new video.h file.
30430         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30431         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30433         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30434           Make it work with new buffer allocation system.
30435
30436 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30437
30438         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30439         pad_alloc_buffer implementation to use ->srcpad
30440         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30441         pad_alloc_buffer implementation to use ->srcpad
30442         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30443         pad_alloc_buffer implementation to use ->srcpad
30444         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30445         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30446         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30447         a reference to everything we need.
30448         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30450         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30451         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30452         a reference to everything we need.
30453         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30454
30455 2004-01-11  David Schleef  <ds@schleef.org>
30456
30457         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30458         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30459         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30460         structure members.
30461         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30462         value during a resize/renegotiation.
30463         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30464         gst_pad_alloc_buffer();
30465         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30466         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30467         structure members.
30468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30469         Fix for rename of buffer private structure members.
30470         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30471         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30472         Fix for rename of buffer private structure members.
30473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30474         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30475         Fix for rename of buffer private structure members.
30476
30477 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30478
30479         reviewed by: David Schleef <ds@schleef.org>
30480
30481         * gst/videofilter/Makefile.am:
30482         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30483         from the patch by ds to fit in with recent make_filter changes.
30484
30485 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30486
30487         * configure.ac: Adding examples/switch/Makefile
30488         * examples/Makefile.am: Adding examples/switch
30489         * examples/switch/Makefile.am: Adding switcher example.
30490         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30491         (switch_timer), (main): Adding an example demonstrating switch usage
30492         with 2 videotestsrc showing different patterns.
30493         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30494         (gst_switch_init): Fixing switch with the new caps system.
30495
30496 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30497
30498         * gst-libs/gst/video/video.h:
30499           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30500           They should probably be like
30501           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30502
30503 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30504
30505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30506         (qtdemux_parse_trak):
30507           fix audio chunk size/timestamp calculation
30508
30509 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30510
30511         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30512           fix SVQ3 caps
30513
30514 2004-01-11  Steve Baker  <steve@stevebaker.org>
30515
30516         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30517         (gst_agingtv_base_init), (gst_agingtv_class_init),
30518         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30519         (gst_agingtv_set_property), (gst_agingtv_get_property):
30520         Port agingTV to videofilter
30521
30522 2004-01-09  Julien MOUTTE <julien@moutte.net>
30523
30524         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30525         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30526
30527 2004-01-09  Julien MOUTTE <julien@moutte.net>
30528
30529         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30530         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30531         * gst-libs/gst/xoverlay/xoverlay.c:
30532         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30533         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30534         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30535         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30536         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30537         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30538         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30539         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30540         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30541         interface implementation to handle xid being 0 and fix some bugs
30542         triggered by Benjamin's testcase.
30543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30544         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30545         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30546         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30547         interface implementation to handle xid being 0 and fix some bugs
30548         triggered by Benjamin's testcase.
30549
30550 2004-01-09  David Schleef  <ds@schleef.org>
30551
30552         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30553         mouse pointer events.  It works.
30554
30555 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30556
30557         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30558           Use explicit caps - fix capsnego.
30559         * ext/xvid/gstxviddec.c:
30560         * ext/xvid/gstxvidenc.c:
30561           Remove macro-inside-macro which caused compile errors.
30562         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30563           Error out if it's not a RIFF file. Else we error out without
30564           gst_element_error() which is not good...
30565
30566 2004-01-08  David Schleef  <ds@schleef.org>
30567
30568         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30569         Fix pad_link function to handle formats that ffmpeg returns
30570         as multiple caps structures.
30571         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30572         Only complain if source buffer is _smaller_ than expected.
30573         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30574         (gst_videoscale_handle_src_event): Resize navigation events
30575         when passing them upstream.
30576         * gst/videotestsrc/gstvideotestsrc.c:
30577         * gst/videotestsrc/gstvideotestsrc.h:
30578         * gst/videotestsrc/videotestsrc.c:
30579         * gst/videotestsrc/videotestsrc.h:
30580         Rewrite many of the buffer painting functions to handle odd
30581         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30582         been verified to work with my video card.
30583         * testsuite/gst-lint:  Add check for elements calling
30584         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30585
30586 2004-01-08  David Schleef  <ds@schleef.org>
30587
30588         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30589         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30590
30591 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30592
30593         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30594         configure event is not emiting the desired size signal. That fixes
30595         aspect ratio issues with gst-player.
30596
30597 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30598
30599         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30600           Fix capsnego.
30601
30602 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30603
30604         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30605         public method to fire size signal.
30606
30607 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30608
30609         * examples/gstplay/Makefile.am: Adding the interface library.
30610         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30611         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30612         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30613         GST_IS_X_OVERLAY before signal connect.
30614         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30615         Removing the have_video_size signal.
30616         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30617         and associated public method.
30618         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30619         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30620         signal.
30621         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30622         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30623         signal.
30624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30625         Using XOverlay public method to fire size signal.
30626
30627 2004-01-07  David Schleef  <ds@schleef.org>
30628
30629         * gst/videofilter/Makefile.am:
30630         * gst/videofilter/gstvideotemplate.c:
30631         * gst/videofilter/make_filter:
30632         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30633         Convert make_filter to /bin/sh script.
30634
30635 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30636
30637         * gst/modplug/gstmodplug.cc: fix element description
30638
30639 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30640
30641         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30642         (got_video_size): Adding some new lines in g_print calls.
30643         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30644         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30645         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30646         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30647         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30648         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30649         Complete code review, reverting some stuff i disagree with, adding
30650         some fixes : time synchronization on invalid timestamps, renegotiation
30651         of private window.
30652         * sys/ximage/ximagesink.h:
30653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30654         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30655         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30656         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30657         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30658         (gst_xvimagesink_buffer_new),
30659         (gst_xvimagesink_navigation_send_event),
30660         (gst_xvimagesink_set_xwindow_id),
30661         (gst_xvimagesink_get_desired_size),
30662         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30663         stuff i disagree with, adding some fixes : Renegotiation of private
30664         window, implementing get_desired_size.
30665
30666 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30667
30668         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30669         (gst_afsink_handle_event):
30670         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30671         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30672         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30673         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30674         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30675           Fix for instantiate-test (see core). Also remove dead code from
30676           jpegenc (which still needs fixing, but that's lower on my TODO
30677           list...).
30678         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30679           Never return NULL as caps.
30680
30681 2004-01-07  David Schleef  <ds@schleef.org>
30682
30683         * configure.ac:
30684         * ext/Makefile.am:
30685         * ext/librfb/Makefile.am:
30686         * ext/librfb/gstrfbsrc.c:
30687         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30688         is the protocol used by VNC.
30689
30690 2004-01-07  David Schleef  <ds@schleef.org>
30691
30692         * gst/videofilter/gstvideotemplate.c:
30693         * gst/videofilter/gstvideotemplate.h:
30694         * gst/videofilter/make_filter:
30695         Merge videotemplate header into source file.
30696         * gst/effectv/Makefile.am:
30697         * gst/effectv/gsteffectv.c: (plugin_init):
30698         * gst/effectv/gstwarp.c:
30699         Make warpTV a subclass of videofilter.
30700
30701 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30702
30703         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30704           Add guard against invalid utf-8 conversions in mad. Just in case.
30705
30706 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30707
30708         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30709           Fix for bug shown by poisoning
30710
30711 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30712
30713         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30714         (gst_v4lmjpegsrc_buffer_free):
30715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30716         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30717         (gst_v4lsrc_buffer_free):
30718           Fix for removed bufferpools.
30719
30720 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30721
30722         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30723         Fix caps negotiation.
30724
30725         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30726         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30727         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30728         (dvdnavsrc_event):
30729         * ext/mpeg2dec/gstmpeg2dec.c:
30730         * gst-libs/gst/navigation/navigation.c:
30731         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30732         * gst-libs/gst/navigation/navigation.h:
30733         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30734         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30736         Super-simple first version of mouse and keyboard events. Clicking
30737         on a DVD menu now works, although it may not take you where you
30738         expected.
30739
30740         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30741         * gst/videotestsrc/gstvideotestsrc.c:
30742         (gst_videotestsrc_src_fixate):
30743         These fixate functions were broken - they never actually
30744         fixated :)
30745
30746 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30747
30748         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30749         (gst_icecastsend_init):
30750           fix for new caps system.
30751         * gst-libs/gst/mixer/mixertrack.h:
30752         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30753           Add 'master track' flag (for tools like ACME that only want to
30754           change the main volume).
30755
30756 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30757
30758         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30759         (gst_xvid_csp_to_caps):
30760         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30761         * ext/xvid/gstxvidenc.c:
30762         ifdef out ARGB type when it isn't available
30763         in xvidcore 1.0.0beta2
30764
30765 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30766
30767         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30768           When we have received a new SCR right in the first buffer after
30769           a seek (so in the same cycle that handles the discont), we should
30770           handle the buffer instead of unreffing it, else we lose data.
30771
30772 2004-01-06  Iain <iain@prettypeople.org>
30773
30774         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30775           buffer-frames caps too.
30776
30777         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30778           caps that we need, don't destroy them all and rebuild them. And when
30779           creating src pads, use the src pad template rather than the sink...
30780
30781 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30782
30783         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30784           Add pad to element *after* setting functions such as event handler.
30785           Without this, the scheduler (opt) will link pads, set the event
30786           handler from the default event function (dispatcher in gstpad.c)
30787           and *after* that, we will set our own event function, which will
30788           thus never be used (and thus mpegdemux doesn't handle events).
30789
30790 2004-01-04  David Schleef  <ds@schleef.org>
30791
30792         Fix the fixate functions to handle new prototype:
30793         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30794         * gst/videotestsrc/gstvideotestsrc.c:
30795         (gst_videotestsrc_src_fixate):
30796         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30797         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30799
30800 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30801
30802         * sys/ximage/ximagesink.h:
30803         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30804         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30805         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30806         (gst_ximagesink_xoverlay_init):
30807           assorted fixes to make (re)embedding work
30808         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30809         (gst_ximagesink_get_desired_size):
30810           implement desired size additions to XOverlay
30811
30812 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30813
30814         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30815         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30816         (gst_x_overlay_got_desired_size):
30817         * gst-libs/gst/xoverlay/xoverlay.h:
30818           Add optional "desired size" signal and querying.
30819
30820 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30821
30822         * gst/matroska/matroska-demux.c:
30823         (gst_matroska_demux_parse_blockgroup):
30824           Fix EBML-laced block parsing. Diffs are relative to previous
30825           lace, not the first lace. Thanks to Mosu from the Matroska
30826           team for detecting this.
30827         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30828         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30829         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30830         (gst_wavparse_change_state):
30831         * gst/wavparse/gstwavparse.h:
30832           Quickfix for capsnego.
30833
30834 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30835
30836         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30837           Fix indenting, fix pad creation.
30838
30839 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30840
30841         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30842         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30843         (gst_xviddec_sink_link):
30844           Implement src_getcaps() so proper size caps is negotiated.
30845
30846 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30847
30848         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30849           Finish flac decoder on EOS. See #116178.
30850
30851 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30852
30853         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30854         (gst_matroska_demux_add_stream):
30855         * gst/matroska/matroska-ids.h:
30856           Add getcaps() function to fix capsnego...
30857
30858 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30859
30860         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30861         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30862         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30863           Fix more integer overflows. Again, see #126967.
30864
30865 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30866
30867         * ext/mpeg2dec/gstmpeg2dec.c:
30868           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30869           #130416.
30870
30871 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30872
30873         * configure.ac:
30874         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30875         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30876         * ext/xvid/gstxvid.h:
30877         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30878         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30879         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30880         (gst_xviddec_change_state):
30881         * ext/xvid/gstxviddec.h:
30882         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30883         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30884         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30885         (gst_xvidenc_link), (gst_xvidenc_set_property),
30886         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30887         * ext/xvid/gstxvidenc.h:
30888           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30889
30890 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30891
30892         * gst/rtp/rtp-packet.c:
30893           Add sys/types.h include, since OS X doesn't define in_addr_t
30894           in netinet/in.h, like it does on Linux (see #129600).
30895
30896 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30897
30898         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30899
30900         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30901           Correct logic of dispose function (see #129306).
30902
30903 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30904
30905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30906         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30907         (gst_mpeg_parse_init):
30908         * gst/mpegstream/gstmpegparse.h:
30909           Remove clock (which was never provided, i.e. dead code), and
30910           also fix integer overflows at high PTS values (see #126967).
30911
30912 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30913
30914         * ext/flac/gstflacdec.c:
30915         * ext/libpng/gstpngenc.h:
30916         * ext/mikmod/gstmikmod.h:
30917           OS X fixes (see #126628).
30918
30919 2004-01-02  David Schleef  <ds@schleef.org>
30920
30921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30922         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30923         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30924         (gst_mpeg_parse_class_init): Move pad template registration
30925         to class_init, since the derived class (mpegdemux) doesn't
30926         want them.
30927
30928 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30929
30930         * sys/ximage/Makefile.am:
30931         * sys/xvideo/Makefile.am:
30932         * sys/xvimage/Makefile.am:
30933           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30934           after installation (see #127664).
30935
30936 2004-01-02  David Schleef  <ds@schleef.org>
30937
30938         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30939         (gst_ffmpegenc_connect):  Negotiation fixes.
30940         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30941         Remove inappropriate gst_caps_free().
30942         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30943         Reenable Ronald's internal resize code, since the core handles
30944         it correctly now.
30945
30946 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30947
30948         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30949         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30951           Fix pad template stuff.
30952
30953 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30954
30955         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30956         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30957           fix signed integer reading/writing.
30958
30959 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30960
30961         * ext/alsa/README:
30962           Remove outdated document
30963
30964 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30965
30966         * gst/cutter/gstcutter.c: (gst_cutter_init):
30967           src pad was being created twice - oops.
30968
30969 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30970
30971         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30972           Comment out internal resize. It doesn't handle the resulting
30973           XEvent internally, does another try_set_caps() which leads to
30974           a really nice loop.
30975           Real fix will come when Julien and Dave are awake. ;).
30976
30977 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30978
30979         * ext/mpeg2enc/gstmpeg2enc.cc:
30980           fix const/nonconst compile issue.
30981
30982 2004-01-02  David Schleef  <ds@schleef.org>
30983
30984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30985         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30986         Add fixate function and a check for bad formats.
30987
30988 2004-01-01  David Schleef  <ds@schleef.org>
30989
30990         Negotiation fixes:
30991         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30992         (gst_audiofilter_init):
30993         * gst/debug/efence.c: (gst_efence_init):
30994         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30995         (gst_deinterlace_init):
30996         * gst/volume/gstvolume.c: (volume_connect):
30997
30998 2004-01-01  David Schleef  <ds@schleef.org>
30999
31000         Convert elements to use gst_pad_use_explicit_caps() where
31001         appropriate:
31002         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31003         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31004         (gst_afparse_open_file):
31005         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31006         (gst_afsrc_open_file):
31007         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31008         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31009         (gst_ffmpegdec_chain):
31010         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31011         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31012         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31013         (gst_gdk_pixbuf_chain):
31014         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31015         (gst_jpegdec_chain):
31016         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31017         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31018         (gst_mikmod_negotiate):
31019         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31020         (gst_mpeg2dec_negotiate_format):
31021         * ext/mpeg2enc/gstmpeg2enc.cc:
31022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31023         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31024         (gst_speexdec_sinkconnect):
31025         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31026         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31027         (gst_vorbisfile_new_link):
31028         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31029         (gst_ac3parse_chain):
31030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31031         (gst_asf_demux_setup_pad):
31032         * gst/auparse/gstauparse.c: (gst_auparse_init),
31033         (gst_auparse_chain):
31034         * gst/id3/gstid3types.c: (gst_id3types_loop):
31035         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31036         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31037         (mp1videoparse_parse_seq):
31038         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31039         (bpf_from_header):
31040         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31041         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31042         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31043         (gst_mpeg_parse_send_data):
31044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31045         (gst_qtdemux_add_stream):
31046         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31047         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31048         (gst_wavparse_parse_fmt):
31049
31050 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31051
31052         * configure.ac:
31053           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31054           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31055           it therefore uses the wrong include paths. Too bad... Note
31056           that 1.6.1.93 is not release yet. ;).
31057           Also add a check for mplex, which is now using the lib'ified
31058           mplex from mjpegtools, too.
31059         * ext/ffmpeg/gstffmpegcodecmap.c:
31060           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31061           issues. I don't think ffmpeg handles 3ivx correctly, so this
31062           probably won't work. But it won't hurt either.
31063         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31064         (gst_ffmpegdec_chain):
31065         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31066         (gst_ffmpegenc_chain_audio):
31067           Fix memleak in audio encoding. Close codec if open fails, this
31068           calls the cleanup routines so we can re-use the context.
31069         * ext/mpeg2enc/gstmpeg2enc.cc:
31070           Fix pad template names/types, fix memory issue with getcaps().
31071         * ext/mpeg2enc/gstmpeg2encoder.cc:
31072         * ext/mpeg2enc/gstmpeg2encoder.hh:
31073           Fix compile issue with new caps system (const thingy).
31074         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31075         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31076           We read a first frame right on initing, so that we have a caps
31077           when we init the output. This caps is cached in padprivate and
31078           read as first frame.
31079         * ext/mplex/Makefile.am:
31080         * ext/mplex/gstmplex.cc:
31081         * ext/mplex/gstmplex.h:
31082         * ext/mplex/gstmplex.hh:
31083         * ext/mplex/gstmplexibitstream.cc:
31084         * ext/mplex/gstmplexibitstream.hh:
31085         * ext/mplex/gstmplexjob.cc:
31086         * ext/mplex/gstmplexjob.hh:
31087         * ext/mplex/gstmplexoutputstream.cc:
31088         * ext/mplex/gstmplexoutputstream.hh:
31089           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31090           had issues, didn't do capsnego, supported only a subset of the
31091           mplex features and required a mplex fork in our local CVS. Plus
31092           that it worked agaist a very old mplex version. Rewriting was
31093           faster than updating it.
31094         * gst-libs/ext/Makefile.am:
31095         * gst-libs/ext/mplex/INSTRUCT:
31096         * gst-libs/ext/mplex/Makefile.am:
31097         * gst-libs/ext/mplex/README:
31098         * gst-libs/ext/mplex/TODO:
31099         * gst-libs/ext/mplex/ac3strm_in.cc:
31100         * gst-libs/ext/mplex/audiostrm.hh:
31101         * gst-libs/ext/mplex/audiostrm_out.cc:
31102         * gst-libs/ext/mplex/aunit.hh:
31103         * gst-libs/ext/mplex/bits.cc:
31104         * gst-libs/ext/mplex/bits.hh:
31105         * gst-libs/ext/mplex/buffer.cc:
31106         * gst-libs/ext/mplex/buffer.hh:
31107         * gst-libs/ext/mplex/fastintfns.h:
31108         * gst-libs/ext/mplex/format_codes.h:
31109         * gst-libs/ext/mplex/inputstrm.cc:
31110         * gst-libs/ext/mplex/inputstrm.hh:
31111         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31112         * gst-libs/ext/mplex/mjpeg_logging.cc:
31113         * gst-libs/ext/mplex/mjpeg_logging.h:
31114         * gst-libs/ext/mplex/mjpeg_types.h:
31115         * gst-libs/ext/mplex/mpastrm_in.cc:
31116         * gst-libs/ext/mplex/mpegconsts.cc:
31117         * gst-libs/ext/mplex/mpegconsts.h:
31118         * gst-libs/ext/mplex/mplexconsts.hh:
31119         * gst-libs/ext/mplex/multplex.cc:
31120         * gst-libs/ext/mplex/outputstream.hh:
31121         * gst-libs/ext/mplex/padstrm.cc:
31122         * gst-libs/ext/mplex/padstrm.hh:
31123         * gst-libs/ext/mplex/stillsstream.cc:
31124         * gst-libs/ext/mplex/stillsstream.hh:
31125         * gst-libs/ext/mplex/systems.cc:
31126         * gst-libs/ext/mplex/systems.hh:
31127         * gst-libs/ext/mplex/vector.cc:
31128         * gst-libs/ext/mplex/vector.hh:
31129         * gst-libs/ext/mplex/videostrm.hh:
31130         * gst-libs/ext/mplex/videostrm_in.cc:
31131         * gst-libs/ext/mplex/videostrm_out.cc:
31132         * gst-libs/ext/mplex/yuv4mpeg.cc:
31133         * gst-libs/ext/mplex/yuv4mpeg.h:
31134         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31135         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31136           We don't fork mjpegtools' mplex in our CVS anymore.
31137         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31138         (gst_avi_demux_add_stream):
31139         * gst/avi/gstavidemux.h:
31140           Add getcaps() function for proper caps nego. This makes some
31141           parts of AVI playback/reading work.
31142         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31143           Resize window on new capsnego. This is probably wrong, but
31144           I'm still committing it because with current capsnego, the
31145           first successfull capsnego is auto-fixated, therefore rounded
31146           down to the lowest values in the caps. this results in a 16x16
31147           XWindow that is not reized when real capsnego finishes.
31148           Dave, I see more cases of this, do you know a proper solution?
31149         * tools/gst-launch-ext.in:
31150           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31151
31152 2003-12-31  David Schleef  <ds@schleef.org>
31153
31154         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31155         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31156           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31157
31158 2003-12-30  David Schleef  <ds@schleef.org>
31159
31160         * ext/ffmpeg/gstffmpegcolorspace.c:
31161         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31162         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31163         (gst_ffmpegcsp_chain): Negotiation fixes
31164         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31166         (gst_audio_convert_link), (gst_audio_convert_channels):
31167         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31168         (gst_audioscale_link), (gst_audioscale_get_buffer),
31169         (gst_audioscale_chain): Negotiation fixes
31170         * gst/audioscale/gstaudioscale.h:
31171         * gst/videofilter/gstvideofilter.c:
31172         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31173         (gst_videofilter_link), (gst_videofilter_init),
31174         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31175         (gst_videofilter_find_format_by_structure):
31176         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31177         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31178         (gst_videoscale_link):
31179         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31180         (videoscale_find_by_structure), (gst_videoscale_setup):
31181         * gst/videoscale/videoscale.h: Negotiation fixes
31182         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31183         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31184         function, restrict resizing to a multiple of 4 (hack until
31185         everyone supports odd sizes correctly).
31186
31187 2003-12-29  Colin Walters  <walters@verbum.org>
31188
31189         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31190         signed.
31191
31192 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31193
31194         * ext/sndfile/gstsf.c: (gst_sf_loop):
31195           Fix warning about discarding const qualifier
31196
31197 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31198
31199         * gst/cutter/gstcutter.c:
31200         * gst/videoscale/gstvideoscale.c:
31201         * gst/volenv/gstvolenv.c:
31202         * gst-libs/gst/audio/audio.c:
31203         * gst-libs/gst/video/video.c:
31204           Fix warnings
31205
31206 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31207
31208         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31209           Don't send ALSA debugging to stderr.
31210         * ext/alsa/gstalsa.h:
31211           Use GST_WARNING instead of g_warning when ALSA functions fail.
31212
31213 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31214
31215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31216           Free XVAdapterInfo correctly.
31217
31218 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31219
31220         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31221         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31222           Make id3tag use correct caps nego.
31223
31224 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31225
31226         * ext/ivorbis/vorbis.c:
31227         * ext/ivorbis/vorbisenc.h:
31228         * ext/ivorbis/vorbisfile.c:
31229           Modify so that it uses the new caps things
31230
31231 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31232
31233         * testsuite/spider/spider1.c: (main):
31234         * testsuite/spider/spider2.c: (main):
31235         * testsuite/spider/spider3.c: (main):
31236           Make tests compile again. They probably don't work.
31237
31238 2003-12-24  Colin Walters  <walters@verbum.org>
31239
31240         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31241         we can't fixate the caps anymore.
31242
31243 2003-12-23  David Schleef  <ds@schleef.org>
31244
31245         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31246         * sys/oss/gstosssink.c: (gst_osssink_init),
31247         (gst_osssink_sink_fixate): Add fixate function.
31248
31249 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31250
31251         * ext/ffmpeg/gstffmpegcodecmap.c:
31252         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31253         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31254         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31255         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31256         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31257         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31258         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31259           fix typo in RGB masks, and move back to "old" colorspace
31260           capsnego code until whoever wrote this new crap has actually
31261           tested it so that it works.
31262           And yes, this works, keep it that way please.
31263
31264 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31265
31266         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31267         (gst_divxdec_init), (gst_divxdec_negotiate):
31268         * ext/divx/gstdivxdec.h:
31269         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31270         (gst_divxenc_init):
31271         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31272         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31273         * ext/mpeg2enc/gstmpeg2enc.cc:
31274         * ext/mpeg2enc/gstmpeg2encoder.cc:
31275         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31276         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31277         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31278         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31279         (dxr3spusink_init):
31280         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31281         (dxr3videosink_init):
31282           Fix caps breakage after Dave's caps branch merge.
31283
31284 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31285
31286         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31287           Fix for 24bpp display.
31288
31289 2003-12-23  Colin Walters  <walters@verbum.org>
31290
31291         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31292         a GnomeVFSHandle directly.
31293
31294 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31295
31296         * gst/volume/Makefile.am:
31297         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31298         (volume_base_init), (volume_init):
31299           Reenable volume element and fix to work with new caps stuff.
31300           Rhythmbox needs this.
31301
31302 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31303
31304         * gst/qtdemux/qtdemux.c: (plugin_init):
31305           qtdemux requires bytestream
31306
31307 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31308
31309         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31310           Fix remaining caps handling errors due to CAPS merge.
31311
31312 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31313
31314         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31315         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31316         (gst_faad_srcconnect):
31317           Port to new caps system.
31318
31319 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31320
31321         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31322         (got_video_size), (main): using g_print instead of g_message.
31323         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31324         signal which was not emitted because of "switch" element added to the
31325         bin but not connected. (Removing from the bin temporarily)
31326
31327 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31328
31329         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31330         find X development files. I don't understand the previous tests and
31331         they fail on my debian/ppc unstable. This one works.
31332         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31333         exiting.
31334         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31335         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31336         (gst_play_set_visualization): Add some safety checks in set_ methods
31337         and state_change. This was throwing some ugly CRITICAL messages when
31338         pipeline was getting disposed and casts were failing.
31339
31340 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31341
31342         * configure.ac:
31343           Improve mpeg2enc detection. This is for distributions that do
31344           ship mjpegtools, but without mpeg2enc. Also does object check
31345           for might there ever be ABI incompatibility.
31346         * ext/mpeg2enc/gstmpeg2enc.cc:
31347           Add Andrew as second maintainer (he's helping me), and also add
31348           an error if no caps was set. This happens if I pull before capsnego
31349           and that's something I should solve sometime else.
31350         * gst/matroska/matroska-demux.c:
31351         (gst_matroska_demux_parse_blockgroup):
31352           Fix time parsing.
31353         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31354         (gst_matroska_mux_track_header):
31355           Add caps to templates.
31356         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31357           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31358         * gst/mpegstream/gstmpegdemux.c:
31359           Remove layer since it causes warnings about unfixed caps.
31360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31361           Fix obvious typo (we error out if caps were set, we should of
31362           course error out if *no* caps were set).
31363         * sys/oss/gstosselement.c: (gst_osselement_convert):
31364           Fix format conversion, we confused bits/bytes.
31365         * sys/oss/gstosselement.h:
31366           Improve documentation for 'bps'.
31367         * sys/v4l/TODO:
31368           Remove stuff about plugins that need removing - this was done
31369           ages ago.
31370         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31371         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31372         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31373         (gst_v4lsrc_src_query):
31374         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31375         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31376           Add get_query_types(), get_formats() and query() functions.
31377
31378 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31379
31380         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31381           * moved CVS to freedesktop.org