gst-libs/gst/audio/gstbaseaudiosink.c: base time is irrelevant here.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-01  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_async_play):
5         base time is irrelevant here.
6
7 2007-03-01  Wim Taymans  <wim@fluendo.com>
8
9         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11         Improve debugging.
12
13         * gst-libs/gst/audio/gstbaseaudiosink.c:
14         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
15         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
16         Improve latency and clock slaving calculations.
17         Improve slave clock calibration.
18
19         * gst-libs/gst/audio/gstringbuffer.c:
20         (gst_ring_buffer_commit_full):
21         When we are asked to render N sample to 0 bytes, return N.
22
23 2007-03-01  Wim Taymans  <wim@fluendo.com>
24
25         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
26         (gst_alsasink_write), (gst_alsasink_reset):
27         * ext/alsa/gstalsasink.h:
28         Remove unused dispose function.
29         Rename lock to not interfere with alsasrc lock.
30
31         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
32         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
33         (gst_alsasrc_read), (gst_alsasrc_reset):
34         * ext/alsa/gstalsasrc.h:
35         Implement finalize function.
36         Use lock to protect alsa access.
37         Implement _reset.
38         Fine tune sw params.
39
40 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
41
42         * configure.ac:
43           Convert to new AG_GST style.
44
45 2007-02-28  Wim Taymans  <wim@fluendo.com>
46
47         Patch by: Ed Catmur <ed at catmur dot co dot uk>
48
49         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
50         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
51         Fix race condition when rapidly switching visualisations in playbin.
52         Fixes #401029.
53
54 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
55
56         * tests/check/Makefile.am:
57         Include local stuff before system installed things in LDFLAGS and
58         CFLAGS.
59
60 2007-02-28  Wim Taymans  <wim@fluendo.com>
61
62         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
63         Improve debugging.
64
65 2007-02-28  Wim Taymans  <wim@fluendo.com>
66
67         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
68         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
69         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
70         Fix duration and timestamping, taking latency into account.
71         Implement latency query.
72
73 2007-02-28  Wim Taymans  <wim@fluendo.com>
74
75         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
76         (gst_audio_clock_new):
77         Fix clock name.
78
79         * gst-libs/gst/audio/gstbaseaudiosink.c:
80         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
81         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
82         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
83         (gst_base_audio_src_create):
84         Improve latency query code.
85         Use proper clock names.
86
87 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
88
89         * tests/check/generic/states.c: (GST_START_TEST):
90           Copy the states.c test from core again
91         * tests/check/Makefile.am:
92           ignore cdio and cdparanoiasrc
93
94 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
95
96         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
97         (double_hq), (audio_convert_get_func_index), (check_default),
98         (audio_convert_prepare_context), (audio_convert_convert):
99           Also make valgrind happy and avoid copying data in some cases.
100
101 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
102
103         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
104         (double_hq), (audio_convert_get_func_index),
105         (audio_convert_prepare_context), (audio_convert_convert):
106         * gst/audioconvert/gstaudioconvert.c:
107         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
108         (gst_audio_convert_transform_caps):
109         * tests/check/elements/audioconvert.c: (GST_START_TEST),
110         (audioconvert_suite):
111           Don't run inplace if that overwrites source data as we go. Add more
112           tests. Fixes #339837 even more.
113
114 2007-02-27  Julien MOUTTE  <julien@moutte.net>
115
116         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
117         (msg_segment_done): Fix various seeking bugs (Slider was not
118         updating when doing a non flushing seek, Reverse playback 
119         on segment seek was wrong).
120
121 2007-02-26  Wim Taymans  <wim@fluendo.com>
122
123         * tests/examples/seek/seek.c: (stop_seek):
124         When we stop scrubbing, don't leave the pipeline PLAYING when we
125         requested a PAUSED state.
126
127 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
128
129         Patch by: René Stadler <mail at renestadler de>
130
131         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
132           Parse date strings in vorbis comments that have an invalid (zero)
133           month or day (#410396).
134
135         * tests/check/libs/tag.c: (GST_START_TEST):
136           Test case for the above.
137
138 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
139
140         Patch by: Loïc Minier <lool+gnome at via ecp fr>
141
142         * configure.ac:
143         * ext/alsa/Makefile.am:
144         * gst/audiotestsrc/Makefile.am:
145           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
146
147 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
148
149         * gst/playback/gstplaybin.c:
150           Improve docs: point out that the application needs to assist playbin
151           with buffering.
152
153 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
154
155         * gst-libs/gst/utils/install-plugins.c:
156         * gst-libs/gst/utils/missing-plugins.c:
157         * tests/check/libs/utils.c: (missing_msg_check_getters):
158           Change GStreamer marker prefix in detail string from 'gstreamer.net'
159           to just 'gstreamer'. Document the caps string component of the
160           decoder/encoder detail a bit better, since not everyone will be
161           familiar with the GStreamer media type/caps system (but they better
162           enjoy nested itemized lists).
163
164 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
165
166         * gst-libs/gst/netbuffer/gstnetbuffer.c:
167         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
168           Fix copying of GstNetBuffer (would crash before, or at least lead to
169           invalid memory access, #410772), for now by copying the GstBuffer copy
170           code from the core over here so we can copy the GstBuffer fields on a
171           provided buffer instance (of type GstNetBuffer in this case). Would be
172           better to fix this with some support by the core though (and in the long
173           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
174
175         * tests/check/Makefile.am:
176           Enable unit test for GstNetBuffer.
177
178 2007-02-22  Andy Wingo  <wingo@pobox.com>
179
180         * gst-libs/gst/audio/gstbaseaudiosink.c
181         (gst_base_audio_sink_init): Disable pull-mode activation until we
182         figure out how to make audio sinks go to PLAYING.
183
184 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
185
186         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
187         (double_hq), (audio_convert_get_func_index),
188         (audio_convert_prepare_context), (audio_convert_convert):
189         * gst/audioconvert/audioconvert.h:
190         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
191         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
192         * gst/audioconvert/gstchannelmix.h:
193         * tests/check/elements/audioconvert.c: (GST_START_TEST):
194           Add float as an intermediate format, as well as float mixing. Enable
195           test that was failing before. Fixes #339837
196
197 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
198
199         * tests/examples/seek/seek.c: (do_seek):
200         Undo the previous commit: -1 as a stop time implies that the stop
201         time is the end of file, clearing any previously configured segment.
202
203 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
204
205         * tests/examples/seek/seek.c: (do_seek):
206         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
207
208 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
209
210         * gst/volume/gstvolume.c: (volume_process_int16),
211         (volume_process_int16_clamp), (volume_set_caps):
212           Unbreak volume, value remains gint.
213
214 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
215
216         * gst/volume/gstvolume.c: (volume_choose_func),
217         (volume_update_real_volume), (gst_volume_set_volume),
218         (gst_volume_init), (volume_process_double), (volume_process_float),
219         (volume_process_int16), (volume_process_int16_clamp),
220         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
221         * gst/volume/gstvolume.h:
222           Extend float audio support (double) and some int->uint cleanups.
223
224 2007-02-20  Edward Hervey  <edward@fluendo.com>
225
226         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
227         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
228         (sort_end_pads), (gst_decode_group_expose),
229         (gst_decode_group_hide):
230         Don't free groups from the streaming threads. Just put them aside and
231         free them in dispose.
232
233 2007-02-20  Edward Hervey  <edward@fluendo.com>
234
235         * gst/playback/gstdecodebin2.c: (connect_element),
236         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
237         (sort_end_pads), (gst_decode_group_expose):
238         Handle dynamic pads within groups.
239         Sort pads before exposing them in order to make playbin happy.
240         There still is a race with the multiqueue filling up. This should be
241         solved separately.
242         Fixes #398721
243
244 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
245
246         * gst-libs/gst/utils/base-utils.c:
247         * gst-libs/gst/utils/descriptions.c:
248         * gst-libs/gst/utils/install-plugins.c:
249         * gst-libs/gst/utils/missing-plugins.c:
250           Some more docs (and descriptions for two subtitle formats).
251
252 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
253
254         * gst-libs/gst/audio/audio.c:
255           Fix documentation.
256
257 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
258
259         Patch by: Yves Lefebvre  <ivanohe abacom com>
260
261         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
262           Don't leak caps. Fixes #408278.
263
264 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
265
266         * ext/cdparanoia/gstcdparanoiasrc.h:
267         * ext/ogg/gstoggdemux.h:
268         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
269         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
270         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
271         * gst-libs/gst/audio/audio.h:
272         * gst-libs/gst/audio/gstaudiofilter.h:
273         * gst-libs/gst/interfaces/videoorientation.h:
274         * gst/adder/gstadder.h:
275           More docs coverage and some ChangeLog surgery (add missing names)
276
277 2007-02-15  Wim Taymans  <wim@fluendo.com>
278
279         * sys/ximage/ximagesink.c:
280         (gst_ximagesink_calculate_pixel_aspect_ratio):
281         * sys/xvimage/xvimagesink.c:
282         (gst_xvimagesink_calculate_pixel_aspect_ratio):
283         Small constifications.
284
285 2007-02-15  Wim Taymans  <wim@fluendo.com>
286
287         * gst-libs/gst/audio/gstbaseaudiosink.c:
288         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
289         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
290         (gst_base_audio_sink_async_play),
291         (gst_base_audio_sink_change_state):
292         Answer latency query.
293         Use configured latency when syncing.
294         Fix clock slaving.
295
296         * gst-libs/gst/audio/gstbaseaudiosrc.c:
297         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
298         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
299         Fix possible memleak.
300         Implement latency query.
301         Small cleanups.
302
303 2007-02-15  Wim Taymans  <wim@fluendo.com>
304
305         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
306         Ignore errors in reset, these are not fatal. They also grab the element
307         lock which is already taking when this function is called. Fixes
308         #405451.
309
310 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
311
312         * configure.ac:
313           Remove 'tests/examples/xerror/Makefile' from output files again.
314
315 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
316
317         * configure.ac:
318         * docs/plugins/Makefile.am:
319           Also crossref against gst-plugins-base-libs.
320
321 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
322
323         * configure.ac:
324         * docs/libs/Makefile.am:
325         * docs/plugins/Makefile.am:
326           Add crossreferences to glib/gobject/gstream docs.
327
328         * gst-libs/gst/audio/audio.h:
329           Source formatting.
330
331         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
332           Add own debug category.
333
334 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
335
336         Patch by: René Stadler <mail at renestadler de>
337
338         * gst-libs/gst/tag/gstvorbistag.c:
339           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
340           (#403597).
341
342 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * gst/playback/gstplaybasebin.c: (setup_source):
345           When we have external subtitles and wait for the subtitle decodebin
346           to get up and running, we set up a (sync) bus handler for the
347           subtitle decodebin, so we can stop waiting when it posts an error
348           message. However, we should do that before we set the subtitle
349           decodebin's state to playing, otherwise things are racy and we might
350           miss error messages posted before we had a chance to set up the bus.
351           This should finally fix totem hanging on .txt pseudo-subtitle files.
352           
353 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
354
355         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
356           Use gst_gdouble_to_guint64 for conversions.
357         * win32/common/config.h.in:
358           Add a define for GST_INSTALL_PLUGINS_HELPER
359         * win32/common/libgstaudio.def:
360         * win32/common/libgstcdda.def:
361         * win32/common/libgstnetbuffer.def:
362         * win32/common/libgstrtp.def:
363         * win32/common/libgutils.def:
364           Add new exported functions.
365         * win32/vs6/gst_plugins_base.dsw:
366         * win32/vs6/libgstdecodebin.dsp:
367         * win32/vs6/libgstnetbuffer.dsp:
368         * win32/vs6/libgstplaybin.dsp:
369         * win32/vs6/libgstrtp.dsp:
370         * win32/vs6/libgstvorbis.dsp:
371         * win32/vs6/libgstcdda.dsp:
372         * win32/vs6/libgstgdp.dsp:
373         * win32/vs6/libgstutils.dsp:
374           Update and add new project files.
375
376 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
377
378         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
379         (subrip_remove_unhandled_tags), (parse_subrip):
380           For SubRip (.srt) subtitles, ignore all markup tags we don't
381           handle (like font tags, for example).
382
383         * tests/check/elements/subparse.c:
384           Add test for this.
385
386 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
387
388         * gst/playback/gstdecodebin.c: (add_fakesink),
389         (gst_decode_bin_change_state):
390         * gst/playback/gstdecodebin2.c: (add_fakesink),
391         (gst_decode_bin_change_state):
392           Don't error out if there is no fakesink in the NULL to READY state
393           change, since when decodebin is re-used, we're only adding the
394           fakesink element in READY to PAUSED.
395
396         * tests/check/elements/decodebin.c:
397         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
398         (decodebin_suite):
399           Minimal unit test to make sure we can use the same decodebin
400           instance twice (at least with audiotestsrc input).
401
402 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
403
404         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
405           Try to get devic-name from device string first, and from handle only
406           as fallback (seems to yield better results and is more robust
407           against buggy probing code on the application side).
408
409 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
410
411         Based on patch by: Julien Puydt <julien.puydt at laposte net>
412
413         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
414         (gst_alsa_find_device_name):
415         * ext/alsa/gstalsa.h:
416         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
417         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
418           Improve device-name detection a bit, especially in the case where
419           the device is not actually open (#405020, #405024). Move common code
420           into gstalsa.c instead of duplicating it.
421
422 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
423
424         * gst/audioconvert/gstaudioconvert.c:
425           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
426
427 2007-02-06  Julien MOUTTE  <julien@moutte.net>
428
429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
430         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
431         (gst_xvimagesink_interface_supported),
432         (gst_xvimagesink_probe_get_properties),
433         (gst_xvimagesink_probe_probe_property),
434         (gst_xvimagesink_probe_needs_probe),
435         (gst_xvimagesink_probe_get_values),
436         (gst_xvimagesink_property_probe_interface_init),
437         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
438         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
439         (gst_xvimagesink_get_type):
440         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
441         for XVAdaptors so that one can choose the adaptor to use with 
442         gstreamer-properties.
443
444 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
445
446         * gst/audioconvert/gstaudioconvert.c:
447           Also mention that a conversion from double to float is suboptimal still.
448
449 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
450
451         * gst-libs/gst/audio/gstaudiofilter.c:
452         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
453           Clear our formats structure and free the caps contained in it when
454           shutting down.
455
456 2007-02-05  Andy Wingo  <wingo@pobox.com>
457
458         * gst-libs/gst/audio/gstbaseaudiosink.c
459         (gst_base_audio_sink_callback): Update basesink->offset so that we
460         pull monotonically increasing offsets instead of, um, seeking back
461         to 0 each time. Fixes alsasrc ! alsasink!
462
463 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
464
465         * gst/videoscale/gstvideoscale.c:
466           A width and height of 1 makes us crash, so increase minimum size to
467           2x2 pixels until someone feels like fixing this (#404512).
468
469 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
470
471         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
472           Add small test to make sure request pads are cleaned up properly
473           even if oggmux never changes state out of NULL.
474
475 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
476
477         * tests/check/libs/utils.c: (GST_START_TEST):
478           Fix unit test. Turns out things work much better when you
479           NULL-terminate string arrays. Should make p5 build bot happy again.
480
481 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
482
483         * gst-libs/gst/audio/Makefile.am:
484         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
485         (gst_audio_filter_template_base_init),
486         (gst_audio_filter_template_class_init),
487         (gst_audio_filter_template_init),
488         (gst_audio_filter_template_set_property),
489         (gst_audio_filter_template_get_property),
490         (gst_audio_filter_template_setup),
491         (gst_audio_filter_template_filter),
492         (gst_audio_filter_template_filter_inplace), (plugin_init):
493           Oops, forgot to commit fixed-up example.
494
495 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * docs/libs/gst-plugins-base-libs-sections.txt:
498         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
499         (gst_audio_filter_class_init), (gst_audio_filter_init),
500         (gst_audio_filter_set_caps),
501         (gst_audio_filter_class_add_pad_templates):
502         * gst-libs/gst/audio/gstaudiofilter.h:
503           Port GstAudioFilter to 0.10. This change technically breaks
504           API and ABI (and thus also every library developer's heart),
505           but seems justifiable on the grounds that the base class was
506           completely unusable before (ie. would crash immediately when
507           actually used). Fixes #403963 (and eventually also #403572).
508           Also document all of this a bit.
509
510 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
511
512         * gst-libs/gst/utils/install-plugins.c:
513         (gst_install_plugins_spawn_child):
514         * tests/check/libs/utils.c:
515         (test_base_utils_install_plugins_do_callout):
516           Lowering log level to see why things fail on the p5 build bot;
517           fix some typos in unit test messages.
518
519 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
520
521         * tests/check/libs/utils.c:
522         (test_base_utils_install_plugins_do_callout):
523           Don't hard-code temp directory for test helper; use GLib functions
524           to write out file and do error checking etc.
525
526 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
527
528         * gst-libs/gst/utils/Makefile.am:
529         * gst-libs/gst/utils/base-utils.h:
530         * gst-libs/gst/utils/install-plugins.c:
531         (gst_install_plugins_context_set_xid),
532         (gst_install_plugins_context_new),
533         (gst_install_plugins_context_free),
534         (gst_install_plugins_get_helper),
535         (gst_install_plugins_spawn_child),
536         (gst_install_plugins_return_from_status),
537         (gst_install_plugins_installer_exited),
538         (gst_install_plugins_async), (gst_install_plugins_sync),
539         (gst_install_plugins_return_get_name),
540         (gst_install_plugins_installation_in_progress):
541         * gst-libs/gst/utils/install-plugins.h:
542           API: add API for applications to initiate installation of missing
543           plugins, ie. gst_install_plugins_async() primarily.
544           Based on libgimme-codec by Ryan Lortie.
545
546         * configure.ac:
547           Add --with-install-plugins-helper configure option so distros can specify
548           the path of the helper script or program to call when plugin installation
549           is requested (distros: please do any argument munging in this helper
550           script instead of patching GStreamer to pass arguments differently
551           to another program directly).
552
553         * docs/libs/gst-plugins-base-libs-docs.sgml:
554         * docs/libs/gst-plugins-base-libs-sections.txt:
555           Build and document new API.
556
557         * tests/check/libs/utils.c: (result_cb),
558         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
559         (libgstbaseutils_suite):
560           Some simple checks for the new API.
561
562 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
563
564         * tests/check/elements/audioconvert.c: (test_float_conversion):
565           Add small test for 32bit float <=> 64bit float conversion (works
566           only one way so far, 32=>64 produces structured noise).
567
568 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
569
570         * gst/audioconvert/gstaudioconvert.c:
571         (set_structure_widths_32_and_64), (make_lossless_changes):
572           We don't support floats with a width of 40, 48 or 56 bits.
573
574 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
575
576         * gst/audioconvert/audioconvert.c: (float), (double),
577         (audio_convert_get_func_index):
578         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
579         (make_lossless_changes):
580           Support for 64-bit float audio in audioconvert (#339837)
581
582 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
583
584         Patch by: Holger Wansing  <linux wansing-online de>
585
586         * po/LINGUAS:
587         * po/de.po:
588           Add German translation (#352069).
589
590 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
591
592         reviewed by: Wim Taymans <wim@fluendo.com>
593
594         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
595         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
596         Use newly added GstCollectPads API to free the allocated resources in
597         the GstOggPad structures (#402393).
598
599 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
600
601         * gst/playback/gstplaybin.c: (gen_vis_element):
602           Add audioresample+audioconvert in front of the visualisation
603           element, so that elements like libvisual 0.4 that don't support all
604           samplerates can work.
605
606           Fixes: #402505
607
608 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
611         (gst_play_base_bin_get_streaminfo_value_array):
612           Take some locks and make a copy of the streaminfo value array we
613           maintain while holding the lock, so that the application can
614           retrieve the stream-info as a value array in a thread-safe way.
615
616 2007-01-30  Wim Taymans  <wim@fluendo.com>
617
618         * gst/audioconvert/gstaudioconvert.c:
619         Don't fail on 0 sized buffers. Fixes #396835.
620
621 2007-01-29  David Schleef  <ds@schleef.org>
622
623         * gst/typefind/gsttypefindfunctions.c:
624           Detect BBCD as video/x-dirac, so we can play raw dirac
625           streams.
626
627 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
628
629         * ext/theora/theoraenc.c: (theora_enc_chain):
630           Check return value of theora_encode_header(), or we might try to
631           allocate a random number of bytes. theora_encode_header() can fail
632           if libtheora has been compiled with encoding support disabled.
633           Fixes #398110.
634
635 2007-01-29  Wim Taymans  <wim@fluendo.com>
636
637         * tests/check/gst/.cvsignore:
638         Do as buildbot says.
639
640 2007-01-29  Wim Taymans  <wim@fluendo.com>
641
642         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
643         Fix strides in libvisual. Gst uses X strides.
644         Inspired by: <ed at catmur dot co dot uk> and 
645         <tim at centricular dot net>
646         Fixes #401118.
647
648 2007-01-27  Wim Taymans  <wim@fluendo.com>
649
650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
651         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
652         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
653         (gst_ogg_demux_perform_seek),
654         (gst_ogg_demux_bisect_forward_serialno),
655         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
656         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
657         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
658         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
659         * ext/ogg/gstoggdemux.h:
660         Properly propagate streaming errors when we are scanning the file for
661         chains so that we don't crash when shut down. Might fix some crashers
662         when quickly switching oggs in RB such as #332503 and #378436.
663
664 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
665
666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
667           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
668           error code as well.
669
670 2007-01-25  Wim Taymans  <wim@fluendo.com>
671
672         * gst/playback/gstplaybasebin.c: (remove_source):
673         Don't try to disconnect a signal from a finalized object.
674
675 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
676
677         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
678           Cast lock macro parameters to make sure we're actually accessing the
679           lock member at the right class level. Free list itself in _dispose()
680           as well and NULL it in case dispose gets called multiple times.
681
682 2007-01-25  Edward Hervey  <edward@fluendo.com>
683
684         * gst/playback/gstdecodebin2.c:
685         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
686         Free GstDecodeGroups no longer used.
687         (gst_decode_group_expose):
688         Don't unlock too many times !
689         (deactivate_free_recursive):
690         Free iterator once we're done with it.
691         Fix for recursively deactivating elements (stop at ghostpads).
692
693 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
694
695         * gst/playback/gstplaybin.c: (handoff):
696           Fix up caps on the frame buffer before we save it and potentially
697           make it accessible to other threads via g_object_get; also use
698           gst_buffer_replace() instead of gst_mini_object_replace().
699
700 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
703           Make getting the current frame thread-safe.
704
705 2007-01-25  Edward Hervey  <edward@fluendo.com>
706
707         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
708         (gst_decode_group_new), (gst_decode_group_free):
709         Set queues to bigger sizes to cope with HD contents.
710         Fix some mutex freeing and add comment about MT safe methods.
711
712 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
713
714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
715         (gst_text_overlay_text_event):
716           Don't unnecessarily ref (and then leak) upstream events if the text
717           pad is not linked. Fixes #399948.
718
719         * tests/check/gst-plugins-base.supp:
720           Add suppression for pango on edgy/x86 for textoverlay test.
721
722 2007-01-24  Wim Taymans  <wim@fluendo.com>
723
724         * gst-libs/gst/rtp/gstrtpbuffer.h:
725         Add some more fixed payloads.
726
727 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
728
729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
730           Error out properly if we get an error from libogg while reading the
731           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
732
733 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
734
735         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
736           Don't leak mutex.
737
738         * tests/check/elements/playbin.c:
739         (test_sink_usage_video_only_stream),
740         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
741         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
742         (test_missing_suburisource_handler),
743         (test_missing_primary_decoder), (playbin_suite):
744           Run all tests once with decodebin and once with decodebin2.
745           One test does not pass yet with decodebin2.
746
747 2007-01-23  Edward Hervey  <edward@fluendo.com>
748
749         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
750         Fix the cases where oggmux doesn't properly figure out that all
751         sinkpads have gone EOS, and therefore doesn't push out the remaining
752         buffers and the final EOS event.
753         Fixes #363379
754
755 2007-01-23  Julien MOUTTE  <julien@moutte.net>
756
757         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
759         Don't lock on navigation event push, just on keysym to string.
760         Fixes #397673 again.
761
762 2007-01-22  Edward Hervey  <edward@fluendo.com>
763
764         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
765         (get_current_group), (group_demuxer_event_probe),
766         (gst_decode_group_expose), (deactivate_free_recursive),
767         (gst_decode_group_free):
768         Cleanups.
769         Don't forget to emit 'no-more-pads' once a group is exposed.
770         Cleanup elements from a DecodeGroup once we remove it.
771         Protect call to gst_decode_group_expose() with the decodebin lock.
772
773 2007-01-22  Julien MOUTTE  <julien@moutte.net>
774
775         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
777         Looking at Xorg code i can't figure out if that XKeysymToString
778         function is thread sensible or not. Lock it just in case as
779         recommended by Radek Doulik <rodo at ximian dot com>.
780
781 2007-01-22  Julien MOUTTE  <julien@moutte.net>
782
783         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
785         Lock that X Call as well. Fixes #397673.
786
787 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
790           Don't go into an endless loop if the file starts with 00 00 01 2X,
791           like quicktime redirect files might. Fixes #396042.
792
793         * tests/check/Makefile.am:
794         * tests/check/gst/.cvsignore:
795         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
796         (typefindfunctions_suite):
797           Add unit test for the above.
798
799 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
800
801         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
802           On second thought, use "depth" field rather than "bpp" field.
803
804 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
805
806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
807           Camtasia caps apparently need a bpp field (#398875).
808
809 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
810
811         * gst/playback/gstplaybasebin.c: (setup_subtitle),
812         (gen_source_element), (gst_play_base_bin_change_state):
813           Attempt at a better error message in case we don't have the required
814           URI handler installed; post missing-plugin message also when we're
815           missing an URI handler for the subtitle URI; clean up properly also
816           when an error occurs and we never made it to PAUSED state.
817
818         * tests/check/elements/playbin.c: (GST_START_TEST),
819         (playbin_suite):
820           Check that we're also getting a missing-plugin messsage for a
821           missing subtitle URI handler (and clean up properly).
822
823 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
824
825         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
826           Plug a few reference leaks.
827
828 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
831           Lower probability a bit if the marker isn't right at the start,
832           to decrease the chance of false positives.
833
834 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
835
836         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
837           Small mpeg2 system stream typefinding improvement: make typefinder
838           probe a bit into the stream instead of just looking for a marker
839           at the beginning. Fixes #397810.
840
841 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * gst/audioconvert/gstchannelmix.c:
844           Remove compatibility cruft for prehistoric GLib versions.
845
846 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
847
848         * gst/playback/Makefile.am:
849         * gst/playback/gstdecodebin.c: (close_pad_link):
850         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
852         (gst_play_base_bin_handle_message_func), (unknown_type):
853           Let decodebin be the element to post missing-plugin messages for
854           missing decoders (rather than playbin); make playbin implement
855           GstBin::handle_message so we can suppress missing-plugin messages
856           for types we're not handling on purpose (don't want to bring up an
857           installer in those cases).
858
859 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
860
861         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
862         * gst-libs/gst/tag/gstvorbistag.c:
863         (gst_tag_list_to_vorbiscomment_buffer):
864         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
865           Fix potentially unaligned access (#397207).
866
867 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
868
869         * tests/examples/seek/seek.c: (set_scale), (update_scale),
870         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
871         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
872         (main):
873           Allow to toggle looping while it plays. Fix callback prototype. Clean
874           up code a bit more. Add copyright header.
875
876 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
877
878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
879           Red and blue mask was swapped (spotted by Dan Williams).
880
881 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
882
883         * gst-libs/gst/tag/gstid3tag.c:
884         * gst-libs/gst/tag/gstvorbistag.c:
885           Use new beats-per-minute tag from core.
886
887 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
888
889         * po/POTFILES.in:
890           Add new files with translatable strings, so they actually make it
891           into the template file one day.
892
893 2007-01-12  Andy Wingo  <wingo@pobox.com>
894
895         * gst-libs/gst/audio/gstbaseaudiosink.c
896         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
897         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
898         stuff, as the base class handles this now. Actually tell the ring
899         buffer to start.
900         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
901         How did this work before? Maybe I'm not as awesome a programmer as
902         I think.
903
904         * gst-libs/gst/audio/gstbaseaudiosrc.c
905         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
906         of a pad function.
907
908 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
911           Remove more fields so that the application can better blacklist
912           formats that have been tried before.
913
914 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
915
916         * gst-libs/gst/audio/mixerutils.h:
917           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
918           used when compiling with c++ compilers as well.
919
920 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
921
922         * gst/typefind/gsttypefindfunctions.c:
923           Fix comment.
924
925 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
926
927         * gst/playback/gstplaybin.c: (post_missing_element_message),
928         (gen_video_element), (gen_text_element), (gen_audio_element),
929         (gen_vis_element):
930           Post missing-plugin messages also when we error out because
931           converters, textoverlay or auto*sinks are missing (#161922).
932
933 2007-01-10  Wim Taymans  <wim@fluendo.com>
934
935         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
936         (is_demuxer_element), (new_caps):
937         * gst/playback/gstplaybasebin.c: (source_new_pad):
938         Fix the case where we try to ref a NULL element when we delay a link
939         because of unfixed caps.
940         Set the state of autoplugged decodebins to PAUSED.
941         RTSP now works in playbin, we can remove it from the blacklist.
942
943 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * gst/playback/Makefile.am:
946         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
947         (unknown_type), (setup_subtitle), (gen_source_element):
948         * gst/playback/gstplaybin.c: (plugin_init):
949           Post missing-plugin messages on the bus for missing sources and
950           missing decoders/demuxers/depayloaders; fix error code used when
951           we're missing an URI handler source; for media types that we are not
952           handling on purpose at the moment, don't print "don't know how to
953           handle xyz" messages to the terminal or post missing-plugin
954           messages on the bus.
955
956         * tests/check/elements/playbin.c: (create_playbin),
957         (GST_START_TEST), (gst_codec_src_uri_get_type),
958         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
959         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
960         (gst_codec_src_init_type), (gst_codec_src_base_init),
961         (gst_codec_src_create), (gst_codec_src_class_init),
962         (gst_codec_src_init), (plugin_init), (playbin_suite):
963           Add some tests for the missing-plugin stuff.
964
965 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
966
967         * configure.ac:
968         * gst-libs/gst/Makefile.am:
969         * gst-libs/gst/utils/Makefile.am:
970         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
971         * gst-libs/gst/utils/base-utils.h:
972         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
973         (find_format_info), (caps_are_rtp_caps),
974         (gst_base_utils_get_source_description),
975         (gst_base_utils_get_sink_description),
976         (gst_base_utils_get_decoder_description),
977         (gst_base_utils_get_encoder_description),
978         (gst_base_utils_get_element_description),
979         (gst_base_utils_add_codec_description_to_tag_list),
980         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
981         * gst-libs/gst/utils/descriptions.h:
982         * gst-libs/gst/utils/missing-plugins.c:
983         (missing_structure_get_type), (copy_and_clean_caps),
984         (gst_missing_uri_source_message_new),
985         (gst_missing_uri_sink_message_new),
986         (gst_missing_element_message_new),
987         (gst_missing_decoder_message_new),
988         (gst_missing_encoder_message_new),
989         (missing_structure_get_string_detail),
990         (missing_structure_get_caps_detail),
991         (gst_missing_plugin_message_get_installer_detail),
992         (gst_missing_plugin_message_get_description),
993         (gst_is_missing_plugin_message):
994         * gst-libs/gst/utils/missing-plugins.h:
995           API: add new libgstbaseutils library with functions
996           - to create and parse missing-plugins messages
997           - that provide (translated) descriptions for caps/decoders/sources/etc.
998           Closes #392393.
999
1000         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1001         * pkgconfig/gstreamer-plugins-base.pc.in:
1002           Add new lib.
1003
1004         * docs/libs/gst-plugins-base-libs-docs.sgml:
1005         * docs/libs/gst-plugins-base-libs-sections.txt:
1006           Generate docs for new lib and API.
1007
1008         * tests/check/Makefile.am:
1009         * tests/check/libs/.cvsignore:
1010         * tests/check/libs/utils.c: (missing_msg_check_getters),
1011         (GST_START_TEST), (libgstbaseutils_suite):
1012           Add some basic unit tests.
1013
1014 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1015
1016         * ext/ogg/Makefile.am:
1017           Dist gstoggdemux.h to fix 'make distcheck'.
1018
1019         * sys/v4l/Makefile.am:
1020           Fix 'make distcheck' even more.
1021
1022 2007-01-09  Wim Taymans  <wim@fluendo.com>
1023
1024         * docs/plugins/Makefile.am:
1025         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1027         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1028         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1029         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1030         (gst_ogg_demux_perform_seek):
1031         * ext/ogg/gstoggdemux.h:
1032         Added docs.
1033         Add some more comments.
1034         Small cleanups.
1035
1036 2007-01-09  Wim Taymans  <wim@fluendo.com>
1037
1038         * ext/theora/theoradec.c:
1039         * ext/vorbis/vorbisdec.c:
1040         * gst-libs/gst/audio/gstringbuffer.c:
1041         (gst_ring_buffer_commit_full):
1042         * gst-libs/gst/audio/gstringbuffer.h:
1043         * gst-libs/gst/rtp/gstrtpbuffer.c:
1044         * gst-libs/gst/tag/gstvorbistag.c:
1045         Small documentation updates/fixes
1046
1047 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1048
1049         * configure.ac:
1050           Require core CVS HEAD for Andy's basesrc/sink API additions.
1051
1052 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1053
1054         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1055
1056         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1057         (plugin_init):
1058           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1059           on flac.sf.net (there appear to be other versions of the first
1060           ogg page in the wild) (#391365).
1061
1062 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * configure.ac:
1065           Check if localtime_r() is available.
1066
1067         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1068           If localtime_r() is not available, fall back to localtime(). Should
1069           fix build on MingW (#393310).
1070
1071 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1074         * gst/subparse/gstsubparse.h:
1075           Remove spurious 1000 subtrahend when calculating the timestamp from
1076           the frame number and the frame rate . Also, use the frames/second
1077           value specified in the first line of the file, if one is specified
1078           there. Should fix #357503.
1079
1080         * tests/check/elements/subparse.c: (do_test),
1081         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1082         (subparse_suite):
1083           Add some basic unit tests for the microdvd subtitle format.
1084
1085 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1086
1087         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1088         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1089         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1090         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1091         (gst_xvimagesink_set_xwindow_id),
1092         (gst_xvimagesink_set_event_handling),
1093         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1094         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1095         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1096         Fixes : #390076.
1097         Add an adaptor property to select a specific XV adaptor.
1098         * sys/xvimage/xvimagesink.h:
1099
1100 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1101
1102         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1103         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1104         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1105         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1106         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1107         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1108         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1109         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1110         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1111         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1112         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1113         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1114         Use flow_lock much more to protect every access to xwindow.
1115         Try to catch erros while creating images in case some drivers are
1116         just generating an XError when the requested image is too big.
1117         Should fix : #354698, #384008, #384060.
1118         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1119         Implement some stress testing of setting window xid.
1120
1121 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1122
1123         * win32/common/libgsaudio.def:
1124           Add new exported function.
1125         * win32/common/libgstogg.dsp:
1126           Add gstoggaviparse.c to the build.
1127         * win32/common/libgstvideoscale.dsp:
1128           Add vs_4tap.c to the build.
1129         * win32/common/libgstvorbis.dsp:
1130           Add vorbistag.c to the build.
1131         
1132 2007-01-06  Andy Wingo  <wingo@pobox.com>
1133
1134         * gst-libs/gst/audio/gstbaseaudiosink.c
1135         (gst_base_audio_sink_class_init)
1136         (gst_base_audio_sink_init): 
1137         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1138         to baseaudiosink, and tell basesink that we can work in pull mode.
1139         This way the ring buffer thread drives the pipeline directly, if
1140         pull mode is possible. There is some lingering nastiness regarding
1141         capsnego, however.
1142         (gst_base_audio_sink_callback): Implement the callback to pull
1143         data. This interface is a bit light, though -- it should get a
1144         GstFlowReturn return value at least.
1145
1146 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1149         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1150         * gst/playback/gstdecodebin2.c:
1151         (gst_decode_group_check_if_blocked):
1152           Printf format and missing argument fixes.
1153
1154 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1155
1156         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1157         (gst_ogm_parse_change_state):
1158         Activate pads before adding them to the element.
1159
1160 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1161
1162         * tests/examples/seek/scrubby.c: (main):
1163         * tests/examples/seek/seek.c: (main):
1164           Call g_thread_init() first thing in main() (see #391278).
1165
1166 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1167
1168         * tests/check/Makefile.am:
1169         * tests/check/libs/.cvsignore:
1170         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1171         (netbuffer_suite):
1172           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1173           for the time being, since it's broken, see #393099.
1174
1175 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1176
1177         * tests/check/Makefile.am:
1178           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1179
1180 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1181
1182         * configure.ac:
1183           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1184           so that GST_BASE_CFLAGS can go inbetween them, making sure
1185           we use uninstalled gst-libs headers
1186         * docs/libs/Makefile.am:
1187         * ext/alsa/Makefile.am:
1188         * ext/cdparanoia/Makefile.am:
1189         * ext/gnomevfs/Makefile.am:
1190         * ext/libvisual/Makefile.am:
1191         * ext/ogg/Makefile.am:
1192         * ext/theora/Makefile.am:
1193         * ext/vorbis/Makefile.am:
1194         * gst-libs/gst/audio/Makefile.am:
1195         * gst-libs/gst/cdda/Makefile.am:
1196         * gst-libs/gst/interfaces/Makefile.am:
1197         * gst-libs/gst/riff/Makefile.am:
1198         * gst-libs/gst/rtp/Makefile.am:
1199         * gst-libs/gst/tag/Makefile.am:
1200         * gst/adder/Makefile.am:
1201         * gst/audioconvert/Makefile.am:
1202         * gst/audiorate/Makefile.am:
1203         * gst/audioresample/Makefile.am:
1204         * gst/playback/Makefile.am:
1205         * gst/tcp/Makefile.am:
1206         * gst/videoscale/Makefile.am:
1207         * gst/volume/Makefile.am:
1208         * sys/ximage/Makefile.am:
1209         * sys/xvimage/Makefile.am:
1210         * tests/icles/Makefile.am:
1211           adapt
1212
1213 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1214
1215         * gst-libs/gst/interfaces/xoverlay.c:
1216         (gst_x_overlay_handle_events):
1217         * gst-libs/gst/interfaces/xoverlay.h:
1218         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1219         (gst_ximagesink_set_xwindow_id),
1220         (gst_ximagesink_set_event_handling),
1221         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1222         (gst_ximagesink_get_property), (gst_ximagesink_init),
1223         (gst_ximagesink_class_init):
1224         * sys/ximage/ximagesink.h:
1225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1226         (gst_xvimagesink_set_xwindow_id),
1227         (gst_xvimagesink_set_event_handling),
1228         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1229         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1230         (gst_xvimagesink_class_init):
1231         * sys/xvimage/xvimagesink.h:
1232         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1233         Add a method to the XOverlay interface to allow disabling of 
1234         event handling in x[v]imagesink elements. This will let X events
1235         propagate to parent windows which can be usefull in some cases.
1236         Be carefull that the application is then responsible of pushing
1237         navigation events and expose events to the video sink.
1238         Fixes: #387138.
1239
1240 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1241
1242         * gst-libs/gst/tag/gstvorbistag.c:
1243         * tests/check/libs/tag.c: (GST_START_TEST):
1244           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1245           (fixes #392070).
1246
1247 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1248
1249         * configure.ac:
1250         * docs/Makefile.am:
1251         * docs/design/Makefile.am:
1252           Dist design docs.
1253
1254 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1255
1256         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1257         typo. Fixes: #390063.
1258
1259 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1260
1261         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1263         caps leak.
1264         * win32/common/config.h: Updated.
1265
1266 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1269         (setup_gdpdepay_streamheader):
1270         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1271         (setup_gdppay_streamheader):
1272           Fix the dp tests, but activating the pads for the streamheader tests
1273           too and cleaning up conditionaly
1274
1275 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1276
1277         * gst/ffmpegcolorspace/avcodec.h:
1278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1279         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1280         (gst_ffmpegcsp_avpicture_fill):
1281         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1282         (img_get_alpha_info):
1283         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1284         other end of the word. Fixes: #387073.
1285
1286         Add some inconsequential branch hints in a couple of places.
1287
1288 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1289
1290         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1291         (gst_ffmpeg_caps_to_smpfmt):
1292           The "signed" field in raw audio caps is of boolean type, trying to
1293           extract the value with _get_int() will fail (fix to keep in sync with
1294           the copy in gst-ffmpeg)
1295
1296 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1297
1298         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1299         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1300         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1301         (cleanup_gdpdepay):
1302         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1303         * tests/check/elements/subparse.c: (teardown_subparse):
1304         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1305         * tests/check/elements/videorate.c: (cleanup_videorate):
1306         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1307         * tests/check/elements/volume.c: (cleanup_volume):
1308         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1309         (cleanup_vorbisdec):
1310         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1311         (cleanup_vorbistag):
1312           consistent pad (de)activation
1313
1314 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1317           Forgot to register the extensions.
1318
1319 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1320
1321         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1322         (plugin_init):
1323           Add typefinder for VIVO files (my christmas present to the 90s).
1324
1325 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1326
1327         * gst/playback/gstdecodebin.c: (type_found):
1328           Special-case the text/plain media type: we only want to recognise it
1329           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1330           parser, but not if the entire stream is of text/plain type. If the
1331           entire stream is text/plain, we should just error out.
1332
1333           This fixes playback of audio files with lyrics in totem. Totem can't
1334           distinguish between text files and subtitle files and passes any
1335           .txt file with the same basename as the main file to playbin as
1336           suburi, and playbin will then throw a 'subtitle found, but no video
1337           stream' error, which isn't entirely helpful. See #380342.
1338
1339           Also, with this change we'll show a slightly more correct error
1340           message in case totem passes a playlist file to us (although a
1341           custom error message wording instead of the default text would
1342           probably not be a bad idea either).
1343
1344           Same problem also needs to be fixed for playbin+decodebin2.
1345
1346         * tests/check/Makefile.am:
1347         * tests/check/elements/decodebin.c: (src_handoff_cb),
1348         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1349         (decodebin_suite):
1350           Add simple unit test for decodebin for the above.
1351
1352 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1353
1354         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1355         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1356           Refuse to change state to READY when we failed to create any of the
1357           required elements in our instance init function.
1358
1359 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1360
1361         * docs/libs/gst-plugins-base-libs-sections.txt:
1362           Small docs fixes/updates.
1363
1364         * gst-libs/gst/video/gstvideosink.h:
1365           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1366           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1367           removed from the base sink API between 0.9.6 and 0.9.7).
1368           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1369           accessor macros, so we don't do a runtime GObject type check every
1370           time we use them.
1371
1372 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1373
1374         * Makefile.am:
1375         * gst-plugins-base.doap:
1376         * gst-plugins-base.spec.in:
1377           add doap file
1378
1379 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1380
1381         Patch by: Jens Granseuer <jensgr at gmx net>
1382
1383         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1384         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1385         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1386         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1387         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1388           Declare variables at the beginning of a block. Fixes #383195.
1389
1390 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1391
1392         * configure.ac:
1393         Bump version nano - back to CVS.
1394
1395
1396 === release 0.10.11 ===
1397
1398 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1399
1400         * configure.ac:
1401           releasing 0.10.11, "Dumb things"
1402
1403 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1404
1405         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1406         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1407         Handle the case where an element has multiple pads with 
1408         unfixed caps as well as still possibly producing more dynamic 
1409         pads by storing each case as a distinct entry in the dynamic list.
1410         Fixes #38223 again.
1411
1412 2006-12-04  Wim Taymans  <wim@fluendo.com>
1413
1414         * gst/playback/gstdecodebin.c: (close_pad_link):
1415         Fix #382223, add more dynamic caps handling.
1416
1417 2006-12-04  Wim Taymans  <wim@fluendo.com>
1418
1419         reviewed by: <delete if not using a buddy>
1420
1421         * gst-libs/gst/audio/gstringbuffer.h:
1422         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1423         (gst_netaddress_set_ip4_interface),
1424         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1425         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1426         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1427         (gst_netaddress_get_ttl):
1428         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1429         * gst/playback/gstdecodebin.c: (close_pad_link):
1430         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1431         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1432         * win32/common/config.h:
1433
1434 2006-12-01  Michael Smith  <msmith@fluendo.com>
1435
1436         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1437           Delete bad debug code.
1438           Fixes #381219
1439
1440 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1441
1442         * gst/videoscale/vs_4tap.c:
1443         * win32/MANIFEST:
1444         * win32/common/config.h:
1445         * win32/vs8/libgstvideoscale.vcproj:
1446         Fix compilation on win32 under VS8
1447         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1448         Partially fixes #381175
1449
1450 2006-11-30  Michael Smith  <msmith@fluendo.com>
1451
1452         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1453         (GST_START_TEST):
1454           It would be very bad if, after a discont buffer, we thought every
1455           single following buffer was also discont. So, add to the test to
1456           ensure that this isn't the case.
1457           
1458         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1459           ... it was the case. So fix it.
1460
1461 2006-11-28  Wim Taymans  <wim@fluendo.com>
1462
1463         * gst/playback/gstplaybasebin.c: (check_queue_event):
1464         Improve debug.
1465
1466         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1467         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1468         padtemplate caps. Refixes #357577.
1469
1470 2006-11-28  Wim Taymans  <wim@fluendo.com>
1471
1472         * gst/playback/gstplaybasebin.c: (check_queue_event),
1473         (queue_threshold_reached), (queue_out_of_data),
1474         (gen_preroll_element):
1475         Add event probe to see when EOS is in a queue and we can disable the
1476         underrun signals. Fixes #357577.
1477
1478 2006-11-28  Edward Hervey  <edward@fluendo.com>
1479
1480         * gst/playback/Makefile.am:
1481         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1482         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1483         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1484         (gst_decode_bin_init), (gst_decode_bin_dispose),
1485         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1486         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1487         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1488         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1489         (connect_element), (expose_pad), (type_found),
1490         (pad_added_group_cb), (pad_removed_group_cb),
1491         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1492         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1493         (are_raw_caps), (multi_queue_overrun_cb),
1494         (multi_queue_underrun_cb), (gst_decode_group_new),
1495         (get_current_group), (group_demuxer_event_probe),
1496         (gst_decode_group_control_demuxer_pad),
1497         (gst_decode_group_control_source_pad),
1498         (gst_decode_group_check_if_blocked),
1499         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1500         (gst_decode_group_hide), (gst_decode_group_free),
1501         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1502         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1503         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1504         (plugin_init):
1505         New decodebin2 element.
1506         Closes #370092
1507         * gst/playback/gstplay-marshal.list:
1508         Added marshallers for new signals in decodebin2
1509         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1510         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1511         is set.
1512
1513 2006-11-28  Wim Taymans  <wim@fluendo.com>
1514
1515         * gst/playback/gstplaybasebin.c: (setup_source),
1516         (gst_play_base_bin_change_state):
1517         Disable rtsp:// uris for the release, it's not good enough yet.
1518         Remove unused var.
1519
1520 2006-11-26  Wim Taymans  <wim@fluendo.com>
1521
1522         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1523         (theora_dec_push_forward), (theora_dec_push_reverse),
1524         (theora_handle_data_packet), (theora_dec_decode_buffer),
1525         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1526         (theora_dec_chain_forward), (theora_dec_chain):
1527         Implement reverse playback.
1528
1529         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1530         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1531         (vorbis_dec_chain_forward):
1532         Clear buffers used for reverse playback in _reset.
1533         No need to set the eos flag, we clip samples using the segment.
1534
1535 2006-11-24  Wim Taymans  <wim@fluendo.com>
1536
1537         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1538         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1539         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1540         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1541         Some cleanups.
1542         Handle continued pages in reverse mode.
1543
1544 2006-11-24  Wim Taymans  <wim@fluendo.com>
1545
1546         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1547         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1548         (vorbis_dec_flush_decode):
1549         Small cleanups.
1550         Don't try to add invalid timestamps.
1551         Clipping will unref the buffer.
1552
1553 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1554
1555         * gst/adder/gstadder.h:
1556         * gst/audiotestsrc/gstaudiotestsrc.h:
1557           remove obsolete _factory_init protos
1558
1559 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1560
1561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1562           Fix spacing in debug message.
1563
1564 2006-11-23  Wim Taymans  <wim@fluendo.com>
1565
1566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1567         (gst_ogg_demux_chain):
1568         Don't just ignore return values from _pad_push().
1569         Small debug improvements.
1570
1571 2006-11-23  Michael Smith  <msmith@fluendo.com>
1572
1573         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1574           If our incoming buffer is marked as DISCONT, then increment the page
1575           number (so that the discontinuity is marked in the final ogg
1576           bitstream) and flush the previous page.
1577
1578 2006-11-22  Michael Smith  <msmith@fluendo.com>
1579
1580         * ext/theora/gsttheoraenc.h:
1581         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1582         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1583         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1584         (theora_enc_chain), (theora_enc_change_state):
1585           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1586
1587         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1588         (GST_START_TEST), (theoraenc_suite):
1589           Enable discontinuity test, fix it.
1590
1591 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1592
1593         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1594         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1595         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1596         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1597         (gst_text_overlay_change_state):
1598         * ext/pango/gsttextoverlay.h:
1599           Some textoverlay fixes: for one, in the video chain function,
1600           actually wait for a text buffer to come in if there is none at the
1601           moment and there should be one; also, deal more gracefully with
1602           incoming buffers that do not have a timestamp or duration; discard
1603           text buffer when not needed any longer. Fixes #341681.
1604
1605         * tests/check/Makefile.am:
1606         * tests/check/elements/.cvsignore:
1607         * tests/check/elements/textoverlay.c:
1608         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1609         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1610         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1611         (test_video_waits_for_text_send_text_newsegment_thread),
1612         (test_video_waits_for_text_shutdown_element),
1613         (test_render_continuity_push_video_buffers_thread),
1614         (textoverlay_suite):
1615           Add some unit tests for textoverlay.
1616
1617 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1620           Avoid integer underflow when the found probability for mp3 is
1621           smaller than the 'penalty' we subtract if there's not a clean
1622           mp3 header sync at offset 0.
1623
1624 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1625
1626         * docs/libs/gst-plugins-base-libs-sections.txt:
1627           Add some new symbols to the docs
1628
1629 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1630
1631         * tests/check/Makefile.am:
1632         * tests/check/elements/ffmpegcolorspace.c:
1633         (ffmpegcolorspace_suite):
1634           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1635           (for now not for valgrinding though, since it takes too long).
1636
1637 2006-11-20  Wim Taymans  <wim@fluendo.com>
1638
1639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1640         (gst_ffmpeg_pixfmt_to_caps):
1641         Fix RGBA32 caps. Fixes #357038.
1642
1643 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1644
1645         * gst-libs/gst/interfaces/mixertrack.h:
1646           Add FIXME so we can add some padding here in 0.11
1647
1648 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1651           Fix GstBaseRTPAudioPayload structure so the whole GObject
1652           inheritance business actually works (parent class instance structure
1653           must always come first in the derived class instance structure).
1654
1655 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1656
1657         * gst/videotestsrc/Makefile.am:
1658         * tests/check/Makefile.am:
1659           Make sure our checks and the videotestsrc plugin link against the
1660           local uninstalled gst libs and not any installed gst libs that
1661           might happen to exist as well.
1662
1663         * tests/check/elements/adder.c: (message_received),
1664         (test_event_message_received), (test_play_twice_message_received):
1665         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1666           Fix compiler warnings when compiling against core with disabled
1667           debugging system.
1668
1669 2006-11-16  Michael Smith  <msmith@fluendo.com>
1670
1671         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1672         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1673           Fix audiorate, so that it accurately sets offsets and timestamps.
1674           Doesn't change the fundamental algorithmic decisions; so should be
1675           safe.
1676
1677         * tests/check/Makefile.am:
1678           Enable audiorate test now that it passes.
1679
1680 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1681
1682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1683           clear xv when going to NULL, remove // commented non-existant proto
1684
1685         * tests/examples/seek/seek.c: (main):
1686           add missing tooltip description for scrub and play_scrub
1687
1688 2006-11-14  David Schleef  <ds@schleef.org>
1689
1690         * configure.ac:
1691           Bump liboil requirement to 0.3.8.
1692         * gst-libs/gst/riff/riff-media.c:
1693           Add Dirac fourcc.
1694         * gst/videoscale/vs_image.h:
1695         * gst/videoscale/vs_scanline.h:
1696           Use liboil's stdint.h.
1697         * gst/videotestsrc/videotestsrc.c:
1698           Remove liboil related ifdef's, since they aren't needed now, and
1699           won't work with future versions.
1700
1701 2006-11-14  David Schleef  <ds@schleef.org>
1702
1703         * gst/videoscale/Makefile.am:
1704         * gst/videoscale/gstvideoscale.c:
1705         * gst/videoscale/gstvideoscale.h:
1706         * gst/videoscale/vs_4tap.c:
1707         * gst/videoscale/vs_4tap.h:
1708         * gst/videoscale/vs_image.c:
1709         * gst/videoscale/vs_image.h:
1710         * gst/videoscale/vs_scanline.c:
1711         * gst/videoscale/vs_scanline.h:
1712           Add a 4-tap image scaler.  Theoretically looks much prettier.
1713           The tap calculation could use some improvement.
1714
1715 2006-11-14  Wim Taymans  <wim@fluendo.com>
1716
1717         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1718
1719         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1720         (gst_riff_parse_strf_iavs):
1721         * gst/subparse/gstsubparse.c: (convert_encoding):
1722         * gst/tcp/gstmultifdsink.c:
1723         (gst_multi_fd_sink_handle_client_write):
1724         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1725         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1726         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1727         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1728         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1729         (gst_ximagesink_ximage_new):
1730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1731         Various gsize and gssize printf fixes. Fixes #372507.
1732
1733 2006-11-13  Wim Taymans  <wim@fluendo.com>
1734
1735         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1736         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1737         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1738         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1739         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1740         * ext/vorbis/vorbisdec.h:
1741         First stab at vorbis reverse playback.
1742
1743 2006-11-13  Wim Taymans  <wim@fluendo.com>
1744
1745         * gst-libs/gst/audio/gstbaseaudiosink.c:
1746         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1747         * gst-libs/gst/audio/gstbaseaudiosink.h:
1748         Make the clock sync code more accurate wrt resampling and playback
1749         at different rates.
1750         
1751         * gst-libs/gst/audio/gstringbuffer.c:
1752         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1753         * gst-libs/gst/audio/gstringbuffer.h:
1754         Use better algorithm to interpolate sample rates. 
1755
1756 2006-11-13  Michael Smith  <msmith@fluendo.com>
1757
1758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1759           Improve a debug line slightly.
1760
1761         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1762           Call gst_riff_init() in plugin_init, to avoid getting errors from
1763           the debug system (unrelated changes to another plugin made this turn
1764           up; not sure why).
1765
1766 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1767
1768         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1769
1770         * win32/common/libgsttag.def:
1771           Add missing symbol (#366492).
1772
1773 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1774
1775         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1776           Don't unref a NULL pad.
1777
1778 2006-11-09  Wim Taymans  <wim@fluendo.com>
1779
1780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1781         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1782         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1783         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1784         (gst_ogg_demux_loop):
1785         Implement first stab at reverse playback.
1786
1787 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1788
1789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1790         (gst_riff_create_video_template_caps):
1791           add h263/h264 variants to the caps, Fixes #363118
1792
1793 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1794
1795         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1796         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1797           Use g_strerror instead of strerror so we get UTF-8.
1798
1799 2006-11-03  David Schleef  <ds@schleef.org>
1800
1801         * ext/ogg/gstoggdemux.c:
1802         * ext/ogg/gstoggmux.c:
1803           Add/remove KW-DIRAC header here, since it is ogg-specific.
1804
1805 2006-11-03  Michael Smith  <msmith@fluendo.com>
1806
1807         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1808           Recognise more mpeg4 elementary video streams.
1809
1810 2006-11-02  Edward Hervey  <edward@fluendo.com>
1811
1812         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1813         Lower the probability of mp3 typefinding functions if we don't find a
1814         valid mp3 header at the start of the file.
1815         Closes #369482
1816
1817 2006-11-02  Wim Taymans  <wim@fluendo.com>
1818
1819         * ext/theora/gsttheoradec.h:
1820         * ext/theora/theoradec.c: (gst_theora_dec_init),
1821         (theora_dec_sink_event), (theora_dec_chain_forward),
1822         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1823         (theora_dec_chain):
1824         Document and partially implement an algorithm for doing reverse playback
1825         of theora video.
1826
1827 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1830
1831         * win32/common/config.h:
1832         * win32/common/interfaces-enumtypes.c:
1833         * win32/common/libgsttag.def:
1834         * win32/vs8/gst-plugins-base.sln:
1835         * win32/vs8/libgstaudioresample.vcproj:
1836         * win32/vs8/libgstinterfaces.vcproj:
1837         * win32/vs8/libgstogg.vcproj:
1838         * win32/vs8/libgstriff.vcproj:
1839         * win32/vs8/libgsttag.vcproj:
1840         * win32/vs8/libgsttheora.vcproj:
1841         * win32/vs8/libgstvideoscale.vcproj:
1842         * win32/vs8/libgstvorbis.vcproj:
1843           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1844           to libgsttag.def; add missing dependencies for some vs8 projects;
1845           re-arrange placement of .def files in vs8 projects (#366334).
1846
1847 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         * ext/ogg/gstogg.c:
1850           Remove unused variable.
1851
1852         * ext/ogg/gstoggdemux.c:
1853           Fix Wim's surname in plugin description.
1854
1855 2006-10-31  Wim Taymans  <wim@fluendo.com>
1856
1857         * gst-plugins-base.spec.in:
1858         spec new .h file. Fixes #368310.
1859
1860 2006-10-31  Michael Smith  <msmith@fluendo.com>
1861
1862         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1863         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1864         (gst_multi_fd_sink_get_stats),
1865         (gst_multi_fd_sink_remove_client_link),
1866         (gst_multi_fd_sink_queue_buffer),
1867         (gst_multi_fd_sink_handle_clients):
1868         * gst/tcp/gstmultifdsink.h:
1869           Make using the remove or clear signals threadsafe.
1870           Make calling get-stats with an invalid fd not segfault.
1871           Fixes 368273.
1872
1873 2006-10-31  Wim Taymans  <wim@fluendo.com>
1874
1875         * gst-libs/gst/rtp/Makefile.am:
1876         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1877         (gst_base_rtp_audio_payload_init):
1878         Fix and activate base audio payloader.
1879
1880 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1881
1882         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1883         (plugin_init):
1884           Add typefinder for QuickTime Image Files (see #366156).
1885
1886 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1887
1888         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1889           Another typo fix (#366212).
1890
1891 2006-10-27  Wim Taymans  <wim@fluendo.com>
1892
1893         * gst/volume/gstvolume.c: (volume_transform_ip):
1894         Use stream time to synchronize volume property instead of rather random
1895         timestamps. This is needed when gnonlin does its time shifting.
1896
1897 2006-10-27  Wim Taymans  <wim@fluendo.com>
1898
1899         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1900
1901         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1902         Remove the pad from the element in release_pad. Fixes #364812.
1903
1904 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1908           Explicitly create our custom buffer classes at a thread-safe
1909           location as well, since g_type_class_ref() doesn't seem to be
1910           entirely thread-safe either (#365501; also see #349410).
1911
1912 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1913
1914         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1915         (gst_riff_parse_info):
1916           If strings in INFO chunk are not UTF-8, do something similar to
1917           what we do for ID3v1 tags: check a number of environment variables
1918           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1919           character sets to try, otherwise try the current locale and/or fall
1920           back on ISO-8859-1. Fixes #360552.
1921
1922 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * gst/videotestsrc/gstvideotestsrc.c:
1925         (gst_video_test_src_pattern_get_type),
1926         (gst_video_test_src_set_pattern):
1927         * gst/videotestsrc/gstvideotestsrc.h:
1928         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1929         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1930         (gst_video_test_src_checkers8):
1931         * gst/videotestsrc/videotestsrc.h:
1932           Add a bunch of exciting new checkers patterns.
1933
1934 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1935
1936         * gst/subparse/Makefile.am:
1937         * gst/subparse/gstsubparse.c:
1938         (gst_sub_parse_data_format_autodetect),
1939         (gst_sub_parse_format_autodetect), (handle_buffer),
1940         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1941         * gst/subparse/gstsubparse.h:
1942         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1943         (parse_tmplayer):
1944         * gst/subparse/tmplayerparse.h:
1945           Add support for TMPlayer-type subtitles (#362845).
1946
1947         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1948         (GST_START_TEST), (subparse_suite):
1949           Add some basic unit tests for the above.
1950
1951 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * tests/check/elements/audiorate.c: (test_injector_base_init),
1954         (test_injector_class_init), (test_injector_chain),
1955         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1956         (GST_START_TEST), (audiorate_suite):
1957           More tests for audiorate: inject buffers to check behaviour when
1958           buffers overlap.
1959
1960 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1961
1962         * tests/check/Makefile.am:
1963         * tests/check/elements/.cvsignore:
1964         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1965         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1966           Add some basic unit tests for audiorate. Disabled at the moment
1967           since it doesn't pass yet (see bug #363119).
1968
1969 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1970
1971         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1972         (parse_subrip), (handle_buffer):
1973           Add missing closing tags for markup and fix broken markup,
1974           otherwise pango won't render anything (fixes #357531). Also,
1975           make sure the text we send out is always NUL-terminated
1976           (better safe than sorry etc.).
1977
1978         * tests/check/elements/subparse.c: (test_srt_do_test),
1979         (test_srt):
1980           Some more tests for .srt incl. tests for the above stuff.
1981
1982 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1983
1984         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1986         Patch by: Stefan Kost  <ensonic@users.sf.net>
1987         Try to redraw borders only when needed. Apparently this consumes
1988         resources on small devices... :-O (#363607)
1989
1990 2006-10-20  Michael Smith  <msmith@fluendo.com>
1991
1992         * gst/tcp/gstmultifdsink.c:
1993         (gst_multi_fd_sink_client_queue_buffer):
1994           If caps change, then update the client's idea of the caps so that we
1995           don't end up re-sending streamheaders for every single buffer after
1996           the caps change.
1997
1998 2006-10-20  Michael Smith  <msmith@fluendo.com>
1999
2000         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2001         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2002           Set caps on pushed buffers; fix up refcounting of caps objects.
2003
2004 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2005
2006         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2007         (plugin_init):
2008           Typefind mmsh header data packet to application/x-mmsh (#362625).
2009
2010 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2011
2012         * tests/check/Makefile.am:
2013         * tests/check/elements/.cvsignore:
2014         * tests/check/elements/subparse.c: (buffer_from_static_string),
2015         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2016         (GST_START_TEST), (subparse_suite):
2017           Add very simple unit test for subparse.
2018
2019 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2020
2021         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2022         (parse_subrip):
2023           Strip trailing newlines from subtitle text output.
2024
2025 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2026
2027         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2028         (gst_sub_parse_change_state):
2029           Fix memleak; clear subparse->textbuf n state change function.
2030
2031 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * gst/subparse/gstsubparse.c:
2034         (gst_sub_parse_data_format_autodetect):
2035           Don't require subrip (.srt) files to start with a chunk number of 1.
2036
2037 2006-10-18  Wim Taymans  <wim@fluendo.com>
2038
2039         * gst-libs/gst/audio/gstbaseaudiosink.c:
2040         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2041         * gst-libs/gst/audio/gstbaseaudiosink.h:
2042         Extract rate from the NEWSEGMENT event.
2043         Use commit_full to also take rate adjustment into account when writing
2044         samples to the ringbuffer.
2045         
2046         * gst-libs/gst/audio/gstringbuffer.c:
2047         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2048         (gst_ring_buffer_read):
2049         * gst-libs/gst/audio/gstringbuffer.h:
2050         Added _commit_full() to also take rate into account.
2051         Use simple interpolation algorithm to resample audio.
2052         API: gst_ring_buffer_commit_full()
2053
2054         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2055         * tests/examples/seek/seek.c: (segment_done):
2056         Don't try to seek with 0.0 rate, just pause instead.
2057         Remove bogus debug line.
2058
2059 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2060
2061         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2062         (setup_source):
2063           Catch async errors when starting up the subtitle bin, so we can
2064           stop waiting and continue with the main film instead of hanging
2065           forever. Fixes #339366.
2066
2067         * tests/check/elements/playbin.c: (playbin_suite):
2068           Enable unit test for the above.
2069
2070 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2071
2072         * tests/check/Makefile.am:
2073         * tests/check/elements/.cvsignore:
2074         * tests/check/elements/playbin.c: (GST_START_TEST),
2075         (gst_red_video_src_uri_get_type),
2076         (gst_red_video_src_uri_get_protocols),
2077         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2078         (gst_red_video_src_uri_handler_init),
2079         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2080         (gst_red_video_src_create), (gst_red_video_src_class_init),
2081         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2082           Some small and basic unit tests for playbin; not very useful yet,
2083           but at least a start.
2084
2085 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2086
2087         * gst/playback/gstplaybin.c: (setup_sinks):
2088           The old pad activation spiel.
2089
2090 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2091
2092         * gst/playback/gstplaybasebin.c: (setup_source):
2093           Don't hang forever if the subbin already fails to start up in 
2094           the state change to PAUSED (#339366).
2095
2096 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2097
2098         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2099         (gst_tuner_set_channel), (gst_tuner_get_channel),
2100         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2101         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2102         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2103         (gst_tuner_find_channel_by_name):
2104           Fix some function guards, add some more function guards.
2105
2106 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2107
2108         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2109         (remove_element_chain):
2110         Don't return a pad from get_our_ghost_pad unless it is actually the
2111         one we want.
2112         Change a cast in remove_element_chain slightly.
2113
2114 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2115
2116         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2117         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2118         Segment seeking needs to use the rate and set stop to -1.
2119
2120 2006-10-13  Wim Taymans  <wim@fluendo.com>
2121
2122         * gst-libs/gst/audio/gstbaseaudiosink.c:
2123         (gst_base_audio_sink_setcaps):
2124         Don't crash when ringbuffer is not yet created.
2125         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2126         Fixes #361634.
2127
2128         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2129         * gst/playback/gststreamselector.c:
2130         (gst_stream_selector_request_new_pad):
2131         Activate pads befre adding them to running elements.
2132
2133 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2134
2135         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2136         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2137         updater when we start grabing the slider. Don't wait for the
2138         pipeline to be PAUSED.
2139
2140 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2141
2142         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2143         (gst_mixer_set_volume), (gst_mixer_get_volume),
2144         (gst_mixer_set_mute), (gst_mixer_set_option),
2145         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2146         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2147         (gst_mixer_option_changed):
2148           Guard mixer interface functions against bogus arguments.
2149
2150 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2151
2152         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2153         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2154         (msg_state_changed), (main): Use state-changed messages to trigger
2155         start/stop of scale update timer. Indeed the scale slider was
2156         jumping here and there because the update timer was activated 
2157         before seek completed. This fixes instant applying of rate changes
2158         by pressing the spinbutton like a crazy man !
2159
2160 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2161
2162         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2163
2164         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2165         (gst_basertppayload_finalize):
2166           Fix two small memory leaks (#361456).
2167
2168 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2169
2170         * tests/examples/seek/seek.c: (do_seek),
2171         (rate_spinbutton_changed_cb): When changing spinbutton we try
2172         to change the rate on the fly.
2173
2174 2006-10-10  Wim Taymans  <wim@fluendo.com>
2175
2176         * gst-libs/gst/riff/riff-ids.h:
2177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2178         (gst_riff_create_audio_template_caps):
2179         Add WMS caps.
2180
2181 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2182
2183         Patch by: Josep Torre Valles <josep@fluendo.com>
2184
2185         * ext/gnomevfs/gstgnomevfssink.c:
2186         * ext/gnomevfs/gstgnomevfssrc.c:
2187         Fix URI interface implementation return type.
2188         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2189         Fix what looks like a copy/paste issue when assigning values.
2190         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2191         (gst_audio_filter_template_get_type):
2192         Cast to prevent Forte warnings.
2193         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2194         Fix URI interface implementation return type.
2195         gst_pad_query_position requires a signed integer pointer as
2196         3rd parameter, GstClockTime is unsigned.
2197         * gst/audioconvert/audioconvert.c:
2198         Fix integer overflow when treated as signed.
2199         * gst/audioresample/resample.c: (resample_add_input_data):
2200         Cast to prevent warnings on Forte.
2201         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2202         Fix integer overflow when treated as signed.
2203         * gst/ffmpegcolorspace/imgconvert_template.h:
2204         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2205         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2206         (cleanup_decodebin):
2207         Who initialises a guint to -1!
2208         Cast function pointers to prevent warnings on Forte.
2209         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2210         (queue_threshold_reached):
2211         Cast function pointers correctly to prevent warnings on Forte.
2212         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2213         Cast function pointers correctly to prevent warnings on Forte.
2214         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2215         Obvious change to unsigned, 0xEF > max signed char.
2216         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2217         GstClockTime is unsigned, initialise correctly.
2218         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2219         Cast so pointer arithemetic doesn't cause warnings on Forte.
2220         * gst/videorate/gstvideorate.c:
2221         Use correct return value.
2222         * tests/examples/seek/scrubby.c:
2223         GstClockTime is unsigned, initialise correctly.
2224
2225 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2226
2227         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2228
2229         * gst/typefind/gsttypefindfunctions.c:
2230           Recognise XML files and XML-like files shorter than 256 bytes as
2231           well (fixes #359237).
2232
2233 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2234
2235         Patch by: Renato Filho <renato.filho@indt.org.br>
2236         
2237         * gst/typefind/gsttypefindfunctions.c:
2238         Added typefind functions to video/x-nuv media.
2239         
2240 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2241
2242         * gst-libs/gst/interfaces/xoverlay.c:
2243         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2244           Some more guards against invalid input.
2245
2246 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2247
2248         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2249         Useless goto.
2250         * tests/examples/seek/seek.c: (do_seek),
2251         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2252         seek example to experiment with rates != 1.0 (reverse playback !)
2253
2254 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2255
2256         * gst-libs/gst/interfaces/xoverlay.c:
2257           Unref message in doc-example (spotted by Robert McQueen)
2258
2259 2006-10-06  Wim Taymans  <wim@fluendo.com>
2260
2261         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2262         (mpeg1_parse_header), (mpeg1_sys_type_find):
2263         printf fix.
2264
2265 2006-10-06  Wim Taymans  <wim@fluendo.com>
2266
2267         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2268         (close_pad_link):
2269         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2270         Activate dynamic pads before adding them to the element.
2271
2272 2006-10-06  Michael Smith  <msmith@fluendo.com>
2273
2274         * gst-libs/gst/floatcast/floatcast.h:
2275           Fix obviously-bogus macros; use the correct types.
2276
2277 2006-10-06  Wim Taymans  <wim@fluendo.com>
2278
2279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2280         (gst_base_rtp_depayload_change_state):
2281         Also call parent state change function to activate pads.
2282
2283         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2284         (mpeg1_parse_header), (mpeg1_sys_type_find):
2285         Add some more debug info in mpeg typefinding.
2286
2287 2006-10-06  Michael Smith  <msmith@fluendo.com>
2288
2289         * ext/theora/theoradec.c: (theora_dec_chain):
2290           Zero byte theora packets are valid and well-defined; don't warn on
2291           them.
2292
2293 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2294
2295         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2296         (gst_multi_fd_sink_get_stats), (find_limits),
2297         (gst_multi_fd_sink_queue_buffer):
2298           API: add dropped_buffers to the get-stats GValueArray
2299
2300 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2301
2302         * ext/alsa/gstalsadeviceprobe.c:
2303         (gst_alsa_device_property_probe_get_values):
2304         * ext/alsa/gstalsasink.c: (set_hwparams):
2305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2306         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2308         (gst_ogg_mux_process_best_pad):
2309         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2310         (gst_ogg_parse_chain):
2311         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2312         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2313         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2314         (gst_vorbis_enc_buffer_check_discontinuous):
2315         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2316         * gst-libs/gst/audio/gstbaseaudiosink.c:
2317         (gst_base_audio_sink_render):
2318         * gst-libs/gst/cdda/gstcddabasesrc.c:
2319         (gst_cdda_base_src_handle_track_seek):
2320         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2321         (gst_base_rtp_depayload_push_full):
2322         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2323         * gst/audioresample/resample.c: (resample_input_pushthrough):
2324         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2325         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2326         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2327         (wavpack_type_find):
2328         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2329         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2330         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2331         * tests/check/elements/volume.c: (GST_START_TEST):
2332           Printf format fixes.
2333
2334 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2335
2336         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2337           Fix a simple mistake (see the docs)
2338           Fixes #359580
2339
2340 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2341
2342         * docs/plugins/Makefile.am:
2343         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2344         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2345         * docs/plugins/gst-plugins-base-plugins.args:
2346         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2347         * docs/plugins/inspect/plugin-adder.xml:
2348         * docs/plugins/inspect/plugin-alsa.xml:
2349         * docs/plugins/inspect/plugin-audioconvert.xml:
2350         * docs/plugins/inspect/plugin-audiorate.xml:
2351         * docs/plugins/inspect/plugin-audioresample.xml:
2352         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2353         * docs/plugins/inspect/plugin-cdparanoia.xml:
2354         * docs/plugins/inspect/plugin-decodebin.xml:
2355         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2356         * docs/plugins/inspect/plugin-gdp.xml:
2357         * docs/plugins/inspect/plugin-gnomevfs.xml:
2358         * docs/plugins/inspect/plugin-libvisual.xml:
2359         * docs/plugins/inspect/plugin-ogg.xml:
2360         * docs/plugins/inspect/plugin-pango.xml:
2361         * docs/plugins/inspect/plugin-playbin.xml:
2362         * docs/plugins/inspect/plugin-subparse.xml:
2363         * docs/plugins/inspect/plugin-tcp.xml:
2364         * docs/plugins/inspect/plugin-theora.xml:
2365         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2366         * docs/plugins/inspect/plugin-video4linux.xml:
2367         * docs/plugins/inspect/plugin-videorate.xml:
2368         * docs/plugins/inspect/plugin-videoscale.xml:
2369         * docs/plugins/inspect/plugin-videotestsrc.xml:
2370         * docs/plugins/inspect/plugin-volume.xml:
2371         * docs/plugins/inspect/plugin-vorbis.xml:
2372         * docs/plugins/inspect/plugin-ximagesink.xml:
2373         * docs/plugins/inspect/plugin-xvimagesink.xml:
2374           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2375
2376 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2377
2378         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2379
2380         * ext/vorbis/Makefile.am:
2381         * ext/vorbis/vorbis.c: (plugin_init):
2382         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2383         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2384         * ext/vorbis/vorbisparse.h:
2385         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2386         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2387         (gst_vorbis_tag_parse_packet):
2388         * ext/vorbis/vorbistag.h:
2389           Add new vorbistag element which derives from vorbisparse
2390           and is essentially the same as well, only that it implements
2391           the GstTagSetter interface and can modify the stream's
2392           vorbiscomment on the fly (#335635).
2393
2394         * tests/check/Makefile.am:
2395         * tests/check/elements/.cvsignore:
2396         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2397         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2398         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2399         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2400           Add unit test for new vorbistag element.
2401
2402 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2403
2404         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2405         (vorbis_parse_push_headers), (vorbis_parse_chain):
2406           Set BOS flag in packet structure to fix 'jump depends
2407           on unitialized value' errors in valgrind; various minor
2408           clean-ups.
2409
2410 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2411
2412         * gst/playback/gstdecodebin.c: (close_pad_link):
2413         Fix typo in a debug statement.
2414
2415         * gst/playback/gstplaybasebin.c: (probe_triggered),
2416         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2417         (gen_source_element), (source_new_pad), (analyse_source),
2418         (setup_source):
2419         When handling no_more_pads in new_decoded_pad, make sure to treat
2420         subtitle pads correctly. Fixes playback with subtitle files.
2421
2422         Move a recurring message to LOG level.
2423
2424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2425         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2426         which ends up as -1 when cast to an int. Make the logic handle the
2427         max value as an unsigned mask and only change the colorkey when it's
2428         a value we recognise.
2429
2430 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2431
2432         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2433         Removed empty * between paragraphs
2434
2435 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2436
2437         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2438         * gst-libs/gst/rtp/README:
2439         Moved some documentation into .c file
2440
2441 2006-09-29  Wim Taymans  <wim@fluendo.com>
2442
2443         * gst/playback/gstdecodebin.c: (no_more_pads):
2444         Fix compilation.
2445
2446 2006-09-29  Wim Taymans  <wim@fluendo.com>
2447
2448         * gst/playback/gstdecodebin.c: (new_caps):
2449         Remove g_print
2450
2451         * gst/playback/gstplaybin.c:
2452         Add some docs.
2453
2454 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2455
2456         * tests/check/Makefile.am:
2457           Re-enable cddabasesrc test to see if it works again
2458           now.
2459
2460 2006-09-29  Wim Taymans  <wim@fluendo.com>
2461
2462         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2463         (gen_source_element):
2464         Handle invalid URIs a bit more gracefully.
2465
2466 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2467
2468         * tests/check/pipelines/oggmux.c:
2469           Remove obsolete comment.
2470
2471 2006-09-29  Michael Smith  <msmith@fluendo.com>
2472
2473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2474         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2475         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2476         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2477         (gst_ogg_mux_collected):
2478           Commit patch from James "Doc" Livingston, adds proper EOS handling
2479           in oggmux. GStreamer can, for the first time ever, create a valid
2480           Ogg file! Yay!
2481
2482         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2483         (oggmux_suite):
2484           Reenable tests now that they pass.
2485
2486 2006-09-29  Wim Taymans  <wim@fluendo.com>
2487
2488         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2489         Stop reading commands when EOF (we read 0) as well.
2490
2491 2006-09-28  Wim Taymans  <wim@fluendo.com>
2492
2493         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2494         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2495         (find_dynamic), (unlinked), (close_link):
2496         Implement delayed caps linking needed for element with a lot of
2497         different caps on the src pads that get fixed at runtime.
2498         Improve management of dynamic elements.
2499
2500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2501         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2502         (gen_preroll_element), (remove_groups), (unknown_type),
2503         (add_element_stream), (no_more_pads_full), (no_more_pads),
2504         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2505         (new_decoded_pad), (setup_subtitle), (array_has_value),
2506         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2507         (analyse_source), (remove_decoders), (make_decoder),
2508         (remove_source), (setup_source), (finish_source), (prepare_output),
2509         (gst_play_base_bin_change_state):
2510         * gst/playback/gstplaybasebin.h:
2511         Use more _CAST instead of full type checking casts.
2512         Small cleanups, plug some leaks.
2513         Handle dynamic sources.
2514         Add some helper functions to create lists of strings used for
2515         blacklisting and other stuff.
2516         Refactor some code dealing with analysing the source.
2517         Re-enable sources without pads (like cd:// or other selfcontained
2518         elements).
2519
2520 2006-09-28  Wim Taymans  <wim@fluendo.com>
2521
2522         * gst-libs/gst/audio/gstbaseaudiosink.c:
2523         (gst_base_audio_sink_render):
2524         When we have a timestamp, we can still perform clipping.
2525         When we have no clock, we must play the sample ASAP.
2526
2527 2006-09-28  Wim Taymans  <wim@fluendo.com>
2528
2529         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2530         Set caps on outgoing buffers.
2531
2532         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2533         (gst_video_rate_event), (gst_video_rate_chain):
2534         * gst/videorate/gstvideorate.h:
2535         Fix videorate some more. Fixes #357977
2536
2537 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2538
2539         * tests/check/elements/adder.c: (adder_suite):
2540           Don't set timeout to 6 seconds when we're running
2541           in valgrind ... (and how is 6 seconds longer than
2542           the default anyway?)
2543
2544 2006-09-28  Wim Taymans  <wim@fluendo.com>
2545
2546         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2547         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2548         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2549         Keep sink and src segment to keep track of time and support more
2550         input formats.
2551         Fix bogus next_offset and run_time calculation, don't understand how
2552         this could have worked before. Fixes #357976.
2553         Remove some unneeded vars.
2554
2555 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2556
2557         * gst/playback/gstplaybin.c: (remove_sinks):
2558           Only remove visualisation from visbin if there is a visbin (or:
2559           don't throw warnings when closing totem without playing a file).
2560
2561 2006-09-27  Wim Taymans  <wim@fluendo.com>
2562
2563         * gst-libs/gst/audio/gstbaseaudiosink.c:
2564         (gst_base_audio_sink_render):
2565         Add some more info in a WARNING.
2566
2567         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2568         (gst_base_audio_src_create):
2569         Handle PAUSE in create function, use new -core addition to
2570         wait for playing. Fixes pausing and resuming capture from an
2571         audiosrc.
2572
2573         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2574         (gst_ring_buffer_read):
2575         Constify some more.
2576         Caller supports interrupted reads now.
2577
2578 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2579
2580         * tests/check/Makefile.am:
2581           Another attempt to make the gen64 buildbot happy.
2582
2583 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2584
2585         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2586
2587         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2588         (gst_visual_chain), (gst_visual_change_state):
2589           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2590           correctly. Fixes #357800
2591
2592 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2593
2594         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2595           Add timeout to _get_state() so we see which pipeline it is
2596           that causes trouble on the gen64 build bot.
2597
2598 2006-09-27  Wim Taymans  <wim@fluendo.com>
2599
2600         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2601         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2602         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2603         (gst_base_rtp_depayload_set_gst_timestamp):
2604         the source pad always uses fixed caps.
2605
2606 2006-09-27  Wim Taymans  <wim@fluendo.com>
2607
2608         * docs/libs/gst-plugins-base-libs-docs.sgml:
2609         * docs/libs/gst-plugins-base-libs-sections.txt:
2610         * gst-libs/gst/audio/gstaudioclock.c:
2611         * gst-libs/gst/audio/gstaudioclock.h:
2612         * gst-libs/gst/audio/gstaudiosink.c:
2613         * gst-libs/gst/audio/gstaudiosink.h:
2614         * gst-libs/gst/audio/gstaudiosrc.c:
2615         * gst-libs/gst/audio/gstbaseaudiosink.c:
2616         (gst_base_audio_sink_render):
2617         * gst-libs/gst/audio/gstbaseaudiosink.h:
2618         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2619         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2620         * gst-libs/gst/audio/gstringbuffer.h:
2621         Added docs for the audio libs.
2622
2623 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2624
2625         * tests/check/Makefile.am:
2626           Temporarily disable test that fails on the bots for unknown reasons.
2627
2628 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2629
2630         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2631         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2632         Moved AudioCodecType into priv
2633         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2634
2635 2006-09-25  Wim Taymans  <wim@fluendo.com>
2636
2637         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2638         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2639         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2640         (new_pad):
2641         Cleanups and small leak fixes.
2642         Added Depayloaders to valid list of autopluggable elements.
2643
2644 2006-09-25  Wim Taymans  <wim@fluendo.com>
2645
2646         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2647         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2648         (gen_video_element), (gen_text_element), (gen_audio_element),
2649         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2650         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2651         Detect NO_PREROLL state change returns and disable clock distribution to
2652         the sinks so that sync is disabled.
2653         Avoid some type checking and do simple casts instead.
2654         Small cleanups, fix some FIXMEs.
2655         Be more robust when linking user specified elements, catch an report
2656         errors. Fixes #357404.
2657         Fix some leaks in the error paths.
2658
2659 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2660
2661         * ChangeLog:
2662           ChangeLog surgery for missing bug-number
2663
2664 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2665
2666         Patch by: Peter Kjellerstedt  <pkj at axis com>
2667
2668         * gst/playback/test.c:
2669           Fix compilation with uClibc and -Werror (#357591).
2670
2671 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2672
2673         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2674           Parse dates that are followed by a time as well (#357532).
2675
2676         * tests/check/libs/tag.c: (test_vorbis_tags):
2677           Add unit test for this.
2678
2679 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2680
2681         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2682         (gst_audio_convert_transform_caps):
2683         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2684         * gst/videotestsrc/videotestsrc.h:
2685           A few array const-ifications.
2686
2687 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2688
2689         * tests/check/Makefile.am:
2690           See if this makes the build bots happy.
2691
2692         * tests/check/libs/cddabasesrc.c:
2693           UTF8-ise my name.
2694
2695 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2696
2697         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2698
2699         * gst/subparse/samiparse.c: (handle_start_font),
2700         (fix_invalid_entities):
2701           More case-insensitivity for certain tags; recognise entities with
2702           decimal codes as special entities as well (#357330).
2703
2704 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2705
2706         * gst-libs/gst/Makefile.am:
2707           Need to build tag directory before cdda.
2708
2709 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2710
2711         * docs/libs/gst-plugins-base-libs-sections.txt:
2712         * gst-libs/gst/cdda/Makefile.am:
2713         * gst-libs/gst/cdda/gstcddabasesrc.c:
2714         (gst_cdda_base_src_base_init):
2715         * gst-libs/gst/cdda/gstcddabasesrc.h:
2716         * gst-libs/gst/tag/tag.h:
2717         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2718         (gst_tag_register_musicbrainz_tags):
2719           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2720           depend on libgsttag. This is required so we can extract/read tags like
2721           DISCID without depending on libgstcddabasesrc (which used to register
2722           them).
2723
2724         * gst-libs/gst/tag/gstvorbistag.c:
2725           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2726           tags (also see #347848).
2727
2728         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2729           Log vorbis comments we are actually writing. Const-ify array.
2730
2731 2006-09-23  Wim Taymans  <wim@fluendo.com>
2732
2733         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2734         Improve buffering a bit by avoiding a deadlock because we cannot assume
2735         the underrun is always called.
2736
2737 2006-09-23  Wim Taymans  <wim@fluendo.com>
2738
2739         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2740
2741         * gst-libs/gst/riff/riff-ids.h:
2742         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2743         (gst_riff_create_audio_template_caps):
2744         Added MPEG-4 AAC and id and caps. Fixes #357289
2745         Added WMA9 Lossless id.
2746
2747 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2748
2749         * ext/gnomevfs/gstgnomevfssrc.c:
2750           Fix misleading docs addition.
2751
2752         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2753           Get rid of compiler warning the right way.
2754
2755 2006-09-22  Wim Taymans  <wim@fluendo.com>
2756
2757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2758         (gst_base_rtp_depayload_finalize),
2759         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2760         (gst_base_rtp_depayload_push_full),
2761         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2762         (gst_base_rtp_depayload_process),
2763         (gst_base_rtp_depayload_set_gst_timestamp),
2764         (gst_base_rtp_depayload_queue_release):
2765         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2766         Small cleanups.
2767         Fix some leaks.
2768         Refactored the process method and added methods to push from the process
2769         vmethod.
2770         Use _scale functions.
2771         API: gst_base_rtp_depayload_push_ts
2772         API: gst_base_rtp_depayload_push
2773
2774         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2775         timestamps are uint.
2776
2777 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2778
2779         * gst-libs/gst/interfaces/xoverlay.c:
2780           Remove unused statement from doc example.
2781
2782 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2783
2784         * gst-libs/gst/interfaces/videoorientation.c:
2785         (gst_video_orientation_iface_init),
2786         (gst_video_orientation_get_hflip),
2787         (gst_video_orientation_get_vflip),
2788         (gst_video_orientation_get_hcenter),
2789         (gst_video_orientation_get_vcenter),
2790         (gst_video_orientation_set_hflip),
2791         (gst_video_orientation_set_vflip),
2792         (gst_video_orientation_set_hcenter),
2793         (gst_video_orientation_set_vcenter):
2794           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2795           in ChangeLog)
2796
2797 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2798
2799         * tests/check/Makefile.am:
2800         * tests/check/elements/.cvsignore:
2801         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2802         (create_rgb_conversions), (rgb_conversion_free),
2803         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2804         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2805           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2806           but disable for now since it doesn't pass (something wrong with
2807           RGBA somewhere).
2808
2809 2006-09-21  Wim Taymans  <wim@fluendo.com>
2810
2811         * gst/playback/gstplaybasebin.c: (group_commit),
2812         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2813         (queue_out_of_data), (gen_preroll_element),
2814         (preroll_remove_overrun), (probe_triggered):
2815         Refactor handling of overrun detection.
2816         Separate handling of group completion and deadlock detection when doing
2817         network buffering. This should fix some deadlocks that were not detected
2818         because the group was completed.
2819         Add more comments, improve debugging.
2820
2821 2006-09-21  Wim Taymans  <wim@fluendo.com>
2822
2823         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2824         * tests/check/libs/audio.c:
2825         Some more compilation fixes.
2826
2827 2006-09-21  Wim Taymans  <wim@fluendo.com>
2828
2829         * gst-libs/gst/audio/gstringbuffer.c:
2830         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2831         (gst_ring_buffer_read):
2832         Early morning compilation fix.
2833
2834 2006-09-20  Wim Taymans  <wim@fluendo.com>
2835
2836         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2837         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2838         * tests/check/elements/videorate.c: (GST_START_TEST):
2839         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2840         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2841         Fix some warnings.
2842
2843 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2844
2845         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2846         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2847         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2848           Handcrafted merge to help CVS understanding what I changed and what
2849           not.
2850
2851 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2852
2853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2854         (gst_xvimagesink_get_times):
2855           change colorkey behaviour back according to #354773 comment 6/7
2856
2857 2006-09-19  Michael Smith  <msmith@fluendo.com>
2858
2859         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2860         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2861         (gst_multi_fd_sink_recover_client),
2862         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2863         (gst_multi_fd_sink_get_property):
2864         * gst/tcp/gstmultifdsink.h:
2865           Implement stubbed out properties unit-type, units-soft-max,
2866           units-max, to allow specifying maximum sizes in units other than
2867           buffers.
2868           Fixes #355935
2869
2870 2006-09-19  Wim Taymans  <wim@fluendo.com>
2871
2872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2873         (gst_riff_create_audio_template_caps):
2874         Reorder the audio formats a bit for clarity.
2875         Detect and create caps for MSGSM and MSN (WAV49).
2876         Fixes #356596.
2877
2878         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2879         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2880         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2881         Small cleanups, move error handling out of normal flow for clarity.
2882
2883 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2884
2885         * docs/libs/gst-plugins-base-libs-docs.sgml:
2886         * docs/libs/gst-plugins-base-libs.types:
2887         * gst-libs/gst/interfaces/Makefile.am:
2888         * gst-libs/gst/interfaces/videoorientation.c:
2889         (gst_video_orientation_get_type),
2890         (gst_video_orientation_iface_init),
2891         (gst_video_orientation_get_hflip),
2892         (gst_video_orientation_get_vflip),
2893         (gst_video_orientation_get_hcenter),
2894         (gst_video_orientation_get_vcenter),
2895         (gst_video_orientation_set_hflip),
2896         (gst_video_orientation_set_vflip),
2897         (gst_video_orientation_set_hcenter),
2898         (gst_video_orientation_set_vcenter):
2899         * gst-libs/gst/interfaces/videoorientation.h:
2900           API: Add new interface to control video orientation (fixes #354908)
2901
2902 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2903
2904         * gst/videotestsrc/gstvideotestsrc.c:
2905           Use G_UNLIKELY in _create and log one more detail.
2906           
2907         (gst_video_test_src_get_times), (gst_video_test_src_create):
2908         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2909           Use gst_util_uint64_scale_int in _get_times().
2910
2911 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2912
2913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2914           Give better warning message (add object and detail).
2915
2916 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2917
2918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2919         (gst_xvimagesink_get_times):
2920           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2921           #354773), use gst_util_uint64_scale_int in _get_times()
2922
2923 2006-09-18  Michael Smith  <msmith@fluendo.com>
2924
2925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2926           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2927           always true, leading to dropping all timestamps.
2928
2929 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2930
2931         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2932         (gst_visual_chain), (gst_visual_change_state):
2933           update to work also with libvisual 0.4 API, fix double unref (#355914)
2934           
2935         * tools/gst-launch-ext.1.in:
2936         * tools/gst-visualise.1.in:
2937           remove references to old man-pages
2938
2939         * tests/examples/seek/seek.c: (main):
2940           add real meadi-buttons, add tool-tips for the seek-options, arrange
2941           seek options in a table
2942
2943 2006-09-18  Michael Smith  <msmith@fluendo.com>
2944
2945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2946         (gst_ogg_mux_push_buffer):
2947           Don't generate out-of-order timestamps from oggmux, instead clamp
2948           output timestamps to be >= the previously output ts.
2949           Fixes #355595
2950
2951 2006-09-18  Michael Smith  <msmith@fluendo.com>
2952
2953         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2954         (gst_multi_fd_sink_class_init):
2955           Updates, fixes, and typo corrections for multifdsink. No functional
2956           changes.
2957
2958 2006-09-17  Michael Smith  <msmith@fluendo.com>
2959
2960         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2961           Don't crash on truncated files - check that we got an 8 byte buffer
2962           before trying to memcmp it.
2963
2964 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2965
2966         * gst/playback/gstplaybasebin.c: (get_active_source):
2967           Make stream-switching appear instant to the application
2968           (ie. make sure that a g_object_get on 'current-foo' returns
2969           the stream previously set with g_object_set(). Totem needs
2970           this to update stream-related meta-info (like audio-codec)
2971           correctly when switching streams.
2972
2973 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2974
2975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2976         (gst_alsa_mixer_ensure_track_list):
2977           Try harder to guess which mixer track is the master mixer
2978           track (instead of just taking the first one that has a pvolume).
2979           Fixes #342228.
2980
2981 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2982
2983         reviewed by: <delete if not using a buddy>
2984
2985         * gst-libs/gst/audio/audio.h:
2986         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2987
2988 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2991         (gst_audio_convert_transform_caps):
2992           Get structure-name just once.
2993
2994 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2995
2996         * tests/check/elements/audioresample.c: (GST_START_TEST):
2997         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2998         * tests/check/elements/volume.c: (GST_START_TEST):
2999         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3000         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3001         (test_pipeline), (GST_START_TEST):
3002         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3003         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3004           Fix big batch of compiler warnings.
3005
3006 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3007
3008         * ext/gnomevfs/gstgnomevfssrc.c:
3009           Add docs about icydemux usage in connection with gnomevfssrc
3010
3011         * ext/libvisual/visual.c:
3012         * ext/ogg/gstoggaviparse.c:
3013         * ext/ogg/gstoggdemux.c:
3014         * ext/ogg/gstoggmux.c:
3015         * ext/ogg/gstoggparse.c:
3016         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3017         * gst-libs/gst/audio/gstaudiosink.c:
3018         * gst-libs/gst/audio/gstaudiosrc.c:
3019         * gst/audiorate/gstaudiorate.c:
3020           More G_OBJECT macro fixing.
3021
3022         * gst/audiotestsrc/gstaudiotestsrc.h:
3023           Fix wrong info in header due to copy & paste
3024
3025 2006-09-15  Wim Taymans  <wim@fluendo.com>
3026
3027         * gst-libs/gst/audio/gstbaseaudiosink.c:
3028         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3029         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3030         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3031         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3032         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3033         Do the delay calculation in the source/sink base classes as this is
3034         specific for the capture/playback mode.
3035         Try to fixate a bit better, like round depth up to a multiple of 8
3036         bigger than width.
3037         Handle underruns correctly by marking DISCONT on buffers and adjusting
3038         timestamps to handle the gap.
3039         Set offset/offset_end correctly on buffers.
3040
3041         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3042         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3043         (gst_ring_buffer_read):
3044         Remove resync and underrun recovery from the ringbuffer.
3045         Fix ringbuffer read code on under/overrun.
3046
3047 2006-09-15  Wim Taymans  <wim@fluendo.com>
3048
3049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3050         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3051         (queue_threshold_reached), (gst_play_base_bin_set_property),
3052         (gst_play_base_bin_get_property):
3053         * gst/playback/gstplaybasebin.h:
3054         Don't use a 0 low watermark when buffering, it is catching starvation
3055         way too late. Instead, use a 3 second queue with 30 and 95
3056         percent low/high watermarks. 
3057         Added queue-min-threshold property to configure low watermark.
3058         Use new _buffering message API.
3059         Make queue_threshold variable big enough to store a uint64 time value.
3060         API: playbin::queue-min-threshold property.
3061
3062 2006-09-15  Wim Taymans  <wim@fluendo.com>
3063
3064         * configure.ac:
3065         We require 0.10.10.1 now because of _wait_preroll().
3066
3067         * gst-libs/gst/audio/gstbaseaudiosink.c:
3068         (gst_base_audio_sink_render):
3069         Use gst_base_sink_wait_preroll().
3070
3071 2006-09-15  Wim Taymans  <wim@fluendo.com>
3072
3073         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3074         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3075         Use DEBUG_OBJECT more.
3076
3077 === release 0.10.10 ===
3078
3079 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3080
3081         patch by: Michael Smith <msmith at fluendo dot com>
3082
3083         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3084         (gst_multi_fd_sink_client_queue_buffer),
3085         (gst_multi_fd_sink_new_client):
3086         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3087         (multifdsink_suite):
3088           Fix implementation of sync-method 'next-keyframe'
3089           Closes #354594
3090
3091 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3092
3093         patch by: Wim Taymans <wim at fluendo dot com>
3094
3095         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3096         This patch removes the RANDOM flag that was incorrectly introduced with
3097         revision 1.91.  Fixes #354590
3098
3099 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3100
3101         * tests/check/Makefile.am:
3102           Random variation in Makefile line to see if it makes the
3103           gen64-base-full bot any happier.
3104
3105 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3106
3107         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3108           Disable test that fails at the moment (killed after timeout).
3109
3110 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3111
3112         Patch by: James Livingston  <doclivingston at gmail.com>
3113
3114         * tests/check/Makefile.am:
3115         * tests/check/pipelines/.cvsignore:
3116         * tests/check/pipelines/oggmux.c: (get_page_codec),
3117         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3118         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3119         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3120         (test_theora_vorbis), (oggmux_suite):
3121           Add simple unit test for oggmux from #337026 with checking for the
3122           EOS flags disabled for the time being.
3123
3124 2006-09-04  Wim Taymans  <wim@fluendo.com>
3125
3126         patch by: Alessandro Dessina <alessandro nnva org>
3127
3128         * ext/ogg/gstoggmux.c:
3129         Add cmml caps to oggmux. Fixes #353912
3130
3131 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3132
3133         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3134           Returning a return value often helps. In this case, we
3135           don't need the return value anyway, so just get rid of it.
3136           Should make build bots much happier.
3137
3138 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3139
3140         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3141         (paint_get_structure), (gst_video_test_src_get_size),
3142         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3143         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3144         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3145         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3146         * gst/videotestsrc/videotestsrc.h:
3147           Add support for AYUV and the various RGBA formats. Initialise
3148           fields of paintinfo structs allocated on the stack.
3149
3150         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3151         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3152         (check_rgb_buf), (videotestsrc_suite):
3153           Add unit tests for videotestsrc's RGB output.
3154
3155 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         * gst/videotestsrc/gstvideotestsrc.c:
3158         (gst_video_test_src_pattern_get_type),
3159         (gst_video_test_src_set_pattern):
3160         * gst/videotestsrc/gstvideotestsrc.h:
3161         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3162         (gst_video_test_src_black), (gst_video_test_src_white),
3163         (gst_video_test_src_red), (gst_video_test_src_green),
3164         (gst_video_test_src_blue):
3165         * gst/videotestsrc/videotestsrc.h:
3166           Add more uni-colour patterns ("white", "red", "green", and "blue").
3167
3168 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3169
3170         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3171           Fix stride for YVYU, should be word-aligned (#353658).
3172
3173 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3174
3175         * gst/adder/gstadder.c: (gst_adder_src_event):
3176           Fix build.
3177
3178 2006-08-31  Edward Hervey  <edward@fluendo.com>
3179
3180         * gst/adder/gstadder.c: (forward_event_func),
3181         (gst_adder_src_event), (gst_adder_collected),
3182         (gst_adder_change_state):
3183         * gst/adder/gstadder.h:
3184         Remember the start position asked in the incoming seeks, so we can
3185         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3186         of assuming it will always be 0).
3187
3188 2006-08-31  Edward Hervey  <edward@fluendo.com>
3189
3190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3191         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3192         (gst_ogg_demux_loop):
3193         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3194
3195 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3196
3197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3198         (gst_ffmpegcsp_get_unit_size):
3199           Return FALSE instead of returning a random false unit
3200           size when the format isn't known/supported (even if
3201           this shouldn't happen under normal circumstances).
3202
3203 2006-08-29  Wim Taymans  <wim@fluendo.com>
3204
3205         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3208         (gst_gnome_vfs_src_start):
3209         Try harder to get the size from a uri by using _info_uri() when
3210         _info_from_handle() does not give us enough info. 
3211         Also follow symlinks when getting the size.
3212         Partially Fixes #332864.
3213
3214 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3215
3216         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3217
3218         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3219         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3220         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3221         (gst_alsa_mixer_set_record):
3222         * ext/alsa/gstalsamixertrack.c:
3223         (gst_alsa_mixer_track_update_alsa_capabilities),
3224         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3225         (gst_alsa_mixer_track_update):
3226         * ext/alsa/gstalsamixertrack.h:
3227           Improve and fix mixer track handling, in particular better handling
3228           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3229           separate track objects for tracks that have both capture and playback
3230           volume (and label them differently as well so they're not mistakenly
3231           assumed to be duplicates); classify mixer tracks that only affect
3232           the audible volume of something (rather than the capture volume)
3233           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3234           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3235           (following the meaning documented in the mixer interface header
3236           file); add support for alsa's exclusive cswitch groups; update/sync
3237           state/flags better if mixer settings are changed by another
3238           application. Fixes #336075.
3239
3240 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3241
3242         * gst/playback/gstplaybin.c:
3243           Improve docs: add section about BUFFERING messages sent by playbin.
3244
3245 2006-08-29  Michael Smith  <msmith@fluendo.com>
3246
3247         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3248         (gst_vorbis_enc_buffer_check_discontinuous),
3249         (gst_vorbis_enc_chain):
3250           Ignore explicit DISCONT marked on buffers (which is often spurious,
3251           particularly when using multiple segments), in favour of solely
3252           using the timestamps/durations.
3253
3254 2006-08-29  Edward Hervey  <edward@fluendo.com>
3255
3256         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3257         Don't rely on incoming buffers offset anymore, since it is completely
3258         broken when using multiple segments.
3259         Instead convert the incoming buffers timestamp to running time, and
3260         then convert that value to the offsets.
3261         Also inform GstSegment of the last outputted stop position, which is
3262         needed if we received several segments with an unknown stop value.
3263
3264 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3265
3266         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3267           fix buffer unreffing on a header push failure
3268
3269 2006-08-28  Wim Taymans  <wim@fluendo.com>
3270
3271         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3272         (gst_audio_rate_chain):
3273         Make the metadata of the buffer writable before changing its
3274         flags.
3275
3276 2006-08-28  Wim Taymans  <wim@fluendo.com>
3277
3278         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3279         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3280         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3281         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3282         Fix audiorate some more.
3283         Reset and resync counters on flush and READY.
3284         Handle the DISCONT flag correctly.
3285         Use GstSegment to track position.
3286         Fail when not negotiated.
3287         Fixes #353234.
3288
3289 2006-08-25  Michael Smith  <msmith@fluendo.com>
3290
3291         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3292           Fix spelling.
3293           Remove accidently included debug line.
3294
3295 2006-08-25  Wim Taymans  <wim@fluendo.com>
3296
3297         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3298         Small cleanups.
3299         If a buffer is received with no caps, make the buffer metadata
3300         writable and set the caps, making sure that we don't screw up the
3301         refcounts.
3302
3303 2006-08-25  Michael Smith  <msmith@fluendo.com>
3304
3305         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3306         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3307           Fix memory leaks and misleading debug messages, add a couple of
3308           comments.
3309
3310         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3311         (gst_multi_fd_sink_render):
3312           Do not use gst_buffer_make_writable() in a basesink render method,
3313           as it may incorrectly unref the buffer. Instead, use convoluted
3314           dance to avoid copying the buffer except when we need to.
3315
3316 2006-08-25  Michael Smith  <msmith@fluendo.com>
3317
3318         * ext/vorbis/vorbisenc.c:
3319         (gst_vorbis_enc_buffer_check_discontinuous):
3320           Allow very small discontinuities in the timestamps. These we can't
3321           do anything useful with anyway (because vorbis's timestamps have
3322           only sample granularity), and are commonly produced by elements with
3323           minor bugs. Allow up to 1/2 a sample out.
3324           Fixes #351742.
3325
3326 2006-08-24  Wim Taymans  <wim@fluendo.com>
3327
3328         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3329         (play_scrub_toggle_cb), (main):
3330         Add a checkbox to enable play scrubbing. Makes it possible to disable
3331         normal scrubbing.
3332
3333 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3334
3335         * tests/check/elements/.cvsignore:
3336           make buildbot happy
3337
3338 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3339
3340         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3341         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3342         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3343         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3344         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3345         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3346         (gst_ogm_text_parse_strip_trailing_zeroes),
3347         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3348         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3349           Refactor ogm parse, do better input checking, misc. clean-ups.
3350           Cache incoming events and push them once the source pad has
3351           been created. Don't pass unterminated strings to sscanf().
3352           Strip trailing zeroes from subtitle text output, since they
3353           are not valid UTF-8. Don't push vorbiscomment packets on
3354           the subtitle text pad. Output perfect streams if possible.
3355
3356 2006-08-23  Wim Taymans  <wim@fluendo.com>
3357
3358         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3359         Waits for tasks to settle down so that we clean up correctly for 
3360         valgrind.
3361
3362 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3363
3364         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3365           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3366           actually return return value in taglists_are_equal.
3367
3368 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3369
3370         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3371           Fix crash due to broken bitstream parsing on x86-64: can't make
3372           any assumptions about sizeof(struct) due to alignment/packing
3373           differences on different architectures. Fixes #351790.
3374
3375 2006-08-22  Wim Taymans  <wim@fluendo.com>
3376
3377         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3378         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3379         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3380         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3381         (gst_riff_parse_info):
3382         Protect public functions against bad input.
3383         Do some cleanups.
3384         Fix documentation.
3385
3386 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3387
3388         * gst-libs/gst/riff/riff-ids.h:
3389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3390           Add voxware audio IDs (even if we can't play it) (#351795).
3391
3392 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3393
3394         * gst-libs/gst/riff/riff-media.c:
3395         (gst_riff_create_video_template_caps),
3396         (gst_riff_create_audio_template_caps),
3397         (gst_riff_create_iavs_template_caps):
3398           Const-ify some arrays and use G_N_ELEMENTS instead
3399           of wasting oodles of RAM on terminator bits.
3400
3401 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3402
3403         * gst-libs/gst/tag/gstvorbistag.c:
3404         (gst_tag_list_to_vorbiscomment_buffer):
3405         * tests/check/libs/tag.c: (GST_START_TEST):
3406           And the same for _to_vorbiscomment_buffer(): allow
3407           id_data_len == 0 for speex.
3408
3409 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3410
3411         * configure.ac:
3412         * docs/plugins/Makefile.am:
3413         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3414         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3415         * docs/plugins/inspect/plugin-gdp.xml:
3416         * gst/gdp/Makefile.am:
3417         * tests/check/Makefile.am:
3418           Move GDP plugin to -base from -bad.  Closes #347783.
3419
3420 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3421
3422         * gst-libs/gst/tag/gstvorbistag.c:
3423         (gst_tag_list_from_vorbiscomment_buffer):
3424           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3425           Also add some checks to make sure we don't memcmp() beyond the end of
3426           vorbiscomment buffer if the ID to check for is larger than the buffer.
3427
3428         * tests/check/libs/tag.c: (GST_START_TEST):
3429           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3430
3431 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3432
3433         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3434         (gst_vorbis_enc_set_metadata):
3435           Use vorbis comment utility functions from libgsttag
3436           instead of re-inventing the wheel (partially fixes #347091).
3437
3438 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3439
3440         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3441         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3442         as some that won't.
3443
3444 2006-08-21  Wim Taymans  <wim@fluendo.com>
3445
3446         * docs/libs/Makefile.am:
3447         * docs/libs/gst-plugins-base-libs-sections.txt:
3448         * docs/libs/gst-plugins-base-libs.types:
3449         Don't try to GObject scan the netbuffer as it's not a GObject.
3450         Fixes #351308.
3451
3452         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3453         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3454         Document GstNetBuffer.
3455
3456 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3457
3458         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3459         (audioconvert_suite):
3460           Add testcase for caps-size-explosion
3461
3462 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3463
3464         * gst/audioconvert/gstaudioconvert.c:
3465         (gst_audio_convert_get_unit_size), (set_structure_widths):
3466           Lower debug, use g_assert in _get_unit_size
3467
3468         * gst/audioresample/gstaudioresample.c:
3469         (audioresample_get_unit_size):
3470         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3471         (gst_ffmpegcsp_get_unit_size):
3472         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3473           use g_assert in _get_unit_size
3474
3475 2006-08-18  Wim Taymans  <wim@fluendo.com>
3476
3477         * docs/libs/gst-plugins-base-libs-sections.txt:
3478         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3479         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3480         (gst_rtp_buffer_get_payload_buffer):
3481         * gst-libs/gst/rtp/gstrtpbuffer.h:
3482         Document GstRTPBuffer.
3483         Added function to efficiently strip payload headers.
3484         API: gst_rtp_buffer_get_payload_subbuffer()
3485
3486 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3489         (gst_tag_to_vorbis_comments):
3490           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3491           tags and deserialise them properly as well (#347091).
3492           Add some more gtk-doc blurbs and also some g_return_if_fail().
3493
3494         * tests/check/libs/tag.c: (GST_START_TEST),
3495         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3496           More tests.
3497
3498 2006-08-17  Wim Taymans  <wim@fluendo.com>
3499
3500         * ext/ogg/Makefile.am:
3501         * ext/ogg/gstogg.c: (plugin_init):
3502         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3503         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3504         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3505         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3506         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3507         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3508         Added ogg-in-avi parser element. Fixes #140139.
3509
3510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3511         Fixed a bug in oggdemux debug code.
3512
3513         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3514         (gst_riff_create_audio_template_caps):
3515         Recognise Ogg in the AVI extensible wave format.
3516
3517 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3518
3519         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3520           Make buffer durations add up (duration should be next_ts-ts for
3521           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3522           from CVS.
3523
3524         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3525         (test_buffer_timestamps), (cddabasesrc_suite):
3526           Add unit test for the above.
3527
3528         * tests/check/Makefile.am:
3529           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3530           to see what happens.
3531
3532 2006-08-16  Wim Taymans  <wim@fluendo.com>
3533
3534         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3535         (gst_alsasink_open):
3536         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3537         (gst_alsasrc_open):
3538         Avoid setting and using a NULL device name.
3539         Print more info when we fail to open a device.
3540
3541 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3542
3543         * docs/libs/gst-plugins-base-libs-sections.txt:
3544         * gst-libs/gst/tag/tag.h:
3545         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3546           API: add gst_tag_parse_extended_comment() (#351426).
3547
3548         * tests/check/Makefile.am:
3549         * tests/check/libs/.cvsignore:
3550         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3551           Add unit test for gst_tag_parse_extended_comment().
3552
3553 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3557           Fix leak (#351502).
3558
3559 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3560
3561         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3562         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3563         * docs/plugins/gst-plugins-base-plugins.args:
3564         * gst/playback/gstplaybin.c:
3565           Document playbin.
3566           
3567         * docs/plugins/inspect/plugin-adder.xml:
3568         * docs/plugins/inspect/plugin-alsa.xml:
3569         * docs/plugins/inspect/plugin-audioconvert.xml:
3570         * docs/plugins/inspect/plugin-audiorate.xml:
3571         * docs/plugins/inspect/plugin-audioresample.xml:
3572         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3573         * docs/plugins/inspect/plugin-cdparanoia.xml:
3574         * docs/plugins/inspect/plugin-decodebin.xml:
3575         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3576         * docs/plugins/inspect/plugin-gnomevfs.xml:
3577         * docs/plugins/inspect/plugin-ogg.xml:
3578         * docs/plugins/inspect/plugin-pango.xml:
3579         * docs/plugins/inspect/plugin-playbin.xml:
3580         * docs/plugins/inspect/plugin-subparse.xml:
3581         * docs/plugins/inspect/plugin-tcp.xml:
3582         * docs/plugins/inspect/plugin-theora.xml:
3583         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3584         * docs/plugins/inspect/plugin-video4linux.xml:
3585         * docs/plugins/inspect/plugin-videorate.xml:
3586         * docs/plugins/inspect/plugin-videoscale.xml:
3587         * docs/plugins/inspect/plugin-videotestsrc.xml:
3588         * docs/plugins/inspect/plugin-volume.xml:
3589         * docs/plugins/inspect/plugin-vorbis.xml:
3590         * docs/plugins/inspect/plugin-ximagesink.xml:
3591         * docs/plugins/inspect/plugin-xvimagesink.xml:
3592           Update to CVS version.
3593
3594 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3595
3596         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3597         (gst_play_bin_set_property), (gst_play_bin_get_property),
3598         (value_list_append_structure_list),
3599         (gst_play_bin_handle_redirect_message),
3600         (gst_play_bin_handle_message):
3601           API: GstPlayBin::connection-speed
3602           Add "connection-speed" property; re-order redirect messages with
3603           multiple redirect locations depending on the minimum bitrate if
3604           that information is available and a connection speed is set
3605           (#350399).
3606
3607 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3608
3609         * gst/playback/gstplaybin.c:
3610           Update max volume to the same value that the volume element uses.
3611
3612 2006-08-14  Wim Taymans  <wim@fluendo.com>
3613
3614         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3615         Less uglyness..
3616
3617 2006-08-14  Wim Taymans  <wim@fluendo.com>
3618
3619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3620         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3621         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3622         Add some more debug info.
3623         Don't crash when a seek failed.
3624         Actually return the result of the seek instead of TRUE.
3625         Ignore multiple BOS pages with the same serial so that we don't create
3626         the same stream multiple times.
3627         Post an error when we fail to do the initial seek.
3628
3629 2006-08-13  Wim Taymans  <wim@fluendo.com>
3630
3631         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3632         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3633         Small code cleanup.
3634
3635         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3636         (gst_alsa_mixer_new):
3637         Remove hack that always set the device to hw:0*.
3638         Properly find the card name for whatever device was configured.
3639         Do some better debugging.
3640         Fixes #350784.
3641
3642         * ext/alsa/gstalsamixerelement.c:
3643         (gst_alsa_mixer_element_set_property),
3644         (gst_alsa_mixer_element_change_state):
3645         Cleanups.
3646         Handle setting of a NULL device name better.
3647
3648 2006-08-11  Wim Taymans  <wim@fluendo.com>
3649
3650         * gst/adder/gstadder.c:
3651         Don't clip float values. Fixes #350900.
3652
3653 2006-08-11  Andy Wingo  <wingo@pobox.com>
3654
3655         * gst/tcp/gsttcp.c: Really fix the build?
3656
3657         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3658         fixes the build.
3659
3660 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3661
3662         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3663           Float caps shouldn't have a "signed" field.
3664
3665 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3666
3667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3668           Implement SEEKING query in its most basic form, so that we can
3669           at least check if we're seekable or not (#350655).
3670
3671 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3672
3673         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3674           The checks here are not even close to anything that would
3675           justify MAXIMUM probability, lowering to POSSIBLE until someone
3676           fixes the checks (case at hand: quicktime redirection files
3677           might start with 00 00 01 XX and pass the checks here just
3678           fine, see #350399).
3679
3680 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         Patch by: Sjoerd Simons  <sjoerd at luon net>
3683
3684         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3685           Better detection for multipart/x-mixed-replace: accept leading
3686           whitespaces before the boundary marker as well (as our very own
3687           multipartmux used to produce) (#349068).
3688
3689 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         Patch by: Young-Ho Cha  <ganadist at chollian net>
3692
3693         * gst-libs/gst/riff/riff-ids.h:
3694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3695         (gst_riff_create_audio_template_caps):
3696           Detect DTS audio streams (#350157).
3697
3698 2006-08-05  Andy Wingo  <wingo@pobox.com>
3699
3700         * ext/theora/gsttheoraparse.h:
3701         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3702         (theora_parse_dispose, theora_parse_set_property)
3703         (theora_parse_get_property, theora_parse_munge_granulepos)
3704         (theora_parse_push_buffer, theora_parse_change_state):
3705         API: GstTheoraParse::synchronization-points
3706         Add a property 'synchronization-points' to fix badly synchronized oggs.
3707
3708 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * tests/check/Makefile.am:
3711         * tests/check/libs/.cvsignore:
3712         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3713         (fixed_caps_have_channel_positions), (GST_START_TEST),
3714         (audio_suite), (main):
3715           Add a few tests for the channel position stuff in libgstaudio.
3716
3717 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3718
3719         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3720         (gst_alsa_detect_channels):
3721         * ext/alsa/gstalsasink.c:
3722           Add support for cards that (only) do more than 8 channels,
3723           like the Delta 44 (#345188).
3724
3725         * gst-libs/gst/audio/multichannel.c:
3726         (gst_audio_check_channel_positions):
3727         * gst-libs/gst/audio/multichannel.h:
3728           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3729           unspecified channel position and cannot be combined with any
3730           of the other audio channel positions; adjust position layout
3731           checks accordingly (#345188).
3732
3733 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3734
3735         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3736           Recognise ancient RealAudio files (see #349779).
3737
3738 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3739
3740         Patch by: Jens Granseuer  <jensgr at gmx net>
3741
3742         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3743           Add typefinder for Interplay's MVE format (#348973).
3744
3745 2006-08-02  Wim Taymans  <wim@fluendo.com>
3746
3747         Patch by: Marcel Moreaux <marcelm at luon dot net>
3748
3749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3750         (gst_base_rtp_depayload_add_to_queue):
3751         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3752         Handle RTP sequence number rollover.
3753         Disable jitterbuffer by default.
3754
3755 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3756
3757         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3758         (audioresample_set_caps):
3759         Don't leak references to the incoming caps. Clean them up when
3760         stopping.
3761
3762         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3763         (gst_video_scale_finalize):
3764         Don't leak our temporary pixel buffer.
3765
3766         * tests/check/Makefile.am:
3767         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3768         (GST_START_TEST), (simple_launch_lines_suite):
3769
3770         Fix leaks and re-enable the test for valgrind checking.
3771
3772 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3773
3774         Patch by: Sjoerd Simons  <sjoerd at luon net>
3775
3776         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3777         (plugin_init):
3778           Add typefind function for multipart/x-mixed-replace (#348916).
3779
3780 2006-07-28  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst/adder/gstadder.c: (gst_adder_setcaps),
3783         (gst_adder_query_duration):
3784         Fix leak in duration query.
3785         Reflow some docs and notes.
3786
3787 2006-07-28  Michael Smith  <msmith@fluendo.com>
3788
3789         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3790         (vorbisenc_suite):
3791           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3792           aspect of it.
3793
3794 2006-07-28  Michael Smith  <msmith@fluendo.com>
3795
3796         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3797         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3798         (gst_vorbis_enc_push_buffer),
3799         (gst_vorbis_enc_buffer_check_discontinuous),
3800         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3801         * ext/vorbis/vorbisenc.h:
3802           Handle discontinuities in the input vorbis stream correctly,
3803           so that the output is properly timestamped (and has good granulepos
3804           values). Needs some oggmux fixes too.
3805
3806 2006-07-27  Wim Taymans  <wim@fluendo.com>
3807
3808         patch by: Kai Vehmanen <kv2004 eca cx>
3809
3810         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3811         (gst_base_rtp_depayload_chain),
3812         (gst_base_rtp_depayload_handle_sink_event),
3813         (gst_base_rtp_depayload_change_state):
3814         Don't send multiple newsegments with different formats.
3815         Fixes #348677.
3816
3817 2006-07-26  Wim Taymans  <wim@fluendo.com>
3818
3819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3820         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3821         Make seeking in ogg more accurate again by doing the more correct
3822         granuletime to stream time conversion.
3823
3824 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3825
3826         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3827         (gst_multi_fd_sink_new_client):
3828           debug a little more understandably
3829           do not use goto as a substitute for break, especially if
3830           break is also being used
3831
3832 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3833
3834         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3835         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3836           Remove GLib-2.6 compatibility cruft.
3837
3838 2006-07-24  Wim Taymans  <wim@fluendo.com>
3839
3840         * gst-libs/gst/audio/gstbaseaudiosink.c:
3841         (gst_base_audio_sink_render):
3842         Don't try to align a sample to an unknown value.
3843
3844 2006-07-24  Wim Taymans  <wim@fluendo.com>
3845
3846         * gst-libs/gst/audio/gstbaseaudiosink.c:
3847         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3848         When the audio clock is slaved to another clock, never try to align
3849         samples but trust the rate interpolation algorithm.
3850
3851 2006-07-24  Wim Taymans  <wim@fluendo.com>
3852
3853         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3854         Don't try to calculate silence samples, base class does this much
3855         better now.
3856
3857         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3858         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3859         (gst_ring_buffer_acquire):
3860         Calculate silence samples correctly.
3861
3862         * gst-libs/gst/audio/gstringbuffer.h:
3863         Add _CAST macro.
3864
3865 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3868           Limit search for the first markup tag to the first few kB of
3869           the file. If we don't find one there, it's highly unlikely that
3870           this is an XML(-ish) file.
3871
3872 2006-07-21  Andy Wingo  <wingo@pobox.com>
3873
3874         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3875         test to the one in vorbisenc. Also commented out.
3876
3877         * tests/check/pipelines/vorbisenc.c: 
3878         (test_discontinuity): New test, commented out until Mike lands
3879         some elite vorbisenc patches.
3880
3881         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3882         Bufferstraw was actually factored out of these tests. Now we share
3883         code yay.
3884
3885         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3886         for bufferstraw addition to gstcheck.
3887
3888 2006-07-21  Wim Taymans  <wim@fluendo.com>
3889
3890         * ext/theora/theoradec.c: (clip_buffer):
3891         Better clipping.
3892
3893 2006-07-21  Wim Taymans  <wim@fluendo.com>
3894
3895         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3896         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3897         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3898         Fix leak.
3899         Avoid type casting when we can.
3900
3901         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3902         Fix mem leak.
3903
3904 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3905
3906         * ext/alsa/gstalsamixerelement.c:
3907         (gst_alsa_mixer_element_change_state):
3908           Make state change fail if the specified device can't be opened
3909           for some reason.
3910
3911 2006-07-20  Wim Taymans  <wim@fluendo.com>
3912
3913         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3914         (cb_newpad), (main):
3915         Example of a small audio/video player using decodebin.
3916
3917 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3918
3919         * gst-libs/gst/riff/riff-ids.h:
3920           Add 'fact' chunk id
3921
3922 2006-07-19  Wim Taymans  <wim@fluendo.com>
3923
3924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3925         (gst_base_rtp_depayload_chain),
3926         (gst_base_rtp_depayload_change_state):
3927         Don't assert when not negotiated but post a meaningfull 
3928         error message. Fixes #347918.
3929
3930         * gst-libs/gst/rtp/gstbasertppayload.c:
3931         Add comment about better default MTU size.
3932
3933         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3934         Small cleanups, start docs.
3935
3936 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         Patch by: Martin Szulecki
3939
3940         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3941           If "device-name" is requested and the device is not
3942           open, try to temporarily open it to obtain this
3943           information (#342494).
3944
3945 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3946
3947         * gst-libs/gst/tag/gstid3tag.c:
3948           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3949
3950         * gst-libs/gst/tag/gsttageditingprivate.h:
3951         * gst-libs/gst/tag/gstvorbistag.c:
3952           Some more random const-ifications.
3953
3954 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3955
3956         * gst-libs/gst/riff/riff-ids.h:
3957         * gst-libs/gst/riff/riff-media.c:
3958         (gst_riff_create_video_template_caps):
3959           Add more FOURCCs (sort list to make stuff easier to find),
3960           add comment what those 16 bytes in struct _gst_riff_strh according to
3961           one avi-dumper are
3962
3963 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3964
3965         * gst-libs/gst/audio/multichannel.c:
3966         (gst_audio_check_channel_positions),
3967         (gst_audio_fixate_channel_positions):
3968           Const-ify two arrays.
3969
3970 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3973           Fix typo, so that alsasink also advertises 8 channels
3974           if that's supported (tags: can, worms, open, alsa, ph34r).
3975
3976 2006-07-17  Wim Taymans  <wim@fluendo.com>
3977
3978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3979         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3980         *sigh*, when is the compiler going to warn when the comments
3981         are out-of-sync with the code.. Refix case of busted theora
3982         headers with 0 granule pos.
3983
3984 2006-07-14  Wim Taymans  <wim@fluendo.com>
3985
3986         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3987         (gst_base_rtp_depayload_wait),
3988         (gst_base_rtp_depayload_change_state),
3989         (gst_base_rtp_depayload_set_property),
3990         (gst_base_rtp_depayload_get_property):
3991         Fix 99% cpu load by waiting for absolute times on the
3992         clock. Fixes #347300.
3993
3994 2006-07-14  Andy Wingo  <wingo@pobox.com>
3995
3996         * ext/theora/gsttheoraparse.h: 
3997         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3998         (theora_parse_push_headers, theora_parse_clear_queue)
3999         (theora_parse_drain_queue_prematurely, )
4000         (theora_parse_sink_event, theora_parse_change_state): Queue events
4001         until we initialized our state, like in vorbisparse.
4002
4003         * ext/vorbis/vorbisparse.h: 
4004         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4005         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4006         (vorbis_parse_drain_queue_prematurely, )
4007         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4008         until we have initialized our state. Fixes seeking after an
4009         initial pad block.
4010
4011 2006-07-14  Andy Wingo  <wingo@pobox.com>
4012
4013         Patch by: Iain Holmes <iaingnome@gmail.com>
4014         
4015         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4016
4017 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4018
4019         * configure.ac:
4020         Bump nano back to CVS
4021
4022 === release 0.10.9 ===
4023
4024 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4025
4026         * configure.ac:
4027           releasing 0.10.9, "I walk the line"
4028
4029 2006-07-14  Michael Smith  <msmith@fluendo.com>
4030
4031         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4032           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4033           (commonly happens when running this test under valgrind) when trying
4034           to remove the buffer probe.
4035
4036 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4037
4038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4039         Fix missing g_unlock from the previous commit
4040
4041 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4042
4043         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4044         (gst_ximagesink_change_state):
4045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4046         (gst_xvimagesink_change_state):
4047         Implement a locking order to ensure we always take the object lock
4048         before the x_lock and never vice-versa.
4049
4050 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4051
4052         * gst/playback/gstdecodebin.c: (find_compatibles):
4053         Fix a caps leak when linking (#347304)
4054
4055         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4056         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4057         (gst_ximagesink_change_state):
4058         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4059         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4060         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4061         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4062         Don't leak shared memory resources. Use the object lock to protect
4063         against the xcontext disappearing while returning a buffer from the
4064         pipeline. (#347304)
4065
4066 2006-07-12  Edward Hervey  <edward@fluendo.com>
4067
4068         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4069         (vorbis_handle_comment_packet):
4070         gst_tag_list_merge() returns a new object. Take that into account when
4071         using it. This avoids memleak.
4072         Revert previous commit which is not needed.
4073
4074 2006-07-12  Edward Hervey  <edward@fluendo.com>
4075
4076         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4077         Reset the decoder in finalize so that all fields get cleared.
4078
4079 2006-07-12  Wim Taymans  <wim@fluendo.com>
4080
4081         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4082         (gst_base_audio_src_set_clock),
4083         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4084         Don't try to post an error message when setting the clock fails
4085         as this can happen when adding an element to a bin which will then
4086         deadlock. Fixes #347296.
4087
4088 2006-07-12  Edward Hervey  <edward@fluendo.com>
4089
4090         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4091         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4092         (vorbis_handle_type_packet):
4093         Post tag messages on the bus even if we're not initialized.
4094         If we're not initialized, we still postpone the event pushing of tags.
4095
4096 2006-07-12  Wim Taymans  <wim@fluendo.com>
4097
4098         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4099         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4100         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4101         Revert last two changes that broke the freeze.
4102
4103 2006-07-12  Wim Taymans  <wim@fluendo.com>
4104
4105         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4106         basesink calculates silence sample correctly for us.
4107
4108 2006-07-12  Wim Taymans  <wim@fluendo.com>
4109
4110         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4111         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4112         Calculate correct silence samples so we don't fill our ringbuffer
4113         with noise.
4114
4115 2006-07-12  Edward Hervey  <edward@fluendo.com>
4116
4117         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4118         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4119         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4120         * ext/vorbis/vorbisdec.h:
4121         Delay sending events (newsegment, tags) until the decoder is properly
4122         initialized.
4123         Fixes #347295
4124
4125 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4126
4127         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4128         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4129           Patch from #347221 adding a test for audioconvert
4130           channel remappings.
4131
4132 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4133
4134         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4135         (gst_ssa_parse_parse_line):
4136           Don't include the terminating NUL in the buffer size,
4137           it's only there for extra paranoia (would add random
4138           '*' characters at the end of each subtitle since the
4139           terminator itself is not valid UTF-8 technically).
4140           Also fix indenting after boilerplate macro.
4141
4142 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4143
4144         * gst/playback/gstdecodebin.c: (close_pad_link):
4145           Also emit 'unknown-type' signal (which should really be
4146           called unhandled-type) if we found potential decoders/demuxers
4147           in the registry but none of them worked in the end (as in the
4148           case where the plugins don't exist any longer but are still
4149           listed in the registry). Fixes #329798.
4150
4151 2006-07-08  Andy Wingo  <wingo@pobox.com>
4152
4153         * theoraparse.c (theora_parse_push_buffer)
4154         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4155         Add some more debugging. Fix granulepos reconstruction in the face
4156         of discontinuities.
4157
4158 2006-07-06  Wim Taymans  <wim@fluendo.com>
4159
4160         * gst-libs/gst/audio/gstbaseaudiosink.c:
4161         (gst_base_audio_sink_class_init),
4162         (gst_base_audio_sink_provide_clock):
4163         Use gobject_class instead of G_OBJECT_CLASS (klass)
4164
4165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4166         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4167         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4168         (gst_base_audio_src_get_time),
4169         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4170         (gst_base_audio_src_create_ringbuffer):
4171         Fix latency and buffer-time constants and properties ala basesink.
4172         Implement pull based scheduling. Fixes #346527.
4173         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4174         one segment.
4175         Refuse slaving to another clock instead of silently not working.
4176         Only provide a clock when we are actually able to do so.
4177         Various small cleanups and compiler hints.
4178
4179 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4180
4181         Patch by: Lutz Mueller <lutz at topfrose de>
4182
4183         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4184         (plugin_init):
4185           Add typefinding for text/html (#346581).
4186
4187 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4188
4189         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4190         (xml_check_first_element), (xml_type_find), (smil_type_find):
4191           Fix SMIL typefinding, make xml_check_first_element() more
4192           useful.
4193
4194 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4195
4196         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4197         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4198         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4199         * gst/playback/gstplaybasebin.h:
4200           Protect list of elements with a subtitle-encoding property and
4201           the subtitle encoding member itself with a lock of their own
4202           instead of using the object lock. This prevents a dead-lock in
4203           the element-remove callback in some circumstances when shutting
4204           down playbin.
4205
4206 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4207
4208         * win32/common/libgsttag.def:
4209         Export some new functions.
4210         * win32/vs6/libgstogg.dsp:
4211         Add a link to libgsttag-0.10.lib.
4212
4213 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4214
4215         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4216           Some const-ification.
4217
4218 2006-07-04  Wim Taymans  <wim@fluendo.com>
4219
4220         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4221         Improve checking if we are dealing with a stream. Added some
4222         more uris that need buffering.
4223
4224 2006-07-03  Edward Hervey  <edward@fluendo.com>
4225
4226         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4227         Remove unused variable.
4228
4229 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4230
4231         * Makefile.am:
4232           include lcov.mak
4233         * configure.ac:
4234           add GCOV_LIBS to GST_LIBS
4235
4236 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4239
4240         * ext/alsa/gstalsasrc.c:
4241           Add 32 bps to template caps and increase channels range
4242           from [1,2] to [1,MAX]. See #346326.
4243
4244 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4247           Recognise 'WMVA' video codec fourcc (#345879).
4248           
4249 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4250          
4251         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4252           Fixed nasty memory leak
4253
4254 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4255
4256         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4257         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4258           fix logging
4259
4260 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4261
4262         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4263         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4264         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4265         Protect remove_fakesink using a mutex, so that we don't try and
4266         remove the fakesink simultaneously from multiple threads.
4267
4268         When going from READY to PAUSED, restore the fakesink, so that
4269         it is there when decodebin gets reused.
4270
4271 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4275         * gst-libs/gst/rtp/gstbasertppayload.c:
4276         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4277         * gst/tcp/gstmultifdsink.c:
4278         * gst/tcp/gsttcpclientsink.c:
4279         * gst/tcp/gsttcpclientsrc.c:
4280         * gst/tcp/gsttcpserversink.c:
4281         * gst/tcp/gsttcpserversrc.c:
4282         * gst/videorate/gstvideorate.c:
4283         * gst/videotestsrc/gstvideotestsrc.c:
4284         * sys/v4l/gstv4ljpegsrc.c:
4285         * sys/v4l/gstv4lmjpegsink.c:
4286         * sys/v4l/gstv4lsrc.c:
4287         * tests/examples/seek/scrubby.c:
4288         * tests/examples/seek/seek.c:
4289           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4290
4291 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4292
4293         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4294           Second field in GEnumValue shouldn't be a description,
4295           but a stringified version of the enum value.
4296
4297 2006-06-22  Wim Taymans  <wim@fluendo.com>
4298
4299         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4300         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4301         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4302         Avoid type checking in buffer casts.
4303         Avoid caps copy in buffer_alloc when we can.
4304         Use pad_peer_accept.
4305
4306 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         * gst-libs/gst/tag/tag.h:
4309           Oops, make that 'Since: 0.10.9'.
4310
4311 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4312
4313         * docs/libs/gst-plugins-base-libs-sections.txt:
4314         * gst-libs/gst/tag/tag.h:
4315         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4316         (gst_tag_image_type_get_type):
4317           API: add GstTagImageType enum to describe images contained
4318           in image tags (#345641).
4319
4320 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4323           Fix warnings with gst-inspect: "buffers-min" property
4324           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4325           typo in property description.
4326
4327 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4328
4329         Patch by: Cody Russell <bratsche at gnome org>
4330
4331         * gst/audioresample/gstaudioresample.c:
4332         (gst_audioresample_class_init):
4333         * gst/playback/gststreamselector.c:
4334         (gst_stream_selector_class_init):
4335         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4336         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4337         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4338         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4339         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4340         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4341         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4342         * gst/videotestsrc/gstvideotestsrc.c:
4343         (gst_video_test_src_class_init):
4344         * gst/volume/gstvolume.c: (gst_volume_class_init):
4345           Avoid unnecessary class cast check in class_init
4346           functions (#337747).
4347
4348 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4351         (gst_text_overlay_video_chain):
4352           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4353           and doesn't validate its input either (and neither did
4354           textoverlay it seems). Let's do that then and fix #345206.
4355
4356 2006-06-19  Wim Taymans  <wim@fluendo.com>
4357
4358         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4359         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4360         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4361         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4362         (find_syncframe), (find_limits), (assign_value),
4363         (count_burst_unit), (gst_multi_fd_sink_new_client),
4364         (gst_multi_fd_sink_handle_client_write),
4365         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4366         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4367         (gst_multi_fd_sink_change_state):
4368         * gst/tcp/gstmultifdsink.h:
4369         Added shiny new burst-on-connect methods.
4370         Add properties to control the minimal amount of data queued.
4371         Small cleanups.
4372         API: bytes-min property
4373         API: time-min property
4374         API: buffers-min property
4375         API: burst-unit property
4376         API: burst-value property
4377         API: add-full signal
4378
4379         * gst/tcp/gsttcp-marshal.list:
4380         Added new marshaller code for the new signal.
4381
4382         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4383         (multifdsink_suite):
4384         Added testcases for new burst methods.
4385
4386 2006-06-19  Edward Hervey  <edward@fluendo.com>
4387
4388         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4389         Implement clipping for accurate seeking.
4390         Closes #345225
4391
4392 2006-06-19  Wim Taymans  <wim@fluendo.com>
4393
4394         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4395
4396         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4397         (gst_video_scale_transform):
4398         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4399
4400 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4401
4402         * configure.ac:
4403           Fix --disable-external (can't set conditionals conditionally,
4404           #343602).
4405
4406 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * tests/check/elements/audioresample.c: (test_reuse),
4409         (audioresample_suite):
4410           Add test case for bug #342789 fixed below.
4411
4412 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4413
4414         * gst/audioresample/gstaudioresample.c:
4415         (gst_audioresample_class_init), (gst_audioresample_init),
4416         (audioresample_start), (audioresample_stop),
4417         (gst_audioresample_set_property), (gst_audioresample_get_property):
4418           Implement GstBaseTransform::start and ::stop so that audioresample
4419           can clear its internal state properly and be reused instead of
4420           causing non-negotiated errors with playbin under some circumstances
4421           (#342789).
4422
4423         * tests/check/elements/audioresample.c: (setup_audioresample),
4424         (cleanup_audioresample):
4425           Need to set element state here so that ::start and ::stop are
4426           called.
4427
4428 2006-06-16  Wim Taymans  <wim@fluendo.com>
4429
4430         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4431
4432         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4433         Parse extra data better, apparently it's right behind
4434         the normal strf header size. Fixes #343500.
4435
4436 2006-06-16  Wim Taymans  <wim@fluendo.com>
4437
4438         * ext/alsa/gstalsasink.c: (set_hwparams):
4439         If we fail to set the buffer_time and period_time alsa
4440         parameters, post a warning and leave alsa select a 
4441         default instead of failing. Fixes #342085
4442
4443 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4444
4445         * docs/libs/gst-plugins-base-libs-sections.txt:
4446         * gst-libs/gst/cdda/gstcddabasesrc.h:
4447           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4448           out in the header file and shouldn't be listed in the docs.
4449
4450         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4451           Must dereference pointer to fourcc in the debug statement.
4452
4453 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4454
4455         * docs/libs/Makefile.am:
4456         * docs/libs/gst-plugins-base-libs-docs.sgml:
4457         * docs/libs/gst-plugins-base-libs-sections.txt:
4458         * docs/libs/gst-plugins-base-libs.types:
4459         add remaining symbols into correct setions
4460         
4461         * gst-libs/gst/audio/gstringbuffer.c:
4462         fix incomplete docs
4463         
4464         * gst-libs/gst/audio/gstringbuffer.h:
4465         comment out not yet implemented function
4466         
4467         
4468         * gst-libs/gst/floatcast/floatcast.h:
4469         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4470         add short descriptions
4471         
4472         
4473         * gst-libs/gst/interfaces/propertyprobe.c:
4474         fix return value docs   
4475         
4476         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4477         simplify debug logging
4478         
4479         * gst-libs/gst/riff/riff-read.h:
4480         sync function prototype and docs
4481         
4482         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4483         remove left over symbol
4484
4485 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4486
4487         * autogen.sh:
4488         * configure.ac:
4489         * docs/Makefile.am:
4490           Use GST_PLUGIN_DOCS macro in configure.ac, add
4491           --enable-plugin-docs default to autogen.sh and use
4492           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4493
4494 2006-06-15  Wim Taymans  <wim@fluendo.com>
4495
4496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4497         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4498         (gst_ogg_demux_loop):
4499         Combine GstFlowReturn from the source pads to give a
4500         meaningfull result to the upstream peer or to stop the
4501         processing task in case of errors.
4502
4503 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4504
4505         * gst/playback/gststreaminfo.c: (cb_probe):
4506           Try GST_TAG_CODEC as fallback when extracting the
4507           codec name; more debug info.
4508
4509 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4510
4511         * ext/ogg/Makefile.am:
4512         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4513           Extract language tags from ogm subtitle streams, so that
4514           the subtitle menu choices are labelled correctly in
4515           Totem (fixes #344708).
4516
4517 2006-06-14  Wim Taymans  <wim@fluendo.com>
4518
4519         Patch by: Alessandro Decina <alessandro at nnva dot org>
4520
4521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4522         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4523         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4524         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4525         Fix various leaks. Fixes #343699.
4526         Add x-smoke mime type.
4527
4528 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         * gst-libs/gst/riff/riff-ids.h:
4531           Add IDs for 'bext' chunks (see #343837).
4532
4533 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4534
4535         Patch by: Young-Ho Cha  <ganadist at chollian net>
4536
4537         * gst/subparse/samiparse.c: (sami_context_pop_state),
4538         (handle_start_font), (end_sami_element):
4539           Honour font face tags in SAMI subtitles (#344503).
4540
4541 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4542
4543         * po/POTFILES.in:
4544           add missing files containing translatable strings
4545
4546 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4547
4548         * docs/libs/tmpl/.cvsignore:
4549           we don't want those *.sgml files in CVS either
4550
4551 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4552
4553         * docs/libs/.cvsignore:
4554         * tests/check/elements/.cvsignore:
4555         * tests/check/libs/.cvsignore:
4556           ignore more
4557
4558 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4559
4560         * docs/libs/Makefile.am:
4561           also commiting the changed Makefile.am (added more libs to the
4562           doc-build)
4563
4564 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4565
4566         * docs/libs/gst-plugins-base-libs-docs.sgml:
4567         * docs/libs/gst-plugins-base-libs-sections.txt:
4568         * docs/libs/gst-plugins-base-libs.types:
4569           first batch of reordering things, add index & hierarchy
4570
4571 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4572
4573         * configure.ac:
4574           use GST_PKG_CHECK_MODULES, cleans up output
4575
4576 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4577
4578         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4579           Add support for burn:// URIs (#343385); const-ify things a bit,
4580           use G_N_ELEMENTS instead of hard-coded array size.
4581
4582 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         Patch by: Young-Ho Cha  <ganadist at chollian net>
4585
4586         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4587           Fix up broken entities before passing them to libxml *sigh*.
4588           (#343303).
4589           
4590 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4591
4592         * configure.ac:
4593           back to TRUNK
4594
4595 === release 0.10.8 ===
4596
4597 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4598
4599         * configure.ac:
4600           releasing 0.10.8, "Moar gij ziet mij nie"
4601
4602 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4603
4604         * configure.ac:
4605         * po/af.po:
4606         * po/az.po:
4607         * po/cs.po:
4608         * po/en_GB.po:
4609         * po/hu.po:
4610         * po/it.po:
4611         * po/nb.po:
4612         * po/nl.po:
4613         * po/or.po:
4614         * po/sq.po:
4615         * po/sr.po:
4616         * po/sv.po:
4617         * po/uk.po:
4618         * po/vi.po:
4619         * win32/common/config.h:
4620           0.10.7.2 prerelease
4621
4622 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4623
4624         * docs/libs/tmpl/gstaudio.sgml:
4625         * docs/libs/tmpl/gstcolorbalance.sgml:
4626         * docs/libs/tmpl/gstmixer.sgml:
4627         * docs/libs/tmpl/gstringbuffer.sgml:
4628         * docs/libs/tmpl/gsttuner.sgml:
4629         * docs/libs/tmpl/gstxoverlay.sgml:
4630         * gst-libs/gst/audio/audio.c:
4631         * gst-libs/gst/audio/gstringbuffer.c:
4632         * gst-libs/gst/interfaces/colorbalance.c:
4633         * gst-libs/gst/interfaces/mixer.c:
4634         * gst-libs/gst/interfaces/tuner.c:
4635         * gst-libs/gst/interfaces/xoverlay.c:
4636           move last template doc snippets to source code and delete them
4637
4638 2006-06-06  Michael Smith  <msmith@fluendo.com>
4639
4640         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4641         (theora_parse_drain_queue):
4642           Mark DELTA_UNIT on non-keyframes.
4643
4644 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4645
4646         * gst-libs/gst/audio/gstbaseaudiosink.c:
4647         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4648         * gst-libs/gst/audio/gstbaseaudiosink.h:
4649         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4650         (gst_ring_buffer_samples_done):
4651         * gst-libs/gst/audio/gstringbuffer.h:
4652         Document better the fact that latency_time and buffer_time are values
4653         stored in microseconds, and not the usual GStreamer nanoseconds.
4654         Change the variables (compatibly) that store them from GstClockTime 
4655         to guint64 to make it more clear that they're not storing clock times.
4656         Also, remove the bogus property description that says the user can
4657         specify -1 to get the default value, since that's never been the case.
4658
4659         When computing the default segment size for the ring buffer, make it
4660         an integer number of samples.
4661
4662         When the sub-class indicates a delay greater than the number of
4663         samples we've written return 0 from the audio sink get_time method.
4664
4665 2006-06-02  Michael Smith  <msmith@fluendo.com>
4666
4667         * tests/check/elements/audioconvert.c: (set_channel_positions),
4668         (get_float_mc_caps), (get_int_mc_caps):
4669         * tests/check/elements/audioresample.c:
4670         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4671         * tests/check/elements/videorate.c:
4672         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4673         * tests/check/elements/volume.c:
4674         * tests/check/elements/vorbisdec.c:
4675         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4676           Don't busy-wait in tests; this was causing test timeouts very
4677           frequently when running under valgrind.
4678
4679 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4680
4681         * gst/tcp/README:
4682         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4683         (gst_multi_fd_sink_remove_client_link),
4684         (gst_multi_fd_sink_client_queue_caps),
4685         (gst_multi_fd_sink_client_queue_buffer),
4686         (gst_multi_fd_sink_handle_client_write),
4687         (gst_multi_fd_sink_render):
4688         * gst/tcp/gstmultifdsink.h:
4689           make multifdsink properly deal with streamheader:
4690           - streamheader is taken from caps
4691           - buffers marked with IN_CAPS are not sent
4692           - streamheaders are sent, on connection, from the caps of the
4693             buffer where the client gets positioned to
4694           - further streamheader changes are done every time the client
4695             will receive a buffer with different caps
4696         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4697         (gst_multifdsink_create_streamheader):
4698           add tests for this
4699
4700 2006-06-02  Michael Smith  <msmith@fluendo.com>
4701
4702         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4703           Reinstate limit on channel count. Vorbis does not define the meaning
4704           of > 6 channels, so they're just independent channels. Gstreamer
4705           currently has no mechanism to represent N independent channels.
4706
4707 2006-06-02  Michael Smith  <msmith@fluendo.com>
4708
4709         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4710           Don't arbitrarily restrict channel counts and rate in vorbis.
4711           In terms of effects likely on real-world files, this fixes 96kHz
4712           playback of vorbis.
4713
4714 2006-06-02  Michael Smith  <msmith@fluendo.com>
4715
4716         * gst/audioconvert/audioconvert.c: (float):
4717           More correct float->int conversion.
4718
4719 2006-06-02  Michael Smith  <msmith@fluendo.com>
4720
4721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4722           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4723           value. Fixes g-critical on trying to play back ogg containing
4724           unknown codec.
4725
4726 2006-06-02  Wim Taymans  <wim@fluendo.com>
4727
4728         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4729         (setup_source):
4730         * gst/playback/gstplaybasebin.h:
4731         Make the subtitle detection work from any thread so we don't
4732         deadlock. Fixes #343397.
4733
4734 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4735
4736         * gst/volume/Makefile.am:
4737           Seriously, it's not *that* hard to get compilation right.  Even
4738           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4739
4740 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4741
4742         * gst/volume/gstvolume.c: (volume_choose_func),
4743         (volume_update_real_volume), (gst_volume_class_init),
4744         (gst_volume_init), (volume_process_float), (volume_process_int16),
4745         (volume_process_int16_clamp), (volume_set_caps),
4746         (volume_transform_ip), (plugin_init):
4747         * gst/volume/gstvolume.h:
4748         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4749         another property desc., remove unused param from process function
4750         
4751         * tests/check/elements/volume.c: (volume_suite):
4752         reactivate the passthrough test
4753
4754 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4755
4756         * ext/alsa/gstalsamixerelement.h:
4757         * ext/alsa/gstalsamixeroptions.h:
4758         * ext/alsa/gstalsamixertrack.h:
4759         * ext/gnomevfs/gstgnomevfssink.h:
4760         * ext/gnomevfs/gstgnomevfssrc.h:
4761         * ext/theora/gsttheoradec.h:
4762         * ext/theora/gsttheoraenc.h:
4763         * ext/theora/gsttheoraparse.h:
4764         * ext/vorbis/vorbisparse.h:
4765         * gst-libs/gst/audio/gstaudioclock.h:
4766         * gst-libs/gst/audio/gstaudiofilter.h:
4767         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4768         * gst/audioconvert/gstaudioconvert.h:
4769         * gst/audioresample/gstaudioresample.h:
4770         * gst/audiotestsrc/gstaudiotestsrc.h:
4771         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4772         * gst/playback/gststreamselector.h:
4773         * gst/tcp/gstmultifdsink.h:
4774         * gst/tcp/gsttcpclientsink.h:
4775         * gst/tcp/gsttcpclientsrc.h:
4776         * gst/tcp/gsttcpserversink.h:
4777         * gst/tcp/gsttcpserversrc.h:
4778         * gst/videorate/gstvideorate.h:
4779         * gst/videoscale/gstvideoscale.h:
4780         * gst/videotestsrc/gstvideotestsrc.h:
4781         * gst/volume/gstvolume.h:
4782         * sys/v4l/gstv4ljpegsrc.h:
4783         * sys/v4l/gstv4lmjpegsink.h:
4784         * sys/v4l/gstv4lmjpegsrc.h:
4785         * sys/v4l/gstv4lsrc.h:
4786         * sys/ximage/ximagesink.h:
4787         * sys/xvimage/xvimagesink.h:
4788         * tests/old/testsuite/alsa/sinesrc.h:
4789         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4790
4791 2006-05-31  Wim Taymans  <wim@fluendo.com>
4792
4793         * ext/libvisual/visual.c: (gst_visual_reset),
4794         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4795         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4796         Handle DISCONT.
4797         Use running time before doing QoS.
4798         Handle mono too.
4799
4800 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4801
4802         * docs/libs/Makefile.am:
4803           set a magic variable to indicate we know the docs are incomplete
4804
4805 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4806
4807         * win32/common/libgstvideo.def:
4808           export gst_video_calculate_display_ratio
4809         * win32/vs6/libgstvideoscale.dsp:
4810           add link to libgstvideo-0.10.lib
4811
4812 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4813
4814         * gst/playback/gstplaybasebin.c: (gen_source_element):
4815           Throw a more comprehensible error for rtsp:// URIs (rather
4816           than erroring out with a negotiation error later on) until
4817           we fix playbin to handle rtspsrc etc.
4818
4819 2006-05-30  Wim Taymans  <wim@fluendo.com>
4820
4821         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4822         (gst_text_overlay_text_event):
4823         Added some FIXMEs.
4824
4825 2006-05-30  Wim Taymans  <wim@fluendo.com>
4826
4827         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4828         (gst_adder_request_new_pad), (gst_adder_release_pad):
4829         * gst/adder/gstadder.h:
4830         Implement release_request_pad.
4831         Make padcounter atomic.
4832
4833         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4834         Added check for release_pad in adder.
4835
4836 2006-05-30  Wim Taymans  <wim@fluendo.com>
4837
4838         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4839         Fix build again.
4840
4841 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4842
4843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4844         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4845         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4846         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4847         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4848         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4849         (gst_ogg_demux_bisect_forward_serialno),
4850         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4851         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4852           add more debugging
4853           clean up printf formats for granulepos and serialno
4854
4855 2006-05-30  Michael Smith  <msmith@fluendo.com>
4856
4857         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4858         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4859         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4860         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4861         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4862         * ext/vorbis/vorbisenc.h:
4863           Multi-channel caps negotiation, so we can do proper multichannel
4864           vorbis encoding, negotiated through audioconvert.
4865
4866 2006-05-30  Wim Taymans  <wim@fluendo.com>
4867
4868         * tests/check/elements/adder.c: (test_event_message_received),
4869         (test_play_twice_message_received), (GST_START_TEST),
4870         (adder_suite):
4871         Added check to show that #339935 is fixed with ongoing
4872         adder and collectpads fixes.
4873
4874 2006-05-29  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4877         Don't leak pad name.
4878
4879 2006-05-29  Wim Taymans  <wim@fluendo.com>
4880
4881         * gst/adder/gstadder.c: (gst_adder_query_duration),
4882         (forward_event_func), (forward_event), (gst_adder_src_event):
4883         Fix adder seeking.
4884         Make query/seeking code threadsafe.
4885
4886         * tests/check/Makefile.am:
4887         * tests/check/elements/adder.c: (test_event_message_received),
4888         (GST_START_TEST), (test_play_twice_message_received):
4889         Fix adder test case.
4890
4891 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         Patch by: Young-Ho Cha  <ganadist at chollian net>
4894
4895         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4896         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4897         (set_encoding_element), (decodebin_element_added_cb),
4898         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4899         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4900         * gst/playback/gstplaybasebin.h:
4901           Add 'subtitle-encoding' property to playbin, so applications can
4902           force a subtitle encoding for non-UTF8 subtitles (#342268).
4903
4904         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4905         (gst_sub_parse_set_property):
4906           Rename recently-added 'encoding' property to 'subtitle-encoding'
4907           (so it can be proxied by playbin/decodebin in a generic way
4908           with less danger of false positives).
4909
4910 2006-05-29  Michael Smith  <msmith@fluendo.com>
4911
4912         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4913         (append_with_other_format), (set_structure_widths),
4914         (gst_audio_convert_transform_caps):
4915           Patch from #341562: give more specific audio caps in get_caps, so
4916           that basetransform  can make better decisions on what caps to
4917           negotiate.
4918
4919 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4920
4921         * tests/check/elements/volume.c:
4922         make it compile again
4923
4924 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4925
4926         * tests/check/elements/volume.c: (volume_suite):
4927         disable test until #343196 gets resolved
4928
4929 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4930
4931         * gst/adder/gstadder.c: (gst_adder_get_type):
4932         Make it easier to copy&paste
4933         
4934         * gst/volume/Makefile.am:
4935         * gst/volume/gstvolume.c: (volume_update_real_volume),
4936         (gst_volume_set_volume), (gst_volume_set_mute),
4937         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4938         (volume_transform_ip), (volume_update_mute),
4939         (volume_update_volume):
4940         * gst/volume/gstvolume.h:
4941         Add own debug category, move duplicate code to helper function, fix
4942         property texts, add more comments and prepare ffor liboil-goodness
4943         
4944         * tests/check/Makefile.am:
4945         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4946         add test for mute and passtrough case, be a bit more verbose to track
4947         failure
4948         
4949         * tests/check/generic/states.c: (GST_START_TEST):
4950         catch elements that fail to instantiate
4951
4952 2006-05-28  Edward Hervey  <edward@fluendo.com>
4953
4954         * tests/check/pipelines/simple-launch-lines.c:
4955         * tests/check/pipelines/theoraenc.c:
4956         * tests/check/pipelines/vorbisenc.c:
4957         Comment out tests using parse_launch() if core was built without
4958         parsing capabilities.
4959
4960 2006-05-27  Edward Hervey  <edward@fluendo.com>
4961
4962         * tests/check/Makefile.am:
4963         Extra bonus points for whoever explains to ensonic that you are meant
4964         to test unit tests thoroughly before commiting them, especially if
4965         you know it's going to break.
4966         De-activated element/adder tests.
4967
4968 2006-05-27  Edward Hervey  <edward@fluendo.com>
4969
4970         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4971         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4972         Marking caps conversion issues as GST_WARNING is way too verbose,
4973         Moving them to GST_LOG.
4974
4975 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4976
4977         * README:
4978           Replace current README (containing the release notes from
4979           some 0.9.x version) with a proper README taken from the core.
4980
4981 2006-05-26  Wim Taymans  <wim@fluendo.com>
4982
4983         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4984         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4985         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4986         (vorbis_dec_change_state):
4987         Small cleanups.
4988         Add some FIXMEs
4989         Clip output samples to segment boundaries.
4990
4991 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4992
4993         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4994         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4995         Improve the errors produced on bad output, including some human
4996         readable description strings.
4997         Handle the (theoretical for ximagesink) case where the XServer 
4998         has a different idea about the size required for a particular 
4999         frame and gives us too small a memory allocation.
5000
5001 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5002
5003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5004         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5005         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5006         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5007         Improve the errors produced on bad output, including some human 
5008         readable description strings.
5009         Handle RGB Xv formats properly by transforming them into our 
5010         big-endian caps description.
5011         Use gst_caps_truncate to ensure that we never try and choose a
5012         non-fixed caps in buffer_alloc.
5013         Handle the case where the XServer has a different idea about the size
5014         required for a particular frame and gives us too small a memory
5015         allocation.
5016         Use -1 to indicate 'no image format', because 0 is a valid XServer
5017         image format number.
5018         Put RGB Xv formats at the end of the caps, so that we always prefer
5019         YUV format frames.
5020         Iterate the available Xv Encodings to determine the maximum width and
5021         height, and then return that in our caps.
5022         (Closes #315312, #337544)
5023
5024 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5025
5026         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5027         When there is only one unfinished pad and it receives an event that
5028         doesn't match our requirements, we need to set alldone=FALSE so that
5029         the fakesink is not removed yet.
5030
5031 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5032
5033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5034           Use gst_type_find_helper_for_buffer() to find the type
5035           of stream from the first packet.
5036
5037         * configure.ac:
5038           Bump requirements to core CVS (needed for vorbis
5039           typefinding to work).
5040
5041 2006-05-24  Edward Hervey  <edward@fluendo.com>
5042
5043         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5044         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5045         contain.  Else they play perfectly fine with qtdemux.
5046
5047 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5048
5049         * ext/theora/theoradec.c:
5050         * ext/theora/theoraenc.c:
5051         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5052         * gst/audiorate/gstaudiorate.c:
5053           make more debug catagories static
5054         
5055         * tests/check/Makefile.am:
5056         * tests/check/elements/adder.c: (message_received),
5057         (test_event_message_received), (GST_START_TEST),
5058         (test_play_twice_message_received), (adder_suite):
5059           added test case for using element twice, extra bonus points for anyone
5060           who can make these test run reliably
5061
5062 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5063
5064         * ext/theora/theoradec.c: (theora_dec_chain):
5065           Make work with time-stamped input buffers that do not
5066           have a granulepos in BUFFER_OFFSET_END (like theora
5067           buffers coming from matroskademux). Fixes #342448.
5068
5069 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5070
5071         Patch by: Peter Kjellerstedt  <pkj at axis com>
5072
5073         * gst/tcp/Makefile.am:
5074           fdstresstest doesn't need Gtk+, fix compilation if 
5075           gtk is not available (#342566).
5076
5077 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5078          
5079         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5080           80 line columns
5081           Removed redundant floor()
5082
5083 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5084
5085         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5086           On second thought, just skip JUNK chunks automatically, so
5087           the caller doesn't have to handle this. Fixes #342345.
5088           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5089           not GST_FLOW_ERROR.
5090
5091 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5092
5093         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5094           Don't bail out on JUNK chunks with a size of 0 (would try to
5095           pull_range 0 bytes before, which sources don't like too much).
5096           See #342345.
5097
5098 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5099
5100         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5102         Use the gstutil scaling function to preserve 64 bits while calculating
5103         output width and height from the display-aspect-ratio. (A continuation
5104         of #341542)
5105
5106 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5107
5108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5109         (gst_xvimagesink_buffer_alloc):
5110         * sys/xvimage/xvimagesink.h:
5111         When performing buffer allocations, remember the caps and image format
5112         we return so that if the same caps are asked for next time we can
5113         return them immediately without doing any caps intersections.
5114
5115 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5116          
5117         * gst-libs/gst/rtp/README:
5118           Some new documentation
5119         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5120           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5121         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5122         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5123           New RTP audio base payloader class. Supports frame or sample based
5124           codecs.  Not enabled in Makefile.am until approved.
5125
5126 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5127
5128         * tests/check/elements/alsa.c: (test_device_property_probe):
5129           Fix test case: don't try to free NULL GValueArray when there
5130           are no devices.
5131
5132 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * tests/check/Makefile.am:
5135         * tests/check/elements/alsa.c: (test_device_property_probe),
5136         (alsa_suite), (main):
5137           Add simple test that runs a device property probe on alsasrc,
5138           alsasink and alsamixer. Disable valgrind check for now (too
5139           many leaks in libasound, and valgrind ignored my suppressions
5140           additions).
5141
5142 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5145         (gst_alsa_device_property_probe_probe_property),
5146         (gst_alsa_device_property_probe_needs_probe),
5147         (gst_alsa_device_property_probe_get_values),
5148         (gst_alsa_type_add_device_property_probe_interface):
5149         * ext/alsa/gstalsadeviceprobe.h:
5150         * ext/alsa/gstalsamixerelement.c:
5151         (gst_alsa_mixer_element_init_interfaces):
5152         * ext/alsa/gstalsamixerelement.h:
5153           Clean up and simplify alsa device probing. Make it actually work
5154           for multiple classes. Don't cache results any longer.
5155
5156         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5157         (gst_alsasink_init):
5158         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5159         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5160         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5161           Make alsasink and alsasrc implement the GstPropertyProbe interface
5162           for device probing (#342181).
5163           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5164
5165 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst/subparse/samiparse.c: (handle_start_font):
5168           Don't ignore return value of strtol (++compiler_happiness).
5169
5170 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5171
5172         Patch by: Young-Ho Cha  <ganadist chollian net>
5173
5174         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5175         (gst_sub_parse_class_init), (gst_sub_parse_init),
5176         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5177         (convert_encoding):
5178         * gst/subparse/gstsubparse.h:
5179           Add 'encoding' property (#341681).
5180
5181         * gst/subparse/samiparse.c: (characters_sami):
5182           Output is pango markup, so we need to escape text
5183           between tags (#342143).
5184
5185 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5186
5187         * gst-libs/gst/audio/multichannel.c:
5188         (gst_audio_check_channel_positions):
5189           It's okay to have caps with channels=1 and a channel position
5190           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5191           (deinterleavers might want to keep the position in the caps,
5192           so that they can be re-interleaved again properly later).
5193           Leave check for unexpected 2-channel layouts intact for now.
5194
5195 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5196
5197         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5198         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5199         basesrc can do its job correctly.
5200
5201 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5202
5203         * ext/alsa/Makefile.am:
5204         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5205         (gst_alsa_detect_formats), (get_channel_free_structure),
5206         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5207         (gst_alsa_probe_supported_formats):
5208         * ext/alsa/gstalsa.h:
5209         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5210           Refactor and improve caps probing code: probe signedness
5211           when we probe the supported formats/widths; set endianness
5212           to the one we actually probed for (ie. cpu endianness).
5213           
5214         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5215         (gst_alsasrc_close):
5216         * ext/alsa/gstalsasrc.h:
5217           Implement caps probing for alsasrc.
5218
5219 2006-05-15  Wim Taymans  <wim@fluendo.com>
5220
5221         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5222         (theora_dec_src_query), (theora_dec_src_event),
5223         (theora_dec_sink_event), (theora_handle_comment_packet),
5224         (theora_handle_data_packet), (theora_dec_change_state):
5225         Cleanups, add some G_LIKELY.
5226         Use segment helpers instead of our own wrong code.
5227         Clear queued buffers on seek and READY.
5228
5229         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5230         (vorbis_dec_convert), (vorbis_dec_src_query),
5231         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5232         (vorbis_handle_comment_packet), (vorbis_dec_push),
5233         (vorbis_handle_data_packet), (vorbis_dec_chain),
5234         (vorbis_dec_change_state):
5235         * ext/vorbis/vorbisdec.h:
5236         Remove old useless packetno variable.
5237         Do position query properly.
5238         Add some G_LIKELY.
5239         Do cleanup of queued buffers in new helper function
5240         and use it.
5241
5242 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5243
5244         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5245           Query supported sample rates. Fixes #341732.
5246
5247 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5248
5249         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5250         (gst_decode_bin_change_state): Make decodebin reusable
5251         when going from PAUSE_TO_READY and then back to PAUSED.
5252         Fixes #331678.
5253
5254 2006-05-15  Wim Taymans  <wim@fluendo.com>
5255
5256         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5257         (vorbis_dec_convert), (vorbis_dec_src_query),
5258         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5259         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5260         (vorbis_dec_clean_queued), (vorbis_dec_push),
5261         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5262         Cleanups. Use refcounting and DEBUG_OBJECT.
5263         Reset segment on flush, use code methods instead of our
5264         own wrong version.
5265         Fix potential memleak.
5266
5267 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5268
5269         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5270         (gst_alsasink_init):
5271         * ext/alsa/gstalsasink.h:
5272           Don't leak allocated snd_output_t structure if there's
5273           more than one alsasink instance at a time (#341873).
5274           Also fix GObject macros in header file.
5275           
5276 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5277
5278         * gst/subparse/gstsubparse.c:
5279         (gst_sub_parse_data_format_autodetect):
5280           Don't use libxml functions in the typefinding code.
5281
5282 2006-05-15  Wim Taymans  <wim@fluendo.com>
5283
5284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5285         Fix seeking performance in the case where a non-header 
5286         packet has a 0 granulepos (busted theora case). 
5287         Fixes #341719
5288         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5289          the first place, you limelight stealer you)
5290
5291 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5292
5293         * gst/subparse/gstsubparse.c:
5294         (gst_sub_parse_data_format_autodetect):
5295           Improve SAMI typefinding: handle case where there are
5296           whitespaces or newlines in front of the first <SAMI>
5297           tag (#169936).
5298
5299 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5300
5301         * configure.ac:
5302           Build video4linux plugin even if there's no XVIDEO, just
5303           without implementing the GstXOverlay interface (#334002).
5304          
5305 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * configure.ac:
5308         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5309         (plugin_init):
5310           Add tentative support for libvisual-0.4 (#336881).
5311
5312 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5313
5314         Patch by: Young-Ho Cha <ganadist at chollian net>
5315
5316         * gst/subparse/samiparse.c: (handle_start_font):
5317           Need to map "silver" colour explicitly (#169936).
5318
5319 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         Patch by: Young-Ho Cha  <ganadist at chollian net>
5322
5323         * gst/subparse/Makefile.am:
5324         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5325         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5326         (gst_sub_parse_format_autodetect), (feed_textbuf),
5327         (gst_subparse_type_find), (plugin_init):
5328         * gst/subparse/gstsubparse.h:
5329         * gst/subparse/samiparse.c:
5330         * gst/subparse/samiparse.h:
5331           Add support for SAMI subtitles (#169936).
5332
5333 2006-05-14  Michael Smith  <msmith@fluendo.com>
5334
5335         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5336           Fix #341696: crash when mixing L+R+C to mono or stereo.
5337         * tests/check/Makefile.am:
5338         * tests/check/elements/audioconvert.c: (set_channel_positions),
5339         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5340         (audioconvert_suite):
5341           Add test for the above, including some generic framework bits for
5342           testing multichannel things.
5343
5344 === release 0.10.7 ===
5345
5346 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5347
5348         * configure.ac:
5349           releasing 0.10.7, "Leave the gun"
5350
5351 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5352
5353         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5355         Fix the build.
5356
5357 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5358
5359         * docs/libs/gst-plugins-base-libs-docs.sgml:
5360         * docs/libs/gst-plugins-base-libs-sections.txt:
5361         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5362         * gst-libs/gst/video/video.h:
5363         * gst/videoscale/Makefile.am:
5364         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5366         * tests/check/Makefile.am:
5367         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5368         (main):
5369           Fix integer overflow problem with pixel-aspect-ratio calculations
5370           in videoscale and xvimagesink (#341542)
5371
5372 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5373
5374         * gst-libs/gst/tag/gstid3tag.c:
5375           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5376
5377 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5378
5379         * win32/MANIFEST:
5380           update win32 files listing
5381
5382 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5383
5384         patch by: Sjoerd Simons (sjoerd@luon.net)
5385
5386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5387         (group_create), (group_destroy), (add_stream),
5388         (gst_play_base_bin_get_property),
5389         (gst_play_base_bin_get_streaminfo_value_array):
5390         * gst/playback/gstplaybasebin.h:
5391           API: GstPlayBaseBin::stream-info-value-array property
5392           use a more bindings-friendly way of exposing streaminfo
5393           using a GValueArray.  Tested in ipython.
5394           Closes #341114
5395
5396 2006-05-11  Wim Taymans  <wim@fluendo.com>
5397
5398         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5399         (queue_underrun_cb), (queue_filled_cb):
5400         Also catch queue underruns but don't do anything yet.
5401         Refactor and comment queue enlarging code a bit.
5402
5403         * gst/playback/gstplaybasebin.c: (queue_overrun),
5404         (queue_threshold_reached), (queue_out_of_data),
5405         (gen_preroll_element):
5406         If a queue over/underruns check that we don't create nasty
5407         deadlocks when the min-threshold is not reached but the
5408         max-bytes is. In those cases disable max-bytes when we
5409         know that the queue is fed timed data.
5410         Add more comments.
5411
5412 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5413
5414         * gst/playback/gstplaybin.c: (gen_audio_element):
5415           Make playbin automatically plug an 'audioresample'
5416           element before the audio sink as well. This solves
5417           problems with sinks that only accept a very specific
5418           sample rate, like esdsink (e.g. #340379).
5419
5420 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5421
5422         * gst/playback/gstplaybasebin.c: (gen_source_element):
5423           Make http sources send special headers so that we receive
5424           icecast metadata if the http stream is an icecast stream
5425           (otherwise the server will just ignore them). This also
5426           means that from now on users will need the 'icydemux'
5427           element from gst-plugins-good installed if they want to
5428           listen to icecast radio streams. (#341432, #333657).
5429
5430 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5431
5432         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5433         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5434           remove stupid example from docs - it should come with a simple
5435           C program instead.
5436           Clean up/fix docs
5437         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5438         (fail_if_can_read), (GST_START_TEST),
5439         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5440           add a test for changing streamheader which exposes a bug in
5441           multifdsink
5442
5443 2006-05-11  Michael Smith  <msmith@fluendo.com>
5444
5445         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5446         (gst_gnome_vfs_src_received_headers_callback):
5447         * ext/gnomevfs/gstgnomevfssrc.h:
5448           Don't set icy-caps unless we have a sane interval value. Move
5449           interval to a local variable; we never use it outside this function.
5450
5451 2006-05-11  Wim Taymans  <wim@fluendo.com>
5452
5453         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5455         Register special buffer types along with the objects so
5456         that they are not registered at runtime from N different
5457         streaming threads since they are not threadsafe.
5458
5459 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5460
5461         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5462         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5463           add two more tests, one doing streamheader
5464
5465 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5466
5467         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5468           clean up the bufqueue when shutting down
5469         * tests/check/Makefile.am:
5470         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5471         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5472         (main):
5473           add a test for the leak that was just fixed
5474
5475 2006-05-10  Wim Taymans  <wim@fluendo.com>
5476
5477         * gst/adder/gstadder.c: (gst_adder_setcaps),
5478         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5479         (gst_adder_src_event), (gst_adder_sink_event),
5480         (gst_adder_class_init), (gst_adder_finalize),
5481         (gst_adder_request_new_pad), (gst_adder_collected):
5482         * gst/adder/gstadder.h:
5483         Updated some docs. Added comments and FIXMEs all over the place.
5484         Improve debugging info.
5485         Fix leak on finalize by not calling the parent.
5486         Implement duration query.
5487         Make event forwarding threadsafe.
5488         Correctly send NEWSEGMENT at start and after flush.
5489         Handle EOS correctly.
5490         Post error when not negotiated.
5491
5492         * tests/check/elements/adder.c: (GST_START_TEST):
5493         Added FIXME in the test.
5494
5495 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5498         (gst_text_overlay_halign_get_type),
5499         (gst_text_overlay_wrap_mode_get_type):
5500         * ext/theora/theoradec.c: (theora_handle_type_packet),
5501         (theora_handle_data_packet):
5502         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5503         (theora_enc_sink_setcaps), (theora_enc_chain):
5504         * gst-libs/gst/cdda/gstcddabasesrc.c:
5505         (gst_cdda_base_src_mode_get_type):
5506         * gst/audiotestsrc/gstaudiotestsrc.c:
5507         (gst_audiostestsrc_wave_get_type):
5508         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5509         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5510         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5511         (gst_sync_method_get_type), (gst_unit_type_get_type),
5512         (gst_client_status_get_type):
5513         * gst/videoscale/gstvideoscale.c:
5514         (gst_video_scale_method_get_type):
5515         * gst/videotestsrc/gstvideotestsrc.c:
5516         (gst_video_test_src_pattern_get_type):
5517         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5518         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5519         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5520         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5521         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5522         (paint_setup_RGB565), (paint_setup_xRGB1555):
5523           Const-ify GEnumValue and GFlagsValue arrays. Use
5524           GST_ROUND_UP_* macros instead of home-made ones.
5525
5526 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5527
5528         * configure.ac:
5529           Require core CVS for the new newsegment stuff.
5530
5531 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         Patch by: Sjoerd Simons  <sjoerd at luon net>
5534
5535         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5536           Register nick for enum value (#341160).
5537
5538 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5539
5540         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5541         (plugin_init):
5542          backout typefind patch #340375
5543          
5544         * tests/check/elements/adder.c: (message_received),
5545         (GST_START_TEST), (adder_suite):
5546           redo, signal-handling of test
5547
5548 2006-05-09  Wim Taymans  <wim@fluendo.com>
5549
5550         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5551         (gst_adder_collected):
5552         * gst/adder/gstadder.h:
5553         Remove bogus segment merging and forwarding, we don't
5554         care about timestamps anyway and we just produce a
5555         continuous stream. 
5556         Also create a nice NEWSEGMENT event when we start.
5557         Use _scale_int some more.
5558
5559 2006-05-09  Edward Hervey  <edward@fluendo.com>
5560
5561         * tests/icles/stress-xoverlay.c:
5562         Fix if core was built without parsing support.
5563
5564 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5567           Add SEDG (Samsung MPEG-4) fourcc.
5568
5569 2006-05-09  Edward Hervey  <edward@fluendo.com>
5570
5571         * tests/icles/stress-xoverlay.c:
5572         * tests/examples/volume/volume.c:
5573         Fix if core was built without parsing support.
5574
5575         * tests/examples/seek/seek.c:
5576         Disable the parse_launch example if core was built without parsing
5577         support.
5578
5579 2006-05-08  Edward Hervey  <edward@fluendo.com>
5580
5581         * autogen.sh: (CONFIGURE_DEF_OPT): 
5582         libtoolize on Darwin/MacOSX is called glibtoolize
5583
5584 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5585
5586         * tests/check/Makefile.am:
5587         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5588           Disable the adder test, until the build-slaves posses the kindness to 
5589           either like it or to give valid reason for not doing so 
5590
5591 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5592
5593         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5594         (adder_suite):
5595           Shuffle NULL state change around and raise timeout more
5596
5597 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5598
5599         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5600         (mp4_type_find), (plugin_init):
5601           Add typefind to distinguish between "audio/x-m4a" and new type
5602           "video/mp4". Fixes #340375
5603
5604         * tests/check/elements/adder.c: (adder_suite):
5605           Raise timeout to make buildbot happy
5606
5607 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5608
5609         * gst/adder/gstadder.c: (gst_adder_sink_event),
5610         (gst_adder_request_new_pad), (gst_adder_change_state):
5611         * gst/adder/gstadder.h:
5612         * tests/check/Makefile.am:
5613         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5614         (adder_suite), (main):
5615           Add sink-event handling to adder. It tries to merge incomming
5616           newsegment-events. Added test to check if segment_done is comming
5617           through. Fixes #340060
5618
5619 2006-05-05  Andy Wingo  <wingo@pobox.com>
5620
5621         * ext/theora/theoraparse.c (gst_theora_parse_init)
5622         (theora_parse_src_convert, theora_parse_src_query):
5623         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5624         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5625         query functions on the source pads of the theora and vorbis parse
5626         elements. Fixes position querying when doing a remux.
5627
5628 2006-05-05  Michael Smith  <msmith@fluendo.com>
5629
5630         * ext/theora/theoraparse.c: (parse_granulepos),
5631         (theora_parse_drain_queue_prematurely),
5632         (theora_parse_queue_buffer), (theora_parse_sink_event):
5633           Fix flushing.
5634           Fix invalid granulepos outputs when starting with a non-keyframe.
5635
5636 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5637
5638         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5639         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5640         Rearrange MPEG system stream detection, fixing some memleaks in the
5641         process.
5642         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5643         they clean up their data correctly.
5644         Remove unused ogganx caps and move the 'is_annodex' check to inside
5645         the 'is_ogg' if statement.
5646
5647 2006-05-05  Wim Taymans  <wim@fluendo.com>
5648
5649         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5650         Properly remove ghostpads. Fixes #340392
5651
5652 2006-05-04  David Schleef  <ds@schleef.org>
5653
5654         * gst/typefind/gsttypefindfunctions.c:
5655
5656 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5657
5658         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5659         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5660
5661         When typefinding an MP3 in push-based mode, don't penalise the
5662         probability down to 74% when we found 5 valid frames just because we
5663         can't peek the end of the file.
5664
5665         Make the probability for detecting MPEG Transport Streams based on the
5666         number of sequential headers we successfully detected.
5667
5668 2006-05-03  Wim Taymans  <wim@fluendo.com>
5669
5670         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5671         (vorbis_dec_push), (vorbis_dec_chain):
5672         Still produce an error when we receive an empty packet.
5673
5674 2006-05-03  Wim Taymans  <wim@fluendo.com>
5675
5676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5677         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5678         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5679         Mark buffers with DISCONT after seek and after activating new
5680         chains.
5681
5682         * ext/theora/gsttheoradec.h:
5683         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5684         (theora_get_query_types), (theora_dec_sink_event),
5685         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5686         (theora_dec_change_state):
5687         Fix frame counter.
5688         Detect and mark DISCONT buffers.
5689
5690         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5691         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5692         (vorbis_dec_change_state):
5693         * ext/vorbis/vorbisdec.h:
5694         Use GstSegment.
5695         Detect and mark DISCONT buffers.
5696         Don't crash on 0 sized buffers.
5697
5698 2006-05-03  Wim Taymans  <wim@fluendo.com>
5699
5700         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5701         (volume_transform_ip):
5702         Increase "volume" property to 10.0. Fixes #340369.
5703         Set the process function to NULL when capsnego fails so that
5704         we properly error out.
5705
5706 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5707
5708         * gst/playback/gstplaybin.c: (add_sink):
5709         * gst/playback/test.c: (main):
5710         * gst/playback/test5.c: (dump_element_stats):
5711         * gst/playback/test6.c: (main):
5712           free caps using gst_caps_unref, don't leak caps-strings
5713
5714 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5717         (plugin_init):
5718           Refine musepack typefinding a bit. Return MAXIMUM
5719           probability when we detect stream version 7 to make
5720           sure the mpeg audio typefinder doesn't trump us.
5721
5722 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5725           Protect against unexpected NULL strf_data buffer.
5726
5727 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5728
5729         * tests/check/elements/audioconvert.c: (verify_convert),
5730         (GST_START_TEST):
5731           interpret the out[] buffer in the order the bytes are actually
5732           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5733           Other tests should use BYTE_ORDER since the array is filled in
5734           with actual values
5735
5736 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5737
5738         * tests/check/elements/audioconvert.c: (verify_convert),
5739         (GST_START_TEST):
5740           when a test fails, give an indication of which it is
5741
5742 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5743
5744         * gst-libs/gst/cdda/gstcddabasesrc.c:
5745           compile fix; strtol() needs <stdlib.h>
5746
5747 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5748
5749         * ext/alsa/gstalsamixerelement.c:
5750         * ext/alsa/gstalsasrc.c:
5751         * ext/cdparanoia/gstcdparanoiasrc.c:
5752         * ext/gnomevfs/gstgnomevfssink.c:
5753         * ext/gnomevfs/gstgnomevfssrc.c:
5754         * ext/ogg/gstoggdemux.c:
5755         * ext/ogg/gstoggmux.c:
5756         * ext/ogg/gstoggparse.c:
5757         * ext/ogg/gstogmparse.c:
5758         * ext/pango/gstclockoverlay.c:
5759         * ext/pango/gsttextoverlay.c:
5760         * ext/pango/gsttextrender.c:
5761         * ext/pango/gsttimeoverlay.c:
5762         * ext/theora/theoradec.c:
5763         * ext/theora/theoraenc.c:
5764         * ext/vorbis/vorbisdec.c:
5765         * ext/vorbis/vorbisenc.c:
5766         * gst-libs/gst/audio/gstaudiofilter.c:
5767         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5768         * gst/audioconvert/gstaudioconvert.c:
5769         * gst/audiorate/gstaudiorate.c:
5770         * gst/audioresample/gstaudioresample.c:
5771         * gst/audiotestsrc/gstaudiotestsrc.c:
5772         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5773         * gst/playback/gstdecodebin.c:
5774         * gst/playback/gstplaybin.c:
5775         * gst/playback/gststreamselector.c:
5776         * gst/subparse/gstsubparse.c:
5777         * gst/tcp/gstmultifdsink.c:
5778         * gst/tcp/gsttcpclientsink.c:
5779         * gst/tcp/gsttcpclientsrc.c:
5780         * gst/tcp/gsttcpserversink.c:
5781         * gst/tcp/gsttcpserversrc.c:
5782         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5783         * gst/videorate/gstvideorate.c:
5784         * gst/videoscale/gstvideoscale.c:
5785         * gst/videotestsrc/gstvideotestsrc.c:
5786         * gst/volume/gstvolume.c:
5787         * sys/v4l/gstv4ljpegsrc.c:
5788         * sys/v4l/gstv4lmjpegsink.c:
5789         * sys/v4l/gstv4lmjpegsrc.c:
5790         * sys/v4l/gstv4lsrc.c:
5791         * sys/ximage/ximagesink.c:
5792         * sys/xvimage/xvimagesink.c:
5793         * tests/check/libs/cddabasesrc.c:
5794           make GstElementDetails const
5795
5796 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5797
5798         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5799         (gst_adder_init):
5800           send events from src-pad to all sink-pads fixes #338657
5801
5802 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5803
5804         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5805         (alsasink_parse_spec):
5806           query width capabilities from alsa, fixes #338919
5807
5808 2006-04-28  Wim Taymans  <wim@fluendo.com>
5809
5810         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5811         (gst_multi_fd_sink_remove_client_link):
5812         * gst/tcp/gstmultifdsink.h:
5813         Fix race condition in multifdsink that can lead to spurious 
5814         duplicate clients. this patch adds a new signal that is fired when
5815         multifdsink has removed all references to the fd.
5816         Fixes #339574.
5817         Updated documentation.
5818         API: client-fd-removed signal added
5819
5820 2006-04-28  Michael Smith  <msmith@fluendo.com>
5821
5822         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5823           When asking g_value_array_new to prealloc elements, we may as well
5824           ask for the right number of elements.
5825
5826 2006-04-28  Wim Taymans  <wim@fluendo.com>
5827
5828         * gst-libs/gst/audio/gstbaseaudiosink.c:
5829         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5830         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5831         patch to make timestamp checking more tollerant to rounding 
5832         errors given that real discontinuities are to be marked on
5833         buffers. Fixes some asf files and #338778.
5834         Also avoid some crashers when we receive an event in the 
5835         NULL state.
5836
5837 2006-04-28  Michael Smith  <msmith@fluendo.com>
5838
5839         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5840         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5841         (gst_gnome_vfs_src_get_property),
5842         (gst_gnome_vfs_src_send_additional_headers_callback),
5843         (gst_gnome_vfs_src_received_headers_callback),
5844         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5845         (gst_gnome_vfs_src_stop):
5846         * ext/gnomevfs/gstgnomevfssrc.h:
5847           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5848           proper shared support within icydemux.
5849
5850 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5851
5852         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5853         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5854           fix up docs
5855           fix a leak when no caps negotiated
5856           fix counting of input frames
5857         * tests/check/elements/.cvsignore:
5858         * tests/check/elements/videorate.c: (assert_videorate_stats),
5859         (GST_START_TEST), (videorate_suite):
5860           add tests for these
5861
5862 2006-04-28  Wim Taymans  <wim@fluendo.com>
5863
5864         * gst-libs/gst/audio/gstringbuffer.c:
5865         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5866         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5867         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5868         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5869         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5870         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5871         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5872         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5873         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5874         Check arguments passed to public functions instead of
5875         crashing.
5876
5877 2006-04-28  Wim Taymans  <wim@fluendo.com>
5878
5879         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5880         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5881         GstBaseAudioSrc must be live or it does not work.
5882
5883         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5884         Don't set live to TRUE as this is the default in the parentclass.
5885
5886 2006-04-28  Wim Taymans  <wim@fluendo.com>
5887
5888         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5889         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5890         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5891         fixation cases better. Fixes #338991
5892
5893 2006-04-28  Wim Taymans  <wim@fluendo.com>
5894
5895         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5896         Handle 0/1 framerate correctly Fixes #331901.
5897
5898 2006-04-28  Wim Taymans  <wim@fluendo.com>
5899
5900         * tests/check/elements/audioconvert.c: (get_float_caps),
5901         (GST_START_TEST), (audioconvert_suite):
5902         Added check for correct clipping when doing float samples
5903         in audioconvert.
5904
5905 2006-04-28  Wim Taymans  <wim@fluendo.com>
5906
5907         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5908         (gst_video_rate_chain):
5909         Print more debugging info.
5910
5911 2006-04-28  Wim Taymans  <wim@fluendo.com>
5912
5913         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5914         (resample_set_state_from_caps):
5915         Add support for other formats audioresample can handle such as
5916         32 bits in and float and 64 bits float. Fixes #301759
5917
5918 2006-04-28  Wim Taymans  <wim@fluendo.com>
5919
5920         * gst/audioconvert/audioconvert.c: (float):
5921         correctly clip float samples > 1.0. Fixes #338718
5922
5923 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         Patch by: Young-Ho Cha  <ganadist at chollian net>
5926
5927         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5928         (gst_text_overlay_render_text):
5929           Don't strip newlines from the text. Also, center lines
5930           within multi-line paragraphs (#339405).
5931
5932 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5933
5934         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5935           Fix wavpack typefinding to work in more cases (don't peek
5936           for chunks of multiple hundred kBs at once, but process
5937           things step-by-step in smaller units). Fixes #339786.
5938
5939 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5940
5941         * configure.ac:
5942           back to HEAD
5943
5944 === release 0.10.6 ===
5945
5946 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5947
5948         * configure.ac:
5949           releasing 0.10.6, "Chao"
5950
5951 2006-04-26  David Schleef  <ds@schleef.org>
5952
5953         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5954           Fixes #338897.
5955
5956 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5957
5958         * configure.ac:
5959         * win32/common/config.h:
5960           new prerelease
5961
5962 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5963
5964         patch by: Wim Taymans
5965
5966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5967         (gst_ogg_demux_perform_seek):
5968           make sure correct newsegments are sent, so that the decoder
5969           and the demuxer agree on timestamps.  Fixes playback of a lot
5970           of Ogg files that do not start from 0.  Fixes #339833.
5971
5972 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5973
5974         Patch by: Edward Hervey  <edward@fluendo.com>
5975
5976         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5977         * tests/check/Makefile.am:
5978         * tests/check/elements/videorate.c: (assert_videorate_stats),
5979         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5980         (videorate_suite), (main):
5981           Fix an infinite loop if frames are passed in with wrongly ordered
5982           timestamps.  Fixes #339013.
5983
5984 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5985
5986         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5987
5988         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5989           fix typefinding on some ISO files.  Fixes #339212.
5990
5991 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5992
5993         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5996           add another H264 fourcc.  Fixes #339047.
5997
5998 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5999
6000         Patch by: Jan Schmidt
6001
6002         * gst/playback/gststreamselector.c:
6003         (gst_stream_selector_bufferalloc):
6004           Restore old StreamSelector behaviour.
6005           Fixes #338419.
6006
6007 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6008
6009         * configure.ac:
6010         * win32/common/config.h:
6011           prerelease
6012
6013 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6014
6015         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6016
6017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6018         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6019           Fix some memory leaks: on finalize, free buffers left in the queue
6020           before destroying the queue; in _push(), unref rtp_buf even if
6021           the process vfunc returned a NULL buffer as output buffer (#337548);
6022           demote some recuring debug messages to LOG level.
6023
6024 2006-04-11  Wim Taymans  <wim@fluendo.com>
6025
6026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6027         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6028         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6029         (gst_ogg_demux_loop):
6030         More cleanups.
6031         Respect segment stop when emiting EOS or SEGMENT_DONE.
6032         Fixes (#337945).
6033
6034 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6035
6036         * gst/playback/gststreamselector.c:
6037         (gst_stream_selector_get_property):
6038           Don't leak pad name.
6039
6040 2006-04-10  Michael Smith  <msmith@fluendo.com>
6041
6042         * tests/check/Makefile.am:
6043         * tests/check/gst-plugins-base.supp:
6044           Suppress an old libtheora bug (fixed in more recent versions), so 
6045           that FC4 buildslaves can pass.
6046
6047 2006-04-10  Wim Taymans  <wim@fluendo.com>
6048
6049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6050         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6051         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6052         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6053         (gst_ogg_demux_loop):
6054         Don't leak events.
6055         Remember what error we got when finding chains, if we
6056         were shutdown, that would not be an error.
6057
6058 2006-04-10  Wim Taymans  <wim@fluendo.com>
6059
6060         * gst-libs/gst/audio/gstbaseaudiosink.c:
6061         (gst_base_audio_sink_event):
6062         Starting the ringbuffer when we did not acquire it can cause
6063         a deadlock, is pointless and causes nasty things for
6064         subclasses. 
6065         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6066
6067 2006-04-10  Wim Taymans  <wim@fluendo.com>
6068
6069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6070         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6071         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6072         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6073         (gst_ogg_demux_deactivate_current_chain),
6074         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6075         (gst_ogg_demux_bisect_forward_serialno),
6076         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6077         Add some more debugging.
6078
6079 2006-04-10  Wim Taymans  <wim@fluendo.com>
6080
6081         * ext/theora/theoradec.c: (theora_dec_src_event),
6082         (theora_handle_data_packet):
6083         Some more debug info.
6084
6085         * tests/examples/seek/seek.c: (start_seek), (main):
6086         Print element messages too.
6087
6088 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6089
6090         * gst/audioresample/debug.h:
6091           replace debug macros with variable number of parameters
6092           by a simple alias to gstreamer standard debug macros 
6093          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6094           supported by MSVC 6.0 and 7.1)
6095         * gst/audioresample/resample.h:
6096           define M_PI and rint for WIN32
6097         * win32/common/libgstaudio.def:
6098         * win32/common/libgstriff.def:
6099         * win32/common/libgsttag.def:
6100         * win32/common/libgstvideo.def:
6101           add new exported functions
6102         * win32/vs6:
6103           update project files
6104
6105 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6106
6107         * ext/alsa/gstalsamixeroptions.c:
6108         (gst_alsa_mixer_options_class_init):
6109         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6112         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6113         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6114         * gst-libs/gst/audio/gstaudiofilter.c:
6115         (gst_audio_filter_class_init):
6116         * gst-libs/gst/audio/gstaudiosink.c:
6117         (gst_audioringbuffer_class_init):
6118         * gst-libs/gst/audio/gstaudiosrc.c:
6119         (gst_audioringbuffer_class_init):
6120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6121         * gst-libs/gst/interfaces/colorbalancechannel.c:
6122         (gst_color_balance_channel_class_init):
6123         * gst-libs/gst/interfaces/mixeroptions.c:
6124         (gst_mixer_options_class_init):
6125         * gst-libs/gst/interfaces/mixertrack.c:
6126         (gst_mixer_track_class_init):
6127         * gst-libs/gst/interfaces/tunerchannel.c:
6128         (gst_tuner_channel_class_init):
6129         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6130         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6131         (gst_netbuffer_class_init):
6132         * gst-libs/gst/rtp/gstbasertppayload.c:
6133         (gst_basertppayload_class_init):
6134         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6136         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6137         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6138         * gst/playback/gststreamselector.c:
6139         (gst_stream_selector_class_init):
6140         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6141         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6142         * sys/v4l/gstv4lcolorbalance.c:
6143         (gst_v4l_color_balance_channel_class_init):
6144         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6145         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6146         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6147         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6148         (gst_v4l_tuner_norm_class_init):
6149         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6151         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6152         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6153
6154 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6155
6156         * ext/pango/gsttextrender.h:
6157         * gst-libs/gst/audio/gstaudiosink.h:
6158         * gst-libs/gst/audio/gstaudiosrc.h:
6159         * gst-libs/gst/audio/gstbaseaudiosink.h:
6160         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6161         * gst-libs/gst/audio/gstringbuffer.h:
6162         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6163         * gst-libs/gst/rtp/gstbasertppayload.h:
6164         * gst-libs/gst/video/gstvideofilter.h:
6165         * gst-libs/gst/video/gstvideosink.h:
6166         * gst/playback/gstplaybasebin.h:
6167         * gst/tcp/gstmultifdsink.h:
6168         * sys/v4l/gstv4lelement.h:
6169         Fix broken GObject macros
6170
6171 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6172
6173         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6174         More debug to trace why my USB headset is not working with gst
6175
6176 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6177
6178         * gst/playback/gstplaybasebin.c: (group_destroy):
6179         Clean up our group elements properly in the case where it never 
6180         got committed - it still got added unconditionally to the bin.
6181
6182 2006-04-07  Wim Taymans  <wim@fluendo.com>
6183
6184         * ext/theora/theoradec.c: (theora_dec_sink_event),
6185         (theora_handle_data_packet), (theora_dec_chain):
6186         Unref unhandled events.
6187         Protect against empty buffers.
6188         Perform QoS on running time.
6189
6190 2006-04-07  Michael Smith  <msmith@fluendo.com>
6191
6192         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6193         (gst_vorbis_enc_chain):
6194           Remove leaks from vorbisenc.
6195           Mostly minor changes, the only significant one is that now the
6196           buffers we set as 'streamheader' on the caps are copies of the
6197           original buffers, to avoid circular refcounting problems.
6198
6199 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6200
6201         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6202           Don't remove our mute-probe if someone else already did so.
6203           Don't set a 2nd one if there is already one pending on the pad.
6204
6205         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6206         (do_playbin_seek):
6207           When a seek fails, ensure that playbin is still set back to playing.
6208           
6209         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6210         (mpeg_ts_type_find), (plugin_init):
6211           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6212
6213 2006-04-06  Andy Wingo  <wingo@pobox.com>
6214
6215         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6216         (gst_video_rate_init): Caps-related parameters should not be reset
6217         by a flush -- move their inits to the instance init function.
6218         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6219         is not OK, just return the result.
6220
6221         * gst/audiotestsrc/gstaudiotestsrc.c
6222         (gst_audio_test_src_class_init)
6223         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6224         broken by Stefan's commit on 24 March.
6225
6226         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6227         buffers being pushed out. Fixes oggmux ! multifdsink.
6228
6229 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6230
6231         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6232         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6233         * ext/vorbis/vorbisdec.h:
6234         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6235         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6236         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6237         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6238         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6239         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6240         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6241         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6242         (gst_vorbis_enc_buffer_from_packet),
6243         (gst_vorbis_enc_buffer_from_header_packet),
6244         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6245         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6246         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6247         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6248         (gst_vorbis_enc_change_state):
6249         * ext/vorbis/vorbisenc.h:
6250           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6251           vorbisenc adhere to the official nomenclature; use boilerplate
6252           macro.
6253
6254 2006-04-04  Andy Wingo  <wingo@pobox.com>
6255
6256         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6257         Whoops, fix bug introduced. Bad hacker!
6258         
6259         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6260         Properly handle the case where you get EOS before any buffers are
6261         received. Use gst_buffer_make_metadata_writable where appropriate.
6262
6263         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6264         is often negative -- make it signed so as not to wrap around.
6265         Fixes segfaults introduced on 9 March.
6266
6267 2006-04-03  Wim Taymans  <wim@fluendo.com>
6268
6269         * ext/theora/gsttheoradec.h:
6270         * ext/theora/theoradec.c: (theora_dec_src_event):
6271         Don't try to store a gdouble in a gboolean.
6272         Small cleanups.
6273
6274 2006-04-03  Michael Smith  <msmith@fluendo.com>
6275
6276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6277           Oggmux sucks.
6278           Make it suck slightly less by writing out the final page.
6279           Still can't encode a vorbis-in-ogg file correctly, though.
6280
6281 2006-04-03  Andy Wingo  <wingo@pobox.com>
6282
6283         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6284         a g_print.
6285
6286         * ext/theora/theora.c (plugin_init): Register theoraparse.
6287
6288         * ext/theora/gsttheoraparse.h: 
6289         * ext/theora/theoraparse.c: New files implementing a theora
6290         parser. Now we can properly remux ogg/theora+vorbis, yay.
6291
6292         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6293
6294 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6295
6296         * gst/audiotestsrc/gstaudiotestsrc.c:
6297           Fixed the sample pipeline (see #323798)
6298
6299 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6300
6301         * configure.ac:
6302         * win32/common/config.h:
6303         * win32/common/config.h.in:
6304           use AS_VERSION and AS_NANO
6305           more cleanups
6306
6307 2006-03-31  Andy Wingo  <wingo@pobox.com>
6308
6309         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6310         uninitialized variable return that would happen.
6311         
6312         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6313         uninitialized variable return that would never happen.
6314
6315         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6316         (vorbis_parse_sink_event): Add an event function to flush our
6317         state on a seek, and to drain buffers on a premature EOS.
6318         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6319         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6320         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6321         (vorbis_parse_drain_queue): Queue up buffers until we can set
6322         their timestamps and granulepos values.
6323
6324         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6325         and keep track of data needed for deriving granulepos and
6326         timestamps for buffers.
6327
6328 2006-03-29  Wim Taymans  <wim@fluendo.com>
6329
6330         Patch by: j^ <j at bootlab dot org>
6331
6332         * ext/alsa/gstalsamixerelement.c:
6333         (gst_alsa_mixer_element_class_init):
6334         * ext/alsa/gstalsasink.c:
6335         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6336         * ext/ogg/gstoggdemux.c:
6337         * ext/ogg/gstoggmux.c:
6338         * ext/ogg/gstoggparse.c:
6339         * ext/pango/gstclockoverlay.c:
6340         * ext/pango/gsttextoverlay.c:
6341         * ext/pango/gsttextrender.c:
6342         * ext/pango/gsttimeoverlay.c:
6343         * ext/theora/theoradec.c:
6344         * ext/theora/theoraenc.c:
6345         * ext/vorbis/vorbisdec.c:
6346         * ext/vorbis/vorbisenc.c:
6347         * gst/audioconvert/gstaudioconvert.c:
6348         * gst/subparse/gstsubparse.c:
6349         * gst/tcp/gstmultifdsink.c:
6350         * gst/tcp/gsttcpclientsink.c:
6351         * gst/tcp/gsttcpclientsrc.c:
6352         * gst/tcp/gsttcpserversink.c:
6353         * gst/tcp/gsttcpserversrc.c:
6354           better/unified long descriptions
6355           Fixes #336477
6356
6357 2006-03-29  Wim Taymans  <wim@fluendo.com>
6358
6359         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6360         (stop_seek):
6361         Don't let double and triple clicks mess up our state.
6362
6363 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6364
6365         * gst/playback/gstplaybin.c: (gen_video_element),
6366         (gen_text_element), (gen_audio_element), (gen_vis_element):
6367           Error out gracefully when we can't create any of the usual
6368           conversion elements for some reason. Also, don't try to
6369           create an audioscale (sic) element that's not used anyway.
6370
6371 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6372
6373         * gst/playback/gstplaybasebin.c: (setup_source):
6374           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6375           element for a particular protocol, that's confusing for users.
6376           Instead, post a RESOURCE_FAILED error, so that our own error
6377           message is actually shown in totem etc. (#336303).
6378
6379 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6380
6381         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6382
6383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6384         (gst_gnome_vfs_src_get_icy_metadata):
6385           Fix some minor memory leaks (#336194).
6386
6387 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6388
6389         * ext/gnomevfs/gstgnomevfs.c:
6390         (gst_gnome_vfs_location_to_uri_string):
6391         * ext/gnomevfs/gstgnomevfs.h:
6392         * ext/gnomevfs/gstgnomevfssink.c:
6393         (gst_gnome_vfs_sink_set_property):
6394         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6395           Make gnomevfssink accept filenames as well as URIs for the
6396           "location" property, just like gnomevfssrc does (and
6397           filesrc/filesink do) (#336190).
6398
6399 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6400
6401         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6402           set to NULL before unreffing, fixes a valgrind leak.
6403           Why was this not triggering the error that an object needs to
6404           be NULL before unreffing ?
6405         * win32/common/config.h:
6406           update
6407
6408 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6409
6410         * gst/subparse/gstsubparse.c: (convert_encoding),
6411         (gst_sub_parse_change_state):
6412         * gst/subparse/gstsubparse.h:
6413           Text subtitle files may or may not be UTF-8. If it's not, we
6414           don't really want to see '?' characters in place of non-ASCII
6415           characters like accented characters. So let's assume the input
6416           is UTF-8 until we come across text that is clearly not. If it's
6417           not UTF-8, we don't really know what it is, so try the following:
6418           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6419           is set; if not, check (b) if the current locale encoding is
6420           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6421           the current locale encoding is UTF-8 and the environment variable
6422           was not set to any particular encoding. Not perfect, but better
6423           than nothing (and better than before, I think) (fixes #172848).
6424
6425 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6426
6427         * configure.ac:
6428           update core requirement to 0.10.4.1 because of async_playback
6429           vmethod on GstBaseSink
6430
6431 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6432
6433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6434         * gst/adder/gstadder.c: (gst_adder_init):
6435         use DEBUG_FUNCPTR for collectpads
6436
6437 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6438
6439         * docs/plugins/Makefile.am:
6440         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6441         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6442         * ext/cdparanoia/gstcdparanoiasrc.c:
6443         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6444         (gst_gnome_vfs_sink_class_init):
6445         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6447         * ext/ogg/gstoggmux.c:
6448         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6449         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6450         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6451         * ext/pango/gsttextoverlay.c:
6452         * ext/pango/gsttextrender.c:
6453         * ext/theora/theoradec.c:
6454         * ext/theora/theoraenc.c:
6455         * ext/vorbis/vorbisdec.c:
6456         * ext/vorbis/vorbisenc.c:
6457         * gst-libs/gst/audio/gstaudiofilter.c:
6458         (gst_audio_filter_base_init):
6459         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6460         (gst_audio_filter_template_base_init):
6461         * gst/adder/gstadder.c: (gst_adder_get_type):
6462         * gst/adder/gstadder.h:
6463         * gst/audioconvert/gstaudioconvert.c:
6464         * gst/audiotestsrc/gstaudiotestsrc.c:
6465         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6466         (gst_audio_test_src_create):
6467         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6468         * gst/playback/gstdecodebin.c:
6469         * gst/playback/gstplaybin.c:
6470         * gst/playback/gststreamselector.c:
6471         (gst_stream_selector_base_init):
6472         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6473         * gst/volume/gstvolume.c:
6474         * sys/v4l/gstv4lmjpegsink.c:
6475         * sys/v4l/gstv4lmjpegsrc.c:
6476         * tests/check/libs/cddabasesrc.c:
6477         * tests/old/examples/gob/gst-identity2.gob:
6478           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6479           define GstElementDetails at the top
6480
6481 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6482
6483         * win32/common/libgstinterfaces.def:
6484         Add a lot of export functions for gst-python
6485         * win32/vs6/libgstinterfaces.dsp:
6486         Add a missing include folder in the project configuration
6487         
6488 2006-03-23  Wim Taymans  <wim@fluendo.com>
6489
6490         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6491         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6492         (gst_base_audio_src_change_state):
6493         Fix audio sources, forgot to make the ringbuffer
6494         startable...
6495
6496 2006-03-23  Wim Taymans  <wim@fluendo.com>
6497
6498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6499         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6500         (gst_base_audio_src_change_state):
6501         unparent instead of unref the ringbuffer.
6502
6503 2006-03-23  Wim Taymans  <wim@fluendo.com>
6504
6505         * gst-libs/gst/audio/gstbaseaudiosink.c:
6506         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6507         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6508         Implement new async_play vmethod to start slaving and allow
6509         playback start in case of async PLAY state changes. 
6510
6511         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6512         Enable QoS with new method in base class.
6513
6514 2006-03-23  Wim Taymans  <wim@fluendo.com>
6515
6516         Patch by: Julien MOUTTE <julien at moutte dot net>
6517
6518         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6519         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6520         Partially handle 0 framerate, only EOS after the first frame
6521         is missing.
6522
6523 2006-03-23  Wim Taymans  <wim@fluendo.com>
6524
6525         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6526
6527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6528         (gst_riff_create_video_template_caps):
6529         * gst/ffmpegcolorspace/avcodec.h:
6530         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6531         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6532         (gst_ffmpegcsp_avpicture_fill):
6533         * gst/ffmpegcolorspace/imgconvert.c:
6534         Patch for support of YVU9 AVI files (#334822)
6535
6536 2006-03-22  Edward Hervey  <edward@fluendo.com>
6537
6538         * docs/design/design-decodebin.txt:
6539         Added design document for new decodebin
6540         (Target Caps): text/x-pango-markup is also a default target caps.
6541
6542 2006-03-22  Wim Taymans  <wim@fluendo.com>
6543
6544         * gst-libs/gst/audio/gstbaseaudiosink.c:
6545         (gst_base_audio_sink_dispose):
6546         Since we _parent the ringbuffer, we also need to
6547         _unparent instead of a plain _unref.
6548
6549 2006-03-22  Wim Taymans  <wim@fluendo.com>
6550
6551         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6552         (stop_seek), (scrub_toggle_cb), (main):
6553         Add scrub checkbox.
6554
6555 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6558         (gst_ogg_parse_chain):
6559           Fix very inefficient usage of linked lists (#335365).
6560
6561 2006-03-21  Edward Hervey  <edward@fluendo.com>
6562
6563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6564         * gst/playback/gstplaybin.c: (handoff):
6565         * gst/playback/gststreamselector.c:
6566         (gst_stream_selector_set_property):
6567         gcc 4.1 unreferenced pointer fixes.
6568         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6570         gst_buffer_ref() now takes a GstBuffer*.
6571
6572 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6573
6574         * sys/xvimage/xvimagesink.c:
6575         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6576         by Jan Schmidt.
6577
6578 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6581         (id3v1_type_find), (apetag_type_find), (plugin_init):
6582           Can't do tag preferences via probability, as tags would then
6583           lose against types that are recognised with MAXIMUM probability
6584           (like .wav); so let all tag typefinders return MAXIMUM themselves
6585           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6586           that we can prefer APE to ID3v1 (fixes #335028).
6587           
6588 2006-03-17  Wim Taymans  <wim@fluendo.com>
6589
6590         * gst-libs/gst/audio/gstbaseaudiosink.c:
6591         (gst_base_audio_sink_change_state):
6592         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6593         (gst_ring_buffer_may_start):
6594         * gst-libs/gst/audio/gstringbuffer.h:
6595         Only start playback if we are playing.
6596         should fix #330748.
6597
6598 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6599
6600         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6601         * win32/common/config.h:
6602           Revert accidental commits to these files.
6603
6604 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6607
6608         * tests/Makefile.am:
6609           Don't try to build tests in tests/icles if we
6610           don't have X (#323852)
6611
6612 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         * gst-libs/gst/tag/gstid3tag.c:
6615           Add TXXX frame identifiers for replaygain stuff as used
6616           by some taggers (see #323721).
6617
6618 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6619
6620         * gst/playback/gststreamselector.c:
6621         (gst_stream_selector_set_property),
6622         (gst_stream_selector_bufferalloc):
6623           Preserve the existing buggy streamselector behaviour by performing
6624           a fallback buffer allocation when downstream isn't linked yet.
6625           This should really be fixed in playbin by blocking pads until it's
6626           linked them.
6627           Also, use gst_pad_alloc_buffer instead of
6628           gst_pad_alloc_buffer_and_set.
6629
6630 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6631
6632         * gst-libs/gst/tag/gstid3tag.c:
6633           Don't crash on unknown ID3v2 TXXX frames.
6634           
6635 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6636
6637         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6638           Chain up to the parent finalize method.
6639           Add 32-bit sample size to the template caps.
6640
6641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6642         (gst_riff_create_video_template_caps):
6643           Add the fourcc that the VMWare codec uses.
6644           
6645         * gst/playback/gststreamselector.c:
6646         (gst_stream_selector_set_property),
6647         (gst_stream_selector_bufferalloc),
6648         (gst_stream_selector_request_new_pad):
6649           For the active pad, forward buffer-alloc requests, otherwise
6650           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6651           having to memcpy every frame when used by playbin.
6652
6653         * gst/tcp/gstmultifdsink.c:
6654         (gst_multi_fd_sink_handle_client_write):
6655           Get negotiated caps from the sink pad, rather than the sink
6656           pad's peer.
6657
6658 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6661         
6662         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6663           Don't forget to set src->callbacks_pushed to FALSE again when
6664           popping them, otherwise re-activation in a different mode won't
6665           work (#334620).
6666
6667 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6668
6669         Patch by: Sebastien Moutte  <sebastien moutte net>
6670
6671         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6672         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6673         (gst_ffmpeg_smpfmt_to_caps):
6674           Replace __VA_ARGS__ caps creation macros with varargs functions.
6675           Makes things compile on MSVC (#320765), looks nicer, and we can
6676           tell the compiler to check for the NULL terminator.
6677
6678 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6681
6682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6683           Make sure the buffer we copy into is really always big
6684           enough, this time for real (#333488).
6685           
6686 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6689           Add support for 24bpp DIB (#305279).
6690
6691 2006-03-14  Wim Taymans  <wim@fluendo.com>
6692
6693         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6694         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6696         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6697         (gst_video_scale_init), (gst_video_scale_src_event):
6698         Re-enable QoS after the release.
6699         Rework videoscale to use the base class src_event handler.
6700
6701 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6702
6703         * configure.ac:
6704           back to CVS.
6705
6706 === release 0.10.5 ===
6707
6708 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6709
6710         * configure.ac:
6711           releasing 0.10.5, "Net"
6712
6713 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * docs/plugins/Makefile.am:
6716           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6717           
6718 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6719
6720         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6721         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6722         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6723           Add cdparanoiasrc to docs.
6724
6725         * gst-libs/gst/cdda/gstcddabasesrc.c:
6726           More GstCddaBaseSrc docs.
6727
6728 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * docs/libs/gst-plugins-base-libs-sections.txt:
6731         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6732         * gst-libs/gst/tag/tag.h:
6733           API: libgsttag: new method gst_tag_from_id3_user_tag().
6734
6735 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6738           NULL-terminate array of mpeg4 video file extensions.
6739           Fixes crash on PPC (#334226).
6740
6741 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * ext/gnomevfs/gstgnomevfssrc.c:
6744         (gst_gnome_vfs_src_check_get_range):
6745           gnome_vfs_uri_is_local() alone is not a good indicator
6746           whether we can operate in pull-mode with a specific URI,
6747           as it returns FALSE for file:// URIs that point to an
6748           NFS-mounted path. Be more conservative here: whitelist
6749           local files, blacklist http URIs and use the old
6750           mechanism for anything else (fixes #334216).
6751
6752 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6753
6754         * configure.ac:
6755           back to trunk
6756
6757 === release 0.10.4 ===
6758
6759 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6760
6761         * configure.ac:
6762           releasing 0.10.4, "Power"
6763
6764 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6765
6766         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6767         Disable max-lateness by setting it to -1 for now, so that 
6768         we can bed QoS stuff in thoroughly between now and the next
6769         release.
6770
6771 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         Patch by: Fabrizio Gennari
6774
6775         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6776           Make sure we don't read beyond the palette buffer in case of
6777           broken or manipulated files (#333488)
6778
6779 2006-03-10  Edward Hervey  <edward@fluendo.com>
6780
6781         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6782         Fix for variable not initialized.
6783
6784 2006-03-09  Wim Taymans  <wim@fluendo.com>
6785
6786         * ext/libvisual/visual.c: (gst_visual_get_type),
6787         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6788         (gst_visual_chain):
6789         Small cleanups.
6790
6791         * ext/theora/gsttheoradec.h:
6792         * ext/theora/theoradec.c: (gst_theora_dec_init),
6793         (gst_theora_dec_reset), (_theora_granule_time),
6794         (theora_dec_src_convert), (theora_dec_sink_convert),
6795         (theora_dec_src_query), (theora_dec_src_event),
6796         (theora_dec_sink_event), (theora_handle_comment_packet),
6797         (theora_handle_header_packet), (theora_dec_push),
6798         (theora_handle_data_packet), (theora_dec_chain),
6799         (theora_dec_change_state):
6800         Add simple QoS.
6801
6802 2006-03-09  Wim Taymans  <wim@fluendo.com>
6803
6804         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6805         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6806         Some cleanups.
6807
6808 2006-03-09  Wim Taymans  <wim@fluendo.com>
6809
6810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6811         Don't try to activate NULL chains.
6812
6813 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6816           Fix invalid memory access to region before peek'd data (#332964).
6817
6818 2006-03-09  Wim Taymans  <wim@fluendo.com>
6819
6820         Patch by: Christophe Fergeau
6821
6822         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6823         * ext/pango/gsttextrender.c: (gst_text_render_init):
6824         * gst/adder/gstadder.c: (gst_adder_init):
6825         Don't leak padtemplates, closes #333510.
6826
6827 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6828
6829         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6830           Fix invalid memory access: make sure string passed to
6831           regexec() is NUL-termianted.
6832
6833 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6836         (mp3_type_find):
6837           Refactor mpeg/audio typefinding to make it more maintainable
6838           and easier to fine-tune. Make probing into middle of the file
6839           work properly (fixes #333900, also see #152688).
6840
6841 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         * gst/typefind/gsttypefindfunctions.c:
6844         (utf8_type_find_have_valid_utf8_at_offset):
6845           Remove part from previous commit that was bogus:
6846           g_utf8_validate() does in fact not accept embedded
6847           zeroes, so we don't need to check for those (thanks
6848           to Mike for the hint).
6849
6850 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6851
6852         * gst/typefind/gsttypefindfunctions.c:
6853         (utf8_type_find_count_embedded_zeroes),
6854         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6855           Make plain/text typefinder more conservative: firstly, check
6856           for embedded zeroes, which are perfectly valid UTF-8 characters,
6857           but also a fairly good sign that something is not a plain text
6858           file; secondly, probe into the middle of the file if possible.
6859           If we can't probe into the middle, limit the probability value
6860           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6861
6862 2006-03-08  Michael Smith  <msmith@fluendo.com>
6863
6864         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6865           Make typefind function name for mpeg4 video unique.
6866
6867 2006-03-08  Wim Taymans  <wim@fluendo.com>
6868
6869         * ext/libvisual/visual.c: (gst_visual_init),
6870         (gst_visual_clear_actors), (gst_visual_dispose),
6871         (gst_visual_reset), (gst_visual_src_setcaps),
6872         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6873         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6874         (gst_visual_chain), (gst_visual_change_state):
6875         Cleanups, post nice errors.
6876         Handle sink and src events.
6877         Implement simple QoS.
6878
6879         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6880         Use new basesink methods to configure max-lateness.
6881         Small doc update.
6882
6883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6884         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6885         Debug statement cleanups.
6886
6887         * gst/volume/gstvolume.c: (gst_volume_class_init):
6888         Simple cleanup.
6889
6890 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6893         (gst_text_overlay_init), (gst_text_overlay_set_property),
6894         (gst_text_overlay_get_property):
6895           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6896           as string type properties, but mark them deprecated. Add
6897           'halignment' and 'valignment' properties that use enums
6898           instead of strings.
6899
6900 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6901
6902         Patch by: Fabrizio Gennari
6903
6904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6905           Allow palettes with less than 256 colours in AVI files
6906           (#333488)
6907
6908 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6909
6910         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6911         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6912         pad. We were releasing the queued text buffer when we should keep
6913         it until video pad gets EOS or discard the text buffer because it's
6914         too old. That was eating the last subtitle buffer. Add some more
6915         debug.
6916
6917 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6920         (gst_text_overlay_video_chain):
6921           Fix invalid memory access (we can't access a buffer after it's been
6922           pushed downstream without taking a reference); fix memory leak (if
6923           there's no text to render, bail out before allocating stuff).
6924
6925 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6926
6927         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6928         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6929         * ext/pango/gsttextoverlay.h:
6930           If input is plain text, escape it before passing it to
6931           pango_layout_set_markup().
6932
6933 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6934
6935         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6936           Don't ignore flow return from gst_pad_push().
6937
6938 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         Patch by: Fabrizio Gennari
6941
6942         * ext/libvisual/visual.c: (gst_visual_getcaps),
6943         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6946         (gst_vorbisenc_convert_sink):
6947         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6948         (gst_audio_duration_from_pad_buffer):
6949         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6950         (gst_audio_filter_chain):
6951         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6952         (gst_base_rtp_depayload_setcaps):
6953         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6954         (gst_video_get_size):
6955         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6956           Don't leak references returned by gst_pad_get_parent()
6957           (#333663)
6958
6959 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6960
6961         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6962           change location param details
6963         * gst/volume/gstvolume.c: (plugin_init):
6964           correct plugin description
6965
6966 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6967
6968         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6969         (gst_gnome_vfs_src_check_get_range):
6970           Override GstBaseSrc::check_get_range() in order to avoid opening
6971           the resource just to check whether we can operate in pull-mode or
6972           not - we can predict that pretty well from the URI alone. Should
6973           fix problems with last.fm (#331690). (Requires latest core CVS).
6974
6975 2006-03-06  Wim Taymans  <wim@fluendo.com>
6976
6977         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6978         (gst_video_sink_class_init):
6979         Throw away frames that are later than 20 ms.
6980
6981 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6982
6983         Patch by: Fabrizio Gennari
6984
6985         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6986           Set depth on WMA caps (#333545)
6987
6988 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6989
6990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6991         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6992           put Theora BOS pages before others.  This hardcodes
6993           the Ogg/Theora I profile, but hey.
6994
6995 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6996
6997         * ext/ogg/README:
6998           updated with some examples
6999         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7000         (granulepos_add), (theora_buffer_from_packet):
7001         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7002         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7003         (gst_vorbisenc_chain):
7004           implement strategy from ext/ogg/README
7005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7006         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7007         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7008         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7009           Fix muxer so that oggz-validate is happy with all streams;
7010           except for no eos mark, and the BOS page ordering
7011         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7012         (check_buffer_granulepos):
7013         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7014           update tests to check for OFFSET being set as requested
7015           fixed type of granulepos, it's not a ClockTime
7016
7017 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7018
7019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7020         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7021         Check that the xvimage we are creating has a correct size
7022         before returning it. (#314897)
7023
7024 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7027           Give id3 and ape tag typefinders a rank slightly higher
7028           than PRIMARY to ensure they're always run before any of
7029           the other typefinders (in particular wav and mp3) (#324186).
7030
7031 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7034           Add support for '3IVD' fourcc (#333403).
7035
7036 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7037
7038         * configure.ac:
7039           Bump requirements to GStreamer CVS for the new error enum.
7040
7041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7042           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7043           space left on the device (fixes #333352).
7044
7045 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7046
7047         * win32/vs6:
7048           add a project file for libgstvolume
7049           update the workspace
7050
7051 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7052
7053         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7054         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7055         (GST_START_TEST):
7056           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7057           Set IN_CAPS on header buffers
7058
7059 2006-03-02  Wim Taymans  <wim@fluendo.com>
7060
7061         * docs/plugins/Makefile.am:
7062         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7063         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7064         Add audioresample to docs.
7065
7066         * gst/audioconvert/gstaudioconvert.c:
7067         Add revision date.
7068
7069         * gst/audioresample/gstaudioresample.c:
7070         (gst_audioresample_base_init), (gst_audioresample_class_init),
7071         (gst_audioresample_init), (gst_audioresample_dispose),
7072         (audioresample_get_unit_size), (audioresample_transform_caps),
7073         (resample_set_state_from_caps), (audioresample_transform_size),
7074         (audioresample_set_caps), (audioresample_event),
7075         (audioresample_do_output), (audioresample_transform),
7076         (audioresample_pushthrough), (gst_audioresample_set_property),
7077         (gst_audioresample_get_property), (plugin_init):
7078         * gst/audioresample/gstaudioresample.h:
7079         Added docs.
7080         Small code cleanups.
7081
7082 2006-03-02  Wim Taymans  <wim@fluendo.com>
7083
7084         * docs/plugins/Makefile.am:
7085         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7086         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7087         Added videoscale to docs.
7088
7089         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7090         (gst_video_rate_swap_prev), (gst_video_rate_event),
7091         (gst_video_rate_chain):
7092         Fix typo in docs.
7093
7094         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7095         (gst_video_scale_init), (gst_video_scale_prepare_size),
7096         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7097         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7098         * gst/videoscale/gstvideoscale.h:
7099         Added docs, examples.
7100         Some code cleanups.
7101         Post errors instead of g_warning.
7102
7103 2006-03-02  Wim Taymans  <wim@fluendo.com>
7104
7105         * docs/libs/gst-plugins-base-libs-docs.sgml:
7106         * docs/libs/gst-plugins-base-libs-sections.txt:
7107         * docs/libs/gst-plugins-base-libs.types:
7108         * docs/plugins/Makefile.am:
7109         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7110         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7111         Added some more docs to libs and plugins.
7112
7113         * gst-libs/gst/audio/gstringbuffer.c:
7114         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7115         * gst-libs/gst/audio/gstringbuffer.h:
7116         Document ringbuffer some more.
7117
7118         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7119         (gst_video_rate_setcaps), (gst_video_rate_reset),
7120         (gst_video_rate_init), (gst_video_rate_flush_prev),
7121         (gst_video_rate_swap_prev), (gst_video_rate_event),
7122         (gst_video_rate_chain), (gst_video_rate_change_state):
7123         * gst/videorate/gstvideorate.h:
7124         Fix videorate to use segments.
7125         Make it work with 0/1 framerates (closes #331903)
7126         Handle EOS correctly.
7127         Added docs.
7128
7129 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7132         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7133         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7134           In state change function, first chain up to parent class,
7135           then handle downwards state change stuff. Remove some
7136           commented out cruft from 0.8 code.
7137
7138 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7139
7140         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7141         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7142         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7143         (gst_ogm_parse_chain):
7144           Don't remove/re-add source pad if the new caps are the same as
7145           the old caps anyway (#333042). When removing source pad, don't
7146           unref it afterwards - we didn't ref it when adding. Sprinkle some
7147           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7148           after using gst_pad_get_parent(). Return downstream flow return
7149           value in chain function.
7150
7151 2006-03-02  Wim Taymans  <wim@fluendo.com>
7152
7153         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7154         * docs/plugins/gst-plugins-base-plugins.args:
7155         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7156         * docs/plugins/gst-plugins-base-plugins.interfaces:
7157         * docs/plugins/gst-plugins-base-plugins.signals:
7158         Fix hierarchy, added some more elements to the docs.
7159
7160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7161         (gst_ffmpegcsp_get_type):
7162         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7163         Fix docs for ffmpegcolorspace.
7164
7165 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7166
7167         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7168         (apetag_type_find), (ape_type_find), (plugin_init):
7169           Some typefinding fine-tuning:
7170           - rank ID3/APE tags in order of preference via probabilities, so that
7171             ID3v2 > APEv2 > APEv1 > ID3v1.
7172           - three or four bytes don't really justify MAXIMUM probability,
7173             change those to 'very likely' (musepack and monkeysaudio).
7174
7175 2006-03-01  Wim Taymans  <wim@fluendo.com>
7176
7177         * docs/plugins/Makefile.am:
7178         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7179         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7180         * ext/alsa/gstalsamixer.c:
7181         * ext/alsa/gstalsamixer.h:
7182         * ext/alsa/gstalsamixerelement.c:
7183         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7184         * ext/alsa/gstalsamixerelement.h:
7185         * ext/alsa/gstalsasink.c:
7186         * ext/alsa/gstalsasink.h:
7187         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7188         (gst_alsasrc_init):
7189         * ext/alsa/gstalsasrc.h:
7190         Added alsa docs.
7191         Small code cleanups.
7192
7193 2006-03-01  Wim Taymans  <wim@fluendo.com>
7194
7195         * ext/theora/Makefile.am:
7196         Dist new header too,
7197
7198 2006-03-01  Wim Taymans  <wim@fluendo.com>
7199
7200         * docs/plugins/Makefile.am:
7201         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7202         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7203         * ext/gnomevfs/gstgnomevfssink.h:
7204         * ext/gnomevfs/gstgnomevfssrc.h:
7205         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7206         * ext/vorbis/vorbisdec.h:
7207         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7208         * ext/vorbis/vorbisenc.h:
7209         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7210         (vorbis_parse_chain), (vorbis_parse_change_state):
7211         * ext/vorbis/vorbisparse.h:
7212         * gst/audioconvert/gstaudioconvert.h:
7213         * gst/tcp/gsttcpserversink.h:
7214         * gst/videotestsrc/gstvideotestsrc.c:
7215         * gst/videotestsrc/gstvideotestsrc.h:
7216         * gst/volume/gstvolume.c:
7217         * gst/volume/gstvolume.h:
7218         Fix some more docs.
7219         Added docs for vorbisdec and vorbisparse.
7220         Fix vorbisparse.
7221
7222 2006-03-01  Wim Taymans  <wim@fluendo.com>
7223
7224         * docs/plugins/Makefile.am:
7225         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7226         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7227         * ext/pango/gstclockoverlay.h:
7228         * ext/pango/gsttextoverlay.h:
7229         * ext/pango/gsttextrender.h:
7230         * ext/pango/gsttimeoverlay.h:
7231         * ext/theora/gsttheoradec.h:
7232         * ext/theora/gsttheoraenc.h:
7233         * ext/theora/theoradec.c:
7234         * ext/theora/theoraenc.c:
7235         * gst/audioconvert/gstaudioconvert.h:
7236         * gst/audiotestsrc/gstaudiotestsrc.h:
7237         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7238         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7239         * gst/tcp/gstmultifdsink.h:
7240         Updated/added documentation.
7241
7242         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7243         (gst_text_overlay_halign_get_type),
7244         (gst_text_overlay_wrap_mode_get_type),
7245         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7246         (gst_text_overlay_init), (gst_text_overlay_set_property),
7247         (gst_text_overlay_get_property):
7248         Fix up properties to be enums instead of string to make bindings,
7249         introspection and automatic GUI creation possible.
7250         Add getters for the properties.
7251
7252 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7253
7254         * gst/audiotestsrc/gstaudiotestsrc.c:
7255           added defines of M_PI and M_PI_2
7256         * gst/ffmpegcolorspace/avcodec.h:
7257           removed #include "stdint.h" for win32 as _stdint.h is 
7258           autogenerated to win32/common
7259         * win32/common/libgstaudio.def:
7260         * win32/common/libgsttag.def:
7261           added some exports
7262         * win32/vs6:
7263           some project files bugs corrected
7264         * win32/vs7:
7265           project files are reset to the default vs7 configuration 
7266           (they link to msvcr71.dll using default optimizations)
7267           
7268 2006-02-28  Wim Taymans  <wim@fluendo.com>
7269
7270         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7271         Fix some docs.
7272
7273 2006-02-28  Edward Hervey  <edward@fluendo.com>
7274
7275         * ext/alsa/gstalsasrc.c:
7276         Set proper class on the ElementDetails:
7277         Source/Audio instead of Src/Audio/
7278
7279 2006-02-28  Edward Hervey  <edward@fluendo.com>
7280
7281         * gst/videoscale/vs_scanline.c:
7282         (vs_scanline_resample_nearest_RGBA):
7283         Revert optimization in videoscale. It should go in liboil and have
7284         an appropriate liboil function.
7285
7286 2006-02-28  Wim Taymans  <wim@fluendo.com>
7287
7288         * gst-libs/gst/audio/gstbaseaudiosink.c:
7289         (gst_base_audio_sink_provide_clock):
7290         Don't try to provide a clock in the NULL state.
7291
7292 2006-02-28  Wim Taymans  <wim@fluendo.com>
7293
7294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7295         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7296         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7297         (gst_ogg_demux_deactivate_current_chain),
7298         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7299         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7300         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7301         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7302         Use GstSegment infrastructure to remove duplicated code
7303         and handle more seek cases correctly.
7304
7305 2006-02-28  Wim Taymans  <wim@fluendo.com>
7306
7307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7308         (gst_ffmpegcsp_transform):
7309         Don't ignore return code from ffmpeg convert function.
7310
7311         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7312         Split out some long statements to ease debugging.
7313
7314 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7315
7316         * ext/libvisual/visual.c: (gst_visual_init),
7317         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7318         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7319         being able to renegotiate the size. Instead, use the negotiation
7320         algorithm from the goom plugin to pick an initial output caps. 
7321
7322         Also, allow theoretical libvisual plugins that might support non-GL 
7323         output even if they also do GL.
7324
7325 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7326
7327         * ext/libvisual/visual.c: (gst_visual_init),
7328         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7329         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7330         possible negotiation issues.
7331
7332 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7333
7334         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7335
7336 2006-02-24  Michael Smith  <msmith@fluendo.com>
7337
7338         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7339         (cmml_type_find), (plugin_init):
7340           Fix CMML type find function to not require a specific minor version
7341           of the CMML header.
7342
7343           Add an MPEG4 video elementary stream typefind function.
7344
7345 2006-02-04  Michael Smith  <msmith@fluendo.com>
7346
7347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7348         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7349         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7350         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7351         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7352         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7353           Annodex support in ogg demuxer. Doesn't do very much without the
7354           other annodex patches (to come).
7355
7356 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7357
7358         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7359
7360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7361           Pick up palette for MS video v1 (#327028)
7362
7363 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7366         (gst_ffmpegcsp_caps_remove_format_info),
7367         (gst_ffmpegcsp_get_unit_size):
7368           The 'palette_data' field from incoming RGB caps shouldn't be
7369           proxied on outgoing YUV caps; also, restrict unit size
7370           adjustment in case of paletted data only to the unit that
7371           actually has a palette. Fixes #330711.
7372
7373 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7374
7375         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7376         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7377         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7378         (gst_ffmpegcsp_get_unit_size):
7379           Plug some memory leaks.
7380
7381 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7382
7383         * sys/ximage/Makefile.am:
7384         * sys/xvimage/Makefile.am:
7385           Add some _CFLAGS and _LIBS that seem to be missing
7386           and/or required for Cygwin (see #317048).
7387
7388 2006-02-22  Wim Taymans  <wim@fluendo.com>
7389
7390         * ext/alsa/gstalsasrc.c:
7391         Fix description as pointed out by caugier.
7392
7393 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7394
7395         Reviewed by : Edward Hervey  <edward@fluendo.com>
7396
7397         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7398         (qt_type_find):
7399         Better 3gp typefinding (#331526).
7400
7401 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7404           Don't send EOS event here, the base class will send one for us.
7405
7406         * gst/playback/gstplaybasebin.c: (prepare_output):
7407           Subpictures without video stream aren't allowed either.
7408         
7409         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7410           Fix debug statement copy'n'paste-o.
7411
7412 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7413
7414         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7415           Fix issues with mixer keeping state when muting/unmuting
7416           and when changing the volume whilst muted (see #331763
7417           and #331765).
7418
7419 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7422         (parse_subrip), (gst_sub_parse_format_autodetect):
7423           Set right caps given that we send escaped text. Also,
7424           honour <i></i>, <b></b> and <u></u> markers that can be found
7425           in .srt files (fixes #310202).
7426
7427 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7428
7429         * gst-libs/gst/audio/mixerutils.c:
7430         (element_factory_rank_compare_func):
7431           Make order in which elements are tried more determinable.
7432
7433 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7434
7435         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7436         (remove_element_chain), (cleanup_decodebin),
7437         (gst_decode_bin_change_state): Make decodebin reusable by
7438         fixing remove_element_chain first and then introduce a
7439         cleaner in state change to ->NULL. (Closes #331678)
7440
7441 2006-02-19  Wim Taymans  <wim@fluendo.com>
7442
7443         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7444         use 0666 mask when creating files so umask gets applied
7445         correctly. Fixes #331295.
7446
7447 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * gst/subparse/Makefile.am:
7450         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7451         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7452         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7453         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7454         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7455         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7456         * gst/subparse/gstssaparse.h:
7457         * gst/subparse/gstsubparse.c: (plugin_init):
7458           Add very basic parser for SSA subtitle streams (as often
7459           found in matroska files).
7460
7461 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7464           That should be text/x-pango-markup, not text/x-pango-layout.
7465
7466 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7467
7468         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7469         Polishing.
7470
7471 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7472
7473         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7474         (gst_text_overlay_finalize), (gst_text_overlay_init),
7475         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7476         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7477         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7478         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7479         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7480         Fix state change deadlock.
7481
7482 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7483
7484         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7485         (gst_text_overlay_finalize), (gst_text_overlay_init),
7486         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7487         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7488         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7489         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7490         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7491         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7492         and subtitles files.
7493
7494 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7495
7496         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7497         should be considered as raw.
7498
7499 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7500
7501         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7502         (cb_probe):
7503         * gst/playback/gststreaminfo.h: Introduce language informations.
7504
7505 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7506
7507         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7508         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7509         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7510         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7511         Set shared memory segments to be deleted as soon as we have attached,
7512         that way they get cleaned up automatically if we crash.
7513
7514 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7515
7516         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7517         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7518         functions are called with lock held.
7519
7520 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7521
7522         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7523         (gst_text_overlay_finalize), (gst_text_overlay_init),
7524         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7525         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7526         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7527         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7528         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7529         (gst_text_overlay_change_state): Refactoring of textoverlay
7530         without collectpads. This now supports sparse subtitles coming
7531         from a demuxer instead of a sub file. Seeking is still broken 
7532         though. Need to discuss with wtay some more on how to handle
7533         seeking correctly.
7534         * ext/pango/gsttextoverlay.h:
7535         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7536         subtitles coming from the demuxer.
7537
7538 2006-02-17  Wim Taymans  <wim@fluendo.com>
7539
7540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7541         (gst_vorbisenc_convert_sink):
7542         Use some more scaling functions.
7543
7544 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7545
7546         * ext/cdparanoia/gstcdparanoiasrc.c:
7547         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7548         (gst_cd_paranoia_paranoia_callback),
7549         (gst_cd_paranoia_src_signal_is_being_watched),
7550         (gst_cd_paranoia_src_read_sector):
7551         * ext/cdparanoia/gstcdparanoiasrc.h:
7552           Add back 'transport-error' and 'uncorrected-error' signals and
7553           make them actually be fired when bad stuff happens (#319340).
7554
7555 2006-02-17  Wim Taymans  <wim@fluendo.com>
7556
7557         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7558         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7559         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7560         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7561         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7562         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7563         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7564         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7565         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7566         (gst_ring_buffer_clear):
7567         Small cleanups.
7568         Added some G_LIKELY.
7569
7570 2006-02-17  Wim Taymans  <wim@fluendo.com>
7571
7572         * gst-libs/gst/audio/TODO:
7573         Update TODO
7574
7575         * gst-libs/gst/audio/gstbaseaudiosink.c:
7576         (gst_base_audio_sink_get_offset):
7577         When trying to play samples ASAP and we don't have a
7578         previous sample, try to play at position 0 instead of
7579         an invalid position.
7580
7581 2006-02-17  Wim Taymans  <wim@fluendo.com>
7582
7583         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7584         (gst_alsasink_reset):
7585         Also release lock when we get an error in _reset();
7586         fix an error message.
7587
7588 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7591         (gst_alsasink_init), (get_channel_free_structure),
7592         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7593         (gst_alsasink_close):
7594         * ext/alsa/gstalsasink.h:
7595           Add support for more than 2 channels (#326720).
7596
7597 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7598
7599         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7600           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7601           with 4 or 6 channels, assume a default channel layout to make things
7602           work (not sure there's anything else we can do in those cases).
7603
7604 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7605
7606         * gst-libs/gst/audio/multichannel.c:
7607           Minor docs fix.
7608
7609         * gst-libs/gst/riff/Makefile.am:
7610         * gst-libs/gst/riff/riff-ids.h:
7611         * gst-libs/gst/riff/riff-media.c:
7612         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7613           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7614           channels and a channel layout map.
7615           
7616 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7617
7618         Reviewed by Edward Hervey  <edward@fluendo.com>
7619
7620         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7621         C-level optimization of the RGBA nearest neighbour function.
7622         Eventually this might end up in liboil with vectorized versions.
7623
7624 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7625
7626         * gst-libs/gst/audio/multichannel.c:
7627         (gst_audio_get_channel_positions):
7628           When we have more than 2 channels, but no channel layout is
7629           specified in the caps, return some default channel layout
7630           to the caller and warn about about a possibly buggy element
7631           (could be buggy filtercaps as well of course) (#317038).
7632
7633 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7634
7635         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7636           Add gst-libs/gst/cdda to list of lib search paths.
7637
7638 2006-02-15  Andy Wingo  <wingo@pobox.com>
7639
7640         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7641         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7642         to the Lord Jesus that I do not have to touch the ogg muxer ever
7643         again.
7644
7645 2006-02-15  Edward Hervey  <edward@fluendo.com>
7646
7647         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7648         quicktime movie files can also contain 'uuid' atoms.
7649
7650 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7651
7652         * gst/audioconvert/plugin.c: (plugin_init):
7653           Register the GstAudioChannelPosition enum type with the type
7654           system in the plugin_init function, so that it is known before
7655           any element actually makes use of multi-channel stuff. This is
7656           required for example if one wants to be able to deserialise/use
7657           a caps string with channel positions before any pipeline has
7658           been setup and started, like with gst-launch.
7659
7660 2006-02-14  Wim Taymans  <wim@fluendo.com>
7661
7662         * gst-libs/gst/audio/gstringbuffer.c:
7663         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7664         (gst_ring_buffer_samples_done), (wait_segment),
7665         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7666         Add some compiler G_(UN_)LIKELY help.
7667         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7668         make sure they can exit their functions. Should fix #330748
7669
7670 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7671
7672         * Makefile.am:
7673         * configure.ac:
7674         * win32/MANIFEST:
7675         * win32/common/_stdint.h:
7676           Windows does not have long long; copy the generated _stdint.h
7677         * win32/common/interfaces-enumtypes.c:
7678         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7679         (gst_mixer_track_flags_get_type),
7680         (gst_tuner_channel_flags_get_type):
7681         * win32/common/multichannel-enumtypes.c:
7682         (gst_audio_channel_position_get_type):
7683           update
7684
7685 2006-02-13  Wim Taymans  <wim@fluendo.com>
7686
7687         * gst-libs/gst/audio/gstbaseaudiosink.c:
7688         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7689         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7690         Always sync on first sample we receive when starting.
7691
7692 2006-02-13  Wim Taymans  <wim@fluendo.com>
7693
7694         * gst/playback/gstplaybin.c: (gen_vis_element):
7695         Update vis bin docs.
7696         Move queue after tee so we don't queue video buffers but
7697         audio samples instead. Fixes problems where the video queue
7698         is filled and the audio queue empty.
7699
7700 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7703           No need to push an EOS event here, GstBaseSrc will do that for us
7704           when we return FLOW_UNEXPECTED.
7705           
7706 2006-02-12  Wim Taymans  <wim@fluendo.com>
7707
7708         * gst-libs/gst/audio/gstbaseaudiosink.c:
7709         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7710         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7711         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7712         Use scale functions when possible.
7713         Fix error messages.
7714         Free clockid when after waiting for EOS.
7715         Use G_(UN_)LIKLY when it makes sense.
7716         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7717
7718 2006-02-12  Edward Hervey  <edward@fluendo.com>
7719
7720         * gst/playback/gstplaybasebin.c: (prepare_output): 
7721         Remove stray semi-colon (fixes #330888).
7722
7723 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7724
7725         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7727         Fix up the XShm call testing so that we catch errors, and don't
7728         cause new ones by attempting to detach from a segment we failed
7729         to attach to. Fixes #312439.
7730
7731 2006-02-10  Edward Hervey  <edward@fluendo.com>
7732
7733         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7734         Added flv file typefind (video/x-flv).
7735
7736 2006-02-10  Edward Hervey  <edward@fluendo.com>
7737
7738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7739         (gst_riff_create_video_template_caps):
7740         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7741         Also added the caps to the default set of riff video caps.
7742
7743 2006-02-09  Andy Wingo  <wingo@pobox.com>
7744
7745         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7746         time and the end time of the last packet in the page.
7747         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7748         on the pages in our queue, set the duration as well. Reflow a
7749         debug statement.
7750         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7751         Fixes bad muxing order.
7752
7753 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7754
7755         * gst-libs/gst/rtp/gstbasertppayload.c:
7756         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7757           update seqnum before setting it on the packet; this makes sure
7758           that the timestamp and seqnum properties match after pushing
7759           a buffer
7760
7761 2006-02-09  Andy Wingo  <wingo@pobox.com>
7762
7763         * gst-libs/gst/audio/gstringbuffer.c
7764         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7765         overflow after 13.5 hours of recording. Kapow!
7766
7767         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7768         the buffer size -- we don't care about underrun/overrun reporting
7769         right now, just need to return a useful value.
7770
7771 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7772
7773         * configure.ac:
7774           Back to CVS
7775
7776 === release 0.10.3 ===
7777
7778 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7779
7780         * configure.ac:
7781           releasing 0.10.3, "Under Pressure"
7782
7783 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7784
7785         * configure.ac:
7786         Drat. Bump libtool version number for new API.
7787         Prelease 0.10.2.3 (of 0.10.3)
7788
7789 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7790
7791         * configure.ac:
7792         * win32/common/config.h:
7793         0.10.2.2 prerelease (of 0.10.3).
7794
7795 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7796
7797         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7798           Revert Andy's newsegment change pending a more correct
7799           fix.
7800
7801 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7802
7803         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7804         (qt_type_find), (plugin_init):
7805           detect more files as 3gp
7806           group and reorder the iso file formats
7807
7808 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7809
7810         * ext/vorbis/vorbis.c: (plugin_init):
7811           Register musicbrainz tags, so apps don't have to.
7812
7813 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7814
7815         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7816         (gst_tag_to_vorbis_tag):
7817           Make sure we called gst_tag_register_musicbrainz_tags()
7818           before possibly mapping a vorbiscomment string from/to a
7819           musicbrainz tag.
7820
7821 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7824           In case we can't find the required number of consecutive
7825           mpeg audio frames to positively identify an MPEG audio
7826           stream, check if there's at least a valid mpeg audio
7827           frame right at offset 0 and if so suggest mpeg/audio
7828           caps with a very low probability (#153004).
7829
7830 2006-02-07  Andy Wingo  <wingo@pobox.com>
7831
7832         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7833         a TIME segment if we get timestamped buffers. Requires recent
7834         fixes in core to work properly.
7835
7836 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7837
7838         * gst/playback/gstplaybasebin.c: (prepare_output):
7839           Don't print the URI as part of the error message, it
7840           makes error dialogs look rather ugly, especially if
7841           the URI is very long or has characters in it that
7842           need escaping.
7843
7844 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7845
7846         * gst/playback/gstplaybasebin.c: (prepare_output):
7847           Error out if we have only text or subtitles, but nothing
7848           else. Also error out if we have subtitles but no video
7849           stream.
7850
7851 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7852
7853         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7854           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7855           Post an error message on the bus when we encounter an
7856           error, which will hopefully be more meaningful than the
7857           'Internal Flow Error' message users get to see if we
7858           just return GST_FLOW_ERROR.
7859
7860 2006-02-07  Andy Wingo  <wingo@pobox.com>
7861
7862         * configure.ac (GST_MAJORMINOR): Update core version req to
7863         0.10.2.2, for the collectpads API addition (#330244).
7864
7865 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7866
7867         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7868           Return FALSE from plugin_init() when GnomeVFS can't
7869           be initialised for some reason (#328423).
7870
7871 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7872
7873         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7874         Stick to seeking theory until i find the bug.
7875         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7876
7877 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7878
7879         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7880         (theora_enc_finalize), (theora_enc_sink_setcaps),
7881         (theora_set_header_on_caps), (theora_enc_chain),
7882         (theora_enc_change_state):
7883         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7884           Make theoraenc and the tests leak free. Like, really.
7885
7886 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7887
7888         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7889         (theora_enc_finalize), (theora_enc_sink_setcaps):
7890           Add a finalize method to ensure we clean up state even if
7891           someone omitted the state change back to NULL.
7892
7893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7894         (gst_vorbisenc_chain):
7895           Free some more leaked bits.
7896
7897         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7898         (stop_pipeline):
7899           Wait for state changes to happen if they're ASYNC.
7900
7901           This ought to teach those fancy pants buildbots a lesson.
7902
7903 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7904
7905         * gst-libs/gst/tag/gstid3tag.c:
7906           Add mapping for ID3 International Standard Recording Code
7907           tag "TSRC"
7908
7909 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7910
7911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7912           Don't leak tag names.
7913
7914 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7915
7916         * docs/libs/gst-plugins-base-libs-docs.sgml:
7917         * docs/libs/gst-plugins-base-libs-sections.txt:
7918         * gst-libs/gst/tag/gstid3tag.c:
7919         * gst-libs/gst/tag/gstvorbistag.c:
7920         * gst-libs/gst/tag/tags.c:
7921           Split libgsttag docs into multiple sections.
7922
7923 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7924
7925         * docs/libs/Makefile.am:
7926         * docs/libs/gst-plugins-base-libs-docs.sgml:
7927         * docs/libs/gst-plugins-base-libs-sections.txt:
7928         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7929         * gst-libs/gst/tag/gstvorbistag.c:
7930         * gst-libs/gst/tag/tag.h:
7931         * gst-libs/gst/tag/tags.c:
7932           Add libgsttag to the docs.
7933
7934 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7935
7936         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7937         (gst_text_overlay_init), (gst_text_overlay_src_event),
7938         (gst_text_overlay_collected): Fix clockoverlay.
7939
7940 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7941
7942         * docs/libs/compiling.sgml:
7943           Fix typo: it's pkg-config, not pkg-gconfig
7944
7945         * docs/libs/gst-plugins-base-libs-docs.sgml:
7946         * docs/libs/gst-plugins-base-libs-sections.txt:
7947         * docs/libs/tmpl/gstgconf.sgml:
7948           There is no libgstgconf in 0.10, remove it
7949           from the docs.
7950
7951 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7952
7953         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7954         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7955         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7956         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7957         (gst_sub_parse_class_init), (gst_sub_parse_init),
7958         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7959         (parse_mpsub), (parser_state_init), (handle_buffer),
7960         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7961         * gst/subparse/gstsubparse.h: Introduce seeking code.
7962
7963 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7964
7965         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7966           Add comment about LANGUAGE tag inconsistency (we want
7967           ISO-639-1, but extract three-letter identifiers?)
7968
7969         * po/POTFILES.in:
7970           Add two translatable files.
7971
7972 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7973
7974         * gst-libs/gst/tag/Makefile.am:
7975         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7976         * gst-libs/gst/tag/tag.h:
7977         * gst-libs/gst/tag/tags.c:
7978         (gst_tag_register_musicbrainz_tags_internal),
7979         (gst_tag_register_musicbrainz_tags):
7980           Forward-port some tags stuff from the 0.8 branch. This is
7981           mostly the addition of musicbrainz tags and their mapping
7982           to vorbistags, and a vorbistag mapping of the language tag.
7983
7984 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7985
7986         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7987         refactoring.
7988
7989 2006-02-04  David Schleef  <ds@schleef.org>
7990
7991         * ext/ogg/gstoggmux.c:
7992         * gst/typefind/gsttypefindfunctions.c:
7993           Add Dirac typefinding and add dirac format to oggmux.
7994
7995 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7996
7997         * gst/playback/gstdecodebin.c: (try_to_link_1):
7998           Don't put essential function call into
7999           g_return_*() macro, otherwise it'll all be
8000           replaced by NOOPs when compiling with
8001           G_DISABLE_CHECKS defined.
8002
8003 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8004
8005         * ext/ogg/gstoggdemux.c:
8006         * ext/ogg/gstoggparse.c:
8007         * gst/tcp/gsttcpserversink.c:
8008         * sys/v4l/v4lsrc_calls.c:
8009         * sys/v4l/v4lsrc_calls.h:
8010         Just make it compile with --disable-gst-debug.
8011
8012 2006-02-03  Wim Taymans  <wim@fluendo.com>
8013
8014         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8015         (gst_alsasink_class_init), (gst_alsasink_init),
8016         (gst_alsasink_write), (gst_alsasink_reset):
8017         * ext/alsa/gstalsasink.h:
8018         Add lock to protect alsa calls.
8019         Implement reset to flush samples ASAP, does not work
8020         with dmix though.
8021
8022 2006-02-02  Wim Taymans  <wim@fluendo.com>
8023
8024         * gst-libs/gst/audio/gstbaseaudiosink.c:
8025         (gst_base_audio_sink_provide_clock):
8026         Ugh.. getting late I guess...
8027
8028 2006-02-02  Wim Taymans  <wim@fluendo.com>
8029
8030         * gst-libs/gst/audio/gstbaseaudiosink.c:
8031         (gst_base_audio_sink_provide_clock),
8032         (gst_base_audio_sink_set_property),
8033         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8034         Don't try to provide a clock when we are not negotiated since
8035         we might not be able to make it run.
8036
8037 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8038
8039         * gst/playback/gstdecodebin.c: (try_to_link_1):
8040           Unlinking two source pads is ... hard.
8041
8042 2006-02-02  Wim Taymans  <wim@fluendo.com>
8043
8044         * gst-libs/gst/audio/TODO:
8045         Updated.
8046
8047         * gst-libs/gst/audio/gstbaseaudiosink.c:
8048         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8049         On EOS, wait till the last sample is played before posting EOS.
8050
8051 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8052
8053         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8054           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8055           setting queue_delay to zero. Also avoid thread being started if
8056           queue_delay is zero.
8057
8058 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8059
8060         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8061           Make test work again by connecting fakesinks to each decoded pad,
8062           which makes the pipeline wait until each fakesink has a buffer
8063           queued before going to PAUSED state. At that point we know the
8064           decodebin pads are negotiated.
8065
8066 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8067
8068         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8069         (gst_cdda_base_src_handle_event):
8070         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8071           Pass unhandled queries to the parent class's query function.
8072
8073 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8076         (gst_ogg_pad_src_query):
8077         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8078         * ext/theora/theoradec.c: (theora_dec_src_query),
8079         (theora_dec_sink_query):
8080         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8081         (vorbis_dec_sink_query):
8082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8083         (gst_vorbisenc_sink_query):
8084         * gst/adder/gstadder.c: (gst_adder_query):
8085           Pass unhandled queries upstream instead of just
8086           dropping them (#326447). Also, fix supported
8087           query types list for some elements.
8088
8089 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8092         (paris_type_find), (ilbc_type_find), (plugin_init):
8093           Fix typefinding for audio/x-au, audio/x-paris and
8094           audio/iLBC-sh. We cannot use the START_WITH macros
8095           here, because there can only be one typefind factory
8096           with the same name (caps), so the second one would
8097           replace the first one and the first one would never
8098           be called when doing typefinding (see #161712).
8099           
8100
8101 2006-01-31  Wim Taymans  <wim@fluendo.com>
8102
8103         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8104         (vorbis_handle_header_packet), (vorbis_dec_push),
8105         (vorbis_handle_data_packet):
8106         Use scale_int when we can, add some more scaling.
8107         Check packettype before parsing it.
8108
8109 2006-01-31  Wim Taymans  <wim@fluendo.com>
8110
8111         * ext/theora/theoradec.c: (_theora_granule_time),
8112         (theora_dec_src_convert), (theora_dec_sink_convert):
8113         Call right _scale functions.
8114         Use parameter instead of some other random value.
8115
8116 2006-01-31  Wim Taymans  <wim@fluendo.com>
8117
8118         * ext/theora/theoradec.c: (_theora_granule_frame),
8119         (_theora_granule_time), (_inc_granulepos),
8120         (theora_dec_src_convert), (theora_dec_sink_convert),
8121         (theora_handle_type_packet), (theora_handle_data_packet),
8122         (theora_dec_chain):
8123         Use higher precision timestamps calculation.
8124         Convert some other conversions to _scale.
8125
8126 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8127
8128         * gst/audiotestsrc/gstaudiotestsrc.c:
8129         (gst_audio_test_src_create_sine_table), (plugin_init):
8130         * gst/volume/gstvolume.c: (plugin_init):
8131           initialize gst_controller before using
8132
8133 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8134
8135         * tests/check/pipelines/theoraenc.c:
8136         * tests/check/pipelines/vorbisenc.c:
8137         Define constant using G_GINT64_CONSTANT to avoid errors when
8138         passing it around - otherwise it gets truncated to 32 bits.
8139
8140         Fixes failing tests.
8141
8142 2006-01-31  Andy Wingo  <wingo@pobox.com>
8143
8144         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8145         caps being set doesn't have a framerate value. Basically a stopgap
8146         measure.
8147
8148         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8149         technically correct enough to put into core though.
8150         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8151         DURATION. Fixes theoraenc ! oggmux.
8152
8153         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8154         fraction, not double.
8155
8156 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8157
8158         * win32/vs7:
8159         add vs7 project files created by Sergey Scobich
8160
8161 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8162
8163         * win32/vs8:
8164         add vs8 project files created by Sergey Scobich
8165         
8166 2006-01-30  Andy Wingo  <wingo@pobox.com>
8167
8168         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8169         timestamp + duration, not just timestamp -- ogg pages should be
8170         ordered by stop time. Necessary fix given the change in vorbis
8171         timestamps.
8172
8173         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8174         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8175         (granulepos_add): New function, handles the messiness of adjusting
8176         granulepos values.
8177         (theora_buffer_from_packet):
8178         (theora_enc_chain):
8179         (theora_enc_sink_event): Use granulepos_add, not +.
8180
8181         * tests/check/pipelines/theoraenc.c
8182         (check_buffer_granulepos_from_starttime): Just check the frame
8183         count, not the actual granulepos -- we can't dictate to the
8184         encoder when it should be placing keyframes.
8185
8186 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8187
8188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8189           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8190           play an http:// stream from a server that's not serving
8191
8192 2006-01-30  Andy Wingo  <wingo@pobox.com>
8193
8194         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8195         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8196         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8197         available.
8198
8199         * ext/theora/gsttheoraenc.h:
8200         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8201         although theoraenc was timestamping correctly. Added handling of
8202         streams that start with nonzero timestamps.
8203
8204         * tests/check/Makefile.am:
8205         * tests/check/pipelines/theoraenc.c: New file, basically does same
8206         tests as vorbisenc.
8207
8208         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8209
8210 2006-01-30  Wim Taymans  <wim@fluendo.com>
8211
8212         * gst-libs/gst/audio/gstaudiosink.c:
8213         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8214         (gst_audioringbuffer_pause):
8215         Implement pause that does not wait for completion.
8216
8217         * gst-libs/gst/audio/gstbaseaudiosink.c:
8218         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8219         Don't drop buffers when going to PAUSED but perform preroll on
8220         remaining samples now that core base class supports this.
8221
8222         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8223         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8224         (gst_ring_buffer_commit):
8225         Pause should not signal waiters.
8226         Implement return value of _commit correctly.
8227
8228 2006-01-30  Andy Wingo  <wingo@pobox.com>
8229
8230         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8231
8232         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8233         updated to timestamp from the first sample, not the last.
8234         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8235         special care of granulepos and timestamp for header packets.
8236         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8237         when the first buffer has a nonzero timestamp.
8238
8239         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8240         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8241         case when the first audio buffer we get has a nonzero timestamp.
8242         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8243         properly timestamp vorbis buffers with the time of the first
8244         sample, not the last.
8245         
8246         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8247         vorbis_granule_time_copy -- now it takes the granule/subgranule
8248         offset into account.
8249
8250         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8251         timestamps, durations, and granulepos on buffers produced by
8252         vorbisenc.
8253
8254 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8255
8256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8257         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8258           Patch from Eric Jonas to support conversions to/from UYVY 
8259           (Fixes: #324626)
8260
8261 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8262
8263         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8264         (setup_subtitle), (setup_source), (set_active_source):
8265         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8266         (gen_text_element), (gen_audio_element), (gen_vis_element),
8267         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8268
8269 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8270
8271         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8272         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8273                 use gst_guint64_to_gdouble to be compliant with vs6
8274         * gst/playback/gstdecodebin.c: (try_to_link_1)
8275         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8276                 use G_GINT64_CONSTANT for int64 constants
8277         * win32/common/libgstinterfaces.def:
8278                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8279         * win32/vs6:
8280                 update and add new project files
8281                 
8282 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8283
8284         * Makefile.am:
8285         * win32/MANIFEST:
8286         * win32/common/interfaces-enumtypes.c:
8287         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8288         (gst_mixer_track_flags_get_type),
8289         (gst_tuner_channel_flags_get_type):
8290         * win32/common/interfaces-enumtypes.h:
8291         * win32/common/multichannel-enumtypes.c:
8292         (gst_audio_channel_position_get_type):
8293         * win32/common/multichannel-enumtypes.h:
8294           add a win32-update rule like in core, and copy over enumtypes files
8295
8296 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8297
8298         * win32/MANIFEST:
8299         * win32/common/config.h:
8300         * win32/common/config.h.in:
8301           add config files just like in core
8302
8303 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8304
8305         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8306           Make gcc-4.1 happy (part of #327357).
8307
8308 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8309
8310         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8311         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8312         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8313         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8314         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8315         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8316           Update all error messages.  All of them should either use
8317           the default translated message, or actually provide a
8318           translatable string.
8319           Make the string for channel count problems meaningful.
8320
8321 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8322
8323         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8324           check for and throw RESOURCE_BUSY
8325
8326 2006-01-27  David Schleef  <ds@schleef.org>
8327
8328         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8329           checked in this change -- it requires liboil features not
8330           in 0.3.6.  Revert parts.
8331
8332 2006-01-27  David Schleef  <ds@schleef.org>
8333
8334         * REQUIREMENTS:
8335         * configure.ac: update liboil requirement to 0.3.6
8336         * gst/videoscale/Makefile.am:
8337         * gst/videoscale/vs_scanline.c: liboilify
8338
8339 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8340
8341         * ext/libvisual/visual.c: (get_buffer):
8342           When pad_alloc returns a GstFlowReturn other
8343           than GST_FLOW_OK, make sure it is passed upstream.
8344
8345 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8346
8347         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8348         (gst_alsasink_class_init):
8349           Free the device name string.
8350
8351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8352         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8353         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8354           Don't remove a pad from the collectpads structure until it
8355           is released - it's a request pad, and may receive data again
8356           if the element gets moved back to PLAYING state.
8357
8358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8359           Ensure we turn on double buffering on the Xv port, and
8360           set the colour key to something dark and mysterious that
8361           isn't black.
8362
8363 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8364
8365         * ext/alsa/gstalsaplugin.c: (plugin_init):
8366         * ext/cdparanoia/gstcdparanoiasrc.c:
8367         (gst_cd_paranoia_src_base_init), (plugin_init):
8368         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8370           - a library should not call setlocale. see "Libraries" node in
8371             gettext manual
8372           - make sure all plugins that use translation do bindtextdomain
8373             to point to the localedir
8374         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8375         (setup_sinks), (plugin_init):
8376           all this, and check for NULL when creating sinks
8377
8378 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8379
8380         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8381         (plugin_init): Make typefinding of subtitles work again.
8382
8383 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8384
8385         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8386         (mp3_type_frame_length_from_header), (mp3_type_find),
8387         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8388         (plugin_init):
8389           Backport a bunch of typefinding fixes from the 0.8 branch.
8390           Also, improve wavpack typefinding: if we can't peek the
8391           entire wavpack block, try to parse the bits we can get and
8392           see if we find what we're looking for in those.
8393
8394 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8395
8396         * sys/ximage/ximagesink.c:
8397         (gst_ximagesink_calculate_pixel_aspect_ratio):
8398         * sys/xvimage/xvimagesink.c:
8399         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8400         more cases of pixel aspect ratio.
8401
8402 2006-01-26  Edward Hervey  <edward@fluendo.com>
8403
8404         * gst/playback/gstdecodebin.c: (pad_probe):
8405         Also consider the flush-start and tag events as unblockers
8406         for the pad probes.
8407
8408 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8409
8410         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8411         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8412         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8413         On the fly visualisation switch, works disabling, enabling as
8414         well but it won't be able to enable vis in a playbin that was
8415         created with no visualisation.
8416
8417 2006-01-25  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst-libs/gst/audio/gstbaseaudiosink.c:
8420         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8421         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8422         resume after pause.
8423
8424 2006-01-25  Wim Taymans  <wim@fluendo.com>
8425
8426         * gst-libs/gst/audio/gstbaseaudiosink.c:
8427         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8428         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8429         Improve debugging.
8430         Post error when caps cannot be parsed.
8431         Resync on discontinuity in the stream.
8432         Clip samples to segment boundaries.
8433         return WRONG_STATE sooner when we are flushing.
8434
8435         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8436         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8437         Make audiosrc operate in TIME.
8438         Set TIMESTAMP and DURATION on buffers.
8439
8440 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8441
8442         * tests/examples/seek/seek.c: (main):
8443           Output tag messages as well.
8444
8445 2006-01-23  Edward Hervey  <edward@fluendo.com>
8446
8447         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8448         (free_pad_probes), (remove_fakesink), (pad_probe),
8449         (close_pad_link), (gst_decode_bin_change_state):
8450         Replace GstPadBlockCallback with pad probes that detect
8451         first buffer AND eos before removing fakesink.
8452         Fixes hang with demuxers doing EOS while pre-rolling.
8453         Solves #328279
8454
8455 2006-01-23  Andy Wingo  <wingo@pobox.com>
8456
8457         * ext/alsa/gstalsasink.c:
8458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8459         (gst_base_rtp_depayload_setcaps),
8460         (gst_base_rtp_depayload_add_to_queue),
8461         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8462         
8463         Patch by: Jens Granseuer <jensgr at gmx dot net>
8464
8465 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8466
8467         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8468         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8469         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8470         frames. We might get a frame destroyed after changing state to
8471         NULL, adding a safety check on xcontext.
8472
8473 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8474
8475         * gst-libs/gst/interfaces/xoverlay.c:
8476           Fix prepare-xwindow-id code example in the docs - we need to
8477           ignore all messages that aren't element messages as well.
8478           
8479 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8480
8481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8482           I think one day i'll completely undestand how caps negotiation
8483           is supposed to work. This refactoring handles buffer_alloc
8484           called with caps we can't handle. We definitely don't want a
8485           set_caps with those caps, so we define and allocate a buffer
8486           we would like to receive.
8487
8488 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8489
8490         * gst/playback/gstplaybasebin.c: (setup_source):
8491           Free iterator when done.
8492
8493 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8494
8495         * gst-libs/gst/audio/gstbaseaudiosink.c:
8496         (gst_base_audio_sink_render):
8497           Fix playback of non-synchronised streams by assuming a rate
8498           of 1.0 instead of a random one.
8499
8500           Makes this work again:
8501
8502           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8503           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8504           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8505           audioresample ! alsasink
8506
8507 === release 0.10.2 ===
8508
8509 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8510
8511         * configure.ac:
8512           releasing 0.10.2, "Then the devil is six"
8513
8514 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8515
8516         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8517         * gst/playback/gststreamselector.c:
8518         (gst_stream_selector_set_property):
8519           Comment out broken code that connects to the state-changed signal.
8520           At this point, changing current stream selection is broken, but 
8521           stuff like gst-launch playbin current-audio=1 works and filters
8522           to the chosen stream.
8523
8524 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8525
8526         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8527           Fix #327216 (null dereference in vorbisdec)
8528
8529 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8530
8531         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8532           Post taglist actually on bus instead of just freeing it
8533           (fixes #327114 and totem bug #327080).
8534
8535         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8536           Use gst_element_found_tags_for_pad(), so that the tags
8537           are sent downstream as an event as well.
8538
8539 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8540
8541         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8542         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8543         (gst_ximagesink_buffer_alloc):
8544         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8545         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8546         (gst_xvimagesink_buffer_alloc):
8547           move all regularly occurring messages to GST_LOG level
8548           add some more object logs
8549
8550 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8551
8552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8553           fix a silly segfault
8554
8555 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8556
8557         * docs/libs/gst-plugins-base-libs-docs.sgml:
8558         * docs/libs/gst-plugins-base-libs-sections.txt:
8559         * gst-libs/gst/audio/mixerutils.c:
8560         * gst-libs/gst/audio/mixerutils.h:
8561           Add docs for mixerutils stuff.
8562
8563 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8564
8565         * gst/playback/gstplaybasebin.c: (setup_source):
8566           Fix playback for sources that emit raw audio or
8567           raw video streams (e.g.: cd audio sources) (#325984).
8568
8569 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8570
8571         * gst-libs/gst/audio/mixerutils.c:
8572         (gst_audio_mixer_filter_do_filter):
8573           actually save the element we create
8574
8575 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8576
8577         * gst-libs/gst/cdda/gstcddabasesrc.c:
8578         (gst_cdda_base_src_handle_track_seek):
8579           No need to post a tag message on the bus when seeking
8580           within the same track, only post it when the current
8581           track changes.
8582
8583 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8584
8585         * gst/playback/gstplaybasebin.c: (group_destroy),
8586         (probe_triggered), (new_decoded_pad), (mute_group_type),
8587         (set_active_source):
8588         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8589         * gst/playback/gststreamselector.c:
8590         (gst_stream_selector_base_init),
8591         (gst_stream_selector_set_property),
8592         (gst_stream_selector_request_new_pad):
8593           Reenable stream selection. These mechanisms need a complete overhaul
8594           in the face of 0.8->0.10 changes though.
8595
8596 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8597
8598         * ext/ogg/gstoggdemux.c:
8599           Change the pad template to src_%d to match the pads that 
8600           are created from it. decodebin needs this information in order
8601           to decide that oggdemux is capable of producing multiple pads
8602           (and hence needs queues inserted).
8603
8604         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8605         (gst_ogg_mux_collected):
8606           Make debug output more useful by using GST_PTR_FORMAT.
8607
8608 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8609
8610         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8611
8612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8613           Set depth and width for alaw/mulaw (fixes #326601).
8614
8615 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8616
8617         * tests/icles/Makefile.am:
8618           don't build the tests if we don't have the libs
8619
8620 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8621
8622         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8623         (gst_cd_paranoia_paranoia_callback):
8624           Don't try to free NULL pointers.
8625
8626 2006-01-10  Edward Hervey  <edward@fluendo.com>
8627
8628         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8629         (gst_audio_rate_change_state), (plugin_init):
8630         Add debugging category.
8631         Fix type issues.
8632         Add case for incoming buffers without valid offset/offset_end.
8633
8634 2006-01-10  Michael Smith  <msmith@fluendo.com>
8635
8636         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8637           Don't leak GCond in audio sources.
8638
8639 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8640
8641         * gst/playback/gstplaybin.c: (gen_audio_element):
8642           Don't leak an autoaudiosink/alsasink when we generate
8643           a new audio element. (old code, I guess)
8644
8645 2006-01-10  Michael Smith  <msmith@fluendo.com>
8646
8647         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8648           Support float audio in audiorate.
8649           Use width rather than depth for selecting sample width.
8650
8651 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8652
8653         * gst/videotestsrc/videotestsrc.h:
8654           Use GLib types here (that way we don't have to include the
8655           generated _stdint.h header, which makes life easier for win32
8656           folks that don't use autotools for the build) (#325990, patch
8657           by: Sergey Scobich).
8658
8659 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8660
8661         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8662         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8663         (gst_ring_buffer_pause), (wait_segment):
8664         * gst-libs/gst/audio/gstringbuffer.h:
8665           Name (private) union, makes Forte compiler happy (this time
8666           for real) (#324900).
8667
8668 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * gst-libs/gst/audio/Makefile.am:
8671           Link against libgstinterfaces, needed for mixer
8672           and property probe stuff.
8673
8674 2006-01-09  Edward Hervey  <edward@fluendo.com>
8675
8676         * gst-libs/gst/Makefile.am:
8677
8678 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * gst-libs/gst/audio/Makefile.am:
8681         * gst-libs/gst/audio/mixerutils.c:
8682         (gst_audio_mixer_filter_do_filter),
8683         (gst_audio_mixer_filter_check_element),
8684         (gst_audio_mixer_filter_probe_feature),
8685         (element_factory_rank_compare_func),
8686         (gst_audio_default_registry_mixer_filter):
8687         * gst-libs/gst/audio/mixerutils.h:
8688           Add gst_audio_default_registry_mixer_filter() utility
8689           function.
8690
8691 2006-01-03  Michael Smith  <msmith@fluendo.com>
8692
8693         * gst/audioresample/resample.h:
8694           As before, but for o_buf
8695
8696 2006-01-03  Michael Smith  <msmith@fluendo.com>
8697
8698         * gst/audioresample/resample.h:
8699           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8700           since we do arithmetic on it.
8701
8702 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8703
8704         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8705         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8706         (gst_ring_buffer_pause), (wait_segment):
8707         * gst-libs/gst/audio/gstringbuffer.h:
8708           Sun's Forte compiler doesn't seem to like anonymous structs,
8709           so use same setup as in GstBaseSrc (fixes #324900).
8710
8711 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8712
8713         * configure.ac:
8714         * gst/volume/Makefile.am:
8715         * gst/volume/demo.c:
8716           move old example to tests/examples/volume/volune.c
8717         * tests/examples/Makefile.am:
8718         * tests/examples/seek/seek.c: (main):
8719           change window-close event from "delete-event" to "destroy"
8720         * tests/examples/volume/Makefile.am:
8721         * tests/examples/volume/volume.c: (value_changed_callback),
8722         (setup_gui), (message_received), (eos_message_received), (main):
8723           fix event handling and bus usage
8724
8725 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8726
8727         * gst/audiotestsrc/gstaudiotestsrc.c:
8728         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8729         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8730         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8731         (gst_audio_test_src_create_square),
8732         (gst_audio_test_src_create_saw),
8733         (gst_audio_test_src_create_triangle),
8734         (gst_audio_test_src_create_silence),
8735         (gst_audio_test_src_create_white_noise),
8736         (gst_audio_test_src_create_pink_noise),
8737         (gst_audio_test_src_init_sine_table),
8738         (gst_audio_test_src_create_sine_table),
8739         (gst_audio_test_src_change_wave),
8740         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8741         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8742         * gst/audiotestsrc/gstaudiotestsrc.h:
8743           update to basesrc changes, implement segmented seeking and eos
8744           handling, add a 'sine-tab' waveform for performance critical playback
8745
8746 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8747
8748         * po/POTFILES.in:
8749           ... and this time the other modified file that I missed last time.
8750
8751 2005-12-29  Michael Smith  <msmith@fluendo.com>
8752
8753         * gst/playback/gstdecodebin.c: (new_pad):
8754           Fix non-C89 variable declaration not at the start of a block. Should
8755           help some compilers.
8756
8757 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8758
8759         * tests/check/Makefile.am:
8760           And now fix 'make distcheck' (builddir != srcdir)
8761
8762 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8763
8764         * configure.ac:
8765         * ext/cdparanoia/Makefile.am:
8766         * ext/cdparanoia/gstcdparanoia.c:
8767         * ext/cdparanoia/gstcdparanoia.h:
8768         * ext/cdparanoia/gstcdparanoiasrc.c:
8769         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8770         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8771         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8772         (gst_cd_paranoia_paranoia_callback),
8773         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8774         (gst_cd_paranoia_src_set_property),
8775         (gst_cd_paranoia_src_get_property), (plugin_init):
8776         * ext/cdparanoia/gstcdparanoiasrc.h:
8777           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8778           plugin again (there are still fixes required to playbin to make
8779           cdda:// uris work there).
8780
8781 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8782
8783         * tests/check/Makefile.am:
8784           Fix test case compilation.
8785
8786 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * gst-libs/gst/cdda/gstcddabasesrc.c:
8789         (gst_cdda_base_src_update_duration),
8790         (gst_cdda_base_src_calculate_cddb_id):
8791           An integer is not a string. Fix access to uninitialised variable.
8792
8793         * tests/check/Makefile.am:
8794           Add cddabasesrc unit test; also actually enable the vorbis test.
8795
8796         * tests/check/generic/states.c:
8797           Blacklist new cd audio elements as well.
8798
8799         * tests/check/libs/cddabasesrc.c:
8800           Unit test for GstCddaBaseSrc (discid calculation mostly).
8801
8802 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8803
8804         * docs/libs/Makefile.am:
8805         * docs/libs/gst-plugins-base-libs-docs.sgml:
8806         * docs/libs/gst-plugins-base-libs-sections.txt:
8807         * docs/libs/gst-plugins-base-libs.types:
8808           Add docs for libgstcdda/GstCddaBaseSrc.
8809
8810         * gst-libs/gst/interfaces/mixertrack.h:
8811           Do one struct member per line with a semicolon at the end, that way
8812           even gtk-doc might parse it without complaining.
8813
8814 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8815
8816         * configure.ac:
8817         * gst-libs/gst/Makefile.am:
8818         * gst-libs/gst/cdda/Makefile.am:
8819         * gst-libs/gst/cdda/base64.c:
8820         * gst-libs/gst/cdda/base64.h:
8821         * gst-libs/gst/cdda/gstcddabasesrc.c:
8822         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8823         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8824         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8825         (gst_cdda_base_src_get_property),
8826         (gst_cdda_base_src_get_track_from_sector),
8827         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8828         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8829         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8830         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8831         (gst_cdda_base_src_uri_get_protocols),
8832         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8833         (gst_cdda_base_src_uri_handler_init),
8834         (gst_cdda_base_src_setup_interfaces),
8835         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8836         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8837         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8838         (gst_cdda_base_src_add_tags),
8839         (gst_cdda_base_src_add_index_associations),
8840         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8841         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8842         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8843         (gst_cdda_base_src_create):
8844         * gst-libs/gst/cdda/gstcddabasesrc.h:
8845         * gst-libs/gst/cdda/sha1.c:
8846         * gst-libs/gst/cdda/sha1.h:
8847           Add new libgstcdda with GstCddaBaseSrc class.
8848
8849 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         * ext/gnomevfs/gstgnomevfssink.h:
8852           Use GstBaseSinkClass as parent_class member for class struct, not
8853           GstBaseSink.
8854
8855 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8856
8857         Patch by: Michael Benes
8858
8859         * gst/videotestsrc/gstvideotestsrc.c:
8860         (gst_video_test_src_class_init), (gst_video_test_src_start):
8861           Add start method to reset running time and number of frames sent
8862           when starting up (fixes #324696)
8863
8864 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8865
8866         * docs/plugins/Makefile.am:
8867         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8868         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8869         * docs/plugins/gst-plugins-base-plugins.args:
8870         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8871         * docs/plugins/gst-plugins-base-plugins.signals:
8872           Add docs stuff for gnomevfssrc and gnomevfssink.
8873
8874         * ext/gnomevfs/gstgnomevfssrc.c:
8875           Fix example pipeline in gtk-doc blurb.
8876
8877 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8878
8879         * ext/gnomevfs/Makefile.am:
8880         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8881         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8882         (gst_gnome_vfs_handle_get_type), (plugin_init):
8883         * ext/gnomevfs/gstgnomevfs.h:
8884         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8885         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8886         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8887         (gst_gnome_vfs_sink_set_property),
8888         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8889         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8890         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8891         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8892         (gst_gnome_vfs_sink_uri_get_type),
8893         (gst_gnome_vfs_sink_uri_get_protocols),
8894         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8895         (gst_gnome_vfs_sink_uri_handler_init):
8896         * ext/gnomevfs/gstgnomevfssink.h:
8897           Port gnomevfssink; add gtk-doc blurb.
8898
8899         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8900         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8901         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8902         (gst_gnome_vfs_src_uri_get_type),
8903         (gst_gnome_vfs_src_uri_get_protocols),
8904         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8905         (gst_gnome_vfs_src_uri_handler_init),
8906         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8907         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8908         (gst_gnome_vfs_src_send_additional_headers_callback),
8909         (gst_gnome_vfs_src_received_headers_callback),
8910         (gst_gnome_vfs_src_push_callbacks),
8911         (gst_gnome_vfs_src_pop_callbacks),
8912         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8913         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8914         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8915         * ext/gnomevfs/gstgnomevfssrc.h:
8916           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8917           file; add gtk-doc blurb with example pipelines.
8918
8919 === release 0.10.1 ===
8920
8921 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8922
8923         * configure.ac:
8924           releasing 0.10.1, "Dobro Dedek"
8925
8926 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8927
8928         * gst/typefind/gsttypefindfunctions.c:
8929         iLBC30 and iLBC20 added to typefind.
8930
8931 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8932
8933         * gst-libs/gst/audio/gstbaseaudiosink.c:
8934         (gst_base_audio_sink_class_init):
8935         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8936         (gst_base_audio_src_class_init):
8937           update strings, values are in microseconds
8938           change the default sink buffer time to something that is smaller
8939           (to help software volume mixing have a slightly lower delay) but
8940           still be acceptable on Wim's laptop
8941
8942 2005-12-20  Edward Hervey  <edward@fluendo.com>
8943
8944         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8945         Made a quack, forgot to add DUCK to the riff video template.
8946
8947 2005-12-19  Edward Hervey  <edward@fluendo.com>
8948
8949         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8950         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8951         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8952         (gst_ogm_parse_chain):
8953         Make sure pads are initialized correctly.
8954         * gst-libs/gst/riff/riff-ids.h:
8955         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8956         (gst_riff_create_video_template_caps):
8957         Add a whole bunch of FOURCC <=> MimeType.
8958         Extend the riff video pad template to support the newly added fourcc.
8959
8960 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8961
8962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8963         (gst_ogg_demux_activate_chain):
8964           Extra debug output when activating/deactivating chains.
8965
8966         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8967         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8968         (unlinked):
8969           Remove a queue from our list when it becomes unlinked.
8970           Don't add queues to elements in class 'Demux' if they
8971           can only produce one pad 
8972
8973 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8974
8975         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8976         (gst_video_sink_get_type): Add a debug category.
8977
8978 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8979
8980         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8981         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8982           Handle downstream newsegment by sending our own newsegment before the
8983           next buffer to be released. (#323900)
8984
8985 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8986
8987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8988         (gst_base_rtp_depayload_set_gst_timestamp):
8989           add queue delay to new segment as well (as opposed to just the first
8990           buffer). (bug #322347)
8991
8992 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8993
8994         * ext/libvisual/visual.c: (make_valid_name):
8995           change some char* into char[]
8996         * gst/audiotestsrc/gstaudiotestsrc.c:
8997         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8998         (gst_audio_test_src_create):
8999         * gst/audiotestsrc/gstaudiotestsrc.h:
9000           prepare to handle EOS and SEGMENT_DONE
9001
9002 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9003
9004         * tests/check/generic/states.c: (GST_START_TEST):
9005           Blacklist cdparanoia element in state test.
9006
9007 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9008
9009           Patch by: Benjamin Pineau
9010
9011         * gst/tcp/gsttcp.c:
9012         * gst/tcp/gsttcpclientsink.c:
9013         * gst/tcp/gsttcpserversink.c:
9014         * gst/tcp/gsttcpserversrc.c:
9015           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9016
9017 2005-12-15  Michael Smith  <msmith@fluendo.com>
9018
9019         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9020         (gst_video_rate_chain):
9021           Fix timestamping for videorate when the first buffer it sees has a
9022           non-zero timestamp. Fix some misleading debug output.
9023
9024 2005-12-15  Michael Smith  <msmith@fluendo.com>
9025
9026         * gst/audioresample/gstaudioresample.c:
9027           Don't leak all input buffers to audioresample.
9028
9029 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9030
9031         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9032           Don't operate on empty text buffers. Strip newlines and
9033           tabs only from the end of the text, but leave them intact
9034           in the middle. Fix typo in gtk-doc description.
9035
9036 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9037
9038         * gst/playback/gstplaybasebin.c:
9039         * gst/playback/gstplaybin.c: (handoff):
9040           Make sure the video frame buffer we return to apps via the
9041           "frame" property always has caps set on it. Modify
9042           _gst_gvalue_set_object() macro to handle NULL objects
9043           gracefully too.
9044
9045 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9046
9047         * gst/audiotestsrc/gstaudiotestsrc.c:
9048         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9049         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9050         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9051         (gst_audio_test_src_create):
9052         * gst/audiotestsrc/gstaudiotestsrc.h:
9053         Adjust to some recent api changes and add wtays new cool seeking
9054         capabillities
9055
9056 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9057
9058         * ext/alsa/Makefile.am:
9059         * ext/alsa/gstalsadeviceprobe.c:
9060         * ext/alsa/gstalsadeviceprobe.h:
9061           Helper functions to add device probing via the GstPropertyProbe
9062           interface to a class.
9063
9064         * ext/alsa/gstalsamixer.h:
9065           Comment out GST_ALSA_MIXER, it returns a struct that's not
9066           used.
9067
9068         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9069           Add some debug info. 
9070
9071         * ext/alsa/gstalsamixerelement.c:
9072         (gst_alsa_mixer_element_interface_supported),
9073         (gst_implements_interface_init),
9074         (gst_alsa_mixer_element_init_interfaces),
9075         (gst_alsa_mixer_element_class_init),
9076         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9077         (gst_alsa_mixer_element_set_property),
9078         (gst_alsa_mixer_element_get_property),
9079         (gst_alsa_mixer_element_change_state):
9080         * ext/alsa/gstalsamixerelement.h:
9081           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9082           for device handling (gnome-volume-control will need that).
9083
9084 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9085
9086         * ext/Makefile.am: fix cdparanoia entry
9087         * gst-plugins-base.spec.in: add cdparanoia
9088
9089 2005-12-12  Michael Smith  <msmith@fluendo.com>
9090
9091         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9092           Use the correct function to free list of typefind factories.
9093
9094 2005-12-12  Wim Taymans  <wim@fluendo.com>
9095
9096         * gst/videotestsrc/gstvideotestsrc.c:
9097         (gst_video_test_src_class_init), (gst_video_test_src_init),
9098         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9099         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9100         (gst_video_test_src_create):
9101         * gst/videotestsrc/gstvideotestsrc.h:
9102         Implement seeking in videotestsrc.
9103         Small cleanups.
9104
9105 2005-12-12  Wim Taymans  <wim@fluendo.com>
9106
9107         * ext/cdparanoia/Makefile.am:
9108         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9109         (gst_paranoia_endian_get_type), (_do_init),
9110         (cdparanoia_class_init), (cdparanoia_init),
9111         (cdparanoia_set_property), (cdparanoia_get_property),
9112         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9113         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9114         (cdparanoia_convert), (cdparanoia_get_query_types),
9115         (cdparanoia_query), (cdparanoia_set_index),
9116         (cdparanoia_uri_set_uri):
9117         * ext/cdparanoia/gstcdparanoia.h:
9118         Partially ported cdparanoia now that basesrc can support a
9119         plugin like this..
9120
9121 2005-12-12  Wim Taymans  <wim@fluendo.com>
9122
9123         * tests/examples/seek/scrubby.c: (main):
9124         Set higher priority for bus events so they don't get reordered with
9125         gtk gui events.
9126
9127         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9128         (flush_toggle_cb), (main):
9129         Added checkbox to disable flushing seeks. 
9130         Disable scrubbing when doing non flushing seeks.
9131
9132 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9133
9134         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9135         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9136         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9137         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9138           Implement some sort of event handling that doesn't rely on
9139           g_return_if_fail; make sure we always push the last chunk of an 
9140           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9141           state change function; remove some old cruft. Seeking is still
9142           rather unlikely to work though.
9143
9144         * tools/.cvsignore:
9145           Ignore more.
9146
9147 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9148
9149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9150         Fixed a leak of the current image reference when cleaning up.
9151         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9152
9153 2005-12-09  Michael Smith  <msmith@fluendo.com>
9154
9155         * tools/Makefile.am:
9156         * tools/gst-launch-ext-m.m:
9157           Remove gst-launch-ext. It doesn't work, and is no longer
9158           particularly useful.
9159
9160 2005-12-08  Luca Ognibene  <luogni@tin.it>
9161
9162         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9163           don't pass random values to ogmparse convert function.
9164           Make seeking possible in the exile1.ogm file.
9165
9166 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9167
9168         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9169         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9170           Work around refcount problem with g_value_set_object() that occur
9171           if the core has been compiled against GLib-2.6 (g_value_set_object()
9172           will only g_object_ref() the element, but the caller will
9173           gst_object_unref() it and bad things will happen due to the way
9174           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9175           totem for people on FC4 using Thomas's 0.10 RPMs.
9176           
9177 2005-12-07  Edward Hervey  <edward@fluendo.com>
9178
9179         Time to welcome ogm to 0.10 :)
9180         
9181         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9182         (gst_ogg_pad_typefind):
9183         Oggdemux can now properly typefind elements with dynamic pads.
9184         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9185         Properly set caps on src pad, and set caps on outgoing buffers.
9186
9187 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9188
9189         * ext/alsa/gstalsamixer.h:
9190         * ext/alsa/gstalsamixerelement.h:
9191         * ext/alsa/gstalsamixeroptions.h:
9192         * ext/alsa/gstalsamixertrack.h:
9193         * ext/alsa/gstalsasink.c:
9194         * ext/alsa/gstalsasink.h:
9195         * ext/alsa/gstalsasrc.c:
9196         * ext/alsa/gstalsasrc.h:
9197         * ext/cdparanoia/gstcdparanoia.h:
9198         * ext/gnomevfs/gstgnomevfsuri.h:
9199         * ext/ogg/gstoggdemux.c:
9200         * ext/ogg/gstoggmux.c:
9201         * ext/pango/gsttextoverlay.h:
9202         * ext/theora/theoradec.c:
9203         * ext/theora/theoraenc.c:
9204         * ext/vorbis/vorbisdec.h:
9205         * ext/vorbis/vorbisenc.c:
9206         * ext/vorbis/vorbisenc.h:
9207         * ext/vorbis/vorbisparse.h:
9208         * gst-libs/gst/audio/gstaudioclock.h:
9209         * gst-libs/gst/audio/gstaudiosink.c:
9210         * gst-libs/gst/audio/gstaudiosink.h:
9211         * gst-libs/gst/audio/gstaudiosrc.c:
9212         * gst-libs/gst/audio/gstaudiosrc.h:
9213         * gst-libs/gst/audio/gstbaseaudiosink.c:
9214         * gst-libs/gst/audio/gstbaseaudiosink.h:
9215         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9216         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9217         * gst-libs/gst/audio/gstringbuffer.h:
9218         * gst-libs/gst/audio/multichannel.h:
9219         * gst-libs/gst/floatcast/floatcast.h:
9220         * gst-libs/gst/interfaces/colorbalance.c:
9221         * gst-libs/gst/interfaces/colorbalance.h:
9222         * gst-libs/gst/interfaces/colorbalancechannel.h:
9223         * gst-libs/gst/interfaces/mixer.h:
9224         * gst-libs/gst/interfaces/mixeroptions.h:
9225         * gst-libs/gst/interfaces/mixertrack.h:
9226         * gst-libs/gst/interfaces/navigation.h:
9227         * gst-libs/gst/interfaces/propertyprobe.h:
9228         * gst-libs/gst/interfaces/tuner.h:
9229         * gst-libs/gst/interfaces/tunerchannel.h:
9230         * gst-libs/gst/interfaces/tunernorm.h:
9231         * gst-libs/gst/interfaces/xoverlay.h:
9232         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9233         * gst-libs/gst/riff/riff-ids.h:
9234         * gst-libs/gst/riff/riff-media.h:
9235         * gst-libs/gst/riff/riff-read.h:
9236         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9237         * gst-libs/gst/rtp/gstbasertppayload.c:
9238         * gst-libs/gst/rtp/gstbasertppayload.h:
9239         * gst-libs/gst/rtp/gstrtpbuffer.c:
9240         * gst-libs/gst/rtp/gstrtpbuffer.h:
9241         * gst-libs/gst/tag/gsttageditingprivate.h:
9242         * gst-libs/gst/tag/gstvorbistag.c:
9243         (gst_tag_list_from_vorbiscomment_buffer):
9244         * gst-libs/gst/tag/tag.h:
9245         * gst-libs/gst/video/video.h:
9246         * gst/adder/gstadder.c:
9247         * gst/adder/gstadder.h:
9248         * gst/audioconvert/audioconvert.c:
9249         * gst/audioconvert/audioconvert.h:
9250         * gst/audioconvert/gstaudioconvert.c:
9251         * gst/audioconvert/gstchannelmix.c:
9252         * gst/audioconvert/gstchannelmix.h:
9253         * gst/audiorate/gstaudiorate.c:
9254         * gst/audioresample/buffer.h:
9255         * gst/audioresample/functable.h:
9256         * gst/audioresample/gstaudioresample.c:
9257         * gst/audioresample/resample.h:
9258         * gst/ffmpegcolorspace/avcodec.h:
9259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9260         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9261         * gst/ffmpegcolorspace/imgconvert.c:
9262         * gst/ffmpegcolorspace/imgconvert_template.h:
9263         * gst/playback/gstdecodebin.c:
9264         * gst/playback/gstplaybasebin.h:
9265         * gst/playback/gstplaybin.c:
9266         * gst/playback/gststreaminfo.h:
9267         * gst/tcp/gstfdset.c:
9268         * gst/tcp/gstfdset.h:
9269         * gst/tcp/gstmultifdsink.c:
9270         * gst/tcp/gstmultifdsink.h:
9271         * gst/tcp/gsttcp.h:
9272         * gst/tcp/gsttcpclientsrc.c:
9273         * gst/tcp/gsttcpclientsrc.h:
9274         * gst/tcp/gsttcpplugin.h:
9275         * gst/tcp/gsttcpserversink.c:
9276         * gst/tcp/gsttcpserversrc.c:
9277         * gst/typefind/gsttypefindfunctions.c:
9278         * gst/videorate/gstvideorate.c:
9279         * gst/videotestsrc/gstvideotestsrc.h:
9280         * gst/videotestsrc/videotestsrc.h:
9281         * sys/v4l/gstv4lcolorbalance.h:
9282         * sys/v4l/gstv4ltuner.h:
9283         * sys/v4l/gstv4lxoverlay.h:
9284         * sys/v4l/v4l_calls.h:
9285         * sys/v4l/videodev_mjpeg.h:
9286         * tests/check/elements/audioconvert.c:
9287         * tests/check/elements/audioresample.c:
9288         * tests/check/elements/audiotestsrc.c:
9289         * tests/check/elements/videotestsrc.c:
9290         * tests/check/elements/volume.c:
9291         * tests/examples/seek/scrubby.c:
9292         * tests/examples/seek/seek.c:
9293           expand tabs
9294
9295 === release 0.10.0 ===
9296
9297 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9298
9299         * configure.ac:
9300           releasing 0.10.0, "Mont-d'or"
9301
9302 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9303
9304         * tests/examples/seek/Makefile.am:
9305         Build fix for when gtk is not available.
9306
9307 2005-12-05  Andy Wingo  <wingo@pobox.com>
9308
9309         * ext/libvisual/visual.c: (get_buffer):
9310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9311         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9312         * ext/theora/theoradec.c: (theora_handle_data_packet):
9313         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9314         (theora_enc_chain):
9315         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9316         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9317         Update for alloc_buffer changes.
9318
9319 2005-12-05  Andy Wingo  <wingo@pobox.com>
9320
9321         patch by: Kai Vehmanen <kv2004 eca cx>
9322         
9323         * gst-libs/gst/rtp/gstbasertpdepayload.c
9324         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9325
9326 2005-12-04  Andy Wingo  <wingo@pobox.com>
9327
9328         patch by: Sebastien Cote <sebas642 yahoo ca>
9329         
9330         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9331         Fixes #319172.
9332
9333 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9334
9335         * docs/plugins/Makefile.am:
9336         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9337         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9338         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9339         * ext/pango/gstclockoverlay.c:
9340         * ext/pango/gsttextoverlay.c: 
9341         * ext/pango/gsttextrender.c:
9342         * ext/pango/gsttimeoverlay.c:
9343           Add gtk-doc blurbs to pango elements.
9344
9345 2005-12-02  Wim Taymans  <wim@fluendo.com>
9346
9347         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9348         * gst/audioresample/buffer.h:
9349         * gst/audioresample/gstaudioresample.c:
9350         * gst/audioresample/gstaudioresample.h:
9351         * gst/audioresample/resample.c: (resample_input_flush),
9352         (resample_input_pushthrough), (resample_input_eos),
9353         (resample_get_output_size_for_input),
9354         (resample_get_input_size_for_output), (resample_get_output_size),
9355         (resample_get_output_data):
9356         * gst/audioresample/resample.h:
9357         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9358         Fix audioresample, seek torture, new segments, reverse negotiation
9359         etc.. work fine.
9360
9361 2005-12-02  Wim Taymans  <wim@fluendo.com>
9362
9363         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9364         Small cleanups.
9365
9366 2005-12-02  Wim Taymans  <wim@fluendo.com>
9367
9368         * gst/audioconvert/gstaudioconvert.c:
9369         (gst_audio_convert_transform):
9370         Post errors.
9371
9372 === release 0.9.7 ===
9373
9374 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9375
9376         * configure.ac:
9377           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9378
9379 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9380
9381         * Makefile.am:
9382         * po/hu.po:
9383         * win32/MANIFEST:
9384         * win32/gst.sln:
9385           add win32 MANIFEST file
9386           do something to the hungarian translation
9387
9388 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9389
9390         * ext/Makefile.am:
9391           Add $(PANGO_DIR) to SUBDIRS
9392
9393         * ext/pango/gstclockoverlay.c:
9394         * ext/pango/gsttimeoverlay.c:
9395           Fix and improve element descriptions.
9396
9397 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9398
9399         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9400         * docs/plugins/inspect/plugin-libvisual.xml:
9401         * docs/plugins/inspect/plugin-pango.xml:
9402           add pango plugin to docs
9403
9404 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9405
9406         * configure.ac:
9407         * ext/Makefile.am:
9408           moved pango to base
9409
9410 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9411
9412         * configure.ac:
9413         * tests/Makefile.am:
9414         * tests/icles/.cvsignore:
9415         * tests/icles/Makefile.am:
9416         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9417         (close_display), (resize_window), (move_window), (create_window),
9418         (terminate_playback), (pause_playback), (start_playback), (main):
9419           add stress test for xoverlay from Julien
9420
9421 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9422
9423         * docs/libs/tmpl/gstcolorbalance.sgml:
9424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9425         * gst-libs/gst/rtp/gstbasertppayload.c:
9426         * gst-libs/gst/rtp/gstrtpbuffer.c:
9427         * gst-libs/gst/rtp/gstrtpbuffer.h:
9428           Do burger's rename for rtp payloaders and depayloaders
9429
9430 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9431
9432         * win32/:
9433           add Visual Studio 6 build files
9434
9435 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9436
9437         * docs/libs/gst-plugins-base-libs-docs.sgml:
9438         * docs/libs/gst-plugins-base-libs-sections.txt:
9439         * docs/libs/tmpl/gstaudio.sgml:
9440         * docs/libs/tmpl/gstringbuffer.sgml:
9441         * gst-libs/gst/interfaces/xoverlay.c:
9442         * gst-libs/gst/video/gstvideofilter.c:
9443         * gst-libs/gst/video/gstvideosink.c:
9444           update documentation
9445
9446 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9447
9448         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9449         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9450         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9451         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9452         (gst_multi_fd_sink_get_stats),
9453         (gst_multi_fd_sink_remove_client_link),
9454         (gst_multi_fd_sink_handle_client_read),
9455         (gst_multi_fd_sink_client_queue_data),
9456         (gst_multi_fd_sink_client_queue_caps),
9457         (gst_multi_fd_sink_client_queue_buffer),
9458         (gst_multi_fd_sink_new_client),
9459         (gst_multi_fd_sink_handle_client_write),
9460         (gst_multi_fd_sink_recover_client),
9461         (gst_multi_fd_sink_queue_buffer),
9462         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9463         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9464         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9465         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9466         * gst/tcp/gstmultifdsink.h:
9467         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9468         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9469         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9470         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9471         (gst_tcp_client_sink_set_property),
9472         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9473         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9474         * gst/tcp/gsttcpclientsink.h:
9475         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9476         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9477         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9478         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9479         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9480         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9481         * gst/tcp/gsttcpclientsrc.h:
9482         * gst/tcp/gsttcpplugin.c: (plugin_init):
9483         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9484         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9485         (gst_tcp_server_sink_finalize),
9486         (gst_tcp_server_sink_handle_server_read),
9487         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9488         (gst_tcp_server_sink_set_property),
9489         (gst_tcp_server_sink_get_property),
9490         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9491         * gst/tcp/gsttcpserversink.h:
9492         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9493         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9494         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9495         (gst_tcp_server_src_set_property),
9496         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9497         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9498         * gst/tcp/gsttcpserversrc.h:
9499           more borgifying
9500
9501 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9502
9503         * docs/plugins/Makefile.am:
9504         * docs/plugins/gst-plugins-base-plugins.args:
9505         * docs/plugins/inspect/plugin-libvisual.xml:
9506         * gst/audioconvert/plugin.h:
9507         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9508         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9509         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9510         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9511         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9512         (plugin_init):
9513         * gst/audiotestsrc/gstaudiotestsrc.c:
9514         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9515         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9516         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9517         (gst_audio_test_src_get_query_types),
9518         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9519         (gst_audio_test_src_create_square),
9520         (gst_audio_test_src_create_saw),
9521         (gst_audio_test_src_create_triangle),
9522         (gst_audio_test_src_create_silence),
9523         (gst_audio_test_src_create_white_noise),
9524         (gst_audio_test_src_init_pink_noise),
9525         (gst_audio_test_src_generate_pink_noise_value),
9526         (gst_audio_test_src_create_pink_noise),
9527         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9528         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9529         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9530         (plugin_init):
9531         * gst/audiotestsrc/gstaudiotestsrc.h:
9532         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9533         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9534         (gst_sub_parse_init), (gst_sub_parse_formats),
9535         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9536         (convert_encoding), (get_next_line),
9537         (gst_sub_parse_data_format_autodetect),
9538         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9539         (gst_sub_parse_loop), (gst_sub_parse_chain),
9540         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9541         (plugin_init):
9542         * gst/subparse/gstsubparse.h:
9543         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9544         (gst_video_rate_base_init), (gst_video_rate_class_init),
9545         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9546         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9547         (gst_video_rate_init), (gst_video_rate_event),
9548         (gst_video_rate_chain), (gst_video_rate_set_property),
9549         (gst_video_rate_get_property), (gst_video_rate_change_state),
9550         (plugin_init):
9551         * gst/videoscale/gstvideoscale.c:
9552         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9553         (gst_video_scale_src_template_factory),
9554         (gst_video_scale_sink_template_factory),
9555         (gst_video_scale_get_type), (gst_video_scale_base_init),
9556         (gst_video_scale_class_init), (gst_video_scale_init),
9557         (gst_video_scale_set_property), (gst_video_scale_get_property),
9558         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9559         (gst_video_scale_prepare_size), (parse_caps),
9560         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9561         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9562         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9563         (plugin_init):
9564         * gst/videoscale/gstvideoscale.h:
9565         * gst/videotestsrc/gstvideotestsrc.c:
9566         (gst_video_test_src_pattern_get_type),
9567         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9568         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9569         (gst_video_test_src_set_pattern),
9570         (gst_video_test_src_set_property),
9571         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9572         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9573         (gst_video_test_src_event), (gst_video_test_src_get_times),
9574         (gst_video_test_src_create), (plugin_init):
9575         * gst/videotestsrc/gstvideotestsrc.h:
9576         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9577         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9578         (gst_video_test_src_black):
9579         * gst/videotestsrc/videotestsrc.h:
9580           borgify further
9581           clean up docs a little
9582
9583 2005-11-30  Wim Taymans  <wim@fluendo.com>
9584
9585         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9586         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9587         (gst_basertppayload_event), (gst_basertppayload_push),
9588         (gst_basertppayload_change_state):
9589         * gst-libs/gst/rtp/gstbasertppayload.h:
9590         closed #320644.
9591
9592 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9593
9594         * docs/libs/gst-plugins-base-libs-docs.sgml:
9595         * docs/libs/gst-plugins-base-libs-sections.txt:
9596         * gst-libs/gst/video/gstvideofilter.c:
9597         * gst-libs/gst/video/gstvideosink.c:
9598         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9599
9600 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9601
9602         * LICENSE:
9603           move
9604         * po/af.po:
9605         * po/az.po:
9606         * po/cs.po:
9607         * po/en_GB.po:
9608         * po/hu.po:
9609         * po/it.po:
9610         * po/nb.po:
9611         * po/nl.po:
9612         * po/or.po:
9613         * po/sq.po:
9614         * po/sr.po:
9615         * po/sv.po:
9616         * po/uk.po:
9617         * po/vi.po:
9618         * Makefile.am:
9619           update
9620         * scripts/autoplugins.sh:
9621           remove
9622
9623 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9624
9625         * Makefile.am:
9626         * configure.ac:
9627         * examples/Makefile.am:
9628         * examples/capsfilter/Makefile.am:
9629         * examples/capsfilter/capsfilter1.c:
9630         * examples/gob/Makefile.am:
9631         * examples/gob/gst-identity2.gob:
9632         * examples/indexing/.cvsignore:
9633         * examples/indexing/Makefile.am:
9634         * examples/indexing/indexmpeg.c:
9635         * examples/seeking/.cvsignore:
9636         * examples/seeking/Makefile.am:
9637         * examples/seeking/cdparanoia.c:
9638         * examples/seeking/cdplayer.c:
9639         * examples/seeking/chained.c:
9640         * examples/seeking/scrubby.c:
9641         * examples/seeking/seek.c:
9642         * examples/stats/Makefile.am:
9643         * examples/stats/mp2ogg.c:
9644         * examples/switch/.cvsignore:
9645         * examples/switch/Makefile.am:
9646         * examples/switch/switcher.c:
9647         * tests/Makefile.am:
9648         * tests/check/generic/.cvsignore:
9649         * tests/check/pipelines/.cvsignore:
9650         * tests/examples/Makefile.am:
9651         * tests/examples/seek/Makefile.am:
9652           reorganize stuff under tests/
9653
9654 2005-11-30  Edward Hervey  <edward@fluendo.com>
9655
9656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9657         Go away you stupid GstStaticPadTemplate memleak.
9658
9659 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9660
9661         * gst-libs/gst/net/Makefile.am:
9662         * gst-libs/gst/net/README:
9663         * gst-libs/gst/net/gstnetbuffer.c:
9664         * gst-libs/gst/net/gstnetbuffer.h:
9665           this was moved to "netbuffer"
9666
9667 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9668
9669         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9670         (gst_video_filter_class_init), (gst_video_filter_init):
9671         * gst-libs/gst/video/gstvideofilter.h:
9672           borgify name to bring in line with other classes
9673
9674 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9675
9676         * gst/audioscale/.cvsignore:
9677         * gst/audioscale/Makefile.am:
9678         * gst/audioscale/README:
9679         * gst/audioscale/audioscale.vcproj:
9680         * gst/audioscale/dtof.c:
9681         * gst/audioscale/dtos.c:
9682         * gst/audioscale/functable.c:
9683         * gst/audioscale/gstaudioscale.c:
9684         * gst/audioscale/gstaudioscale.h:
9685         * gst/audioscale/private.h:
9686         * gst/audioscale/resample.c:
9687         * gst/audioscale/resample.h:
9688         * gst/audioscale/test.c:
9689           remove
9690
9691 2005-11-30  Edward Hervey  <edward@fluendo.com>
9692
9693         * gst-libs/gst/netbuffer/Makefile.am:
9694         really, really tired
9695
9696 2005-11-30  Edward Hervey  <edward@fluendo.com>
9697
9698         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9699         Update for new GstTypeFindFactory _register()
9700
9701 2005-11-30  Edward Hervey  <edward@fluendo.com>
9702
9703         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9704         Let's not override libgstnet from core for no reason...
9705         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9706         Ok, maybe not so quick next time.
9707
9708 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9709
9710         * configure.ac:
9711         * gst-libs/gst/Makefile.am:
9712           moved gst-libs/gst/net to netbuffer through CVS surgery
9713           remove old directory
9714           updating build to accomodate
9715           (#322257)
9716
9717 2005-11-29  Andy Wingo  <wingo@pobox.com>
9718
9719         * pkgconfig/gstreamer-plugins-base.pc.in:
9720         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9721         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9722         (#322257).
9723
9724 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9725
9726         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9727         3rd time's the charm. Correct ref-counting for discarded buffers.
9728
9729 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9730
9731         * gst/playback/gststreamselector.c:
9732         (gst_stream_selector_class_init),
9733         (gst_stream_selector_set_property),
9734         (gst_stream_selector_get_property),
9735         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9736         Fix ref-counting
9737
9738 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         * gst/subparse/gstsubparse.c: (feed_textbuf):
9741           Don't access already unref'ed buffer.
9742
9743 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9744
9745         * gst/playback/gststreamselector.c:
9746         (gst_stream_selector_class_init), (gst_stream_selector_init),
9747         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9748         (gst_stream_selector_get_property),
9749         (gst_stream_selector_get_linked_pad),
9750         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9751         * gst/playback/gststreamselector.h:
9752         Add the active-pad property for playbin to use shortly. Ignore buffers
9753         from any other pad, returning GST_FLOW_NOT_LINKED
9754
9755 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9756
9757         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9758         patch from bug #322704 (Alessandro Decina).
9759
9760 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9761
9762         * gst-libs/gst/audio/Makefile.am:
9763           folded audiofilter into the audio library
9764
9765 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9766
9767         * gst/videoscale/gstvideoscale.h:
9768         * gst/videoscale/gstvideoscale.c:
9769           remove unimplemented scale methods
9770
9771 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9772
9773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9774           Don't leak caps.
9775
9776 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9777
9778         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9779         (gst_ximagesink_setcaps):
9780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9781         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9782         happens (only visible on ximagesink but bug is in xv too) set_caps was
9783         destroying the internal x[v]image used to memcpy non locally alloced
9784         buffers so that it got renewed on next _chain. The issue is that 
9785         _expose will try to put that image as it reffed it in _put.
9786         Using gst_buffer_unref instead of destroy fixes it !
9787
9788 2005-11-28  Edward Hervey  <edward@fluendo.com>
9789
9790         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9791         (try_to_link_1), (queue_filled_cb):
9792         Better use of the queues. Start with a small size queue and only increase
9793         the size of the queues when the other queues are empty.
9794
9795 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9796
9797         * gst-libs/gst/video/Makefile.am:
9798           compile in copied-over videofilter into the video library
9799         * gst-libs/gst/video/videosink.h:
9800           rename the header to gstvideosink.h since it's a base GstObject class
9801         * sys/ximage/ximagesink.h:
9802         * sys/xvimage/xvimagesink.h:
9803           use the new header
9804
9805 2005-11-28  Wim Taymans  <wim@fluendo.com>
9806
9807         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9808         * gst/playback/gstplaybasebin.h:
9809         Prepare to handle errors betters.
9810
9811         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9812         Set sinks to PAUSED first before adding and linking them so that
9813         we don't interrupt dataflow.
9814
9815 2005-11-28  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst-libs/gst/audio/TODO:
9818         Updated TODO
9819
9820         * gst-libs/gst/audio/gstaudiosink.c:
9821         (gst_audioringbuffer_open_device),
9822         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9823         (gst_audioringbuffer_release):
9824         Small cleanups.
9825
9826         * gst-libs/gst/audio/gstbaseaudiosink.c:
9827         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9828         (gst_base_audio_sink_change_state):
9829         Slave to the master clock when going to PLAYING and unslave when
9830         going to PAUSED.
9831
9832         * gst-libs/gst/audio/gstringbuffer.c:
9833         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9834         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9835         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9836         (gst_ring_buffer_clear_all), (wait_segment),
9837         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9838         (gst_ring_buffer_advance):
9839         * gst-libs/gst/audio/gstringbuffer.h:
9840         Add some docs and cleanups.
9841
9842 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9843
9844         * sys/xvimage/xvimagesink.c:
9845         (gst_xvimagesink_navigation_send_event): Fix navigation events
9846         coordinates translation with pixel aspect ratios.
9847
9848 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9849
9850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9851         Use calculated video geometry from _setcaps instead of buffer
9852         caps to respect pixel aspect ratio. (fixes #322388)
9853
9854 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9855
9856         * docs/libs/tmpl/gstcolorbalance.sgml:
9857         * docs/libs/tmpl/gstmixer.sgml:
9858         * docs/libs/tmpl/gstxoverlay.sgml:
9859         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9860         interface.
9861
9862 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9863
9864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9865         Refuse to create an XvImage if we can't find the format.
9866
9867 2005-11-28  Edward Hervey  <edward@fluendo.com>
9868
9869         * gst-libs/gst/riff/riff-media.c:
9870         (gst_riff_create_audio_template_caps):
9871         Add ATRAC3 to the list of riff-possible audio caps.
9872         I know we still don't have a plugin for atrac3, but it's saner to output
9873         that than a cryptic mimetype.
9874
9875 2005-11-27  Edward Hervey  <edward@fluendo.com>
9876
9877         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9878         Don't try to create a zero-sized subbuffer.
9879
9880 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9881
9882         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9883         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9884         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9885         (gst_ximagesink_expose): Fixed a tricky race.
9886         * sys/ximage/ximagesink.h:
9887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9888         (gst_xvimagesink_expose): Fixed a tricky race.
9889         * sys/xvimage/xvimagesink.h:
9890
9891 2005-11-27  Edward Hervey  <edward@fluendo.com>
9892
9893         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9894         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9895         Remove unused properties, and add queues between demuxers and decoders
9896         so that a lot more files can preroll properly.
9897
9898 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9899
9900         * gst-libs/gst/net/Makefile.am:
9901         * gst-libs/gst/rtp/Makefile.am:
9902         * gst-libs/gst/tag/Makefile.am:
9903           remove silly include
9904         * gst/tags/Makefile.am:
9905         * gst/tags/gsttagediting.c:
9906         * gst/tags/gsttageditingprivate.h:
9907         * gst/tags/tagedit.vcproj:
9908           remove directory, is as good as empty
9909
9910 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9911
9912         * configure.ac:
9913           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9914         * gst-libs/Makefile.am:
9915         * gst-libs/gst/audio/Makefile.am:
9916         * gst-libs/gst/interfaces/Makefile.am:
9917         * gst-libs/gst/net/Makefile.am:
9918         * gst-libs/gst/riff/Makefile.am:
9919         * gst-libs/gst/rtp/Makefile.am:
9920         * gst-libs/gst/tag/Makefile.am:
9921         * gst-libs/gst/video/Makefile.am:
9922           and use them
9923
9924 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9925
9926         * docs/libs/tmpl/gstcolorbalance.sgml:
9927         * docs/libs/tmpl/gstmixer.sgml:
9928         * docs/libs/tmpl/gstxoverlay.sgml:
9929         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9930         * sys/ximage/ximagesink.h:
9931         * sys/xvimage/xvimagesink.h: More and more documentation.
9932
9933 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9934
9935         * docs/libs/gst-plugins-base-libs-docs.sgml:
9936         * docs/libs/gst-plugins-base-libs-sections.txt:
9937         * docs/libs/tmpl/gstcolorbalance.sgml:
9938         * docs/libs/tmpl/gstmixer.sgml:
9939         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9940         to documentation.
9941
9942 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9943
9944         * docs/plugins/Makefile.am:
9945         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9946         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9947         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9948
9949 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9950
9951         * docs/plugins/Makefile.am:
9952         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9953         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9954         * docs/plugins/inspect/plugin-adder.xml:
9955         * docs/plugins/inspect/plugin-alsa.xml:
9956         * docs/plugins/inspect/plugin-audioconvert.xml:
9957         * docs/plugins/inspect/plugin-audiorate.xml:
9958         * docs/plugins/inspect/plugin-audioresample.xml:
9959         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9960         * docs/plugins/inspect/plugin-decodebin.xml:
9961         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9962         * docs/plugins/inspect/plugin-gnomevfs.xml:
9963         * docs/plugins/inspect/plugin-ogg.xml:
9964         * docs/plugins/inspect/plugin-playbin.xml:
9965         * docs/plugins/inspect/plugin-subparse.xml:
9966         * docs/plugins/inspect/plugin-tcp.xml:
9967         * docs/plugins/inspect/plugin-theora.xml:
9968         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9969         * docs/plugins/inspect/plugin-video4linux.xml:
9970         * docs/plugins/inspect/plugin-videorate.xml:
9971         * docs/plugins/inspect/plugin-videoscale.xml:
9972         * docs/plugins/inspect/plugin-videotestsrc.xml:
9973         * docs/plugins/inspect/plugin-volume.xml:
9974         * docs/plugins/inspect/plugin-vorbis.xml:
9975         * docs/plugins/inspect/plugin-ximagesink.xml:
9976         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9977         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9978
9979 2005-11-26  Edward Hervey  <edward@fluendo.com>
9980
9981         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9982         Properly return GstFlowReturn from gst_pad_push in chain functions.
9983
9984 2005-11-25  Michael Smith  <msmith@fluendo.com>
9985
9986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9987         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9988         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9989         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9990           Handle various conditions better when we don't understand a stream.
9991           Removes a heap of CRITICALs on ogg streams containing unknown data.
9992
9993 2005-11-24  Andy Wingo  <wingo@pobox.com>
9994
9995         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9996         Be threadsafe.
9997
9998 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9999
10000         * configure.ac: back to HEAD
10001
10002 === release 0.9.6 ===
10003
10004 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10005
10006         * configure.ac:
10007           releasing 0.9.6, "White Eight"
10008
10009 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10010
10011         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10012         * docs/plugins/inspect/plugin-sine.xml:
10013           remove sinesrc some more
10014
10015 2005-11-23  Wim Taymans  <wim@fluendo.com>
10016
10017         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10018         If we are reading too slowly, jump forward in the ringbuffer
10019         instead of blocking.
10020
10021 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10022
10023         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10024         (gst_visual_chain):
10025         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10026         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10027         (gst_videorate_chain):
10028         * gst/videotestsrc/gstvideotestsrc.c:
10029         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10030         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10031         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10032         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10033         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10034         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10035           Updates for API changes
10036
10037 2005-11-23  Wim Taymans  <wim@fluendo.com>
10038
10039         * gst-libs/gst/audio/gstbaseaudiosink.c:
10040         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10041         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10042         Fix for calibration API change.
10043
10044 2005-11-23  Michael Smith <msmith@fluendo.com>
10045
10046         * gst-libs/gst/audio/multichannel.c:
10047         (gst_audio_get_channel_positions),
10048         (gst_audio_set_channel_positions),
10049         (gst_audio_set_structure_channel_positions_list),
10050         (gst_audio_fixate_channel_positions):
10051           Use gst_value_array_*() functions on value arrays, not
10052           gst_value_list_*().
10053
10054 2005-11-23  Edward Hervey  <edward@fluendo.com>
10055
10056         * autogen.sh:
10057         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10058         Fixes autogen
10059
10060 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         * check/Makefile.am:
10063         * check/elements/videotestsrc.c: (setup_videotestsrc),
10064         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10065         (main):
10066           add a test for videotestsrc
10067
10068 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10069
10070         * gst/sine/.cvsignore:
10071         * gst/sine/Makefile.am:
10072         * gst/sine/gstsinesrc.c:
10073         * gst/sine/gstsinesrc.h:
10074         * gst/sine/sinesrc.vcproj:
10075           and remove sinesrc from the repository.  Closes #321446
10076
10077 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10078
10079         * configure.ac:
10080         * gst-plugins-base.spec.in:
10081           remove sinesrc from the build
10082
10083 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10084
10085         * check/Makefile.am:
10086         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10087         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10088         (main):
10089           add a test for audiotestsrc, testing all waves.  Even seems
10090           leak-free at first glance, nice job Stefan
10091
10092 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10093
10094         * po/af.po:
10095         * po/az.po:
10096         * po/cs.po:
10097         * po/en_GB.po:
10098         * po/hu.po:
10099         * po/it.po:
10100         * po/nb.po:
10101         * po/nl.po:
10102         * po/or.po:
10103         * po/sq.po:
10104         * po/sr.po:
10105         * po/sv.po:
10106         * po/uk.po:
10107         * po/vi.po:
10108           Translation string updates
10109
10110         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10111         (gst_v4lsrc_set_caps):
10112         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10113         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10114         * sys/v4l/v4lsrc_calls.h:
10115           Improve v4lsrc, by making it work again.
10116
10117 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10118
10119         * ext/libvisual/visual.c: (gst_visual_chain):
10120           Fix the fps calculations.
10121
10122         * gst/ffmpegcolorspace/avcodec.h:
10123           Move structure element for clarity
10124
10125         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10126         * gst-libs/gst/interfaces/tunernorm.h:
10127         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10128         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10129         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10130         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10131         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10132         (gst_v4lmjpegsrc_getcaps):
10133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10134         (gst_v4lsrc_set_caps):
10135         * sys/v4l/gstv4lsrc.h:
10136         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10137         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10138         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10139         * sys/v4l/v4lsrc_calls.h:
10140           Fractional framerates...
10141
10142 2005-11-22  Wim Taymans  <wim@fluendo.com>
10143
10144         * gst-libs/gst/audio/gstbaseaudiosink.c:
10145         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10146         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10147         And we provide a clock by default, of course...
10148
10149 2005-11-22  Wim Taymans  <wim@fluendo.com>
10150
10151         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10152         This clock can be slaved to a master clock now.
10153
10154         * gst-libs/gst/audio/gstbaseaudiosink.c:
10155         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10156         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10157         (gst_base_audio_sink_set_clock),
10158         (gst_base_audio_sink_set_property),
10159         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10160         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10161         * gst-libs/gst/audio/gstbaseaudiosink.h:
10162         Handle slaving the internal clock to the clock selected in the
10163         pipeline.
10164         Add property to make the basesink not provide a clock.
10165
10166         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10167         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10168         (gst_base_rtp_depayload_wait):
10169         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10170         We can use the clock in GstElement, no need to store it ourselves.
10171
10172 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10173
10174         * docs/libs/tmpl/gstaudio.sgml:
10175           update
10176         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10177         (gst_paranoia_endian_get_type):
10178         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10179         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10180         * gst/audiotestsrc/gstaudiotestsrc.c:
10181         (gst_audiostestsrc_wave_get_type):
10182         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10183         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10184         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10185         (gst_sync_method_get_type), (gst_unit_type_get_type),
10186         (gst_client_status_get_type), (gst_multifdsink_class_init),
10187         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10188         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10189         (gst_multifdsink_get_property):
10190         * gst/tcp/gstmultifdsink.h:
10191         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10192         * gst/videotestsrc/gstvideotestsrc.c:
10193         (gst_videotestsrc_pattern_get_type):
10194           remove deprecated properties
10195           fix up enums to correctly have short lowercase dashed nicks
10196
10197 2005-11-22  Michael Smith <msmith@fluendo.com>
10198
10199         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10200         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10201           Add underscore.
10202
10203 2005-11-22  Michael Smith <msmith@fluendo.com>
10204
10205         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10206         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10207           Use utility method for scaling clocktime for fractional framerates.
10208
10209 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10210
10211         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10212         (gst_visual_chain):
10213         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10214         * ext/theora/theoradec.c: (theora_handle_type_packet):
10215         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10216         (theora_enc_chain):
10217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10218         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10219         * gst-libs/gst/video/video.h:
10220         * gst/ffmpegcolorspace/avcodec.h:
10221         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10222         (gst_ffmpeg_caps_to_pixfmt):
10223         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10224         (gst_ffmpegcsp_set_caps):
10225         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10226         (gst_videorate_setcaps), (gst_videorate_blank_data),
10227         (gst_videorate_chain):
10228         * gst/videotestsrc/gstvideotestsrc.c:
10229         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10230         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10231         (gst_videotestsrc_event), (gst_videotestsrc_create):
10232         * gst/videotestsrc/gstvideotestsrc.h:
10233         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10234         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10235         (gst_ximagesink_get_times), (gst_ximagesink_init):
10236         * sys/ximage/ximagesink.h:
10237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10238         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10239         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10240         * sys/xvimage/xvimagesink.h:
10241           Convert elements to use fractions for their framerate.
10242           V4L elements to come later tonight.
10243
10244 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10245
10246         * gst-libs/gst/audio/audio.c:
10247         * gst-libs/gst/audio/audio.h:
10248           remove some deprecated functions
10249
10250 2005-11-22  Andy Wingo  <wingo@pobox.com>
10251
10252         * Update for gst_tag_setter API changes.
10253
10254 2005-11-22  Andy Wingo  <wingo@pobox.com>
10255
10256         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10257         (gst_ogg_demux_perform_seek):
10258         * ext/theora/theoradec.c (theora_dec_sink_event):
10259         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10260         update-funcnames.
10261
10262 2005-11-22  Wim Taymans  <wim@fluendo.com>
10263
10264         * examples/seeking/seek.c: (main):
10265         Give higher priority to bus signals than the gtk events
10266         to fix a race condition in the segment looping.
10267
10268 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10269
10270         * ext/theora/Makefile.am:
10271         * ext/vorbis/Makefile.am:
10272         * gst-libs/gst/tag/Makefile.am:
10273         * gst-plugins-base.spec.in:
10274           Rename libgsttagedit to libgsttag (#322117).
10275
10276 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10277
10278         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10280           Call gst_x_overlay_prepare_xwindow_id() to give applications
10281           a final chance to set their own xwindow id before the video
10282           sink creates its own window.
10283
10284 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10285
10286         * sys/xvimage/xvimagesink.c:
10287         (gst_xvimagesink_navigation_send_event): Handle navigation
10288         events correcly with borders if applicable.
10289
10290 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10291
10292         Patch by: Luca Ognibene
10293
10294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10295         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10297         (gst_ffmpegcsp_caps_remove_format_info):
10298         * gst/ffmpegcolorspace/imgconvert.c:
10299         * gst/ffmpegcolorspace/imgconvert_template.h:
10300           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10301           #318353); use gst_structure_has_name().
10302
10303 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10304
10305         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10306         (gst_ximagesink_class_init): Add debug macros on functions.
10307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10308         (gst_xvimagesink_xwindow_draw_borders),
10309         (gst_xvimagesink_xvimage_put),
10310         (gst_xvimagesink_xwindow_update_geometry),
10311         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10312         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10313         (gst_xvimagesink_xcontext_clear),
10314         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10315         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10316         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10317         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10318         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10319         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10320         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10321         expose while being PAUSED, out of data flow navigation events, etc..
10322
10323 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10324
10325         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10326         * gst-libs/gst/audio/audio.h:
10327           fix prototype - wondering why the test worked regardless
10328
10329 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10330
10331         * check/Makefile.am:
10332         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10333         * gst-libs/gst/audio/audio.h:
10334           add a method that returns a proper GstClockTime
10335
10336 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10337
10338         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10339         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10340         * gst-libs/gst/interfaces/xoverlay.h:
10341           Remove everything having to do with the desired size; add 
10342           gst_x_overlay_prepare_xwindow_id() function; remove the
10343           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10344           post a message on the bus instead (#321816).
10345
10346         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10348         (gst_xvimagesink_xoverlay_init):
10349           Remove desired size stuff (#321816).
10350
10351 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10354         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10355         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10356           Terminate vararg functions with NULL instead of 0 to 
10357           make gcc4 happy.
10358
10359 2005-11-21  Andy Wingo  <wingo@pobox.com>
10360
10361         patch by: Sebastien Cote <sebas642@yahoo.ca>
10362         
10363         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10364         * gst-libs/gst/rtp/gstrtpbuffer.c
10365         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10366
10367 2005-11-21  Andy Wingo  <wingo@pobox.com>
10368
10369         * gst/playback/gstplaybin.c (gen_audio_element) 
10370         (gen_video_element): Use the new MISSING_PLUGIN core error
10371         category. Closes #320060.
10372
10373         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10374         * gst/videorate/gstvideorate.c (gst_videorate_event):
10375         * ext/theora/theoradec.c (theora_dec_sink_event): 
10376         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10377         stream lock.
10378
10379         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10380         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10381         stream lock changes.
10382
10383 2005-11-21  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst-libs/gst/audio/gstbaseaudiosink.c:
10386         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10387         (gst_base_audio_sink_provide_clock),
10388         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10389         (gst_base_audio_sink_change_state):
10390         * gst/audioresample/gstaudioresample.c:
10391         Segment update fix.
10392
10393 2005-11-21  Andy Wingo  <wingo@pobox.com>
10394
10395         * *.h:
10396         * *.c: Ran scripts/update-macros. Oh yes.
10397
10398 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10399
10400         * sys/ximage/Makefile.am:
10401         * sys/ximage/ximage.c:
10402           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10403           remove your old libgstximage.* manually if necessary).
10404
10405 2005-11-21  Michael Smith <msmith@fluendo.com>
10406
10407         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10408           Minimal fix for bug #320200: set the min/max bitrate in the correct
10409           units. A better fix would be to upgrade to the RATEMANAGE2
10410           interface, rather than using the deprecated interface used here, but
10411           that would require an update in our libvorbis dependency (to 1.1),
10412           which is probably undesirable.
10413
10414 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10415
10416         * ext/libvisual/visual.c: (get_buffer):
10417         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10418         (gst_base_audio_src_fixate):
10419         * gst/audioconvert/gstaudioconvert.c:
10420         (gst_audio_convert_fixate_caps):
10421         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10422         * gst/audiotestsrc/gstaudiotestsrc.c:
10423         (gst_audiotestsrc_src_fixate):
10424         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10425         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10426         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10427         * gst/videotestsrc/gstvideotestsrc.c:
10428         (gst_videotestsrc_src_fixate):
10429         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10431           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10432           (#322027)
10433
10434
10435 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10436
10437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10438         (gst_riff_create_iavs_caps):
10439         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10440         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10441         (gst_riff_parse_info):
10442         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10445           Fixes for GST_FOURCC_FORMAT API change.
10446
10447 2005-11-21  Andy Wingo  <wingo@pobox.com>
10448
10449         patch by: Alessandro Dessina <alessandro nnva org>
10450
10451         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10452         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10453         (gst_ogg_parse_chain):
10454         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10455         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10456         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10457         gst_value_list calls on arrays. Fixes #321962.
10458
10459 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10460
10461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10462         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10463         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10464         * gst/adder/gstadder.c: (gst_adder_init),
10465         (gst_adder_request_new_pad), (gst_adder_collected),
10466         (gst_adder_change_state):
10467           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10468           API change.
10469
10470 2005-11-21  Michael Smith <msmith@fluendo.com>
10471
10472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10473         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10474           Properly handle pad_push return values.
10475
10476 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10477
10478         * gst-libs/gst/tag/Makefile.am:
10479         * gst-libs/gst/tag/gstvorbistag.c:
10480         (gst_tag_list_to_vorbiscomment_buffer):
10481           Remove obsolete vorbistag element and debug category.
10482
10483         * gst/playback/gstplaybasebin.c: (check_queue):
10484           Don't divide by 0 when queue-threshold is 0.
10485
10486         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10487           Don't modify an existing pixel-aspect-ratio if we fail to read
10488           a new one.
10489
10490 2005-11-20  Wim Taymans  <wim@fluendo.com>
10491
10492         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10493         (gst_vorbisenc_push_packet):
10494         GST_PAD_IS_USABLE is gone, use the return value of
10495         the push or pad_alloc_buffer instead.
10496
10497 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10498
10499         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10500         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10501         (gst_ximagesink_ximage_destroy),
10502         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10503         (gst_ximagesink_xwindow_new),
10504         (gst_ximagesink_xwindow_update_geometry),
10505         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10506         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10507         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10508         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10509         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10510         (gst_ximagesink_navigation_send_event),
10511         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10512         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10513         (gst_ximagesink_finalize), (gst_ximagesink_init),
10514         (gst_ximagesink_class_init):
10515         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10516         This new version brings correct software scaling, non flickering
10517         window while resizing, pixel aspect ratio handling, usage of
10518         hardware buffer pools, out of data flow event thread for 
10519         navigation and handling of expose events even when being PAUSED,
10520         a new property to keep video aspect ratio when resizing, etc...
10521
10522 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10523
10524         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10525         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10526         handling of PAR.
10527
10528 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10529
10530         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10531         Unsetting IS_SINK flag from the fakesink, so decodebin
10532         never behaves as a sink.
10533
10534 2005-11-17  Wim Taymans  <wim@fluendo.com>
10535
10536         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10537         (gst_base_audio_src_change_state):
10538         Fix the audiosrc base class again, we did not unflush.
10539
10540 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10541
10542         * examples/seeking/seek.c: (make_dv_pipeline),
10543         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10544         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10545         to ogg/vorbis/theora pipeline.
10546
10547 2005-11-17  Wim Taymans  <wim@fluendo.com>
10548
10549         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10550         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10551         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10552         Fix EOS on multiple streams.
10553         More debugging.
10554
10555 2005-11-16  Wim Taymans  <wim@fluendo.com>
10556
10557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10558         (gst_ogg_demux_perform_seek):
10559         Segment done must include stream time.
10560
10561         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10562         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10563         (gst_ogg_mux_change_state):
10564         Fix ogg muxer again.
10565
10566 2005-11-16  Wim Taymans  <wim@fluendo.com>
10567
10568         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10569         Fix compile again.
10570
10571 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10572
10573         * ext/libvisual/visual.c: (gst_visual_init):
10574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10575         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10576         (gst_ogg_parse_chain):
10577         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10578         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10579         * ext/theora/theoradec.c: (gst_theora_dec_init):
10580         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10581         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10582         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10583         * gst/adder/gstadder.c: (gst_adder_class_init),
10584         (gst_adder_dispose):
10585         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10586         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10587         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10588           Fix a whole set of pad template leaks
10589
10590 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10591
10592         * check/generic/states.c: (GST_START_TEST):
10593           fix the test so that it only checks for elements that are part of
10594           this source module
10595
10596 2005-11-16  Michael Smith <msmith@fluendo.com>
10597
10598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10599         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10600         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10601         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10602         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10603         (gst_ogg_mux_change_state):
10604           Fix leaking collectpads.
10605
10606 2005-11-16  Edward Hervey  <edward@fluendo.com>
10607
10608         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10609         (gst_videorate_event), (gst_videorate_chain):
10610         Handle segment seeks
10611
10612 2005-11-16  Wim Taymans  <wim@fluendo.com>
10613
10614         * gst-libs/gst/audio/gstbaseaudiosink.c:
10615         (gst_base_audio_sink_provide_clock),
10616         (gst_base_audio_sink_change_state):
10617         Set ringbuffer to non-flushing when going to PAUSED, set to
10618         flushing again when going to READY.
10619
10620         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10621         (gst_ring_buffer_stop):
10622         Start in flushing mode by default.
10623         Don't set flushing in the _stop method, let the app call
10624         this explicitly.
10625
10626 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10627
10628         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10629         * gst-libs/gst/video/videosink.h: Add helper function needed
10630         for video sinks.
10631
10632 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * gst/videoscale/gstvideoscale.c:
10635         (gst_videoscale_handle_src_event):
10636           Don't leak reference to pad parent.
10637
10638 2005-11-16  Wim Taymans  <wim@fluendo.com>
10639
10640         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10641         Set ringbuffer to flushing when stopping so that we don't
10642         block on wait_segment anymore and livelock.
10643
10644 2005-11-16  Wim Taymans  <wim@fluendo.com>
10645
10646         * examples/seeking/seek.c: (send_event), (do_seek),
10647         (loop_toggle_cb), (segment_done), (main):
10648         Added looping checkbox.
10649
10650 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10651
10652         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10653         (gst_ogg_demux_init):
10654         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10655         (gst_vorbis_dec_init):
10656           revert unrefs, they don't pass make check
10657
10658 2005-11-15  Johan Dahlin  <johan@gnome.org>
10659
10660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10661         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10662         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10663         (gst_vorbis_dec_init):
10664         Fix pad template leaks. 
10665
10666 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10667
10668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10669           Make state change function thread safe.
10670
10671 2005-11-15  Edward Hervey  <edward@fluendo.com>
10672
10673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10674         (gst_ogg_demux_class_init):
10675         Implement GstElement::send_event, so we can send seek events
10676         in GST_STATE_READY
10677
10678 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10679
10680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10681         Discovered how to take away flickering while resizing the
10682         window. Please don't put that in ximagesink, refactoring in
10683         progress.
10684
10685 2005-11-14  Michael Smith <msmith@fluendo.com>
10686
10687         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10688         (gst_multifdsink_render):
10689           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10690
10691 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * gst/playback/gstplaybin.c: (gen_audio_element):
10694           Use autoaudiosink, it tends to be more widely available than
10695           autoaudiiosink.
10696           
10697 2005-11-14  Andy Wingo  <wingo@pobox.com>
10698
10699         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10700         as well if it is available. Fixes #316442.
10701
10702 2005-11-14  Michael Smith <msmith@fluendo.com>
10703
10704         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10705         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10706         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10707         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10708         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10709         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10711         (gst_vorbisenc_change_state):
10712           Fix a small memory leak in vorbisenc.
10713           Fix large memory leaks in oggmux, also fix lots of state change
10714           bugs in oggmux.
10715
10716 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10717
10718         * gst/videotestsrc/gstvideotestsrc.c:
10719         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10720         (gst_videotestsrc_src_fixate):
10721           move fixation to a fixate function
10722           remove negotiate function, basesrc's is good enough
10723           fixes a bug for check when using the element alone
10724
10725 2005-11-13  Edward Hervey  <edward@fluendo.com>
10726
10727         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10728         (key_toggle_cb), (main):
10729         Added checkboxes for adding/removing the accurate and key_unit seek
10730         flags.
10731
10732 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10733
10734         * configure.ac: back to HEAD
10735
10736 === release 0.9.5 ===
10737
10738 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10739
10740         * configure.ac:
10741           releasing 0.9.5, "No No Kia"
10742
10743 2005-11-11  Edward Hervey  <edward@fluendo.com>
10744
10745         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10746         Added parse-launch syntax seeking mode for the seeking example.
10747         This should help stress-test even more cases.
10748         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10749
10750 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10751
10752         * sys/xvimage/xvimagesink.c:
10753         (gst_xvimagesink_navigation_send_event):
10754           Check whether peer pad exists before sending navigation events
10755           to it.
10756
10757 2005-11-11  Michael Smith <msmith@fluendo.com>
10758
10759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10760         (gst_vorbisenc_buffer_from_packet):
10761         * ext/vorbis/vorbisenc.h:
10762           Set duration on encoded buffers. This allows oggmux's
10763           max_page_delay parameter to actually work.
10764
10765 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10766
10767         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10768         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10769         (gst_ffmpegcsp_avpicture_fill):
10770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10771         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10772           Make palettes work again (see #132341). Use our own macros
10773           for rounding up.
10774
10775 2005-11-10  Andy Wingo  <wingo@pobox.com>
10776
10777         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10778         string doober.
10779
10780 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10781
10782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10783         (gst_ffmpegcsp_transform_caps):
10784           Prefer passthrough in transform_caps
10785
10786 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10787
10788         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10789           check for ALSA errors properly, instead of relying on ALSA's
10790           error strings to serve to the user.
10791
10792 2005-11-10  Wim Taymans  <wim@fluendo.com>
10793
10794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10795         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10796         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10797         Modernise the seek code.
10798
10799 2005-11-10  Michael Smith <msmith@fluendo.com>
10800         
10801         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10802         (setup_substreams), (set_active_source):
10803           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10804           trying to go to NULL if we failed to read a file.
10805
10806 2005-11-10  Wim Taymans  <wim@fluendo.com>
10807
10808         * gst/audiotestsrc/gstaudiotestsrc.c:
10809         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10810         (gst_audiotestsrc_create):
10811         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10812         (gst_sinesrc_get_times), (gst_sinesrc_create):
10813         * gst/videotestsrc/gstvideotestsrc.c:
10814         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10815         (gst_videotestsrc_create):
10816         The base class can now sync for us.
10817
10818 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10819
10820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10821           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10822           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10823           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10824           format=(fourcc)I420" ! xvimagesink
10825
10826 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10829         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10830         (gst_sinesrc_newsegment):
10831           Send newsegment event in TIME format, set duration if
10832           num-buffers is set, fix duration querying.
10833
10834 2005-11-10  Michael Smith <msmith@fluendo.com>
10835
10836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10837         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10838         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10839         (gst_ogg_mux_collected):
10840          Fix EOS handling, partially. Now forwarding an EOS event once we have
10841          EOS on all pads works correctly. However, we still don't properly set
10842          EOS on the actual ogg stream pages.
10843
10844 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10845
10846         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10847           Set elements to NULL state before disposing of them.
10848
10849 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10850
10851         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10854         (gst_base_rtp_depayload_init),
10855         (gst_base_rtp_depayload_set_gst_timestamp):
10856         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10857           We need to send a newsegment event for each instance, not
10858           just for the first instance of this class (get rid of
10859           static variable in function). (#321011).
10860           
10861 2005-11-08  Michael Smith <msmith@fluendo.com>
10862
10863         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10864         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10865         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10866         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10867           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10868           This makes us mux things correctly according to the ogg muxing
10869           rules. Still not handling EOS correctly right now, though.
10870
10871 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * gst/audioconvert/gstaudioconvert.c:
10874           Fix typo in docs. 
10875
10876 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10879         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10880           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10881           creating a new chain; should fix live streaming. Also
10882           add more debug output and fix a typo.
10883
10884 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10885
10886         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10887
10888         * gst/volume/gstvolume.c: (volume_set_caps):
10889           Fix compilation on Solaris with Forte. (#320923)
10890
10891 2005-11-08  Wim Taymans  <wim@fluendo.com>
10892
10893         * gst-libs/gst/audio/gstbaseaudiosink.c:
10894         (gst_base_audio_sink_render):
10895         No need to do a typecheck.
10896
10897 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         * ext/alsa/gstalsa.h:
10900           We register a debug category, so let's use it.
10901
10902 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10903
10904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10905         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10906         Fixed a small problem.
10907
10908 2005-11-04  Wim Taymans  <wim@fluendo.com>
10909
10910         * examples/seeking/Makefile.am:
10911         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10912         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10913         (make_playerbin_pipeline), (format_value), (update_scale),
10914         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10915         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10916         (print_usage), (main):
10917         Added app for playback speed testing.
10918
10919         * examples/seeking/seek.c: (dynamic_link),
10920         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10921         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10922         (message_received), (main):
10923         Updated seek example.
10924
10925 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10926
10927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10928         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10929         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10930         (gst_base_rtp_depayload_set_clock):
10931         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10932         Don't sleep on the bench (system clock) when you have a nice 
10933         comfortable bed (Gstreamer clock) to sleep on.
10934
10935 2005-11-03  Wim Taymans  <wim@fluendo.com>
10936
10937         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10938         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10939         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10940         Handle the case where a pad_block failed.
10941
10942 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10943
10944         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10945
10946         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10947         (gst_base_rtp_depayload_add_to_queue),
10948         (gst_base_rtp_depayload_push),
10949         (gst_base_rtp_depayload_set_gst_timestamp),
10950         (gst_base_rtp_depayload_queue_release):
10951           Fixes some bugs in the depayloader's queuing/de-queueing code.
10952
10953 2005-10-31  Michael Smith <msmith@fluendo.com>
10954
10955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10956         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10957         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10958           Patch from Alessandro Decina <alessandro@nnva.org>.
10959           Make oggdemux only find the final time in a chain, not per-pad,
10960           since the per-pad information can be very expensive to locate, and
10961           it isn't used anywhere. This makes reading a file containing
10962           OggSkeleton reasonably fast.
10963           Also, make chain finding work when there are logical bitstreams that
10964           can't be decoded. Fixes #319110.
10965
10966 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10967
10968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10969         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10970         (gst_base_rtp_depayload_chain),
10971         (gst_base_rtp_depayload_add_to_queue),
10972         (gst_base_rtp_depayload_push),
10973         (gst_base_rtp_depayload_set_gst_timestamp),
10974         (gst_base_rtp_depayload_queue_release),
10975         (gst_base_rtp_depayload_start_thread),
10976         (gst_base_rtp_depayload_set_property),
10977         (gst_base_rtp_depayload_get_property):
10978         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10979         Some random fixes, to fullfill the desires of thomas.
10980
10981 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10982
10983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10984         (gst_base_rtp_depayload_add_to_queue),
10985         (gst_base_rtp_depayload_push):
10986         Fixed the queueing algorithm.
10987
10988 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10989
10990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10991         (gst_base_rtp_depayload_push):
10992         A small fix
10993
10994 2005-10-31  Wim Taymans  <wim@fluendo.com>
10995
10996         * gst-libs/gst/audio/gstringbuffer.h:
10997         Don't break ABI.
10998
10999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11000         (gst_ffmpeg_caps_to_pixfmt):
11001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11002         (gst_ffmpegcsp_set_caps):
11003         Some more comments.
11004         Handle missing required caps fields better.
11005
11006 2005-10-31  Wim Taymans  <wim@fluendo.com>
11007
11008         * gst-libs/gst/audio/gstbaseaudiosink.c:
11009         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11010         (gst_base_audio_sink_render):
11011         * gst-libs/gst/audio/gstringbuffer.c:
11012         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11013         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11014         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11015         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11016         (gst_ring_buffer_read):
11017         * gst-libs/gst/audio/gstringbuffer.h:
11018         Add flushing mode to the ringbuffer so that it in all cases does
11019         not try to handle more audio. This makes sure it does not try to
11020         block anymore when flushing and fixes a livelock.
11021
11022 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11025         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11026         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11027           Explicitly check for -1 values before doing a conversion
11028           and always map them to -1. (#315545)
11029
11030 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11031
11032         * gst/playback/gstplaybin.c: (gen_video_element):
11033           first try autovideosink, then xvimagesink, then error out
11034         * po/POTFILES.in:
11035           add translatable file
11036         * po/af.po:
11037         * po/az.po:
11038         * po/cs.po:
11039         * po/en_GB.po:
11040         * po/hu.po:
11041         * po/it.po:
11042         * po/nb.po:
11043         * po/nl.po:
11044         * po/or.po:
11045         * po/sq.po:
11046         * po/sr.po:
11047         * po/sv.po:
11048         * po/uk.po:
11049         * po/vi.po:
11050           update translations
11051
11052 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11053
11054         * gst-libs/gst/rtp/gstbasedepayload.c:
11055         * gst-libs/gst/rtp/gstbasedepayload.h:
11056           Minor cleanups
11057
11058 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * gst/playback/.cvsignore:
11061         * gst/playback/decodetest.c:
11062         * gst/playback/test3.c:
11063           Port these two tests as well.
11064
11065 2005-10-27  Wim Taymans  <wim@fluendo.com>
11066
11067         * ext/theora/theoradec.c: (theora_dec_src_query),
11068         (theora_dec_sink_event):
11069         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11070         (theora_enc_change_state):
11071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11072         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11073         Take proper locks when handling events.
11074
11075 2005-10-27  Wim Taymans  <wim@fluendo.com>
11076
11077         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11078         (gst_adder_change_state):
11079         Fix timestamps and fix deadlock when stopping the collectpads.
11080
11081 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11082
11083         * gst-libs/gst/rtp/gstrtpbuffer.h:
11084         Declaring the payload types as strings too so that they can be used
11085         in the padtemplate inialization.
11086
11087 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11088
11089         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11090
11091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11092         (gst_base_rtp_depayload_class_init):
11093         Fixes a small but nasty bug. The derived elements no longer segfaults
11094         on finalization.
11095
11096 2005-10-26  Michael Smith <msmith@fluendo.com>
11097
11098         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11099           When clearing an audioconvert context, set tmpbufsize to zero, so
11100           we'll allocate it again later if required.
11101           This fixes audioconvert re-negotiating formats, which previously
11102           segfaulted with a NULL destination buffer.
11103
11104 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11105
11106         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11107         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11108         (gst_base_rtp_depayload_set_gst_timestamp),
11109         (gst_base_rtp_depayload_queue_release):
11110         Fixed a smalll memleak.
11111
11112 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11114         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11115         (gst_base_rtp_depayload_finalize),
11116         (gst_base_rtp_depayload_setcaps),
11117         (gst_base_rtp_depayload_add_to_queue),
11118         (gst_base_rtp_depayload_push),
11119         (gst_base_rtp_depayload_set_gst_timestamp),
11120         (gst_base_rtp_depayload_queue_release),
11121         (gst_base_rtp_depayload_thread),
11122         (gst_base_rtp_depayload_change_state):
11123         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11124         Changed the C++ comments to C comments
11125
11126 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11129         * gst/tcp/gsttcpclientsrc.h:
11130         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11131         * gst/tcp/gsttcpserversrc.h:
11132           Remove unused 'curoffset' structure member.
11133
11134 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11135
11136         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11137         (gst_base_rtp_depayload_base_init),
11138         (gst_base_rtp_depayload_finalize):
11139         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11140         * gst-libs/gst/rtp/gstbasertppayload.h:
11141           The pad-template on the sinkpad should be set by the derived classes.
11142           Also added some useful macros.
11143
11144 2005-10-24  Wim Taymans  <wim@fluendo.com>
11145
11146         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11147         Correctly flush decoder samples even if we could not
11148         copy them to an output buffer. Fixes #319618.
11149
11150 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11151
11152         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11154         the caps against our xcontext caps.
11155
11156 2005-10-24  Wim Taymans  <wim@fluendo.com>
11157
11158         * gst-libs/gst/audio/gstbaseaudiosink.c:
11159         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11160         Remove g_print
11161         Use sync property from baseclass to disable sync.
11162
11163 2005-10-24  Wim Taymans  <wim@fluendo.com>
11164
11165         * gst-libs/gst/audio/gstbaseaudiosink.c:
11166         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11167         Buffers with no timestamps get aligned with previous buffers or
11168         on underrun, played ASAP.
11169
11170 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11171
11172         * gst-libs/gst/video/video.h:
11173         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11174         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11176         here comes my change on caps for framerate and geometry range.
11177         We are now accepting 1 to MAXINT for width and height, and from
11178         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11179         to be blended correctly in videomixer.
11180
11181 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11182
11183         * configure.ac:
11184           back to HEAD
11185
11186 === release 0.9.4 ===
11187
11188 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11189
11190         * NEWS:
11191         * RELEASE:
11192         * configure.ac:
11193           releasing 0.9.4, "Velociraptor"
11194
11195 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11196
11197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11198         * po/POTFILES.in:
11199           STOPPED -> FAILED
11200
11201 2005-10-21  Wim Taymans  <wim@fluendo.com>
11202
11203         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11204         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11205         (pad_blocked), (close_pad_link), (new_pad):
11206         Don't try to remove elements twice.
11207
11208 2005-10-21  Wim Taymans  <wim@fluendo.com>
11209
11210         * ext/theora/theoradec.c: (theora_dec_src_query),
11211         (theora_dec_sink_event):
11212         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11213         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11214         (vorbis_handle_data_packet):
11215         * ext/vorbis/vorbisdec.h:
11216         Fix old naming.
11217
11218         * gst-libs/gst/audio/gstbaseaudiosink.c:
11219         (gst_base_audio_sink_render):
11220         Don't try to sync on buffers without a timestamp.
11221
11222 2005-10-21  Wim Taymans  <wim@fluendo.com>
11223
11224         * ext/theora/theoradec.c: (theora_dec_src_query),
11225         (theora_dec_sink_event):
11226         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11227         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11228         (vorbis_handle_data_packet):
11229         * ext/vorbis/vorbisdec.h:
11230         Fix old naming.
11231
11232 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11233
11234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11235         (gst_vorbisenc_src_query):
11236           Implement position and duration queries.
11237
11238         * gst/playback/test3.c: (update_scale), (main):
11239           Fix for async state changes and print nicer output.
11240
11241 2005-10-20  Wim Taymans  <wim@fluendo.com>
11242
11243         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11244         (dump_element_stats), (main):
11245         * gst/playback/test6.c: (main):
11246         Fix tests again
11247
11248 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11249
11250         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11251         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11252           Don't use functions for position queries when handling
11253           duration queries.
11254
11255 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11258         (vorbis_handle_data_packet), (vorbis_dec_chain),
11259         (vorbis_dec_change_state):
11260         * ext/vorbis/vorbisdec.h:
11261           Vorbis streams can be embedded in other container formats
11262           than ogg, container formats where the demuxer might set 
11263           timestamps on encoded vorbis buffers instead of those silly 
11264           granulepos thingies. In short: make vorbisdec handle 
11265           timestamps on incoming buffers as well.
11266
11267 2005-10-20  Wim Taymans  <wim@fluendo.com>
11268
11269         * gst/playback/gstplaybasebin.c: (group_destroy),
11270         (gst_play_base_bin_change_state):
11271         Fix leak.
11272         Handle case where playbasebin is now ASYNC because
11273         decodebin is.
11274
11275 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11276
11277         * gst/audioconvert/Makefile.am:
11278         * gst/audioconvert/bufferframesconvert.c:
11279         * gst/audioconvert/plugin.c: (plugin_init):
11280         * gst/audioconvert/plugin.h:
11281           And bye bye buffer-frames-convert
11282
11283 2005-10-19  Wim Taymans  <wim@fluendo.com>
11284
11285         * check/elements/audioconvert.c:
11286         * docs/libs/tmpl/gstaudio.sgml:
11287         * docs/libs/tmpl/gstcolorbalance.sgml:
11288         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11289         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11290         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11291         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11292         * gst-libs/gst/audio/audio.h:
11293         * gst/audioconvert/audioconvert.h:
11294         * gst/audioconvert/gstaudioconvert.c:
11295         (gst_audio_convert_parse_caps):
11296         * gst/volume/gstvolume.c:
11297         Bye bye buffer-frames.
11298
11299 2005-10-19  Wim Taymans  <wim@fluendo.com>
11300
11301         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11302         (query_positions_elems), (query_positions_pads), (update_scale),
11303         (do_seek), (set_update_scale), (message_received), (main):
11304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11305         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11306         (gst_ogg_demux_loop):
11307         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11308         * ext/theora/theoradec.c: (theora_dec_src_query),
11309         (theora_dec_sink_event):
11310         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11311         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11312         * gst/adder/gstadder.c: (gst_adder_query):
11313         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11314         * gst/playback/test3.c: (update_scale):
11315         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11316         (dump_element_stats), (main):
11317         * gst/playback/test6.c: (main):
11318         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11319         Query API update.
11320
11321 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11324         (xml_check_first_element), (xml_type_find), (smil_type_find),
11325         (plugin_init):
11326           Add typefinding for SMIL and for generic XML. Based on patch by
11327           Akos Maroy (#308663).
11328
11329 2005-10-18  Wim Taymans  <wim@fluendo.com>
11330
11331         * gst/playback/Makefile.am:
11332         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11333         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11334         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11335         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11336         (gst_decode_bin_change_state):
11337         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11338         (gst_play_bin_send_event_to_sink):
11339         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11340         (dump_element_stats), (main):
11341         * gst/playback/test6.c: (main):
11342         Make playbin async, it'll commit state to paused when all streams
11343         are detected.
11344         Remove ugly hack.
11345         Added test6.c to show async behaviour.
11346
11347 2005-10-18  Wim Taymans  <wim@fluendo.com>
11348
11349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11350         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11351         Fix for segment-start/stop API change.
11352
11353 2005-10-18  Wim Taymans  <wim@fluendo.com>
11354
11355         * check/Makefile.am:
11356         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11357         (main):
11358         Add future test for clock selection.
11359
11360 2005-10-18  Wim Taymans  <wim@fluendo.com>
11361
11362         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11363         (gst_alsasink_close):
11364         Set handle to NULL.
11365
11366         * gst-libs/gst/audio/gstringbuffer.c:
11367         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11368         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11369         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11370         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11371         (gst_ring_buffer_read):
11372         More debug info.
11373
11374 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11375
11376         * gst/audiotestsrc/Makefile.am:
11377         * gst/sine/Makefile.am:
11378         * gst/volume/Makefile.am:
11379           fix broken build of controllerized plugins
11380
11381 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11382
11383         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11384
11385         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11386         (gst_riff_create_video_template_caps):
11387           Add support for Indeo-3 (IV32).
11388
11389 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11390
11391         * configure.ac:
11392           rewrite
11393
11394 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11395
11396         * gst-libs/gst/video/video.c: (gst_video_get_size):
11397         * gst/audiotestsrc/gstaudiotestsrc.c:
11398           doc updates
11399
11400 2005-10-17  Andy Wingo  <wingo@pobox.com>
11401
11402         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11403         with the collectpads change.
11404         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11405
11406         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11407
11408         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11409
11410         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11411         alloc_buffer flow return to callers.
11412         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11413         change. Fix some memleaks in theoraenc.
11414
11415         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11416         in strange circumstance.
11417
11418 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11419
11420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11421         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11422         from caps, let's use the caps...
11423
11424 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11425
11426         * configure.ac:
11427           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11428
11429 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11430
11431         * gst-libs/gst/interfaces/Makefile.am:
11432           fix silly typo
11433
11434 2005-10-16  Andy Wingo  <wingo@pobox.com>
11435
11436         * gst/playback/gstdecodebin.c
11437         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11438         function!
11439         (try_to_link_1): Increase kraziness level.
11440
11441 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11442
11443         * configure.ac:
11444           restructure like the core one
11445         * gst-libs/gst/audio/Makefile.am:
11446         * gst-libs/gst/interfaces/Makefile.am:
11447         * gst-libs/gst/net/Makefile.am:
11448         * gst-libs/gst/riff/Makefile.am:
11449         * gst-libs/gst/rtp/Makefile.am:
11450         * gst-libs/gst/tag/Makefile.am:
11451         * gst-libs/gst/video/Makefile.am:
11452           use correct linker flags, now the libs are properly versioned
11453         * check/elements/audioconvert.c: (verify_convert):
11454         * ext/alsa/gstalsaplugin.c:
11455         * ext/cdparanoia/gstcdparanoia.c:
11456         * ext/gnomevfs/gstgnomevfs.c:
11457         * ext/libvisual/visual.c:
11458         * ext/ogg/gstogg.c:
11459         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11460         * ext/theora/theora.c:
11461         * ext/vorbis/vorbis.c:
11462         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11463         * gst-libs/gst/tag/gsttagediting.c:
11464         * gst-libs/gst/video/video.c:
11465         * gst/adder/gstadder.c:
11466         * gst/audioconvert/plugin.c:
11467         * gst/audiorate/gstaudiorate.c:
11468         * gst/audioresample/gstaudioresample.c:
11469         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11470         * gst/audioscale/gstaudioscale.c:
11471         * gst/audioscale/resample.c:
11472         * gst/audiotestsrc/gstaudiotestsrc.c:
11473         * gst/ffmpegcolorspace/gstffmpeg.c:
11474         * gst/playback/gstdecodebin.c: (close_pad_link):
11475         * gst/playback/gstplaybin.c: (gen_video_element),
11476         (gen_audio_element):
11477         * gst/sine/gstsinesrc.c:
11478         * gst/subparse/gstsubparse.c:
11479         * gst/tags/gsttagediting.c:
11480         * gst/tcp/gsttcpplugin.c:
11481         * gst/typefind/gsttypefindfunctions.c:
11482         * gst/videorate/gstvideorate.c:
11483         * gst/videoscale/gstvideoscale.c:
11484         * gst/videotestsrc/gstvideotestsrc.c:
11485         * gst/volume/gstvolume.c:
11486         * sys/v4l/gstv4l.c:
11487         * sys/ximage/ximage.c:
11488         * sys/xvimage/xvimagesink.c:
11489           fix up defines
11490
11491 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         * ext/vorbis/vorbisenc.c:
11494         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11495         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11496         (gst_tag_to_vorbis_comments):
11497           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11498
11499 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11500
11501         * examples/stats/mp2ogg.c:
11502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11503           typo fixes
11504
11505 2005-10-13  Michael Smith <msmith@fluendo.com>
11506
11507         * ext/ogg/gstoggmux.c:
11508           Use magic glib macros to define constants as 64 bit, to ensure
11509           appropriate vararg passing.
11510
11511 2005-10-13  Michael Smith <msmith@fluendo.com>
11512
11513         * ext/ogg/gstoggmux.c:
11514         * gst/audioconvert/audioconvert.c: (float):
11515           Don't use LL suffix, as it's not portable, and neither of these
11516           uses required it anyway.
11517
11518 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11519
11520         * examples/indexing/indexmpeg.c: (main):
11521         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11522         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11523         (cdparanoia_convert), (cdparanoia_query):
11524         * ext/cdparanoia/gstcdparanoia.h:
11525         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11526         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11527         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11529         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11530         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11531         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11532         (gst_multifdsink_render), (gst_multifdsink_start),
11533         (gst_multifdsink_stop):
11534         * gst/tcp/gstmultifdsink.h:
11535         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11536         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11537         (gst_tcpclientsink_stop):
11538         * gst/tcp/gsttcpclientsink.h:
11539         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11540         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11541         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11542         * gst/tcp/gsttcpclientsrc.h:
11543         * gst/tcp/gsttcpserversink.h:
11544         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11545         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11546         (gst_tcpserversrc_stop):
11547         * gst/tcp/gsttcpserversrc.h:
11548         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11550         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11551           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11552           moved bitshift from macro to enum definition
11553
11554 2005-10-12  Wim Taymans  <wim@fluendo.com>
11555
11556         * examples/seeking/Makefile.am:
11557         Oops.
11558
11559 2005-10-12  Wim Taymans  <wim@fluendo.com>
11560
11561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11562         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11563         Don't assert on normal stuff.
11564
11565         * gst/playback/gstplaybin.c: (do_playbin_seek):
11566         API fix.
11567
11568 2005-10-12  Wim Taymans  <wim@fluendo.com>
11569
11570         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11571         * examples/seeking/Makefile.am:
11572         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11573         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11574         (do_seek), (set_update_scale), (message_received), (main):
11575         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11576         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11577         Update for _get_state() API change.
11578
11579 2005-10-11  Wim Taymans  <wim@fluendo.com>
11580
11581         * gst-libs/gst/audio/gstbaseaudiosink.c:
11582         (gst_base_audio_sink_render):
11583         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11584         (gst_base_audio_src_create):
11585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11586         (gst_ring_buffer_read):
11587         Cleanups.
11588         Commit and read from ringbuffer in samples rather than bytes.
11589
11590 2005-10-11  Wim Taymans  <wim@fluendo.com>
11591
11592         * gst-libs/gst/audio/gstbaseaudiosink.c:
11593         (gst_base_audio_sink_render):
11594         Respect segment rate and accum when scheduling samples.
11595
11596 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11597
11598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11599         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11600         EOS correctly, that needs more work.
11601
11602 2005-10-11  Wim Taymans  <wim@fluendo.com>
11603
11604         * check/generic/states.c: (GST_START_TEST):
11605         remove old property.
11606
11607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11608         (gst_ogg_demux_perform_seek):
11609         * ext/theora/theoradec.c: (theora_dec_sink_event):
11610         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11611         (vorbis_handle_data_packet):
11612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11613         (gst_base_rtp_depayload_set_gst_timestamp):
11614         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11615         Update for newsegment API change.
11616
11617 2005-10-11  Michael Smith <msmith@fluendo.com>
11618
11619         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11620         (do_playbin_seek), (gst_play_bin_send_event):
11621           Override send_event differently, so that we can takes bits of
11622           functionality from GstPipeline (special handling for seeks,
11623           including pausing/resuming, and resetting stream time) and still get
11624           the appropriate behaviour of only forwarding event to a single sink,
11625           rather than all of them.
11626           Unfortunately requires a lot of code duplication, but the
11627           alternatives are equally ugly in the end.
11628
11629 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11630
11631         * check/elements/audioconvert.c: (setup_audioconvert),
11632         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11633         (GST_START_TEST), (audioconvert_suite):
11634           clean up tests a little, fix some leaks.
11635
11636 2005-10-10  Wim Taymans  <wim@fluendo.com>
11637
11638         * ext/alsa/gstalsasink.c:
11639         Also allow unsigned int.
11640
11641         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11642         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11643         Small cleanup
11644
11645 2005-10-10  Wim Taymans  <wim@fluendo.com>
11646
11647         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11648         Small update, use API as stated in design docs.
11649
11650         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11651         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11652         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11653         (message_received), (main):
11654         Updated seek example for GOption. Some usability improvements.
11655
11656 2005-10-10  Wim Taymans  <wim@fluendo.com>
11657
11658         * gst/audioconvert/audioconvert.h:
11659         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11660         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11661         Alloc temp storage somewhere else where we can do it more
11662         portable.
11663
11664 2005-10-10  Wim Taymans  <wim@fluendo.com>
11665
11666         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11667         (gst_tcpserversrc_start):
11668         Don't block in accept while doing the state change, move
11669         to poll and make cancellable.
11670
11671 2005-10-09  Philippe Khalaf <burger@speedy.org>
11672
11673         * gst-libs/gst/rtp/rtpbasedepayload.c:
11674         Set timestamp and add queue delay to timestamp
11675         * gst-libs/gst/rtp/rtpbuffer.h:
11676         Set correct payload type for h263
11677
11678 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11679
11680         * gst/audiotestsrc/gstaudiotestsrc.c:
11681         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11682         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11683         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11684         (gst_audiotestsrc_create_triangle),
11685         (gst_audiotestsrc_create_silence),
11686         (gst_audiotestsrc_create_white_noise),
11687         (gst_audiotestsrc_init_pink_noise),
11688         (gst_audiotestsrc_generate_pink_noise_value),
11689         (gst_audiotestsrc_create_pink_noise),
11690         (gst_audiotestsrc_change_wave):
11691         * gst/audiotestsrc/gstaudiotestsrc.h:
11692           fixed typo, added pink noise
11693
11694 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11695
11696         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11697         (plugin_init):
11698           Add wavpack and spc typefind functions from 0.8 branch.
11699
11700 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11701
11702         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11703         (ar_type_find), (msdos_type_find), (plugin_init):
11704           Add typefind functions for tar archives, ar archives,
11705           RAR archives, and msdos-executables (dlls, exe, etc.).
11706           Some of those would be wrongly identified as mpeg
11707           streams of some sort before (#315550).
11708
11709 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11710
11711         * configure.ac:
11712         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11713         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11714         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11715         * gst/audiotestsrc/Makefile.am:
11716         * gst/audiotestsrc/gstaudiotestsrc.c:
11717         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11718         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11719         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11720         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11721         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11722         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11723         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11724         (gst_audiotestsrc_create_silence),
11725         (gst_audiotestsrc_create_white_noise),
11726         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11727         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11728         (gst_audiotestsrc_start), (plugin_init):
11729         * gst/audiotestsrc/gstaudiotestsrc.h:
11730           add new plugin and element
11731         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11732           use gobject_class
11733
11734 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11737         (gst_adder_init), (gst_adder_request_new_pad),
11738         (gst_adder_change_state):
11739           Add query function to source pad, so adder reports the correct
11740           time/sample position when queried (#315457); fix state change
11741           function; use GST_DEBUG_FUNCPTR() for pad functions.
11742
11743 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11744
11745         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11746           Fix leaks in typefind registration
11747           Clean up the gratuitous commenting and whitespacing a little
11748
11749 2005-10-08  Wim Taymans  <wim@fluendo.com>
11750
11751         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11752         Only actually wait for the thread to be stopped if it's 
11753         running.
11754
11755 2005-10-08  Wim Taymans  <wim@fluendo.com>
11756
11757         * gst-libs/gst/audio/gstbaseaudiosink.c:
11758         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11759         If we receive EOS we can start playback of what we had.
11760
11761 2005-10-08  Wim Taymans  <wim@fluendo.com>
11762
11763         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11764         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11765         (gst_multifdsink_stop):
11766         Fix crasher when going to NULL multiple times.
11767
11768 2005-10-06  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11771         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11772         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11773         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11774         patch from Edgard Lima <edgard.lima@indt.org.br>
11775         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11776
11777 2005-10-06  Wim Taymans  <wim@fluendo.com>
11778
11779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11780         Report the FLOW_RETURN as string in the error message.
11781
11782         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11783         Don't assert when clearing an unnegotiated buffer.
11784
11785 2005-10-04  Michael Smith <msmith@fluendo.com>
11786
11787         * gst/playback/gstplaybasebin.c: (group_destroy),
11788         (gen_preroll_element), (remove_groups), (setup_source):
11789         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11790         (setup_sinks), (gst_play_bin_send_event),
11791         (gst_play_bin_change_state):
11792           Set state to NULL before removing from bin. Fix refcounting.
11793
11794 2005-10-04  Michael Smith <msmith@fluendo.com>
11795
11796         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11797           Correct refcounting in send_event() function. Previously was wrong
11798           if the first sink was unable to handle the event.
11799
11800 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11801
11802         * configure.ac:
11803           back to development
11804
11805 === release 0.9.3 ===
11806
11807 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11808
11809         * configure.ac:
11810           Releasing 0.9.3, "De Facto"
11811
11812 2005-10-03  Andy Wingo  <wingo@pobox.com>
11813
11814         * gst/playback/gstdecodebin.c (try_to_link_1)
11815         (remove_element_chain): set element to NULL before removing it.
11816
11817 2005-10-02  Johan Dahlin  <johan@gnome.org>
11818
11819         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11820         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11821         MT safe.
11822
11823 2005-10-02  Andy Wingo  <wingo@pobox.com>
11824
11825         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11826         (gst_ring_buffer_prepare_read): 
11827         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11828         Demote to LOG.
11829
11830 2005-09-29  Wim Taymans  <wim@fluendo.com>
11831
11832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11833         * ext/theora/theoradec.c: (theora_handle_data_packet):
11834         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11835         Propagate error codes from alloc_buffer too.
11836
11837 2005-09-29  Wim Taymans  <wim@fluendo.com>
11838
11839         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11840         We use fixed caps.
11841
11842         * gst/playback/Makefile.am:
11843         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11844         (dump_element_stats), (main):
11845         Added example stream introspection code.
11846
11847 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11848
11849         * gst/adder/gstadder.c: (gst_adder_collected):
11850           fix adder for float elements
11851
11852 2005-09-28  Wim Taymans  <wim@fluendo.com>
11853
11854         * gst-libs/gst/audio/gstbaseaudiosink.c:
11855         (gst_base_audio_sink_class_init),
11856         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11857         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11858         (gst_base_audio_src_class_init),
11859         (gst_base_audio_src_provide_clock):
11860         get_clock -> provide_clock
11861
11862 2005-09-28  Andy Wingo  <wingo@pobox.com>
11863
11864         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11865         and unlocking.
11866
11867         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11868         unlocking.
11869
11870         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11871         Actually add the pad template.
11872         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11873
11874         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11875         I'm at it...
11876
11877         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11878         from fdsrc. Get caps in create() instead of start() so it can be
11879         interrupted. Interruption somewhat untested.
11880
11881         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11882         Proper EOS handling.
11883
11884 2005-09-27  Andy Wingo  <wingo@pobox.com>
11885
11886         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11887
11888         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11889
11890         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11891
11892         * gst/tcp/gsttcp.h: 
11893         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11894         out of tcpclientsrc.c. Cancellable.
11895         (gst_tcp_socket_read): Made private, cancellable, with better
11896         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11897         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11898         whole buffer, and better diagnostics.
11899         (gst_tcp_gdp_read_caps): Same.
11900
11901         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11902
11903 2005-09-26  Andy Wingo  <wingo@pobox.com>
11904
11905         * gst/sine/gstsinesrc.h:
11906         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11907         change the 'sync' property to 'is-live' and implement it halfway,
11908         update for controller api change.
11909
11910         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11911         controller api change.
11912
11913 2005-09-24  Wim Taymans  <wim@fluendo.com>
11914
11915         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11916         * gst-libs/gst/audio/gstaudiosink.c:
11917         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11918         (gst_audioringbuffer_stop):
11919         * gst-libs/gst/audio/gstbaseaudiosink.c:
11920         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11921         (gst_base_audio_sink_change_state):
11922         * gst-libs/gst/audio/gstbaseaudiosink.h:
11923         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11924         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11925         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11926         * gst-libs/gst/audio/gstringbuffer.h:
11927         Fix sync again. Moved sample alignment to basesink.
11928
11929 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11930
11931         * docs/plugins/Makefile.am:
11932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11934         * gst/volume/gstvolume.c:
11935           add/fix docs
11936         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11937         * gst-libs/gst/audio/audio.h:
11938           add conversion macros for frames <-> clocktime
11939
11940 2005-09-23  David Schleef  <ds@schleef.org>
11941
11942         * gst/audioresample/Makefile.am:
11943         * gst/audioresample/debug.h:
11944         * gst/audioresample/gstaudioresample.c:
11945         * gst/audioresample/resample.c: Convert to using gst debugging
11946
11947 2005-09-22  Wim Taymans  <wim@fluendo.com>
11948
11949         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11950         (gst_play_bin_send_event):
11951         Only seek on one sink, the first one that succeeds.
11952
11953 2005-09-22  Michael Smith <msmith@fluendo.com>
11954
11955         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11956         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11957         Don't flush encoder state unless we have an initialised encoder.
11958         Clear out encoder state on PAUSED_TO_READY.
11959
11960 2005-09-22  Wim Taymans  <wim@fluendo.com>
11961
11962         * gst-libs/gst/rtp/gstbasertppayload.c:
11963         (gst_basertppayload_class_init), (gst_basertppayload_init),
11964         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11965         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11966         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11967         (gst_basertppayload_set_property),
11968         (gst_basertppayload_get_property),
11969         (gst_basertppayload_change_state):
11970         * gst-libs/gst/rtp/gstbasertppayload.h:
11971         Added max-ptime to control amount of data in the rtp packets.
11972
11973 2005-09-21  Andy Wingo  <wingo@pobox.com>
11974
11975         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11976         thingies.
11977
11978         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11979         can be called multiple times, dogs.
11980
11981 2005-09-21  Wim Taymans  <wim@fluendo.com>
11982
11983         * gst-libs/gst/rtp/gstbasertppayload.c:
11984         (gst_basertppayload_class_init), (gst_basertppayload_init),
11985         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11986         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11987         (gst_basertppayload_push), (gst_basertppayload_get_property),
11988         (gst_basertppayload_change_state):
11989         Allow 0 ssrc too.
11990
11991 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11992
11993         * docs/libs/compiling.sgml:
11994           fixing typos
11995
11996 2005-09-20  Wim Taymans  <wim@fluendo.com>
11997
11998         * gst-libs/gst/rtp/gstbasertppayload.c:
11999         (gst_basertppayload_class_init), (gst_basertppayload_init),
12000         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12001         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12002         (gst_basertppayload_push), (gst_basertppayload_set_property),
12003         (gst_basertppayload_get_property),
12004         (gst_basertppayload_change_state):
12005         * gst-libs/gst/rtp/gstbasertppayload.h:
12006         Added property to configure sequence number offsets.
12007
12008 2005-09-20  Wim Taymans  <wim@fluendo.com>
12009
12010         * gst-libs/gst/rtp/gstbasertppayload.c:
12011         (gst_basertppayload_class_init), (gst_basertppayload_init),
12012         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12013         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12014         (gst_basertppayload_push), (gst_basertppayload_set_property),
12015         (gst_basertppayload_get_property),
12016         (gst_basertppayload_change_state):
12017         * gst-libs/gst/rtp/gstbasertppayload.h:
12018         Make timestamp offset configurable.
12019
12020 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12021
12022         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12023           fix wrong pop/unref
12024
12025 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12026
12027         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * gst-libs/gst/interfaces/propertyprobe.c:
12030         (gst_property_probe_probe_property_name),
12031         (gst_property_probe_needs_probe_name),
12032         (gst_property_probe_get_values_name),
12033         (gst_property_probe_probe_and_get_values_name):
12034           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12035           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12036
12037 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12038
12039         * check/Makefile.am:
12040           have some tests be disabled for valgrinding
12041         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12042         (GST_START_TEST):
12043         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12044           Fix A Leak.  Chain To Parent Finalize.
12045
12046 2005-09-19  Wim Taymans  <wim@fluendo.com>
12047
12048         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12049         Fixed wav pipeline.
12050
12051 2005-09-19  Wim Taymans  <wim@fluendo.com>
12052
12053         * gst-libs/gst/rtp/gstbasertppayload.c:
12054         (gst_basertppayload_class_init), (gst_basertppayload_init),
12055         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12056         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12057         (gst_basertppayload_push), (gst_basertppayload_get_property),
12058         (gst_basertppayload_change_state):
12059         Posting ERROR and WARNING messages is good.
12060
12061 2005-09-19  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12064         (gst_base_rtp_depayload_add_to_queue),
12065         (gst_base_rtp_depayload_push),
12066         (gst_base_rtp_depayload_set_gst_timestamp),
12067         (gst_base_rtp_depayload_queue_release):
12068         This one was not supposed to go in.
12069
12070 2005-09-19  Wim Taymans  <wim@fluendo.com>
12071
12072         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12073         Fix for bus API.
12074
12075         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12076         (gst_base_rtp_depayload_chain),
12077         (gst_base_rtp_depayload_add_to_queue),
12078         (gst_base_rtp_depayload_push),
12079         (gst_base_rtp_depayload_set_gst_timestamp),
12080         (gst_base_rtp_depayload_queue_release):
12081         Some cleanups.
12082
12083         * gst-libs/gst/rtp/gstbasertppayload.c:
12084         (gst_basertppayload_class_init), (gst_basertppayload_init),
12085         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12086         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12087         (gst_basertppayload_get_property),
12088         (gst_basertppayload_change_state):
12089         Added debugging category.
12090
12091 2005-09-18  David Schleef  <ds@schleef.org>
12092
12093         * gst/playback/gstdecodebin.c: free plugin list correctly
12094         * gst/playback/gstplaybin.c: emit warning if autovideosink
12095           and autoaudiosink can't be found (instead of segfaulting)
12096
12097 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12098
12099         * check/elements/audioconvert.c: (GST_START_TEST):
12100           try out 24 bit conversion
12101
12102 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12103
12104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12105         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12106         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12107         * ext/vorbis/vorbisenc.h:
12108           Fix EOS handling.  Still needs a fix in the ogg muxer to
12109           mark the last page as eos.
12110
12111 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12112
12113         * common/gtk-doc-plugins.mak:
12114         * docs/plugins/Makefile.am:
12115         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12116         * gst/ffmpegcolorspace/Makefile.am:
12117         * gst/ffmpegcolorspace/avcodec.h:
12118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12119         * gst/tcp/gstmultifdsink.c:
12120           fix up ffmpegcolorspace docs; extract header
12121
12122 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12123
12124         * common/gtk-doc-plugins.mak:
12125         * docs/plugins/Makefile.am:
12126         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12127         * ext/theora/Makefile.am:
12128         * ext/theora/gsttheoraenc.h:
12129         * ext/theora/theoraenc.c:
12130         * ext/vorbis/vorbisenc.c:
12131           pick up signals and args for vorbis; add some docs for vorbis
12132
12133 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12134
12135         * common/gstdoc-scangobj:
12136         * common/gtk-doc-plugins.mak:
12137         * docs/libs/Makefile.am:
12138         * docs/plugins/gst-plugins-base-plugins.args:
12139         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12140         * docs/plugins/gst-plugins-base-plugins.interfaces:
12141         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12142         * docs/plugins/gst-plugins-base-plugins.signals:
12143           only scanobj stuff from our source module.  Not sure yet
12144           if that's correct, given the hierarchy stuff :)
12145
12146 2005-09-15  Wim Taymans  <wim@fluendo.com>
12147
12148         * gst/audioconvert/gstaudioconvert.c:
12149         And enable 24 bits mode as well..
12150
12151 2005-09-15  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst-libs/gst/rtp/Makefile.am:
12154         * gst-libs/gst/rtp/gstbasertppayload.c:
12155         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12156         (gst_basertppayload_class_init), (gst_basertppayload_init),
12157         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12158         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12159         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12160         (gst_basertppayload_set_property),
12161         (gst_basertppayload_get_property),
12162         (gst_basertppayload_change_state):
12163         * gst-libs/gst/rtp/gstbasertppayload.h:
12164         Added rtp payloader base class.
12165
12166 2005-09-15  Andy Wingo  <wingo@pobox.com>
12167
12168         * configure.ac (plugindir): Remove the EOL matcher from the
12169         regexp, as it causes me problems. Libtool? Make? Who knows?
12170
12171 2005-09-14  David Schleef  <ds@schleef.org>
12172
12173         * check/generic/states.c: 
12174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12175         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12176           Fixes for changes in registry API.
12177
12178         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12179           to GST_PLUGIN_LDFLAGS.
12180         * ext/libvisual/visual.c: Make the library shut up.
12181         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12182         * gst-libs/gst/audio/gstaudiofilter.c: same
12183
12184 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12185
12186         * docs/plugins/Makefile.am:
12187         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12188         * docs/plugins/inspect/plugin-libvisual.xml:
12189         * docs/plugins/tmpl/element-tcpserversink.sgml:
12190         * ext/theora/theoraenc.c:
12191           add libvisual plugin and theoraenc element to docs
12192
12193 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12194
12195         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12196         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12197         * ext/theora/theoraenc.c:
12198           add theoraenc
12199
12200 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12201
12202         * gst/audioconvert/Makefile.am:
12203           Audioconvert derives from GstBaseTransform and should
12204           link to the library with our base elements to avoid
12205           unresolved symbols. Makes things work with MinGW (#316160)
12206
12207         * gst/playback/test4.c: (main):
12208           Fix MinGW build problem and use g_usleep() instead of 
12209           sleep() (#316162)
12210
12211 2005-09-12  Wim Taymans  <wim@fluendo.com>
12212
12213         * gst/audioconvert/audioconvert.c: (float),
12214         (audio_convert_prepare_context), (audio_convert_convert):
12215         * gst/audioconvert/audioconvert.h:
12216         Cleanups, speedups, simplifications, added back support
12217         for 24 bits.
12218
12219 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12220
12221         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12222         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12223         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12224         * docs/plugins/tmpl/element-tcpserversink.sgml:
12225         * gst/ffmpegcolorspace/gstffmpeg.c:
12226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12227         * gst/videotestsrc/gstvideotestsrc.c:
12228         * gst/volume/gstvolume.c:
12229           add more elements to the docs
12230
12231 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12232
12233         * check/Makefile.am:
12234         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12235         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12236           Add extra tests for basetransform based components. 
12237           Comment out the test_element_negotiation test until we decide
12238           if it's testing correct behaviour.
12239         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12240         (gst_visual_chain), (gst_visual_change_state):
12241           Slightly more correct but still bogus timestamping.
12242           Fix state change function.
12243         * gst/audioconvert/gstaudioconvert.c:
12244         (gst_audio_convert_class_init):
12245         * gst/audioresample/gstaudioresample.c:
12246         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12247         (gst_ffmpegcsp_class_init):
12248         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12249         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12250         (gst_videoscale_prepare_image):
12251         * gst/volume/gstvolume.c: (gst_volume_class_init),
12252         (volume_transform_ip):
12253           Basetransform updates. Enable passthrough modes.
12254         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12255         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12256         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12257           Negotiation fix that allows the window to return to the original
12258           size and renegotiate passthrough upstream. Extra debug output.
12259
12260 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12261
12262         * gst/sine/gstsinesrc.c:
12263         * gst/volume/gstvolume.c:
12264           fix up header include
12265
12266 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12267
12268         * gst-libs/gst/audio/gstbaseaudiosink.c:
12269         (gst_base_audio_sink_render):
12270         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12271         * gst/volume/gstvolume.c: (gst_volume_class_init),
12272         (volume_transform):
12273           fixing lost sync, some more debugging
12274
12275 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12276
12277         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12278         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12279         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12280         (gst_xvimagesink_check_xshm_calls):
12281           Fix compilation when XShm is not available.
12282
12283 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12284
12285         * ext/libvisual/visual.c: (gst_visual_dispose),
12286         (gst_visual_getcaps), (gst_visual_src_setcaps),
12287         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12288         (gst_visual_change_state):
12289           Finish fixing up libvisual plugin so that it runs. 
12290
12291 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12292
12293         * ext/vorbis/vorbisenc.c:
12294         * gst-libs/gst/tag/gstvorbistag.c:
12295           gsttaginterface.h -> gsttagsetter.h
12296
12297 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12298
12299         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12300           added another test that failes for me (test is not active by default)
12301
12302 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12303
12304         * configure.ac:
12305           v4l2 is no longer in gst-plugins-base
12306
12307 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12308
12309         * configure.ac:
12310           In the output at the end, don't show the first plugin on the same
12311           line as "Core plug-ins, always built:".
12312           Indent the output as for other plugin categories
12313         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12314           #define that can be used to not use peer buffer_alloc functions for
12315           test purposes.
12316         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12317         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12318         (gst_ximagesink_show_frame):
12319         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12320         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12321         (gst_xvimagesink_show_frame):
12322           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12323           fails gracefully instead of XError aborting or deadlocking.
12324
12325 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12326
12327         * ext/libvisual/Makefile.am:
12328           link against gst-base-libs
12329
12330 2005-09-06  David Schleef  <ds@schleef.org>
12331
12332         * configure.ac: Enable libvisual plugin.
12333         * ext/libvisual/Makefile.am:
12334         * ext/libvisual/visual.c: Fixes to make it compile.
12335
12336 === release 0.9.2 ===
12337
12338 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12339
12340         * NEWS:
12341         * RELEASE:
12342         * configure.ac:
12343         * docs/random/ChangeLog-0.8:
12344           releasing 0.9.2, "Spoon"
12345
12346 2005-09-05  Michael Smith <msmith@fluendo.com>
12347
12348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12349           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12350           that in the vorbisenc element.
12351
12352 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12353
12354         * common/gtk-doc-plugins.mak:
12355         * docs/plugins/Makefile.am:
12356           fix distcheck
12357         * gst/audioresample/resample.c:
12358           fix wrong docstring
12359
12360 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12361
12362         * common/gst-xmlinspect.py:
12363         * common/gtk-doc-plugins.mak:
12364           only inspect plugins for this given package
12365           require gst-python 0.9
12366
12367 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12368
12369         * Makefile.am:
12370         * autogen.sh:
12371         * common/gst-xmlinspect.py:
12372         * configure.ac:
12373         * docs/Makefile.am:
12374         * docs/plugins/inspect/plugin-alsa.xml:
12375         * docs/plugins/inspect/plugin-audioresample.xml:
12376         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12377         * docs/plugins/inspect/plugin-ogg.xml:
12378         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12379         * docs/plugins/tmpl/element-multifdsink.sgml:
12380         * docs/plugins/tmpl/element-tcpserversink.sgml:
12381         * docs/plugins/tmpl/element-vorbisenc.sgml:
12382         * gst-plugins-base.spec.in:
12383           various doc-related updates
12384
12385 2005-08-31  Wim Taymans  <wim@fluendo.com>
12386
12387         * gst-libs/gst/audio/gstbaseaudiosink.c:
12388         (gst_base_audio_sink_render):
12389         Resync if the buffer timestamps drift more than a 10th 
12390         of a second.
12391
12392 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12393
12394         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12395         (gst_v4lsrc_get_property):
12396           The 'timestamp-offset' property is registered as an int64, so
12397           let's use g_value_{set|get}_int64() in our setter and getter
12398           functions (makes it work and fixes warnings with gst-inspect).
12399
12400 2005-08-30  Wim Taymans  <wim@fluendo.com>
12401
12402         * check/elements/audioconvert.c: (setup_audioconvert):
12403         * check/elements/audioresample.c: (setup_audioresample):
12404         * check/elements/volume.c: (setup_volume):
12405         Fix checks.
12406
12407 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12408
12409         * common/gtk-doc-plugins.mak:
12410         * common/plugins.xsl:
12411         * docs/plugins/Makefile.am:
12412           make module a param
12413
12414 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12415
12416         * examples/seeking/seek.c: (make_mp3_pipeline),
12417         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12418         (play_cb), (pause_cb), (stop_cb):
12419           update the example
12420
12421 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12422
12423         * gst/volume/gstvolume.c: (gst_volume_class_init),
12424         (volume_transform):
12425           do not update controlled params, if buffer has no timestamp
12426
12427 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12428
12429         * configure.ac:
12430         * gst/sine/Makefile.am:
12431         * gst/volume/Makefile.am:
12432           controllerized elements also need to link against controller-libs ;)
12433
12434 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12435
12436         * docs/libs/tmpl/gstcolorbalance.sgml:
12437         * docs/libs/tmpl/gstgconf.sgml:
12438         * docs/libs/tmpl/gstmixer.sgml:
12439         * docs/libs/tmpl/gstringbuffer.sgml:
12440         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12441         (gst_sinesrc_create):
12442         * gst/volume/gstvolume.c: (gst_volume_class_init),
12443         (volume_transform):
12444           controllerized two audio plugins
12445
12446 2005-08-29  Andy Wingo  <wingo@pobox.com>
12447
12448         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12449         (vorbis_handle_data_packet): Fix some int overflow errors.
12450
12451         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12452         -1.
12453         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12454         valid.
12455         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12456         if it's valid. Fixed streaming-mode playback.
12457
12458         * check/elements/volume.c (cleanup_volume): Fix for running
12459         CK_FORK=no.
12460
12461         * check/elements/audioconvert.c: Convert from native endian, not
12462         little endian.
12463
12464 2005-08-29  Michael Smith <msmith@fluendo.com>
12465
12466         * ext/ogg/Makefile.am:
12467         * ext/ogg/gstogg.c: (plugin_init):
12468         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12469         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12470         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12471         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12472         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12473         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12474         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12475         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12476         Add an ogg parser element.
12477
12478 2005-08-28  Andy Wingo  <wingo@pobox.com>
12479
12480         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12481
12482 2005-08-26  Wim Taymans  <wim@fluendo.com>
12483
12484         * gst/audioconvert/audioconvert.c: (if), (float),
12485         (audio_convert_get_func_index), (check_default),
12486         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12487         (audio_convert_clean_context), (audio_convert_get_sizes),
12488         (audio_convert_convert):
12489         Cleanups.
12490
12491 2005-08-26  Wim Taymans  <wim@fluendo.com>
12492
12493         * gst/audioconvert/audioconvert.c: (if), (float),
12494         (audio_convert_get_func_index), (check_default),
12495         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12496         (audio_convert_clean_context), (audio_convert_get_sizes),
12497         (audio_convert_convert):
12498         More elegant and working temp buffer selection algo.
12499
12500 2005-08-26  Wim Taymans  <wim@fluendo.com>
12501
12502         * gst/audioconvert/audioconvert.c: (if), (float),
12503         (audio_convert_get_func_index), (check_default),
12504         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12505         (audio_convert_clean_context), (audio_convert_get_sizes),
12506         (get_temp_buffer), (audio_convert_convert):
12507         Use realloc else we lose our original data.
12508
12509 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12510
12511         * gst/audioresample/gstaudioresample.c:
12512           use base class' newsegment to properly timestamp
12513
12514 2005-08-26  Wim Taymans  <wim@fluendo.com>
12515
12516         * gst/audioconvert/audioconvert.c: (if), (float),
12517         (audio_convert_get_func_index), (check_default),
12518         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12519         (audio_convert_clean_context), (audio_convert_get_sizes),
12520         (get_temp_buffer), (audio_convert_convert):
12521         * gst/audioconvert/gstaudioconvert.c:
12522         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12523         (gst_audio_convert_transform_caps),
12524         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12525         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12526         Oops, allocate enough space to perform the channel mix.
12527
12528 2005-08-26  Wim Taymans  <wim@fluendo.com>
12529
12530         * gst/audioconvert/Makefile.am:
12531         * gst/audioconvert/audioconvert.c: (if), (float),
12532         (audio_convert_get_func_index), (check_default),
12533         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12534         (audio_convert_clean_context), (audio_convert_get_sizes),
12535         (get_temp_buffer), (audio_convert_convert):
12536         * gst/audioconvert/audioconvert.h:
12537         * gst/audioconvert/gstaudioconvert.c:
12538         (gst_audio_convert_class_init), (gst_audio_convert_init),
12539         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12540         (gst_audio_convert_get_unit_size),
12541         (gst_audio_convert_transform_caps),
12542         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12543         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12544         * gst/audioconvert/gstaudioconvert.h:
12545         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12546         (gst_channel_mix_fill_identical),
12547         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12548         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12549         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12550         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12551         (gst_channel_mix_mix):
12552         * gst/audioconvert/gstchannelmix.h:
12553         Cleanups, librarify a bit, optimize, better negotiation and more.
12554
12555 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12556
12557         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12558         Another from MikeS:
12559         During typefinding, don't support negative offsets
12560         (offsets from the end of the stream) in our typefind->peek() function
12561         - nothing embedded in ogg ever needs them. However, we need to recognise
12562         those requests and reject them, otherwise we return invalid pointers.
12563
12564 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12565
12566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12567         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12568         (vorbisdec_finalize), (vorbis_handle_type_packet):
12569           Big shout-out to MikeS for fixing this giant memory leak.
12570           Huzzah!
12571
12572 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12573
12574         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12575         (audio_convert_get_unit_size):
12576           plug some leaks
12577
12578 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12579
12580         * check/Makefile.am:
12581         * check/elements/audioconvert.c: (setup_audioconvert),
12582         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12583         (GST_START_TEST), (audioconvert_suite), (main):
12584           add a test for audioconvert
12585         * gst/audioresample/gstaudioresample.c:
12586         * gst/audioresample/gstaudioresample.h:
12587           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12588           note that for buffers of 1/3 sec this means DURATION(c) is 
12589           one nanosecond more than for a and b
12590
12591 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12592
12593         * check/Makefile.am:
12594         * check/elements/audioresample.c: (setup_audioresample),
12595         (cleanup_audioresample), (fail_unless_perfect_stream),
12596         (test_perfect_stream_instance), (GST_START_TEST),
12597           add a check for audioresample
12598         (audioresample_suite), (main):
12599         * check/elements/volume.c: (GST_START_TEST):
12600           remove unused method
12601         * gst/audioresample/gstaudioresample.c:
12602           set correct buffer parameters since we're changing them
12603         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12604           add some debug
12605
12606 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12607
12608         * gst/audioresample/debug.c:
12609         * gst/audioresample/gstaudioresample.c:
12610           add room for extra overlap samples when asked to transform size
12611           protect against possible mem corruption and check for discrepancies
12612           between written size and outbuffer's size so we can warn for
12613           potential problems
12614         * gst/audioresample/resample.c: (resample_init),
12615         (resample_get_output_size_for_input), (resample_get_output_size),
12616         (resample_set_n_channels), (resample_set_format):
12617           set debug level based on RESAMPLE_DEBUG env var
12618           make sure that get_output_size* returns a whole number of
12619           sample_size
12620           set sample_size each time either channel or format is set
12621         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12622         * gst/audioresample/resample_functable.c:
12623         (resample_scale_functable):
12624         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12625           remove r->sample_size, it's done in resample.c now
12626           add some debugging to the ref implementation
12627           make sure we only give back bytes that are wholes of the sample
12628           size
12629
12630 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12631         * gst/playback/gstplaybasebin.c: (fill_buffer):
12632         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12633
12634 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12635
12636         * gst/volume/gstvolume.c:
12637           made set_caps function static
12638
12639 2005-08-24  Wim Taymans  <wim@fluendo.com>
12640
12641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12642         (gst_vorbisenc_change_state):
12643         Stop leaking taglists.
12644
12645 2005-08-24  Wim Taymans  <wim@fluendo.com>
12646
12647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12648         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12649         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12650         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12651         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12652         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12653         Parse seeking events better.
12654         Unref static caps.
12655         Generate correct newsegment events, fixes seeking in live oggs.
12656
12657         * ext/theora/theoradec.c: (theora_dec_src_query),
12658         (theora_dec_src_event), (theora_dec_src_getcaps),
12659         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12660         Use newsegment values to report correct play time.
12661
12662         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12663         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12664         * ext/vorbis/vorbisdec.h:
12665         Parse and use newsegment values to report correct play time.
12666
12667         * gst-libs/gst/audio/gstbaseaudiosink.c:
12668         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12669         Clear ringbuffer on flush.
12670         Use newsegment values to calculate playback time.
12671
12672         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12674         Basesink does newsegment calculations for us now.
12675
12676 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12677
12678         * check/Makefile.am:
12679         * configure.ac:
12680           add core's plugins to the mix so that playbin works
12681         * check/generic/states.c: (GST_START_TEST):
12682           set a 0 timeout on pipelines, so they don't force the next
12683           state change
12684         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12685         (gst_play_base_bin_change_state):
12686           remove the crappy error handling and do GST error handling
12687
12688 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12689
12690         * check/Makefile.am:
12691         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12692           add same test as to core, it bitches out on playbin atm.
12693
12694 2005-08-24  Wim Taymans  <wim@fluendo.com>
12695
12696         * configure.ac:
12697         Remove audioscale.
12698
12699 2005-08-24  Wim Taymans  <wim@fluendo.com>
12700
12701         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12702         (gst_videoscale_prepare_size), (parse_caps),
12703         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12704         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12705         (gst_videoscale_transform):
12706         * gst/videoscale/gstvideoscale.h:
12707         Refactor, make use of BaseTranform really well.
12708
12709 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12710
12711         * configure.ac:
12712           compile audioresample
12713         * gst/audioresample/Makefile.am:
12714         * gst/audioresample/buffer.c:
12715         * gst/audioresample/functable.c:
12716         * gst/audioresample/gstaudioresample.c:
12717         * gst/audioresample/gstaudioresample.h:
12718         * gst/audioresample/resample.c:
12719         (resample_get_output_size_for_input):
12720         * gst/audioresample/resample.h:
12721         * gst/audioresample/resample_chunk.c:
12722         * gst/audioresample/resample_functable.c:
12723         * gst/audioresample/resample_ref.c:
12724           port to use basetransform; doesn't work in all cases yet
12725
12726 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12727
12728         * gst/audioconvert/gstaudioconvert.c:
12729         (gst_audio_convert_class_init), (gst_audio_convert_init),
12730         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12731         (audio_convert_fixate_caps), (audio_convert_set_caps),
12732         (audio_convert_transform),
12733         (gst_audio_convert_buffer_to_default_format),
12734         (gst_audio_convert_buffer_from_default_format),
12735         (gst_audio_convert_channels):
12736         * gst/audioconvert/gstchannelmix.c:
12737         * gst/audioconvert/gstchannelmix.h:
12738           port to basetransform
12739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12740         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12741         (gst_ffmpegcsp_get_unit_size):
12742         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12743         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12744           fix for basetransform changes
12745
12746 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12747
12748         * check/Makefile.am:
12749           Add CHECK_CFLAGS and LDFLAGS
12750
12751         * gst/playback/gstplaybasebin.c: (fill_buffer):
12752           GST_MESSAGE_SRC became a GObject
12753
12754 2005-08-24  Wim Taymans  <wim@fluendo.com>
12755
12756         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12757         (gst_ring_buffer_clear_all):
12758         * gst-libs/gst/audio/gstringbuffer.h:
12759         Added function to clear the ringbuffer.
12760
12761 2005-08-24  Andy Wingo  <wingo@pobox.com>
12762
12763         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12764         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12765         of _open and _close.
12766
12767         * sys/v4l/gstv4lxoverlay.h:
12768         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12769         an Xv connection here, instead of all the time. Make Xv only be
12770         loaded if you axe for it. Kindof a workaround for buggy behaviour
12771         of Xv when using remote xservers (XvQueryExtension would block).
12772         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12773         replace the _open and _close public API. Only start the xv
12774         connection if necessary.
12775         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12776
12777 2005-08-23  David Schleef  <ds@schleef.org>
12778
12779         * gst/audioresample/Makefile.am: Leet audioresampling code
12780         * gst/audioresample/buffer.c:
12781         * gst/audioresample/buffer.h:
12782         * gst/audioresample/debug.c:
12783         * gst/audioresample/debug.h:
12784         * gst/audioresample/functable.c:
12785         * gst/audioresample/functable.h:
12786         * gst/audioresample/gstaudioresample.c:
12787         * gst/audioresample/gstaudioresample.h:
12788         * gst/audioresample/resample.c:
12789         * gst/audioresample/resample.h:
12790         * gst/audioresample/resample_chunk.c:
12791         * gst/audioresample/resample_functable.c:
12792         * gst/audioresample/resample_ref.c:
12793
12794 2005-08-23  Wim Taymans  <wim@fluendo.com>
12795
12796         * examples/seeking/seek.c: (make_vorbis_pipeline),
12797         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12798         Small seek updates.
12799
12800 2005-08-23  Andy Wingo  <wingo@pobox.com>
12801
12802         * gst-libs/gst/audio/gstbaseaudiosrc.c
12803         (gst_base_audio_src_fixate): Only fixate endianness if it is
12804         present in the caps.
12805
12806 2005-08-22  Andy Wingo  <wingo@pobox.com>
12807
12808         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12809         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12810         device-name property.
12811
12812         * gst-libs/gst/audio/gstaudiosrc.h:
12813         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12814         close_device in the ring buffer, like gstaudiosink.
12815
12816         * ext/alsa/gstalsamixer.h:
12817         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12818         macro to implement the interface without much code. Cleanups. 
12819
12820         * ext/alsa/gstalsasrc.h:
12821         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12822         READY.
12823
12824         * ext/alsa/Makefile.am: Add new files.
12825         * ext/alsa/gstalsamixerelement.c: 
12826         * ext/alsa/gstalsamixerelement.c: Split element code out from
12827         mixer code so that alsasrc can be a mixer too.
12828
12829 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12830
12831         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12832         (GST_START_TEST):
12833         * check/elements/vorbisdec.c: (setup_vorbisdec),
12834         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12835         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12836         (vorbis_handle_identification_packet),
12837         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12838         (vorbis_handle_header_packet), (vorbis_dec_push),
12839         (vorbis_dec_chain):
12840           use the setup/teardown methods to save code.  save code is good.
12841
12842 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12843
12844         * check/Makefile.am:
12845           add ext dir for plugins
12846           add vorbisdec test conditionally
12847         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12848         (GST_START_TEST), (volume_suite):
12849           add a test with wrong caps
12850         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12851         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12852           add a vorbisdec test
12853         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12854         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12855           clean up debug output
12856         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12857           yay, fix a segfault/security issue in vorbisdec
12858           gst-launch fakesrc ! vorbisdec wasn't happy
12859         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12860         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12861         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12862         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12863         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12864         (gst_vorbisenc_set_metadata), (get_constraints_string),
12865         (update_start_message), (gst_vorbisenc_setup),
12866         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12867         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12868         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12869         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12870         * ext/vorbis/vorbisenc.h:
12871           march in line
12872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12873         (gst_ffmpegcsp_transform):
12874           have the kow come home
12875         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12876           debug my func ptr
12877         * gst/volume/gstvolume.c: (volume_set_caps):
12878           add a debug
12879
12880 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12881
12882         * Makefile.am:
12883         * check/.cvsignore:
12884         * check/Makefile.am:
12885         * check/elements/.cvsignore:
12886         * check/elements/volume.c: (chain_func), (event_func),
12887         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12888         (main):
12889         * configure.ac:
12890           add unit test structure for gst-plugins-base
12891           add a test for volume
12892         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12893         (gst_volume_set_volume), (gst_volume_get_volume),
12894         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12895         (volume_funcfind), (volume_process_float), (volume_process_int16),
12896         (volume_set_caps), (volume_transform), (volume_update_mute),
12897         (volume_update_volume), (volume_set_property),
12898         (volume_get_property):
12899           document a little; use basetransform vmethod _set_caps
12900
12901 2005-08-19  Andy Wingo  <wingo@pobox.com>
12902
12903         * ext/alsa/gstalsamixertrack.h:
12904         * ext/alsa/gstalsamixertrack.c:
12905         * ext/alsa/gstalsamixeroptions.h:
12906         * ext/alsa/gstalsamixeroptions.c:
12907         * ext/alsa/gstalsamixer.h:
12908         * ext/alsa/gstalsamixer.c: Port to 0.9.
12909
12910         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12911         Remove gstalsa.c and alsaclock. No more cruft here.
12912         
12913 2005-08-18  Wim Taymans  <wim@fluendo.com>
12914
12915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12916         (gst_base_rtp_depayload_chain),
12917         (gst_base_rtp_depayload_add_to_queue),
12918         (gst_base_rtp_depayload_push),
12919         (gst_base_rtp_depayload_queue_release):
12920         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12921         Fix for RTPBuffer changes.
12922
12923         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12924         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12925         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12926         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12927         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12928         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12929         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12930         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12931         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12932         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12933         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12934         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12935         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12936         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12937         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12938         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12939         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12940         (gst_rtpbuffer_get_payload):
12941         * gst-libs/gst/rtp/gstrtpbuffer.h:
12942         Don't subclass GstBuffer but add methods and helper functions
12943         to construct and manipulate RTP packets in regular GstBuffers.
12944
12945 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12946
12947         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12948           moved statement below switch
12949         * gst/volume/gstvolume.c: (gst_volume_class_init):
12950           added debug ptr
12951
12952 2005-08-16  Wim Taymans  <wim@fluendo.com>
12953
12954         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12955         (gst_base_audio_src_change_state):
12956         Open and close device in READY<->NULL state change.
12957
12958 2005-08-16  Andy Wingo  <wingo@pobox.com>
12959
12960         * examples/seeking/Makefile.am: Don't compile non-compiling
12961         compiled objects with the compiler.
12962
12963         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12964         elements.
12965
12966 2005-08-12  Philippe Khalaf <burger@speedy.org>
12967         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12968         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12969           Made a thread to release the queue.
12970           Removed timestamp conversion for now.
12971
12972 2005-08-10  Philippe Khalaf <burger@speedy.org>
12973         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12974         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12975           Added rtp timestamp -> gst timestamp conversion.
12976           Fixed several problems with queue.
12977
12978 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12979
12980         * gst-libs/gst/audio/gstaudioclock.h:
12981         * gst-libs/gst/audio/gstaudiofilter.h:
12982         * gst-libs/gst/audio/gstaudiosink.h:
12983         * gst-libs/gst/audio/gstaudiosrc.h:
12984         * gst-libs/gst/audio/gstbaseaudiosink.h:
12985         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12986         * gst-libs/gst/audio/gstringbuffer.h:
12987         * gst-libs/gst/net/gstnetbuffer.h:
12988         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12989         * gst-libs/gst/rtp/gstrtpbuffer.h:
12990           Add padding (you will need to rebuild gst-plugins-base,
12991           gst-plugins and all applications afterwards!)
12992
12993 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12996         (gst_riff_parse_chunk):
12997           Fix bug in debug message and add some more debug messages.
12998
12999 2005-08-08  Edward Hervey  <edward@fluendo.com>
13000
13001         * gst-libs/gst/riff/riff-media.c:
13002         backported updates since branch
13003
13004 2005-08-08  Andy Wingo  <wingo@pobox.com>
13005
13006         * gst-libs/gst/audio/gstbaseaudiosink.c
13007         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13008         like good elements should. Close on READY->NULL too.
13009
13010         * gst-libs/gst/audio/gstaudiosink.c
13011         (gst_audioringbuffer_open_device,
13012         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13013         (gst_audioringbuffer_release): Updates for new ring buffer API,
13014         hook into the new audio sink api.
13015
13016         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13017         (GstAudioSinkClass.close): Just open and close the device -- no
13018         resource allocation or configuration.
13019         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13020         vmethods, handle device setup and resource allocation.
13021
13022         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13023         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13024         base class API.
13025
13026         * gst-libs/gst/audio/gstringbuffer.h
13027         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13028         New vmethods.
13029
13030         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13031         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13032         New API functions. The device should be opened before acquiring
13033         and closed after releasing.
13034
13035 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13036
13037         * gst-libs/gst/interfaces/mixer.h:
13038           Reset padding to GST_PADDING.
13039
13040 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13041
13042         * gst/playback/gstplaybin.c: (remove_sinks):
13043           Remove visualization from parent explicitely; works around some
13044           apparent refcount issue that I haven't tracked down yet.
13045
13046 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13047
13048         * ext/alsa/gstalsasink.c: (set_hwparams):
13049           Assign debug category, add negotiation debug msgs.
13050
13051 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13052
13053         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13054           Fix error code for file-not-found to NOT_FOUND.
13055
13056 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13057
13058         * common/gtk-doc-plugins.mak:
13059         * docs/plugins/Makefile.am:
13060         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13061         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13062           renamed to actual element names, so much nicer to look at
13063         * docs/plugins/tmpl/gstmultifdsink.sgml:
13064           remove
13065         * docs/plugins/tmpl/multifdsink.sgml:
13066         * docs/plugins/tmpl/tcpserversink.sgml:
13067           add
13068         * ext/alsa/gstalsa.c:
13069         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13070         * ext/ogg/gstoggmux.c:
13071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13072         * gst/playback/gstdecodebin.c:
13073         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13074         * gst/tcp/gsttcpserversink.c:
13075           various fixes and documentation additions
13076
13077 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13078
13079         * common/Makefile.am:
13080         * common/gstdoc-scangobj:
13081         * common/gtk-doc-plugins.mak:
13082         * common/gtk-doc.mak:
13083           add a custom scangobj that uses the registry
13084           add a custom gtk-doc-plugins.mak that uses it
13085           some doc build fixes
13086         * configure.ac:
13087         * docs/Makefile.am:
13088         * docs/plugins/Makefile.am:
13089         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13090         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13091         * docs/plugins/gst-plugins-base-plugins.types:
13092         * docs/plugins/tmpl/gstmultifdsink.sgml:
13093           add docs for one element, multifdsink
13094         * gst/adder/gstadder.h:
13095         * gst/volume/gstvolume.h:
13096           don't privatize enum
13097         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13098         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13099         (gst_sync_method_get_type), (gst_client_status_get_type),
13100         (gst_multifdsink_class_init),
13101         (gst_multifdsink_client_queue_buffer),
13102         (gst_multifdsink_handle_client_write):
13103         * gst/tcp/gstmultifdsink.h:
13104         * gst/tcp/gsttcp.h:
13105         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13106         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13107         (gst_tcpclientsink_render):
13108         * gst/tcp/gsttcpclientsink.h:
13109         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13110         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13111         (gst_tcpclientsrc_start):
13112         * gst/tcp/gsttcpclientsrc.h:
13113         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13114         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13115         * gst/tcp/gsttcpserversrc.h:
13116         * gst/typefind/gsttypefindfunctions.c:
13117           remove superfluous Type stuff
13118
13119 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13120
13121         * gst/playback/gstplaybin.c: (gen_video_element):
13122           Enable videoscale.
13123
13124 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13125
13126         * gst-libs/gst/gconf/gconf.c:
13127         * gst-libs/gst/gconf/gconf.h:
13128           Fix some Andy Problem [tm].
13129
13130 2005-08-04  Andy Wingo  <wingo@pobox.com>
13131
13132         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13134         (gst_ffmpegcsp_get_size): Adapt to API changes.
13135
13136         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13137         Implement an in-place do-nothing transform.
13138
13139 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13140
13141         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13142         (gst_ximagesink_renegotiate_size):
13143           Do not set new window sizes yet if we prepare a new buffer size
13144           for upstream renegotiation (software scaling) at some point in the
13145           future, because this new size waqs not actually accepted yet. Once
13146           accepted, renegotiation later on will set the new sizes just fine.
13147           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13148           embedding testcase.
13149
13150 2005-08-03  Andy Wingo  <wingo@pobox.com>
13151
13152         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13153         (gst_ximagesink_buffer_alloc): 
13154         Protect the height, width, and desired_caps with the pool_lock.
13155         Fixes videotestsrc ! queue ! ximagesink.
13156
13157 2005-08-02  Edward Hervey  <edward@fluendo.com>
13158
13159         * gst/volume/gstvolume.c:
13160         include left from controller cleanup
13161
13162 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13164           Stop collectpads before calling the parent state
13165           change function on PAUSED->READY.
13166
13167 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13168         * configure.ac:
13169           When testing for X libs, use the X CFlags 
13170         * gst/adder/gstadder.c: (gst_adder_change_state):
13171           Stop the collectpads before calling parent state change function
13172           on PAUSED->READY, otherwise we deadlock deactivating pads.
13173
13174 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13175
13176         * configure.ac:
13177         * docs/libs/tmpl/gstcolorbalance.sgml:
13178         * docs/libs/tmpl/gstmixer.sgml:
13179         * examples/Makefile.am:
13180         * gst/sine/Makefile.am:
13181         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13182         (gst_sinesrc_set_property), (plugin_init):
13183         * gst/sine/gstsinesrc.h:
13184         * gst/volume/Makefile.am:
13185         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13186         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13187         (volume_process_float), (volume_process_int16),
13188         (volume_set_property), (plugin_init):
13189         * gst/volume/gstvolume.h:
13190           deactivate and remove dparams (libgstcontrol)
13191
13192 2005-07-29  Wim Taymans  <wim@fluendo.com>
13193
13194         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13195         Convert me to BaseTransform!! help..
13196
13197 2005-07-29  Andy Wingo  <wingo@pobox.com>
13198
13199         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13200         sinks.
13201
13202         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13203         support of both endiannesses.
13204
13205 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13208           Fix confusing debug message (s/event/query/)
13209
13210 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13211
13212         * gst/videotestsrc/videotestsrc.h:
13213           Use "_stdint.h" instead of <stdint.h>
13214
13215 2005-07-27  Wim Taymans  <wim@fluendo.com>
13216
13217         * ext/vorbis/Makefile.am:
13218         Revert wrong commit.
13219
13220 2005-07-27  Wim Taymans  <wim@fluendo.com>
13221
13222         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13223         More compilation fixen.
13224
13225 2005-07-27  Wim Taymans  <wim@fluendo.com>
13226
13227         * gst-libs/gst/audio/gstbaseaudiosink.c:
13228         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13229         (gst_base_audio_sink_create_ringbuffer),
13230         (gst_base_audio_sink_change_state):
13231         Fix compilation.
13232
13233 2005-07-27  Wim Taymans  <wim@fluendo.com>
13234
13235         * examples/seeking/seek.c: (setup_dynamic_link),
13236         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13237         (query_positions_elems), (query_positions_pads), (do_seek):
13238         Update seek example.
13239
13240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13241         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13242         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13243         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13244         (gst_ogg_demux_handle_event),
13245         (gst_ogg_demux_deactivate_current_chain),
13246         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13247         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13248         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13249         (gst_ogg_demux_loop):
13250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13251         * ext/theora/theoradec.c: (theora_dec_src_event),
13252         (theora_dec_src_getcaps), (theora_dec_sink_event),
13253         (theora_dec_push), (theora_dec_chain):
13254         * ext/vorbis/Makefile.am:
13255         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13256         (vorbis_dec_sink_event), (vorbis_dec_push),
13257         (vorbis_handle_data_packet):
13258         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13259         (gst_vorbisenc_chain):
13260         * gst/playback/gststreaminfo.c: (cb_probe):
13261         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13262         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13263         * gst/videoscale/gstvideoscale.c:
13264         (gst_videoscale_handle_src_event):
13265         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13266         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13267         (gst_ximagesink_navigation_send_event):
13268         * sys/xvimage/xvimagesink.c:
13269         (gst_xvimagesink_navigation_send_event):
13270         Various event updates and cleanups
13271
13272 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13273
13274         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13275           Fix segfault for I420/YV12.
13276
13277 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13278
13279         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13280           Report bitrate.
13281
13282 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13283
13284         * gst/playback/gstplaybin.c: (gen_video_element),
13285         (gen_audio_element):
13286           Switch to auto*sink elements as default sinks; add volume element
13287           so that volume control in totem works.
13288
13289 2005-07-21  Wim Taymans  <wim@fluendo.com>
13290
13291         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13292         * gst/playback/gstplaybin.c: (setup_sinks),
13293         (gst_play_bin_change_state):
13294         Refcount fix and more comments.
13295
13296 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13297
13298         * sys/ximage/Makefile.am:
13299         * sys/ximage/ximage.c: (plugin_init):
13300         * sys/ximage/ximagesink.c:
13301         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13302         
13303
13304 2005-07-21  Wim Taymans  <wim@fluendo.com>
13305
13306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13307         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13308         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13309         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13310         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13311         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13312         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13313         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13314         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13315         Generate correct disconts for live chained oggs.
13316
13317         * gst-libs/gst/audio/gstbaseaudiosink.c:
13318         (gst_base_audio_sink_render),
13319         (gst_base_audio_sink_create_ringbuffer),
13320         (gst_base_audio_sink_change_state):
13321         Handle discont math correctly.
13322
13323         * gst/playback/gstplaybin.c: (add_sink):
13324         Some small debug cleanup.
13325
13326 2005-07-21  Wim Taymans  <wim@fluendo.com>
13327
13328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13329         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13330         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13331         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13332         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13333         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13334         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13335         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13336         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13337         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13338         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13339         (gst_ogg_demux_change_state), (gst_ogg_print):
13340         Reorganize code to send the right disconts when in streaming
13341         mode.
13342
13343 2005-07-20  Andy Wingo  <wingo@pobox.com>
13344
13345         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13346         fix (?), fixes a seggie mcfalterson (#310894).
13347
13348 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13349
13350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13351         (gst_ogg_mux_set_header_on_caps):
13352         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13354         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13355         * gst-libs/gst/audio/multichannel.c:
13356         (gst_audio_set_channel_positions),
13357         (gst_audio_set_structure_channel_positions_list):
13358         * gst/playback/gstdecodebin.c: (dynamic_create):
13359         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13360         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13361           Fixes for API changes in core.
13362
13363 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13364
13365         * gst/playback/gstplaybasebin.c: (fill_buffer):
13366           Use _new_custom() so we can set custom message types for buffering
13367           messages.
13368
13369 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13370
13371         * configure.ac:
13372         * gst-libs/gst/Makefile.am:
13373         * gst-libs/gst/gconf/.cvsignore:
13374         * gst-libs/gst/gconf/Makefile.am:
13375         * gst-libs/gst/gconf/test-gconf.c:
13376         * pkgconfig/Makefile.am:
13377         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13378         * pkgconfig/gstreamer-gconf.pc.in:
13379           Remove gconf stuff, use gconf elements instead from now on.
13380
13381 2005-07-20  Wim Taymans  <wim@fluendo.com>
13382
13383         * gst-libs/gst/audio/TODO:
13384         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13385         (gst_audio_clock_get_internal_time):
13386         * gst-libs/gst/audio/gstaudioclock.h:
13387         * gst-libs/gst/audio/gstbaseaudiosink.c:
13388         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13389         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13390         (gst_base_audio_sink_render),
13391         (gst_base_audio_sink_create_ringbuffer),
13392         (gst_base_audio_sink_change_state):
13393         Make sure the audio clock always returns an increasing value.
13394
13395 2005-07-19  Andy Wingo  <wingo@pobox.com>
13396
13397         * gst/videotestsrc/: Cleanups.
13398
13399 2005-07-19  Wim Taymans  <wim@fluendo.com>
13400
13401         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13402         Better debugging.
13403
13404 2005-07-19  Wim Taymans  <wim@fluendo.com>
13405
13406         * examples/seeking/seek.c: (make_dv_pipeline),
13407         (make_vorbis_theora_pipeline), (query_rates),
13408         (query_positions_elems), (query_positions_pads), (do_seek):
13409         Make correct DV pipeline.
13410
13411 2005-07-18  Andy Wingo  <wingo@pobox.com>
13412
13413         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13414         default. Also because it's the only thing that really works. (This
13415         is used in the GConf elements).
13416         Use AS_LIBTOOL_TAGS.
13417
13418 2005-07-18  Wim Taymans  <wim@fluendo.com>
13419
13420         * gst/playback/gstdecodebin.c: (remove_element_chain):
13421         * gst/playback/gstplaybin.c: (add_sink):
13422         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13423         (gst_stream_info_set_mute):
13424         * gst/playback/gststreamselector.c:
13425         (gst_stream_selector_get_linked_pad),
13426         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13427         More leak and compile fixes.
13428
13429 2005-07-18  Wim Taymans  <wim@fluendo.com>
13430
13431         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13432         (query_rates), (query_positions_elems), (query_positions_pads),
13433         (do_seek), (seek_cb), (stop_seek):
13434         Updated seek example. 
13435
13436         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13437         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13438         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13439         * gst/playback/gstplaybin.c: (add_sink):
13440         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13441         (gst_stream_info_set_mute):
13442         Some refcount leak fixes.
13443
13444 2005-07-16  Wim Taymans  <wim@fluendo.com>
13445
13446         * gst-libs/gst/audio/gstbaseaudiosink.c:
13447         (gst_base_audio_sink_render):
13448         Align samples even if we have roundoff errors in the 
13449         timestamp conversion.
13450
13451 2005-07-16  Wim Taymans  <wim@fluendo.com>
13452
13453         * docs/libs/tmpl/gstringbuffer.sgml:
13454         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13455         (query_rates), (query_positions_elems), (query_positions_pads),
13456         (update_scale), (do_seek):
13457         Updated seek example.
13458
13459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13460         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13461         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13462         (gst_ogg_demux_loop):
13463         Push out correct discont values.
13464
13465         * ext/theora/theoradec.c: (theora_dec_src_convert),
13466         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13467         (theora_dec_sink_event), (theora_handle_type_packet),
13468         (theora_handle_header_packet), (theora_dec_push),
13469         (theora_handle_data_packet), (theora_dec_chain),
13470         (theora_dec_change_state):
13471         Better timestamping.
13472
13473         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13474         (vorbis_dec_sink_event), (vorbis_dec_push),
13475         (vorbis_handle_data_packet), (vorbis_dec_chain):
13476         * ext/vorbis/vorbisdec.h:
13477         Better timestamping.
13478
13479         * gst-libs/gst/audio/gstbaseaudiosink.c:
13480         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13481         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13482         Handle syncing on timestamps instead of sample offsets. Make
13483         use of DISCONT values as described in design docs.
13484
13485         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13486         (gst_base_audio_src_get_time):
13487         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13488         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13489         (gst_ring_buffer_read):
13490         * gst-libs/gst/audio/gstringbuffer.h:
13491         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13492         (gst_ximagesink_show_frame):
13493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13494         Correcly convert buffer timestamp to stream time.
13495
13496 2005-07-16  Wim Taymans  <wim@fluendo.com>
13497
13498         * gst/audioconvert/gstaudioconvert.c:
13499         (gst_audio_convert_get_buffer):
13500         Timestamp buffers correctly.
13501
13502         * gst/playback/gstplaybin.c: (gen_video_element):
13503         Make internal fakesink silent.
13504
13505 2005-07-15  Wim Taymans  <wim@fluendo.com>
13506
13507         * gst/ffmpegcolorspace/Makefile.am:
13508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13509         (gst_ffmpegcsp_caps_remove_format_info),
13510         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13511         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13512         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13513         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13514         Ported ffmpegcolorspace to basetransform.
13515
13516         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13517         * gst/volume/gstvolume.c: (volume_transform):
13518         Ported to new API.
13519
13520 2005-07-14  Wim Taymans  <wim@fluendo.com>
13521
13522         * gst/videotestsrc/Makefile.am:
13523         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13524         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13525         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13526         (gst_videotestsrc_init), (gst_videotestsrc_event),
13527         (gst_videotestsrc_create), (gst_videotestsrc_start),
13528         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13529         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13530         (gst_videotestsrc_get_property):
13531         * gst/videotestsrc/gstvideotestsrc.h:
13532         Make videotestsrc a pushsrc.
13533
13534 2005-07-14  Wim Taymans  <wim@fluendo.com>
13535
13536         * gst/tcp/gstfdset.c: (gst_fdset_free):
13537         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13538         (gst_multifdsink_add), (gst_multifdsink_remove),
13539         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13540         (gst_multifdsink_remove_client_link),
13541         (gst_multifdsink_client_queue_data),
13542         (gst_multifdsink_client_queue_caps),
13543         (gst_multifdsink_client_queue_buffer),
13544         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13545         (gst_multifdsink_stop):
13546         * gst/tcp/gstmultifdsink.h:
13547         0.8 backporting.
13548
13549         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13550         Also draw image when not from a pool.
13551
13552 2005-07-14  Wim Taymans  <wim@fluendo.com>
13553
13554         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13555         (mute_stream), (silence_stream):
13556         Small debug additions.
13557
13558 2005-07-14  Wim Taymans  <wim@fluendo.com>
13559
13560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13561         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13562         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13563         Better error recovery, ignore unconnected pads and
13564         non-fatal errors.
13565
13566 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13567
13568         * docs/libs/tmpl/gstaudio.sgml:
13569         * docs/libs/tmpl/gstcolorbalance.sgml:
13570         * docs/libs/tmpl/gstgconf.sgml:
13571         * docs/libs/tmpl/gstmixer.sgml:
13572         * docs/libs/tmpl/gstringbuffer.sgml:
13573         * docs/libs/tmpl/gsttuner.sgml:
13574         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13575         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13576         (gst_tcpclientsrc_class_init):
13577         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13578         (gst_tcpserversrc_class_init):
13579         * sys/v4l/gstv4lelement.c:
13580           more autistic cleanliness in functions/names/defines
13581
13582 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13583
13584         * configure.ac:
13585           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13586           added manually to each Makefile.am so we are sure it goes
13587           *last* and doesn't add -L flags before linking in libs of our
13588           own, like, say, internal .la libs, that then accidentally pick
13589           up the installed copy.
13590         * docs/libs/Makefile.am:
13591         * ext/alsa/Makefile.am:
13592         * ext/cdparanoia/Makefile.am:
13593         * ext/gnomevfs/Makefile.am:
13594         * ext/libvisual/Makefile.am:
13595         * ext/ogg/Makefile.am:
13596         * ext/theora/Makefile.am:
13597         * ext/vorbis/Makefile.am:
13598         * gst-libs/gst/video/Makefile.am:
13599         * gst/adder/Makefile.am:
13600         * gst/audioconvert/Makefile.am:
13601         * gst/audiorate/Makefile.am:
13602         * gst/audioscale/Makefile.am:
13603         * gst/ffmpegcolorspace/Makefile.am:
13604         * gst/playback/Makefile.am:
13605         * gst/sine/Makefile.am:
13606         * gst/subparse/Makefile.am:
13607         * gst/tags/Makefile.am:
13608         * gst/tcp/Makefile.am:
13609         * gst/typefind/Makefile.am:
13610         * gst/videorate/Makefile.am:
13611         * gst/videoscale/Makefile.am:
13612         * gst/videotestsrc/Makefile.am:
13613         * gst/volume/Makefile.am:
13614         * sys/v4l/Makefile.am:
13615         * sys/ximage/Makefile.am:
13616         * sys/xvimage/Makefile.am:
13617           adapt properly to this change. This should make sure that
13618           plugins and libs properly link to the as-yet-uninstalled
13619           copies of stuff like libgstinterfaces and libgstvideo
13620
13621 2005-07-13  Andy Wingo  <wingo@pobox.com>
13622
13623         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13624         (gst_v4lsrc_fixate): Fixate on format as well.
13625
13626         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13627         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13628         buffer points to it.
13629         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13630         rather just doing X calls ourselves. Also fixes a memleak.
13631
13632 2005-07-12  Andy Wingo  <wingo@pobox.com>
13633
13634         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13635         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13636         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13637         TRUE to avoid deadlocks if an element holds on to our buffers.
13638
13639 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13640
13641         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13642         (gst_sinesrc_init), (gst_sinesrc_create),
13643         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13644         (gst_sinesrc_start):
13645         * gst/sine/gstsinesrc.h:
13646           removing num-buffers property before moving it
13647
13648 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13649
13650         * configure.ac:
13651           use overridable ERROR_CFLAGS
13652         * docs/libs/gst-plugins-base-libs.types:
13653         * docs/libs/tmpl/gstringbuffer.sgml:
13654         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13655         (gst_alsasink_class_init):
13656         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13657         (gst_alsasrc_class_init):
13658         * gst-libs/gst/audio/audio.h:
13659         * gst-libs/gst/audio/gstaudioclock.h:
13660         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13661         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13662         (gst_audio_filter_link), (gst_audio_filter_init),
13663         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13664         (gst_audio_filter_get_property),
13665         (gst_audio_filter_class_add_pad_templates):
13666         * gst-libs/gst/audio/gstaudiofilter.h:
13667         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13668         (gst_audio_filter_template_get_type),
13669         (gst_audio_filter_template_base_init),
13670         (gst_audio_filter_template_class_init),
13671         (gst_audio_filter_template_init),
13672         (gst_audio_filter_template_set_property),
13673         (gst_audio_filter_template_get_property), (plugin_init),
13674         (gst_audio_filter_template_setup),
13675         (gst_audio_filter_template_filter),
13676         (gst_audio_filter_template_filter_inplace):
13677         * gst-libs/gst/audio/gstaudiosink.c:
13678         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13679         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13680         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13681         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13682         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13683         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13684         * gst-libs/gst/audio/gstaudiosink.h:
13685         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13686         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13687         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13688         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13689         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13690         (gst_audio_src_class_init), (gst_audio_src_init),
13691         (gst_audio_src_create_ringbuffer):
13692         * gst-libs/gst/audio/gstaudiosrc.h:
13693         * gst-libs/gst/audio/gstbaseaudiosink.c:
13694         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13695         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13696         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13697         (gst_base_audio_sink_set_property),
13698         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13699         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13700         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13701         (gst_base_audio_sink_create_ringbuffer),
13702         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13703         * gst-libs/gst/audio/gstbaseaudiosink.h:
13704         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13705         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13706         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13707         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13708         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13709         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13710         (gst_base_audio_src_event), (gst_base_audio_src_create),
13711         (gst_base_audio_src_create_ringbuffer),
13712         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13713         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13714         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13715         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13716         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13717         (gst_ring_buffer_debug_spec_caps),
13718         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13719         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13720         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13721         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13722         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13723         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13724         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13725         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13726         (gst_ring_buffer_clear):
13727         * gst-libs/gst/audio/gstringbuffer.h:
13728         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13729         (gst_video_sink_class_init), (gst_video_sink_get_type):
13730         * gst-libs/gst/video/videosink.h:
13731         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13732         (gst_multifdsink_class_init),
13733         (gst_multifdsink_handle_client_write),
13734         (gst_multifdsink_change_state):
13735         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13736         (gst_tcpclientsink_setcaps):
13737         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13738         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13739         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13740         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13741         (gst_ximagesink_send_pending_navigation),
13742         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13743         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13745         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13746         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13747         (gst_xvimagesink_send_pending_navigation),
13748         (gst_xvimagesink_navigation_send_event),
13749         (gst_xvimagesink_set_xwindow_id),
13750         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13751         (gst_xvimagesink_get_type):
13752         more macro splitting
13753
13754 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13755
13756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13757           plug a memleak, allows me to import 1479 albums in one go
13758           in jamboree
13759         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13760         (vorbis_handle_type_packet), (vorbis_dec_chain),
13761         (vorbis_dec_change_state):
13762           fix some format strings
13763
13764 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13765
13766         * docs/libs/tmpl/gstcolorbalance.sgml:
13767         * docs/libs/tmpl/gstmixer.sgml:
13768         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13769         (gst_alsasink_set_property), (gst_alsasink_get_property):
13770         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13771         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13772           add device property
13773
13774 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13775
13776         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13777         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13778         (audiocast_register_listener), (audiocast_thread_run),
13779         (gst_gnomevfssrc_send_additional_headers_callback),
13780         (gst_gnomevfssrc_received_headers_callback),
13781         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13782         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13783         (gst_gnomevfssrc_get_size):
13784           add/clean up debugging
13785         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13786           cleanups
13787
13788 2005-07-07  Andy Wingo  <wingo@pobox.com>
13789
13790         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13791         framerate. Need to get a handle on when exactly this function is
13792         called, tho.
13793
13794         * sys/v4l/v4lsrc_calls.h:
13795         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13796         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13797         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13798
13799         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13800         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13801         v4lelements are sources.
13802
13803         * sys/v4l/gstv4lxoverlay.h:
13804         * sys/v4l/gstv4lxoverlay.c:
13805         * sys/v4l/gstv4ltuner.h:
13806         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13807         
13808         * sys/v4l/gstv4lsrc.h:
13809         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13810         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13811         or something should handle that. Made a live source.
13812
13813         * sys/v4l/gstv4lelement.h:
13814         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13815         signals. Some cleanups.
13816
13817         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13818
13819         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13820         stuff.
13821
13822         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13823         stuff.
13824
13825         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13826
13827 2005-07-07  Wim Taymans  <wim@fluendo.com>
13828
13829         * ext/theora/theoradec.c: (theora_get_query_types),
13830         (theora_dec_src_getcaps), (theora_dec_push):
13831         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13832         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13833         Remove deprecated/unused query types.
13834
13835 2005-07-06  Wim Taymans  <wim@fluendo.com>
13836
13837         * ext/alsa/Makefile.am:
13838         * ext/alsa/gstalsaplugin.c: (plugin_init):
13839         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13840         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13841         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13842         (gst_alsasrc_class_init), (gst_alsasrc_init),
13843         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13844         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13845         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13846         (gst_alsasrc_reset):
13847         * ext/alsa/gstalsasrc.h:
13848         * gst-libs/gst/audio/Makefile.am:
13849         * gst-libs/gst/audio/gstaudiosink.c:
13850         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13851         (gst_audioringbuffer_start):
13852         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13853         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13854         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13855         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13856         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13857         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13858         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13859         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13860         * gst-libs/gst/audio/gstaudiosrc.h:
13861         * gst-libs/gst/audio/gstbaseaudiosink.c:
13862         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13863         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13864         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13865         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13866         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13867         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13868         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13869         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13870         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13871         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13872         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13873         (gst_baseaudiosrc_change_state):
13874         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13875         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13876         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13877         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13878         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13879         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13880         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13881         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13882         * gst-libs/gst/audio/gstringbuffer.h:
13883         Added audiosource base classes.
13884         Ported alsasrc, still very basic.
13885
13886 2005-07-06  Wim Taymans  <wim@fluendo.com>
13887
13888         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13889         (theora_dec_push), (theora_handle_data_packet):
13890         Prepare for better timestamp fix later.
13891
13892         * gst/audioconvert/gstaudioconvert.c:
13893         List most accurate caps first
13894
13895         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13896         Use proper pad task function.
13897
13898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13899         (gst_xvimagesink_show_frame):
13900         Fix deadlock when alloc failed.
13901
13902 2005-07-05  Andy Wingo  <wingo@pobox.com>
13903
13904         * ext/gnomevfs/gstgnomevfssrc.c:
13905         * gst/sine/gstsinesrc.c:
13906         * gst/tcp/gsttcpserversrc.c:
13907         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13908
13909         * sys/v4l/: Port from 0.8.
13910
13911         * Many files: Null if we got it....
13912
13913 2005-07-05  Andy Wingo  <wingo@pobox.com>
13914
13915         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13916         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13917         Signedness fixes.
13918
13919 2005-07-05  Wim Taymans  <wim@fluendo.com>
13920
13921         * configure.ac:
13922         * gst/tcp/Makefile.am:
13923         * gst/tcp/README:
13924         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13925         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13926         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13927         (is_sync_frame), (gst_multifdsink_handle_client_write),
13928         (gst_multifdsink_render), (gst_multifdsink_start),
13929         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13930         * gst/tcp/gstmultifdsink.h:
13931         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13932         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13933         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13934         * gst/tcp/gsttcp.h:
13935         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13936         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13937         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13938         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13939         * gst/tcp/gsttcpclientsink.h:
13940         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13941         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13942         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13943         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13944         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13945         * gst/tcp/gsttcpclientsrc.h:
13946         * gst/tcp/gsttcpplugin.c: (plugin_init):
13947         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13948         * gst/tcp/gsttcpserversink.h:
13949         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13950         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13951         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13952         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13953         (gst_tcpserversrc_stop):
13954         * gst/tcp/gsttcpserversrc.h:
13955         * gst/tcp/gsttcpsink.c:
13956         * gst/tcp/gsttcpsink.h:
13957         * gst/tcp/gsttcpsrc.c:
13958         * gst/tcp/gsttcpsrc.h:
13959         Ported tcp plugins to 0.9. 
13960         
13961
13962 2005-07-05  Andy Wingo  <wingo@pobox.com>
13963
13964         * gst/playback/gstplaybasebin.c (fill_buffer):
13965         message_new_application fixen.
13966
13967         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13968         Style fix.
13969
13970 2005-07-04  Wim Taymans  <wim@fluendo.com>
13971
13972         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13973         Set caps on output buffer.
13974
13975 2005-07-04  Andy Wingo  <wingo@pobox.com>
13976
13977         * ext/gnomevfs/gstgnomevfssrc.c
13978         (gst_gnomevfssrc_received_headers_callback) 
13979         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13980         hopefully.
13981
13982         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13983         No refcount leakage.
13984
13985         * configure.ac: Enable -Werror.
13986         
13987         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13988         * gst/audioconvert/bufferframesconvert.c
13989         (buffer_frames_convert_fixate):
13990         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13991         (gst_audio_convert_fixate):
13992         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13993         (gst_sinesrc_create): Fixate func changes.
13994         
13995         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13996         (gst_ximagesink_buffer_alloc): Unused var.
13997
13998 2005-07-01  Andy Wingo  <wingo@pobox.com>
13999
14000         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14001         getcaps to do explicit caps. Needs to be done in all decoders,
14002         possibly via a base class.
14003
14004         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14005
14006         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14007         caps on the sink pad, just rely on the pad template. Also, setting
14008         ANY caps on a pad is not valid because the caps are not fixed.
14009
14010         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14011         caps on the buffer, and get the width from the desired_caps if
14012         they're set.
14013         (gst_ximagesink_renegotiate_size): Implement via setting the
14014         desired_caps on the ximagesink.
14015         (gst_ximagesink_setcaps): Only reset the width of the player if it
14016         wasn't already set. Not sure if this is right.
14017         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14018
14019         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14020         that the user wants. NULL unless the window has been resized.
14021
14022         * gst/volume/gstvolume.c (volume_transform): Adapt to
14023         basetransform refcount changes.
14024         
14025 2005-07-01  Andy Wingo  <wingo@pobox.com>
14026
14027         * gst/videoscale/gstvideoscale.c:
14028         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14029         from BaseTransform, implements a transform_caps. Removed dead code
14030         including some PAR stuff that was never reached -- should probably
14031         be added back somehow.
14032
14033 2005-07-01  Andy Wingo  <wingo@pobox.com>
14034
14035         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14036         come later.
14037
14038 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14039
14040         * configure.ac:
14041         * docs/libs/Makefile.am:
14042         * docs/libs/gst-plugins-libs.types:
14043         * ext/alsa/Makefile.am:
14044         * ext/alsa/gstalsamixer.h:
14045         * ext/alsa/gstalsamixeroptions.h:
14046         * ext/alsa/gstalsamixertrack.h:
14047         * gst-libs/gst/Makefile.am:
14048         * gst-libs/gst/colorbalance/.cvsignore:
14049         * gst-libs/gst/colorbalance/Makefile.am:
14050         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14051         * gst-libs/gst/colorbalance/colorbalance.c:
14052         * gst-libs/gst/colorbalance/colorbalance.h:
14053         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14054         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14055         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14056         * gst-libs/gst/interfaces/Makefile.am:
14057         * gst-libs/gst/interfaces/colorbalance.c:
14058         (gst_color_balance_class_init):
14059         * gst-libs/gst/interfaces/colorbalance.h:
14060         * gst-libs/gst/interfaces/interfaces-marshal.list:
14061         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14062         * gst-libs/gst/interfaces/mixer.h:
14063         * gst-libs/gst/interfaces/mixeroptions.h:
14064         * gst-libs/gst/interfaces/navigation.c:
14065         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14066         * gst-libs/gst/interfaces/tuner.h:
14067         * gst/volume/Makefile.am:
14068         * gst/volume/gstvolume.c:
14069         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14070         * sys/ximage/Makefile.am:
14071         * sys/ximage/ximagesink.c:
14072         * sys/xvimage/Makefile.am:
14073         * sys/xvimage/xvimagesink.c:
14074           fold in all interfaces into an interfaces dir, preserving CVS
14075           history
14076
14077 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14078
14079         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14080           Fix build after riff changes.
14081
14082 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14083
14084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14085         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14086         (gst_riff_create_video_template_caps),
14087         (gst_riff_create_audio_template_caps),
14088         (gst_riff_create_iavs_template_caps):
14089         * gst-libs/gst/riff/riff-media.h:
14090         * gst-libs/gst/riff/riff-read.h:
14091         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14092           Add gst_riff_init() to initialize the debug category, instead
14093           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14094
14095 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14096
14097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14098           Oops, I shouldn't apply hacks.
14099
14100 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14101
14102         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14103           Remove pad_loop function which doesn't work.
14104
14105 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14106
14107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14108           Send EOS when deactivating.
14109         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14110         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14111         (gen_preroll_element), (probe_triggered), (mute_stream),
14112         (silence_stream), (new_decoded_pad), (setup_substreams),
14113         (set_active_source):
14114         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14115         (remove_sinks), (add_sink):
14116         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14117           Change for new probe API.
14118
14119 2005-06-29  Wim Taymans  <wim@fluendo.com>
14120
14121         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14122         * gst-libs/gst/audio/gstbaseaudiosink.c:
14123         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14124         (gst_baseaudiosink_change_state):
14125         * gst-libs/gst/audio/gstbaseaudiosink.h:
14126         * gst-libs/gst/audio/gstringbuffer.c:
14127         (gst_ringbuffer_set_callback):
14128         Fix compilation error.
14129         Ringbuffer starts out as not running.
14130         Free our clock in dispose.
14131         When releasing the ringbuffer we need to renegotiate so
14132         clear the pad caps.
14133
14134 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14135
14136         * autogen.sh:
14137         * configure.ac:
14138         * docs/Makefile.am:
14139         * docs/libs/Makefile.am:
14140         * docs/libs/gst-plugins-libs-docs.sgml:
14141         * docs/libs/gst-plugins-libs-sections.txt:
14142         * docs/libs/gst-plugins-libs.types:
14143         * docs/libs/tmpl/gstaudio.sgml:
14144         * docs/libs/tmpl/gstcolorbalance.sgml:
14145         * docs/libs/tmpl/gstringbuffer.sgml:
14146         * gst-libs/gst/audio/gstringbuffer.c:
14147         (gst_ringbuffer_set_callback):
14148           reinstate gtk-doc docs for plugin libs
14149
14150 2005-06-28  Wim Taymans  <wim@fluendo.com>
14151
14152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14153         (gst_ogg_demux_init):
14154         Removed pad loop function.
14155
14156 2005-06-28  Wim Taymans  <wim@fluendo.com>
14157
14158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14159         If we're building a chain we are not in an error case
14160         when we queue a buffer.
14161
14162 2005-06-28  Andy Wingo  <wingo@pobox.com>
14163
14164         * *.c: Don't cast to GstObject before reffing/unreffing.
14165
14166 2005-06-27  Andy Wingo  <wingo@pobox.com>
14167
14168         * gst/videotestsrc/gstvideotestsrc.c
14169         (gst_videotestsrc_activate_push): Activation API changes.
14170
14171         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14172         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14173         they have refs on the decodebin.
14174
14175         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14176         parent class.
14177         (gst_ogg_pad_typefind): Don't leak a pad ref.
14178         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14179         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14180         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14181
14182 2005-06-27  Edward Hervey  <edward@fluendo.com>
14183
14184         * ext/theora/theoradec.c: (theora_dec_change_state): 
14185         re-arranged call to parent's state change in order to avoid locks (or
14186         worse).
14187
14188 2005-06-26  Edward Hervey  <edward@fluendo.com>
14189
14190         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14191         2nd argument of 'unknow-type' signal is a GstCaps and not a
14192         GstMiniObject
14193
14194 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14195         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14196           Set the worker thread's running flag to TRUE before starting the
14197           thread.
14198         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14199           Catch a failure to add typefind to the bin.
14200
14201 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14202
14203         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14204         (gst_sinesrc_init), (gst_sinesrc_create),
14205         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14206         (gst_sinesrc_start):
14207         * gst/sine/gstsinesrc.h:
14208           add num-buffers and timestamp-offset properties
14209         * gst/videotestsrc/gstvideotestsrc.c:
14210         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14211         (gst_videotestsrc_get_property):
14212           add timestamp-offset property
14213
14214 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14215
14216         * configure.ac: add videorate
14217         * gst-plugins-base.spec.in: add videorate
14218
14219 2005-06-23  Wim Taymans  <wim@fluendo.com>
14220
14221         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14222         (gst_videorate_getcaps), (gst_videorate_setcaps),
14223         (gst_videorate_event), (gst_videorate_chain):
14224         Fixed videorate, fixating an already fixated caps is not
14225         an error.
14226
14227 2005-06-23  Wim Taymans  <wim@fluendo.com>
14228
14229         * ext/ogg/README:
14230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14231         Buffer on caps is not boxed anymore.
14232
14233 2005-06-22  Wim Taymans  <wim@fluendo.com>
14234
14235         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14237         Set buffers on caps as miniobjects and not as boxed.
14238
14239 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14240
14241         * configure.ac:
14242           back to HEAD
14243
14244 === release 0.9.1 ===
14245
14246 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14247
14248         * .cvsignore:
14249         * NEWS:
14250         * README:
14251         * RELEASE:
14252         * configure.ac:
14253         * po/af.po:
14254         * po/az.po:
14255         * po/cs.po:
14256         * po/en_GB.po:
14257         * po/hu.po:
14258         * po/it.po:
14259         * po/nb.po:
14260         * po/nl.po:
14261         * po/or.po:
14262         * po/sq.po:
14263         * po/sr.po:
14264         * po/sv.po:
14265         * po/uk.po:
14266         * po/vi.po:
14267           updates for release
14268
14269 2005-06-09  Andy Wingo  <wingo@pobox.com>
14270
14271         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14272         
14273 2005-06-09  Andy Wingo  <wingo@pobox.com>
14274
14275         * configure.ac:
14276         * gst-libs/gst/Makefile.am:
14277         * gst-libs/gst/net/Makefile.am:
14278         Add gstnet to build.
14279
14280 2005-06-09  Andy Wingo  <wingo@pobox.com>
14281
14282         * gst-libs/gst/gconf/gconf.c:
14283         * gst/playback/test.c:
14284         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14285         fixes.
14286
14287         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14288
14289         * ext/theora/theoraenc.c (theora_enc_chain): 
14290         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14291
14292         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14293         RealPad.
14294
14295 2005-06-02  Wim Taymans  <wim@fluendo.com>
14296
14297         * gst-libs/gst/net/Makefile.am:
14298         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14299         * pkgconfig/gstreamer-libs.pc.in:
14300         Added net stuff, version net lib.
14301
14302 2005-06-02  Wim Taymans  <wim@fluendo.com>
14303
14304         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14305         (query_rates), (query_positions_elems), (query_positions_pads),
14306         (do_seek):
14307         Updated seek example.
14308
14309 2005-06-02  Andy Wingo  <wingo@pobox.com>
14310
14311         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14312         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14313         list.
14314
14315         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14316         remove the typefind, the bin dispose will do it for us. When it's
14317         removed and unreffed, the signal handler will be disconnected,
14318         too.
14319         (unlinked): It's too difficult to disconnect from unlinked
14320         handlers, as they are on pads not elements. Just punt if the pads
14321         aren't grandkids of the bin.
14322
14323 2005-06-02  Wim Taymans  <wim@fluendo.com>
14324
14325         * ext/ogg/README:
14326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14327         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14329         * ext/theora/theoradec.c: (theora_dec_src_query),
14330         (theora_handle_data_packet):
14331         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14332         (theora_enc_chain):
14333         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14334         (vorbis_handle_data_packet):
14335         * gst/audioconvert/bufferframesconvert.c:
14336         (buffer_frames_convert_chain):
14337         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14338         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14339         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14340         (gst_ffmpegcsp_chain):
14341         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14342         (gst_videorate_getcaps), (gst_videorate_setcaps),
14343         (gst_videorate_event), (gst_videorate_chain):
14344         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14345         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14346         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14347         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14348         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14349         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14350         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14351         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14352         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14353         Cleanups and buffer alloc.
14354
14355 2005-05-31  Wim Taymans  <wim@fluendo.com>
14356
14357         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14358         Don't try to call the delay method when the device is not
14359         opened.
14360
14361 2005-05-31  Wim Taymans  <wim@fluendo.com>
14362
14363         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14364         Get actual segment size and buffer size after opening
14365         the device.
14366
14367 2005-05-30  Wim Taymans  <wim@fluendo.com>
14368
14369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14370         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14371         Also FLUSH upstream, makes the loop function exit faster.
14372         
14373         * ext/theora/theoradec.c: (theora_dec_src_query):
14374         Some more debug info in the query.
14375         
14376         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14377         (gst_ximagesink_setcaps):
14378         Release lock on par error, better error reporting.
14379
14380 2005-05-26  Wim Taymans  <wim@fluendo.com>
14381
14382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14383         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14384         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14385         Clear chains in READY
14386         Queue packets until the chain is activated.
14387
14388 2005-05-25  Wim Taymans  <wim@fluendo.com>
14389
14390         * gst-libs/gst/audio/gstaudiosink.c:
14391         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14392         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14393         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14394         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14395         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14396         (gst_audiosink_create_ringbuffer):
14397         * gst-libs/gst/audio/gstbaseaudiosink.c:
14398         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14399         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14400         (gst_baseaudiosink_set_property), (build_linear_format),
14401         (debug_spec_caps), (debug_spec_buffer),
14402         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14403         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14404         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14405         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14406         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14407         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14408         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14409         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14410         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14411         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14412         (wait_segment), (gst_ringbuffer_commit),
14413         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14414         (gst_ringbuffer_clear):
14415         Various small cleanups.
14416
14417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14418         (gst_audio_convert_change_state):
14419         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14420         No need to take the locks anymore.
14421
14422 2005-05-25  Wim Taymans  <wim@fluendo.com>
14423
14424         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14425         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14426         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14427         (type_found):
14428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14429         (group_destroy), (group_commit), (queue_overrun),
14430         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14431         (mute_stream), (new_decoded_pad), (setup_substreams),
14432         (setup_source), (mute_group_type), (set_active_source),
14433         (gst_play_base_bin_change_state):
14434         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14435         (gen_video_element), (gen_text_element), (gen_audio_element),
14436         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14437         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14438         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14439         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14440         Some playbin cleanups mostly refcounting sloppyness.
14441
14442 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14443
14444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14445           Work with streaming input.
14446
14447 2005-05-25  Wim Taymans  <wim@fluendo.com>
14448
14449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14450         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14451         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14452         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14453         No need to take the STREAM lock anymore.
14454
14455 2005-05-25  Wim Taymans  <wim@fluendo.com>
14456
14457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14458         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14459         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14460         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14461         (gst_ogg_demux_sink_activate):
14462         * ext/theora/theoradec.c: (theora_dec_src_event),
14463         (theora_handle_comment_packet), (theora_dec_chain),
14464         (theora_dec_change_state):
14465         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14466         (vorbis_handle_data_packet), (vorbis_dec_chain),
14467         (vorbis_dec_change_state):
14468         Remove STREAM locks as they are taken in core now.
14469         Never set bogus granulepos on vorbis/theora.
14470         Fix leaks in theoradec tag parsing.
14471
14472 2005-05-25  Wim Taymans  <wim@fluendo.com>
14473
14474         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14475         Fix memleaks, GST_BUFFER_DATA() is not freed.
14476
14477 2005-05-25  Wim Taymans  <wim@fluendo.com>
14478
14479         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14480         Open non-blocking, set to blocking mode afterwards to avoid
14481         lockups when audio device is busy.
14482
14483 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14484
14485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14486           This can't be good.
14487
14488 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14489
14490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14491         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14492         (gst_audio_convert_setcaps):
14493           Implement instant setup switching.
14494
14495 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14496
14497         * gst/playback/gstplaybasebin.c: (probe_triggered):
14498           Fix missing unlock.
14499         * gst/playback/gstplaybin.c: (add_sink):
14500           First add, then link (otherwise pad link fails).
14501
14502 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14503
14504         * examples/Makefile.am:
14505         fix buildbot (make distcheck)
14506
14507 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14508
14509         * gst/playback/gstplaybin.c: (gen_vis_element):
14510           Remove some wrong code. Doesn't work yet.
14511
14512 2005-05-19  Wim Taymans  <wim@fluendo.com>
14513
14514         * gst-libs/gst/net/Makefile.am:
14515         * gst-libs/gst/net/README:
14516         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14517         (gst_netbuffer_class_init), (gst_netbuffer_init),
14518         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14519         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14520         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14521         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14522         * gst-libs/gst/net/gstnetbuffer.h:
14523         Added buffer subclass to store extra to/from addresses for
14524         network sources/sinks.
14525
14526 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14527
14528         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14529           Don't lock an unassigned variable.
14530
14531 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14532
14533         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14534           Increase buffer for video, decrease buffer for other media types.
14535         * gst/playback/gstplaybin.c: (gen_video_element),
14536         (gen_audio_element):
14537           Change names for debugging purposes.
14538
14539 2005-05-18  Wim Taymans  <wim@fluendo.com>
14540
14541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14542         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14543         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14544         (gst_ffmpegcsp_chain):
14545         Enable buffer alloc passthrough if the source and dest
14546         formats are the same.
14547
14548 2005-05-17  Wim Taymans  <wim@fluendo.com>
14549
14550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14551         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14552         (gst_ogg_demux_chain_unlocked):
14553         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14554         (gst_audio_convert_caps_remove_format_info),
14555         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14556         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14558         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14559         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14560         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14561         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14562         (gst_ffmpegcsp_get_property):
14563         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14564         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14565         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14566         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14567         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14568         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14569         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14570         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14571         Leak fixes in oggdemux.
14572         Some cleanups in audioconvert.
14573         Make passthrough work along with buffer_alloc etc.
14574         Make buffer_alloc and buffer recycling actually work in
14575         xvimagesink.
14576
14577 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14578
14579         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14580           make the compiler happy
14581
14582 2005-05-17  Wim Taymans  <wim@fluendo.com>
14583
14584         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14585         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14586         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14587         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14588         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14589         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14590         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14591         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14592         (gst_xvimagesink_set_xwindow_id):
14593         * sys/xvimage/xvimagesink.h:
14594         Port xvimagesink to new MiniObject.
14595
14596 2005-05-17  Wim Taymans  <wim@fluendo.com>
14597
14598         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14599         (gst_audiofilter_chain):
14600         * gst-libs/gst/audio/gstaudiosink.c:
14601         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14602         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14603         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14604         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14605         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14606         (gst_audiosink_create_ringbuffer):
14607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14608         (gst_audio_convert_caps_remove_format_info),
14609         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14610         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14612         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14613         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14614         Fix passthrough in ffmpegcolorspace.
14615         Fix memset in audiosink on wrong memory.
14616
14617 2005-05-16  David Schleef  <ds@schleef.org>
14618
14619         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14620         to GstMiniObject.
14621
14622 2005-05-16  David Schleef  <ds@schleef.org>
14623
14624         Port from GstData to GstMiniObject.
14625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14627         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14628         (gst_ogg_mux_collected):
14629         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14630         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14631         (theora_handle_data_packet):
14632         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14633         (theora_set_header_on_caps), (theora_enc_chain):
14634         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14635         (vorbis_handle_comment_packet):
14636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14637         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14638         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14639         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14640         * gst/audioconvert/gstaudioconvert.c:
14641         (gst_audio_convert_get_buffer):
14642         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14643         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14644         (mute_stream), (silence_stream):
14645         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14646         * gst/volume/gstvolume.c: (volume_transform):
14647         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14648         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14649         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14650         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14651         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14652         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14653         (gst_ximagesink_buffer_alloc):
14654         * sys/ximage/ximagesink.h:
14655
14656 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14657
14658         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14659         (fill_buffer), (check_queue), (queue_threshold_reached),
14660         (queue_out_of_data):
14661         * gst/playback/gstplaybasebin.h:
14662           Post buffer-fullness on the bus.
14663
14664 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14665
14666         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14667         (try_to_link_1):
14668         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14669         (group_commit), (probe_triggered), (setup_source),
14670         (gst_play_base_bin_change_state):
14671         * gst/playback/gstplaybasebin.h:
14672         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14673         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14674         (gst_play_bin_change_state):
14675           Move setup_output_pads into a virtual function, remove
14676           group-switch (no longer needed) and redirect (handled by bus
14677           now) signals.
14678
14679 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14680
14681         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14682         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14683         (get_active_group), (get_building_group), (group_destroy),
14684         (group_commit), (check_queue), (queue_overrun),
14685         (queue_threshold_reached), (queue_out_of_data),
14686         (gen_preroll_element), (remove_groups), (unknown_type),
14687         (add_element_stream), (no_more_pads), (probe_triggered),
14688         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14689         (setup_substreams), (setup_source), (finish_source),
14690         (prepare_output), (muted_group_change_state),
14691         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14692         (gst_play_base_bin_change_state):
14693         * gst/playback/gstplaybasebin.h:
14694         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14695         (gst_play_bin_init), (gst_play_bin_set_property),
14696         (gen_video_element), (gen_text_element), (gen_audio_element),
14697         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14698         (gst_play_bin_change_state):
14699         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14700         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14701         (stream_info_change_state), (gst_stream_info_set_mute),
14702         (gst_stream_info_get_property):
14703         * gst/playback/gststreaminfo.h:
14704         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14705         (gst_stream_selector_get_linked_pad),
14706         (gst_stream_selector_getcaps),
14707         (gst_stream_selector_get_linked_pads),
14708         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14709         * gst/playback/gststreamselector.h:
14710           Rough port of playbin. Needs some more work, but is mostly done,
14711           and uses a few locks in important places, which should make stuff
14712           like chain-switches clean. Still uses GST_STATE() in a few places,
14713           which isn't all that good an idea, subtitles/elements disabled
14714           because no elements to test with and thus probably broken, query
14715           and event handling moved to GstBin, internal thread removed
14716           alltogether because the pipeline does that for us now. Can play
14717           Ogg/Vorbis files. Haven't tested anything else yet.
14718
14719 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14720
14721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14722           Do no-more-pads (needed for autoplugging).
14723
14724 2005-05-10  Andy Wingo  <wingo@pobox.com>
14725
14726         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14727         message to the bus with the tags. Still not sent downstream tho.
14728
14729         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14730         get_parent.
14731         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14732         avoid refcounting hassles.
14733
14734 2005-05-09  Andy Wingo  <wingo@pobox.com>
14735
14736         * gst/volume/Makefile.am:
14737         * gst/volume/demo.c
14738         * gst/volume/gstvolume.h
14739         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14740         basetransform. Probably need an audio filter base class.
14741
14742 2005-05-09  Wim Taymans  <wim@fluendo.com>
14743
14744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14745         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14746         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14747         (gst_vorbisenc_chain):
14748         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14749         (gst_audio_convert_caps_remove_format_info),
14750         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14751         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14752         Make caps writable before writing to it.
14753         Fix negotiation in audioconvert some more.
14754
14755 2005-05-09  Wim Taymans  <wim@fluendo.com>
14756
14757         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14758         (gst_videorate_getcaps), (gst_videorate_setcaps),
14759         (gst_videorate_event), (gst_videorate_chain):
14760         Better negotiation.
14761
14762 2005-05-09  Wim Taymans  <wim@fluendo.com>
14763
14764         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14765         (gst_videorate_getcaps), (gst_videorate_setcaps),
14766         (gst_videorate_blank_data), (gst_videorate_init),
14767         (gst_videorate_event), (gst_videorate_chain),
14768         (gst_videorate_change_state):
14769         Port videorate, do a better job at negotiation while we're at
14770         it.
14771
14772 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14773
14774         * configure.ac:
14775           Disable libvisual
14776
14777         * examples/Makefile.am:
14778         * gst-libs/gst/audio/Makefile.am:
14779         * gst-libs/gst/riff/Makefile.am:
14780         * gst-libs/gst/tag/Makefile.am:
14781         * gst-libs/gst/video/Makefile.am:
14782           Fixups for missing variables.
14783
14784 2005-05-09  Wim Taymans  <wim@fluendo.com>
14785
14786         * examples/seeking/seek.c: (make_theora_pipeline),
14787         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14788         (query_rates), (query_positions_elems), (query_positions_pads),
14789         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14791         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14792         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14793         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14794         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14796         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14797         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14798         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14799         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14800         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14801         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14802         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14803         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14804         (theora_dec_src_convert), (theora_dec_sink_convert),
14805         (theora_dec_src_query), (theora_dec_sink_query),
14806         (theora_dec_src_event), (theora_dec_sink_event),
14807         (theora_handle_comment_packet), (theora_handle_type_packet),
14808         (theora_handle_header_packet), (theora_handle_data_packet),
14809         (theora_dec_chain):
14810         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14811         (vorbis_dec_convert), (vorbis_dec_src_query),
14812         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14813         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14814         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14815         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14817         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14818         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14819         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14820         (gst_play_bin_query):
14821         * gst/playback/test3.c: (update_scale):
14822         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14823         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14824         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14825         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14826         (gst_videotestsrc_src_query):
14827         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14828         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14829         (paint_hline_YUV9):
14830         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14831         Port to new query API.
14832         Updated seek.
14833         Cleanups in x[v]imagesink
14834
14835 2005-05-09  Andy Wingo  <wingo@pobox.com>
14836
14837         * ext/alsa/gstalsasink.h:
14838         * ext/gnomevfs/gstgnomevfssrc.c:
14839         (gst_gnomevfssrc_get_icy_metadata):
14840         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14841         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14842         * ext/theora/theoradec.c (theora_dec_src_query)
14843         (theora_dec_src_event, theora_dec_sink_event)
14844         (theora_handle_comment_packet, theora_handle_data_packet):
14845         * ext/theora/theoraenc.c (theora_enc_chain):
14846         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14847         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14848         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14849         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14850         (qt_type_find):
14851         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14852         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14853         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14854         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14855         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14856         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14857         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14858         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14859         (paint_setup_RGB565, paint_setup_xRGB1555):
14860         * gst/videotestsrc/videotestsrc.h:
14861         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14862         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14863         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14864         GCC4 fixes.
14865         
14866         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14867         gst_pad_query_position. Fixes oggdemux.
14868
14869 2005-05-08  David Schleef  <ds@schleef.org>
14870
14871         * configure.ac: Require liboil.
14872         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14873         a few more.
14874         * gst/videotestsrc/videotestsrc.c:
14875         * gst/videotestsrc/videotestsrc.h:
14876
14877 2005-05-06  Wim Taymans  <wim@fluendo.com>
14878
14879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14880         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14881         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14882         Well, unreffing a buffer right before pushing it is asking
14883         for trouble..
14884
14885 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14886
14887         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14888
14889 2005-05-06  Wim Taymans  <wim@fluendo.com>
14890
14891         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14892         (gst_audio_convert_caps_remove_format_info),
14893         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14894         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14896         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14897         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14898         * gst/sine/Makefile.am:
14899         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14900         (gst_sinesrc_class_init), (gst_sinesrc_init),
14901         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14902         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14903         (gst_sinesrc_update_freq):
14904         * gst/sine/gstsinesrc.h:
14905         * gst/tcp/gstmultifdsink.c:
14906         * sys/xvimage/xvimagesink.c:
14907         Fixed negotiation wrt _peer_get_caps()
14908         Some cleanups.
14909
14910
14911 2005-05-06  Wim Taymans  <wim@fluendo.com>
14912
14913         * gst-libs/gst/audio/gstaudiosink.c:
14914         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14915         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14916         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14917         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14918         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14919         (gst_audiosink_create_ringbuffer):
14920         * gst-libs/gst/audio/gstbaseaudiosink.c:
14921         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14922         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14923         (gst_baseaudiosink_set_property), (build_linear_format),
14924         (debug_spec_caps), (debug_spec_buffer),
14925         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14926         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14927         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14928         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14929         * gst-libs/gst/audio/gstbaseaudiosink.h:
14930         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14931         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14932         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14933         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14934         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14935         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14936         (wait_segment), (gst_ringbuffer_commit),
14937         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14938         (gst_ringbuffer_clear):
14939         * gst-libs/gst/audio/gstringbuffer.h:
14940         Make the base audiosink return an error when there is no
14941         audiobuffer negotiated.
14942
14943 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14944
14945         * ext/Makefile.am:
14946         Disable cdparanoia until someone ports it!
14947
14948 2005-05-06  Wim Taymans  <wim@fluendo.com>
14949
14950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14951         (gst_ogg_demux_sink_activate):
14952         And revert after wingo's revert.. sigh..
14953
14954 2005-05-05  Andy Wingo  <wingo@pobox.com>
14955
14956         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14957         GObject.
14958         * configure.ac: Return audiorate and subparse from the ghetto.
14959         Re-enable -Wall -Werror.
14960         * gst/subparse/gstsubparse.c:
14961         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14962         or chain-based. Cleaned up a bit. Not tested.
14963         
14964 2005-05-05  Christian Schaller <christian@fluendo.com> 
14965
14966         * Makefile.am: remove stuff that is not building
14967         * configure.ac: remove stuff that is not building
14968         * examples/Makefile.am: remove stuff that is not building
14969         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14970         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14971         * sys/Makefile.am: remove stuff that is not building
14972         * testsuite/Makefile.am: remove stuff that is not building
14973
14974 2005-05-05  Andy Wingo  <wingo@pobox.com>
14975
14976         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14977         * gst-libs/gst/tag/gstvorbistag.c:
14978         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14979         * gst/adder/gstadder.h:
14980         * gst/audioconvert/gstchannelmix.c:
14981         (gst_audio_convert_fill_one_other):
14982         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14983         (gst_audiorate_init), (gst_audiorate_chain):
14984         * gst/playback/gstplaybasebin.c: (setup_source):
14985         * gst/playback/test3.c: (update_scale):
14986         Some GCC4 fixes
14987         
14988         * po/af.po:
14989         * po/az.po:
14990         * po/cs.po:
14991         * po/en_GB.po:
14992         * po/hu.po:
14993         * po/it.po:
14994         * po/nb.po:
14995         * po/nl.po:
14996         * po/or.po:
14997         * po/sq.po:
14998         * po/sr.po:
14999         * po/sv.po:
15000         * po/uk.po:
15001         * po/vi.po: Foo
15002
15003 2005-05-05  Wim Taymans  <wim@fluendo.com>
15004
15005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15006         (gst_audio_convert_caps_remove_format_info),
15007         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15008         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15009         * gst/videotestsrc/gstvideotestsrc.c:
15010         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15011         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15012         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15013         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15014         Don't ignore _push() return values.
15015         Make sure no processing is done when shutting down.
15016         Videotestsrc pad activation fix.
15017
15018 2005-05-05  Wim Taymans  <wim@fluendo.com>
15019
15020         * gst/adder/Makefile.am:
15021         * gst/adder/gstadder.c: (gst_adder_setcaps),
15022         (gst_adder_class_init), (gst_adder_init),
15023         (gst_adder_request_new_pad), (gst_adder_collected),
15024         (gst_adder_change_state):
15025         * gst/adder/gstadder.h:
15026         Ported adder as an example of a mixer element using
15027         collect pads. Needs more negotiation work.
15028
15029 2005-05-05  Wim Taymans  <wim@fluendo.com>
15030
15031         * ext/theora/theoradec.c: (_inc_granulepos),
15032         (theora_dec_src_event), (theora_dec_sink_event),
15033         (theora_handle_comment_packet), (theora_handle_type_packet),
15034         (theora_handle_header_packet), (theora_handle_data_packet),
15035         (theora_dec_chain):
15036         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15037         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15038         (theora_push_buffer), (theora_push_packet),
15039         (theora_enc_sink_event), (theora_enc_chain),
15040         (theora_enc_change_state), (theora_enc_set_property),
15041         (theora_enc_get_property):
15042         Added stream lock to decoder so that we can serialize
15043         the discont event.
15044         More theoraenc porting, recover from errors, do clean
15045         shutdown.
15046
15047 2005-05-05  Wim Taymans  <wim@fluendo.com>
15048
15049         * ext/ogg/Makefile.am:
15050         * ext/ogg/README:
15051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15052         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15053         (gst_ogg_print):
15054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15055         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15056         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15057         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15058         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15059         (gst_ogg_mux_change_state):
15060         Ported ogg muxer.
15061
15062 2005-05-05  Wim Taymans  <wim@fluendo.com>
15063
15064         * docs/design-audiosinks.txt:
15065         * gst-libs/gst/audio/TODO:
15066         * gst-libs/gst/audio/gstaudiosink.c:
15067         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15068         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15069         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15070         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15071         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15072         (gst_audiosink_create_ringbuffer):
15073         * gst-libs/gst/audio/gstbaseaudiosink.c:
15074         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15075         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15076         (gst_baseaudiosink_set_property), (build_linear_format),
15077         (debug_spec_caps), (debug_spec_buffer),
15078         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15079         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15080         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15081         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15082         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15083         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15084         (gst_ringbuffer_release), (gst_ringbuffer_play),
15085         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15086         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15087         (gst_ringbuffer_set_sample), (wait_segment),
15088         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15089         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15090         More work on the audiosink, mostly debugging and a race in
15091         shutdown.
15092
15093 2005-04-28  Wim Taymans  <wim@fluendo.com>
15094
15095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15096         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15097         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15098         (vorbis_dec_src_query), (vorbis_dec_src_event),
15099         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15100         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15101         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15102         Don't crap out when seeking back to position 0.
15103
15104 2005-04-28  Wim Taymans  <wim@fluendo.com>
15105
15106         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15107         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15108         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15109         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15110         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15111         Make audio sink configurable, use alsasink as default.
15112
15113 2005-04-28  Wim Taymans  <wim@fluendo.com>
15114
15115         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15116         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15117         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15118         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15119         (vorbis_dec_change_state):
15120         * ext/vorbis/vorbisdec.h:
15121         Refactor, use STREAM_LOCK.
15122
15123 2005-04-28  Wim Taymans  <wim@fluendo.com>
15124
15125         * ext/theora/theoradec.c: (_inc_granulepos),
15126         (theora_dec_sink_event), (theora_handle_comment_packet),
15127         (theora_handle_type_packet), (theora_handle_header_packet),
15128         (theora_handle_data_packet), (theora_dec_chain),
15129         (theora_dec_change_state):
15130         Refactor a bit, use STREAM_LOCK.
15131
15132 2005-04-28  Wim Taymans  <wim@fluendo.com>
15133
15134         * ext/alsa/Makefile.am:
15135         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15136         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15137         (gst_alsa_link), (gst_alsa_close_audio):
15138         * ext/alsa/gstalsaplugin.c: (plugin_init):
15139         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15140         (gst_alsasink_dispose), (gst_alsasink_base_init),
15141         (gst_alsasink_class_init), (gst_alsasink_init),
15142         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15143         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15144         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15145         (gst_alsasink_reset):
15146         * ext/alsa/gstalsasink.h:
15147         Implement alsasink with simple open/write/close API. 
15148         Make alsa dir build by disabling compilation of code.
15149
15150 2005-04-28  Wim Taymans  <wim@fluendo.com>
15151
15152         * gst-libs/gst/audio/Makefile.am:
15153         * gst-libs/gst/audio/audio.h:
15154         * gst-libs/gst/audio/audioclock.c:
15155         * gst-libs/gst/audio/audioclock.h:
15156         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15157         (gst_audio_clock_class_init), (gst_audio_clock_init),
15158         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15159         * gst-libs/gst/audio/gstaudioclock.h:
15160         * gst-libs/gst/audio/gstaudiosink.c:
15161         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15162         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15163         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15164         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15165         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15166         (gst_audiosink_create_ringbuffer):
15167         * gst-libs/gst/audio/gstbaseaudiosink.c:
15168         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15169         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15170         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15171         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15172         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15173         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15174         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15175         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15176         * gst-libs/gst/audio/gstbaseaudiosink.h:
15177         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15178         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15179         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15180         (gst_ringbuffer_release), (gst_ringbuffer_play),
15181         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15182         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15183         (gst_ringbuffer_set_sample), (wait_segment),
15184         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15185         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15186         * gst-libs/gst/audio/gstringbuffer.h:
15187         Make ringbuffer faster and more simple by removing the locks
15188         in the playback thread.
15189         Add sample accurate playback based on buffer sample offsets.
15190         Make the baseaudiosink provide a clock.
15191         Parse caps in the base class.
15192         Correctly handle seeking, flushing and state changes.
15193
15194 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15195
15196         * configure.ac:
15197         * gst/audioconvert/Makefile.am:
15198         * gst/audioscale/Makefile.am:
15199           Fix part of the build.  Come on guys, autogen didn't even work :)
15200
15201 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15202
15203         * configure.ac:
15204         * gst-libs/gst/Makefile.am:
15205         * gst-libs/gst/media-info/.cvsignore:
15206         * gst-libs/gst/media-info/Makefile.am:
15207         * gst-libs/gst/media-info/README:
15208         * gst-libs/gst/media-info/media-info-priv.c:
15209         * gst-libs/gst/media-info/media-info-priv.h:
15210         * gst-libs/gst/media-info/media-info-test.c:
15211         * gst-libs/gst/media-info/media-info.c:
15212         * gst-libs/gst/media-info/media-info.h:
15213         * gst-libs/gst/media-info/media-info.vcproj:
15214         * pkgconfig/Makefile.am:
15215         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15216         * pkgconfig/gstreamer-media-info.pc.in:
15217           Remove media-info, which is also successed by playbin (see Totem
15218           implementation).
15219
15220 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15221
15222         * configure.ac:
15223         * examples/Makefile.am:
15224         * examples/gstplay/.cvsignore:
15225         * examples/gstplay/Makefile.am:
15226         * examples/gstplay/player.c:
15227         * gst-libs/gst/Makefile.am:
15228         * gst-libs/gst/play/.cvsignore:
15229         * gst-libs/gst/play/Makefile.am:
15230         * gst-libs/gst/play/play.c:
15231         * gst-libs/gst/play/play.h:
15232         * gst-libs/gst/play/play.vcproj:
15233         * pkgconfig/Makefile.am:
15234         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15235         * pkgconfig/gstreamer-play.pc.in:
15236           Remove libgstplay, playbin is now the official successor.
15237
15238 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15239
15240         * configure.ac:
15241         * gst-libs/gst/Makefile.am:
15242         * gst-libs/gst/xwindowlistener/Makefile.am:
15243         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15244         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15245           Remove deprecated xwindowlistener (I've moved xwindowlistening
15246           in the v4l/v4l2 plugins over to serverside).
15247
15248 2005-04-25  David Schleef  <ds@schleef.org>
15249
15250         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15251         to examples/dynparams.  Examples do not belong interspersed with
15252         source code.
15253         * examples/dynparams/demo-dparams.c:
15254         * gst/sine/Makefile.am:
15255         * gst/sine/demo-dparams.c:
15256
15257 2005-04-25  David Schleef  <ds@schleef.org>
15258
15259         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15260         * gst-libs/gst/audio/Makefile.am:
15261         * gst-libs/gst/riff/Makefile.am:
15262         * gst-libs/gst/tag/Makefile.am:
15263         * gst-libs/gst/video/Makefile.am:
15264         * gst-libs/gst/xwindowlistener/Makefile.am:
15265
15266         Convert to 0.9 API, seems to work:
15267         * sys/ximage/Makefile.am:
15268         * sys/ximage/ximagesink.c:
15269
15270 2005-04-24  David Schleef  <ds@schleef.org>
15271
15272         Link plugins against libraries:
15273         * ext/alsa/Makefile.am:
15274         * gst/tcp/Makefile.am:
15275
15276         Remove asm code that should be in liboil
15277         * gst/videoscale/Makefile.am:
15278         * gst/videoscale/videoscale_x86_asm.s:
15279
15280         gettext wants these checked in:
15281         * po/af.po:
15282         * po/az.po:
15283         * po/cs.po:
15284         * po/en_GB.po:
15285         * po/hu.po:
15286         * po/it.po:
15287         * po/nb.po:
15288         * po/nl.po:
15289         * po/or.po:
15290         * po/sq.po:
15291         * po/sr.po:
15292         * po/sv.po:
15293         * po/uk.po:
15294         * po/vi.po:
15295
15296 2005-04-24  David Schleef  <ds@schleef.org>
15297
15298         Convert gst_main() to g_main_loop_run()
15299         * gst/playback/decodetest.c: (main):
15300         * gst/playback/test2.c: (main):
15301         * gst/playback/test3.c: (main):
15302         * gst/playback/test4.c: (main):
15303
15304         Link plugins against libraries:
15305         * ext/libvisual/Makefile.am:
15306         * sys/xvimage/Makefile.am:
15307
15308 2005-04-24  David Schleef  <ds@schleef.org>
15309
15310         * configure.ac: Remove idct and resample libs
15311         * gst-libs/gst/Makefile.am: same
15312
15313         Remove usage of gst_library_load():
15314         * ext/alsa/gstalsaplugin.c: (plugin_init):
15315         * ext/libvisual/visual.c: (plugin_init):
15316         * ext/ogg/gstogg.c: (plugin_init):
15317         * ext/theora/theora.c: (plugin_init):
15318         * ext/vorbis/vorbis.c: (plugin_init):
15319         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15320         * gst/audioscale/gstaudioscale.c:
15321         * gst/adder/gstadder.c: (plugin_init):
15322         * gst/audioconvert/plugin.c: (plugin_init):
15323         * sys/ximage/ximagesink.c: (plugin_init):
15324         * sys/xvimage/xvimagesink.c: (plugin_init):
15325         * gst/tcp/gsttcpplugin.c: (plugin_init):
15326
15327         Link plugins against libraries:
15328         * ext/ogg/Makefile.am:
15329         * ext/theora/Makefile.am:
15330         * ext/vorbis/Makefile.am:
15331         * gst/audioconvert/Makefile.am:
15332
15333         Create proper libraries:
15334         * gst-libs/gst/riff/Makefile.am:
15335         * gst-libs/gst/audio/Makefile.am:
15336         * gst-libs/gst/video/Makefile.am:
15337
15338         Move resample library to audioscale plugin directory:
15339         * gst-libs/gst/resample/Makefile.am:
15340         * gst-libs/gst/resample/README:
15341         * gst-libs/gst/resample/dtof.c:
15342         * gst-libs/gst/resample/dtos.c:
15343         * gst-libs/gst/resample/functable.c:
15344         * gst-libs/gst/resample/private.h:
15345         * gst-libs/gst/resample/resample.c:
15346         * gst-libs/gst/resample/resample.h:
15347         * gst-libs/gst/resample/resample.vcproj:
15348         * gst-libs/gst/resample/test.c:
15349         * gst/audioscale/Makefile.am:
15350         * gst/audioscale/README:
15351         * gst/audioscale/dtof.c:
15352         * gst/audioscale/dtos.c:
15353         * gst/audioscale/functable.c:
15354         * gst/audioscale/private.h:
15355         * gst/audioscale/resample.c:
15356         * gst/audioscale/resample.h:
15357         * gst/audioscale/test.c:
15358
15359         Move tagedit library to gst-libs:
15360         * gst-libs/gst/tag/Makefile.am:
15361         * gst-libs/gst/tag/gstid3tag.c:
15362         * gst-libs/gst/tag/gsttagediting.c:
15363         * gst-libs/gst/tag/gsttageditingprivate.h:
15364         * gst-libs/gst/tag/gstvorbistag.c:
15365         * gst/tags/Makefile.am:
15366         * gst/tags/gstid3tag.c:
15367         * gst/tags/gstvorbistag.c:
15368
15369         Fix for core changes:
15370         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15371         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15372         (gst_sinesrc_getrange):
15373
15374 2005-04-23  David Schleef  <ds@schleef.org>
15375
15376         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15377         in gst-plugins in a long time, and properly belongs in liboil.
15378         * gst-libs/gst/idct/Makefile.am:
15379         * gst-libs/gst/idct/README:
15380         * gst-libs/gst/idct/dct.h:
15381         * gst-libs/gst/idct/doieee:
15382         * gst-libs/gst/idct/fastintidct.c:
15383         * gst-libs/gst/idct/floatidct.c:
15384         * gst-libs/gst/idct/idct.c:
15385         * gst-libs/gst/idct/idct.h:
15386         * gst-libs/gst/idct/idtc.vcproj:
15387         * gst-libs/gst/idct/ieeetest.c:
15388         * gst-libs/gst/idct/intidct.c:
15389
15390 2005-04-20  Wim Taymans  <wim@fluendo.com>
15391
15392         * docs/design-audiosinks.txt:
15393         * gst-libs/gst/audio/Makefile.am:
15394         * gst-libs/gst/audio/TODO:
15395         * gst-libs/gst/audio/gstaudiosink.c:
15396         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15397         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15398         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15399         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15400         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15401         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15402         (gst_audiosink_class_init), (gst_audiosink_init),
15403         (gst_audiosink_create_ringbuffer):
15404         * gst-libs/gst/audio/gstaudiosink.h:
15405         * gst-libs/gst/audio/gstbaseaudiosink.c:
15406         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15407         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15408         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15409         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15410         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15411         (gst_baseaudiosink_create_ringbuffer),
15412         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15413         * gst-libs/gst/audio/gstbaseaudiosink.h:
15414         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15415         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15416         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15417         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15418         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15419         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15420         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15421         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15422         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15423         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15424         * gst-libs/gst/audio/gstringbuffer.h:
15425         An attempt at a set of audio base classes together with some
15426         design docs.
15427
15428 2005-04-20  Wim Taymans  <wim@fluendo.com>
15429
15430         * gst/audioconvert/Makefile.am:
15431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15432         (gst_audio_convert_caps_remove_format_info),
15433         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15434         (gst_audio_convert_channels):
15435         Link against audio libs.
15436         Fix audio convert plugin.
15437
15438 2005-04-20  Wim Taymans  <wim@fluendo.com>
15439
15440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15441         (gst_ogg_demux_sink_activate):
15442         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15443         (theora_set_header_on_caps), (theora_enc_sink_event),
15444         (theora_enc_chain):
15445         Fix theora encoder.
15446
15447 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15448
15449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15450         * gst/playback/gstdecodebin.c: (find_compatibles):
15451           Work with staticpadtemplates in elementfactories.
15452
15453 2005-04-12  Wim Taymans  <wim@fluendo.com>
15454
15455         * gst/playback/README:
15456         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15457         (compare_ranks), (print_feature), (gst_decode_bin_init),
15458         (dynamic_create), (dynamic_free), (find_compatibles),
15459         (mimetype_is_raw), (close_pad_link), (got_redirect),
15460         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15461         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15462         (gst_decode_bin_change_state):
15463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15464         (gst_play_base_bin_init), (group_destroy), (group_commit),
15465         (check_queue), (queue_overrun), (queue_threshold_reached),
15466         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15467         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15468         (got_redirect), (setup_source), (play_base_eos),
15469         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15470         (gst_play_base_bin_remove_element):
15471         * gst/playback/gstplaybasebin.h:
15472         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15473         (gst_play_bin_init), (gst_play_bin_dispose),
15474         (gst_play_bin_set_property), (gen_video_element),
15475         (gen_text_element), (gen_audio_element), (remove_sinks),
15476         (gst_play_bin_send_event):
15477         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15478         (stream_info_change_state), (gst_stream_info_set_mute):
15479         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15480         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15481         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15482         (gst_stream_selector_chain):
15483         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15484         (main):
15485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15486         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15487         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15488         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15489         Raw and crude port of decodebin. 
15490         Make playbin compile.
15491
15492 2005-04-06  Wim Taymans  <wim@fluendo.com>
15493
15494         * ext/gnomevfs/Makefile.am:
15495         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15496         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15497         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15498         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15499         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15500         (gst_gnomevfssrc_stop):
15501         * ext/ogg/Makefile.am:
15502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15503         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15504         * ext/theora/Makefile.am:
15505         * ext/theora/theoradec.c: (_inc_granulepos),
15506         (theora_dec_sink_event), (theora_dec_chain):
15507         * ext/vorbis/Makefile.am:
15508         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15509         (vorbis_dec_sink_event), (vorbis_dec_chain):
15510         * gst-libs/gst/audio/Makefile.am:
15511         * sys/xvimage/Makefile.am:
15512         Make gnomevfssrc extend the source base class.
15513         Fix linking against libs in various plugins.
15514
15515 2005-04-06  Andy Wingo  <wingo@pobox.com>
15516
15517         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15518         GST_BASE_LIBS.
15519
15520         * configure.ac: Add check and AC_SUBST for libgstbase.
15521
15522 2005-03-31  Wim Taymans  <wim@fluendo.com>
15523
15524         * examples/seeking/Makefile.am:
15525         * examples/seeking/cdparanoia.c: (main):
15526         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15527         (play_cb), (pause_cb), (stop_cb), (main):
15528         * examples/seeking/playbin.c:
15529         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15530         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15531         (make_sid_pipeline), (make_vorbis_pipeline),
15532         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15533         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15534         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15535         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15536         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15537         (stop_cb), (main):
15538         * examples/seeking/spider_seek.c:
15539         * examples/seeking/vorbisfile.c:
15540         * ext/gnomevfs/Makefile.am:
15541         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15542         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15543         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15544         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15545         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15546         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15547         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15548         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15549         * ext/ogg/README:
15550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15551         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15552         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15553         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15554         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15555         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15556         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15557         (gst_ogg_demux_factory_filter), (compare_ranks),
15558         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15559         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15560         (gst_ogg_chain_new), (gst_ogg_chain_free),
15561         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15562         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15563         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15564         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15565         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15566         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15567         (gst_ogg_demux_get_prev_page),
15568         (gst_ogg_demux_deactivate_current_chain),
15569         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15570         (gst_ogg_demux_bisect_forward_serialno),
15571         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15572         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15573         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15574         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15575         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15576         (gst_ogg_demux_change_state), (gst_ogg_print):
15577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15578         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15579         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15580         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15581         (gst_ogg_mux_loop):
15582         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15583         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15584         (theora_dec_src_convert), (theora_dec_sink_convert),
15585         (theora_dec_src_query), (theora_dec_src_event),
15586         (theora_dec_sink_event), (theora_dec_chain),
15587         (theora_dec_change_state):
15588         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15589         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15590         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15591         (theora_enc_change_state):
15592         * ext/vorbis/Makefile.am:
15593         * ext/vorbis/oggvorbisenc.c:
15594         * ext/vorbis/oggvorbisenc.h:
15595         * ext/vorbis/vorbis.c: (plugin_init):
15596         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15597         (vorbis_dec_src_query), (vorbis_dec_src_event),
15598         (vorbis_dec_sink_event), (vorbis_dec_chain),
15599         (vorbis_dec_change_state):
15600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15601         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15602         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15603         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15604         (gst_vorbisenc_change_state):
15605         * ext/vorbis/vorbisenc.h:
15606         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15607         * gst-libs/gst/audio/audioclock.c:
15608         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15609         (gst_audiofilter_init), (gst_audiofilter_chain):
15610         * gst-libs/gst/audio/testchannels.c: (main):
15611         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15612         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15613         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15614         (gmip_find_track_streaminfo), (gmip_find_track_format):
15615         * gst-libs/gst/media-info/media-info.c:
15616         (gst_media_info_read_idler):
15617         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15618         (gst_play_get_all_by_interface):
15619         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15620         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15621         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15622         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15623         (gst_riff_parse_info):
15624         * gst-libs/gst/riff/riff-read.h:
15625         * gst-libs/gst/riff/riff.c: (plugin_init):
15626         * gst-libs/gst/video/Makefile.am:
15627         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15628         (gst_videosink_class_init), (gst_videosink_get_type):
15629         * gst-libs/gst/video/videosink.h:
15630         * gst/audioconvert/bufferframesconvert.c:
15631         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15632         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15633         * gst/audioconvert/channelmixtest.c: (main):
15634         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15635         (gst_audio_convert_chain),
15636         (gst_audio_convert_caps_remove_format_info),
15637         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15638         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15639         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15640         (gst_audio_convert_buffer_to_default_format),
15641         (gst_audio_convert_buffer_from_default_format),
15642         (gst_audio_convert_channels):
15643         * gst/audioconvert/gstchannelmix.h:
15644         * gst/ffmpegcolorspace/avcodec.h:
15645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15646         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15647         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15648         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15649         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15650         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15651         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15652         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15653         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15654         (dv_type_find):
15655         * gst/videotestsrc/gstvideotestsrc.c:
15656         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15657         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15658         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15659         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15660         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15661         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15662         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15664         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15665         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15666         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15667         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15668         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15669         (gst_xvimagesink_navigation_send_event),
15670         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15671         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15672         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15673         * sys/xvimage/xvimagesink.h:
15674         Plugin port to 0.9, ogg/theora playback should work in the seek
15675         example now.
15676         Removed old examples.
15677         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15678         explained in 0.9 TODO doc.
15679
15680
15681 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15682
15683         * autogen.sh:
15684         * configure.ac:
15685         * ext/Makefile.am:
15686         * gst/Makefile.am:
15687         * po/POTFILES.in:
15688         * po/af.po:
15689         * po/az.po:
15690         * po/cs.po:
15691         * po/en_GB.po:
15692         * po/hu.po:
15693         * po/it.po:
15694         * po/nb.po:
15695         * po/nl.po:
15696         * po/or.po:
15697         * po/sq.po:
15698         * po/sr.po:
15699         * po/sv.po:
15700         * po/uk.po:
15701         * po/vi.po:
15702         * sys/Makefile.am:
15703         * testsuite/Makefile.am:
15704           remove a whole bunch of plugins.  This module now contains a set
15705           of free reference plugins/elements as agreed.
15706
15707 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15708
15709         * configure.ac:
15710           hunting season on 0.9 is now OPEN
15711
15712 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15713
15714         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15715           Kick the hell out of gcc for not warning me about a symbol conflict.
15716
15717 2005-02-22  Luca Ognibene  <luogni@tin.it>
15718
15719         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15722           Don't leak caps string (fixes #168134)
15723
15724         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15725         (gst_jpegenc_init), (gst_jpegenc_finalize),
15726         (gst_jpegenc_change_state):
15727           Don't leak line buffers and context struct (fixes #168133).
15728
15729 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15730
15731         * configure.ac:
15732         * ext/dirac/gstdiracdec.cc:
15733         (gst_diracdec_chain):
15734           Since dirac 0.5.0 the framerate in dirac is expressed as a
15735           rational number. Fix build and up requirement to 0.5.0, and
15736           also pass parameters to gst_diracdec_link in the right order
15737           (fixes #167959).
15738
15739 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15740
15741         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15742         * ext/faad/gstfaad.h:
15743         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15744         certain invalid muxed streams, where some packets will contain 
15745         junk after decoder data. Partially fixes #149158.
15746
15747 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15748         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15749           Make sure we only write to writable buffers
15750
15751 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15752
15753         * gst-libs/gst/riff/riff-media.c:
15754         (gst_riff_create_audio_caps_with_data):
15755           Do actually fix invalid RIFF fmt header values for alaw
15756           and mulaw audio instead of just saying so.
15757
15758         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15759           Give gst_riff_create_audio_caps_with_data() a chance to
15760           fix up broken format header fields before extracting any
15761           parameters from the header. (fixes #167633)
15762
15763 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15764
15765         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15766
15767         * gst/audioconvert/bufferframesconvert.c:
15768         (buffer_frames_convert_link):
15769           Don't leak othercaps. (fixes #167878)
15770
15771 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15772
15773         * configure.ac:
15774         * ext/libvisual/visual.c: (gst_visual_srclink),
15775         (gst_visual_change_state):
15776           Support libvisual 0.2.0.
15777
15778 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15779
15780         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15781         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15782           Use same rowstrides for I420 as used everywhere else.
15783
15784 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15785
15786         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15787           Declare variables at beginning of block and make gcc-2.95 happy
15788           (fixes # 167482, patch by Gergely Nagy).
15789           
15790         * gst/tcp/gsttcpclientsrc.c:
15791         * gst/tcp/gsttcpclientsrc.h:
15792           Move some includes into the header, so that struct sockaddr_in is
15793           defined when it should be defined on FreeBSD as well (fixes
15794           #167483).
15795           
15796         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15797           Don't pass uninitialised values to setsockopt() here either.
15798
15799 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15800
15801         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15802
15803         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15804           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15805
15806 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15807
15808         * gst/playback/gstplaybin.c: (add_sink):
15809           Invert bin_add/link order to workaround deadlock in opt.
15810
15811 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15812
15813         * gst/modplug/gstmodplug.cc:
15814           Add missing break causing position queries to fail.
15815
15816 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15817
15818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15819           Granpos can apparently be -1, which screws up calculations...
15820
15821 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15822
15823         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15824         (gst_ximagesink_send_pending_navigation),
15825         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15826         (gst_ximagesink_init):
15827         * sys/ximage/ximagesink.h:
15828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15829         (gst_xvimagesink_send_pending_navigation),
15830         (gst_xvimagesink_navigation_send_event),
15831         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15832         * sys/xvimage/xvimagesink.h:
15833           Use a mutex protected list to marshal navigation
15834           events into the stream thread from whichever thread
15835           sends them.
15836
15837 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15838
15839         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15840           Display current position and track length; misc. clean-ups.
15841           
15842         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15843         (speed_init), (speed_chain):
15844           Add query function, so that the stream length and current position
15845           get adjusted when queried (note that current position queries may
15846           still be wrong if the audio sink returns values based on buffer
15847           timestamps instead of passing on the query).
15848
15849 2005-02-13  Benjamin Otte  <otte@gnome.org>
15850
15851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15852         (gst_audio_convert_channels):
15853           create channel conversion matrix when linking
15854         * gst/audioconvert/.cvsignore:
15855         * gst/audioconvert/Makefile.am:
15856         * gst/audioconvert/channelmixtest.c: (main):
15857           add (ugly) test that ensures stereo <=> mono conversion works
15858           correctly
15859
15860 2005-02-13  Benjamin Otte  <otte@gnome.org>
15861
15862         * gst/audioconvert/gstchannelmix.h:
15863           include missing header file
15864         * gst/audioconvert/gstchannelmix.c:
15865         (gst_audio_convert_fill_compatible):
15866           use same sign for both channels when converting to/from compatible
15867           channel. Previously used different signs made the signals cancel
15868           each other out and appear like silence. (fixes #167269)
15869
15870 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15871
15872         * gst/ffmpegcolorspace/avcodec.h:
15873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15874         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15875         (gst_ffmpegcsp_avpicture_fill):
15876         * gst/ffmpegcolorspace/imgconvert.c:
15877           Convert to and from YV12 (fixes #156379).
15878
15879 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15880
15881         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15882         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15883         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15884         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15885         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15886         methods from chain and negotiation and vice versa (Fixes #166142).
15887         * sys/ximage/ximagesink.h: Add stream_lock.
15888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15889         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15890         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15891         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15892
15893 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15894
15895         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15896           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15897           error message when we can't open the DVD device (when dvdnav_open()
15898           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15899           the above). Send something more useful instead (fixes #167117).
15900
15901 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15902
15903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15904         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15905         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15906         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15907         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15908         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15909         methods from chain and negotiation and vice versa (Fixes #166142).
15910         Fix a possible bug of images in the buffer pool being discarded because
15911         we are looking at the wrong geometry.
15912         * sys/xvimage/xvimagesink.h: Add stream_lock.
15913
15914 2005-02-11  David Schleef  <ds@schleef.org>
15915
15916         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15917         unsigned int. (fixes #167128)
15918
15919 2005-02-11  David Schleef  <ds@schleef.org>
15920
15921         * gst/librfb/Makefile.am: Testing stuff before committing is
15922           for wimps... and people with fast machines.  Fix stupid
15923           mistake.
15924
15925 2005-02-11  David Schleef  <ds@schleef.org>
15926
15927         * configure.ac: Pull in librfb from my CVS tree, because it is
15928           too small and annoying to be separate.  Move rfbsrc plugin
15929           to gst/.
15930         * ext/Makefile.am:
15931         * ext/librfb/Makefile.am:
15932         * ext/librfb/gstrfbsrc.c:
15933         * gst/librfb/Makefile.am:
15934         * gst/librfb/gstrfbsrc.c:
15935         * gst/librfb/rfb.c:
15936         * gst/librfb/rfb.h:
15937         * gst/librfb/rfbbuffer.c:
15938         * gst/librfb/rfbbuffer.h:
15939         * gst/librfb/rfbbytestream.c:
15940         * gst/librfb/rfbbytestream.h:
15941         * gst/librfb/rfbcontext.h:
15942         * gst/librfb/rfbdecoder.c:
15943         * gst/librfb/rfbdecoder.h:
15944         * gst/librfb/rfbutil.h:
15945
15946 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15947
15948         * gst/speed/Makefile.am:
15949         * gst/speed/demo-mp3.c: (main):
15950         * gst/speed/filter.func:
15951         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15952         (speed_class_init), (speed_init), (speed_chain_int16),
15953         (speed_chain_float32), (speed_chain), (speed_set_property),
15954         (speed_get_property), (speed_change_state):
15955         * gst/speed/gstspeed.h:
15956           Fix speed element and make it chain-based (fixes #156467),
15957           and make it handle more than one channel.
15958
15959 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15960
15961         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15962         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15963         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15964         * ext/dts/gstdtsdec.h:
15965           Don't clobber the stack constructing the channels array.
15966           Make the element chain-based. DTS tracks can now be played.
15967           
15968 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15969
15970         * gst-libs/gst/audio/multichannel.h:
15971         * gst-libs/gst/gconf/gconf.h:
15972         * gst-libs/gst/idct/idct.h:
15973         * gst-libs/gst/media-info/media-info-priv.h:
15974         * gst-libs/gst/play/play.h:
15975         * gst-libs/gst/resample/private.h:
15976         * gst-libs/gst/resample/resample.h:
15977         * gst-libs/gst/riff/riff-ids.h:
15978         * gst-libs/gst/video/video.h:
15979         * gst-libs/gst/video/videosink.h:
15980           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15981           missing, so that they work when included from C++ code.
15982
15983 2005-02-09  David Schleef  <ds@schleef.org>
15984
15985         * testsuite/gst-lint: Check for non-statically scoped
15986           parent_class variables.  This won't be a problem once
15987           plugins are loaded with RTLD_LOCAL.
15988
15989 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15990
15991         * ext/mplex/gstmplexibitstream.cc:
15992           gcc madness.
15993
15994 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15995
15996         * ext/ogg/gstogmparse.c:
15997         * gst/debug/gstnavigationtest.c:
15998           Die, thou faulty symbol pollutors (non-static parent_class).
15999
16000 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16001
16002         * ext/mplex/gstmplexibitstream.cc:
16003           Fix event handling (#165525).
16004
16005 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16006
16007         * ext/mikmod/gstmikmod.c:
16008         * gst/modplug/gstmodplug.cc:
16009           Add missing endianness to template (fixes #165509).
16010
16011 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16012
16013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16014           Fix wrong order of reading of optional bytes (#165290).
16015
16016 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16017
16018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16019           Implement FILLER event awareness.
16020
16021 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16022
16023         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16024           Fix track calculations (#166208).
16025
16026 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16027
16028         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16029
16030         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16031         * ext/libpng/gstpngenc.c:
16032           Fix byte-order, use proper fixed caps. Fixes #164197.
16033
16034 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16035
16036         * configure.ac:
16037           Add dvdlpcmdec 
16038
16039         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16040         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16041           Don't push buffers if the src pad isn't negotiated yet.
16042           
16043         * gst/audioconvert/gstaudioconvert.c:
16044         (gst_audio_convert_buffer_to_default_format),
16045         (gst_audio_convert_buffer_from_default_format):
16046           Add support for 24-bit width.
16047
16048         * gst/dvdlpcmdec/.cvsignore:
16049         * gst/dvdlpcmdec/Makefile.am:
16050         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16051         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16052         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16053         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16054         (plugin_init):
16055         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16056           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16057           format. Needs support for the channels maps if someone can find 
16058           a DVD LPCM track with > 2 channels.
16059
16060         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16061         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16062         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16063         * gst/mpegstream/gstdvddemux.h:
16064         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16065         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16066         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16067         * gst/mpegstream/gstmpegdemux.h:
16068         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16069         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16070         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16071         (gst_mpeg_parse_handle_src_query),
16072         (gst_mpeg_parse_handle_src_event):
16073           Use audio/x-dvd-lpcm for LPCM output.
16074           Add DTS output.
16075
16076 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16077
16078         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16079
16080         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16081         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16082           Add BGRA handling (#165736).
16083
16084 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16085
16086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16087
16088         * gst/law/alaw-decode.c: (alawdec_link):
16089         * gst/law/alaw-encode.c: (alawenc_link):
16090         * gst/law/mulaw-decode.c: (mulawdec_link):
16091         * gst/law/mulaw-encode.c: (mulawenc_link):
16092           Fix caps memleaks (#166600).
16093
16094 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16095
16096         * ext/tarkin/mem.h:
16097         * ext/tarkin/wavelet.h:
16098         * ext/tarkin/yuv.h:
16099         * gst/ffmpegcolorspace/avcodec.h:
16100           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16101           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16102
16103 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16104
16105         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16107         (gst_xvimagesink_change_state):
16108           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16109           Xv video (and thereby regenerate Xv colourkey) in clear() so
16110           that PLAY -> READY -> PLAY works (fixes #162504).
16111
16112 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16113
16114         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16115           Switch to list instead of range, since MJPEG-devices really just
16116           support decimations, not any size.
16117
16118 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16119         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16120         (gst_mpeg2dec_reset), (free_all_buffers),
16121         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16122         * ext/mpeg2dec/gstmpeg2dec.h:
16123           The libmpeg2 user-allocated buffer management is awkward, 
16124           to say the least. Hopefully this fixes things.
16125
16126 2005-02-04  Andy Wingo  <wingo@pobox.com>
16127
16128         * gst/audioconvert/bufferframesconvert.c
16129         (buffer_frames_convert_fixate): New function, fixates to 256
16130         frames per buffer by default. (Much better than 1.)
16131         (buffer_frames_convert_init): Set the fixate function for both src
16132         and sink pad.
16133         (buffer_frames_convert_link): After success setting nonfixed caps,
16134         get the negotiated caps so we can know how many buffer-frames it
16135         will be. No idea how this worked at all before.
16136
16137 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16138
16139         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16140         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16141         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16142         (handle_sequence), (handle_picture):
16143         * ext/mpeg2dec/gstmpeg2dec.h:
16144           Rearrange buffer tracking and refcounting and refactor
16145           a little for readability. 
16146
16147 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16148         * sys/v4l/gstv4l.c: (plugin_init):
16149         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16150         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16151         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16152         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16153         * sys/v4l/gstv4ljpegsrc.h:
16154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16155         * sys/v4l/v4l_calls.h:
16156         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16157         (gst_v4lsrc_get_fps):
16158         * sys/v4l/v4lsrc_calls.h:
16159           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16160           you jpeg inside rgb frames" driver.
16161           Don't error in the v4lsrc link function, just return 
16162           REFUSED.
16163
16164 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16165
16166         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16167         (gst_qcamsrc_open):
16168           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16169
16170 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16171
16172         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16173           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16174
16175 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16176
16177         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16178           Reset negotiated state on PAUSED->READY.
16179
16180 2005-02-02  David Schleef  <ds@schleef.org>
16181
16182         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16183         whereever possible.  (Fixes #165997)
16184         * examples/capsfilter/capsfilter1.c: (main):
16185         * examples/dynparams/filter.c: (create_ui):
16186         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16187         * examples/seeking/chained.c: (main):
16188         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16189         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16190         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16191         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16192         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16193         * examples/switch/switcher.c: (main):
16194         * ext/dv/demo-play.c: (main):
16195         * ext/faad/gstfaad.c: (gst_faad_change_state):
16196         * ext/mad/gstmad.c: (gst_mad_chain):
16197         * ext/smoothwave/demo-osssrc.c: (main):
16198         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16199         (gst_gconf_render_bin_from_description),
16200         (gst_gconf_get_default_audio_sink),
16201         (gst_gconf_get_default_video_sink),
16202         (gst_gconf_get_default_audio_src),
16203         (gst_gconf_get_default_video_src),
16204         (gst_gconf_get_default_visualization_element):
16205         * gst/level/demo.c: (main):
16206         * gst/level/plot.c: (main):
16207         * gst/playback/gstplaybin.c: (gen_video_element),
16208         (gen_audio_element):
16209         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16210         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16211         * gst/sine/demo-dparams.c: (main):
16212         * gst/spectrum/demo-osssrc.c: (main):
16213         * gst/speed/demo-mp3.c: (main):
16214         * gst/volume/demo.c: (main):
16215         * testsuite/embed/embed.c: (main):
16216
16217 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16218
16219         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16220         (gst_tcpclientsink_finalize):
16221         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16222         (gst_tcpclientsrc_finalize):
16223         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16224         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16225         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16226         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16227           Don't leak the hostname when shutting down.
16228           In tcpserversrc, take a copy of the default hostname.
16229
16230 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16231
16232         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16233           Set caps to systemstream=TRUE.
16234
16235 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16236
16237         * testsuite/Makefile.am:
16238           Fix more OSX buildbots.
16239
16240 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16241
16242         * ext/mpeg2dec/gstmpeg2dec.c:
16243           Don't send things to NULL PAD_PEERs
16244
16245         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16246           Copy-on-write the incoming buffer.
16247
16248         * gst/mpegstream/gstdvddemux.h:
16249         * gst/mpegstream/gstmpegclock.h:
16250         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16251         (normal_seek), (gst_mpeg_demux_handle_src_event):
16252         * gst/mpegstream/gstmpegdemux.h:
16253         * gst/mpegstream/gstmpegpacketize.h:
16254         * gst/mpegstream/gstmpegparse.c:
16255         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16256         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16257         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16258         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16259         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16260         * gst/mpegstream/gstmpegparse.h:
16261         * gst/mpegstream/gstrfc2250enc.h:
16262           Various changes to the way time is computed that make seeking and
16263           total time estimation much better here.
16264           Use G_BEGIN/END_DECLS instead of __cplusplus
16265
16266         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16267           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16268
16269 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16270
16271         * gst/subparse/gstsubparse.c:
16272           Fix OSX buildbot.
16273
16274 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16275
16276         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16277         (theora_enc_chain), (theora_enc_change_state):
16278         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16279         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16280         (gst_vorbisenc_change_state):
16281         * ext/vorbis/vorbisenc.h:
16282           Set granulepos and timestamp correctly for streams not
16283           starting at 0, taking into account the initial delay.
16284
16285 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16286
16287         * gst/mpegstream/gstdvddemux.c:
16288           Add audio/x-dts to audio pad template caps
16289
16290 2005-01-30  David Schleef  <ds@schleef.org>
16291
16292         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16293         (create_context), (gst_polypsink_link): Fix silly endianness
16294         bug.  Add some debugging.  Remove float from caps; it doesn't
16295         work.  Attempt to get remote audio working.
16296
16297 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16298
16299         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16300           Add 3IV2 fourcc.
16301
16302 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16303
16304         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16305         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16306         (gst_avi_demux_stream_data):
16307         * gst/avi/gstavidemux.h:
16308           Invert DIB images. Fixes #132341.
16309
16310 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16311
16312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16313         (gst_ffmpegcsp_chain):
16314           D'oh, reference the palette data, not the palette structure.
16315           Fixes color distortion in #132341.
16316
16317 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16318
16319         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16320           PAR can be non-fixed when not provided as argument (#162626).
16321
16322 2005-01-29  David Moore  <dcm@acm.org>
16323
16324         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16325
16326         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16327         (gst_qtdemux_loop_header):
16328           Re-apply patch from #142272 that allows non-seekable sources,
16329           re-proposed by Daniel Drake <dsd@gentoo.org>.
16330
16331 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16332
16333         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16334           Use the src template for creating the src pad (#162330).
16335
16336 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16337
16338         * configure.ac:
16339         * ext/musepack/Makefile.am:
16340         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16341         (gst_musepackdec_init), (gst_musepackdec_dispose),
16342         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16343         (gst_musepack_stream_init), (gst_musepackdec_loop),
16344         (gst_musepackdec_change_state):
16345         * ext/musepack/gstmusepackdec.cpp:
16346         * ext/musepack/gstmusepackdec.h:
16347         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16348         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16349         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16350         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16351         * ext/musepack/gstmusepackreader.cpp:
16352         * ext/musepack/gstmusepackreader.h:
16353           Update to 1.1 API (#165446).
16354
16355 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16356
16357         * ext/Makefile.am:
16358           Unbreak buildbot.
16359
16360 2005-01-28  Andy Wingo  <wingo@pobox.com>
16361
16362         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16363         to reflect a different dubious internet source. Add a reference
16364         and some commentary.
16365
16366 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16367
16368         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16369         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16370         * gst/playback/gststreamselector.h:
16371           Be more selective when we're redoing caps negotiation from
16372           within the chain function on a stream change.
16373
16374 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16375
16376         * configure.ac:
16377         * ext/Makefile.am:
16378         * ext/amrnb/Makefile.am:
16379         * ext/amrnb/amrnb.c: (plugin_init):
16380         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16381         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16382         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16383         (gst_amrnbdec_state_change):
16384         * ext/amrnb/amrnbdec.h:
16385         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16386         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16387         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16388         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16389         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16390         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16391         * ext/amrnb/amrnbparse.h:
16392           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16393         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16394           Add AMR-NB/-WB raw formats.
16395         * ext/alsa/gstalsa.c: (gst_alsa_link):
16396           Keep valid time when changing format.
16397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16398         (qtdemux_parse_trak):
16399           Add some more format-specific options (#140141, #143555, #155163).
16400
16401 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16402
16403         * gst/matroska/matroska-demux.c:
16404         (gst_matroska_demux_parse_blockgroup):
16405           Fix logic error in timing of subtitle stream synchronization.
16406         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16407           Add skip-chunk, which is found in kodak-camera streams.
16408
16409 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16410
16411         * po/LINGUAS:
16412         * po/vi.po:
16413           Adding Vietnamese translation (submitted by Clytie Siddall)
16414
16415 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16416
16417         * gst/playback/gstdecodebin.c: (try_to_link_1):
16418           Use realpad for signal.
16419
16420 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16421
16422         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16423           Fix category so decodebin picks it up.
16424
16425 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16426
16427         * ext/mad/Makefile.am:
16428         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16429         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16430         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16431         (found_type), (gst_id3demux_bin_change_state):
16432         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16433         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16434         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16435         (gst_id3_tag_change_state), (plugin_init):
16436         * ext/mad/gstmad.h:
16437           Add id3demuxbin (which is a simple bin consisting of id3demux
16438           and typefind), take over rank from id3demux, remove typefind
16439           code from id3demux. Makes all broken mp3s that I know of work,
16440           and thereby fixes #152688.
16441
16442 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16443
16444         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16445
16446         * ext/mad/gstmad.c: (gst_mad_src_event):
16447         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16448           Allow seeks on audio pad, make mad forward those (#164826).
16449         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16450           Set duration (#165335).
16451
16452 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16453
16454         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16455         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16456         (gst_asf_demux_process_ext_content_desc),
16457         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16458         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16459         * gst/asfdemux/gstasfdemux.h:
16460           Improve metadata display, e.g. if the metadata comes before the
16461           streams are loaded (which is perfectly valid).
16462
16463 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16464
16465         * tools/gst-launch-ext-m.m:
16466           Fix AVI/ASF pipelines (#165340).
16467
16468 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16469         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16470         build failure on amd64
16471
16472 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16473
16474         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16475         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16476           Check environment variables GST_ID3V2_TAG_ENCODING,
16477           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16478           list of character encodings to force interpretation of non-unicode
16479           strings stored in an ID3v2 tag to a particular encoding. If none
16480           is specified, try to use current locale's encoding, then fall back
16481           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16482         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16483         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16484           Check environment variables GST_ID3V1_TAG_ENCODING,
16485           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16486           list of character encodings to use in case a string encountered
16487           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16488           specified, try to use the current locale's encoding, then fall
16489           back to ISO-8859-1 (which will always succeed).
16490
16491 2005-01-25  Benjamin Otte  <otte@gnome.org>
16492
16493         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16494           - on half framerate, compute the rate in advance so the comparisons
16495             don't compare wrong values
16496           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16497             behaviour
16498           - don't use mad_header_decode anymore, mad_frame_decode does that
16499             automatically
16500           - when getting rid of consumed bytes, reset the stream's skiplen
16501           (fixes #163867)
16502
16503 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16504
16505         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16506           Use 1/2 a second for default max_discont, as PES streams from DVB
16507           seem to have larger spacings in the SCR. 
16508           Fix a typo.
16509
16510 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16511
16512         * gst/playback/gstplaybasebin.c: (group_commit):
16513           Notify delayed stream-info availability.
16514
16515 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16516         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16517         (gst_a52dec_handle_event), (gst_a52dec_chain):
16518         Add some debug output. Check that a discont has a valid
16519         time associated.
16520         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16521         (gst_alsa_sink_loop):
16522         Ignore TAG events. A little extra debug for broken timestamps.
16523         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16524         (dvdnavsrc_change_state):
16525         Ensure we send a discont to engage the link before we send any
16526         other events.
16527         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16528         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16529         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16530         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16531         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16532         dvd://title works in totem because typefinding sends a seek that ends
16533         up going back to chapter 1 regardless.
16534         * ext/mpeg2dec/gstmpeg2dec.c:
16535         * ext/mpeg2dec/gstmpeg2dec.h:
16536         Output correct timestamps and handle disconts.
16537         * ext/ogg/gstoggdemux.c: (get_relative):
16538         Small guard against a null dereference.
16539         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16540         (gst_textoverlay_set_property):
16541         Free memory when done. Don't call gst_event_filler_get_duration on
16542         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16543         g_warning.
16544         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16545         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16546         (gst_sw_srclink), (gst_smoothwave_chain):
16547         Draw solid lines, prettier colours.
16548         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16549         Add a default palette that'll work for some movies.
16550         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16551         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16552         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16553         * gst/mpegstream/gstdvddemux.h:
16554         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16555         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16556         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16557         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16558         * gst/mpegstream/gstmpegparse.h:
16559         Use PTM/NAV events when for timestamp adjustment when connected to 
16560         dvdnavsrc. Don't use many discont events where one suffices.
16561         * gst/playback/gstplaybasebin.c: (group_destroy),
16562         (gen_preroll_element), (gst_play_base_bin_add_element):
16563         * gst/playback/gstplaybasebin.h:
16564         Make sure we remove subtitles from the same bin we put them in.
16565         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16566         (gst_subparse_buffer_format_autodetect),
16567         (gst_subparse_change_state):
16568         Fix some memleaks and invalid accesses.
16569         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16570         (oggskel_type_find), (cmml_type_find), (plugin_init):
16571         Some typefind functions for Annodex v3.0 files
16572         * gst/wavparse/gstwavparse.h:
16573         GstRiffReadClass is the correct parent class.
16574
16575 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16576
16577         * gst-libs/gst/riff/riff-media.c:
16578         (gst_riff_create_video_caps_with_data):
16579           Add extradata to huffyuv (fixes #165013).
16580         * gst-libs/gst/riff/riff-read.c:
16581         (gst_riff_read_strf_vids_with_data):
16582           Fix extradata extraction if it is in the chunk size.
16583
16584 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16585
16586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16587
16588         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16589         (gst_quarktv_change_state), (gst_quarktv_dispose):
16590           Memory free'ing location fix (#164708).
16591
16592 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16593
16594         * gst/playback/gstplaybasebin.c: (group_commit),
16595         (gen_preroll_element), (probe_triggered), (gen_source_element),
16596         (setup_source), (gst_play_base_bin_change_state),
16597         (gst_play_base_bin_add_element):
16598           Don't block for streams.
16599         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16600         (gst_stream_info_set_mute):
16601           Use gst_pad_set_active_recursive.
16602
16603 2005-01-25  Andy Wingo  <wingo@pobox.com>
16604
16605         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16606         for #ifndef HAVE_XVIDEO.
16607
16608 2005-01-24  Jeffrey C. Ollie
16609
16610         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16611
16612         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16613         * ext/gsm/gstgsmdec.h:
16614         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16615         * ext/gsm/gstgsmenc.h:
16616         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16617         was given by property. Add proper buffer timestamps and offsets.
16618
16619 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16620
16621         * gst-libs/gst/riff/riff-media.c:
16622         (gst_riff_create_audio_caps_with_data):
16623           Audio can be <8000Hz.
16624
16625 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16626
16627         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16628           Explicit state change to workaround refcount bugs.
16629
16630 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16631
16632         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16633         (gst_avimux_riff_get_avi_header):
16634           Fix...
16635
16636 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16637
16638         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16639         (gst_riff_read_element_data):
16640         * gst-libs/gst/riff/riff-read.h:
16641           Add _peek version (req'ed in CDXA).
16642         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16643         (gst_cdxaparse_loop):
16644           Fix parsing in playbin.
16645         * gst/playback/gstdecodebin.c: (close_pad_link):
16646           Ignore current_ pads, they cause major annoyance.
16647
16648 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16649
16650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16651           Safety guard.
16652
16653 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16654
16655         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16656           Fix padding...
16657
16658 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16659
16660         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16661           Allow for 0-sized buffers. Fixes length query problems in
16662           starwars.mkv from the testsuite.
16663
16664 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16667         (gst_video_box_i420), (gst_video_box_chain):
16668           Fix row strides for I420 (fixes #163159)
16669           
16670 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16671
16672         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16673           MPEG2 has a useful rate property, so we can actually use that.
16674           For MPEG-1, continue using the bytes/time properties.
16675
16676 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16677
16678         * gst-libs/gst/riff/riff-media.c:
16679         (gst_riff_create_video_caps_with_data),
16680         (gst_riff_create_video_template_caps):
16681           Add intel-h263.
16682
16683 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16684
16685         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16686           Fail if caps negotiation fails. Should fix #162184, and should
16687           definately be in there regardless of it fixing the actual bug.
16688         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16689         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16690         (gst_avimux_riff_get_avix_header),
16691         (gst_avimux_riff_get_video_header),
16692         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16693         (gst_avimux_start_file), (gst_avimux_handle_event),
16694         (gst_avimux_change_state):
16695         * gst/avi/gstavimux.h:
16696           Refactor structure writing to use GST_WRITE_UINT macros, add
16697           metadata writing support.
16698
16699 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16700
16701         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16702           Elements may already be destroyed when this function is called.
16703
16704 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16705
16706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16707         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16708           More memory leak fixes (#149162).
16709
16710 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16711
16712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16713         (gst_qtdemux_add_stream):
16714           Fix two memleaks.
16715
16716 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16717
16718         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16719           Argh...
16720
16721 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16722
16723         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16724           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16725           when fixating to six channels in Totem.
16726
16727 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16728
16729         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16730           Fix compile warnings on Solaris 10 buildbot
16731
16732 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16733
16734         * ext/dvdread/dvdreadsrc.c: (_read):
16735           Don't read beyond the last cell in a chapter (fixes 
16736           invalid memory access)
16737
16738 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16739
16740         * ext/dvdread/stream_labels.c:
16741         (dvdreadsrc_get_audio_stream_labels):
16742           Use NULL for an empty GList instead of g_list_alloc(); fix 
16743           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16744           of GString (easier to bulk free later)
16745
16746 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16747
16748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16749
16750         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16751         (gst_ffmpeg_pixfmt_to_caps):
16752           Fix BGRA32 caps (#164209).
16753
16754 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16755
16756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16757
16758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16759         (gst_ffmpeg_caps_to_pixfmt):
16760           alpha_mask can be RGBA/ABGR. Fixes #164265.
16761
16762 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16763
16764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16765
16766         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16767         (gst_mpeg2dec_alloc_buffer):
16768         * ext/mpeg2dec/gstmpeg2dec.h:
16769           Crop if decoding size is not the actual image size (#163676).
16770
16771 2005-01-17  Steve Baker  <steve@stevebaker.org>
16772
16773         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16776         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16777           Add libsndfile typefind functions (#163309).
16778
16779 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16780
16781         * tools/gst-launch-ext-m.m:
16782           Add .aac, fix .m1v/.m2v (#163891).
16783
16784 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16785
16786         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16787           Sanity check, don't wait endlessly since the clock might not
16788           actually run at this point (which is a deadlock). Fixes #164069.
16789
16790 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16791
16792         * gst/playback/gstplaybasebin.c: (probe_triggered):
16793           Of course, only pause if group is done...
16794
16795 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16796
16797         * gst/playback/gstplaybasebin.c: (probe_triggered):
16798           Thread safety.
16799
16800 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16801
16802         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16803           Don't return state change success when the parent
16804           failed.
16805
16806 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16807
16808         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16809           Free events (fix memleak in #162905).
16810
16811 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16812
16813         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16814
16815         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16816         (gst_ffmpeg_caps_to_pixfmt):
16817           Fix for depth = 15. Fixes #161675.
16818
16819 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16820
16821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16822           Set FPS correctly, even for webcams and the like.
16823         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16824           Don error on setting while capturing.
16825
16826 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16827
16828         * ext/dv/gstdvdec.c:
16829         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16830         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16831           I'm a bad boy. using /1001. to force C to do float division
16832           and not integer division (as it did in my last commit)
16833           Thanks to David I. Lehn for pointing this mistake.
16834
16835 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16836
16837         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16838           Revert Johan's 1.35->1.36 since it breaks compat.
16839
16840 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16841
16842         * ext/dv/gstdvdec.c:
16843         * ext/libfame/gstlibfame.c:
16844         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16845         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16846           replace framerate aproximations by their real value
16847           (24000/1001, 30000/1001, 60000/1001)
16848           Finish fixing bug #164049
16849
16850 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16851
16852         * ext/ogg/gstoggmux.c:
16853           eos/bos debugging
16854         * gst/tcp/gstmultifdsink.c:
16855         * gst/tcp/gstmultifdsink.h:
16856         * gst/tcp/gsttcp.c:
16857         * gst/tcp/gsttcp.h:
16858         * gst/tcp/gsttcpclientsink.c:
16859         * gst/tcp/gsttcpclientsrc.c:
16860         * gst/tcp/gsttcpserversink.c:
16861         * gst/tcp/gsttcpserversrc.c:
16862           improve reusability of elements after state changes and errors
16863           make multifdsink throw away streamheaders when receiving new ones
16864
16865 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16866
16867         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16868           Fix for if items are already in list...
16869
16870 2005-01-12  Benjamin Otte  <otte@gnome.org>
16871
16872         * gst/adder/gstadder.c: (gst_adder_loop):
16873           fix adder a bit so it doesn't screw up with events as much anymore
16874
16875 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16876
16877         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16878         (pixbufscale_scale), (gst_pixbufscale_chain):
16879         * ext/gdk_pixbuf/pixbufscale.h:
16880           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16881           to ensure rowstrides are calculated the same way as 
16882           ffmpegcolorspace
16883           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16884           that we pick up duration and offset also.
16885
16886 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16887
16888         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16889         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16890           Reusability fixes.
16891
16892 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16893
16894         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16895         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16896         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16897         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16898           Update flags when requested.
16899
16900 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16901
16902         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16903           Fix dmix.
16904
16905 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16906
16907         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16908         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16909         (probe_triggered), (new_decoded_pad), (gen_source_element),
16910         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16911         * gst/playback/gstplaybasebin.h:
16912         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16913         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16914         (gst_play_bin_change_state):
16915           Implement group-switch signal for use in apps to clear metadata
16916           cache, clean up subtitle, add suburi property instead of # hack,
16917           some error-out fixes.
16918
16919 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16920
16921         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16922           Debug.
16923         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16924           If we got a state change in the _get handler, don't return success.
16925
16926 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16927
16928         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16929         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16930           Make jpegdec quiet on MJPEG decoding
16931         * gst/asfdemux/README:
16932           Fix mimetypes for MJPEG and H263
16933
16934 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16935
16936         * ext/theora/theoradec.c: (theora_dec_chain):
16937           Fix broken code generation by gcc by swapping arguments.
16938         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16939           Fix \n in debug.
16940
16941 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16942
16943         * TODO:
16944           delete this file, it is by far outdated
16945         * ext/alsa/gstalsa.1: remove
16946         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16947         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16948         (gst_alsa_get_caps):
16949           Add HW probing for supported sample rates. Fixes #161704
16950
16951 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16952
16953         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16954           Don't crash, biatch! :).
16955
16956 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16957
16958         * ext/musepack/gstmusepackreader.cpp:
16959         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16960           Some work on tags - still doesn't work in playbin...
16961         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16962           Handle events...
16963
16964 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16965
16966         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16967           Also shove tags on kid pads.
16968
16969 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16970
16971         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16972           Don't bail on unknown events.
16973         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16974           Don't crash on events before negotiation.
16975         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16976           Send tags on pads, too.
16977         * gst/playback/gststreamselector.c:
16978         (gst_stream_selector_request_new_pad):
16979           Forward events on first pad if no input was selected yet.
16980
16981 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16982
16983         * gst/playback/gstplaybasebin.c: (setup_substreams):
16984           Don't disable streamtype if the stream doesn't exist, since
16985           then playing a video after audio will disable both and nothing
16986           will happen. Fixes the testsuite.
16987
16988 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16989
16990         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16991         (gst_v4l_xoverlay_set_xwindow_id):
16992         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16993         (gst_v4l2_xoverlay_set_xwindow_id):
16994           Add debug categories, fix overlay disabling.
16995
16996 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16997
16998         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16999         * ext/alsa/gstalsa.h:
17000           Add HW probing for period_count/size and buffer_size MIX/MAX
17001           Adjust default/user defined value if out of bounds
17002           Should fix bug #162024
17003
17004 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17005
17006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17007           Fix warning (#161191).
17008
17009 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17010
17011         * ext/dvdread/stream_labels.c:
17012         (dvdreadsrc_get_audio_stream_labels):
17013           Fix warning (init the good variable in switch default)
17014
17015 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17016
17017         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17018
17019         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17020           Fix gcc-2.95 compile (#163485).
17021
17022 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17023
17024         * configure.ac:
17025         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17026         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17027         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17028         (gst_flacenc_change_state):
17029         * ext/flac/gstflacenc.h:
17030           Update for API change in flac-1.1.1. Update requirement in
17031           configure.ac. Fixes #162974.
17032
17033 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * gst/playback/gstplaybasebin.c: (group_destroy):
17036           Remove hack to get rid of assert and get rid of unlinked
17037           signals properly.
17038
17039 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17040
17041         * gst/playback/gstplaybasebin.c: (setup_source):
17042           Set source to NULL so that resources are free'ed. Fixes issues
17043           with playback of CDDA and similar device-accessing things.
17044
17045 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17046
17047         * testsuite/embed/Makefile.am:
17048           test->noinst, fix make test in buildbot.
17049
17050 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17051
17052         * ext/dvdread/stream_labels.c: new file
17053         * ext/dvdread/stream_labels.h: new file
17054         * ext/dvdread/Makefile.am:
17055         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17056           Extract audio stream label from DVD IFO files.
17057           It only dump them on the console for now, still have to
17058           make playbin aware of them.
17059
17060 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17061
17062         * gst/playback/gstplaybasebin.c: (setup_source):
17063           Fix hanging subs.
17064
17065 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17066
17067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17068         (gen_preroll_element), (remove_groups), (setup_subtitle),
17069         (gen_source_element), (setup_source):
17070         * gst/playback/gstplaybasebin.h:
17071           Multiple .sub files is just a stupid idea... Fix some threading
17072           mistakes. Interestingly, external .sub files cause playbin to
17073           hang, I don't know why... Parsing fixes contributed by Fran??ois
17074           Kooman <fkooman@tuxed.net>.
17075
17076 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17077
17078         * testsuite/embed/Makefile.am:
17079           Fix buildbot.
17080
17081 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17082
17083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17084
17085         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17086         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17087         (gst_pngenc_set_property):
17088         * ext/libpng/gstpngenc.h:
17089           Add compression level property (#163323).
17090
17091 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17092
17093         * configure.ac:
17094         * examples/capsfilter/capsfilter1.c: (main):
17095         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17096         * ext/dvdread/Makefile.am:
17097         * ext/dvdread/demo-play:
17098         * ext/dvdread/demo-play.c:
17099         * gconf/gstreamer.schemas.in:
17100         * gst-libs/gst/gconf/gconf.c:
17101         * sys/v4l/TODO:
17102         * testsuite/Makefile.am:
17103         * testsuite/embed/Makefile.am:
17104         * testsuite/embed/embed.c: (cb_expose), (main):
17105           Remove all references to xvideosink, fix examples (#140845).
17106         * gst/playback/gstplaybasebin.c: (group_destroy):
17107           Apparently, disposal does not unlink - so do explicitely.
17108         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17109           Add debug.
17110
17111 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17112
17113         * README: fix PKG_CONFIG_PATH instructions, what was there
17114         previously was breaking default search path, not nice. 
17115         Fixes #163358
17116
17117 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17118
17119         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17120         (gst_audioscale_chain):
17121           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17122           when resampling - how the ^@$^!@^! is this possible?!?
17123
17124 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17125
17126         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17127           Reset variables on READY.
17128         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17129         (gst_matroska_mux_loop):
17130           Require data before writing header.
17131
17132 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17133
17134         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17135
17136         * ext/mad/gstmad.c: (gst_mad_chain):
17137           Don't call mad_stream_sync() directly after recovering sync.
17138           Fixes #151661.
17139
17140 2005-01-09  Martin Eikermann  <meiker@upb.de>
17141
17142         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17143
17144         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17145         (snapshot_handler), (gst_snapshot_sinkconnect),
17146         (gst_snapshot_chain):
17147           Allocate resources when required, fix recursive signal emission
17148           and fix caps. Fixes #161667.
17149
17150 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17151
17152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17153
17154         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17155         (gst_pngdec_chain):
17156           Handle only 8-bppc (bits-per-pixel-component) images, better
17157           error handling and correct strides. Fixes #163177.
17158         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17159         (gst_pngenc_chain):
17160           Better error handling. Fixes #163348.
17161
17162 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17163
17164         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17165         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17166         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17167         (dvdnavsrc_uri_handler_init):
17168           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17169         * gst/playback/gstplaybasebin.c: (gen_source_element):
17170           Add MMS to streaming URIs.
17171
17172 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17173
17174         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17175         * sys/xvimage/xvimagesink.c:
17176         (gst_xvimagesink_navigation_send_event):
17177           Check for pad availability before sending event.
17178
17179 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17180
17181         * gst-plugins.spec.in:
17182           Add subparse.
17183
17184 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17185
17186         * configure.ac:
17187           Since we use functions from CVS, up requirement.
17188
17189 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17190
17191         * gst/playback/Makefile.am:
17192         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17193         (group_destroy), (group_commit), (group_is_muted),
17194         (gen_preroll_element), (add_stream), (unknown_type),
17195         (probe_triggered), (preroll_unlinked), (mute_stream),
17196         (silence_stream), (new_decoded_pad), (setup_substreams),
17197         (setup_source), (get_active_source), (mute_group_type),
17198         (muted_group_change_state), (set_active_source),
17199         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17200         (play_base_eos), (gst_play_base_bin_change_state):
17201         * gst/playback/gstplaybasebin.h:
17202         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17203         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17204         (gst_stream_info_dispose), (stream_info_mute_pad),
17205         (stream_info_change_state), (gst_stream_info_set_mute):
17206         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17207         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17208         (gst_stream_selector_init), (gst_stream_selector_dispose),
17209         (gst_stream_selector_get_linked_pad),
17210         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17211         (gst_stream_selector_get_linked_pads),
17212         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17213         * gst/playback/gststreamselector.h:
17214           Adding stream selection support plus required properties for
17215           applications to use this. Fully fixes #100931.
17216
17217 2005-01-08  Benjamin Otte  <otte@gnome.org>
17218
17219         * gst/games/gstpuzzle.c: (nav_event_handler):
17220           - handle nav events differently: forward every event no matter if it
17221             was handled or not.
17222           - translate events
17223           You can now cheat by using navigationtest ! puzzle and moving the
17224           mouse close to the edge of a tile. ;)
17225
17226 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17227
17228         * configure.ac:
17229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17230         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17231         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17232         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17233         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17234         (gst_ogm_parse_plugin_init):
17235         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17236         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17237         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17238         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17239         * ext/pango/gsttextoverlay.h:
17240         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17241         (gst_matroska_demux_handle_seek_event),
17242         (gst_matroska_demux_sync_streams),
17243         (gst_matroska_demux_parse_blockgroup),
17244         (gst_matroska_demux_subtitle_caps),
17245         (gst_matroska_demux_plugin_init):
17246         * gst/matroska/matroska-ids.h:
17247         * gst/playback/gstdecodebin.c: (close_pad_link):
17248         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17249         (gen_preroll_element), (remove_groups), (add_stream),
17250         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17251         (setup_source):
17252         * gst/playback/gstplaybasebin.h:
17253         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17254         * gst/subparse/Makefile.am:
17255         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17256         (gst_subparse_base_init), (gst_subparse_class_init),
17257         (gst_subparse_init), (gst_subparse_formats),
17258         (gst_subparse_eventmask), (gst_subparse_event),
17259         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17260         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17261         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17262         (parse_mpsub_deinit), (parse_mpsub_init),
17263         (gst_subparse_buffer_format_autodetect),
17264         (gst_subparse_format_autodetect), (gst_subparse_loop),
17265         (gst_subparse_change_state), (gst_subparse_type_find),
17266         (plugin_init):
17267         * gst/subparse/gstsubparse.h:
17268         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17269         (plugin_init):
17270           Add subtitle support, .sub parser (supports SRT and MPsub),
17271           OGM text support, Matroska UTF-8 text support, deadlock fixes
17272           all over the place, subtitle awareness in decodebin/playbin
17273           and some fixes to textoverlay to handle subtitles in a stream
17274           correctly. Fixes #100931.
17275
17276 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17277
17278         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17279           Check for pad availability before doing a query on it.
17280
17281 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17282
17283         * ext/dv/gstdvdec.c:
17284           really fix bpp24/32 dvdec caps (classic rgba indeed)
17285         * gst/asfdemux/gstasfdemux.c:
17286         (gst_asf_demux_process_ext_content_desc):
17287           don't send text tags if they are empty (bis repetita)
17288
17289 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17290
17291         * ext/dv/gstdvdec.c:
17292          remove unneeded comment from dvdec
17293           (related to DV 4CC codes in AVI files)
17294           moved them in gstreamer/docs/random/mimetypes
17295         * gst/asfdemux/gstasfdemux.c:
17296         (gst_asf_demux_process_ext_content_desc):
17297          don't send text tags if they are empty
17298          fix mem leak on error path
17299         * gst/ffmpegcolorspace/avcodec.h:
17300         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17301         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17302         (gst_ffmpegcsp_avpicture_fill):
17303         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17304         * gst/ffmpegcolorspace/imgconvert_template.h:
17305          adds BGR32 and BGRA32 to ffmpegcolorspace
17306           (still bad colors, fixing it on next commit)
17307           helps with dvdec outputing BGR32
17308
17309 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17310
17311         * ext/dv/gstdvdec.c:
17312          Fix audio caps i just broke (missing ',')
17313         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17314         (gst_matroska_mux_reset):
17315          Fix typo + add FIXME about old "x-gst-metadata" crap
17316
17317 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17318
17319         * ext/dv/demo-play.c: (main):
17320          xvideosink -> xvimagesink
17321         * ext/dv/gstdvdec.c:
17322          change rgb 32/32 caps to 24/32 (no alpha)
17323          change nb of channels to be a list (2 or 4, not 2)
17324          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17325         * gst/asfdemux/gstasfdemux.c:
17326         (gst_asf_demux_process_ext_content_desc):
17327          Add 'date/year' to extracted metadata list
17328
17329 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17332           The return value of fixate_to does not imply that the requested
17333           value was set, so don't assume.
17334
17335 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17336
17337         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * ext/libpng/gstpngdec.c:
17340         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17341         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17342         * ext/libpng/gstpngenc.h:
17343           Alpha support (encoder; #163161), mime fixage.
17344
17345 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17346
17347         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17348
17349         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17350         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17351         (gst_faac_set_property), (gst_faac_get_property):
17352         * ext/faac/gstfaac.h:
17353           Allow for ADTS output (#153434).
17354
17355 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17356
17357         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17358           Fix against template (#150576).
17359
17360 2005-01-06  Benjamin Otte  <otte@gnome.org>
17361
17362         * gst/games/gstpuzzle.c: (draw_puzzle):
17363           don't draw a puzzle if either width or height of tiles would be 0.
17364
17365 2005-01-06  Benjamin Otte  <otte@gnome.org>
17366
17367         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17368         (gst_puzzle_class_init), (gst_puzzle_finalize):
17369           no memleaks, please
17370         (gst_puzzle_create), (gst_puzzle_init),
17371         (gst_puzzle_set_property), (gst_puzzle_setup):
17372           change initialization code around so we don't reshuffle on resize
17373         (draw_puzzle):
17374           fix another stupid typo
17375
17376 2005-01-06  Benjamin Otte  <otte@gnome.org>
17377
17378         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17379           fix stupid typo that borked copying on YUY2
17380
17381 2005-01-06  Benjamin Otte  <otte@gnome.org>
17382
17383         * gst/games/gstpuzzle.c: (draw_puzzle):
17384           fix edges when image sizes aren't multiples of tile sizes
17385
17386 2005-01-06  Benjamin Otte  <otte@gnome.org>
17387
17388         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17389           make RGB endianness work correctly
17390         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17391           refactor and fix race with initial shuffling
17392         (nav_event_handler):
17393           allow using the mouse to puzzle
17394         (draw_puzzle):
17395           insist on tiles having width and height as multiples of 4 to get
17396           clean YUV image handling
17397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17398         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17399           s/DEBUG/LOG/ for common messages
17400         (gst_xvimagesink_navigation_send_event):
17401           fix mouse event translation to not include screen PAR
17402         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17403           fix mouse event translation to actually work
17404
17405 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17406
17407         * gst/asfdemux/gstasfdemux.c:
17408         (gst_asf_demux_process_ext_content_desc):
17409          Extract TrackNumber metadata + clean up code
17410         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17411          Hope this is the good fix (var used unitialised)
17412
17413 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * ext/faad/gstfaad.c: (gst_faad_chain):
17416           Only increment timestamp if it's valid. Fixes raw AAC streams.
17417
17418 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17419
17420         * configure.ac:
17421         * gst/games/Makefile.am:
17422         * gst/games/gstpuzzle.c:
17423           add a puzzle game with...
17424         * gst/games/gstvideoimage.c:
17425         * gst/games/gstvideoimage.h:
17426           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17427           from videotestsrc and made into something that would be a nice
17428           library for a lot of other plugins.
17429
17430 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17431
17432         * configure.ac:
17433          don't compile faad plugin if a RC of 2.0 is found
17434          Fixes #155346 (and FC1 buildbot)
17435         * gst/asfdemux/gstasfdemux.c:
17436         (gst_asf_demux_process_ext_content_desc):
17437          try to make Solaris compiler happier
17438
17439 2005-01-06  Paul Jack  <pjack@sfaf.org>
17440
17441         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17442
17443         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17444           Fix segfault (#161667).
17445
17446 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17447
17448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17449           Fix framerate reporting.
17450
17451 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17452
17453         * gst-libs/gst/riff/riff-ids.h:
17454         * gst/wavenc/riff.h:
17455          Add AMR (VBR and CBR) ids to riff.h audio codec list
17456         * gst/asfdemux/gstasfdemux.c:
17457         (gst_asf_demux_process_ext_content_desc),
17458         (gst_asf_demux_process_object):
17459           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17460
17461 2005-01-05  Martin Eikermann  <meiker@upb.de>
17462
17463         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17464
17465         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17466         (gst_dvd_demux_handle_discont):
17467         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17468         (gst_mpeg_demux_handle_discont):
17469           Recreate pads on new-media (#160730).
17470         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17471           Send discont even if manager changes timestamps (#161929).
17472
17473 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17474
17475         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17476
17477         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17478           Fix invalid memory access (#159211).
17479
17480 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17481
17482         * examples/gstplay/player.c: (main):
17483           Don't iterate.
17484         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17485           Add visualizations.
17486         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17487         (gst_a52dec_handle_frame):
17488           Set duration.
17489         * ext/dvdnav/gst-dvd:
17490           Add audioconvert. Fixes #161325.
17491         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17492           Explicitely case to gint64. Possible valgrind error.
17493         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17494         (gst_play_tick_callback), (gst_play_change_state),
17495         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17496         (gst_play_set_location), (gst_play_get_location),
17497         (gst_play_seek_to_time), (gst_play_set_data_src),
17498         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17499         (gst_play_set_visualization), (gst_play_connect_visualization),
17500         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17501         (gst_play_new):
17502           Use playbin. Fixes #139749 and #147744.
17503         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17504           Add genre tag.
17505         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17506         (audioscale_get_type), (gst_audioscale_base_init),
17507         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17508         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17509         (gst_audioscale_link), (gst_audioscale_get_buffer),
17510         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17511         (gst_audioscale_init), (gst_audioscale_dispose),
17512         (gst_audioscale_chain), (gst_audioscale_set_property),
17513         (gst_audioscale_get_property), (plugin_init):
17514           Indent properly.
17515         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17516           Fix LPCM.
17517         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17518         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17519         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17520           Add more metadata (fixes #162656).
17521
17522 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * configure.ac:
17525           back to cvs
17526
17527 === release 0.8.7 ===
17528
17529 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17530
17531         * NEWS:
17532         * RELEASE:
17533         * configure.ac:
17534           releasing 0.8.7, "Hyperspace"
17535
17536 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17537
17538         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17539
17540         * gst/playback/gstplaybasebin.c:
17541          Fix for #162924 - free caps after use, not before
17542
17543 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17544
17545         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17546
17547         * gst/playback/gstplaybasebin.c:
17548         * gst/wavparse/gstwavparse.c:
17549           Fix for #154773 - fixes playback of small .wav files
17550
17551 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17552
17553         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17554
17555         * gst/audioscale/gstaudioscale.c:
17556           Fix for #162819 - make audioscale reusable
17557           Fixes playback of more than one file with playbin/totem
17558
17559 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17560
17561         * gst/ffmpegcolorspace/avcodec.h:
17562         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17563         * gst/ffmpegcolorspace/imgconvert.c:
17564           clean up the mess that made me cry and avoid needless duplication
17565
17566 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17567
17568         * gst/ffmpegcolorspace/imgconvert.c:
17569           give some indication of why we're segfaulting
17570
17571 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17572
17573         * configure.ac:
17574           Fix indentation, fix v4l2 plugin detection.
17575         * ext/Makefile.am:
17576           Fix libmms location (Maciej, use diff -u!).
17577         * ext/alsa/gstalsa.c: (gst_alsa_init):
17578           Initialize caps cache to NULL.
17579         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17580           Only change state on audiosink if it exists.
17581
17582 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17583
17584         * gst/matroska/matroska-demux.c:
17585         * gst/matroska/matroska-ids.h:
17586         * gst/matroska/matroska-demux.h:
17587         Fix Vorbis streams failing to decode in some files, where cluster_time
17588         isn't 0, because then it doesn't send codec_priv before actual data.
17589         Remove time-based test and replace it with marker set on beginning of
17590         new stream
17591
17592 2004-12-28  David Schleef  <ds@schleef.org>
17593
17594         Merge patch from Ronald fixing problems with streaming
17595         text.
17596         * ext/cairo/gstcairo.c: (plugin_init):
17597         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17598         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17599         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17600         (gst_textoverlay_font_init), (gst_textoverlay_init),
17601         (gst_textoverlay_set_property):
17602         * ext/cairo/gsttextoverlay.h:
17603
17604 2004-12-27  David Schleef  <ds@schleef.org>
17605
17606         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17607         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17608         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17609         (gst_textoverlay_font_init), (gst_textoverlay_init),
17610         (gst_textoverlay_set_property): Improvements to actually
17611         render text as white on black outline on video, including
17612         font selection and horizontal/vertical alignment.  (Ronald's
17613         christmas present)
17614         * ext/cairo/gsttextoverlay.h:
17615
17616 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17617
17618         * ext/ogg/gstogg.c:
17619         * ext/ogg/gstogmparse.c:
17620           fix ogm[audio/video]parse plugin registration
17621           (riff won't load if bytestream is already loaded)
17622
17623 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17624
17625         * gst/audioconvert/gstchannelmix.c:
17626           fix for GLIB < 2.4
17627
17628 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17629
17630         * Makefile.am:
17631         * configure.ac:
17632           disable docs again until it actually passes make distcheck.
17633
17634 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17635
17636         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17637         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17638         (plugin_init):
17639           Add 3GP (variables name Q3GP because they can't start with a
17640           number). Add samr audio fourcc (used in .3gp files), decoder
17641           is work in progress. Also do a GST_WARNING instead of ERROR
17642           in case of unknown nodes, to decrease output.
17643
17644 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17645
17646         * Makefile.am:
17647           really fix dist
17648
17649 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17650
17651         * configure.ac:
17652         * ext/speex/gstspeexdec.h:
17653         * ext/speex/gstspeexenc.h:
17654           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17655           Fix detection code in configure.ac
17656
17657 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17658
17659         * gst/matroska/matroska-demux.c:
17660         (gst_matroska_demux_parse_blockgroup):
17661           Save position, so that queries give proper return values. Don't
17662           know how this could ever have worked before...
17663
17664 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17665
17666         * configure.ac:
17667           Put additional LAME check inside the conditional.  Fixes #152339
17668
17669 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17670
17671         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17672         (gst_avi_demux_stream_scan):
17673           Add some more debug. Fix logic error when setting movi offset
17674           while reading index.
17675
17676 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17677
17678         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17679         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17680         (gst_avi_demux_process_next_entry):
17681           Add some debugging. Better detection of broken indexes and the
17682           accompanying index recovery. No infinite loops on state changes
17683           when we're still in our loopfunction.
17684
17685 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17686
17687         * configure.ac:
17688           Fix up.
17689
17690 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17691
17692         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17693
17694         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17695           Normalizing the value before setting
17696         (gst_sunaudiomixer_get_volume):
17697           Normalizing the value after getting. Fixes bug# 161980
17698
17699 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17700
17701         * Makefile.am: Make sure docs gets disted
17702         * docs/Makefile.am: Make sure all needed files get disted
17703         * gst-plugins.spec.in: latest updates
17704
17705 2004-12-22  Wim Taymans  <wim@fluendo.com>
17706
17707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17708         Revert patch 1.38 as clock distribution over schedulers does
17709         not work correcly in the core yet.
17710
17711 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17712
17713         * sys/oss/README: remove this file, which predates my birth
17714           (and which content is by far outdated)
17715
17716 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17717
17718         * Makefile.am:
17719         * configure.ac:
17720         * docs/Makefile.am:
17721         * docs/libs/Makefile.am:
17722         * docs/libs/gst-plugins-libs-docs.sgml:
17723         * docs/libs/gst-plugins-libs-sections.txt:
17724         * docs/libs/tmpl/gstgconf.sgml:
17725         * docs/upload.mak:
17726         * docs/version.entities.in:
17727           Added boilerplate gtk-doc files for plugin-libs documentation.
17728
17729 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17730
17731         * gst/auparse/gstauparse.c: fix int and float audio caps
17732
17733 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17734
17735         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17736         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17737           g_assert() can be a macro, don't use #ifdef inside it.
17738
17739 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17740
17741         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17742
17743         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17744         (gst_videorate_init), (gst_videorate_chain),
17745         (gst_videorate_change_state):
17746           Event handling (fixes #159986).
17747
17748 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17749
17750         * gst-libs/gst/riff/riff-media.c:
17751         (gst_riff_create_video_caps_with_data):
17752           Add BLZ0 (Blizzard's version of DivX) fourcc.
17753
17754 2004-12-18  David Schleef  <ds@schleef.org>
17755
17756         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17757         portability fix.
17758
17759 2004-12-18  David Schleef  <ds@schleef.org>
17760
17761         * gst/tta/ttadec.h: Disable some header code that isn't used
17762         and clearly isn't portable.
17763
17764 2004-12-18  David Schleef  <ds@schleef.org>
17765
17766         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17767         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17768         (avcodec_get_pix_fmt), (avpicture_layout),
17769         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17770         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17771         Fix code to not use GCC extensions (and c99 extensions that
17772         Forte does not like.)
17773
17774 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17775
17776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17777
17778         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17779         (gst_deinterlace_chain):
17780           Rowstride fixes. Fixes #161039.
17781         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17782         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17783         (gst_video_crop_getcaps), (gst_video_crop_link),
17784         (gst_video_crop_i420), (gst_video_crop_chain),
17785         (gst_video_crop_change_state):
17786           Rework of negotiation. Actually works now. Fixes #158650.
17787
17788 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17789
17790         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17791           That was very stupid.
17792
17793 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17794
17795         * gst/matroska/matroska-demux.c:
17796         (gst_matroska_demux_parse_blockgroup):
17797           Fix possible crasher.
17798
17799 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17800
17801         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17802         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17803           Lace sizes can be zero.
17804
17805 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17806
17807         * ext/musepack/gstmusepackdec.cpp:
17808           Fetch error return values. Fixes #161624.
17809         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17810           Really EOS.
17811
17812 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17813
17814         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17815           Work for truncated (unfinished download etc.) files. Fixes #160514.
17816
17817 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17818
17819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17820           Fix for integer overflow. Makes #156001 not crash. Probably masks
17821           the real bug.
17822
17823 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17824
17825         * gst/ac3parse/gstac3parse.c: (plugin_init):
17826           Parsers never have ranks. Fixes #159651.
17827
17828 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17829
17830         * gst/playback/gstdecodebin.c: (compare_ranks):
17831           make sure the facotries are ordered the same every time even if they
17832           have the same rank by using the name
17833         * gst/playback/gstdecodebin.c: (find_compatibles):
17834           make sure we don't add factories to the list twice
17835
17836 2004-12-16  David Schleef  <ds@schleef.org>
17837
17838         * configure.ac: look for musepack headers as musepack/*.h
17839         (fixes #159847)
17840         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17841         * ext/musepack/gstmusepackreader.h: same
17842
17843 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17844
17845         * gst-libs/gst/riff/riff-read.c:
17846         (gst_riff_read_strf_auds_with_data):
17847           Read extradata correctly (fixes #155879).
17848
17849 2004-12-16  David Schleef  <ds@schleef.org>
17850
17851         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17852         audio.  does _not_ attempt or allow conversion unless channels
17853         is 1 or 2.
17854
17855 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17856
17857         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17858
17859 2004-12-16  David Schleef  <ds@schleef.org>
17860
17861         * gst/audioscale/gstaudioscale.c: the resample library only
17862         handles 1 or 2 channels.  Change caps to compensate.
17863
17864 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17865
17866         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17867         (gst_matroska_demux_audio_caps):
17868           Some MPEG-AAC hacks, because else it doesn't work...
17869
17870 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * gst-libs/gst/riff/riff-media.c:
17873         (gst_riff_create_video_caps_with_data),
17874         (gst_riff_create_video_template_caps):
17875           Add h264.
17876
17877 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17878
17879         * gst-libs/gst/audio/Makefile.am:
17880           Try to fix buildbot.
17881
17882 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17883
17884         * gst/tcp/gstmultifdsink.c:
17885           Clean up and uniformize debugging.
17886
17887 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17888
17889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17890
17891         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17892         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17893         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17894         (gst_mpeg_demux_change_state):
17895           Reset on ready. Fixes 160276.
17896
17897 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17898
17899         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17900
17901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17902         (gst_ffmpegcsp_pad_link):
17903           Fix memleak (#154815).
17904
17905 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17906
17907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17908
17909         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17910         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17911         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17912         * ext/musicbrainz/gsttrm.h:
17913           Add support for using a proxy server when getting a trm id from
17914           the MusicBrainz database (#149613).
17915
17916 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17917
17918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17919
17920         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17921         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17922           Fix memleaks (#157233).
17923
17924 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17925
17926         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17927
17928         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17929         * gst-libs/gst/resample/resample.h:
17930         * gst/audioscale/gstaudioscale.c:
17931           Fix memleak (#159215).
17932
17933 2004-12-16  Toni Willberg  <toniw@iki.fi>
17934
17935         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17936
17937         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17938         * sys/oss/oss_probe.c: (main):
17939           Check for mono/stereo support (similar to samplerate probing),
17940           fixes #159433. Also add missing copyright header to oss_probe.c.
17941
17942 2004-12-15  David Schleef  <ds@schleef.org>
17943
17944         * configure.ac: add audioresample and cairo plugins.  Remove
17945         HAVE_MMX stuff, because it's not used.
17946         * ext/Makefile.am: same
17947         * ext/audioresample/Makefile.am: You are not ready for an
17948         audio resampling element based on audioresample.
17949         * ext/audioresample/gstaudioresample.c:
17950         * ext/audioresample/gstaudioresample.h:
17951         * ext/cairo/Makefile.am: You are not ready for overlay elements
17952         based on cairo.  Don't look too closely, these elements kinda
17953         suck right now.
17954         * ext/cairo/gstcairo.c: new
17955         * ext/cairo/gsttextoverlay.c: new
17956         * ext/cairo/gsttextoverlay.h: new
17957         * ext/cairo/gsttimeoverlay.c: new
17958         * ext/cairo/gsttimeoverlay.h: new
17959         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17960         problem with compilers that don't support variadic macros.
17961
17962 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17963
17964         Reviewed by:  David Schleef  <ds@schleef.org>
17965
17966         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17967         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17968         bit.  Also ran indent-gst.
17969         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17970         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17971         (gst_sunaudiosrc_setparams):
17972
17973 2004-12-14  David Schleef  <ds@schleef.org>
17974
17975         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17976         output rate to 16000.  Should fix #160235.
17977
17978 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17979
17980         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17981         Add typefinding for mpeg2 pes streams
17982
17983 2004-12-13  David Schleef  <ds@schleef.org>
17984
17985         * configure.ac:  Applied patch from bug #143659, making default
17986         sources and sinks OS-dependent (for Solaris), and added code
17987         for OS/X.
17988         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17989
17990 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17991
17992         * gst-libs/gst/riff/riff-media.c:
17993           forgot to add h2.64 to avidemux template caps
17994
17995 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17996
17997         * gst/wavenc/riff.h:
17998         * gst-libs/gst/riff/riff-media.c:
17999         * gst-libs/gst/riff/riff-ids.h:
18000         * gst/avi/gstavimux.c
18001         add 4CC code for VideoSoft h264 in AVI (VSSH)
18002           fixes bug #160655
18003         remove s323 from riff, it's quicktime specific :(
18004
18005 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18006
18007         * gst/asfdemux/README
18008         * gst/wavenc/riff.h
18009         * gst-libs/gst/riff/riff-ids.h
18010         * gst-libs/gst/riff/riff-media.c
18011         * gst/qtdemux/qtdemux.c:
18012           add new 4CC codes for h263 related codecs
18013           fixes partially bug #155163
18014
18015 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18016
18017         * configure.ac: Update polyaudio requirement to 0.7
18018         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18019
18020 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18021
18022         * gst/interleave/deinterleave.c:
18023         fix my name's spelling! :)
18024
18025 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18026
18027         * AUTHORS ChangeLog
18028         * gst/auparse/gstauparse.c
18029         * gst/interleave/deinterleave.c
18030         * gst/law/:
18031                 alaw-decode.c alaw-encode.c
18032                 mulaw-decode.c mulaw-encode.c
18033         * gst/oneton/gstoneton.c
18034         * sys/osxaudio/:
18035                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18036         * sys/osxvideo/:
18037                 cocoawindow.h cocoawindow.m
18038                 osxvideosink.h osxvideosink.m
18039
18040         put the same mail address for Zaheer Abbas Merali everywhere
18041
18042 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18043
18044         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18045           Align by packetsize, and assert that we a packet available before
18046           playing. The first makes webstreams work (they often include
18047           trailing padding data in a packet), the second allows pausing a
18048           ASF stream in totem without getting demux errors afterwards.
18049
18050 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18051
18052         * ext/ogg/gstoggdemux.c: (get_relative):
18053           Check for non-NULL before accessing member (end-of-chain).
18054
18055 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18056
18057         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18058         (cdparanoia_set_property), (cdparanoia_get_property):
18059         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18060         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18061         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18062         (dvdreadsrc_init), (dvdreadsrc_set_property),
18063         (dvdreadsrc_get_property):
18064         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18065         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18066           Synchronize property names where not yet the case. Devices are
18067           now device=X, other versions are deprecated (but still exist).
18068           Also use g_free() unconditionally.
18069         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18070         (setup_source), (gst_play_base_bin_get_property):
18071           Expose source.
18072
18073 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18074
18075         * configure.ac: move GCONF macro outside conditional for the am
18076           conditional. Fixes #160439
18077
18078 2004-12-08  David Schleef  <ds@schleef.org>
18079
18080         * tools/gst-visualise-m.m: Switch to elements that currently
18081         exist.
18082
18083 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18084
18085         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18086           We love wrong commas.
18087
18088 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18089
18090         * gst/matroska/matroska-demux.c:
18091         (gst_matroska_demux_handle_src_query):
18092           Don't set DEFAULT, unsupported - makes length display incorrectly
18093           in some cases.
18094
18095 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18096
18097         * gst/monoscope/README: remove blurb about files being GPL
18098         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18099         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18100           monoscope is now effectively LGPL licensed
18101
18102 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18103
18104         * gst/monoscope/README: Update information to be more correct
18105         * gst/monoscope/convolve.c: Relicense to LGPL
18106         * gst/monoscope/convolve.h: Relicense to LGPL
18107
18108 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18109
18110         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18111           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18112         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18113           set default_duration for mpeg1 audio
18114
18115 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18116
18117         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18118         * ext/alsa/gstalsa.h:
18119           refactor big chunks of the core caps negotiation code to make it
18120           a lot faster, because people claim it's really slow
18121           (actually, just cache the getcaps when the device is opened)
18122
18123 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18124
18125         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18126         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18127         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18128         (gst_a52dec_change_state), (plugin_init):
18129         * ext/a52dec/gsta52dec.h:
18130           Do something useful with timestamps. Make chain-based (since
18131           there's really no reason to be loopbased).
18132         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18133           Update current_byte/frame correctly.
18134
18135 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18136
18137         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18138         (gst_ape_demux_stream_init):
18139           Forward tags, too.
18140
18141 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18142
18143         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18144           Let's make sure we're done typefinding when detecting tags.
18145
18146 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18147
18148         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18149         (gst_ebml_read_init), (gst_ebml_read_use_event),
18150         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18151         (gst_ebml_read_seek), (gst_ebml_read_skip),
18152         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18153         (gst_ebml_read_master):
18154         * gst/matroska/ebml-read.h:
18155         * gst/matroska/matroska-demux.c:
18156         (gst_matroska_demux_parse_contents),
18157         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18158           Disgustingly evil hack for working around INTERRUPT events and
18159           their extremely annoying habit of being a pain in the ass. We
18160           simply peek a cluster before reading any of it.
18161
18162 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18163
18164         * ext/musepack/gstmusepackdec.cpp:
18165           There's also floating point libmusepacks.
18166
18167 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18168
18169         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18170         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18171           Set DURATION even if source buffer didn't. Also use increasing
18172           timestamps.
18173         * gst-libs/gst/riff/riff-media.c:
18174         (gst_riff_create_audio_caps_with_data):
18175           Block_align can have larger values than 8192.
18176
18177 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18178
18179         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18180         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18181         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18182         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18183           Fix caps.
18184
18185 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18186
18187         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18188           Fix logic bug.
18189
18190 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18191
18192         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18193           Yay, another one.
18194
18195 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18196
18197         * ext/esd/esdsink.c: (gst_esdsink_chain):
18198           Make error actually say something useful (fixes #156798).
18199         * gst-libs/gst/riff/riff-media.c:
18200         (gst_riff_create_video_caps_with_data),
18201         (gst_riff_create_video_template_caps):
18202           Add Intel Video 5.0 fourcc (IV50).
18203
18204 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18205
18206         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18207         detection on mono and stereo mp3 files.
18208
18209 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18210
18211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18212           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18213           the contained stream).
18214
18215 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18216
18217         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18218           Oops, remove debug.
18219
18220 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18221
18222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18223
18224         * gst/law/alaw-decode.c: (alawdec_getcaps):
18225         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18226           Prevent warnings when negotiating caps (fixes #159338).
18227
18228 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18229
18230         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18231         (gst_ffmpegcsp_chain):
18232           Remove old leftover that shouldn't be there...
18233
18234 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18235
18236         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18237
18238         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18239           Don't forward DISCONT events (fixes #159684).
18240
18241 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18242
18243         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18244           Unlink manually since sometimes bin disposal (and therefore
18245           pad unlinking) is delayed, which will cause a new media file
18246           to not be able to start playing instantly.
18247
18248 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18249
18250         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18251           On mute of an unlinked stream, check for pad availability so
18252           we don't crash on unlinked pad.
18253
18254 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18255
18256         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18257         (gst_avi_demux_massage_index):
18258           Fix quite humiliating bug in omitting 0-sized index chunks but
18259           forgetting to count them for timestamps.
18260
18261 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18262
18263         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18264           Actually leave the loop if we failed to sync. Don't crash.
18265
18266 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18267
18268         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18269         (gst_dvd_demux_process_private):
18270         * gst/mpegstream/gstdvddemux.h:
18271           Fix crash (#159759). Doesn't work, though. :-(.
18272
18273 2004-11-28  Benjamin Otte  <otte@gnome.org>
18274
18275         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18276           more overwriting protection due to modifying channels one by one
18277           instead of all at once
18278
18279 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18280
18281         * gst/audioconvert/gstchannelmix.c:
18282         (gst_audio_convert_fill_normalize):
18283           Normalize using absolute values.
18284
18285 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18286
18287         * configure.ac:
18288         * ext/Makefile.am:
18289         * ext/directfb/Makefile.am:
18290         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18291         (gst_directfbvideosink_get_pixel_format),
18292         (gst_directfbvideosink_get_format_from_fourcc),
18293         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18294         (gst_directfbvideosink_sink_link),
18295         (gst_directfbvideosink_change_state),
18296         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18297         (gst_directfbvideosink_buffer_alloc),
18298         (gst_directfbvideosink_interface_supported),
18299         (gst_directfbvideosink_interface_init),
18300         (gst_directfbvideosink_navigation_send_event),
18301         (gst_directfbvideosink_navigation_init),
18302         (gst_directfbvideosink_set_property),
18303         (gst_directfbvideosink_get_property),
18304         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18305         (gst_directfbvideosink_base_init),
18306         (gst_directfbvideosink_class_init),
18307         (gst_directfbvideosink_get_type), (plugin_init):
18308         * ext/directfb/directfbvideosink.h: Adding a first version of
18309         directfbvideosink.
18310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18311         more.
18312
18313 2004-11-28  Benjamin Otte  <otte@gnome.org>
18314
18315         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18316           walk the samples backwards if out_channels > in_channels so we don't
18317           overwrite data
18318
18319 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18320
18321         * gst/audioconvert/Makefile.am:
18322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18323         (gst_audio_convert_link), (gst_audio_convert_change_state),
18324         (gst_audio_convert_channels):
18325         * gst/audioconvert/gstchannelmix.c:
18326         (gst_audio_convert_unset_matrix),
18327         (gst_audio_convert_fill_identical),
18328         (gst_audio_convert_fill_compatible),
18329         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18330         (gst_audio_convert_fill_others),
18331         (gst_audio_convert_fill_normalize),
18332         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18333         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18334         * gst/audioconvert/gstchannelmix.h:
18335           Implement a channel mixer.
18336
18337 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18338
18339         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18340         * ext/alsa/gstalsa.h:
18341         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18342         Make alsasink actually honor gst_element_set_clock and use that
18343         clock instead of its internal one.
18344
18345 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18346
18347         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18348         (gst_play_base_bin_change_state): nullify source and decoder when
18349         going from READY to NULL so that we don't try to do weird stuff with
18350         them when going from NULL to READY
18351         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18352         instead of g_object_unref
18353         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18354         it should be correct
18355         (gst_play_bin_change_state): don't call remove_sinks if we are
18356         currently disposing the object
18357
18358 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18359
18360         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18361           Don't forget bass if it's there. Else left channel is silent...
18362
18363 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18364
18365         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18366         (gst_a52dec_change_state):
18367           Don't do sample adjusting anymore, we use float audio now.
18368         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18369           Don't fixate to non-existing properties.
18370
18371 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18372
18373         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18374         (gst_a52dec_change_state):
18375           Advertise that we can do surround sound.
18376
18377 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18378
18379         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18380           Add buffer-frames=0.
18381         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18382         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18383         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18384         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18385         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18386         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18387         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18388         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18389         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18390         * ext/dvdread/dvdreadsrc.h:
18391           Add seeking, querying for bytes, sectors, title, angle and
18392           chapter. Handle multiple chapters. Relicense to LGPL because
18393           Billy agreed on that (thanks Billy!).
18394
18395 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18396
18397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18398         call parent dispose method
18399
18400 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18401
18402         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18403         (gst_audio_clock_get_internal_time):
18404         Fix active <-> inactive transitions: ensure time value always
18405         grows and avoid abrupt value changes.
18406
18407 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18408
18409         * configure.ac:
18410         * gst/tta/Makefile.am:
18411         * gst/tta/crc32.h:
18412         * gst/tta/filters.h:
18413         * gst/tta/gsttta.c:
18414         * gst/tta/gstttadec.c:
18415         * gst/tta/gstttadec.h:
18416         * gst/tta/gstttaparse.c:
18417         * gst/tta/gstttaparse.h:
18418         * gst/tta/ttadec.h:
18419           added TTA parser and decoder
18420
18421 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18422
18423         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18424         (probe_triggered), (check_queue), (buffer_underrun),
18425         (buffer_running), (buffer_overrun), (gen_source_element),
18426         (setup_source):
18427         * gst/playback/gstplaybasebin.h:
18428           Implement buffering. Needs some more work.
18429
18430 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18431
18432         * ext/theora/theoradec.c: (theora_dec_chain):
18433           Fix ilog mask range overflow.
18434
18435 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18436
18437         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18438           Don't omit the last (which in case of dmix is the only :) )
18439           channel count. Don't set channels if <= 2.
18440
18441 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18442
18443         * gst/playback/gstplaybin.c: (gen_video_element),
18444         (gen_audio_element): Removed 2 obsolete comments
18445
18446 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18447
18448         * ext/vorbis/oggvorbisenc.c
18449         * ext/vorbis/vorbisenc.c :
18450           change description fields of those plugins to differentiate them
18451           (pitivi show Encoders by description, they had the same one)
18452
18453 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18454
18455         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18456
18457         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18458         (gst_play_bin_set_property), (gen_video_element),
18459         (gen_audio_element):
18460           Refcounting fixes for provided audio-/videosinks.
18461
18462 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18463
18464         * gst/playback/gstplaybin.c: (gen_video_element),
18465         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18466           Don't reference all sinks, but only the video- and audiosinks.
18467           The vis. element should be disposed when we're done with it.
18468           We don't have any reason to keep it around. This fixes warnings
18469           when reusing playbin for playing multiple audio files with
18470           vis. enabled. Also release audio device on pause - idea stolen
18471           from Rhythmbox.
18472
18473 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18474
18475         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18476         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18477         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18478         * ext/alsa/gstalsaplugin.c: (plugin_init):
18479         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18480         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18481         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18482         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18483         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18484         (gst_faad_change_state), (plugin_init):
18485         * ext/faad/gstfaad.h:
18486         * ext/vorbis/vorbis.c: (plugin_init):
18487         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18488         * gst-libs/gst/audio/Makefile.am:
18489         * gst-libs/gst/audio/audio.c: (plugin_init):
18490         * gst-libs/gst/audio/multichannel.c:
18491         (gst_audio_check_channel_positions),
18492         (gst_audio_get_channel_positions),
18493         (gst_audio_set_channel_positions),
18494         (gst_audio_set_structure_channel_positions_list),
18495         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18496         (gst_audio_fixate_channel_positions):
18497         * gst-libs/gst/audio/multichannel.h:
18498         * gst-libs/gst/audio/testchannels.c: (main):
18499         * gst/audioconvert/gstaudioconvert.c:
18500         (gst_audio_convert_class_init), (gst_audio_convert_init),
18501         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18502         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18503         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18504         * gst/audioconvert/plugin.c: (plugin_init):
18505           Surround sound support.
18506
18507 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18508
18509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18510           Fix position for discont if we're close as well. Nitpicking, but
18511           saves a few milliseconds of extra waiting or skipping.
18512
18513 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18514
18515         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18516           We sometimes need parsers for playback, so add those too.
18517
18518 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18519
18520         * configure.ac:
18521         * gst/apetag/Makefile.am:
18522         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18523         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18524         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18525         (gst_ape_demux_get_src_query_types),
18526         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18527         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18528         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18529         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18530         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18531         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18532         (gst_ape_demux_change_state):
18533         * gst/apetag/apedemux.h:
18534         * gst/apetag/apetag.c: (plugin_init):
18535         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18536         (plugin_init):
18537           APE v1/2 tag reader plus typefind function.
18538
18539 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18540
18541         * configure.ac:
18542         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18543         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18544           Remove hacks for older core. Require newer core version
18545           accordingly.
18546
18547 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18548
18549         * gst/cdxaparse/Makefile.am:
18550         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18551         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18552         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18553         * gst/cdxaparse/gstcdxaparse.h:
18554         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18555         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18556         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18557         (gst_cdxastrip_get_src_query_types),
18558         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18559         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18560         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18561         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18562         * gst/cdxaparse/gstcdxastrip.h:
18563           SVCD/VCD header stripping separated from CDXA image parsing.
18564         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18565         (plugin_init):
18566           Add VCD/SVCD header typefinding for VCD/SVCD.
18567         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18568         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18569         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18570         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18571         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18572         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18573         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18574         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18575         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18576         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18577         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18578         * sys/vcd/vcdsrc.h:
18579           Fix up, add seeking, querying, URI interface. Works in totem now.
18580
18581 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18582
18583         * configure.ac:
18584           back to CVS
18585
18586 === release 0.8.6 ===
18587
18588 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * NEWS:
18591         * RELEASE:
18592         * configure.ac:
18593         * po/af.po:
18594         * po/az.po:
18595         * po/cs.po:
18596         * po/en_GB.po:
18597         * po/hu.po:
18598         * po/it.po:
18599         * po/nb.po:
18600         * po/nl.po:
18601         * po/or.po:
18602         * po/sq.po:
18603         * po/sr.po:
18604         * po/sv.po:
18605         * po/uk.po:
18606           releasing 0.8.6, "IOU Love"
18607
18608 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18609
18610         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18611
18612         * gst/playback/gstplaybasebin.c:
18613           Fix unplayable files error handling.  Fixes #158365
18614
18615 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18616
18617         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18618
18619         * gst/typefind/gsttypefindfunctions.c:
18620           Fix broken mp3 typefinding.  Fixes #158375
18621
18622 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18623
18624         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18625
18626         * ext/ogg/gstoggdemux.c:
18627           Fix sync on broken files.  Fixes #158976
18628
18629 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18630
18631         patch by: Edward Hervey <bilboed@bilboed.com>
18632
18633         * ext/libpng/gstpngenc.c:
18634           Copy over buffer properties.  Fixes #158832
18635
18636 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18637
18638         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18639
18640         * ext/dvdread/dvdreadsrc.c:
18641           Fixes invalid reads (#158462)
18642
18643 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18644
18645         * sys/v4l/gstv4lsrc.c:
18646         * sys/v4l/gstv4lsrc.h:
18647         * sys/v4l/v4lsrc_calls.c:
18648           Probe less and cache it.  Fixes #159187.
18649
18650 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18651
18652         * gst/videorate/gstvideorate.c:
18653           Handle all video formats. Fixes #159186.
18654
18655 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18656         * gst/synaesthesia/gstsynaesthesia.c:
18657         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18658         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18659         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18660         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18661         (gst_synaesthesia_change_state), (plugin_init):
18662         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18663         Force 320x200 output, as that's the only thing the underlying
18664         synaesthesia implementation supports. Still needs to be made
18665         re-entrant.
18666
18667 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18668
18669         * configure.ac:
18670           Fix mpeg2enc configure check (similar to mplex check below).
18671
18672 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18673
18674         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18675
18676         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18677           Fix for gcc-2.95 (fixes #158221).
18678
18679 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18680
18681         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18682           Re-add clock distribution hack (until new core is released).
18683           Fixes #158125.
18684
18685 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18686         * configure.ac:
18687           fix mplex configure check segfaulting on some systems (bug #140994)
18688
18689 2004-11-13  Benjamin Otte  <otte@gnome.org>
18690
18691         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18692           add debugging
18693         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18694           do a wait when we enter the loop func with no data available to
18695           write instead of getting into an 100% CPU loop by just returning and
18696           being called again by the scheduler
18697
18698 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18699
18700         * configure.ac:
18701         * ext/libvisual/visual.c: (gst_visual_get_type),
18702         (libvisual_log_handler), (gst_visual_getcaps),
18703         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18704         (plugin_init):
18705           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18706         * ext/smoothwave/Makefile.am:
18707         * ext/smoothwave/demo-osssrc.c: (main):
18708         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18709         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18710         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18711         (plugin_init):
18712         * ext/smoothwave/gstsmoothwave.h:
18713           Make gstsmoothwave a working element in the 20th century.
18714
18715         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18716           Fix incorrect link function
18717
18718 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18719
18720         * gst/volume/gstvolume.c:
18721           Allow buffer-frames=0.
18722
18723 2004-11-12 Iain <iaingnome@gmail.com>
18724
18725         * configure.ac: Check for polypaudio
18726
18727         * ext/Makefile.am: Build the polyp dir
18728
18729         * ext/polyp: The polypsink sources.
18730
18731 2004-10-30 Iain <iaingnome@gmail.com>
18732
18733         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18734         caps to reflect the new number of channels.
18735
18736 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18737
18738         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18739           Fix for negotiation order problem. This would show when the
18740           ALSA loopfuction was called before any other function. ALSA
18741           wouldn't do anything because we're not negotiated yet, leading
18742           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18743
18744 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18745
18746         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18747
18748         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18749           No warnings (#157986).
18750
18751 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18752
18753         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18754           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18755
18756 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18757
18758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18759           Signal no-more-pads (so it works in playbin).
18760
18761 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18762
18763         * ext/musepack/gstmusepackreader.cpp:
18764           Workaround for older core.
18765
18766 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18767
18768         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18769           Actually test for odd width/height rather than testing whether
18770           a temporary variable that was 0 before we subtracted 1 is now
18771           not equal to zero (which it always is).
18772
18773 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18774
18775         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18776         Fix compilation if HAVE_XVIDEO is not defined
18777
18778 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18779
18780         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18781         Fix compilation if HAVE_XVIDEO is not defined
18782
18783 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18784
18785         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18786         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18787         (gst_goom_change_state), (plugin_init):
18788         Use the bytestream adapter so goom doesn't depend on the input
18789         buffer size.
18790         Add a debug category
18791
18792 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18795           Only set hardware parameters *after* negotiation. Before
18796           negotiation, it will set ANY and that seems to cause crashes
18797           (see e.g. #151288, #153227).
18798
18799 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18800
18801         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18802           This seems to be antique leftover. It needs to pass error
18803           checking.
18804         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18805         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18806         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18807         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18808           Fix GstXOverlay implementation (#151059).
18809
18810 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18811
18812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18813           Don't assert (#157853).
18814
18815 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18818           Fix bytes/samples confustion.
18819         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18820           Fix for underrun (#144389).
18821
18822 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18823
18824         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18825           Disable halfway-seek for pending release (since it needs a new
18826           core release).
18827
18828 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18829
18830         * sys/v4l/gstv4lsrc.c:
18831         * sys/v4l/gstv4lsrc.h:
18832         * sys/v4l/v4lsrc_calls.c:
18833           add autoprobe-fps property so we can separate autoprobing parts
18834
18835 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18836
18837         * sys/v4l/gstv4lsrc.c:
18838         * sys/v4l/v4lsrc_calls.c:
18839         initialise fourcc to catch unset fourcc's, and debug
18840
18841 2004-11-09  Wim Taymans  <wim@fluendo.com>
18842
18843         * gst/playback/README:
18844         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18845         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18846         (gst_play_bin_dispose), (gst_play_bin_set_property),
18847         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18848         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18849         (gst_play_bin_get_formats), (gst_play_bin_convert),
18850         (gst_play_bin_get_query_types), (gst_play_bin_query):
18851         Cleanups and some more documentation.
18852
18853 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18854
18855         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18856         (gst_cacasink_init), (gst_cacasink_chain):
18857         * ext/libcaca/gstcacasink.h:
18858         Cacasink inherits from VideoSink, so let that store the clock.
18859
18860 2004-11-09  Wim Taymans  <wim@fluendo.com>
18861
18862         * gst/playback/README:
18863         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18864         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18865         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18866         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18867         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18868         (setup_sinks):
18869         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18870         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18871         * gst/playback/gststreaminfo.h:
18872         Updated README.
18873         Only switch groups if all streams have muted (EOSed).
18874         Send Tags in sync with the stream playback instead of in
18875         the playback/preroll phase.
18876         Some cleanups, free the fakesrc elements.
18877
18878 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18879
18880         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18881           buffer-frames property was missing
18882         * ext/arts/gst_arts.c:
18883           rate missing from sinkcaps
18884         * ext/audiofile/gstafparse.c:
18885         * ext/audiofile/gstafsink.c:
18886         * ext/audiofile/gstafsrc.c:
18887         * ext/swfdec/gstswfdec.c:
18888           int audio doesn't know buffer-frames
18889         * ext/cdparanoia/gstcdparanoia.c:
18890           int audio doesn't know chunksize either
18891         * ext/nas/nassink.c:
18892           it's endianness, not endianess
18893         * gst-libs/gst/audio/audio.h:
18894           make float standard pad template caps really describe float
18895         * gst/law/mulaw.c: (linear_factory):
18896           signed only, please
18897         * gst/mpegstream/gstdvddemux.c:
18898           widths of 20 are not valid
18899
18900 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18901
18902         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18903
18904         * po/LINGUAS:
18905         * po/it.po:
18906           Add Italian
18907
18908 2004-11-08  Wim Taymans  <wim@fluendo.com>
18909
18910         * gst/playback/README:
18911         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18912         * gst/playback/gstplaybasebin.c: (probe_triggered),
18913         (gst_play_base_bin_change_state):
18914         Updated README, added more comments for fixmes etc..
18915
18916 2004-11-08  Wim Taymans  <wim@fluendo.com>
18917
18918         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18919         We can remove this hack now.
18920
18921 2004-11-08  Wim Taymans  <wim@fluendo.com>
18922
18923         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18924         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18925         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18926         Only mix AYUV for maximum quality.
18927
18928 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18929
18930         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18931         (gst_ogg_demux_push), (gst_ogg_pad_push):
18932           Let's act as if we're synchronized now! :).
18933         * ext/theora/theoradec.c: (theora_dec_chain):
18934           Add some debug.
18935
18936 2004-11-08  Wim Taymans  <wim@fluendo.com>
18937
18938         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18939         (gst_alpha_set_property), (gst_alpha_sink_link),
18940         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18941         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18942         (gst_alpha_init_params), (gst_alpha_chain):
18943         Implement alpha functions for AYUV too, this increases
18944         accuracy quite a bit.
18945
18946 2004-11-08  Wim Taymans  <wim@fluendo.com>
18947
18948         * gst/ffmpegcolorspace/avcodec.h:
18949         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18950         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18951         (gst_ffmpegcsp_avpicture_fill):
18952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18953         (gst_ffmpegcsp_caps_remove_format_info):
18954         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18955         (shrink12), (img_get_alpha_info), (deinterlace_line),
18956         (deinterlace_line_inplace):
18957         * gst/ffmpegcolorspace/imgconvert_template.h:
18958         Added AYUV colorspace and handle RGBA a bit more respectful.
18959
18960 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18961
18962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18963           Actually always send a discont (cornercase when resending the
18964           same serial-tagged chain twice).
18965
18966 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18967
18968         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18969         (gst_ximagesink_finalize):
18970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18971         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18972
18973 2004-11-08  Wim Taymans  <wim@fluendo.com>
18974
18975         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18976         Don't segfault on NULL data.
18977
18978 2004-11-08  Wim Taymans  <wim@fluendo.com>
18979
18980         * gst/playback/gstdecodebin.c: (unlinked):
18981         * gst/playback/gstplay-marshal.list:
18982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18983         (gst_play_base_bin_init), (group_create), (get_active_group),
18984         (get_building_group), (group_destroy), (group_commit),
18985         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18986         (add_element_stream), (no_more_pads), (probe_triggered),
18987         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18988         (state_change), (setup_source), (gst_play_base_bin_get_property),
18989         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18990         (gst_play_base_bin_link_stream),
18991         (gst_play_base_bin_get_streaminfo):
18992         * gst/playback/gstplaybasebin.h:
18993         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18994         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18995         Add support for chained ogg files. Prepare for playlist
18996         support. This patch introduces the concept of pad groups, which
18997         together compose one playable media file.
18998
18999 2004-11-07  David Schleef  <ds@schleef.org>
19000
19001         * testsuite/gst-lint: Check for pad templates that aren't statically
19002         scoped.
19003
19004 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19005
19006         * configure.ac:
19007         * ext/Makefile.am:
19008         * ext/musepack/Makefile.am:
19009         * ext/musepack/gstmusepackdec.cpp:
19010         * ext/musepack/gstmusepackdec.h:
19011         * ext/musepack/gstmusepackreader.cpp:
19012         * ext/musepack/gstmusepackreader.h:
19013           Add musepack decoder.
19014         * ext/faad/gstfaad.c: (gst_faad_base_init):
19015           Make pad templates static.
19016         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19017         (plugin_init):
19018           Add musepack typefinder, make mp3 typefinding work halfway stream,
19019           which doesn't actually work yet because id3demux doesn't implement
19020           _get_length().
19021
19022 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19023
19024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19025         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19026           Fix interrupt event handling (#144436).
19027
19028 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19029
19030         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19031           Hide unused glory.
19032
19033 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19034
19035         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19036
19037         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19038           Fix weird caps (#157548).
19039
19040 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19041
19042         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19043
19044         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19045           Add missing NULL terminator (#157543).
19046
19047 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19048
19049         * gst/tcp/gsttcp.h:
19050         * gst/tcp/gsttcpclientsink.c:
19051         * gst/tcp/gsttcpclientsrc.c:
19052         * gst/tcp/gsttcpserversink.c:
19053         * gst/tcp/gsttcpserversrc.c:
19054           ports can go up to 65535.  Move common defines to gsttcp.h
19055
19056 2004-11-05  Wim Taymans  <wim@fluendo.com>
19057
19058         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19059         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19060         Added two more colorspaces.
19061
19062 2004-11-05  Wim Taymans  <wim@fluendo.com>
19063
19064         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19065         (gst_ffmpegcsp_avpicture_fill):
19066         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19067         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19068         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19069         More stride fixes.
19070
19071 2004-11-05  Wim Taymans  <wim@fluendo.com>
19072
19073         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19074         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19075         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19076         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19077         (gst_videomixer_loop):
19078         More stride fixes.
19079
19080 2004-11-05  Benjamin Otte  <otte@gnome.org>
19081
19082         * ext/mad/gstmad.c: (gst_mad_chain):
19083           don't overflow data buffer. Flush not needed sync data when syncing
19084           failed.
19085
19086 2004-11-04  Wim Taymans  <wim@fluendo.com>
19087
19088         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19089         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19090         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19091         (gst_alpha_init_params), (gst_alpha_chain),
19092         (gst_alpha_change_state):
19093         Updated the chroma keying algorithm with something more
19094         sophisticated.
19095
19096 2004-11-03  Wim Taymans  <wim@fluendo.com>
19097
19098         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19099         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19100         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19101         Fix stride issues. Does not completely work for odd
19102         heights.
19103
19104 2004-11-03  Wim Taymans  <wim@fluendo.com>
19105
19106         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19107         (gst_alpha_chroma_key), (gst_alpha_chain):
19108         Fix stride issues. Does not completely work for odd
19109         heights.
19110
19111 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19112
19113         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19114         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19115         leak fixes
19116
19117 2004-11-03  Wim Taymans  <wim@fluendo.com>
19118
19119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19120         (gst_ffmpegcsp_avpicture_fill):
19121         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19122         (avpicture_alloc):
19123         * gst/ffmpegcolorspace/imgconvert_template.h:
19124         Use correct _fill function to get correct strides.
19125
19126 2004-11-02  David Schleef  <ds@schleef.org>
19127
19128         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19129         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19130         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19131         Change all g_print()s to debugging.  Add a bunch of consistency
19132         checks.
19133
19134 2004-11-02  Wim Taymans  <wim@fluendo.com>
19135
19136         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19137         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19138         (unlinked), (no_more_pads), (close_link):
19139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19140         (unknown_type), (add_element_stream), (new_decoded_pad),
19141         (removed_decoded_pad), (setup_source):
19142         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19143         (gst_stream_info_class_init), (gst_stream_info_init),
19144         (gst_stream_info_new), (gst_stream_info_dispose),
19145         (stream_info_mute_pad), (gst_stream_info_set_property),
19146         (gst_stream_info_get_property):
19147         * gst/playback/gststreaminfo.h:
19148         Fix playback of multiple files.
19149         a slightly different approach to handling dynamic pad removals.
19150         This one only looks at pads that we have linked.
19151
19152 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19153
19154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19155         free" warning from libc.
19156
19157 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19158
19159         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19160         (get_unconnected_element), (remove_starting_from), (pad_removed),
19161         (close_link):
19162           Implement support for dynamic pad changing. We listen to "live"
19163           pad removals (i.e. while playing) and re-setup autoplugging
19164           after that. Playbasebin/playbin need some more work for this
19165           to finally work, but decodebin supports (and replugs) chained
19166           ogg now.
19167
19168 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19169
19170         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19171         (gst_alsa_finalize):
19172         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19173         (gst_cdaudio_finalize):
19174         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19175         (cdparanoia_finalize):
19176         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19177         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19178         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19179         (dvdreadsrc_finalize):
19180         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19181         (gst_flacdec_finalize):
19182         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19183         (gst_flacenc_finalize):
19184         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19185         (gst_gnomevfssink_finalize):
19186         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19187         (gst_gnomevfssrc_finalize):
19188         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19189         (gst_fameenc_finalize):
19190         * ext/nas/nassink.c: (gst_nassink_class_init),
19191         (gst_nassink_finalize):
19192         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19193         (gst_sdlvideosink_class_init):
19194         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19195         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19196         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19197         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19198         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19199         (gst_x_window_listener_dispose):
19200         * gst/audioscale/gstaudioscale.c:
19201         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19202         (play_on_demand_finalize):
19203         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19204         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19205         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19206         (cdplayer_finalize):
19207         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19208         (gst_glimagesink_class_init):
19209         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19210         (gst_osselement_finalize):
19211         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19212         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19213         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19214           Fixes a bunch of problems with finalize and dispose functions,
19215           either assumptions that dispose is only called once, or not calling
19216           the parent class dispose/finalize function
19217
19218 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19219
19220         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19221           added two api precondition guards
19222           use g_strdup with getenv to fix crash when using ENVVAR
19223
19224 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19225         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19226         (gst_esdsink_finalize):
19227         Use a finalize function, not dispose, and more importantly,
19228         call the parent class finalize function too
19229
19230 2004-11-01  Johan Dahlin  <johan@gnome.org>
19231
19232         * ext/ogg/gstoggdemux.c:
19233         * gst/tags/gstvorbistag.c:
19234         Plug leaks.
19235
19236 2004-10-31  Benjamin Otte  <otte@gnome.org>
19237
19238         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19239           lotsa memleaks today. But they're all small...
19240
19241 2004-10-31  Benjamin Otte  <otte@gnome.org>
19242
19243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19244           another memleak crushed
19245
19246 2004-10-31  Benjamin Otte  <otte@gnome.org>
19247
19248         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19249           fix memleak
19250
19251 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19252
19253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19254           Hack to prevent crash when going to READY inside signal handler
19255           while this function is active.
19256
19257 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19258
19259         * gst/ffmpegcolorspace/Makefile.am:
19260         * gst/ffmpegcolorspace/avcodec.h:
19261         * gst/ffmpegcolorspace/common.h:
19262         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19263         * gst/ffmpegcolorspace/dsputil.h:
19264         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19265         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19266         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19267         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19268         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19269         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19270         (gst_ffmpegcsp_avpicture_fill):
19271         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19273         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19274         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19275         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19276         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19277         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19278         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19279         * gst/ffmpegcolorspace/imgconvert.c:
19280         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19281         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19282         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19283         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19284         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19285         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19286         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19287         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19288         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19289         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19290         (grow21), (grow22), (grow41), (grow44), (conv411),
19291         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19292         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19293         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19294         (avpicture_free), (is_yuv_planar), (img_convert),
19295         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19296         (deinterlace_line_inplace), (deinterlace_bottom_field),
19297         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19298         * gst/ffmpegcolorspace/imgconvert_template.h:
19299         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19300         * gst/ffmpegcolorspace/mmx.h:
19301         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19302         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19303         (av_freep), (avcodec_get_context_defaults),
19304         (avcodec_alloc_context), (avcodec_init):
19305           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19306           handling plus update from ffmpeg CVS. Large clean-up.
19307
19308 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19309
19310         * gst/playback/Makefile.am:
19311           We need the marshallers for decodebin, too.
19312
19313 2004-10-30  David Schleef  <ds@schleef.org>
19314
19315         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19316           quicktime typefinding work with 64-bit offsets.
19317
19318 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19319
19320         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19321           Set EOS on the element when processing an EOS event.
19322         * ext/speex/gstspeexdec.h:
19323         * ext/speex/gstspeexenc.h:
19324           Only keep a const ptr to the mode
19325         * gst-libs/gst/riff/riff-media.c:
19326         (gst_riff_create_audio_caps_with_data),
19327         (gst_riff_create_audio_template_caps):
19328           Allow WMAV3, with up to 6 channels.
19329         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19330           Don't call gst_pad_set_event_function on a sink pad.
19331         * gst/mpegstream/gstdvddemux.c:
19332         (gst_dvd_demux_get_subpicture_stream),
19333         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19334           Copy the explicit caps that were set across to the cur_* pads,
19335           instead of trying to use a possibly non-existent negotiated caps.
19336           Reset the type of subpicture pads to UNKNOWN after calling
19337           init_stream, so that the caps get set.
19338
19339 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19340
19341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19342
19343         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19344           Don't touch buffer if it is of size 0 (fixes #151064).
19345
19346 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19347
19348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19349           Synchronized discont handling.
19350
19351 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19352
19353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19354         (gst_ogg_demux_push):
19355           Make seeking sort-of exact again (fixes #156387).
19356
19357 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19358
19359         * gst/playback/gstplaybasebin.c: (unknown_type),
19360         (add_element_stream), (new_decoded_pad),
19361         (gst_play_base_bin_change_state):
19362         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19363         (gst_stream_info_init), (gst_stream_info_new),
19364         (gst_stream_info_dispose), (gst_stream_info_get_property):
19365         * gst/playback/gststreaminfo.h:
19366           Make caps explicitely available. Makes testing for unsupported
19367           types possible. Improves error reporting.
19368
19369 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19370
19371         * gst/audioconvert/gstaudioconvert.c:
19372         (gst_audio_convert_buffer_to_default_format):
19373           Really don't touch read-only buffers (#156563).
19374
19375 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19376
19377         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19378
19379         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19380           Fix memleak (#155223).
19381
19382 2004-10-29  Wim Taymans  <wim@fluendo.com>
19383
19384         * gst/tcp/.cvsignore:
19385         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19386         (gst_multifdsink_class_init), (gst_multifdsink_init),
19387         (gst_multifdsink_add), (gst_multifdsink_remove),
19388         (gst_multifdsink_remove_client_link), (is_sync_frame),
19389         (gst_multifdsink_new_client),
19390         (gst_multifdsink_handle_client_write),
19391         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19392         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19393         (gst_multifdsink_get_property):
19394         * gst/tcp/gstmultifdsink.h:
19395         Added burst on connect sync_method, deprecated sync_clients,
19396         streamlined the sync code some more.
19397
19398 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19399
19400         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19401         (gst_play_base_bin_change_state):
19402           Improve error reporting.
19403
19404 2004-10-28  Wim Taymans  <wim@fluendo.com>
19405
19406         * gst/tcp/Makefile.am:
19407         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19408         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19409         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19410         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19411         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19412         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19413         (gst_fdset_wait):
19414         Added more locks around fdset structures. Fixed/reworked
19415         the poll array resizing code.
19416         Added stress test for fdset.
19417
19418 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19419
19420         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19421         fix build
19422
19423 2004-10-28  Benjamin Otte  <otte@gnome.org>
19424
19425         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19426           fix link function to always query channels and query width for
19427           floats
19428         * configure.ac:
19429           add equalizer dir
19430         * gst/equalizer/Makefile.am:
19431         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19432         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19433         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19434         (arg_to_scale), (setup_filter),
19435         (gst_iir_equalizer_compute_frequencies),
19436         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19437         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19438         (plugin_init):
19439           add an equalizer
19440
19441 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19442
19443         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19444
19445         * po/LINGUAS:
19446         * po/nb.po:
19447           Added Norwegian Bokmaal translation
19448
19449 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19450
19451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19452           Don't break on options (fixes #156488).
19453
19454 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19455
19456         * configure.ac:
19457         * ext/cdaudio/Makefile.am:
19458         * sys/Makefile.am:
19459           fix build on older automake
19460
19461 2004-10-26  Wim Taymans  <wim@fluendo.com>
19462
19463         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19464         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19465         Allow a little margin when negotiating the framerate.
19466
19467 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19468
19469         * gst/level/gstlevel.c:
19470           synchonised naming of pads and pad-templates
19471
19472 2004-10-26  Wim Taymans  <wim@fluendo.com>
19473
19474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19475         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19476         (_find_streams_check), (gst_ogg_demux_push):
19477         Fix EOS again. Needs to be done in a better way. We should not
19478         remove the pad if there is no new chained stream.
19479
19480 2004-10-26 Iain <iaingnome@gmail.com>
19481
19482         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19483         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19484         of the caps.
19485         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19486         pad.
19487         (interleave_release_pad): Remove the pad.
19488         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19489         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19490         the set device.
19491         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19492         attrs
19493         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19494         (gst_xvimagesink_finalize): Free the par.
19495
19496 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19497
19498         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19499         (gst_avimux_stop_file):
19500           First calculate the rate, and only then use it. Hdr.rate is a
19501           multiple and not a derivative of hdr.scale. Scale is not the
19502           same as blockalign but is solely related to rate.
19503
19504 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19505
19506         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19507         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19508           Implement seeking.
19509
19510 2004-10-25  James Henstridge  <james@jamesh.id.au>
19511
19512         Reviewed by:  David Schleef  <ds@schleef.org>
19513
19514         * examples/gstplay/player.c: (got_stream_length), (main):
19515         * examples/seeking/cdplayer.c: (update_scale):
19516         * examples/seeking/seek.c: (format_value), (update_scale):
19517         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19518         (stop_seek):
19519         Build fixes on AMD64.
19520
19521 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19522
19523         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19524
19525         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19526         Fix for some v4l cards which hang in v4lsrc
19527
19528 2004-10-25  Wim Taymans  <wim@fluendo.com>
19529
19530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19531         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19532         Make sure to remove the pad when a new chain is
19533         encountered. Set some vars to NULL so we don't try
19534         to reference freed memory.
19535
19536 2004-10-25  Wim Taymans  <wim@fluendo.com>
19537
19538         * examples/seeking/Makefile.am:
19539         * examples/seeking/cdplayer.c: (update_scale):
19540         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19541         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19542         (format_value), (update_scale), (iterate), (start_seek),
19543         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19544         (print_usage), (main):
19545         Added some more examples, update others.
19546
19547 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19548
19549         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19550         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19551         * ext/theora/theoradec.c: (theora_dec_chain):
19552         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19553           Add codec-name metadata.
19554
19555 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19556
19557         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19558
19559         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19560         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19561         * ext/alsa/gstalsamixertrack.h:
19562         * po/POTFILES.in:
19563           ALSA mixer track label internationalization (#154054).
19564
19565 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19566
19567         * ext/theora/theoradec.c: (theora_dec_chain):
19568           Export bitrate as metadata.
19569
19570 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19571
19572         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19573         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19574         * ext/alsa/gstalsamixertrack.h:
19575           Fix names, fix loop.
19576
19577 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19578
19579         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19580         (speex_dec_convert):
19581           sinkconvert function so oggdemux can get the file length (totem).
19582
19583 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19584
19585         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19588           Don't push incomplete packets.
19589         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19590           Fix MPEG-4 audio typefinding.
19591
19592 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19593
19594         * sys/v4l/Makefile.am:
19595         * sys/v4l/gstv4l.c: (plugin_init):
19596         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19597         (gst_v4lelement_init), (gst_v4lelement_dispose),
19598         (gst_v4lelement_change_state):
19599         * sys/v4l/gstv4lelement.h:
19600         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19601         (gst_v4l_xoverlay_close), (idle_refresh),
19602         (gst_v4l_xoverlay_set_xwindow_id):
19603         * sys/v4l/gstv4lxoverlay.h:
19604         * sys/v4l/v4l-overlay_calls.c:
19605         * sys/v4l/v4l_calls.h:
19606         * sys/v4l2/Makefile.am:
19607         * sys/v4l2/gstv4l2.c: (plugin_init):
19608         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19609         (gst_v4l2element_init), (gst_v4l2element_dispose),
19610         (gst_v4l2element_change_state):
19611         * sys/v4l2/gstv4l2element.h:
19612         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19613         (gst_v4l2_xoverlay_close), (idle_refresh),
19614         (gst_v4l2_xoverlay_set_xwindow_id):
19615         * sys/v4l2/gstv4l2xoverlay.h:
19616         * sys/v4l2/v4l2-overlay_calls.c:
19617         * sys/v4l2/v4l2_calls.h:
19618           Remove client-side overlay handling, use the X-server v4l plugin
19619           for that. Nicer overlay, less code. Also make the plugin
19620           compileable without X (but then without overlay, obviously).
19621           Makes xwindowlistener obsolete, should we remove that?
19622
19623 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19626         (gst_osssrc_src_query):
19627         * sys/oss/gstosssrc.h:
19628           OK, so people want offset in DEFAULT. This time, actually fix all
19629           cases.
19630         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19631           Add FPS properly.
19632
19633 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19634
19635         * gst/asfdemux/gstasfmux.c:
19636         * gst/avi/gstavimux.c:
19637           Framerate.
19638
19639 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19640
19641         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19642           Fix properties (channel, norm, frequency).
19643
19644 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19645
19646         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19647           Flag typo.
19648         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19649           No warnings.
19650
19651 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19652
19653         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19654           Fix hang.
19655
19656 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19657
19658         * sys/v4l2/gstv4l2element.h:
19659           Yet Another Hack (tm) for kernel header borkedness.
19660         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19661         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19662         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19663         (gst_v4l2src_change_state):
19664         * sys/v4l2/gstv4l2src.h:
19665         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19666         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19667           Fix caps, keep track of state, work.
19668
19669 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19672           Quiet.
19673
19674 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19675
19676         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19677           Don't mix bytes and samples.
19678
19679 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19680
19681         * ext/ogg/gstoggmux.c:
19682           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19683           and theora. Any is incorrect.
19684         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19685           Fix caps.
19686         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19687         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19688         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19689         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19690         * sys/v4l/gstv4lmjpegsrc.h:
19691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19692         (gst_v4lsrc_change_state):
19693         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19694         (gst_v4lmjpegsrc_capture_stop):
19695           Fix caps. Keep track of internal state. Work.
19696
19697 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19698
19699         * ext/Makefile.am:
19700           Fix the build fixes.
19701
19702 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19703
19704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19705         (gst_ogg_demux_src_event), (_find_chain_seek),
19706         (gst_ogg_pad_push):
19707           Check for pad availability before using it.
19708         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19709           Fix parsing of chained ogg. Needs more work on the decoder side.
19710
19711 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19712
19713         * gst/spectrum/Makefile.am:
19714         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19715         (idle_func):
19716           Fix demo and reenable it. Yes, I'm currently playing with audio
19717           analysis tools
19718
19719 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19720
19721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19722           We love it if files that start at zero work too...
19723
19724 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19725
19726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19727           Handle files with missing EOS headers.
19728
19729 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19730
19731         * gst/tcp/gsttcpserversink.c:
19732         (gst_tcpserversink_handle_server_read),
19733         (gst_tcpserversink_init_send):
19734         Zero some variables first (need for accept not to return EINVAL)
19735
19736 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19737
19738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19739         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19740         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19741         (theora_dec_chain):
19742         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19743         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19744           Seeking and querying finetune.
19745
19746 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * configure.ac:
19749         * ext/Makefile.am:
19750         * ext/raw1394/Makefile.am:
19751           fix the build
19752
19753 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19754
19755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19756           Wrong return.
19757         * gst/playback/Makefile.am:
19758         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19759         * gst/playback/gstplay-marshal.list:
19760         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19761           Fix marshallers.
19762
19763 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19764
19765         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19766           Silence.
19767
19768 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19769
19770         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19771         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19772         (gst_ogg_pad_push):
19773           Yay for non-lineair granulepos in theora.
19774
19775 2004-10-18  Wim Taymans  <wim@fluendo.com>
19776
19777         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19778         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19779         * ext/dv/gstdvdec.h:
19780         Make sure we renegotiate aspect ratio when the camera switches.
19781
19782 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19783
19784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19785         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19786           Start at zero.
19787         * ext/theora/theoradec.c: (theora_dec_chain):
19788           Skip headers. Bad idea for chained ogg, but fixes seeking.
19789
19790 2004-10-18  Wim Taymans  <wim@fluendo.com>
19791
19792         * configure.ac:
19793         I swear, this is the last time I touch this.
19794
19795 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19796
19797         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19798         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19799         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19800           Faster seeking.
19801         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19802           Time-to-default conversion.
19803         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19804           Don't error on unknown packets, just skip. We should probably
19805           read them if we want to support chained ogg.
19806
19807 2004-10-18  Wim Taymans  <wim@fluendo.com>
19808
19809         * configure.ac:
19810         Added cdaudio to wrong list.
19811
19812 2004-10-18  Wim Taymans  <wim@fluendo.com>
19813
19814         * configure.ac:
19815         Revive cdaudio.
19816
19817 2004-10-18  Wim Taymans  <wim@fluendo.com>
19818
19819         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19820         (gst_dvdec_video_link), (gst_dvdec_push):
19821         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19822         (gst_smokeenc_resync), (gst_smokeenc_chain):
19823         Fix mimetype on smoke encoder.
19824         Add aspect ratio to dvdec. Not sure if these
19825         values are correct though....
19826
19827 2004-10-18  Wim Taymans  <wim@fluendo.com>
19828
19829         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19830         Fix vorbis property descriptions and ranges.
19831
19832 2004-10-18  Wim Taymans  <wim@fluendo.com>
19833
19834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19835         Really do nothing when no data is available.
19836         Go to the playing state when the stream is not seekable
19837         instead of failing.
19838
19839 2004-10-18  Wim Taymans  <wim@fluendo.com>
19840
19841         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19842         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19843         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19844         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19845         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19846         Added uri handler for cd://
19847         Port to new API.
19848
19849 2004-10-18  Wim Taymans  <wim@fluendo.com>
19850
19851         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19852         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19853         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19854         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19855         (remove_prerolls), (unknown_type), (add_element_stream),
19856         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19857         (gst_play_base_bin_remove_element),
19858         (gst_play_base_bin_link_stream):
19859         * gst/playback/gstplaybin.c: (gen_video_element),
19860         (gen_vis_element), (remove_sinks), (setup_sinks):
19861         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19862         (gst_stream_info_get_type), (gst_stream_info_class_init),
19863         (gst_stream_info_init), (gst_stream_info_new),
19864         (gst_stream_info_dispose), (stream_info_mute_pad),
19865         (gst_stream_info_set_property), (gst_stream_info_get_property):
19866         * gst/playback/gststreaminfo.h:
19867         Add sink padtemplate to decodebin.
19868         Added some more comments.
19869         Make queue size configurable in playbasebin.
19870         Added possibility to use elements as sinks (ex cdaudio).
19871
19872 2004-10-15  Wim Taymans  <wim@fluendo.com>
19873
19874         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19875         (gst_speexenc_chain):
19876         Fix speex timestamps so that it gets muxed properly.
19877
19878 2004-10-15  Wim Taymans  <wim@fluendo.com>
19879
19880         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19881         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19882         (gst_dv1394src_init), (gst_dv1394src_dispose),
19883         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19884         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19885         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19886         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19887         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19888         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19889         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19890         * ext/raw1394/gstdv1394src.h:
19891         Added conversion/query functions.
19892         Update buffer timestamps,
19893         Added signals.
19894         Added uri dv:// so it might play from the firewire in playbin.
19895         Fix a possible leak.
19896         Added debugging.
19897
19898 2004-10-15  Wim Taymans  <wim@fluendo.com>
19899
19900         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19901         (gst_dv1394src_init), (gst_dv1394src_set_property),
19902         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19903         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19904         * ext/raw1394/gstdv1394src.h:
19905         Added AV/C VTR control support needed for some cameras.
19906         Added automatic port detection.
19907         Added properties for selecting the channel.
19908         The configure.ac script is not yet updated to reflect the
19909         new libavc1394 and librom1394 dependencies.
19910
19911 2004-10-15  Wim Taymans  <wim@fluendo.com>
19912
19913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19914         (qtdemux_parse), (gst_qtdemux_handle_esds):
19915         An esds box is not a container.
19916         Fix parsing of mp4v boxes.
19917         Do not try to renegotiate fps for each frame. Need to
19918         find a better method. This should fix mp4 playback.
19919
19920 2004-10-14  David Schleef  <ds@schleef.org>
19921
19922         * configure.ac: update for swfdec-0.3 and liboil-0.2
19923         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19924         * ext/swfdec/gstswfdec.h: same
19925         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19926         * gst/videotestsrc/videotestsrc.c: same
19927
19928 2004-10-14  Wim Taymans  <wim@fluendo.com>
19929
19930         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19931         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19932         (is_sync_frame), (gst_multifdsink_new_client),
19933         (gst_multifdsink_handle_client_write),
19934         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19935         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19936         Turn warnings into info.
19937         Don't allow a state change in the streaming thread.
19938
19939 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19940
19941         * ext/vorbis/oggvorbisenc.c:
19942         * ext/vorbis/vorbisdec.c:
19943           fix template sample rate
19944
19945 2004-10-13  Wim Taymans  <wim@fluendo.com>
19946
19947         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19948         Decoding the header first fixes some problems in resyncing
19949         in more mp3s.
19950
19951 2004-10-12  Wim Taymans  <wim@fluendo.com>
19952
19953         * gst/playback/gstplaybin.c: (gen_video_element),
19954         (gen_vis_element), (remove_sinks), (setup_sinks):
19955         Added vis plugin support, need to configure the vis
19956         element to activate it.
19957
19958 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19959
19960         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19961         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19962           Some debug.
19963         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19964         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19965         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19966         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19967         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19968         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19969         * gst/avi/gstavidemux.h:
19970           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19971           recovery (where, if part of the index is broken, we will still read
19972           the rest of the index and recover the broken part by stream
19973           scanning). More broken media support. EOS workarounds. General AVI
19974           braindamage headache recovery. Aspirin included.
19975
19976 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19977
19978         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19979         (cdparanoia_event), (cdparanoia_query):
19980           Get rid of hideous lead-in.
19981
19982 2004-10-11  Wim Taymans  <wim@fluendo.com>
19983
19984         * gst/playback/gstplaybasebin.c: (setup_source):
19985         Wrong var used to get g_list_next.
19986
19987 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19988
19989         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19990         (cdparanoia_get), (cdparanoia_open):
19991           Report discid as metadata, add duration.
19992
19993 2004-10-11  Wim Taymans  <wim@fluendo.com>
19994
19995         * gst/playback/gstplaybasebin.c: (setup_source):
19996         Cleanup the previous pipeline a little earlier for the
19997         case that a source element provides raw data.
19998
19999 2004-10-11  Benjamin Otte  <otte@gnome.org>
20000
20001         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20002           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20003           consuming the last 128 bytes, even though it was valid mp3 data.
20004
20005 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20006
20007         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20008         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20009         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20010         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20011
20012 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20013
20014         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20015         Fix for webcams that support only specific width or height
20016
20017 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20018
20019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20020
20021         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20022           Fix wrong discont event setup (fixes #154967).
20023
20024 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20025
20026         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20027
20028         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20029           Error out on invalid data (fixes #154807).
20030
20031 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20032
20033         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20034
20035         * ext/dvdread/dvdreadsrc.c: (_read):
20036           Make titles > 0 work again (fixes #154834).
20037
20038 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20039
20040         * gst-libs/gst/riff/riff-media.c:
20041         (gst_riff_create_video_template_caps):
20042           WMV3 missing in template caps.
20043
20044 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20045
20046         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20047           OK, so the original code was too strict. It makes random AVI files
20048           hang for seconds upon opening, which is unacceptable and is far
20049           beyond the original goal of getting multiple chunks for one-chunk
20050           sounc stream files. So now do just that.
20051
20052 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20053
20054         * gst/playback/gstplaybasebin.c: (setup_source),
20055         (gst_play_base_bin_change_state):
20056           Actually clean up streaminfo if output fails. This would trigger
20057           if, for example, there was no CD in the drive. No preroll, so
20058           a streaminfo structure is created, but the subsequent state change
20059           of the thread fails.
20060         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20061           Don't change state if parent failed.
20062
20063 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20064
20065         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20066         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20067         (gen_video_element), (remove_sinks):
20068           Add small bits of code for screenshot handling.
20069
20070 2004-10-08  Wim Taymans  <wim@fluendo.com>
20071
20072         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20073         (gen_video_element), (gen_audio_element), (setup_sinks):
20074         Don't assume the user provided sinks are named "sink"...
20075
20076 2004-10-08  Wim Taymans  <wim@fluendo.com>
20077
20078         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20079         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20080         (gst_play_base_bin_link_stream):
20081         Do not try to autoplug sources that generate raw streams like
20082         cdparanoia.
20083         disconnect the preroll overrun signal when we don't need it anymore.
20084
20085 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20086
20087         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20088         Added reworked patch from #154903 from milosz derezynski (deadchip).
20089
20090 2004-10-08  Wim Taymans  <wim@fluendo.com>
20091
20092         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20093         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20094         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20095         (cdparanoia_convert), (cdparanoia_uri_get_type),
20096         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20097         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20098         * ext/cdparanoia/gstcdparanoia.h:
20099         This adds the cdda://<tracknum> uri.
20100
20101 2004-10-08  Wim Taymans  <wim@fluendo.com>
20102
20103         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20104         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20105         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20107         (unknown_type), (gst_play_base_bin_remove_element),
20108         (gst_play_base_bin_link_stream):
20109         * gst/playback/gstplaybasebin.h:
20110         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20111         (gst_play_bin_set_property), (gen_video_element),
20112         (gen_audio_element), (setup_sinks):
20113         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20114         (gst_stream_info_get_type), (gst_stream_info_class_init),
20115         (gst_stream_info_init), (gst_stream_info_new),
20116         (gst_stream_info_dispose), (stream_info_mute_pad),
20117         (gst_stream_info_set_property), (gst_stream_info_get_property):
20118         * gst/playback/gststreaminfo.h:
20119         Reuse the audio and video bins.
20120         Some internal cleanups in the stream selection code.
20121
20122 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20123
20124         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20125         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20126         * sys/ximage/ximagesink.h:
20127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20128         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20129         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20130         not coming from those elements. Moreover these elements should not keep
20131         the xid they have been given when in NULL state.
20132
20133 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20134
20135         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20136         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20137         * sys/ximage/ximagesink.h:
20138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20139         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20140         * sys/xvimage/xvimagesink.h:
20141           Actually only create a new toplevel window if we're not gonna
20142           embed it right after.
20143
20144 2004-10-07  Wim Taymans  <wim@fluendo.com>
20145
20146         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20147         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20148         * gst/playback/gstplaybin.c: (setup_sinks):
20149         Implement muting/unmuting of streams, mute streams that are not
20150         used.
20151
20152 2004-10-07  Wim Taymans  <wim@fluendo.com>
20153
20154         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20155         (plugin_init):
20156         Added lame audio/x-ac3 typefind function.
20157
20158 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20159
20160         * configure.ac:
20161           bump nano to cvs
20162
20163 === release 0.8.5 ===
20164
20165 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20166
20167         * NEWS:
20168         * RELEASE:
20169         * configure.ac:
20170           releasing 0.8.5, "Take You On"
20171
20172 2004-10-06  Wim Taymans  <wim@fluendo.com>
20173
20174         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20175         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20176         (no_more_pads), (close_link), (type_found):
20177         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20178         * gst/playback/gstplaybin.c: (gen_video_element):
20179         Do not signal the no_more_pads after the first pad when
20180         we are plugging a non dynamic element with multiple
20181         output pads (like swfdec, dvdec, ...).
20182
20183 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20184
20185         * configure.ac:
20186           bump for prerelease
20187
20188 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20189
20190         * gst/wavparse/gstwavparse.c:
20191           add ATRAC3 to STATIC CAPS to fix a warning
20192
20193         * gst/matroska/ebml-read.c:
20194         * gst-libs/gst/riff/riff-read.c:
20195           fix typos
20196
20197 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20198
20199         * gst-libs/gst/riff/riff-media.c:
20200           generate caps for ATRAC3 audio streams
20201
20202         * gst/realmedia/rmdemux.c:
20203           generate caps for ATRAC3 audio streams
20204
20205 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20206
20207         * gst/wavparse/Makefile.am
20208         * gst/wavparse/riff.h
20209         * gst/wavparse/wavparse.vcproj
20210           riff.h removal (unused and duplication with riff-ids.h)
20211
20212 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20213
20214         * gst/wavparse/gstwavparse.h
20215           remove duplicated defines for audio codec codes
20216
20217         * gst-libs/gst/riff/riff-ids.h
20218         * gst/wavenc/riff.h:
20219           add "4CC" code for ATRAC3 audio streams
20220           add "4CC" code for ITU_G721_ADPCM (unused for now)
20221
20222 2004-10-06  Wim Taymans  <wim@fluendo.com>
20223
20224         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20225         Actually _do_ negotiation. Pass gdouble as arg instead
20226         of guint64 for the framerate.
20227
20228 2004-10-06  Wim Taymans  <wim@fluendo.com>
20229
20230         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20231         (find_compatibles), (close_pad_link), (try_to_link_1),
20232         (no_more_pads), (close_link), (type_found):
20233         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20234         * gst/playback/gstplaybin.c: (gen_video_element),
20235         (gen_audio_element):
20236         Set state on newly added element to READY so that negotiation
20237         can happen ASAP.
20238         Addes some more debug info.
20239         Do not try to plug pads with multiple caps structures or ANY
20240         because it is too dangerous since we do not do dynamic
20241         replugging.
20242
20243 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20244
20245         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20246
20247         * po/LINGUAS:
20248         * po/or.po:
20249           add Oriya translation
20250
20251 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20254           Prevent overwrite of size member. Makes audio sound crappy.
20255
20256 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20257
20258         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20259         Add rmvb to the list of known RealMedia extensions
20260
20261 2004-10-05  Wim Taymans  <wim@fluendo.com>
20262
20263         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20264         (mngdec_openstream), (mngdec_closestream),
20265         (mngdec_handle_sink_event), (mngdec_readdata),
20266         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20267         (mngdec_getcanvasline), (mngdec_refresh),
20268         (gst_mngdec_change_state):
20269         Set the framerate correctly.
20270
20271 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20272
20273         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20274           There was something wrong with the index massaging.
20275
20276 2004-10-04  Wim Taymans  <wim@fluendo.com>
20277
20278         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20279         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20280         (gst_smokedec_chain):
20281         * ext/jpeg/gstsmokedec.h:
20282         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20283         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20284         * ext/jpeg/gstsmokeenc.h:
20285         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20286         (smokecodec_decode_new), (smokecodec_info_free),
20287         (smokecodec_set_quality), (smokecodec_get_quality),
20288         (smokecodec_set_threshold), (smokecodec_get_threshold),
20289         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20290         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20291         (smokecodec_encode), (smokecodec_parse_id),
20292         (smokecodec_parse_header), (smokecodec_decode):
20293         * ext/jpeg/smokecodec.h:
20294         * ext/jpeg/smokeformat.h:
20295         Updated smoke, new bitstream, allows embedding in ogg.
20296
20297 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20300           Fix seeking in some files. All this code is no longer needed (and
20301           actually breaks stuff) because we now synchronize the full index
20302           right when reading the header.
20303
20304 2004-10-04  Wim Taymans  <wim@fluendo.com>
20305
20306         * configure.ac:
20307         configure update for libmng.
20308
20309 2004-10-04  Wim Taymans  <wim@fluendo.com>
20310
20311         * ext/libmng/Makefile.am:
20312         * ext/libmng/gstmng.c: (plugin_init):
20313         * ext/libmng/gstmng.h:
20314         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20315         (gst_mngdec_base_init), (gst_mngdec_class_init),
20316         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20317         (gst_mngdec_loop), (gst_mngdec_get_property),
20318         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20319         (mngdec_closestream), (mngdec_handle_sink_event),
20320         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20321         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20322         (gst_mngdec_change_state):
20323         * ext/libmng/gstmngdec.h:
20324         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20325         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20326         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20327         (gst_mngenc_chain), (gst_mngenc_get_property),
20328         (gst_mngenc_set_property):
20329         * ext/libmng/gstmngenc.h:
20330         Added basic MNG decoder. Needs more work. The encoder does
20331         not work yet.
20332
20333 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20334
20335         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20336         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20337         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20338           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20339           no-more-pads.
20340
20341 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20342
20343         * configure.ac:
20344           you need at least 1.0.4 of speex
20345
20346 2004-10-04 Iain <iaingnome@gmail.com>
20347
20348         * ext/speex/gstspeexdec.h: Revert the includes changes.
20349
20350         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20351
20352 2004-09-30 Iain <iaingnome@gmail.com>
20353
20354         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20355         found during init or set as a property instead of hardcoding /dev/audio
20356
20357 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20358
20359         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20360         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20361         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20362         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20363         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20364         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20365         (gst_rmdemux_dump_data):
20366           Use debug category, fix EOS handling. filesrc ! rmdemux now
20367           works.
20368
20369 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20370
20371         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20372         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20373         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20374           Improve allocation, cutting and sorting of the index. How takes a
20375           few seconds instead of minutes.
20376
20377 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20378
20379         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20380           fixed compilation
20381
20382 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20383
20384         * gst-libs/gst/riff/riff-media.c:
20385         (gst_riff_create_video_caps_with_data),
20386         (gst_riff_create_video_template_caps):
20387           Add wing commander format mimetype/fourccs.
20388         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20389           Don't crash if some value is 0.
20390
20391 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20392
20393         * gst-libs/gst/riff/riff-media.c:
20394         (gst_riff_create_video_caps_with_data),
20395         (gst_riff_create_video_template_caps):
20396           Add DIB fourcc (raw, palettized 8-bit RGB).
20397         * gst-libs/gst/riff/riff-read.c:
20398         (gst_riff_read_strf_vids_with_data):
20399           Oops, fix strf_data reading bug.
20400         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20401           Use a non-NULL tag.
20402         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20403           Time for hacks. Sorry Dave. At least one quicktime movie (a
20404           trailer) that I've encountered contains multiple video tracks.
20405           One of those is the actual video track, the other are one-frame
20406           tracks (images). Unfortunately, the number of frames according
20407           to the trak header is 1 for each, so that doesn't help. So
20408           instead, I look at the duration and discard tracks with a
20409           duration shorter than 20% of the length of the stream. Better
20410           than nothing.
20411
20412 2004-10-01  Christian Schaller <christian@fluendo.com>
20413
20414         * ext/ivorbis/vorbis.c:
20415           Patch from Phil Blundell (Bug 152341)
20416
20417 2004-10-01  Wim Taymans  <wim@fluendo.com>
20418
20419         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20420         (speex_dec_get_formats), (speex_dec_convert),
20421         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20422         (speex_dec_chain), (gst_speexdec_get_property),
20423         (gst_speexdec_set_property):
20424         Small cleanups.
20425
20426 2004-10-01  Wim Taymans  <wim@fluendo.com>
20427
20428         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20429         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20430         (gst_wavparse_other), (gst_wavparse_loop),
20431         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20432         (gst_wavparse_srcpad_event):
20433         * gst/wavparse/gstwavparse.h:
20434         Added some more debugging info.
20435         Fix the case where the length of the file is 0.
20436         Make sure we seek to sample borders.
20437
20438 2004-10-01  Wim Taymans  <wim@fluendo.com>
20439
20440         * gst/playback/README:
20441         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20442         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20443         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20444         Add some debug info to decodebin, update README
20445
20446 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20447
20448         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20449           Don't use g_print(); use GST_DEBUG().
20450
20451 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20452
20453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20454         (gst_ogg_mux_queue_pads):
20455           Handle EOS properly.
20456
20457 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20458
20459         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20460
20461         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20462         (gst_faad_chain), (gst_faad_change_state):
20463         * ext/faad/gstfaad.h:
20464           Allow playback of raw (unframed) MPEG AAC files (#148993).
20465
20466 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20467
20468         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20469
20470         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20471           Throw error if we didn't recognize the stream. Fixes #152289.
20472
20473 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20474
20475         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20476           Fix negotiation.
20477
20478 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20479
20480         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20481
20482         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20483           Fix memleak.
20484
20485 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20486
20487         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20488
20489         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20490           Solve #152805.
20491         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20492           Solve 152806.
20493
20494 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20495
20496         * gst-libs/gst/riff/riff-media.c:
20497         (gst_riff_create_video_caps_with_data),
20498         (gst_riff_create_audio_caps_with_data):
20499           Add codec_data handling (like asfdemux used to do).
20500         * gst/asfdemux/gstasf.c: (plugin_init):
20501         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20502         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20503           Use riff-media for caps creation instead of our own (mostly
20504           broken) copy of its functions.
20505
20506 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20507
20508         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20509           Don't actually error out if we get another return value than
20510           -EINVAL. Opposite to what I first thought, drivers have random
20511           return values for this, although -EINVAL is the expected return
20512           value. Since this is not fatal, we shouldn't use
20513           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20514
20515 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20516
20517         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20518         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20519         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20520         (dvdreadsrc_get), (dvdreadsrc_open_file),
20521         (dvdreadsrc_change_state):
20522           Fix. Don't do one big huge loop around the whole DVD, that will
20523           cache all data and thus eat sizeof(dvd) (several GB) before we
20524           see something.
20525         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20526           Actually NULL'ify event after using it.
20527         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20528         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20529         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20530         (gst_ebml_read_seek), (gst_ebml_read_skip):
20531           Handle events.
20532         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20533         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20534         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20535           Fix timing (this will probably break if I seek using menus, but
20536           I didn't get there yet). VOBs and normal DVDs should now work.
20537           Add a mpeg2-only pad with high rank so this get autoplugged for
20538           MPEG-2 movies.
20539         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20540         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20541         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20542         (gst_mpeg_demux_get_audio_stream),
20543         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20544         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20545           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20546           MPEG-1 but use dvddemux for MPEG-2.
20547         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20548         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20549         (gst_mpeg_parse_parse_packhead):
20550           Timing. Only add pad template if it exists. Add sink template from
20551           class and not from ourselves. This means we will always use the
20552           correct sink template even if it is not the one defined in this
20553           file.
20554
20555 2004-09-29  Wim Taymans  <wim@fluendo.com>
20556
20557         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20558         (gst_mpeg_demux_parse_pes):
20559         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20560         Fix playback of mpeg again, timestamps where screwed up by
20561         patch 1.61.
20562
20563 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20564
20565         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20566           Only return true if we actually filled something in. Prevents
20567           player applications from showing a random length for flac files.
20568         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20569         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20570         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20571         (gst_riff_read_strf_vids_with_data),
20572         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20573           OK, ok, so I implemented event handling. Apparently it's normal
20574           that we receive random events at random points without asking
20575           for it.
20576         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20577         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20578         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20579         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20580         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20581         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20582         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20583         * gst/avi/gstavidemux.h:
20584           Implement non-lineair chunk handling and subchunk processing.
20585           The first solves playback of AVI files where the audio and video
20586           data of individual buffers that we read are not synchronized.
20587           This should not happen according to the wonderful AVI specs, but
20588           of course it does happen in reality. It is also a prerequisite for
20589           the second. Subchunk processing allows us to cut chunks in small
20590           pieces and process each of these pieces separately. This is
20591           required because I've seen several AVI files with incredibly large
20592           audio chunks, even some files with only one audio chunk for the
20593           whole file. This allows for proper playback including seeking.
20594           This patch is supposed to fix all AVI A/V sync issues.
20595         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20596         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20597           Work.
20598         * gst/modplug/gstmodplug.cc:
20599           Proper return value setting for the query() function.
20600         * gst/playback/gstplaybasebin.c: (setup_source):
20601           Being in non-playing state (after, e.g., EOS) is not necessarily
20602           a bad thing. Allow for that. This fixes playback of short files.
20603           They don't actually playback fully now, because the clock already
20604           runs. This means that small files (<500kB) with a small length
20605           (<2sec) will still not or barely play. Other files, such as mod
20606           or flx, will work correctly, however.
20607
20608 2004-09-28  Wim Taymans  <wim@fluendo.com>
20609
20610         * ext/speex/gstspeex.c: (plugin_init):
20611         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20612         (gst_speex_dec_class_init), (speex_dec_get_formats),
20613         (speex_get_event_masks), (speex_get_query_types),
20614         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20615         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20616         (gst_speexdec_get_property), (gst_speexdec_set_property),
20617         (speex_dec_change_state):
20618         * ext/speex/gstspeexdec.h:
20619         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20620         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20621         (gst_speexenc_base_init), (gst_speexenc_class_init),
20622         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20623         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20624         (gst_speexenc_src_query), (gst_speexenc_init),
20625         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20626         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20627         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20628         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20629         (gst_speexenc_chain), (gst_speexenc_get_property),
20630         (gst_speexenc_set_property), (gst_speexenc_change_state):
20631         * ext/speex/gstspeexenc.h:
20632         Rewrote speex encoder, make sure it can be embedded in ogg.
20633         Implemented speex decoder.
20634
20635 2004-09-28  Christian Schaller <christian@fluendo.com>
20636
20637         * configure.ac:
20638         Remove kioslave plugin. Markey is brewing a new working one
20639         * ext/Makefile.am: Remove kioslave plugin
20640         * ext/kio: remove
20641         * gst-plugins.spec.in: remove kio plugin from spec
20642
20643 2004-09-27  Wim Taymans  <wim@fluendo.com>
20644
20645         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20646         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20647         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20648         (gst_multifdsink_new_client),
20649         (gst_multifdsink_handle_client_write),
20650         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20651         (gst_multifdsink_handle_clients):
20652         * gst/tcp/gstmultifdsink.h:
20653         Make syncing to keyframes actually work for new clients and lagging
20654         clients.
20655
20656 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20657
20658         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20659         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20660         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20661         * gst/debug/gstnavigationtest.h:
20662           make navigationtest display button-press and button-release events
20663
20664 2004-09-26 Iain <iaingnome@gmail.com>
20665
20666         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20667         the channels have received a new media event.
20668         (interleave_buffered_loop): Compresses a new media event on all
20669         channels into one.
20670
20671 2004-09-26 Iain <iaingnome@gmail.com>
20672
20673         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20674         call the sinkpad's default event handler and not the srcpads. He also
20675         says this is confusing :)
20676         (gst_wavenc_stop_file): Company says that seek events only go upstream
20677         we should send a discontinuous downstream instead.
20678
20679 2004-09-25  Christian Schaller <christian@fluendo.com>
20680
20681         * Update SPEC file to be usable in conjunction with Fedora Core,
20682           Fedora.us and freshrpms packages
20683         * Fix typo in multifilesrc test Makefile
20684
20685 2004-09-24  Wim Taymans  <wim@fluendo.com>
20686
20687         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20688         Only signal the no_more_pads signal when we have
20689         added the stream to our list.
20690
20691 2004-09-24  Wim Taymans  <wim@fluendo.com>
20692
20693         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20694         (new_decoded_pad):
20695         * gst/playback/gstplaybasebin.h:
20696         * gst/playback/gstplaybin.c: (setup_sinks):
20697         Don't try to preroll or decode more than one audio/video
20698         track.
20699
20700 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20703           Throw error if we failed to find a suitable output. This should
20704           throw an error if we successfully set up a pipeline (e.g. because
20705           we recognized a media file) but found no decodable streams in it
20706           (e.g. because it contains only media stream types for which we
20707           have no decoders, or because it's not a media type).
20708
20709 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20710
20711         * ext/dirac/Makefile.am:
20712         * ext/dirac/gstdirac.cc:
20713         * ext/dirac/gstdiracdec.cc:
20714         * ext/dirac/gstdiracdec.h:
20715           Do something. Don't actually know if this works because I don't
20716           have a demuxer yet.
20717         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20718           Add channels=1 to caps returned from _getcaps().
20719         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20720         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20721         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20722         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20723         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20724         (gst_ogm_parse_change_state):
20725           Separate between audio/video so ogmaudioparse actually uses the
20726           audio pad templates. Both audio and video work now, including
20727           autoplugging. Also use sometimes-srcpad hack.
20728         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20729           Handle events better. Don't hang on infinite loops.
20730         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20731         (gst_avi_demux_init), (gst_avi_demux_reset),
20732         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20733         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20734         (gst_avi_demux_change_state):
20735         * gst/avi/gstavidemux.h:
20736           Improve A/V sync. Still not perfect.
20737         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20738         (gst_ebml_read_skip):
20739           Handle events better.
20740         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20741         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20742         (qtdemux_audio_caps):
20743           Add IMA4. Improve event handling. Save offset after a seek when
20744           the headers are at the end of the file so that we don't end up in
20745           an infinite loop.
20746         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20747           Add low-priority typefind support for files with no length.
20748
20749 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20750
20751         * testsuite/multifilesink/Makefile.am:
20752         fix typo
20753
20754 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20755
20756         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20758         mistakes from thaytan's patches.
20759
20760 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20761
20762         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20763           For completeness, XSync in the destroy function as xvimage does.
20764
20765 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20766
20767         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20768            Correct caps negotiation
20769         * gst/volume/gstvolume.c: (volume_chain_float),
20770         (volume_chain_int16):
20771            Modify debug output to be little more informative
20772         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20774         (gst_xvimagesink_xvimage_destroy):
20775           Add XSync calls after detaching from the shared memory segment to
20776           avoid a crash.
20777
20778 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20779
20780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20781         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20782         * ext/vorbis/vorbis.c: (plugin_init):
20783         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20784         (gst_vorbisenc_chain):
20785         * ext/vorbis/vorbisenc.h:
20786         remove explicit newmedia support from oggmux and vorbisenc
20787         add debug category to vorbisenc
20788         * gst/multifilesink/gstmultifilesink.c:
20789         (gst_multifilesink_class_init), (gst_multifilesink_init),
20790         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20791         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20792         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20793         (plugin_init):
20794         * gst/multifilesink/gstmultifilesink.h:
20795         add support for streamheader in multifilesink
20796
20797 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20798
20799         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20800         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20801         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20802           Prevent infinite loops. More correct error reporting.
20803         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20804           Error out if negotiation fails.
20805         * gst/playback/gstplaybasebin.c: (setup_source),
20806         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20807         (gst_play_base_bin_found_tag):
20808           Error/tag forwarding. Pre-roll fixes for source errors on state
20809           changes (e.g. "file does not exist") to prevent hangs.
20810
20811 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20812
20813         * testsuite/multifilesink/Makefile.am:
20814         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20815         (gst_newmedia_class_init), (gst_newmedia_init),
20816         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20817         (newfile_signal), (test_signal), (main):
20818         * testsuite/multifilesink/multifilesrc_test.c: (main):
20819         * testsuite/multifilesink/oggtheora_test.c:
20820         (gst_newmedia_base_init), (gst_newmedia_class_init),
20821         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20822         (test_format), (newfile_signal), (test_signal), (main):
20823         * testsuite/multifilesink/oggvorbis_test.c:
20824         (gst_newmedia_base_init), (gst_newmedia_class_init),
20825         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20826         (test_format), (newfile_signal), (test_signal), (main):
20827         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20828         (gst_newmedia_class_init), (gst_newmedia_init),
20829         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20830         (newfile_signal), (test_signal), (main):
20831         New media tests
20832
20833 2004-09-20  Christian Schaller <christian@fluendo.com>
20834
20835         * Fix mikmod license to LGPL as they have relicensed
20836         * Move Dirac and Effectv into LGPL section of README_license
20837
20838 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20839
20840         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20841         (gst_mad_change_state):
20842           Allow for mp3 rate/channels changes. However, only very
20843           conservatively. Reason that we *have* to enable this is smiply
20844           because the mad find_sync() function is not good enough, it will
20845           regularly sync on random data as valid frames and therefore make
20846           us provide random caps as *final* caps of the stream. The best fix
20847           I could think of is to simply require several of the same stream
20848           changes in a row before we change caps.
20849           The actual testcase that works now is #
20850         * ext/ogg/Makefile.am:
20851         * ext/ogg/gstogg.c: (plugin_init):
20852         * ext/ogg/gstogmparse.c:
20853           OGM support (video only for now; I need an audio sample file).
20854         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20855         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20856         (gst_asf_demux_add_video_stream):
20857           WMV extradata.
20858         * gst/playback/gstplaybasebin.c: (unknown_type):
20859           Don't error out on single unknown-types after all. It's wrong.
20860           If we found type of video and audio but not of a subtitle stream,
20861           it will still error out (which is unwanted). Will find a better fix
20862           later on.
20863         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20864         (ogmaudio_type_find), (plugin_init):
20865           OGM support.
20866
20867 2004-09-20  Johan Dahlin  <johan@gnome.org>
20868
20869         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20870         after setting caps.
20871
20872 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20873
20874         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20875         * gst/wavenc/gstwavenc.h:
20876         Added newmedia support to wavenc
20877
20878 2004-09-17  Wim Taymans  <wim@fluendo.com>
20879
20880         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20881         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20882         (gst_fdset_fd_can_write), (gst_fdset_wait):
20883         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20884         (gst_multifdsink_init), (gst_multifdsink_add),
20885         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20886         (gst_multifdsink_remove_client_link),
20887         (gst_multifdsink_client_queue_buffer),
20888         (gst_multifdsink_handle_client_write),
20889         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20890         (gst_multifdsink_close), (gst_multifdsink_change_state):
20891         * gst/tcp/gstmultifdsink.h:
20892         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20893         (gst_tcpserversink_removed):
20894         Small cleanups in fdset.c
20895         Use a hastable to map fd to the client structure for faster
20896         lookup in _remove and get_stats.
20897         Added virtual function to close the fds.
20898         Handle clients even when the select/poll call was unblocked because
20899         of a command.
20900         Implement syncing to keyframe in the recovery procedure.
20901
20902 2004-09-16 Iain <iaingnome@gmail.com>
20903
20904         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20905         try caps.
20906
20907 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20908
20909         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20910           Caps are only set if the type of the stream is unknown, but this
20911           is initialized in ->init_stream(), so set to UNKNOWN after calling
20912           ->init_stream() so that capsnego starts.
20913
20914 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20915
20916         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20917         (gst_avi_demux_stream_data):
20918           Just hardcode for raw audio then. AVI audio sucks.
20919
20920 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20921
20922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20923         * gst/matroska/matroska-mux.c: (audiosink_templ),
20924         (gst_matroska_mux_audio_pad_link):
20925         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20926         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20927
20928 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20929
20930         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20931         (gst_avi_demux_stream_data):
20932           Try to fix a/v sync issues.
20933
20934 2004-09-15  David Schleef  <ds@schleef.org>
20935
20936         * configure.ac: remove NASM check, since we don't use it.  Update
20937         dirac check to 0.4
20938         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20939         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20940         Initialized variables.
20941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20942         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20943         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20944         SVQ3 format
20945
20946 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20947
20948         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20949         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20950         * gst/avi/gstavidemux.h:
20951           Fix for compressed audio (mp3) timestamp generation. How did this
20952           ever work?
20953
20954 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20955
20956         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20957           Volume is a double not a float.
20958
20959 2004-09-15  Wim Taymans  <wim@fluendo.com>
20960
20961         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20962         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20963         Don't close the fd in multifdsink as we didn't open it in the
20964         first place. Some cleanups.
20965
20966 2004-09-15  Wim Taymans  <wim@fluendo.com>
20967
20968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20970         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20971         Fix the case where the muxer would mark pages as delta
20972         frames when they are not (vorbis only ogg).
20973
20974 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20975
20976         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20977         (gst_play_base_bin_change_state):
20978           Handle the case where we failed to setup a clear pipeline. This
20979           will throw an error (or EOS, another nice case) and if you don't
20980           catch that, the app will wait for the signal forever (and thus
20981           hang).
20982
20983 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20984
20985         * ext/gnomevfs/gstgnomevfssink.c:
20986         (gst_gnomevfssink_uri_get_protocols):
20987         * ext/gnomevfs/gstgnomevfssrc.c:
20988         (gst_gnomevfssrc_uri_get_protocols):
20989         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20990         * ext/gnomevfs/gstgnomevfsuri.h:
20991           Use _uri_new() instead of _open(), so it doesn't take as long and
20992           Christophe's computer won't hang.
20993         * gst/playback/gstplaybasebin.c: (unknown_type):
20994           Throw error on unknown media type, so apps actually display it.
20995
20996 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20997
20998         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20999           this script to work on Solaris since bash shell handles echo
21000           differenly than bash.
21001
21002 2004-09-17  Wim Taymans  <wim@fluendo.com>
21003
21004         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21005         (setup_source), (gst_play_base_bin_set_property),
21006         (gst_play_base_bin_add_element):
21007         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21008         Some more work on making sure seeking pauses the pipeline and
21009         that changing the uri actually does something.
21010
21011 2004-09-17  Wim Taymans  <wim@fluendo.com>
21012
21013         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21014         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21015         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21016         (gst_tcpserversink_close):
21017         Be a bit more paranoid when freeing memory.
21018
21019 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21020
21021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21022         (qtdemux_parse_trak):
21023           Don't crash by dividing by zero (see sample movie in #126922).
21024
21025 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21026
21027         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21028           Don't touch non-existing data (fixes crash on file in #140147).
21029
21030 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21031
21032         * gst/playback/gstplaybasebin.c:
21033         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21034           Handle double disposals, and proper change of URIs.
21035
21036 2004-09-13  Martin Eikermann <meiker@upb.de>
21037
21038         * gst/mpegstream/gstmpegparse.c:
21039           fix synchronistation for streams recorded from digital PCR
21040           fixes bug #119376
21041
21042 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21043
21044         * ext/gnomevfs/Makefile.am:
21045         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21046         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21047         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21048         (gst_gnomevfssink_uri_get_type),
21049         (gst_gnomevfssink_uri_get_protocols),
21050         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21051         (gst_gnomevfssink_uri_handler_init),
21052         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21053         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21054         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21055         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21056         (gst_gnomevfssrc_uri_get_type),
21057         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21058         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21059         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21060         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21061         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21062         * ext/gnomevfs/gstgnomevfsuri.h:
21063           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21064           of fake URIs to see which this version of Gnome-VFS likes, and
21065           uses that for the Gst-URI interface. Makes playbin support http://
21066           streams. Also fix up some stupid behaviour in gnomevfssrc.
21067
21068 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21069
21070         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21071         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21072         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21073         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21074           Update mixer (to sync with other sessions) if we try to obtain
21075           a new value. This makes alsamixer work accross applications.
21076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21077           Only call sync functions if we're running, else alsalib asserts.
21078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21079           Sometimes fails to compile. Possibly a gcc bug.
21080         * gst/playback/gstplaybin.c: (gen_video_element),
21081         (gen_audio_element):
21082           Add a reference to an application-provided object, because we lose
21083           this same reference if we add it to the bin. If we don't do this,
21084           we can only use this object once and thus crash if we go from
21085           ready to playing, back to ready and back to playing again.
21086           Also add an audioscale element because several cheap soundcards -
21087           like mine - don't support all samplerates.
21088         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21089         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21090           Fix wrong order or PAR calls. Makes automatically obtained PAR
21091           from the X server atually being used.
21092
21093 2004-09-12  David Schleef  <ds@schleef.org>
21094
21095         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21096         #151887, #152102, #152247.
21097         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21098         * examples/seeking/cdparanoia.c: same
21099         * examples/seeking/cdplayer.c: same
21100         * examples/seeking/seek.c: same
21101         * examples/seeking/spider_seek.c: same
21102         * examples/seeking/vorbisfile.c: same
21103         * examples/stats/mp2ogg.c: same
21104         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21105         (gst_esdsink_dispose): Dispose of element properly.
21106         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21107         fixes.
21108         * ext/nas/nassink.c: (gst_nassink_class_init),
21109         (gst_nassink_dispose): Dispose of element correctly.
21110         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21111         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21112         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21113         Fix 64-bit warning.
21114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21115         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21116         Fix 64-bit warning.
21117
21118 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21119
21120         * configure.ac : change speex detection as 1.1.6 now uses
21121           .pc/pkg-config and they changed their headers location.
21122
21123 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21124
21125         * gst/matroska/matroska-mux.h:
21126         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21127         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21128         (gst_matroska_mux_write_data):
21129           Write multiple blocks/frames per cluster.
21130                 Write meta-seek information (seek heads).
21131
21132 2004-09-09  Scott Wheeler <wheeler@kde.org>
21133
21134         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21135         (gst_play_bin_set_property), (gst_play_bin_get_property),
21136         (gen_audio_element), (gen_audio_element):
21137           Add a volume element / property to the pipeline.
21138
21139 2004-09-07  Wim Taymans  <wim@fluendo.com>
21140
21141         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21142         Copy timestamps from the master pad to the output buffers.
21143
21144 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21145
21146         * ext/raw1394/gstdv1394src.c:
21147           throw errors when applicable
21148
21149 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21150
21151         * gst/matroska/ebml-ids.h:
21152         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21153         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21154         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21155           automatically convert unix time <-> ebml time when reading/writing
21156           a date, use gst_ebml_write_uint to write CUETIME,
21157           not gst_ebml_write_date.
21158         * gst/matroska/matroska-ids.h:
21159         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21160         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21161         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21162         (gst_matroska_mux_write_data):
21163           Write track and segment UIDs, write muxing date, write
21164           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21165           Create cues for audio only files.
21166
21167 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21168
21169         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21170         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21171           Re-commit ALSA switches.
21172         * gst/adder/gstadder.c: (gst_adder_loop):
21173           64-bit fix (#151416).
21174         * gst/debug/progressreport.c: (gst_progressreport_report):
21175           64-bit fix (#151419).
21176         * gst/matroska/matroska-demux.c:
21177         (gst_matroska_demux_parse_contents):
21178           64-bit fix (#151420).
21179         * gst/playback/test3.c: (update_scale):
21180           64-bit fix (#151421).
21181
21182 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21183
21184         * configure.ac:
21185           bump nano to cvs
21186
21187 === release 0.8.4 ===
21188
21189 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21190
21191         * configure.ac: releasing 0.8.4, "Alias"
21192
21193 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21194
21195         * ext/theora/Makefile.am:
21196           fix makefile.  Fixes #151462.
21197
21198 2004-08-30  Wim Taymans  <wim@fluendo.com>
21199
21200         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21201         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21202         (gst_multifdsink_remove_client_link),
21203         (gst_multifdsink_client_queue_buffer),
21204         (gst_multifdsink_handle_client_write):
21205         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21206         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21207         Fix some memory leaks.
21208
21209 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21210
21211         Patch by: David Schleef
21212
21213         * configure.ac:
21214         * sys/Makefile.am:
21215           rename our detection macro for V4L2.  Fixes #151236.
21216
21217 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21218
21219         Patch by: David Schleef
21220
21221         * configure.ac:
21222           check to define LAMEPRESET.  Fixes #151232.
21223
21224 2004-08-27  David Schleef  <ds@schleef.org>
21225
21226         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21227         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21228         (gst_glimagesink_fixate):  Move local variable declarations to
21229         make gcc-2.95 happy.
21230
21231 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21232
21233         * configure.ac:
21234           bump nano for prerelease
21235
21236 2004-08-27  David Schleef  <ds@schleef.org>
21237
21238         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21239         * sys/sunaudio/gstsunaudiosrc.c:
21240         * sys/sunaudio/gstsunaudiosrc.h:
21241
21242 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21243
21244         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21245         handle EOS correctly
21246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21247         * gst/matroska/matroska-mux.h:
21248         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21249         VFW compatibility mode
21250
21251 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21252
21253         patch by: Zaheer Abbas Merali
21254
21255         * ext/ogg/gstoggmux.c:
21256         * ext/vorbis/vorbisenc.c:
21257         * ext/vorbis/vorbisenc.h:
21258           handle NEWMEDIA
21259
21260 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21261
21262         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21263         fix byte order reversion on little endian machines.
21264         * gst/matroska/matroska-mux.c: (audiosink_templ),
21265         (gst_matroska_mux_audio_pad_link):
21266         add TTA codec to the list of supported codecs.
21267         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21268         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21269         (gst_matroska_mux_write_data):
21270         * gst/matroska/matroska-mux.h:
21271         write segment duration correctly, write muxing app string, fixes bugs
21272         #140897 and #140898.
21273         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21274         wait for all pads to be negotiated before starting to mux.
21275
21276 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21277
21278         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21279         * ext/lame/gstlame.h:
21280         Added new media support to lame
21281
21282 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21283
21284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21285         send vorbis headers at the beginning of a stream, fixes bug #141554.
21286         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21287         bug #148950.
21288         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21289         (gst_matroska_demux_plugin_init):
21290         * gst/matroska/matroska-ids.h:
21291         enable demuxing of TTA audio streams, fixes bug #148951.
21292         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21293         enable typefinding for TTA audio files, fixes bug #148711.
21294         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21295         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21296         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21297
21298 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21299
21300         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21301         (gst_riff_read_element_data), (gst_riff_read_seek),
21302         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21303         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21304         <teuf@gnome.org>
21305
21306 2004-08-23 Iain <iaingnome@gmail.com>
21307
21308         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21309         tags. They appear to be handled differently to normal.
21310         (tag_list_to_id3_tag_foreach): Ditto.
21311
21312 2004-08-22  Wim Taymans  <wim@fluendo.com>
21313
21314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21315         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21316         Make sure we never send -1 granulepos.
21317
21318 2004-08-20  Wim Taymans  <wim@fluendo.com>
21319
21320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21321         (gst_ogg_mux_loop):
21322         I will accept bitchslappings with non sharp objects.
21323
21324 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21325
21326         * configure.ac:
21327         Clean up the test for lame presets
21328
21329 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21330
21331         * configure.ac:
21332         * ext/lame/Makefile.am:
21333         * ext/lame/gstlame.c: (gst_lame_class_init),
21334         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21335         Only enable lame presets if version of lame has presets in API
21336
21337 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21338         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21339         * gst/udp/gstudpsrc.h:
21340           Don't call gst_pad_push in a get function. Fixes #150449
21341
21342 2004-08-18  Wim Taymans  <wim@fluendo.com>
21343
21344         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21345         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21346         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21347         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21348         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21349         (gst_fdset_wait):
21350         * gst/tcp/gstfdset.h:
21351         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21352         (gst_multifdsink_client_queue_buffer),
21353         (gst_multifdsink_handle_client_write):
21354         * gst/tcp/gstmultifdsink.h:
21355         Some extra checks in gstfdset.
21356         Only use send() when the fd is a socket. Don't try to
21357         read from write only fds.
21358
21359 2004-08-18  Wim Taymans  <wim@fluendo.com>
21360
21361         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21362         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21363         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21364         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21365         (gst_fdset_wait):
21366         Add more locking and bounds checking.
21367
21368 2004-08-18  Wim Taymans  <wim@fluendo.com>
21369
21370         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21371         Realloc test fdset in the lock and right before starting
21372         the poll call. Bump the limit to 4096.
21373
21374 2004-08-17  David Schleef  <ds@schleef.org>
21375
21376         * sys/sunaudio/Makefile.am:
21377         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21378         of rates and channels.  Make debugging less obnoxious.
21379
21380         Patch from Balamurali Viswanathan implementing a mixer for
21381         Sun audio.  (bug #144091):
21382         * sys/sunaudio/gstsunelement.c:
21383         * sys/sunaudio/gstsunelement.h:
21384         * sys/sunaudio/gstsunmixer.c:
21385         * sys/sunaudio/gstsunmixer.h:
21386
21387 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21388
21389         * gst/audioscale/gstaudioscale.c:
21390         * gst/audioscale/gstaudioscale.h:
21391         made audioscale resample from any sample rate to any sample rate
21392
21393 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21394
21395         * ext/libpng/gstpngdec.c:
21396           error out on unsupported types
21397
21398 2004-08-17  Iain <iaingnome@gmail.com>
21399
21400         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21401         mid_side and loose_mid_side properties if its a stereo stream.
21402
21403 2004-08-17  Wim Taymans  <wim@fluendo.com>
21404
21405         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21406         (theora_get_formats), (theora_dec_src_convert),
21407         (theora_dec_sink_convert), (theora_dec_src_query),
21408         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21409         Add a debug line.
21410
21411 2004-08-17  Wim Taymans  <wim@fluendo.com>
21412
21413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21414         (gst_ogg_pad_push):
21415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21416         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21417         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21418         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21419         Mark delta units in the muxer.
21420         Try to decode the packet after an out-of-sync error from
21421         libogg.
21422
21423 2004-08-17  Wim Taymans  <wim@fluendo.com>
21424
21425         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21426         (gst_multifdsink_init), (gst_multifdsink_add),
21427         (gst_multifdsink_client_queue_buffer),
21428         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21429         * gst/tcp/gstmultifdsink.h:
21430         Added option to send a keyframe to clients as the first buffer.
21431         Make timeout property writable.
21432
21433 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21434
21435         patch by: Wim Taymans
21436
21437         * gst/tcp/gstfdset.c:
21438         * gst/tcp/gstmultifdsink.c:
21439           fix index comparison, should include 0
21440
21441 2004-08-16  Wim Taymans  <wim@fluendo.com>
21442
21443         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21444         (gst_fdset_add_fd), (gst_fdset_remove_fd),
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           copy when reallocing for poll so the select arguments don't get
21449           changed during the call
21450
21451 2004-08-16  Wim Taymans  <wim@fluendo.com>
21452
21453         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21454         (gst_theora_enc_class_init), (theora_enc_sink_link),
21455         (theora_buffer_from_packet), (theora_enc_chain):
21456         Fix bug where buffers were not marked as keyframes
21457         correctly.
21458
21459 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21460
21461         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21462         (gst_lame_preset_get_type), (gst_lame_class_init):
21463         describe the enum values for vbr mode and presets more verbosely
21464
21465 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21466
21467         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21468         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21469         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21470         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21471         * ext/lame/gstlame.h:
21472         add preset property to lame so it can use lame presets
21473
21474 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21475
21476         * ext/lame/gstlame.c: (gst_lame_get_property):
21477         whoops forgot break, thanks teuf
21478
21479 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21480
21481         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21482         (gst_lame_class_init), (gst_lame_src_getcaps),
21483         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21484         (gst_lame_get_property), (gst_lame_setup):
21485         * ext/lame/gstlame.h:
21486         fix lame's broken vbr stuff, allow it to resample if need be, and also
21487         make xing header optional
21488
21489 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21490
21491         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21492         added getcaps function so samplerate doesnt get fixated to silly values
21493
21494 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21495
21496         * ext/lame/gstlame.c: (gst_lame_src_link):
21497         revert previous fix
21498
21499 2004-08-12  Johan Dahlin  <johan@gnome.org>
21500
21501         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21502         checks. Doesn't matter what state we are in. Interfaces are a
21503         compile time thing, not runtime. It also broke the python bindings.
21504
21505 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21506
21507         * ext/lame/gstlame.c: (gst_lame_src_link):
21508         made source pad link function check if sinkpad is ok..fixes the problem
21509         where core fixates the output rate of lame stupidly
21510
21511 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21512
21513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21514         * sys/v4l/v4l_calls.c:
21515         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21516           fix fixate function to handle nonsimple caps.
21517           remove bogus check in _link
21518           cleanups
21519
21520 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21521
21522         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21523         set default compression ratio parameter to 0.0 so bitrate parameter
21524         works :)
21525
21526 2004-08-11  David Schleef  <ds@schleef.org>
21527
21528         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21529
21530 2004-08-11  David Schleef  <ds@schleef.org>
21531
21532         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21533         before.
21534
21535 2004-08-11  David Schleef  <ds@schleef.org>
21536
21537         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21538
21539 2004-08-11  David Schleef  <ds@schleef.org>
21540
21541         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21542           license field
21543         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21544         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21545           LGPL.
21546         * gst/auparse/gstauparse.c: Fix plugin license field.
21547         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21548         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21549         * gst/rtp/gstrtp.c: Fix plugin license field.
21550
21551 2004-08-11  Wim Taymans  <wim@fluendo.com>
21552
21553         * gst/tcp/Makefile.am:
21554         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21555         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21556         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21557         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21558         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21559         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21560         (gst_fdset_fd_can_write), (gst_fdset_wait):
21561         * gst/tcp/gstfdset.h:
21562         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21563         (gst_multifdsink_class_init), (gst_multifdsink_init),
21564         (gst_multifdsink_add), (gst_multifdsink_remove),
21565         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21566         (gst_multifdsink_remove_client_link),
21567         (gst_multifdsink_handle_client_read),
21568         (gst_multifdsink_client_queue_data),
21569         (gst_multifdsink_client_queue_caps),
21570         (gst_multifdsink_client_queue_buffer),
21571         (gst_multifdsink_handle_client_write),
21572         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21573         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21574         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21575         (gst_multifdsink_close):
21576         * gst/tcp/gstmultifdsink.h:
21577         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21578         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21579         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21580         (gst_tcpserversink_close):
21581         * gst/tcp/gsttcpserversink.h:
21582         Abstracted away the select call, implemented poll (yes we ran into
21583         the 1024 limit in production).
21584
21585 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21586
21587         * gst/tcp/gsttcp.c:
21588         * gst/tcp/gsttcpplugin.c:
21589           improve debuggging, remove assert
21590
21591 2004-08-10  Wim Taymans  <wim@fluendo.com>
21592
21593         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21594         (gst_client_status_get_type), (gst_multifdsink_class_init),
21595         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21596         (gst_multifdsink_handle_client_read),
21597         (gst_multifdsink_handle_client_write),
21598         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21599         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21600         (gst_multifdsink_get_property):
21601         * gst/tcp/gstmultifdsink.h:
21602         * gst/tcp/gsttcp-marshal.list:
21603         Starting to prepare for specifying buffer time in other units
21604         than buffers. Expose remove reason in signal.
21605
21606 2004-08-10  Wim Taymans  <wim@fluendo.com>
21607
21608         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21609         (gst_multifdsink_remove), (gst_multifdsink_clear),
21610         (gst_multifdsink_remove_client_link),
21611         (gst_multifdsink_handle_client_read),
21612         (gst_multifdsink_client_queue_data),
21613         (gst_multifdsink_client_queue_buffer),
21614         (gst_multifdsink_handle_client_write),
21615         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21616         (gst_multifdsink_chain), (gst_multifdsink_close):
21617         * gst/tcp/gstmultifdsink.h:
21618         Added more debugging info. Changed the way clients are
21619         removed from the lists. Fixed a bug where a bad file descriptor
21620         could cause many clients to be removed.
21621
21622 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21623
21624         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21625           allow all pixel-aspect-ratios, not just 1:1
21626
21627 2004-08-09  David Schleef  <ds@schleef.org>
21628
21629         * sys/glsink/ARB_multitexture.h:  Remove old files.
21630         * sys/glsink/EXT_paletted_texture.h:
21631         * sys/glsink/NV_register_combiners.h:
21632         * sys/glsink/gstgl_nvimage.c:
21633         * sys/glsink/gstgl_pdrimage.c:
21634         * sys/glsink/gstgl_rgbimage.c:
21635         * sys/glsink/gstglsink.c:
21636         * sys/glsink/gstglsink.h:
21637         * sys/glsink/gstglxwindow.c:
21638         * sys/glsink/regcomb_yuvrgb.c:
21639
21640 2004-08-09  David Schleef  <ds@schleef.org>
21641
21642         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21643         GL sink plugin.  (Bug #147302)
21644
21645         * configure.ac: Test for OpenGL
21646         * sys/Makefile.am: Use test for OpenGL
21647         * sys/glsink/Makefile.am:
21648         * sys/glsink/glimagesink.c: rewrite
21649         * sys/glsink/glimagesink.h: rewrite
21650
21651 2004-08-09  David Schleef  <ds@schleef.org>
21652
21653         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21654         sane framerates.
21655         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21657         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21658
21659 2004-08-09  Wim Taymans  <wim@fluendo.com>
21660
21661         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21662         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21663         (gst_multifdsink_client_remove),
21664         (gst_multifdsink_handle_client_read),
21665         (gst_multifdsink_handle_client_write),
21666         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21667         Do a bit more logging, make the client_read code more robust.
21668
21669 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21670
21671         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21672         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21673         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21674         (gst_jpegdec_init), (gst_jpegdec_chain):
21675         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21676         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21677           cleanups, debugging fixes and memleak plugging
21678
21679 2004-08-09  Wim Taymans  <wim@fluendo.com>
21680
21681         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21682         (theora_get_formats), (theora_dec_src_convert),
21683         (theora_dec_sink_convert), (theora_dec_src_query),
21684         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21685         (theora_dec_change_state):
21686         Don't crash on missing header packets.
21687
21688 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21689
21690         * po/LINGUAS:
21691         * po/sq.po:
21692           Added Albanian translation (Laurent Dhima)
21693         * po/cs.po:
21694           updated
21695
21696 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21697
21698         * ext/lame/gstlame.c:
21699           fix/add debugging
21700
21701 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21702
21703         * sys/ximage/ximagesink.c:
21704         * sys/xvimage/xvimagesink.c:
21705           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21706
21707 2004-08-06  Wim Taymans  <wim@fluendo.com>
21708
21709         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21710         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21711         (gst_multifdsink_client_remove),
21712         (gst_multifdsink_handle_client_read),
21713         (gst_multifdsink_handle_client_write),
21714         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21715         Make sure we don't try to read more from a client that what
21716         ioctl says us or we deadlock.
21717
21718 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21719
21720         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21721         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21722         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21723           decouple running_time and n_frames so it can handle changing
21724           framerate while running
21725
21726 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21727
21728         * po/nl.po:
21729         * po/sv.po:
21730           updated translations
21731
21732 2004-08-04  Benjamin Otte  <otte@gnome.org>
21733
21734         * gst/videotestsrc/gstvideotestsrc.c:
21735         (gst_videotestsrc_get_capslist), (generate_capslist),
21736         (plugin_init):
21737           generate the list of supported caps at startup and reuse it instead
21738           of always generating it
21739
21740 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21741
21742         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21743           whoops, last checkin broke normal build
21744
21745 2004-08-03  Benjamin Otte  <otte@gnome.org>
21746
21747         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21748         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21749         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21750         (gst_alsa_mixer_get_option):
21751         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21752         (dvdnavsrc_print_event):
21753         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21755         (gst_ogg_mux_pad_unlink):
21756         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21757         (gst_multipart_mux_pad_unlink):
21758         * gst/videofilter/gstvideobalance.c:
21759         (gst_videobalance_colorbalance_set_value):
21760         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21761         (gst_videomixer_pad_unlink):
21762         * po/uk.po:
21763         * sys/oss/gstossmixer.c:
21764         * sys/v4l/gstv4lcolorbalance.c:
21765         * sys/v4l/gstv4ltuner.c:
21766         * sys/v4l/v4lsrc_calls.c:
21767         * sys/v4l2/gstv4l2colorbalance.c:
21768         * sys/v4l2/gstv4l2tuner.c:
21769           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21770
21771 2004-08-03  Benjamin Otte  <otte@gnome.org>
21772
21773         * examples/dynparams/filter.c: (ui_control_create):
21774         * examples/gstplay/player.c: (print_tag):
21775         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21776         * ext/gdk_pixbuf/gstgdkanimation.c:
21777         (gst_gdk_animation_iter_may_advance):
21778         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21779         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21780         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21781         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21782         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21783         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21784         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21785         * gst/sine/demo-dparams.c: (main):
21786         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21787         * testsuite/alsa/formats.c: (create_pipeline):
21788         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21789           fixes for G_DISABLE_ASSERT and friends
21790         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21791         (mp3_type_frame_length_from_header), (mp3_type_find),
21792         (plugin_init):
21793           require mp3 typefinding to have at least MIN_HEADERS valid headers
21794           add typefinding for AAC adts files
21795
21796 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21797
21798         * sys/ximage/ximagesink.c:
21799         (gst_ximagesink_calculate_pixel_aspect_ratio):
21800         * sys/xvimage/xvimagesink.c:
21801         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21802         Make sure we calculate pixel-aspect-ratio using floating point maths
21803
21804 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21805
21806         * po/uk.po:
21807           updated translation
21808
21809 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21810
21811         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21813           add debugging for display PAR calculation
21814
21815 2004-08-02  David Schleef  <ds@schleef.org>
21816
21817         * configure.ac: Fix mikmod CFLAGS.
21818
21819 2004-07-27  Benjamin Otte  <otte@gnome.org>
21820
21821         * gst/audioscale/gstaudioscale.c:
21822         - fix templates to only support S16, it's the only format that works
21823         - make caps nego code use try_set_caps_nonfixed and fixation instead
21824         of try_set_caps twice, which is not nice for autopluggers
21825         - change rank to secondary, so autopluggers can pick it up after
21826         audioconvert
21827
21828 2004-08-02  Iain <iain@prettypeople.org>
21829
21830         * gst/interleave/interleave.c (interleave_init),
21831         (interleave_request_new_pad),
21832         (interleave_pad_removed),
21833         (interleave_buffered_loop): Use the real pad count, not the artificial
21834         one.
21835
21836 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21837
21838         * configure.ac: bump nano back to development
21839
21840 === release 0.8.3 ===
21841
21842 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21843
21844         * configure.ac: releasing 0.8.3, "Water"
21845
21846 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21847
21848         * sys/xvimage/xvimagesink.c:
21849         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21850         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21851         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21852         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21853         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21854         * sys/xvimage/xvimagesink.h:
21855           apply similar PAR fixes as to ximagesink
21856
21857 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21858
21859         patch from: Benjamin Otte
21860
21861         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21862           add link function to lame.  Fixes #148986.
21863
21864 2004-08-02  Johan Dahlin  <johan@gnome.org>
21865
21866         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21867         fix debugging log
21868
21869 2004-07-30  David Schleef  <ds@schleef.org>
21870
21871         * gst/videomixer/Makefile.am: Fix things that should have been
21872         fixed in the last checkin.
21873
21874 2004-07-30  David Schleef  <ds@schleef.org>
21875
21876         * gst/multipart/Makefile.am: Fix things that should have been
21877         fixed in the last checkin.
21878
21879 2004-07-30  David Schleef  <ds@schleef.org>
21880
21881         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21882
21883 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21884
21885         * configure.ac:
21886           bump nano for prerelease
21887         * po/af.po:
21888         * po/az.po:
21889         * po/cs.po:
21890         * po/en_GB.po:
21891         * po/hu.po:
21892         * po/nl.po:
21893         * po/sr.po:
21894         * po/sv.po:
21895         * po/uk.po:
21896           updates
21897
21898 2004-07-30  Wim Taymans  <wim@fluendo.com>
21899
21900         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21901         (gst_multifdsink_add), (gst_multifdsink_remove),
21902         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21903         (gst_multifdsink_client_remove),
21904         (gst_multifdsink_handle_client_write),
21905         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21906         * gst/tcp/gstmultifdsink.h:
21907         Recover from a select with a bad file descriptor by removing
21908         the client.
21909
21910 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21911
21912         * configure.ac:
21913           fix requirement of core
21914         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21915         (gst_play_pipeline_setup):
21916           don't use colorspace element.  do use hermescolorspace element.
21917           make macro to get a colorspace element.
21918           mark strings for translation.
21919         * po/POTFILES.in:
21920           add play.c
21921         * po/af.po:
21922         * po/az.po:
21923         * po/cs.po:
21924         * po/en_GB.po:
21925         * po/hu.po:
21926         * po/nl.po:
21927         * po/sr.po:
21928         * po/sv.po:
21929         * po/uk.po:
21930           update translations
21931
21932 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21933
21934         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21935         fix default for newmedia flag
21936
21937 2004-07-30  Wim Taymans  <wim@fluendo.com>
21938
21939         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21940         (gst_theora_dec_init), (theora_get_formats),
21941         (theora_dec_src_convert), (theora_dec_sink_convert),
21942         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21943         (theora_dec_chain), (theora_dec_set_property),
21944         (theora_dec_get_property):
21945         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21946         (gst_theora_enc_class_init), (gst_theora_enc_init),
21947         (theora_enc_sink_link), (theora_enc_chain),
21948         (theora_enc_set_property), (theora_enc_get_property):
21949         Added cropping option to theora decoder.
21950         Added border option to theora encoder.
21951
21952 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21953
21954         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21955         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21956         (gst_pngenc_set_property):
21957         * ext/libpng/gstpngenc.h:
21958         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
21959
21960 2004-07-30  Wim Taymans  <wim@fluendo.com>
21961
21962         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21963         (theora_enc_sink_link), (theora_enc_chain),
21964         (theora_enc_set_property), (theora_enc_get_property):
21965         Fix encoding of non-multiple-of-16 video.
21966
21967 2004-07-29  David Schleef  <ds@schleef.org>
21968
21969         * configure.ac: make test for audiofile more strict
21970
21971 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21972
21973         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21974           give different names to typefind functions
21975
21976 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21977
21978         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21979         (gst_ximagesink_calculate_pixel_aspect_ratio),
21980         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21981         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21982         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21983         (gst_ximagesink_get_property), (gst_ximagesink_init):
21984         * sys/ximage/ximagesink.h:
21985           allocate PAR's dynamically.
21986           use autodetected PAR if no object-set PAR is given.
21987           add workaround for directfb's X not setting physical size.
21988           fix to xvimagesink will follow tomorrow.
21989
21990 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21991
21992         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21993         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21994         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21995         (gst_shout2send_class_init), (gst_shout2send_init),
21996         (set_shout_metadata), (gst_shout2send_set_metadata),
21997         (gst_shout2send_chain), (gst_shout2send_set_property),
21998         (gst_shout2send_get_property), (gst_shout2send_connect),
21999         (gst_shout2send_change_state):
22000         * ext/shout2/gstshout2.h:
22001         - fix for sending mp3 audio to icecast2 server, if pad link function not
22002         called before PAUSED state
22003         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22004         - added tagging support for mp3 audio broadcasted
22005         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22006         debug info
22007
22008 2004-07-28  Wim Taymans  <wim@fluendo.com>
22009
22010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22011         (gst_ogg_demux_push):
22012         Return query failure when we don't know the length of
22013         an ogg stream insteda of returning TRUE with a bogus value.
22014
22015 2004-07-28  Wim Taymans  <wim@fluendo.com>
22016
22017         * ext/theora/theoradec.c: (theora_get_formats),
22018         (theora_dec_src_convert), (theora_dec_sink_convert),
22019         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22020         (theora_dec_chain):
22021         Don't screw up the 1 Chroma for 1 luma sample situation when we
22022         have an odd offset/width by adding a black border in those cases.
22023
22024 2004-07-28  Wim Taymans  <wim@fluendo.com>
22025
22026         * ext/theora/theoradec.c: (theora_get_formats),
22027         (theora_dec_src_convert), (theora_dec_sink_convert),
22028         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22029         (theora_dec_chain):
22030         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22031         Added first attempt at cropping of the image as required by the
22032         theora spec. We need more properties in the caps (offset_x,
22033         offset_y,stride) to implement this correctly.
22034
22035 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22036
22037         * ext/dvdnav/README:
22038           Update the README to use dvddemux
22039         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22040           Ensure getcaps returns a subset of the template caps
22041         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22042         (gst_mpeg2subt_init):
22043           Ensure getcaps returns a subset of the template caps
22044         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22045         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22046         (gst_dvd_demux_get_subpicture_stream),
22047         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22048         * gst/mpegstream/gstdvddemux.h:
22049           Set the explicit caps on the current_video pad before pushing
22050           anything
22051         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22052         (gst_mpeg_demux_get_audio_stream):
22053           Free caps used to gst_pad_set_explicit_caps, which takes a const
22054           GstCaps *
22055
22056 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22057
22058         * configure.ac: update GStreamer requirement to 0.8.4 because of
22059           GstFraction.
22060
22061 2004-07-28  Wim Taymans  <wim@fluendo.com>
22062
22063         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22064         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22065         Add the pad to the element after setting up the caps. This
22066         makes it a lot easier to autoplug.
22067
22068 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22069
22070         * gst/median/gstmedian.c:
22071         * gst/mpeg2subt/gstmpeg2subt.c:
22072         * gst/mpegaudioparse/gstmpegaudioparse.c:
22073         * gst/mpegstream/gstdvddemux.c:
22074         * gst/mpegstream/gstmpegdemux.c:
22075         * gst/mpegstream/gstmpegpacketize.c:
22076         * gst/rtjpeg/gstrtjpeg.c:
22077         * gst/rtjpeg/gstrtjpegdec.c:
22078         * gst/rtjpeg/gstrtjpegenc.c:
22079         * gst/sine/gstsinesrc.c:
22080         * gst/smooth/gstsmooth.c:
22081         * gst/smpte/gstsmpte.c:
22082         * gst/smpte/gstsmpte.h:
22083         * gst/stereo/gststereo.c:
22084         * gst/videofilter/gstgamma.c:
22085         * gst/videofilter/gstvideobalance.c:
22086         * gst/videofilter/gstvideofilter.c:
22087         * gst/videofilter/gstvideoflip.c:
22088         * gst/videoscale/gstvideoscale.c:
22089         * gst/videoscale/videoscale.c:
22090         * gst/videotestsrc/gstvideotestsrc.c:
22091         * gst/videotestsrc/videotestsrc.c:
22092         * gst/wavenc/gstwavenc.c:
22093         * gst/wavparse/gstwavparse.c:
22094           fix local includes and 64 bits constants
22095
22096 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22097
22098         * win32/gst.sln:
22099         * gst-libs/gst/*/*.vcproj:
22100         * gst/*/*.vcproj:
22101           more working plugins
22102
22103 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22104
22105         * testsuite/alsa/Makefile.am:
22106         * testsuite/alsa/srcstate.c:
22107         add test for alsasrc changing state
22108
22109 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22110
22111         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22112         (gst_silence_get):
22113         * gst/silence/gstsilence.h:
22114         fix silence generation for 16bit raw audio
22115
22116 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22117
22118         * gst/matroska/matroska-demux.c:
22119         (gst_matroska_demux_parse_metadata),
22120         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22121         * gst/mpegaudio/common.c:
22122         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22123         (gst_videoscale_getcaps), (gst_videoscale_link),
22124         (gst_videoscale_src_fixate), (gst_videoscale_init),
22125         (gst_videoscale_finalize):
22126         * gst/videoscale/gstvideoscale.h:
22127         * gst/videotestsrc/gstvideotestsrc.c:
22128         (gst_videotestsrc_get_capslist):
22129         * gst/wavenc/gstwavenc.c:
22130         * sys/oss/gstossmixer.c: (fill_labels):
22131         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22132         (gst_ximagesink_handle_xevents),
22133         (gst_ximagesink_calculate_pixel_aspect_ratio),
22134         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22135         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22136         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22137         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22138         (gst_ximagesink_init), (gst_ximagesink_class_init):
22139         * sys/ximage/ximagesink.h:
22140         * sys/xvimage/xvimagesink.c:
22141         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22142         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22143         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22144         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22145         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22146         * sys/xvimage/xvimagesink.h:
22147           first batch of pixel aspect ratio commits.
22148
22149 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22150
22151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22152         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22153         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22154           handle stride, needs work if we want to move stride handling
22155           upstream, but works correctly for our purposes.
22156
22157 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22158
22159         * gst/videoscale/README:
22160           add testing examples
22161         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22162         (gst_videoscale_chain):
22163         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22164         (gst_videoscale_get_size):
22165           add get_size function that handles stride like videotestsrc.
22166           fixes conversion for YUV formats for as much as I can test them.
22167
22168 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22169
22170         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22171         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22173         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22174         (gst_xvimagesink_xvimage_put):
22175           further cleanups, logging, error handling and synchronizing
22176
22177 2004-07-27  Wim Taymans  <wim@fluendo.com>
22178
22179         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22180         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22181         (gst_videomixer_pad_set_property),
22182         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22183         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22184         (gst_videomixer_class_init), (gst_videomixer_init),
22185         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22186         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22187         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22188         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22189         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22190         (gst_videomixer_loop), (plugin_init):
22191         Be a nicer negotiation citizen and provide a getcaps function on
22192         the srcpad. This also fixes a crash when resizing.
22193
22194 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22195
22196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22197         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22198
22199 2004-07-27  Wim Taymans  <wim@fluendo.com>
22200
22201         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22202         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22203         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22204         (gst_pngenc_set_property):
22205         * ext/libpng/gstpngenc.h:
22206         Added snapshot property to pngenc.
22207         removed g_print from pngdec
22208
22209 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22210
22211         * gst/ac3parse/ac3parse.vcproj
22212         * gst/adder/adder.vcproj
22213         * gst/alpha/alpha.vcproj
22214         * gst/alpha/alphacolor.vcproj
22215         * gst/asfdemux/asf.vcproj
22216         * gst/audioconvert/audioconvert.vcproj
22217         * gst/audiorate/audiorate.vcproj
22218         * gst/audioscale/audioscale.vcproj
22219         * gst/auparse/auparse.vcproj
22220         * gst/avi/avi.vcproj
22221         * gst/cdxaparse/cdxaparse.vcproj
22222         * gst/chart/chart.vcproj
22223         * gst/colorspace/colorspace.vcproj
22224         * gst/cutter/cutter.vcproj
22225         * gst/debug/debug.vcproj
22226         * gst/debug/efence.vcproj
22227         * gst/debug/navigationtest.vcproj
22228         * gst/deinterlace/deinterlace.vcproj
22229         * gst/effectv/effectv.vcproj
22230         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22231         * gst/filter/filter.vcproj
22232         * gst/flx/flxdec.vcproj
22233         * gst/goom/goom.vcproj
22234         * gst/interleave/interleave.vcproj
22235         * gst/law/alaw.vcproj
22236         * gst/law/mulaw.vcproj
22237         * gst/matroska/matroska.vcproj
22238         * gst/median/median.vcproj
22239         * gst/mixmatrix/mixmatrix.vcproj
22240         * gst/mpeg1sys/mpeg1systemencode.vcproj
22241         * gst/mpeg1videoparse/mp1videoparse.vcproj
22242         * gst/mpeg2sub/mpeg2subt.vcproj
22243         * gst/mpegaudio/mpegaudio.vcproj
22244         * gst/mpegaudioparse/mpegaudioparse.vcproj
22245         * gst/mpegstream/mpegstream.vcproj
22246         * gst/multifilesink/multifilesink.vcproj
22247         * gst/multipart/multipart.vcproj
22248         * gst/oneton/oneton.vcproj
22249         * gst/overlay/overlay.vcproj
22250         * gst/passthrough/passthrough.vcproj
22251         * gst/qtdemux/qtdemux.vcproj
22252         * gst/realmedia/rmdemux.vcproj
22253         * gst/rtjpeg/rtjpeg.vcproj
22254         * gst/rtp/rtp.vcproj
22255         * gst/silence/silence.vcproj
22256         * gst/sine/sinesrc.vcproj
22257         * gst/smooth/smooth.vcproj
22258         * gst/smpte/smpte.vcproj
22259         * gst/spectrum/spectrum.vcproj
22260         * gst/speed/speed.vcproj
22261         * gst/stereo/stereo.vcproj
22262         * gst/switch/switch.vcproj
22263         * gst/tags/tagedit.vcproj
22264         * gst/tcp/tcp.vcproj
22265         * gst/typefind/typefindfunctions.vcproj
22266         * gst/udp/udp.vcproj
22267         * gst/videobox/videobox.vcproj
22268         * gst/videocrop/videocrop.vcproj
22269         * gst/videodrop/videodrop.vcproj
22270         * gst/videofilter/gamma.vcproj
22271         * gst/videofilter/videobalance.vcproj
22272         * gst/videofilter/videofilter.vcproj
22273         * gst/videofilter/videoflip.vcproj
22274         * gst/videoflip/videoflip.vcproj
22275         * gst/videomixer/videomixer.vcproj
22276         * gst/videorate/videorate.vcproj
22277         * gst/videoscale/videoscale.vcproj
22278         * gst/videotestsrc/videotestsrc.vcproj
22279         * gst/virtualdub/virtualdub.vcproj
22280         * gst/volenv/volenv.vcproj
22281         * gst/volume/volume.vcproj
22282         * gst/wavenc/wavenc.vcproj
22283         * gst/wavparse/wavparse.vcproj
22284         * gst/y4m/y4menc.vcproj
22285         * gst-libs/gst/audio/audio.vcproj
22286         * gst-libs/gst/audio/audiofilter.vcproj
22287         * gst-libs/gst/colorbalance/colorbalance.vcproj
22288         * gst-libs/gst/idct/idtc.vcproj
22289         * gst-libs/gst/media-info/media-info.vcproj
22290         * gst-libs/gst/mixer/mixer.vcproj
22291         * gst-libs/gst/navigation/navigation.vcproj
22292         * gst-libs/gst/play/play.vcproj
22293         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22294         * gst-libs/gst/resample/resample.vcproj
22295         * gst-libs/gst/riff/riff.vcproj
22296         * gst-libs/gst/tuner/tuner.vcproj
22297         * gst-libs/gst/video/video.vcproj
22298         * gst-libs/gst/xoverlay/xoverlay.vcproj
22299           avoid problems with math.h, fix release dependancy
22300           rename GStreamer-0.8.lib to libgstreamer.lib
22301
22302 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22303
22304         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22306         the atom is not available we have to unlock the mutex. Fixes #148023
22307
22308 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22309
22310         * gst-libs/gst/media-info/media-info.h:
22311           issue for a vararg macro with MSVC
22312
22313 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22314
22315         * gst/effectv/effectv.vcproj
22316         * gst-libs/gst/idct/idct.vcproj:
22317         * gst-libs/gst/media-info/media-info.vcproj:
22318         * gst-libs/gst/navigation/navigation.vcproj:
22319         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22320         * gst-libs/gst/video/video.vcproj:
22321         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22322           fixes for build problems
22323
22324 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22325
22326         * gst-libs/gst/audio/audio.def:
22327         * gst-libs/gst/audio/riff.def:
22328           add some definitions needed by plugins
22329
22330 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22331
22332         * gst/asfdemux/gstasfmux.c
22333           Fix some 64 bits constants to be glib friendly
22334
22335 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22336
22337         * gst/ac3parse/gstac3parse.c
22338         * gst/audioscale/gstaudioscale.c
22339         * gst/auparse/gstauparse.c
22340         * gst/colorspace/gstcolorspace.c
22341         * gst/colorspace/yuv2rgb.h
22342           local include fixes
22343
22344 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22345
22346         * win32/gst.sln
22347           add more plugins to the build
22348
22349 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22350
22351         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22352         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22353
22354 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22355
22356         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22357         (gst_level_set_property), (gst_level_get_property),
22358         (gst_level_base_init), (gst_level_class_init):
22359           add debugging categories.  cleanups.
22360
22361 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22362
22363         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22364         (gst_videoscale_planar411), (gst_videoscale_planar400),
22365         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22366         (gst_videoscale_scale_nearest_str1),
22367         (gst_videoscale_scale_nearest_str2),
22368         (gst_videoscale_scale_nearest_str4),
22369         (gst_videoscale_scale_nearest_16bit),
22370         (gst_videoscale_scale_nearest_24bit):
22371           fixed stride issues
22372           tested with 320x240 -> 321, 322, 324 x240
22373           tested with YV12, I420, YUY2, UYVY
22374           fixed packed422rev (don't think it could have worked before)
22375           by testing with UYVY
22376
22377 2004-07-26  Benjamin Otte  <otte@gnome.org>
22378
22379         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22380         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22381         (plugin_init):
22382           add debugging category, add error checks like checking return values
22383           of setup calls, make sure it still works after
22384           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22385
22386 2004-07-26  Wim Taymans  <wim@fluendo.com>
22387
22388         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22389         (gst_mpeg_demux_get_audio_stream),
22390         (gst_mpeg_demux_process_private):
22391         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22392         Check for error codes from the negotiation functions. Make sure
22393         we really set the pad caps when a new pad is created.
22394
22395 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22396
22397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22398         (gst_ffmpeg_caps_to_pix_fmt):
22399         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22401         (gst_ffmpegcolorspace_pad_link):
22402           don't make function do two things at the same time without reason.
22403
22404 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22405
22406         * gst/ac3parse/ac3parse.vcproj
22407         * gst/adder/adder.vcproj
22408         * gst/alpha/alpha.vcproj
22409         * gst/alpha/alphacolor.vcproj
22410         * gst/asfdemux/asf.vcproj
22411         * gst/audioconvert/audioconvert.vcproj
22412         * gst/audiorate/audiorate.vcproj
22413         * gst/audioscale/audioscale.vcproj
22414         * gst/auparse/auparse.vcproj
22415         * gst/avi/avi.vcproj
22416         * gst/cdxaparse/cdxaparse.vcproj
22417         * gst/chart/chart.vcproj
22418         * gst/colorspace/colorspace.vcproj
22419         * gst/cutter/cutter.vcproj
22420         * gst/debug/debug.vcproj
22421         * gst/debug/efence.vcproj
22422         * gst/debug/navigationtest.vcproj
22423         * gst/deinterlace/deinterlace.vcproj
22424         * gst/effectv/effectv.vcproj
22425         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22426         * gst/filter/filter.vcproj
22427         * gst/flx/flxdec.vcproj
22428         * gst/goom/goom.vcproj
22429         * gst/interleave/interleave.vcproj
22430         * gst/law/alaw.vcproj
22431         * gst/law/mulaw.vcproj
22432         * gst/matroska/matroska.vcproj
22433         * gst/median/median.vcproj
22434         * gst/mixmatrix/mixmatrix.vcproj
22435         * gst/mpeg1sys/mpeg1systemencode.vcproj
22436         * gst/mpeg1videoparse/mp1videoparse.vcproj
22437         * gst/mpeg2sub/mpeg2subt.vcproj
22438         * gst/mpegaudio/mpegaudio.vcproj
22439         * gst/mpegaudioparse/mpegaudioparse.vcproj
22440         * gst/mpegstream/mpegstream.vcproj
22441         * gst/multifilesink/multifilesink.vcproj
22442         * gst/multipart/multipart.vcproj
22443         * gst/oneton/oneton.vcproj
22444         * gst/overlay/overlay.vcproj
22445         * gst/passthrough/passthrough.vcproj
22446         * gst/qtdemux/qtdemux.vcproj
22447         * gst/realmedia/rmdemux.vcproj
22448         * gst/rtjpeg/rtjpeg.vcproj
22449         * gst/rtp/rtp.vcproj
22450         * gst/silence/silence.vcproj
22451         * gst/sine/sinesrc.vcproj
22452         * gst/smooth/smooth.vcproj
22453         * gst/smpte/smpte.vcproj
22454         * gst/spectrum/spectrum.vcproj
22455         * gst/speed/speed.vcproj
22456         * gst/stereo/stereo.vcproj
22457         * gst/switch/switch.vcproj
22458         * gst/tags/tagedit.vcproj
22459         * gst/tcp/tcp.vcproj
22460         * gst/typefind/typefindfunctions.vcproj
22461         * gst/udp/udp.vcproj
22462         * gst/videobox/videobox.vcproj
22463         * gst/videocrop/videocrop.vcproj
22464         * gst/videodrop/videodrop.vcproj
22465         * gst/videofilter/gamma.vcproj
22466         * gst/videofilter/videobalance.vcproj
22467         * gst/videofilter/videofilter.vcproj
22468         * gst/videofilter/videoflip.vcproj
22469         * gst/videoflip/videoflip.vcproj
22470         * gst/videomixer/videomixer.vcproj
22471         * gst/videorate/videorate.vcproj
22472         * gst/videoscale/videoscale.vcproj
22473         * gst/videotestsrc/videotestsrc.vcproj
22474         * gst/virtualdub/virtualdub.vcproj
22475         * gst/volenv/volenv.vcproj
22476         * gst/volume/volume.vcproj
22477         * gst/wavenc/wavenc.vcproj
22478         * gst/wavparse/wavparse.vcproj
22479         * gst/y4m/y4menc.vcproj
22480           more plugins supported under windows
22481
22482 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22483
22484         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22485         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22486         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22488         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22489           Add debugging statements.  Use the sizes as returned by the
22490           *CreateImage calls.
22491
22492 2004-07-26  Johan Dahlin  <johan@gnome.org>
22493
22494         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22495         the pad is negotiated.
22496
22497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22498
22499 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22500
22501         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22502         * gst-libs/gst/idct/idct.vcproj:
22503         * gst-libs/gst/media-info/media-info.vcproj:
22504         * gst-libs/gst/mixer/mixer.vcproj:
22505         * gst-libs/gst/navigation/navigation.vcproj:
22506         * gst-libs/gst/play/play.vcproj:
22507         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22508         * gst-libs/gst/resample/resample.vcproj:
22509         * gst-libs/gst/tuner/tuner.vcproj:
22510         * gst-libs/gst/video/video.vcproj:
22511         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22512           more plugins supported under windows
22513
22514 2004-07-25 Iain <iain@prettypeople.org>
22515
22516         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22517         pad now rather than when the pad is created because state changes wipe
22518         explicit caps (fixes #148043).
22519
22520 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22521
22522         reviewed by Benjamin Otte  <otte@gnome.org>
22523
22524         * ext/mad/gstmad.c:
22525           fix mad plugin crashing on Sun (fixes #148289)
22526
22527 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22528
22529         * gst/avi/avi.def:
22530         * gst/avi/avi.vcproj:
22531         * gst/matroska/matroska.def:
22532         * gst/matroska/matroska.vcproj:
22533           remove unused .def files
22534
22535 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22536
22537         * gst-libs/gst/audio/gstaudiofilter.c:
22538           Clean the local include
22539
22540 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22541
22542         * win32/gst.sln:
22543         * gst-libs/gst/audio/audio.def:
22544         * gst-libs/gst/audio/audio.vcproj:
22545         * gst-libs/gst/audio/audiofilter.vcproj:
22546         * gst-libs/gst/audio/riff.def:
22547         * gst-libs/gst/audio/riff.vcproj:
22548         * gst-libs/gst/gst-libs.def:
22549         * gst-libs/gst/gst-libs.vcproj:
22550         * gst/avi/avi.vcproj:
22551         * gst/avi/avi.vcproj:
22552           Copy the files where needed after building, cleaner projects
22553
22554 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22555
22556         * gst/matroska/ebml-write.c:
22557           Fix some 64 bits constants to be glib friendly
22558
22559 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22560
22561         * win32/gst.sln:
22562         * gst-libs/gst/gst-libs.def:
22563         * gst-libs/gst/gst-libs.vcproj:
22564         * gst/matroska/matroska.def:
22565         * gst/matroska/matroska.vcproj:
22566           Add the preliminary canvas to build plugins on Win32
22567
22568 2004-07-23  Benjamin Otte  <otte@gnome.org>
22569
22570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22571           don't enfore negotiation from source side, it breaks
22572           sinesrc ! audioconvert ! osssink
22573
22574 2004-07-22  David Schleef  <ds@schleef.org>
22575
22576         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22577         for ELF files, since they can easily be recognized as audio/mpeg.
22578         (bug #147441)
22579
22580 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22581
22582         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22583         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22584         (gst_videoscale_scale_nearest_24bit),
22585         (gst_videoscale_scale_nearest_16bit):
22586           fix 16bit and 24bit for stride (24bit might need testing)
22587           don't pretend we do more than one algorithm
22588
22589 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22590
22591         * configure.ac:
22592         * gst/Makefile.am:
22593         * gst/multifilesink/Makefile.am:
22594         * gst/multifilesink/gstmultifilesink.c:
22595         (gst_multifilesink_get_formats),
22596         (gst_multifilesink_get_query_types), (_do_init),
22597         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22598         (gst_multifilesink_init), (gst_multifilesink_dispose),
22599         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22600         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22601         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22602         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22603         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22604         (gst_multifilesink_uri_get_type),
22605         (gst_multifilesink_uri_get_protocols),
22606         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22607         (gst_multifilesink_uri_handler_init), (plugin_init):
22608         * gst/multifilesink/gstmultifilesink.h:
22609         * testsuite/Makefile.am:
22610         * testsuite/multifilesink/Makefile.am:
22611         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22612         (gst_newmedia_class_init), (gst_newmedia_init),
22613         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22614         (newfile_signal), (test_signal), (main):
22615         multifilesink plugin for creating new files every time a new media
22616         discontinuity event occurs
22617
22618 2004-07-22  Wim Taymans  <wim@fluendo.com>
22619
22620         * gst/alpha/Makefile.am:
22621         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22622         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22623         (gst_alpha_color_init), (gst_alpha_color_set_property),
22624         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22625         (transform), (gst_alpha_color_chain),
22626         (gst_alpha_color_change_state), (plugin_init):
22627         Stupid plugin to to RGBA to AYUV conversion because none of
22628         the colorspace plugins can handle that yet.
22629
22630 2004-07-22  Wim Taymans  <wim@fluendo.com>
22631
22632         * examples/seeking/seek.c: (update_scale), (main):
22633         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22634         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22635         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22636         (gst_decode_bin_init), (gst_decode_bin_dispose),
22637         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22638         (no_more_pads), (close_link), (type_found),
22639         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22640         (plugin_init):
22641         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22642         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22643         (gst_play_base_bin_dispose), (queue_overrun),
22644         (gen_preroll_element), (remove_prerolls), (unknown_type),
22645         (no_more_pads), (new_stream), (setup_source),
22646         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22647         (play_base_eos), (gst_play_base_bin_change_state),
22648         (gst_play_base_bin_add_element),
22649         (gst_play_base_bin_remove_element),
22650         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22651         (gst_play_base_bin_unlink_stream),
22652         (gst_play_base_bin_get_streaminfo):
22653         * gst/playback/gstplaybin.c: (gen_video_element),
22654         (gen_audio_element):
22655         * gst/playback/gststreaminfo.h:
22656         More playback updates, attempt to fix things after the state change
22657         breakage.
22658
22659 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22660
22661         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22662         (gst_videoscale_scale_nearest_16bit):
22663           comment algorithm
22664
22665 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22666
22667         * gst/videotestsrc/gstvideotestsrc.c:
22668         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22669         (gst_videotestsrc_init), (gst_videotestsrc_get),
22670         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22671         (gst_videotestsrc_get_property):
22672         * gst/videotestsrc/gstvideotestsrc.h:
22673         * gst/videotestsrc/videotestsrc.c:
22674         * gst/videotestsrc/videotestsrc.h:
22675           cleanup and commenting
22676
22677 2004-07-21  Wim Taymans  <wim@fluendo.com>
22678
22679         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22680         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22681         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22682         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22683         (_find_chain_get_unknown_part), (_find_streams_check),
22684         (gst_ogg_demux_push), (gst_ogg_pad_push):
22685         * ext/theora/theoradec.c: (theora_get_formats),
22686         (theora_dec_src_convert), (theora_dec_sink_convert),
22687         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22688         (theora_dec_chain):
22689         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22690         (vorbis_dec_convert), (vorbis_dec_src_query),
22691         (vorbis_dec_src_event), (vorbis_dec_event):
22692         More seeking fixes, oggdemux now supports seeking to time and
22693         uses the downstream element to convert granulepos to time.
22694         Seeking in theora-only ogg files now works.
22695
22696 2004-07-21  Wim Taymans  <wim@fluendo.com>
22697
22698         * ext/theora/theoradec.c: (gst_theora_dec_init),
22699         (theora_get_formats), (theora_get_event_masks),
22700         (theora_get_query_types), (theora_dec_src_convert),
22701         (theora_dec_sink_convert), (theora_dec_src_query),
22702         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22703         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22704         (vorbis_get_event_masks), (vorbis_get_query_types),
22705         (gst_vorbis_dec_init), (vorbis_dec_convert),
22706         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22707         Added query/convert/formats functions to vorbis and theora decoders
22708         so that the outside world can use them too. Fixed seeking on an
22709         ogg/theora/vorbis file by disabling the seeking seeking on the
22710         theora srcpad.
22711
22712 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22713
22714         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22715         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22716         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22717         images creation for both elements. We don't create the image on caps
22718         nego or renego, we just destroy the internal one if present if it does
22719         not match the needs. The chain function takes care of creating a new
22720         image when needed.
22721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22722         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22723         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22724         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22725         the image format information. The buffer pool checks for the context
22726         image format and discard images with different formats.
22727         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22728
22729 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22730
22731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22732         (gst_ffmpegcolorspace_chain):
22733           no point in doing any chaining if the pad we want to push from
22734           isn't usable.
22735
22736 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22737
22738         * gst-libs/gst/riff/riff-media.c:
22739         (gst_riff_create_audio_caps_with_data):
22740           Fix double end-to-native symbol conversion (#148021).
22741
22742 2004-07-20  David Schleef  <ds@schleef.org>
22743
22744         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22745         Don't use an Atom that doesn't exist.
22746
22747 2004-07-20  Wim Taymans  <wim@fluendo.com>
22748
22749         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22750         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22751         (gst_multifdsink_client_remove),
22752         (gst_multifdsink_handle_client_write),
22753         (gst_multifdsink_queue_buffer):
22754         * gst/tcp/gstmultifdsink.h:
22755         More multifdsink stats. Avoid deadlock by releasing locks
22756         before sending out a signal.
22757
22758 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22759
22760         * po/LINGUAS:
22761         * po/hu.po:
22762           added Hungarian translation (Laszlo Dvornik)
22763
22764 2004-07-20  Wim Taymans  <wim@fluendo.com>
22765
22766         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22767         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22768         (gst_multifdsink_handle_client_write),
22769         (gst_multifdsink_queue_buffer):
22770         * gst/tcp/gsttcp-marshal.list:
22771         Fixed the stupid marshal definition.
22772
22773 2004-07-20  Wim Taymans  <wim@fluendo.com>
22774
22775         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22776         (gst_multifdsink_init), (gst_multifdsink_add),
22777         (gst_multifdsink_client_remove),
22778         (gst_multifdsink_handle_client_write),
22779         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22780         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22781         (gst_multifdsink_init_send):
22782         * gst/tcp/gstmultifdsink.h:
22783         Added more stats, added timeout for a client, fixed some typos
22784         and added some comments.
22785
22786 2004-07-20  Wim Taymans  <wim@fluendo.com>
22787
22788         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22789         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22790         (gst_multifdsink_client_remove),
22791         (gst_multifdsink_handle_client_write):
22792         * gst/tcp/gstmultifdsink.h:
22793         * gst/tcp/gsttcp-marshal.list:
22794         Added get_stats method that returns a GValueArray of
22795         stats values.
22796
22797 2004-07-19  Benjamin Otte  <otte@gnome.org>
22798
22799         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22800           make sure longname, description and author are valid UTF-8
22801
22802 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22803
22804         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22805         (gst_ximagesink_set_property):
22806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22807         (gst_xvimagesink_set_property):
22808           make sure SYNCHRONOUS is respected after getting the X context
22809
22810 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22811
22812         * gst/matroska/matroska-demux.c:
22813         (gst_matroska_demux_handle_src_event),
22814         (gst_matroska_demux_parse_blockgroup):
22815         * gst/matroska/matroska-ids.h:
22816           add BlockReference tag and ignore it to clear out log.
22817           ignore NAVIGATION events to clear out log.
22818
22819 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22820
22821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22822         (gst_matroska_demux_add_stream):
22823         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22824           add debug categories
22825
22826 2004-07-16  Wim Taymans  <wim@fluendo.com>
22827
22828         * ext/libpng/Makefile.am:
22829         * ext/libpng/gstpng.c: (plugin_init):
22830         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22831         (gst_pngdec_get_type), (gst_pngdec_base_init),
22832         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22833         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22834         * ext/libpng/gstpngdec.h:
22835         Added png decoder.
22836
22837 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22838
22839         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22840         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22841         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22842         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22843         (gst_ximagesink_buffer_alloc):
22844         * sys/ximage/ximagesink.h:
22845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22846         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22847         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22848         (gst_xvimagesink_buffer_alloc):
22849         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22850         again. Using internal data pointer of the x(v)image to store image's
22851         data to be coherent with the buffer alloc mechanism. Investigated the
22852         image destruction code to be sure that everything gets freed correctly.
22853
22854 2004-07-16  Wim Taymans  <wim@fluendo.com>
22855
22856         * gst-libs/gst/riff/riff-read.c:
22857         (gst_riff_read_strf_vids_with_data),
22858         (gst_riff_read_strf_auds_with_data):
22859         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22860         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22861         Make sure we don't create 0 sized subbuffers in riff-read.
22862         Signal the no more pads signal after reading the avi header.
22863
22864 2004-07-16  Wim Taymans  <wim@fluendo.com>
22865
22866         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22867         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22868         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22869         (gst_decode_bin_init), (gst_decode_bin_dispose),
22870         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22871         (no_more_pads), (close_link), (type_found),
22872         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22873         (gst_decode_bin_change_state), (plugin_init):
22874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22875         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22876         (gst_play_base_bin_dispose), (queue_overrun),
22877         (gen_preroll_element), (remove_prerolls), (unknown_type),
22878         (no_more_pads), (new_stream), (setup_source),
22879         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22880         (play_base_eos), (gst_play_base_bin_change_state),
22881         (gst_play_base_bin_add_element),
22882         (gst_play_base_bin_remove_element),
22883         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22884         (gst_play_base_bin_unlink_stream),
22885         (gst_play_base_bin_get_streaminfo):
22886         * gst/playback/gstplaybasebin.h:
22887         Better error recovery. Added configurable preroll queue size. Faster
22888         detection of no-more-pads.
22889
22890 2004-07-16  Wim Taymans  <wim@fluendo.com>
22891
22892         * gst-libs/gst/video/video.h:
22893         Added 32 bits RGBA. Not sure if we should use another mime-type
22894         for alpha rgb. Currently the presence of the alpha_mask property
22895         signals an alpha channel.
22896
22897 2004-07-16  Wim Taymans  <wim@fluendo.com>
22898
22899         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22901         FPS seems to be 0.0 to MAX everywhere else.
22902
22903 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22904
22905         * gst-libs/gst/riff/riff-media.c:
22906         (gst_riff_create_video_caps_with_data):
22907           mp42/mp43 (no caps) exist too.
22908         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22909           Set pixel_width/height; we've got them in-caps.
22910         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22911         * gst/wavparse/gstwavparse.c: (plugin_init):
22912           Both are valid primary.
22913         * sys/oss/gstossmixer.c:
22914           Remove i18n hack and enable translations.
22915
22916 2004-07-15  Benjamin Otte  <otte@gnome.org>
22917
22918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22919         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22920           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22921
22922 2004-07-15  Benjamin Otte  <otte@gnome.org>
22923
22924         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22925         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22926         (gst_alsa_close_audio):
22927           disable some of the debugging code for now. Writing debugging to a
22928           buffer is broken in current alsalib releases.
22929
22930 2004-07-12  Benjamin Otte  <otte@gnome.org>
22931
22932         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22933           use bufferpools
22934
22935 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22936
22937         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22938         (theora_dec_src_query), (theora_dec_event):
22939         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22940           add debugging categories.  Remove \n's.
22941
22942 2004-07-13  Johan Dahlin  <johan@gnome.org>
22943
22944         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22945         (gst_play_bin_get_property): Impl.
22946
22947 2004-07-13  Wim Taymans  <wim@fluendo.com>
22948
22949         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22950         When trying to find the stream length, seek back N pages
22951         instead of just one, where N is the number of streams in
22952         the current chain.
22953
22954 2004-07-13  Wim Taymans  <wim@fluendo.com>
22955
22956         * gst-libs/gst/riff/riff-media.c:
22957         (gst_riff_create_audio_caps_with_data),
22958         (gst_riff_create_audio_caps),
22959         (gst_riff_create_audio_template_caps):
22960         * gst-libs/gst/riff/riff-media.h:
22961         * gst-libs/gst/riff/riff-read.c:
22962         (gst_riff_read_strf_vids_with_data),
22963         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22964         * gst-libs/gst/riff/riff-read.h:
22965         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22966         (gst_avi_demux_add_stream):
22967         Set codec_data on caps for avidemuxer.
22968
22969 2004-07-12  David Schleef  <ds@schleef.org>
22970
22971         * configure.ac: Fix test for Objective C
22972
22973 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22974         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22975         (gst_gdk_pixbuf_chain):
22976           Add svg and pcx to template caps, and ensure that getcaps returns a
22977           subset of the template caps.
22978           Copy each row manually for output, as gdkpixbuf may pad the
22979           rowstride to a 32-bit word boundary.
22980
22981 2004-07-12  Wim Taymans  <wim@fluendo.com>
22982
22983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22984         (gst_riff_create_video_template_caps):
22985         Fix the template caps to include some more media types.
22986
22987 2004-07-12  Wim Taymans  <wim@fluendo.com>
22988
22989         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22990         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22991         (compare_ranks), (print_feature), (gst_decode_bin_init),
22992         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22993         (try_to_link_1), (new_pad), (close_link), (type_found),
22994         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22995         (gst_decode_bin_change_state), (plugin_init):
22996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22997         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22998         (gst_play_base_bin_dispose), (queue_overrun),
22999         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23000         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23001         (gst_play_base_bin_get_property), (play_base_eos),
23002         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23003         (gst_play_base_bin_remove_element),
23004         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23005         (gst_play_base_bin_unlink_stream),
23006         (gst_play_base_bin_get_streaminfo):
23007         * gst/playback/gstplaybasebin.h:
23008         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23009         (gst_play_bin_class_init), (gst_play_bin_init),
23010         (gst_play_bin_dispose), (gst_play_bin_set_property),
23011         (gst_play_bin_get_property), (gen_video_element),
23012         (gen_audio_element), (remove_sinks), (setup_sinks),
23013         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23014         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23015         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23016         (gst_play_bin_query), (plugin_init):
23017         * gst/playback/test4.c: (main):
23018         More fixes on reusing of the element.
23019
23020 2004-07-11  Benjamin Otte  <otte@gnome.org>
23021
23022         * ext/mad/gstmad.c: (normal_seek):
23023           allow seeking for other methods than just SET
23024
23025 2004-07-11  Andy Wingo  <wingo@pobox.com>
23026
23027         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23028         float, "any" caps -> buffer_frames=[0,MAX].
23029
23030         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23031         doesn't intersect our caps with the template any more. Do it
23032         ourselves.
23033         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23034
23035 2004-07-09  Wim Taymans  <wim@fluendo.com>
23036
23037         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23038         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23039         (compare_ranks), (print_feature), (gst_decode_bin_init),
23040         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23041         (try_to_link_1), (new_pad), (close_link), (type_found),
23042         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23043         (gst_decode_bin_change_state), (plugin_init):
23044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23045         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23046         (gst_play_base_bin_dispose), (queue_overrun),
23047         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23048         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23049         (gst_play_base_bin_get_property), (play_base_eos),
23050         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23051         (gst_play_base_bin_remove_element),
23052         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23053         (gst_play_base_bin_unlink_stream),
23054         (gst_play_base_bin_get_streaminfo):
23055         * gst/playback/gstplaybasebin.h:
23056         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23057         (gst_play_bin_class_init), (gst_play_bin_init),
23058         (gst_play_bin_dispose), (gst_play_bin_set_property),
23059         (gst_play_bin_get_property), (gen_video_element),
23060         (gen_audio_element), (remove_sinks), (setup_sinks),
23061         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23062         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23063         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23064         (gst_play_bin_query), (plugin_init):
23065         * gst/playback/test4.c: (main):
23066         Work on object reuse and seeking.
23067
23068 2004-07-09  Wim Taymans  <wim@fluendo.com>
23069
23070         * examples/seeking/seek.c: (iterate):
23071         Don't consume all CPU in the idle loop.
23072
23073 2004-07-09  Wim Taymans  <wim@fluendo.com>
23074
23075         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23076         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23077         Add pad to element *after* setting the pad functions so that
23078         the scheduler can use the correct ones.
23079
23080 2004-07-09  Wim Taymans  <wim@fluendo.com>
23081
23082         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23083         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23084         Sync to keyframe after seek
23085
23086 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23087
23088         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23090         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23091         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23092         * ext/libvisual/visual.c: (gst_visual_change_state):
23093         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23094         * ext/theora/theoradec.c: (theora_dec_change_state):
23095         * ext/theora/theoraenc.c: (theora_enc_change_state):
23096         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23097         * gst-libs/gst/navigation/navigation.c:
23098         * gst/adder/gstadder.c: (gst_adder_change_state):
23099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23100         (gst_audio_convert_get_buffer):
23101         * gst/multipart/multipartdemux.c:
23102         (gst_multipart_demux_change_state):
23103         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23104         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23105         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23106         * gst/videoscale/gstvideoscale.c:
23107         (gst_videoscale_handle_src_event):
23108         * gst/volume/gstvolume.c: (volume_chain_int16):
23109           don't assert in state change, this should be done by the base
23110           GstElement class.
23111           various debugging fixes.
23112
23113 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23114
23115         * configure.ac:
23116         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23117         (gst_play_dispose), (gst_play_set_location),
23118         (gst_play_set_data_src), (gst_play_set_video_sink),
23119         (gst_play_set_audio_sink), (gst_play_set_visualization),
23120         (gst_play_connect_visualization), (gst_play_get_sink_element),
23121         (gst_play_get_all_by_interface):
23122         * gst-libs/gst/play/play.h:
23123           add new method to get elements implementing an interface.
23124           add various error logging
23125
23126 2004-07-08  Wim Taymans  <wim@fluendo.com>
23127
23128         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23129         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23130         (make_playerbin_pipeline), (query_durations_elems),
23131         (query_durations_pads), (query_positions_elems),
23132         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23133         (main):
23134         Added playbin seeking example.
23135
23136 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23137
23138         * gst-libs/gst/play/play.c: (gst_play_set_location),
23139         (gst_play_set_data_src), (gst_play_set_video_sink),
23140         (gst_play_set_audio_sink), (gst_play_set_visualization),
23141         (gst_play_connect_visualization), (gst_play_get_framerate):
23142           use a macro to look up elements from hash table
23143
23144 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23145
23146         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23147         (gst_play_get_length_callback), (gst_play_set_location),
23148         (gst_play_seek_to_time), (gst_play_set_data_src),
23149         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23150         (gst_play_set_visualization), (gst_play_connect_visualization),
23151         (gst_play_get_sink_element):
23152         - add debugging info
23153         - fix looking up sink elements by iterating over complete caps
23154         - put everything except for source and autoplugger in a complete bin
23155
23156 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23157
23158         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23160         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23161         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23162         * ext/alsa/gstalsasink.h:
23163         - add debugging info
23164         - clean up schizophrenia of data/buffer/event
23165         - fix double event unref error
23166
23167 2004-07-08  Wim Taymans  <wim@fluendo.com>
23168
23169         * gst/playback/Makefile.am:
23170         Add headers to noinst
23171
23172 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23173
23174         * tools/gst-launch-ext-m.m:
23175         * tools/gst-launch-ext.1.in:
23176           convert to the third millenium
23177
23178 2004-07-07  David Schleef  <ds@schleef.org>
23179
23180         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23181
23182 2004-07-07  Wim Taymans  <wim@fluendo.com>
23183
23184         * gst/playback/Makefile.am:
23185         * gst/playback/README:
23186         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23187         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23188         (compare_ranks), (print_feature), (gst_decode_bin_init),
23189         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23190         (try_to_link_1), (new_pad), (close_link), (type_found),
23191         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23192         (plugin_init):
23193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23194         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23195         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23196         (gen_preroll_element), (no_more_pads), (new_stream),
23197         (setup_source), (gst_play_base_bin_set_property),
23198         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23199         (gst_play_base_bin_add_element),
23200         (gst_play_base_bin_remove_element),
23201         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23202         (gst_play_base_bin_unlink_stream),
23203         (gst_play_base_bin_get_streaminfo):
23204         * gst/playback/gstplaybasebin.h:
23205         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23206         (gst_play_bin_class_init), (gst_play_bin_init),
23207         (gst_play_bin_dispose), (gst_play_bin_set_property),
23208         (gst_play_bin_get_property), (gen_video_element),
23209         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23210         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23211         (gst_play_bin_get_formats), (gst_play_bin_convert),
23212         (gst_play_bin_get_query_types), (gst_play_bin_query),
23213         (plugin_init):
23214         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23215         (gst_stream_info_get_type), (gst_stream_info_class_init),
23216         (gst_stream_info_init), (gst_stream_info_new),
23217         (gst_stream_info_dispose), (gst_stream_info_set_property),
23218         (gst_stream_info_get_property):
23219         * gst/playback/gststreaminfo.h:
23220         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23221         (main):
23222         * gst/playback/test2.c: (main):
23223         * gst/playback/test3.c: (update_scale), (main):
23224         More playbin fixes. Added README. Do better element filtering.
23225         Added base class to preroll media. Added test apps.
23226
23227 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23228
23229         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23230         * ext/mpeg2dec/gstmpeg2dec.h:
23231           various debugging improvements.  Reset stream to next picture
23232           instead of sequence header, otherwise seeks cannot work.
23233
23234 2004-07-07  Wim Taymans  <wim@fluendo.com>
23235
23236         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23237         (gst_video_box_class_init), (gst_video_box_set_property),
23238         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23239         Use pad_alloc where possible.
23240
23241 2004-07-07  Wim Taymans  <wim@fluendo.com>
23242
23243         * sys/oss/gstosselement.c: (gst_osselement_reset),
23244         (gst_osselement_parse_caps):
23245         * sys/oss/gstosselement.h:
23246         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23247         Fix offset on osssrc.
23248
23249 2004-07-07  Wim Taymans  <wim@fluendo.com>
23250
23251         * ext/theora/theora.c: (plugin_init):
23252         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23253         (theora_dec_src_query), (theora_dec_chain):
23254         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23255         (theora_enc_sink_link), (theora_buffer_from_packet),
23256         (theora_push_packet), (theora_enc_chain):
23257         Fix theora granulepos calculation.
23258         Fix overflow in duration/position calculation.
23259         Bump rank to PRIMARY for theoradec.
23260         Use granulepos of last packet to calculate position.
23261         Set keyframe flag on buffers when needed.
23262
23263 2004-07-06  David Schleef  <ds@schleef.org>
23264
23265         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23266         serious?  (Fixed, obviously.)
23267
23268 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23269
23270         * po/LINGUAS:
23271         * po/cs.po:
23272           added Czech translation (Miloslav Trmac)
23273
23274 2004-07-05  Wim Taymans  <wim@fluendo.com>
23275
23276         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23277         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23278         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23279         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23280         (close_link), (type_found), (gst_decode_bin_set_property),
23281         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23282         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23283         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23284         (gst_decode_bin_query), (plugin_init):
23285         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23286         (gst_play_bin_class_init), (gst_play_bin_init),
23287         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23288         (get_video_element), (new_pad), (setup_source),
23289         (gst_play_bin_set_property), (gst_play_bin_get_property),
23290         (gst_play_bin_change_state), (gst_play_bin_add_element),
23291         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23292         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23293         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23294         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23295         * gst/playback/test.c: (main):
23296         More fixes, cleaned up playbin, make it use decodebin. Added
23297         threaded property to playbin.
23298
23299 2004-07-05  Wim Taymans  <wim@fluendo.com>
23300
23301         * configure.ac:
23302         * gst/playback/Makefile.am:
23303         * gst/playback/decodetest.c: (main):
23304         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23305         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23306         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23307         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23308         (close_link), (type_found), (gst_decode_bin_set_property),
23309         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23310         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23311         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23312         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23313         (plugin_init):
23314         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23315         (gst_play_bin_class_init), (gst_play_bin_init),
23316         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23317         (collect_sink_pads), (find_compatibles), (close_pad_link),
23318         (try_to_link_1), (new_pad), (close_link), (type_found),
23319         (setup_source), (gst_play_bin_set_property),
23320         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23321         (compare_ranks), (gst_play_bin_collect_factories),
23322         (gst_play_bin_change_state), (gst_play_bin_add_element),
23323         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23324         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23325         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23326         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23327         * gst/playback/test.c: (main):
23328         Added some playback helper elements and some test apps, very alpha
23329         still.
23330
23331 2004-07-04  Benjamin Otte  <otte@gnome.org>
23332
23333         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23334           only restart audio when we indeed have an xrun to fix repeated
23335           xruns. Fix suggested by Giuliano Pochini.
23336
23337 2004-07-03  David Schleef  <ds@schleef.org>
23338
23339         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23340         call to gst_debug_log() if debugging is disabled (bug #145118)
23341
23342 2004-07-03  Benjamin Otte  <otte@gnome.org>
23343
23344         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23345           use our own functions for restarting the alsa device.
23346         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23347           I should apply patches myself - use MIN for the third argument, not
23348           the second, this fixes seeking
23349
23350 2004-07-02  David Schleef  <ds@schleef.org>
23351
23352         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23353         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23354         do with the logic.
23355
23356 2004-07-02  David Schleef  <ds@schleef.org>
23357
23358         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23359         output buffers.  Fix logic mistake.  (bug #144866)
23360
23361 2004-07-02  David Schleef  <ds@schleef.org>
23362
23363         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23364         on X.  (bug #144753)
23365
23366 2004-07-02  David Schleef  <ds@schleef.org>
23367
23368         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23369         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23370         (bug #144624)
23371         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23372         (gst_osselement_rate_probe_check): Add another workaround for
23373         buggy drivers (bug #145336)
23374
23375 2004-07-02  David Schleef  <ds@schleef.org>
23376
23377         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23378         Most systems don't have MSG_NOSIGNAL.
23379
23380 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23381
23382         * Makefile.am:
23383         * gst-libs/gst/colorbalance/Makefile.am:
23384         * gst-libs/gst/mixer/Makefile.am:
23385         * gst-libs/gst/play/Makefile.am:
23386         * gst-libs/gst/tuner/Makefile.am:
23387           (hopefully) fix both install and dist and make error message useful.
23388           needs testing across automakes.
23389
23390 2004-07-02  Benjamin Otte  <otte@gnome.org>
23391
23392         * ext/ogg/gstogg.c: (plugin_init):
23393           we require bytestream now
23394         * ext/ogg/gstoggdemux.c:
23395           huge diff to implement chain setup in a fast and generic way. This
23396           improves tag reading and startup of huge files (read: Theora videos)
23397           quite a bit. It probably contains bugs, too, so please test.
23398           Seeking is not improved to the fast method.
23399
23400 2004-06-29  Wim Taymans  <wim@fluendo.com>
23401
23402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23403         * ext/ogg/gstoggmux.c:
23404         Fix memleak in oggdemux when running unconnected pads.
23405         doc update in mux, start working on keyframe mode.
23406
23407 2004-06-29  Benjamin Otte  <otte@gnome.org>
23408
23409         * sys/oss/gstosssink.c:
23410         * sys/oss/gstosssrc.c:
23411           advertise correct template caps - we indeed do non-native endianness
23412           and 8bit audio has no endianness
23413         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23415           avoid (wrong) duplications in getcaps function and return
23416           template caps
23417
23418 2004-06-29  Wim Taymans  <wim@fluendo.com>
23419
23420         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23421         (gst_multifdsink_class_init), (gst_multifdsink_add),
23422         (gst_multifdsink_remove), (gst_multifdsink_clear),
23423         (gst_multifdsink_client_remove),
23424         (gst_multifdsink_handle_client_read),
23425         (gst_multifdsink_client_queue_data),
23426         (gst_multifdsink_client_queue_caps),
23427         (gst_multifdsink_client_queue_buffer),
23428         (gst_multifdsink_handle_client_write),
23429         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23430         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23431         (gst_multifdsink_init_send), (gst_multifdsink_close):
23432         Fix wrong GList iteration that could crash the server when
23433         more then 2 clients disconnect at the same time. Read all the
23434         pending commands in one batch to recover from command storms under
23435         very heavy load.
23436
23437 2004-06-28  Wim Taymans  <wim@fluendo.com>
23438
23439         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23440         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23441         (gst_videomixer_pad_set_property),
23442         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23443         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23444         (gst_videomixer_class_init), (gst_videomixer_init),
23445         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23446         (pad_zorder_compare), (gst_videomixer_sort_pads),
23447         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23448         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23449         (gst_videomixer_update_queues), (gst_videomixer_loop),
23450         (plugin_init):
23451         Avoid divide by zero, choose masterpad as the pad with the highest
23452         framerate.
23453
23454 2004-06-27  Julien Moutte  <julien@moutte.net>
23455
23456         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23457         (gst_ximagesink_xwindow_new):
23458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23459         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23460         function directly. We might want to call it from somewhere else one day.
23461
23462 2004-06-27  Julien Moutte  <julien@moutte.net>
23463
23464         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23465         (gst_ximagesink_xwindow_new):
23466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23467         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23468         window decorations.
23469
23470 2004-06-27  Wim Taymans  <wim@fluendo.com>
23471
23472         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23473         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23474         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23475         (gst_dvdec_set_property), (gst_dvdec_get_property):
23476         * ext/dv/gstdvdec.h:
23477         Implement drop_factor property to lower the framerate with
23478         a factor.
23479
23480 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23481
23482         * gst-libs/gst/colorbalance/Makefile.am:
23483         * gst-libs/gst/mixer/Makefile.am:
23484         * gst-libs/gst/play/Makefile.am:
23485         * gst-libs/gst/tuner/Makefile.am:
23486           unbreak Company's fix that didn't install the -enum.h files
23487
23488 2004-06-27  Wim Taymans  <wim@fluendo.com>
23489
23490         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23491         (gst_dvdec_change_state):
23492         * ext/dv/gstdvdec.h:
23493         Fix timestamp, duration and offset of the buffers.
23494
23495 2004-06-27  Wim Taymans  <wim@fluendo.com>
23496
23497         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23498         (gst_multifdsink_class_init), (gst_multifdsink_add),
23499         (gst_multifdsink_remove), (gst_multifdsink_clear),
23500         (gst_multifdsink_client_remove),
23501         (gst_multifdsink_handle_client_read),
23502         (gst_multifdsink_client_queue_data),
23503         (gst_multifdsink_client_queue_caps),
23504         (gst_multifdsink_client_queue_buffer),
23505         (gst_multifdsink_handle_client_write),
23506         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23507         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23508         (gst_multifdsink_init_send), (gst_multifdsink_close):
23509         * gst/tcp/gstmultifdsink.h:
23510         * gst/tcp/gsttcpserversink.c:
23511         (gst_tcpserversink_handle_server_read),
23512         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23513         More multifdsink fixes, more recovery policy fixes.
23514         Removed stupid g_print
23515
23516 2004-06-26  Wim Taymans  <wim@fluendo.com>
23517
23518         * gst/tcp/Makefile.am:
23519         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23520         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23521         (gst_multifdsink_class_init), (gst_multifdsink_init),
23522         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23523         (gst_multifdsink_handle_client_read),
23524         (gst_multifdsink_client_queue_data),
23525         (gst_multifdsink_client_queue_caps),
23526         (gst_multifdsink_client_queue_buffer),
23527         (gst_multifdsink_handle_client_write),
23528         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23529         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23530         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23531         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23532         (gst_multifdsink_close), (gst_multifdsink_change_state):
23533         * gst/tcp/gstmultifdsink.h:
23534         * gst/tcp/gsttcpplugin.c: (plugin_init):
23535         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23536         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23537         (gst_tcpserversink_handle_server_read),
23538         (gst_tcpserversink_handle_select),
23539         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23540         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23541         * gst/tcp/gsttcpserversink.h:
23542         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23543         one of the locks, added recovery policy to multifdsink.
23544
23545 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23546
23547         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23548           fix decision for when getting frames with same timestamp
23549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23550         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23551         (gst_v4lsrc_get_property):
23552         * sys/v4l/gstv4lsrc.h:
23553           add latency offset property
23554
23555 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23556
23557         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23558         (plugin_init):
23559           fix debugging. add category.
23560
23561 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23562
23563         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23564           fix wrong offsets
23565
23566 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23567
23568         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23569         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23570         (gst_alsa_src_change_state):
23571           return a time that is in sync with the element's processing
23572
23573 2004-06-25  Wim Taymans  <wim@fluendo.com>
23574
23575         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23576         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23577         (gst_tcpserversink_client_remove),
23578         (gst_tcpserversink_handle_client_read),
23579         (gst_tcpserversink_client_queue_data),
23580         (gst_tcpserversink_client_queue_caps),
23581         (gst_tcpserversink_client_queue_buffer),
23582         (gst_tcpserversink_handle_client_write),
23583         (gst_tcpserversink_queue_buffer),
23584         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23585         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23586         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23587         (gst_tcpserversink_close):
23588         * gst/tcp/gsttcpserversink.h:
23589         Serversink rewrite. Really do non blocking writes to clients and
23590         maintain an internal queue to handle slower clients while not
23591         disturbing fast clients.
23592
23593 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23594
23595         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23596           better debug, don't override OFFSET and OFFSET_END
23597
23598 2004-06-25  Iain <iain@prettypeople.org>
23599
23600         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23601         name=source for the wavparse pipeline.
23602
23603 2004-06-24  Johan Dahlin  <johan@gnome.org>
23604
23605         * ext/theora/theoraenc.c (theora_enc_chain): Call
23606         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23607         streamheader caps are set correctly.
23608
23609 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23610
23611         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23612         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23613           respect minimum bitrate; same could be done for max bitrate
23614
23615 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23616
23617         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23618         (gst_vorbisenc_setup):
23619           fix sample rate range
23620
23621 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23622
23623         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23624         (gst_oggvorbisenc_setup):
23625         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23626         (gst_vorbisenc_setup):
23627           resolve ambiguities in code and description
23628
23629 2004-06-24  Wim Taymans  <wim@fluendo.com>
23630
23631         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23632         * ext/alsa/gstalsa.h:
23633         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23634         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23635         Use alsa trigger_tstamp to get the timestamp of the first
23636         sample in the buffer for more precise sync. Some cleanups.
23637
23638 2004-06-24  Wim Taymans  <wim@fluendo.com>
23639
23640         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23641         (gst_audiorate_init), (gst_audiorate_chain),
23642         (gst_audiorate_set_property), (gst_audiorate_get_property):
23643         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23644         (gst_videorate_chain):
23645         Added some logging, fixed an overflow bug in videorate.
23646
23647 2004-06-24  Benjamin Otte  <otte@gnome.org>
23648
23649         * ext/kio/Makefile.am:
23650           fix for builddir != srcdir and distcheck
23651
23652 2004-06-24  Benjamin Otte  <otte@gnome.org>
23653
23654         * gst-libs/gst/colorbalance/Makefile.am:
23655         * gst-libs/gst/mixer/Makefile.am:
23656         * gst-libs/gst/play/Makefile.am:
23657         * gst-libs/gst/tuner/Makefile.am:
23658         * gst/tcp/Makefile.am:
23659         * sys/dxr3/Makefile.am:
23660           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23661           tarball.
23662           Also add all *.list files that were missing.
23663         * Makefile.am:
23664           add a distcheck hook to ensure the above doesn't happen again.
23665
23666 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23667
23668         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23669
23670 2004-06-23  Colin Walters  <walters@redhat.com>
23671
23672         * m4/Makefile.am: Distribute gst-fionread.m4.
23673
23674 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23675
23676         * configure.ac: back to dev
23677
23678 2004-06-23  Wim Taymans  <wim@fluendo.com>
23679
23680         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23681         (gst_alsa_xrun_recovery):
23682         * ext/alsa/gstalsa.h:
23683         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23684         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23685         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23686         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23687         (gst_alsa_src_loop):
23688         Add clock to alsasrc. Take new capture timestamp when
23689         restarting after an overrun. Split up some functions between
23690         alsasrc and alsasink.
23691
23692 === release 0.8.2 ===
23693
23694 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23695
23696         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23697         (gst_alsa_change_state), (gst_alsa_update_avail),
23698         (gst_alsa_xrun_recovery):
23699         * ext/alsa/gstalsa.h:
23700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23701           merge back changes from release
23702
23703 2004-06-23  Wim Taymans  <wim@fluendo.com>
23704
23705         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23706         (gst_audiorate_init), (gst_audiorate_chain),
23707         (gst_audiorate_set_property), (gst_audiorate_get_property):
23708         Implement sample dropping and notify
23709
23710 2004-06-22  Wim Taymans  <wim@fluendo.com>
23711
23712         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23713         (theora_enc_sink_link), (theora_buffer_from_packet),
23714         (theora_push_packet), (theora_enc_chain):
23715         Some cleanups, make sure the timestamps are correct.
23716
23717 2004-06-22  Wim Taymans  <wim@fluendo.com>
23718
23719         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23720         (gst_alsa_change_state), (gst_alsa_update_avail),
23721         (gst_alsa_xrun_recovery):
23722         * ext/alsa/gstalsa.h:
23723         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23724         Cleanups, take queued samples into account when reporting
23725         the time.
23726
23727 2004-06-22  Wim Taymans  <wim@fluendo.com>
23728
23729         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23730         (gst_videorate_init):
23731         Initialize the property as well.
23732
23733 2004-06-22  Wim Taymans  <wim@fluendo.com>
23734
23735         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23736         (gst_videorate_init), (gst_videorate_chain),
23737         (gst_videorate_set_property), (gst_videorate_get_property):
23738         Add property to make videorate silent.
23739         Add property to prefer new frames over old ones.
23740
23741 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23742
23743         * sys/osxvideo/Makefile.am:
23744         Workaround so that the osxvideo .so file gets linked with the
23745         Cocoa, OpenGL and QuickTime frameworks
23746
23747 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23748
23749         * sys/osxaudio/Makefile.am:
23750         Workaround so that the osxaudio .so file gets linked with the
23751         CoreAudio framework
23752
23753 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23754
23755         * configure.ac:
23756         Whoops, my fault...fixed build issues
23757
23758 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23759
23760         * configure.ac:
23761         Add objective-c support if running in Darwin/Mac OS X
23762         * sys/Makefile.am:
23763         * sys/osxvideo:
23764         * sys/osxvideo/Makefile.am:
23765         * sys/osxvideo/osxvideosink.h:
23766         * sys/osxvideo/osxvideosink.m:
23767         * sys/osxvideo/cocoawindow.h:
23768         * sys/osxvideo/cocoawindow.m:
23769         Add osxvideosink, a cocoa-based osx video sink
23770
23771
23772 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23773         * ext/dvdnav/gst-dvd:
23774         Grab the gconf key from the right spot
23775         * gst/debug/gstnavseek.c: (gst_navseek_init),
23776         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23777         (gst_navseek_chain):
23778         * gst/debug/gstnavseek.h:
23779           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23780           and loop parameters of a segment seek.
23781         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23782         (gst_videotestsrc_get_event_masks),
23783         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23784         * gst/videotestsrc/gstvideotestsrc.h:
23785           Add seeking support to videotestsrc
23786           Initialise the timestamp_offset variable.
23787
23788 2004-06-18  Wim Taymans  <wim@fluendo.com>
23789
23790         * ext/sidplay/gstsiddec.cc:
23791         Fix negotiation and set correct end offset.
23792
23793 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23794
23795         * configure.ac: branch and prerelease
23796
23797 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23798
23799         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23800         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23801         (gst_tcpclientsrc_init_receive):
23802         * gst/tcp/gsttcpclientsrc.h:
23803           read caps when connecting to server for GDP so we set them correctly
23804
23805 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23806
23807         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23808           notify drops and duplicates
23809         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23810           no good reason to limit ourselves to 100x100
23811
23812 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23813
23814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23815         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23816         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23817         (gst_v4lsrc_get_property):
23818         * sys/v4l/gstv4lsrc.h:
23819         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23820         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23821         (gst_v4l_set_audio):
23822         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23823         (gst_v4lsrc_try_capture):
23824         * sys/v4l/v4lsrc_calls.h:
23825           change try_palette to more general try_capture
23826           add autoprobe option so we can turn off autoprobing
23827           various fixes
23828
23829 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23830
23831         * configure.ac:
23832           add videorate
23833         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23834         (gst_ximagesink_class_init):
23835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23836         (gst_xvimagesink_class_init):
23837           run them as finalize, not dispose, since dispose can be invoked
23838           multiple times
23839
23840 2004-06-17  Wim Taymans  <wim@fluendo.com>
23841
23842         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23843         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23844         * ext/alsa/gstalsa.h:
23845         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23846         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23847         (gst_alsa_src_change_state):
23848         * ext/alsa/gstalsasrc.h:
23849         Make the xrun code timestamp and offset the buffers correctly.
23850         moved the clock to the base class, use alsa methods to get time.
23851         Do correct timestamping on outgoing buffers.
23852
23853 2004-06-17  Wim Taymans  <wim@fluendo.com>
23854
23855         * gst/audiorate/Makefile.am:
23856         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23857         (gst_audiorate_base_init), (gst_audiorate_class_init),
23858         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23859         (gst_audiorate_set_property), (gst_audiorate_get_property),
23860         (gst_audiorate_change_state), (plugin_init):
23861         Added an audiorate converter that fills in gaps.
23862
23863 2004-06-17  Johan Dahlin  <johan@gnome.org>
23864
23865         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23866
23867 2004-06-16  Wim Taymans  <wim@fluendo.com>
23868
23869         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23870         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23871         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23872         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23873         (gst_v4lsrc_get_property):
23874         * sys/v4l/gstv4lsrc.h:
23875         Added a copy mode to v4lsrc where it will output a copied version
23876         of its internal hardware buffer.
23877         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23878         can't | them.
23879
23880 2004-06-16  Wim Taymans  <wim@fluendo.com>
23881
23882         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23883         Timestamp fixes.
23884
23885 2004-06-16  Wim Taymans  <wim@fluendo.com>
23886
23887         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23888         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23889         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23890         (gst_v4lsrc_get_property):
23891         * sys/v4l/gstv4lsrc.h:
23892         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23893         Added a sync mode enum property to control v4lsrc timestamp method
23894         Removed the use-fixed-fps property and moved functionality in
23895         the enum.
23896         Don't error on an error value from v4l-conf, it might not always
23897         be a real error.
23898
23899 2004-06-16  Wim Taymans  <wim@fluendo.com>
23900
23901         * gst/videorate/Makefile.am:
23902         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23903         (gst_videorate_base_init), (gst_videorate_class_init),
23904         (gst_videorate_getcaps), (gst_videorate_link),
23905         (gst_videorate_init), (gst_videorate_chain),
23906         (gst_videorate_set_property), (gst_videorate_get_property),
23907         (gst_videorate_change_state), (plugin_init):
23908         Added a video timestamp corrector.
23909
23910 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23911
23912         fixed a potential leak with previous commit
23913
23914         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23915
23916 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23917
23918         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23919         Added missing refcount, fixes bug #144425
23920         Cheers Tim for finding the bug
23921
23922 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23923
23924         * sys/v4l/gstv4l.c: (plugin_init):
23925         * sys/v4l/gstv4lcolorbalance.c:
23926         * sys/v4l/gstv4lcolorbalance.h:
23927         * sys/v4l/gstv4lelement.c:
23928         * sys/v4l/gstv4lelement.h:
23929         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23930         * sys/v4l/gstv4lmjpegsink.h:
23931         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23932         * sys/v4l/gstv4lmjpegsrc.h:
23933         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23934         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23935         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23936         * sys/v4l/gstv4lsrc.h:
23937         * sys/v4l/gstv4ltuner.c:
23938         * sys/v4l/gstv4ltuner.h:
23939         * sys/v4l/gstv4lxoverlay.c:
23940         * sys/v4l/gstv4lxoverlay.h:
23941         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23942         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23943         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23944         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23945         (gst_v4l_set_audio):
23946         * sys/v4l/v4l_calls.h:
23947         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23948         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23949         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23950         (gst_v4lmjpegsink_playback_init),
23951         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23952         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23953         (gst_v4lmjpegsink_playback_stop),
23954         (gst_v4lmjpegsink_playback_deinit):
23955         * sys/v4l/v4lmjpegsink_calls.h:
23956         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23957         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23958         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23959         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23960         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23961         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23962         * sys/v4l/v4lmjpegsrc_calls.h:
23963         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23964         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23965         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23966         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23967         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23968         (gst_v4lsrc_try_palette):
23969         * sys/v4l/v4lsrc_calls.h:
23970           bunch of paranoia cleanups
23971
23972 2004-06-14  David Schleef  <ds@schleef.org>
23973
23974         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23975         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23976         Send discont events and change timestamps appropriately when
23977         we get a seek event.  (bug #144240)
23978         * ext/cdparanoia/gstcdparanoia.h:
23979
23980 2004-06-14  Benjamin Otte  <otte@gnome.org>
23981
23982         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23983           snd_pcm_hw_params_set_rate  since the latter fails for no good
23984           reason on some setups.
23985
23986 2004-06-14  David Schleef  <ds@schleef.org>
23987
23988         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23989         standard.  Thank you for playing.
23990
23991 2004-06-14  Wim Taymans  <wim@fluendo.com>
23992
23993         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23994         Patch 1.3 broke the ordering of the colorspace info and
23995         made the plugin basically work by coincidence, reordered
23996         the info.
23997
23998 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23999
24000         * ext/lame/gstlame.c:
24001         * ext/mad/gstmad.c:
24002           sync caps.  Make sure mad can only output a list of rates, not
24003           a full range.  In the future, have three caps lists for each of the
24004           mpeg versions.  Change mpegversion to a double as well.
24005
24006 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24007
24008         * gst/volume/.cvsignore:
24009         * gst/volume/Makefile.am:
24010         * gst/volume/demo.c: (value_changed_callback), (idler),
24011         (setup_gui), (main):
24012           added small demo app
24013
24014 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24015         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24016         * ext/esd/esdsink.h:
24017         Close the esd connection on pause, because esd will just wait -
24018         blocking all other esd clients indefinitely.
24019
24020 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24021
24022         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24023           previous commit with GST_DEBUG
24024
24025 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24026
24027         * configure.ac:
24028           add a header check for a dvdread header in dvdnav.  Fixes #133002
24029
24030 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24031
24032         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24033         * gst/tcp/gsttcpclientsink.h:
24034         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24035         * gst/tcp/gsttcpclientsrc.h:
24036         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24037         (gst_tcpserversink_handle_server_read),
24038         (gst_tcpserversink_init_send):
24039         * gst/tcp/gsttcpserversink.h:
24040         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24041         * gst/tcp/gsttcpserversrc.h:
24042         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24043         version of IP)
24044
24045 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24046
24047         * configure.ac:
24048         Added ogg library so that OSX detects libtheora properly
24049
24050 2004-06-11  Wim Taymans  <wim@fluendo.com>
24051
24052         * ext/theora/theoradec.c: (theora_dec_chain),
24053         (theora_dec_change_state):
24054         Don't try to decode frames before we received a keyframe.
24055
24056 2004-06-11  Wim Taymans  <wim@fluendo.com>
24057
24058         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24059         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24060         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24061         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24062         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24063         Added property to set the maximum delay of a page.
24064
24065 2004-06-10  Wim Taymans  <wim@fluendo.com>
24066
24067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24068         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24069         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24070         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24071         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24072         Added max-delay property to control the maximum amount
24073         of data to put in one page.
24074
24075 2004-06-10  Wim Taymans  <wim@fluendo.com>
24076
24077         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24078         (gst_theora_enc_init), (theora_enc_sink_link),
24079         (theora_buffer_from_packet), (theora_enc_set_property),
24080         (theora_enc_get_property):
24081         Set duration on encoded buffer, added some more properties
24082
24083 2004-06-10  Wim Taymans  <wim@fluendo.com>
24084
24085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24086         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24087         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24088         * ext/theora/theoraenc.c: (theora_enc_chain):
24089         Fix refcounting bugs
24090
24091 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24092
24093         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24094         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24095         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24096         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24097         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24098         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24099         (gst_asf_demux_change_state):
24100         * gst/asfdemux/gstasfdemux.h:
24101           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24102           feels like. I think we should set a new requirement for demuxers
24103           from now on to implement sane loop functions, data loops, query
24104           and seek functions before first commit into CVS. And this commit
24105           fixes all of the above.
24106
24107 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24108
24109         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24110           vorbis comments are properly encoded in UTF-8 before adding them
24111           to a GstTagList
24112
24113 2004-06-09  Benjamin Otte  <otte@gnome.org>
24114
24115         * ext/alsa/gstalsa.c: (add_channels):
24116           handle min <= max correctly
24117         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24118         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24119           add fixation functions so we fixate correctly. No preferring of alaw
24120           anymore because it's the first structure.
24121         * ext/alsa/gstalsa.h:
24122         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24123         (gst_alsa_hw_params_dump):
24124           add functions to ease debugging in alsalib
24125         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24126         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24127         (gst_alsa_start_audio):
24128           only specify hw params if we really setup a format (fixes #134007 -
24129           or at least works around it)
24130
24131 2004-06-09  Wim Taymans  <wim@fluendo.com>
24132
24133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24134         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24135         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24136         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24137         (gst_ogg_mux_loop):
24138         Use stream caps to setup the initial pages in the ogg stream.
24139         Correctly set the streamheader caps on the srcpad.
24140
24141 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24142
24143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24144         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24145         (gst_v4lsrc_getcaps):
24146         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24147         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24148           add querying of fps lists for webcams.  Negotiating to a framerate
24149           now works.
24150
24151 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24152
24153         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24154         (theora_push_buffer), (theora_push_packet),
24155         (theora_set_header_on_caps), (theora_enc_chain):
24156           mark buffers and put on streamheader, raw theora streaming
24157           now works too, whee
24158
24159 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24160
24161         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24162         (gst_tcp_gdp_read_caps):
24163           do a looping read for caps and GDP headers too
24164
24165 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24166
24167         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24168         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24169           return EOS instead of NULL in _get
24170
24171 2004-06-08  Wim Taymans  <wim@fluendo.com>
24172
24173         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24174         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24175         (gst_tcp_gdp_write_caps):
24176         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24177         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24178         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24179         Memory leak fixes
24180
24181 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24182
24183         * ext/vorbis/Makefile.am:
24184         * ext/vorbis/vorbis.c: (plugin_init):
24185         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24186         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24187         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24188         (vorbis_parse_change_state):
24189         * ext/vorbis/vorbisparse.h:
24190           adding a vorbisparse element that marks the buffers, streaming
24191           raw vorbis using GDP now works, whee
24192
24193 2004-06-08  Wim Taymans  <wim@fluendo.com>
24194
24195         * ext/jpeg/Makefile.am:
24196         * ext/jpeg/README:
24197         * ext/jpeg/gstjpeg.c: (plugin_init):
24198         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24199         (gst_smokedec_base_init), (gst_smokedec_class_init),
24200         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24201         * ext/jpeg/gstsmokedec.h:
24202         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24203         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24204         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24205         (gst_smokeenc_resync), (gst_smokeenc_chain),
24206         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24207         * ext/jpeg/gstsmokeenc.h:
24208         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24209         (smokecodec_flush_destination), (smokecodec_term_destination),
24210         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24211         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24212         (smokecodec_term_source), (smokecodec_encode_new),
24213         (smokecodec_decode_new), (smokecodec_info_free),
24214         (smokecodec_set_quality), (smokecodec_get_quality),
24215         (smokecodec_set_threshold), (smokecodec_get_threshold),
24216         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24217         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24218         (smokecodec_parse_header), (smokecodec_decode):
24219         * ext/jpeg/smokecodec.h:
24220         Added a new simple jpeg based codec
24221
24222 2004-06-08  Wim Taymans  <wim@fluendo.com>
24223
24224         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24225         (gst_multipart_mux_loop):
24226         Fix memory leak
24227
24228 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24229
24230         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24231         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24232         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24233         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24234         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24235         * gst/tcp/gsttcpserversink.h:
24236           take streamheader into account
24237
24238 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24239
24240         * gst/level/Makefile.am:
24241         * gst/level/gstlevel.c: (gst_level_class_init):
24242           clean up marshal generation
24243
24244 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24245
24246         * gst/tcp/Makefile.am:
24247         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24248         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24249         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24250         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24251         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24252         (gst_tcpclientsrc_get_property):
24253         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24254         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24255         (gst_tcpserversink_handle_client_read),
24256         (gst_tcpserversink_handle_client_write),
24257         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24258         * gst/tcp/gsttcpserversink.h:
24259           add signals client-added and client-removed
24260         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24261         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24262         (gst_tcpserversrc_get_property):
24263         uniformized, change default protocol to NONE
24264         * gst/tcp/gsttcp-marshal.list: added
24265 2004-06-07  Benjamin Otte  <otte@gnome.org>
24266
24267         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24268           handle discont events if they happen before caps nego
24269
24270 2004-06-07  Wim Taymans  <wim@fluendo.com>
24271
24272         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24273         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24274         (gst_multipart_demux_plugin_init):
24275         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24276         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24277         (gst_multipart_mux_change_state):
24278         Small updates, fix a memleak
24279
24280 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24281
24282         * configure.ac: OSS portability
24283         * ext/arts/gst_arts.c: idem
24284         * sys/oss/gstosselement.c: idem
24285         * sys/oss/gstossmixer.c: idem
24286         * sys/oss/gstosssink.c: idem
24287         * sys/oss/gstosssrc.c: idem
24288         * sys/oss/oss_probe.c: idem
24289           - check for soundcard.h in different places for some BSD
24290
24291 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24292
24293         * AUTHORS:
24294         Add me to the authors file
24295         * configure.ac:
24296         Increase the libdv requirement to >= version 0.100
24297         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24298         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24299         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24300         * ext/dv/gstdvdec.h:
24301         Add support for the new_media flag when sending DISCONT events
24302         Make the querying work when video pad is not linked
24303
24304 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24305
24306         reviewed by Benjamin Otte  <otte@gnome.org>
24307
24308         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24309           create a NULL-initialized array of pads, so we don't think they
24310           exist already. (fixes #143130)
24311
24312 2004-06-07  Benjamin Otte  <otte@gnome.org>
24313
24314         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24315         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24316         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24317           don't use // coments
24318
24319 2004-06-07  Benjamin Otte  <otte@gnome.org>
24320
24321         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24322           cast to GstClockTime to get higher granularity
24323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24324           use gst_element_set_time_delay to get the exact time
24325         * ext/mad/gstmad.c: (gst_mad_chain):
24326           use the negotiated rate instead of the current frame's rate which
24327           might be wrong because of bit errors. This avoids emitting totally
24328           bogus timestamps and screwing sync.
24329         (fixes #143454)
24330
24331 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24332
24333         reviewed by Benjamin Otte  <otte@gnome.org>
24334
24335         * gst/adder/gstadder.c: (gst_adder_loop):
24336           properly error out when no negotiation has happened yet. (fixes
24337           #143032)
24338
24339 2004-06-06  Benjamin Otte  <otte@gnome.org>
24340
24341         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24342           forward correctly transformed offset in discont events. Based on
24343           patch by Arwed v. Merkatz. (fixes #142851)
24344
24345 2004-06-06  David Schleef  <ds@schleef.org>
24346
24347         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24348         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24349         problems on several systems.
24350
24351 2004-06-06  Benjamin Otte  <otte@gnome.org>
24352
24353         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24354           use explicit caps on the srcpad
24355         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24356           properly error out if caps couldn't be set (fixes #142764)
24357
24358 2004-06-06  Benjamin Otte  <otte@gnome.org>
24359
24360         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24361         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24362         (gst_alsa_start_audio):
24363           - don't call set_periods_integer anymore, it breaks the
24364           configuration randomly
24365           - call snd_pcm_hw_params_set_access directly instead of using masks
24366           - don't fail if the sw_params can't be set, just use the default
24367           params and hope it works. Alsalib has weird issues when you touch
24368           sw_params and does no proper error reporting about what failed.
24369         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24370         (gst_alsa_close_audio):
24371           make our alsa debugging go via gst debugging and not conditionally
24372           defined
24373         * ext/alsa/gstalsa.h:
24374           add ALSA_DEBUG_FLUSH macro
24375         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24376         (plugin_init):
24377           wrap alsa errors to be printed via the gst debugging system and not
24378           spammed to stderr
24379
24380 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24381
24382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24383         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24384         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24385         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24386         (qtdemux_parse_trak):
24387         * gst/qtdemux/qtdemux.h:
24388           Bitch. Also known as seeking, querying & co.
24389         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24390         (gst_osssink_change_state):
24391         * sys/oss/gstosssink.h:
24392           Resyncing is for weenies, this hack is no longer needed and was
24393           broken anyway (since it - unintendedly - always leaves resync to
24394           TRUE).
24395
24396 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24397
24398         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24399         * gst/tcp/gsttcpclientsrc.h: idem
24400           - define MSG_NOSIGNAL if not done
24401           - include unistd.h for off_t
24402           (fixes #143749)
24403
24404 2004-06-05  Benjamin Otte  <otte@gnome.org>
24405
24406         * configure.ac:
24407         * ext/kio/Makefile.am:
24408           check for qt's moc preprocessor explicitly and use it
24409
24410 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24411
24412         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24413           don't get a signal for EPIPE on socket writes
24414           (somebody check if this works on other platforms)
24415
24416 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24417
24418         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24419         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24420           check error condition on available samples correctly
24421
24422 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24423
24424         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24425           avoid a segfault
24426         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24427         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24428         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24429         (gst_tcpserversrc_gdp_read_header):
24430          use ssize_t over size_t since the former is signed and thus the
24431          check for error codes can work
24432
24433 2004-06-02  Wim Taymans  <wim@fluendo.com>
24434
24435         reviewed by: Johan
24436
24437         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24438         (gst_multipart_mux_loop):
24439         Oops
24440
24441 2004-06-02  Wim Taymans  <wim@fluendo.com>
24442
24443         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24444         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24445         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24446         (gst_multipart_mux_change_state):
24447         Added configurable boundary specifier, added the value as a
24448         caps field as well.
24449
24450 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24451
24452         * gst/tcp/gsttcp.c:
24453         * gst/tcp/gsttcpclientsrc.c:
24454         * gst/tcp/gsttcpclientsrc.h:
24455         * gst/tcp/gsttcpserversrc.c:
24456           - portability fix, to compile on OSX
24457             (fixes #143146)
24458
24459         * sys/osxaudio/gstosxaudioelement.c:
24460         * sys/osxaudio/gstosxaudiosink.c:
24461         * sys/osxaudio/gstosxaudiosrc.c:
24462           - compilation warnings on OSX
24463             (fixes #143153)
24464
24465 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24466
24467         * ext/vorbis/vorbisdec.c : sign warning fixes
24468
24469         * gst-libs/gst/mixer/mixertrack.c :
24470           do no use defines which are glib 2.4 specific
24471
24472 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24473
24474         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24475           buffer since libflac doesn't expect it (reports a sync error when
24476           it encounters that)
24477
24478
24479 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24480
24481         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24482         * gst-libs/gst/mixer/mixertrack.c:
24483         (gst_mixer_track_get_property), (get_mixer_track_init),
24484         (get_mixer_track_get_property): Added property accessors
24485         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24486         * gst-libs/gst/mixer/mixeroptions.c:
24487         (gst_mixer_options_get_values): Added
24488         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24489         * gst-libs/gst/mixer/mixer.c: Fixed comment
24490
24491
24492 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24493
24494         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24495           improve error messages on open
24496
24497
24498 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24499
24500         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24501           check if v4l-conf is in path
24502
24503 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24504
24505         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24506           change assert to a more readable error message
24507
24508 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24509
24510         * gst-libs/gst/tuner/tunerchannel.h:
24511           - add a freq_multiplicator field to make the conversion
24512             between internal frequency unit and Hz
24513         * sys/v4l/gstv4lelement.c:
24514         * sys/v4l2/gstv4l2element.c:
24515           - change default video device to /dev/video0
24516         * sys/v4l/v4l_calls.c:
24517         * sys/v4l2/v4l2_calls.c:
24518           - we only expose frequency to the user in Hz instead of
24519             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24520
24521 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24522         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24523           Initialise b_o_s and e_o_s variables
24524         * gst-libs/gst/riff/riff-media.c:
24525         (gst_riff_create_video_caps_with_data):
24526           Add some unusual fourcc's from mplayer avi's
24527         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24528           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24529           autoplugging.
24530
24531 2004-05-28  Wim Taymans  <wim@fluendo.com>
24532
24533         * configure.ac:
24534         * gst/alpha/Makefile.am:
24535         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24536         (gst_alpha_get_type), (gst_alpha_base_init),
24537         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24538         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24539         (gst_alpha_chroma_key), (gst_alpha_chain),
24540         (gst_alpha_change_state), (plugin_init):
24541         A plugin to add an alpha channel to I420 video. Can optionally do
24542         chroma keying.
24543         * gst/multipart/Makefile.am:
24544         * gst/multipart/multipart.c: (plugin_init):
24545         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24546         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24547         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24548         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24549         (gst_multipart_demux_change_state),
24550         (gst_multipart_demux_plugin_init):
24551         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24552         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24553         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24554         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24555         (gst_multipart_mux_pad_unlink),
24556         (gst_multipart_mux_request_new_pad),
24557         (gst_multipart_mux_handle_src_event),
24558         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24559         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24560         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24561         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24562         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24563         send multipart jpeg images to a browser.
24564         * gst/videobox/Makefile.am:
24565         * gst/videobox/README:
24566         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24567         (gst_video_box_get_type), (gst_video_box_base_init),
24568         (gst_video_box_class_init), (gst_video_box_init),
24569         (gst_video_box_set_property), (gst_video_box_get_property),
24570         (gst_video_box_sink_link), (gst_video_box_i420),
24571         (gst_video_box_ayuv), (gst_video_box_chain),
24572         (gst_video_box_change_state), (plugin_init):
24573         Crops or adds borders around an image. can do alpha channel
24574         borders as well.
24575         * gst/videomixer/Makefile.am:
24576         * gst/videomixer/README:
24577         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24578         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24579         (gst_videomixer_pad_get_sink_event_masks),
24580         (gst_videomixer_pad_get_property),
24581         (gst_videomixer_pad_set_property),
24582         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24583         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24584         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24585         (gst_videomixer_base_init), (gst_videomixer_class_init),
24586         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24587         (gst_videomixer_handle_src_event),
24588         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24589         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24590         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24591         (gst_videomixer_loop), (gst_videomixer_get_property),
24592         (gst_videomixer_set_property), (gst_videomixer_change_state),
24593         (plugin_init):
24594         Generic video mixer plugin, can handle multiple inputs all with
24595         different framerates and video sizes. Is fully alpha channel
24596         aware.
24597
24598 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24599
24600         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24601           Select first track as master track. Not sure how else to handle
24602           that...
24603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24604           Discard discont events. Should fix #142962.
24605
24606 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24607
24608         * ext/alsa/Makefile.am:
24609         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24610         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24611         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24612         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24613         (gst_alsa_mixer_get_option):
24614         * ext/alsa/gstalsamixer.h:
24615         * ext/alsa/gstalsamixeroptions.c:
24616         (gst_alsa_mixer_options_get_type),
24617         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24618         (gst_alsa_mixer_options_new):
24619         * ext/alsa/gstalsamixeroptions.h:
24620         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24621         * ext/alsa/gstalsamixertrack.h:
24622           Add enumerations (as GstMixerOptions). Make correct distinction
24623           between input/output tracks. Add capture/playback private flag.
24624           Use flag to decide on whether to set capture or playback volumes
24625           or switches. Use playback and record switches.
24626         * gst-libs/gst/mixer/Makefile.am:
24627         * gst-libs/gst/mixer/mixer-marshal.list:
24628         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24629         (gst_mixer_set_option), (gst_mixer_get_option),
24630         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24631         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24632         * gst-libs/gst/mixer/mixer.h:
24633         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24634         (gst_mixer_options_class_init), (gst_mixer_options_init),
24635         (gst_mixer_options_dispose):
24636         * gst-libs/gst/mixer/mixeroptions.h:
24637           Add GstMixerOptions.
24638         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24639           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24640           broken device detection on computers with multiple OSS sound
24641           cards.
24642
24643 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24644
24645         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24646           fixate nicely even when the peer is not negotiating
24647
24648 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24649
24650         * gst/audioconvert/gstaudioconvert.c:
24651         (gst_audio_convert_parse_caps):
24652           make sure we don't allow depth > width
24653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24654           fixate endianness to G_BYTE_ORDER as default
24655         * gst/audioscale/gstaudioscale.c:
24656           we don't handle another endianness as host-endianness
24657
24658 2004-05-25  David Schleef  <ds@schleef.org>
24659
24660         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24661
24662 2004-05-24  Benjamin Otte  <otte@gnome.org>
24663
24664         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24665         (gst_oggvorbisenc_setup):
24666           properly fail when we can't setup the vorbis encoder due to
24667           unsupported settings
24668         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24669         (gst_vorbisenc_setup):
24670           same
24671         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24672           fix case where warnings occured when one pad was unlinked while the
24673           other's link function was called
24674
24675 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24676
24677         * gst/tcp/Makefile.am:
24678           use GST_ENABLE_NEW
24679
24680 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24681
24682         * gst-libs/gst/resample/private.h:
24683           don't use optimizations that are #if 0'ed
24684
24685 2004-05-24  Wim Taymans  <wim@fluendo.com>
24686
24687         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24688         Fix potential division by zero error and hopefully get
24689         the position query right to get correct timestamps on avi
24690         audio.
24691
24692 2004-05-24  Wim Taymans  <wim@fluendo.com>
24693
24694         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24695         (gst_videoscale_scale_nearest_str2),
24696         (gst_videoscale_scale_nearest_str4),
24697         (gst_videoscale_scale_nearest_32bit),
24698         (gst_videoscale_scale_nearest_24bit),
24699         (gst_videoscale_scale_nearest_16bit):
24700         Fix the scaling algorithm and avoid a buffer overflow.
24701         removed the while loop in the scaling function as it
24702         was used for point sampling only.
24703
24704 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24705
24706         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24707         (gst_id3_tag_class_init), (gst_id3_tag_init),
24708         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24709         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24710         (gst_id3_tag_send_tag_event):
24711           lots of fixes to make id3mux work and id3demux work correctly
24712
24713 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24714
24715         * ext/Makefile.am:
24716           add rules to build shout2send (was removed by accident
24717           when this module was no more marked experimental/broken)
24718
24719 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24720
24721         * ext/shout2/gstshout2.c:
24722         * ext/shout2/gstshout2.h:
24723           adding a "connection problem" signal to shout2send
24724           (fixes #142954)
24725
24726 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24727
24728         * ext/kio/kioreceiver.cpp:
24729         * ext/kio/kioreceiver.h:
24730           fix sign comparison issues
24731
24732 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24733
24734         * gst/cdxaparse/gstcdxaparse.c:
24735         * gst/cdxaparse/gstcdxaparse.h:
24736           some renaming
24737           add some checks/sanity
24738           prepare for seek addition
24739
24740         * sys/sunaudio/gstsunaudio.c:
24741           remove exported dupe init function
24742
24743 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24744
24745         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24746         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24747           Fix format conversion and position querying.
24748         * gst/debug/progressreport.c: (gst_progressreport_report):
24749           Don't output a bogus total value that we didn't query.
24750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24751           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24752           only a blank window after xine has been used.
24753
24754 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24755
24756         * m4/as-arts.m4:
24757           sync with upstream version to fix test on FC2
24758           readd with -ko to preserve Id header
24759
24760 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24761
24762         * configure.ac:
24763           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24764         * gst/tcp/gsttcpclientsrc.c: idem
24765         * gst/tcp/gsttcpserversink.c: idem
24766         * gst/tcp/gsttcpserversrc.c: idem
24767         * m4/gst-fionread.m4: idem
24768
24769         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24770
24771         * configure.ac: enable speex plugin for speex 1.1.5+
24772         * ext/speex/gstspeexenc.c: fix cast warning
24773
24774         * ext/esd/README: fix typo
24775
24776 2004-05-20  David Schleef  <ds@schleef.org>
24777
24778         * configure.ac: Minor cosmetic change to convince the buildbot to
24779         reautogen.
24780         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24781         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24782         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24783         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24784         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24785         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24786         More hacking.  Plays audio now.
24787
24788 2004-05-20  David Schleef  <ds@schleef.org>
24789
24790         * configure.ac:
24791         * sys/Makefile.am:
24792
24793 2004-05-20  David Schleef  <ds@schleef.org>
24794
24795         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24796         * sys/osxaudio/gstosxaudio.c:
24797         * sys/osxaudio/gstosxaudioelement.c:
24798         * sys/osxaudio/gstosxaudioelement.h:
24799         * sys/osxaudio/gstosxaudiosink.c:
24800         * sys/osxaudio/gstosxaudiosink.h:
24801         * sys/osxaudio/gstosxaudiosrc.c:
24802         * sys/osxaudio/gstosxaudiosrc.h:
24803
24804 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24805
24806         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24807         (gst_vorbisenc_chain):
24808           put the codec headers on the caps as streamheader as well as
24809           pushing them out
24810
24811 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24812
24813         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24814         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24815         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24816         split up push_packet into two functions
24817
24818 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24819
24820         * gst/tcp/.cvsignore:
24821           ignore enums
24822         * gst/tcp/Makefile.am:
24823         * gst/tcp/README:
24824         * gst/tcp/gsttcp.c:
24825         * gst/tcp/gsttcp.h:
24826         * gst/tcp/gsttcpclientsink.c:
24827         * gst/tcp/gsttcpclientsink.h:
24828         * gst/tcp/gsttcpclientsrc.c:
24829         * gst/tcp/gsttcpclientsrc.h:
24830         * gst/tcp/gsttcpplugin.c:
24831         * gst/tcp/gsttcpserversink.c:
24832         * gst/tcp/gsttcpserversink.h:
24833         * gst/tcp/gsttcpserversrc.c:
24834         * gst/tcp/gsttcpserversrc.h:
24835           add new tcp elements
24836
24837 2004-05-19  Wim Taymans  <wim@fluendo.com>
24838
24839         * gst/law/mulaw-conversion.c: (mulaw_encode):
24840         Fix overflow bug in ulaw encoding.
24841
24842 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24843
24844         * ext/mad/gstmad.c: (gst_mad_handle_event):
24845           don't unref the event twice
24846
24847 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24848
24849         * configure.ac:
24850           remove -Wno-sign-compare
24851
24852 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24853
24854         * configure.ac:
24855           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24856           if you want to work against glib 2.2 and 2.4
24857
24858 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24859
24860         * gst/tcp/Makefile.am:
24861         * gst/tcp/gsttcp.c:
24862         * gst/tcp/gsttcp.h:
24863         * gst/tcp/gsttcpsink.h:
24864         * gst/tcp/gsttcpsrc.h:
24865           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24866
24867 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24868
24869         * gst/debug/tests.c: (md5_get_value):
24870           fix segfault on gst-inspect
24871
24872 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24873
24874         * gst/debug/testplugin.c:
24875         * gst/debug/tests.c:
24876         * gst/debug/tests.h:
24877           add new extensible and configurable testing element. Current tests
24878           include buffer count, stream length, timestamp/duration matching and
24879           md5.
24880         * gst/debug/Makefile.am:
24881         * gst/debug/gstdebug.c: (plugin_init):
24882           add infrastructure for new element
24883
24884 2004-05-19  Johan Dahlin  <johan@gnome.org>
24885
24886         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24887         ending of the array. Fixes gst-inspect segfault on ppc.
24888
24889 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24890
24891         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24892
24893         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24894
24895 2004-05-18  David Schleef  <ds@schleef.org>
24896
24897         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24898         warnings (bugs, actually) noticed by gcc but not forte.
24899
24900 2004-05-18  David Schleef  <ds@schleef.org>
24901
24902         * sys/sunaudio/Makefile.am:
24903         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24904
24905 2004-05-18  David Schleef  <ds@schleef.org>
24906
24907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24908         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24909         to allow qtdemux to use non-seekable streams. (bug #142272)
24910
24911 2004-05-18  David Schleef  <ds@schleef.org>
24912
24913         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24914         (gst_resample_sinc_ft_float): Remove use of static temporary
24915         buffer.  This code was obviously not supposed to last long, but
24916         it's stuck in our ABI, so it required a little hack to make it
24917         ABI-compatible.  Fixes #142585.
24918         * gst-libs/gst/resample/resample.h: same.
24919
24920 2004-05-18  David Schleef  <ds@schleef.org>
24921
24922         * configure.ac: Add sunaudio
24923         * examples/Makefile.am: make gstplay depend on gconf
24924         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24925         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24926         (convert_table_lookup), (img_convert): remove c99-isms
24927         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24928           unsigned, to fix a warning on Solaris
24929         * gst/mpeg1sys/systems.c: bcopy->memcpy
24930         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24931         * sys/Makefile.am: Add sunaudio
24932
24933 2004-05-18  Wim Taymans  <wim@fluendo.com>
24934
24935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24936         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24937         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24938         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24939         (gst_ogg_mux_loop):
24940         Fix an ugly memleak where the muxer didn't flush enough ogg
24941         pages. This also resulted in badly muxed ogg files.
24942
24943 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24944
24945         * gst/asfdemux/asfheaders.c :
24946         * gst/asfdemux/asfheaders.h :
24947         * gst/asfdemux/gstasfdemux.c :
24948           - fix ASF_OBJ_PADDING guid
24949           - add 3 new object guids (language list, metadata,
24950             extended stream properties)
24951           - add a function to parse extended header objects
24952
24953 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24954
24955         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24956           remove leftover debugging g_print
24957
24958 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24959
24960         * ext/mad/gstmad.c: (gst_mad_handle_event):
24961           Fix for when the first format in a discont event is not a
24962           byte-based one. Should fix #137710.
24963
24964 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24965
24966         * m4/a52.m4 : fix compilation with -Wall -Werror
24967         * m4/libfame.m4 : idem
24968         * m4/libmikmod.m4 : idem
24969
24970 2004-05-17  Benjamin Otte  <otte@gnome.org>
24971
24972         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24973           signal the new tags before giving up the reference
24974
24975 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24976
24977         * ext/shout2/gstshout2.c:
24978           use application/ogg instead of application/x-ogg (patch by Patrick
24979           Guimond, fixes #142432)
24980         * sys/oss/gstosselement.c: (gst_osselement_reset),
24981         (gst_osselement_sync_parms):
24982           don't set fragment size unless specified (fixes #142493)
24983
24984 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24985
24986         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24987           fixes #142664
24988
24989 2004-05-17  Benjamin Otte  <otte@gnome.org>
24990
24991         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24992           compute offsets correctly for internal buffers so timestamps are set
24993           correctly when we can't seek. Also handle cases where there are no
24994           offsets. (based on a patch by David Moore, fixes #142507)
24995
24996 2004-05-17  Benjamin Otte  <otte@gnome.org>
24997
24998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24999           use correct variable when determining amount of data to skip so we
25000           don't skip into the void and segfault
25001
25002 2004-05-16  Benjamin Otte  <otte@gnome.org>
25003
25004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25005           Hi, I'm a memleak
25006
25007 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25008
25009         * gst/asfdemux/gstasfdemux.c:
25010           - fix a mem leak and always propagate tags
25011           - add WMV3 to known video codecs (but no decoder yet)
25012           - replace "surplus data" at end of audio header for what
25013             it is : codec specific data
25014           - fix a typo
25015
25016 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25017
25018         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25019
25020         * gst-libs/gst/audio/audioclock.c:
25021           Fix wrong return type (#142205).
25022
25023 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25024
25025         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25026           Ignore CRCs by default (fixes #142566).
25027
25028 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25029
25030         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25031         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25032         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25033         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25034         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25035         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25036           Fix for cases where we fail to attach to a mixer.
25037
25038 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25039
25040         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25041           Don't touch events after not owning them anymore.
25042         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25043         (gst_wavparse_fmt), (gst_wavparse_other),
25044         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25045         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25046         (gst_wavparse_srcpad_event):
25047         * gst/wavparse/gstwavparse.h:
25048           Add seeking, fix querying.
25049
25050 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25051
25052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25053           - process comments even if they don't end with \0\0
25054             g_convert would ignore them if present and works well without them
25055
25056 2004-05-16  Benjamin Otte  <otte@gnome.org>
25057
25058         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25059           simplify caps
25060
25061 2004-05-16  Benjamin Otte  <otte@gnome.org>
25062
25063         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25064           don't write to memory we might not write to - g_convert does that
25065           for us anyway (fixes #142613)
25066         (gst_asf_demux_audio_caps):
25067           comment out gst_util_dump_mem
25068
25069 2004-05-16  Benjamin Otte  <otte@gnome.org>
25070
25071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25072           compute correct expected timestamps after seek (broken since
25073           last commit)
25074         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25075           rename element and debugging category to gdkpixbufscale
25076
25077 2004-05-16  Benjamin Otte  <otte@gnome.org>
25078
25079         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25080           add error checking to snd_pcm_delay and remove duplicate call to
25081           snd_pcm_delay that caused issues (see inline code comments)
25082         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25083           make more readable and fix return value when snd_pcm_delay fails
25084         (fixes #142586)
25085
25086 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25087         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25088         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25089         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25090         (gst_pixbufscale_link), (gst_pixbufscale_init),
25091         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25092         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25093         (gst_pixbufscale_get_property), (pixbufscale_init):
25094         * ext/gdk_pixbuf/pixbufscale.h:
25095         Add these files I forgot earlier
25096
25097 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25098         * ext/gdk_pixbuf/Makefile.am:
25099         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25100         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25101         Add new pixbufscale element to scale RGB video
25102         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25103         and HYPER interpolation correctly.
25104         * ext/theora/theoraenc.c: (theora_enc_chain),
25105         Discard buffer and return if explicit caps could not be set
25106         (theora_enc_get_property):
25107         Make _get return kbps for the bitrate consistent with
25108         the _set function.
25109
25110
25111 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25112
25113         * ext/libvisual/visual.c: (gst_visual_chain):
25114           add missing visual_audio_analyze
25115
25116 2004-05-14  David Schleef  <ds@schleef.org>
25117
25118         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25119         is killed while we're playing.
25120         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25121         gst_element_no_more_pads().
25122
25123 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25124
25125         * gst-libs/gst/riff/riff-read.c :
25126           - fix INFO tag extraction in RIFF/AVI files
25127             because gst_event_unref (event) also freed taglist
25128           - avoid a mem leak
25129
25130 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25131
25132         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25133         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25134
25135         * gst/auparse/gstauparse.c :
25136           - add code (commented for now) to support audio/x-adpcm on src pad
25137             (we have no decoder for those layout yet)
25138
25139         * gst/cdxaparse/gstcdxaparse.c :
25140         * gst/cdxaparse/gstcdxaparse.h :
25141           - partial rewrite using RiffRead (ripped iain's wavparse code)
25142
25143         * gst/rtp/gstrtpL16enc.c : typo
25144         * gst/rtp/gstrtpgsmenc.c : typo
25145
25146 2004-05-13  Benjamin Otte  <otte@gnome.org>
25147
25148         * configure.ac:
25149           check for exact version of libvisual, it's not supposed to be
25150           API/ABI stable yet
25151
25152 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25153
25154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25155           signal no-more-pads
25156
25157 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25158
25159         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25160         Report which format was used for GST_FORMAT_DEFAULT
25161         * gst/debug/Makefile.am:
25162         * gst/debug/gstdebug.c: (plugin_init):
25163         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25164         (gst_progressreport_class_init), (gst_progressreport_init),
25165         (gst_progressreport_report), (gst_progressreport_set_property),
25166         (gst_progressreport_get_property), (gst_progressreport_chain),
25167         (gst_progressreport_plugin_init):
25168         Add progressreport element for testing.
25169
25170 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25171
25172         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25173         * sys/v4l/gstv4lsrc.h:
25174         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25175         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25176         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25177         (gst_v4lsrc_grab_frame):
25178           add more debugging
25179           send a discont at start
25180
25181 2004-05-12  Colin Walters  <walters@redhat.com>
25182
25183         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25184         inflooping if we can't find a chunk.  Or in other words, don't blow
25185         chunks if we don't have a chunk to blow.
25186
25187 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25188         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25189         Remove old debug output
25190         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25191         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25192         (gst_dvdec_set_property), (gst_dvdec_get_property):
25193         Change the quality setting to an enum, so it works from gst-launch
25194         Don't renegotiate a non-linked pad. Allows audio only decoding.
25195         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25196         (gst_deinterlace_link), (gst_deinterlace_init):
25197         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25198         (gst_videodrop_link):
25199         Some caps negotiation fixes
25200
25201 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25202
25203         * ext/tarkin/gsttarkin.c :
25204           - Change RANK from NONE to PRIMARY
25205         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25206           - Change RANK from NONE to MARGINAL
25207         * ext/divx/gstdivxenc.c :
25208           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25209
25210 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25211
25212         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25213         (gst_vorbisenc_push_packet):
25214           copy a function that was added between 1.0 and 1.0.1 until we
25215           depend on worthwhile features of post-1.0
25216
25217 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25218
25219         * configure.ac:
25220           enable shout2 by default
25221         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25222         (gst_shout2send_base_init), (gst_shout2send_init),
25223         (gst_shout2send_connect), (gst_shout2send_change_state):
25224         * ext/shout2/gstshout2.h:
25225           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25226           #142262)
25227         * ext/theora/theora.c: (plugin_init):
25228           don't set rank on encoders
25229
25230 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25231
25232         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25233           Use codec_data property instead of flag1 and flag2 for wma
25234
25235 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25236
25237         * gst/cdxaparse/gstcdxaparse.c :
25238           - Add mpegversion to CAPS to make it link
25239           - Rank is as GST_RANK_SECONDARY instead of NONE
25240         * gst/auparse/gstauparse.c :
25241           - Document all audio encoding we can encounter from Solaris 9
25242             headers and libsndfile information.
25243           - Increase max. rate from 48000 to 192000 (to match other elements)
25244           - Don't try to play junk data between header and samples
25245
25246 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25247
25248         * ext/libvisual/visual.c: (gst_visual_getcaps):
25249           use the right caps depending on endianness (I hope)
25250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25251           use GST_RANK_NONE for all non-decoding elements or spider gets
25252           mighty confused
25253
25254 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25255
25256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25257           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25258
25259 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25260
25261         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25262         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25263         (gst_switch_loop), (gst_switch_get_type):
25264           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25265           HEADERS. Had to be said.
25266
25267 2004-05-10  David Schleef  <ds@schleef.org>
25268
25269         * configure.ac: Add prototype Dirac support.
25270         * ext/Makefile.am:
25271         * ext/dirac/Makefile.am:
25272         * ext/dirac/gstdirac.cc:
25273         * ext/dirac/gstdiracdec.cc:
25274
25275 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25276
25277         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25278         (gst_auparse_init), (gst_auparse_chain),
25279         (gst_auparse_change_state):
25280           Hack around spider. Remove me some day please.
25281
25282 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25283
25284         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25285           Fix for some uninitialized variables in previous patch, also
25286           makes it work. Fixes #142286 while we're at it.
25287
25288 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25289
25290         * gst/auparse/gstauparse.c:
25291                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25292                 only unsupported formats are ADPCM/CCITT G.72x
25293                 reviewed by Ronald
25294         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25295
25296 2004-05-10  Wim Taymans  <wim@fluendo.com>
25297
25298         * ext/vorbis/Makefile.am:
25299         * ext/vorbis/README:
25300         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25301         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25302         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25303         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25304         (gst_oggvorbisenc_convert_sink),
25305         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25306         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25307         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25308         (get_constraints_string), (update_start_message),
25309         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25310         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25311         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25312         * ext/vorbis/oggvorbisenc.h:
25313         * ext/vorbis/vorbis.c: (plugin_init):
25314         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25315         (raw_caps_factory), (gst_vorbisenc_class_init),
25316         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25317         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25318         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25319         * ext/vorbis/vorbisenc.h:
25320         Added a raw vorbis encoder to be used with the oggmuxer.
25321         We still need the old encoder for some gnome applications,
25322         read the README to find out how that works.
25323         The raw encoder is called "rawvorbisenc" until 0.9.
25324
25325 2004-05-10  Wim Taymans  <wim@fluendo.com>
25326
25327         * ext/ogg/gstogg.c: (plugin_init):
25328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25329         (gst_ogg_print):
25330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25331         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25332         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25333         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25334         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25335         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25336         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25337         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25338         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25339         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25340         Added an ogg muxer.
25341         Small typo fixes in the demuxer.
25342
25343 2004-05-10  Wim Taymans  <wim@fluendo.com>
25344
25345         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25346         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25347         (theora_enc_change_state), (theora_enc_set_property),
25348         (theora_enc_get_property):
25349         Mark the last packet with an EOS flag which is not really needed
25350         in gstreamer.
25351         Do some better video framerate initialisation.
25352         Update the buffer timestamp.
25353
25354 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25355
25356         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25357         Return the result of the parent state change call
25358
25359 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25360
25361         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25362         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25363         * gst/law/alaw-encode.c : (idem)
25364         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25365         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25366         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25367
25368 2004-05-09  Benjamin Otte  <otte@gnome.org>
25369
25370         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25371           don't use a fixed buffer size when writing variable length data to
25372           it. Fixes memory corruption and makes alsasrc work
25373
25374 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25375
25376         * ext/gnomevfs/gstgnomevfssink.c:
25377         (_gst_boolean_allow_overwrite_accumulator),
25378         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25379           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25380           RUN_LAST, and don't use that to set the accumulator value because
25381           then it's always FALSE.
25382
25383 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25384
25385         * gst-libs/gst/riff/riff-media.c:
25386         (gst_riff_create_video_caps_with_data),
25387         (gst_riff_create_audio_caps),
25388         (gst_riff_create_audio_template_caps):
25389         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25390           Fix for unaligned RIFF files (i.e. where all the chunks together
25391           in a LIST chunk are not of the same size as the size given in
25392           the LIST chunk header). Fixes several odd WAVE files. Also fix
25393           ADPCM (block_align property) in audio, so that wavparse based
25394           on this works now as it used to stand-alone.
25395
25396 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25397
25398         reviewed by Benjamin Otte  <otte@gnome.org>
25399
25400         * ext/a52dec/gsta52dec.c:
25401         * ext/divx/gstdivxdec.c:
25402         * ext/divx/gstdivxenc.c:
25403         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25404         * ext/faac/gstfaac.c: (gst_faac_base_init):
25405         * ext/faad/gstfaad.c: (gst_faad_base_init):
25406         * ext/ivorbis/vorbisfile.c:
25407         * ext/lame/gstlame.c:
25408         * ext/libfame/gstlibfame.c:
25409         * ext/mpeg2enc/gstmpeg2enc.cc:
25410         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25411         * ext/sidplay/gstsiddec.cc:
25412         * ext/speex/gstspeexdec.c:
25413         * ext/speex/gstspeexenc.c:
25414         * ext/xvid/gstxviddec.c:
25415         * ext/xvid/gstxvidenc.c:
25416           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25417           (fixes #142193)
25418
25419 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25420
25421         * ext/alsa/gstalsa.c: (device_list),
25422         (gst_alsa_class_probe_devices):
25423         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25424           Fix alsa oddness in mixer after the combination of using mixer
25425           in source/sink elements and using hw:x,y instead of just hw:x.
25426
25427 2004-05-09  Benjamin Otte  <otte@gnome.org>
25428
25429         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25430         (gst_wavparse_create_sourcepad):
25431           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25432           sourcepads
25433
25434 2004-05-09  Benjamin Otte  <otte@gnome.org>
25435
25436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25437           allow discont events before caps nego
25438
25439 2004-05-08  Benjamin Otte  <otte@gnome.org>
25440
25441         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25442           don't leak events
25443
25444 2004-05-08  Benjamin Otte  <otte@gnome.org>
25445
25446         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25447         (gst_level_change_state), (gst_level_init):
25448         * gst/level/gstlevel.h:
25449           figure out if we're initialized directly instead of keeping a
25450           variable that's wrong in 90% of cases
25451           don't initialize pads and then leak them and use a new unitialized
25452           pad. (fixes #142084)
25453           these were bugs so n00bish I didn't find them for an hour :/
25454
25455 2004-05-08 Iain <iain@prettypeople.org>
25456
25457         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25458         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25459         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25460         return the length that was read.
25461         (gst_riff_read_strf_auds): Allow fmt tags as well.
25462
25463 2004-05-07  David Schleef  <ds@schleef.org>
25464
25465         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25466         signed char assumption in faad.h.
25467
25468 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25469
25470         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25471           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25472
25473 2004-05-07  Colin Walters  <walters@redhat.com>
25474
25475         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25476         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25477         function.
25478         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25479         Add dispose function.
25480
25481 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25482         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25483           Fix caps nego and pad templates. RGB mode caps should
25484           work now.
25485         * ext/dvdnav/gst-dvd:
25486           Move mpeg2dec inside the thread because otherwise the
25487           queue rejects cap changes mid-stream
25488         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25489         (gst_mpeg2dec_flush_decoder):
25490           For mpeg2dec > 0.4.0, call the flush function instead of
25491           manually extracting all in-flight frames.
25492         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25493         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25494           Change mime type video/dv go video/x-dv to match the
25495           rest of gst-plugins
25496
25497 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25498
25499         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25501         (gst_alsa_sink_class_init):
25502         * ext/alsa/gstalsasink.h:
25503         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25504         (gst_alsa_src_class_init):
25505         * ext/alsa/gstalsasrc.h:
25506           Make alsasink/src a subclass of alsamixer so that mixer stuff
25507           shows up in gst-rec. Needs some finetuning.
25508
25509 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25510
25511         * ext/lame/gstlame.c: (gst_lame_chain):
25512           simplify
25513         * ext/mad/gstmad.c: (gst_mad_handle_event):
25514           fix event leak
25515         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25516           be able to detect mp3 files < 4096 bytes
25517
25518 2004-05-06  Wim Taymans  <wim@fluendo.com>
25519
25520         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25521         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25522         (theora_enc_set_property), (theora_enc_get_property):
25523         Also encode the first frame, cleanup some code.
25524
25525 2004-05-06  Wim Taymans  <wim@fluendo.com>
25526
25527         * ext/mpeg2enc/gstmpeg2enc.cc:
25528         Forward events first before deciding that negotiation was
25529         not performed.
25530
25531 2004-05-06  Wim Taymans  <wim@fluendo.com>
25532
25533         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25534         First process the events before deciding that negotiation
25535         was not performed.
25536
25537 2004-05-06  Wim Taymans  <wim@fluendo.com>
25538
25539         * ext/theora/Makefile.am:
25540         * ext/theora/theora.c: (plugin_init):
25541         * ext/theora/theoradec.c: (theora_dec_change_state):
25542         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25543         (gst_theora_enc_class_init), (gst_theora_enc_init),
25544         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25545         (theora_enc_chain), (theora_enc_change_state),
25546         (theora_enc_set_property), (theora_enc_get_property):
25547         Added a theora encoder, grouped the encoder and decoder into the
25548         same plugin.
25549
25550 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25551
25552         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25553         (gst_jpegenc_chain):
25554         fix DURATION on outgoing buffers
25555         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25556         debug using time formats
25557         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25559         (gst_xvimagesink_sink_link):
25560         windows with width/height 0 generate X errors, so don't allow them
25561
25562 2004-05-05  Wim Taymans  <wim@fluendo.com>
25563
25564         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25565         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25566         (gst_mpeg2dec_negotiate_format):
25567         * ext/mpeg2dec/gstmpeg2dec.h:
25568           removed the static pad template so that we can add the
25569           more accurate framerate value to the caps.
25570
25571
25572 2004-05-04  Benjamin Otte  <otte@gnome.org>
25573
25574         * configure.ac:
25575           check for kdemacros.h, too (should fix #141821)
25576         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25577           don't crash if no header was sent, but nicely error out (fixes part
25578           of #141554)
25579
25580 2004-05-04  Wim Taymans  <wim@fluendo.com>
25581
25582         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25583         parent dispose function to avoid segfault on destroy.
25584
25585 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25586
25587         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25588         (plugin_init):
25589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25590         (gst_xvimagesink_sink_link):
25591         clean up debugging caps
25592         also recreate xvimage when format has changed
25593
25594 2004-05-04  Benjamin Otte  <otte@gnome.org>
25595
25596         * ext/libvisual/Makefile.am:
25597         * ext/libvisual/visual.c: (gst_visual_class_init),
25598         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25599         (gst_visual_srclink), (gst_visual_chain),
25600         (gst_visual_change_state), (plugin_init):
25601           use a GstAdapter to correctly adapt buffer sizes - allows using a
25602           framerate
25603
25604 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25605
25606         * sys/v4l/gstv4lelement.h:
25607         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25608         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25609         (gst_v4lsrc_buffer_free):
25610         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25611         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25612         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25613         (gst_v4lsrc_requeue_frame):
25614         move some debugging categories around
25615         query for fps index and set accordingly if found
25616
25617 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25618
25619         * ext/lame/gstlame.c:
25620         correct defaults that lame_init puts out of range
25621
25622 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25623
25624         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25625         (gst_divxenc_class_init):
25626         fix range since -1 is the default
25627         * gst/mpeg1sys/gstmpeg1systemencode.c:
25628         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25629         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25630         (gst_rtjpegdec_chain):
25631         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25632         (gst_rtjpegenc_chain):
25633         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25634         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25635         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25636         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25637         * sys/v4l/gstv4lsrc.c:
25638         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25639         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25640         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25641         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25642         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25643           remove gst_info calls
25644
25645 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25646
25647         * Makefile.am:
25648         * po/af.po:
25649         * po/az.po:
25650         * po/en_GB.po:
25651         * po/nl.po:
25652         * po/sr.po:
25653         * po/sv.po:
25654           Updated translations
25655
25656 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25657
25658         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25659           refactor/comment code
25660
25661 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25662
25663         * gst/asfdemux/Makefile.am:
25664         * gst/asfdemux/asfheaders.c:
25665         * gst/asfdemux/asfheaders.h:
25666         * gst/asfdemux/gstasf.c: (plugin_init):
25667         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25668         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25669         (gst_asf_demux_setup_pad):
25670         * gst/asfdemux/gstasfdemux.h:
25671         * gst/asfdemux/gstasfmux.c:
25672         * gst/asfdemux/gstasfmux.h:
25673           Add tagging support to demuxer, split out registration in its own
25674           file instead of in demux (hacky), and prevent having some tables
25675           in our memory multiple times (in asfheaders.h).
25676
25677 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25678
25679         * gst/matroska/matroska-demux.c:
25680         (gst_matroska_demux_parse_metadata):
25681         * gst/matroska/matroska-ids.h:
25682           Basic tag reading support.
25683
25684 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25685
25686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25687           Really detect ac-3 audio.
25688         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25689           really detect matroska files (off-by-1).
25690
25691 2004-04-30  David Schleef  <ds@schleef.org>
25692
25693         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25694         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25695         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25696         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25697         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25698         hackage -- parse a lot more atoms, extract a few tags.  One might even
25699         mistake this for tag support.  Maybe it is.
25700         * gst/qtdemux/qtdemux.h:
25701
25702 2004-04-30  Colin Walters  <walters@verbum.org>
25703
25704         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25705
25706 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25707
25708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25709         (gst_ffmpegcolorspace_getcaps):
25710           remove broken nego fix
25711
25712 2004-04-30  Benjamin Otte  <otte@gnome.org>
25713
25714         * configure.ac:
25715         * ext/Makefile.am:
25716         * ext/libvisual/Makefile.am:
25717         * ext/libvisual/visual.c:
25718           add initial support for libvisual (http://libvisual.sourceforge.net)
25719           libvisual is still quite alpha, so expect crashes in there :)
25720
25721 2004-04-29  David Schleef  <ds@schleef.org>
25722
25723         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25724         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25725         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25726         code; you will no longer respect me.
25727
25728 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25729
25730         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25731         * ext/alsa/gstalsa.h :
25732         change alsa pcm device discovery to find more than 1 device
25733         per card. code review by Ronald.
25734
25735 2004-04-29  David Schleef  <ds@schleef.org>
25736
25737         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25738         Add a check for a driver bug on FreeBSD.  (bug #140565)
25739
25740 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25741
25742         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25744         (gst_jpegenc_getcaps):
25745           move format setting to inner loop
25746         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25747         (gst_ffmpegcolorspace_getcaps):
25748           use GST_PAD_CAPS if available so that we use already negotiated
25749           caps
25750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25751         (qtdemux_parse_moov), (qtdemux_parse):
25752           extra debugging
25753         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25754         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25755           move hardcoded path to DEFINE
25756
25757 2004-04-28  David Schleef  <ds@schleef.org>
25758
25759         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25760         (bug #140064)
25761
25762 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25763
25764         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25765           Don't probe for playback device if we're a source element. Fixes
25766           #139658.
25767
25768 2004-04-29  Benjamin Otte  <otte@gnome.org>
25769
25770         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25771         (gst_id3_tag_chain):
25772           rewrite buffer offset
25773
25774 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25775
25776         * configure.ac:
25777         * ext/Makefile.am:
25778         * ext/dts/Makefile.am:
25779         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25780         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25781         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25782         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25783         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25784         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25785         (plugin_init):
25786         * ext/dts/gstdtsdec.h:
25787           New DTS decoder.
25788         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25789         (gst_faad_srcconnect):
25790           Add ESDS atom handling (.m4a).
25791
25792 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25793
25794         * ext/divx/gstdivxdec.c: (plugin_init):
25795           Remove comment that makes no sense.
25796         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25797           Fix for obvious typo that resulted in warnings during gst-register.
25798         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25799         (gst_xviddec_sink_link):
25800           Fix caps negotiation a bit better.
25801         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25802           We call this 'codec_data', not 'esds'.
25803
25804 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25805
25806         * gst/monoscope/gstmonoscope.c:
25807           make sure we only provide 256x128
25808         * gst/monoscope/monoscope.c: (monoscope_init):
25809           assert size of 256x128
25810
25811 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25812
25813         * Makefile.am:
25814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25815         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25816           fixate to max width and height of device
25817
25818 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25819
25820         * Makefile.am:
25821         * sys/v4l/gstv4l.c:
25822         * sys/v4l/gstv4lsrc.c:
25823         * sys/v4l/v4l_calls.c:
25824         * sys/v4l/v4lsrc_calls.c:
25825           fix for qc-usb driver which fakes having more than one buffer
25826           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25827           buffer_free override
25828           add debugging
25829
25830 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25831
25832         * Makefile.am:
25833         * gst/videotestsrc/gstvideotestsrc.c:
25834         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25835         (gst_videotestsrc_init), (gst_videotestsrc_get),
25836         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25837         * gst/videotestsrc/gstvideotestsrc.h:
25838           add num-buffers property
25839
25840         2004-04-26  Benjamin Otte  <otte@gnome.org>
25841
25842         * ext/mad/gstid3tag.c: (plugin_init):
25843           set id3mux rank to NONE so it doesn't confuse spider
25844           require audio/mpeg,mpegversion=1 in id3mux
25845
25846 2004-04-26  Benjamin Otte  <otte@gnome.org>
25847
25848         * configure.ac:
25849           detect faad correctly as non-working if it's indeed non-working
25850
25851 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25852
25853         * Makefile.am:
25854         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25855         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25856         fix _getcaps so it only negotiates to its supported format
25857
25858 2004-04-25  Benjamin Otte  <otte@gnome.org>
25859
25860         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25861           fix memleak
25862
25863 2004-04-23  Benjamin Otte  <otte@gnome.org>
25864
25865         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25866           audio/x-raw-int with height rules! not. Now it's depth.
25867
25868 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25869
25870         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25871         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25872         (gst_wavparse_loop):
25873           Missing variable initialization. Add handling of DVI ADPCM. Fix
25874           mis-parsing of LIST chunks. This works around a bug where we mis-
25875           parse non-aligning LIST chunks (so LIST chunks where the contents
25876           don't align with the actual LIST size). The correct fix is to use
25877           rifflib, I'm not going to fix wavparse - too much work. All this
25878           fixes #104878.
25879
25880 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25881
25882         reviewed by Benjamin Otte  <otte@gnome.org>
25883
25884         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25885           fix shoutcast not working (fixes #140844)
25886
25887 2004-04-22  Benjamin Otte  <otte@gnome.org>
25888
25889         * ext/hermes/gsthermescolorspace.c:
25890         (gst_hermes_colorspace_caps_remove_format_info):
25891         * gst/colorspace/gstcolorspace.c:
25892         (gst_colorspace_caps_remove_format_info):
25893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25894         (gst_ffmpegcolorspace_caps_remove_format_info):
25895           s/gst_caps_simplify/gst_caps_do_simplify/
25896
25897 2004-04-22  Benjamin Otte  <otte@gnome.org>
25898
25899         * gst-libs/gst/riff/riff-media.c:
25900         (gst_riff_create_video_caps_with_data):
25901           mpegversion is an int
25902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25903           don't try to create pad templates with NULL caps, use any caps
25904           instead.
25905
25906 2004-04-20  David Schleef  <ds@schleef.org>
25907
25908         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25909         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25910         (bug #140384)
25911
25912 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25913
25914         reviewed by David Schleef
25915
25916         * ext/mad/gstid3tag.c: Add stdlib.h
25917         * gst/rtp/gstrtpgsmenc.c: same
25918         * gst/tags/gstid3tag.c: same
25919         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25920         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25921         GST_DISABLE_LOADSAVE use.
25922         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25923         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25924         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25925         atol(3)).
25926         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25927         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25928         strtoul(3)).
25929         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25930         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25931         $(ID3_CFLAGS).
25932         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25933         $(LIBFAME_CFLAGS).
25934
25935 2004-04-20  David Schleef  <ds@schleef.org>
25936
25937         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25938         last checkin.  Same idea.
25939
25940 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25941
25942         reviewed by David Schleef
25943
25944         * configure.ac: bump required gstreamer version to 0.8.1.1
25945         because of following changes [--ds]
25946
25947         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25948         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25949         (gst_riff_read_header):  Use GST_READ_UINT*
25950         macros to access possibly unaligned memory.
25951
25952         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25953         (mp3_type_find):  Use GST_READ_UINT*
25954         macros to access possibly unaligned memory.
25955         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25956         (speex_type_find): Likewise
25957
25958         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25959
25960         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25961         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25962         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25963         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25964         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25965         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25966         macros to access possibly unaligned memory.
25967
25968         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25969         Likewise.
25970
25971         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25972         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25973
25974         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25975         Likewise.
25976
25977         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25978         (gst_mpeg2subt_chain_subtitle): Likewise.
25979
25980         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25981         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25982         Likewise.
25983
25984         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25985         Likewise.
25986
25987         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25988         Likewise.
25989
25990         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25991         Likewise.
25992
25993 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25994
25995         * configure.ac:
25996           update required version of GStreamer because of GST_TIME_FORMAT
25997
25998 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25999
26000         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26001           remove leftover g_print
26002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26003           don't try setting only a subset of the caps. We don't want to kill
26004           autoplugging on purpose
26005
26006 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26007
26008         * sys/ximage/ximagesink.c: (plugin_init):
26009         * sys/xvimage/xvimagesink.c: (plugin_init):
26010           add debugging categories
26011
26012 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26013
26014         * po/en_GB.po:
26015         * po/LINGUAS:
26016           Adding en_GB translation (Gareth Owen)
26017
26018 2004-04-20  David Schleef  <ds@schleef.org>
26019
26020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26021         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26022         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26023         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26024         A number of new features and hacks to extract the esds atom and
26025         put it into the caps.  (bug #137724)
26026
26027 2004-04-19  David Schleef  <ds@schleef.org>
26028
26029         * gconf/Makefile.am: Fix for non-GNU make
26030         * gst-libs/gst/Makefile.am: Change directory order to handle
26031         GstPlay linking with gstinterfaces
26032         * gst-libs/gst/audio/make_filter: make use of tr portable
26033         * gst-libs/gst/play/Makefile.am: Add intended \
26034         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26035         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26036         function prototype instead of void *.
26037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26038         macro.
26039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26040         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26041         * gst/videofilter/make_filter: make use of tr portable
26042         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26043
26044 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26045
26046         * po/LINGUAS:
26047         * po/uk.po:
26048           Added Ukrainian translation (Maxim V. Dziumanenko)
26049
26050 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26051
26052         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26053         (gst_gsmdec_link), (gst_gsmdec_chain):
26054           Fix capsnego, simplify chain function slightly.
26055         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26056           Add GSM.
26057
26058 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26059
26060         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26061         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26062         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26063           Hack to make wavparse work with spider (always -> sometimes pad).
26064           Fixes #135862 && #140411.
26065
26066 2004-04-18  Benjamin Otte  <otte@gnome.org>
26067
26068         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26069         (gst_osselement_rate_probe_check),
26070         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26071           get rid of \n in debug output
26072
26073 2004-04-17  Iain <iain@prettypeople.org>
26074
26075         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26076         not just EOS.
26077
26078 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26079
26080         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26081         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26082         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26083         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26084         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26085         (gst_id3_tag_change_state), (plugin_init):
26086           deprecate id3tag element and replace with id3demux/id3mux.
26087           great side effect: this ugly file is now even uglier, yay!
26088         * ext/mad/gstmad.h:
26089           remove non-available function
26090           update for new get_type
26091
26092 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26093
26094         * configure.ac:
26095           require mpeg2dec >= 0.4.0
26096
26097 2004-04-17  Benjamin Otte  <otte@gnome.org>
26098
26099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26100         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26101         (gst_xvimagesink_set_xwindow_id):
26102           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26103           assorted cleanup fixes.
26104
26105 2004-04-16  David Schleef  <ds@schleef.org>
26106
26107         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26108         * sys/xvimage/xvimagesink.h: same
26109
26110 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26111
26112         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26113           Fix GST_ELEMENT_ERROR with (NULL)
26114
26115 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26116
26117         * gst-libs/gst/riff/riff-media.c:
26118         (gst_riff_create_video_caps_with_data):
26119           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26120
26121 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26122
26123         * gst-libs/gst/riff/riff-media.c:
26124         (gst_riff_create_video_caps_with_data),
26125         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26126         (gst_riff_create_video_template_caps),
26127         (gst_riff_create_audio_template_caps):
26128         * gst-libs/gst/riff/riff-media.h:
26129         * gst-libs/gst/riff/riff-read.c:
26130         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26131         * gst-libs/gst/riff/riff-read.h:
26132         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26133           Add MS RLE support. I added some functions to read out strf chunks
26134           into strf chunks and the data behind it. This is usually color
26135           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26136           caps creation. Lastly, add ADPCM (similar to wavparse - which
26137           should eventually be rifflib based).
26138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26139         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26140         * gst/matroska/matroska-demux.h:
26141           Remove placeholders for some prehistoric tagging system. Didn't add
26142           support for any tag system really anyway.
26143         * gst/qtdemux/qtdemux.c:
26144           Add support for audio/x-m4a (MPEG-4) through spider.
26145         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26146         (gst_wavparse_loop):
26147           ADPCM support (#135862). Increase max. buffer size because we
26148           cannot split buffers for ADPCM (screws references) and I've seen
26149           files with 2048 byte chunks. 4096 seems safe for now.
26150
26151 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26152
26153         * configure.ac: bump nano to 1
26154
26155 === release 0.8.1 ===
26156
26157 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26158
26159         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26160
26161 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26162
26163         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26164           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26165           Fixes #140058
26166
26167 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26168
26169         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26170           lower rank of dvddemux so that it's not used for mpeg playback.
26171
26172 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26173
26174         * configure.ac:
26175           save libs correctly when checking mad
26176
26177 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26178
26179         * ext/mad/gstid3tag.c: (plugin_init):
26180           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26181
26182 2004-04-13  David Schleef  <ds@schleef.org>
26183
26184         * common/m4/gst-feature.m4: Call -config scripts with
26185         --plugin-libs if it is supported.
26186         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26187         JPEG images are image/jpeg.
26188         * gst/debug/Makefile.am:
26189         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26190         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26191         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26192         (gst_negotiation_plugin_init): Add a property that acts like
26193         filter caps.
26194         * testsuite/gst-lint:  Move license checking to be a standard
26195         test.
26196
26197 2004-04-13  David Schleef  <ds@schleef.org>
26198
26199         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26200         patch from Sebastien Cote (bug #139958)
26201
26202 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26203
26204         * examples/gstplay/Makefile.am:
26205         * examples/gstplay/player.c: (main):
26206           make the commandline player example use gconf settings
26207
26208 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26209
26210         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26211         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26212         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26213           init/end library during state transition, not object
26214           creation/disposal.  get rid of custom dispose handler.
26215
26216
26217 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26218
26219         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26220         be a symlink
26221
26222 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26223
26224         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26225           Handle JUNK chunks inside data section. Prevents warnings.
26226
26227 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26228
26229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26230         (gst_riff_create_video_template_caps):
26231           Add MS video v1.
26232         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26233         (gst_avi_demux_stream_data):
26234           Add support for "rec-list" chunks.
26235
26236 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26237
26238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26239           Fix another codecname mismatch.
26240
26241 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26244           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26245           so that MJPEG plays back.
26246
26247 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26248
26249         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26250         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26251         * gst/mpeg1videoparse/gstmp1videoparse.h:
26252           Fix for some slight mis-cuts in buffer parsing, and for some
26253           potential overflows or faults-causers. Adds disconts. Also fixes
26254           #139105 while we're at it.
26255
26256 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26257
26258         * configure.ac:
26259         * sys/v4l2/gstv4l2element.h:
26260           Workaround for missing struct v4l2_buffer declaration in Suse 9
26261           and Mandrake 10 linux/videodev2.h header file (#135919).
26262
26263 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26264
26265         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26266           Bail out if no filename was given.
26267
26268 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26269
26270         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26271         (gst_v4l2_fourcc_from_structure):
26272           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26273           Y41B somewhere).
26274
26275 2004-04-09  Benjamin Otte  <otte@gnome.org>
26276
26277         * ext/gnomevfs/gstgnomevfssink.c:
26278         (_gst_boolean_allow_overwrite_accumulator),
26279         (gst_gnomevfssink_class_init):
26280           fix erase signal - if any handler returns false the file will not be
26281           overwritten. If no handler is connected, the file will not be
26282           overwritten either.
26283           renamed signal to "allow-overwrite"
26284         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26285           free string when adding it to ID3 failed
26286         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26287           unref event when done
26288         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26289           free caps
26290         * gst/typefind/gsttypefindfunctions.c:
26291         (mpeg_video_stream_type_find):
26292           fix invalid read
26293
26294 2004-04-08  David Schleef  <ds@schleef.org>
26295
26296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26297         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26298
26299 2004-04-08  David Schleef  <ds@schleef.org>
26300
26301         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26302         we don't support (bug #139532)
26303
26304 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26305
26306         * ext/mad/gstmad.c: (gst_mad_handle_event),
26307         (gst_mad_check_caps_reset), (gst_mad_chain),
26308         (gst_mad_change_state):
26309           only set explicit caps if they haven't been set before for
26310           this stream.  MPEG-audio sample rate/channels aren't allowed
26311           to change in-stream.
26312           Fixes #139382
26313
26314 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26315
26316         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26317         (_gst_boolean_did_something_accumulator),
26318         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26319         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26320         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26321         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26322         (gst_gnomevfssink_change_state):
26323           Fix erase signal. Don't erase by default. Remove handoff signal.
26324           Remove erase property. Don't segfault. General cleanup.
26325
26326 2004-04-07  Benjamin Otte  <otte@gnome.org>
26327
26328         * gst-libs/gst/gconf/test-gconf.c: (main):
26329           add missing gst_init
26330
26331 2004-04-07  Benjamin Otte  <otte@gnome.org>
26332
26333         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26334           free the mutexes, too
26335
26336 2004-04-07  Benjamin Otte  <otte@gnome.org>
26337
26338         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26339           actually free the URI string
26340         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26341           compute offset correctly when passing discont events
26342         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26343           don't leak discont events
26344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26345           add some missing breaks so caps aren't copied randomly
26346         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26347           if we realloc memory, we better use it
26348
26349 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26350
26351         * ext/mad/gstmad.c: (normal_seek):
26352           fix GST_FORMAT_TIME usage
26353
26354 2004-04-05  David Schleef  <ds@schleef.org>
26355
26356         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26357         a deprecated function (hack!)
26358
26359 2004-04-05  Benjamin Otte  <otte@gnome.org>
26360
26361         * ext/esd/esdmon.c: (gst_esdmon_get):
26362           fix nonterminated vararg and memleak
26363
26364 2004-04-05  Benjamin Otte  <otte@gnome.org>
26365
26366         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26367         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26368         (gst_ladspa_set_property), (gst_ladspa_get_property),
26369         (gst_ladspa_instantiate), (gst_ladspa_activate),
26370         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26371           clean up debugging
26372
26373 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26374
26375         reviewed by Benjamin Otte  <otte@gnome.org>
26376
26377         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26378           check for broken LADSPA parameters (fixes #138635)
26379
26380 2004-04-05  Benjamin Otte  <otte@gnome.org>
26381
26382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26383           advertise buffer-frames correctly on sinkpads
26384
26385 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26386
26387         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26388         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26389         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26390         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26391         (gst_mad_check_caps_reset), (gst_mad_chain):
26392         add more debugging, only reset caps when we're not in error state
26393
26394 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26395
26396         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26397
26398 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26399
26400         reviewed by Benjamin Otte  <otte@gnome.org>
26401
26402         * configure.ac:
26403           fix == in test(1) operator
26404
26405 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26406
26407         reviewed by Benjamin Otte  <otte@gnome.org>
26408
26409         * configure.ac:
26410           fix --export-symblos-regex to a working regex.
26411
26412 2004-04-04  Benjamin Otte  <otte@gnome.org>
26413
26414         * sys/oss/.cvsignore:
26415           add for oss_probe
26416
26417 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26418
26419         reviewed by Benjamin Otte  <otte@gnome.org>
26420
26421         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26422           add missing 'new_media' argument (fixes #138168)
26423         * gst/matroska/matroska-demux.c:
26424         (gst_matroska_demux_handle_seek_event):
26425           add vararg terminator (fixes #138169)
26426
26427 2004-04-02  David Schleef  <ds@schleef.org>
26428
26429         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26430         disted (bug #138914)
26431
26432 2004-04-01  Benjamin Otte  <otte@gnome.org>
26433
26434         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26435         (gst_alsa_close_audio):
26436           handle case better where a soundcard can't pause
26437         * ext/ogg/gstoggdemux.c:
26438           don't crash when we get events but don't have pads yet
26439
26440 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26441
26442         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26443           throw an error if we couldn't probe any caps.
26444
26445 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26446
26447         * ext/dvdnav/gst-dvd:
26448         Add a really simple sample DVD player
26449
26450 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26451
26452         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26453         (gst_a52dec_push), (gst_a52dec_handle_event),
26454         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26455         (gst_a52dec_change_state):
26456         * ext/a52dec/gsta52dec.h:
26457           Use a debug category, Output timestamps correctly
26458           Emit tag info, Handle events, tell liba52dec about cpu
26459           capabilities so it can use MMX etc.
26460         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26461           Fix a crasher accessing invalid memory
26462         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26463         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26464         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26465         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26466         (dvdnavsrc_query):
26467           Some support for byte-format seeking.
26468           Small fixes for still frames and menu button overlays
26469         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26470         (gst_mpeg2dec_alloc_buffer):
26471           Use a debug category. Adjust the report level of several items to
26472           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26473           so it doesn't lose the GstBuffer pointer
26474         * gst/debug/Makefile.am:
26475         * gst/debug/gstdebug.c: (plugin_init):
26476         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26477         (gst_navseek_base_init), (gst_navseek_class_init),
26478         (gst_navseek_init), (gst_navseek_seek),
26479         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26480         (gst_navseek_get_property), (gst_navseek_chain),
26481         (gst_navseek_plugin_init):
26482         * gst/debug/gstnavseek.h:
26483           Add the navseek debug element for seeking back and forth in a
26484           video stream using arrow keys.
26485         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26486         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26487         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26488         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26489         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26490         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26491         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26492         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26493         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26494         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26495         * gst/mpeg2sub/gstmpeg2subt.h:
26496           Pretty much a complete rewrite. Now a loopbased element. May still
26497           require work to properly synchronise subtitle buffers.
26498         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26499         (gst_dvd_demux_send_subbuffer):
26500         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26501           Don't attempt to create subbuffers of size 0
26502           Reduce a couple of error outputs to warnings.
26503         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26504         (gst_y4mencode_chain):
26505         Output the y4m frame header correctly.
26506
26507 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26508
26509         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26510           throw errors instead of allowing SIGFPE
26511
26512 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26513
26514         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26515         (gst_gconf_render_bin_from_key):
26516           leak plugging and style fixing
26517
26518 2004-03-31  David Schleef  <ds@schleef.org>
26519
26520         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26521         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26522         (bug #138225)
26523         * gst/debug/Makefile.am:
26524         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26525         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26526         plugin.
26527         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26528         (gst_negotiation_base_init), (gst_negotiation_class_init),
26529         (gst_negotiation_init), (gst_negotiation_getcaps),
26530         (gst_negotiation_pad_link), (gst_negotiation_chain),
26531         (gst_negotiation_set_property), (gst_negotiation_get_property),
26532         (gst_negotiation_plugin_init):  New element to talk about random
26533         negotiation things happening in a pipeline.
26534
26535 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26536
26537         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26538           fix integer addition with help of Stefan Kost
26539
26540 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26541
26542         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26543
26544 2004-03-30  David Schleef  <ds@schleef.org>
26545
26546         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26547         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26548         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26549         (bug #137504)
26550         * ext/mpeg2dec/gstmpeg2dec.h:
26551
26552 2004-03-30  David Schleef  <ds@schleef.org>
26553
26554         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26555
26556 2004-03-30  David Schleef  <ds@schleef.org>
26557
26558         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26559         Michael Petullo) to handle .mov
26560
26561 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26562
26563         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26564         (gst_osselement_rate_check_rate):
26565           probe caps correctly for sound cards that only support one format
26566
26567 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26568
26569         * ext/kio/kiosrc.cpp: (process_events):
26570           update handling event processing if inside KDE - untested
26571
26572 2004-03-29  David Schleef  <ds@schleef.org>
26573
26574         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26575         by 2 to not interfere with other colorspaces.
26576         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26577         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26578         one to not interfere with ffmpeg_colorspace.
26579
26580 2004-03-29  David Schleef  <ds@schleef.org>
26581
26582         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26583         aren't in the caps.
26584         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26585         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26586
26587 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26588
26589         * gst-libs/gst/riff/riff-media.c:
26590           fail on error, don't try to set stuff on NULL caps
26591
26592 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26593
26594         * configure.ac:
26595         * ext/Makefile.am:
26596         * ext/kio/Makefile.am:
26597         * ext/kio/kioreceiver.cpp:
26598         * ext/kio/kioreceiver.h:
26599         * ext/kio/kiosrc.cpp:
26600         * ext/kio/kiosrc.h:
26601           add experimental kiosrc plugin
26602         * ext/alsa/gstalsaplugin.c: (plugin_init):
26603           initialize debugging category only when we're sure registering the
26604           plugins worked.
26605
26606 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26607
26608         * examples/gstplay/player.c: (main):
26609         * gst-libs/gst/play/play.c: (gst_play_class_init),
26610         (gst_play_set_location), (gst_play_set_data_src),
26611         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26612         (gst_play_set_visualization), (gst_play_connect_visualization):
26613           check return values of element_set_state and return FALSE where
26614           failed
26615
26616 2004-03-29  Benjamin Otte  <otte@gnome.org>
26617
26618         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26619           try harder to check if an event is really a discont
26620
26621 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26622
26623         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26624         * po/az.po:
26625
26626 2004-03-28  Benjamin Otte  <otte@gnome.org>
26627
26628         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26630         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26631           get rid of non-standard "..." ranges in case statements.
26632
26633 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26634
26635         * gst/mpegstream/gstmpegdemux.c:
26636         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26637         specific functionality split to the new dvddemux element.
26638         * gst/mpegstream/gstdvddemux.c:
26639         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26640         streams, derived from mpegdemux.
26641         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26642         up. SCR based timestamp rewriting can be turned off (will probably
26643         completely disappear soon).
26644         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26645         hacking. General cleanup. All printf statements replaced by
26646         debugging messages. Almost complete libdvdnav support.
26647         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26648         by events. New properties for audio and subpicture languages.
26649         (dvdnavsrc_update_highlight): Now uses events.
26650         (dvdnavsrc_user_op): Cleaned up.
26651         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26652         based). Lots of cleanup, and propper support for most libdvdnav
26653         events.
26654         (dvdnavsrc_make_dvd_event): New function.
26655         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26656         (dvdnavsrc_make_clut_change_event): New function.
26657
26658 2004-03-26  Benjamin Otte  <otte@gnome.org>
26659
26660         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26661           fix bug where typefinding would claim it's theora whenever less then
26662           7 bytes of data were available
26663
26664 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26665
26666         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26667         (gst_alawdec_base_init), (gst_alawdec_class_init),
26668         (gst_alawdec_init), (gst_alawdec_chain):
26669         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26670         (gst_alawenc_base_init), (gst_alawenc_class_init),
26671         (gst_alawenc_init), (gst_alawenc_chain):
26672         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26673         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26674         (gst_mulawdec_init), (gst_mulawdec_chain):
26675         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26676         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26677         (gst_mulawenc_init), (gst_mulawenc_chain):
26678           Fix capsnego in all four, remove the unused property functions and
26679           simplify the chain functions slightly. I guess we could use macros
26680           or something similar for those, since the code is so similar, but
26681           I'm currently too lazy...
26682
26683 2004-03-24  David Schleef  <ds@schleef.org>
26684
26685         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26686         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26687         (gst_osselement_get_format_structure),
26688         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26689         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26690         (gst_osselement_rate_int_compare): Add code to handle rate probing
26691         (bug #120883)
26692         * sys/oss/gstosselement.h: same
26693         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26694         Use rate probing provided by osselement.
26695         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26696
26697 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26698
26699         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26700         (gst_xvidenc_get_property):
26701           ulong/int mess-up.
26702
26703 2004-03-24  David Schleef  <ds@schleef.org>
26704
26705         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26706         (gst_speexdec_init):
26707         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26708         (gst_speexenc_init):  Create the pad template correctly (from
26709         the static pad template, not a NULL pointer.)
26710
26711 2004-03-25  Benjamin Otte  <otte@gnome.org>
26712
26713         * gst/debug/Makefile.am:
26714         * gst/debug/breakmydata.c:
26715           add element that quasi-randomly changes bytes in the stream.
26716           Intended use is robustness checking of demuxers and decoders in
26717           media tests.
26718
26719 2004-03-24  Benjamin Otte  <otte@gnome.org>
26720
26721         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26722         (gst_alsa_probe_hw_params):
26723         * ext/alsa/gstalsa.h:
26724           debugging output fixes
26725
26726 2004-03-24  Benjamin Otte  <otte@gnome.org>
26727
26728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26729           don't g_return_if_fail if element is PLAYING, fail silently as every
26730           other element.
26731         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26732           only fix needed for cast lvalue issues in gst-plugins
26733         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26734           add proxy_getcaps
26735
26736 2004-03-24  Benjamin Otte  <otte@gnome.org>
26737
26738         * gst/level/gstlevel.c: (gst_level_init):
26739           add proxying getcaps function, so level doesn't advertise impossible
26740           caps
26741
26742 2004-03-24  David Schleef  <ds@schleef.org>
26743
26744         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26745         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26746         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26747         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26748         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26749         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26750         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26751         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26752         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26753         messages.  Divide the chunk size by the compression ratio
26754         (needed for MACE audio)
26755
26756 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26757
26758         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26759           Fix buffer overflow read error.
26760
26761 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26762
26763         * ext/alsa/gstalsa.h:
26764           Remove unused entry.
26765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26766           Add cinepak.
26767         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26768         (gst_videodrop_link), (gst_videodrop_chain):
26769           Fix, sort of. Was horribly broken with new capsnego. Bah...
26770
26771 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26772
26773         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26774         (plugin_init):
26775         Add a monkeysaudio typefind function
26776
26777 2004-03-23  Johan Dahlin  <johan@gnome.org>
26778
26779         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26780         (gst_play_video_fixate): Check so the structure has the field
26781         before trying to fixate them, this makes it possible to have
26782         fakesinks for video and audio output without printing errors on
26783         the output console.
26784
26785 2004-03-22  David Schleef  <ds@schleef.org>
26786
26787         * sys/oss/Makefile.am:
26788         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26789         (check_rate), (add_rate):  Rate probing test app.
26790
26791 2004-03-21  Benjamin Otte  <otte@gnome.org>
26792
26793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26794         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26795           add a fixation function that pretty much does the right thing (fixes
26796           #137556)
26797
26798 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26799
26800         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26801
26802 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26803
26804         reviewed by: Benjamin Otte  <otte@gnome.org>
26805
26806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26807           terminate gst_event_new_discontinuous correctly (fixes parts of
26808           #137711)
26809
26810 2004-03-19  David Schleef  <ds@schleef.org>
26811
26812         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26813         since it doesn't depend on X, and it's part of our ABI.
26814
26815 2004-03-19  Iain <iain@prettypeople.org>
26816
26817         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26818         is_int in the structure, not the local variable.
26819
26820 2004-03-19  David Schleef  <ds@schleef.org>
26821
26822         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26823         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26824         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26825         Improvements in caps negotiation.
26826
26827 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26828
26829         * po/LINGUAS:
26830         * po/af.po:
26831           adding Afrikaans (Petri Jooste)
26832
26833 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26834
26835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26836         (gst_ffmpegcolorspace_chain):
26837         throw error instead of g_critical (#137588)
26838
26839 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26840
26841         * Makefile.am:
26842         * configure.ac:
26843           dist common and m4 correctly
26844         * po/sv.po:
26845
26846 2004-03-17  David Schleef  <ds@schleef.org>
26847
26848         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26849         (bug #137348)
26850
26851 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26852
26853         * po/LINGUAS:
26854         * po/sv.po:
26855           adding Swedish translation (Christian Rose)
26856
26857 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26858
26859         * Makefile.am: use release.mak
26860
26861 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26862
26863         * common/ChangeLog:
26864         * common/gst-autogen.sh:
26865           add some explanation about the version detection
26866         * configure.ac:
26867           fix X check
26868
26869 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26870
26871         * configure.ac: bump nano to 1
26872
26873 === release 0.8.0 ===
26874
26875 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26876
26877         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26878
26879 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26880
26881         * configure.ac:
26882           update libtool version
26883         * gst-libs/gst/media-info/Makefile.am:
26884           actually use libtool version
26885
26886 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26887
26888         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26889
26890 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26891
26892         * configure.ac:
26893         * gst-plugins.spec.in:
26894         * pkgconfig/Makefile.am:
26895         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26896         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26897         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26898         * pkgconfig/gstreamer-libs.pc.in:
26899         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26900         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26901         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26902         * pkgconfig/gstreamer-plugins.pc.in:
26903           remove @VERSION@ from some of the pc files since core and plugins
26904           are decoupled.
26905           created gstreamer-plugins.pc as it's a better name, but keeping
26906           -libs around for now to get fixes upstream done first.
26907
26908 2004-03-15  Julien MOUTTE <julien@moutte.net>
26909
26910         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26911         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26912         * gst-libs/gst/play/play.h:
26913
26914 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26915
26916         * *.c, *.cc: don't mix tabs and spaces
26917
26918 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26919
26920         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26921           use the new ffmpegcolorspace
26922         * gst-plugins.spec.in:
26923           package new colorspace and media-info
26924         * configure.ac:
26925         * pkgconfig/Makefile.am:
26926           fix some more disting issues
26927         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26928         * pkgconfig/gstreamer-media-info.pc.in:
26929           generate media-info pc files
26930
26931 2004-03-15  Johan Dahlin  <johan@gnome.org>
26932
26933         * *.h: Revert indenting
26934
26935 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26936
26937         * configure.ac:
26938           adding ffmpegcolorspace element
26939         * gst/ffmpegcolorspace/Makefile.am:
26940         * gst/ffmpegcolorspace/avcodec.h:
26941         * gst/ffmpegcolorspace/common.h:
26942         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26943         * gst/ffmpegcolorspace/dsputil.h:
26944         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26946         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26947         (gst_ffmpeg_caps_to_pix_fmt):
26948         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26950         (gst_ffmpegcolorspace_caps_remove_format_info),
26951         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26952         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26953         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26954         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26955         (gst_ffmpegcolorspace_set_property),
26956         (gst_ffmpegcolorspace_get_property),
26957         (gst_ffmpegcolorspace_register):
26958         * gst/ffmpegcolorspace/imgconvert.c:
26959         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26960         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26961         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26962         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26963         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26964         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26965         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26966         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26967         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26968         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26969         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26970         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26971         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26972         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26973         (img_get_alpha_info), (deinterlace_line),
26974         (deinterlace_line_inplace), (deinterlace_bottom_field),
26975         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26976         * gst/ffmpegcolorspace/imgconvert_template.h:
26977         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26978         * gst/ffmpegcolorspace/mmx.h:
26979         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26980           adding ffmpegcolorspace element supplied by Ronald after cleaning
26981           up and pulling in the right bits of upstream source.
26982           I'm sure a better C/compiler wizard could do some cleaning up (for
26983           example use GLIB's malloc stuff), but as a first pass this
26984           works very well
26985
26986 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26987
26988         * ext/alsa/gstalsa.h:
26989           I assume Ronald forgot to commit the change to have cardname
26990           as a struct member.  Expect some public spanking at the next
26991           opportunity.
26992
26993 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26994
26995         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26996         (gst_alsa_open_audio), (gst_alsa_close_audio):
26997         * ext/alsa/gstalsa.c:
26998           Don't open the device if we're a mixer (= padless).
26999         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27000         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27001         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27002           Open mixer during state change rather than during object
27003           initialization. Also, get a device name. Currently in a somewhat
27004           hackish fashion, but I didn't really find something better.
27005
27006 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27007
27008         * *.c, *.h: run gst-indent
27009
27010 2004-03-14  Benjamin Otte  <otte@gnome.org>
27011
27012         * gst/modplug/gstmodplug.cc:
27013         * gst/modplug/gstmodplug.h:
27014           set correct timestamps on outgoing buffers
27015
27016 2004-03-14  Benjamin Otte  <otte@gnome.org>
27017
27018         * gst/modplug/gstmodplug.cc:
27019           handle events - don't do crap when a discont arrives that's not
27020           necessary
27021           This allows correct loading and playback of mods in Rhythmbox
27022
27023 2004-03-14  Benjamin Otte  <otte@gnome.org>
27024
27025         * configure.ac:
27026         * gst-libs/gst/gconf/Makefile.am:
27027         * pkgconfig/Makefile.am:
27028           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27029           they get rebuilt properly
27030         * configure.ac:
27031           when checking for vorbis, try pkgconfig first.
27032         * gst/modplug/gstmodplug.cc:
27033           add fixate function
27034
27035 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27036
27037         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27038           Fix for obvious mistake, where we first shift the offset and then
27039           read a samplesize element assuming the old offset. Note that this
27040           part still has something weird, i.e. my movies containing those
27041           don't actually play well, but at least there's something that looks
27042           like sound now.
27043
27044 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27045         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27046         (plugin_init):
27047         Add a typefind function for speex format
27048
27049 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27050
27051         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27052         (gst_asf_demux_setup_pad):
27053           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27054           instead of 0. Reason is simple: some elements have a fps range
27055           of 1-max instead of 0-max. So now ASF video actually works.
27056
27057 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27058
27059         * po/LINGUAS:
27060         * po/sr.po:
27061           adding serbian as a language
27062
27063 2004-03-13  Benjamin Otte  <otte@gnome.org>
27064
27065         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27066           return taglist correctly from _get function, don't gst_pad_push it.
27067           (fixes #137042)
27068
27069 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27070         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27071
27072 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27073
27074         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27075         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27076         (gst_alsa_mixer_track_new):
27077         * ext/alsa/gstalsamixertrack.h:
27078           Fix ancient leftovers... MixerTrack is a GObject.
27079
27080 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27083         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27084           Don't block during probing...
27085
27086 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27087
27088         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27089         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27090         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27091         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27092         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27093         (gst_alsa_open_audio), (gst_alsa_close_audio):
27094         * ext/alsa/gstalsa.h:
27095           Add propertyprobe interface implementation, add some device-name
27096           property, all this so that it looks good in gnome-volume-control.
27097
27098 2004-03-12  David Schleef  <ds@schleef.org>
27099
27100         * configure.ac: the Hermes library controls hermescolorspace, not
27101         colorspace.
27102         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27103         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27104         not /* */
27105         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27106         * ext/sdl/sdlvideosink.h: ditto.
27107         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27108
27109 2004-03-12  Benjamin Otte  <otte@gnome.org>
27110
27111         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27112         (gst_x_overlay_got_xwindow_id):
27113         * gst-libs/gst/xoverlay/xoverlay.h:
27114           replace XID with unsigned long to get rid of the xlibs dependency in
27115           XOverlay (fixes #137004)
27116
27117 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27118         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27119         (gst_agingtv_setup):
27120         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27121         (gst_dicetv_base_init), (gst_dicetv_class_init),
27122         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27123         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27124         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27125         (gst_edgetv_setup), (gst_edgetv_rgb32):
27126         * gst/effectv/gsteffectv.c:
27127         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27128         (gst_quarktv_set_property):
27129         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27130         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27131         (gst_revtv_setup), (gst_revtv_rgb32):
27132         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27133         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27134         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27135         (gst_shagadelictv_rgb32):
27136         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27137         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27138         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27139         * gst/effectv/gstwarp.c:
27140         Port everything that can be ported to videofilter and fix up the caps.
27141         Can someone with a big-endian machine please check these?
27142
27143 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27144
27145         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27146         (gst_osssink_chain), (gst_osssink_change_state):
27147           Latest fixes for A/V sync, audio playback and such. This is about
27148           all... MPEG playback issues are mostly related to the async build-
27149           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27150
27151 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27152
27153         patch from: Stephane Loeuillet
27154
27155         * configure.ac:
27156           use pkg-config for some libraries, falling back to the old .m4 way
27157           (fixes #131270)
27158         * m4/libdv.m4:
27159           removed
27160
27161 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27162
27163         * configure.ac:
27164         * tools/Makefile.am:
27165         * tools/Makefile.in:
27166         * tools/gst-launch-ext-m.m:
27167         * tools/gst-launch-ext.1.in:
27168         * tools/gst-visualise-m.m:
27169         * tools/gst-visualise.1:
27170         * tools/gst-visualise.1.in:
27171           reorganizing generation of script tools
27172
27173 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27174
27175         * ext/divx/gstdivxdec.c:
27176           Downgrade priority. We prefer ffdec_mpeg4.
27177         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27178         (gst_faad_chain), (gst_faad_change_state):
27179           Fix capsnego. Doesn't work for some sounds because we don't have
27180           a 5:1 to stereo element.
27181         * ext/xvid/gstxvid.c: (plugin_init):
27182           Add priority.
27183         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27184         (gst_osssink_change_state):
27185           Add discont handling.
27186
27187 2004-03-09  Colin Walters  <walters@verbum.org>
27188
27189         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27190         conversion.
27191
27192 2004-03-09  Benjamin Otte  <otte@gnome.org>
27193
27194         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27195           the signals take 2 arguments
27196
27197 2004-03-09  David Schleef  <ds@schleef.org>
27198
27199         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27200         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27201         * ext/alsa/gstalsa.h:
27202         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27203
27204 2004-03-09  Benjamin Otte  <otte@gnome.org>
27205
27206         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27207         (gst_mikmod_change_state):
27208         * ext/mikmod/gstmikmod.h:
27209           make mikmod's loop function not loop infinitely and call
27210           gst_element_yield anymore
27211         * gst/modplug/gstmodplug.cc:
27212           fix pad negotiation (fixes #136590)
27213
27214 2004-03-09  David Schleef  <ds@schleef.org>
27215
27216         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27217         doesn't conflict with the internal colorspace plugin.
27218         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27219         satisfy the crappy-ass shell shipped by a certain vendor.
27220         * gst/videofilter/make_filter: same (bug #135299)
27221
27222 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27223
27224         * configure.ac: bump nano to 1
27225
27226 === release 0.7.6 ===
27227
27228 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27229
27230         * configure.in: releasing 0.7.6, "There"
27231
27232 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27233
27234         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27235         * pkgconfig/gstreamer-play.pc.in:
27236           synchronize the two
27237
27238 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27239
27240         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27241         (cdparanoia_open), (cdparanoia_event):
27242           fix/add error handling
27243         * po/POTFILES.in:
27244           add cdparanoia source
27245         * tools/Makefile.am:
27246           make scripts executable
27247
27248 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27249
27250         * configure.ac:
27251         * ext/vorbis/Makefile.am:
27252         * sys/Makefile.am:
27253           remove id3types, vorbisfile and xvideosink from the build (#133783)
27254
27255 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27256
27257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27258           Fix metadata read crash (#136537).
27259
27260 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27261
27262         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27263         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27264           adding mime types, fixing the one-stop function
27265
27266 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27267
27268         * ext/nas/nassink.c and /ext/nas/nassink.h:
27269         More NAS love from Arwed von Merkatz
27270         So lets all sing 'Can you feel the NAS tonight'
27271
27272 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27273
27274         * tools/gst-launch-ext.in:
27275         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27276
27277 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27278
27279         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27280         (gst_mpeg2dec_init):
27281         remove the user_data pad for now, because it is being used in
27282         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27283         If someone knows how to fix this properly, please do.
27284
27285 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27286
27287         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27288         (gst_osssink_get_time):
27289         add a warning, IMO this won't get triggered anymore, remove later
27290
27291 2004-03-07  David Schleef  <ds@schleef.org>
27292
27293         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27294         format (bug #136470)
27295
27296 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27297
27298         * gst-libs/Makefile.am:
27299         * gst-libs/gst/media-info/Makefile.am:
27300         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27301         (error_callback), (gst_media_info_error_create),
27302         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27303         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27304         * gst-libs/gst/media-info/media-info-priv.h:
27305         * gst-libs/gst/media-info/media-info-test.c: (main):
27306         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27307         (gst_media_info_class_init), (gst_media_info_instance_init),
27308         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27309         (gst_media_info_read_idler), (gst_media_info_read):
27310         * gst-libs/gst/media-info/media-info.h:
27311         fixed, should work now
27312
27313 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27314
27315         * ext/nas/nassink.c:
27316         A bunch of NAS fixes from Arwed von Merkatz
27317
27318 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27319
27320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27321         (qtdemux_parse_trak):
27322           Fix crash (j might be greater than n_samples, in which case we're
27323           writing outside the allocated space for the array) and memleak.
27324
27325 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27326
27327         * sys/oss/gstosssink.c: (gst_osssink_chain):
27328           And another caller that couldn't handle delay < 0 (unsigned
27329           integer overflow). Video now continues playing on an audio
27330           buffer underrun, and the clock continues working. Audio still
27331           stalls.
27332
27333 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27336         (gst_osssink_get_time):
27337           get_delay() may return values lower than 0. In those cases, we
27338           should not actually cast to *unsigned* int64, that will break
27339           stuff horribly. In my case, it screwed up A/V sync in movies
27340           in totem rather badly.
27341
27342 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27343
27344         * ext/faac/gstfaac.c: (gst_faac_chain):
27345         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27346         * ext/libpng/gstpngenc.c: (user_write_data):
27347         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27348         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27349         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27350         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27351         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27352         of any buffer), should fix some leaks. I hope I didn't unref buffers
27353         that shouldn't be...
27354
27355 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27356
27357         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27358         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27359         (error_callback), (gmi_reset), (gmi_seek_to_track),
27360         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27361         (gmip_find_type_post), (gmip_find_stream_post),
27362         (gmip_find_track_streaminfo_post):
27363         * gst-libs/gst/media-info/media-info-priv.h:
27364         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27365         (info_print), (main):
27366         * gst-libs/gst/media-info/media-info.c:
27367         (gst_media_info_error_create), (gst_media_info_error_element),
27368         (gst_media_info_instance_init), (gst_media_info_get_property),
27369         (gst_media_info_new), (gst_media_info_set_source),
27370         (gst_media_info_read_idler), (gst_media_info_read):
27371         * gst-libs/gst/media-info/media-info.h:
27372           first pass at making this work again.  This seems to work on
27373           tagged ogg/vorbis and mp3 files.
27374
27375 2004-03-06  Benjamin Otte  <otte@gnome.org>
27376
27377         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27378           fix huge leak: gst_buffer_merge doesn't unref the first argument
27379           itself.
27380
27381 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27382
27383         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27384           report layer/mode/emphasis
27385
27386 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27387
27388         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27389
27390 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27391
27392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27393           signal serial
27394
27395 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27396
27397         * ext/vorbis/vorbis.c: (plugin_init):
27398         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27399         (gst_vorbis_dec_init), (vorbis_dec_event):
27400         add debug category
27401         make vorbisdec handle _BYTE and _TIME queries
27402
27403 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27404
27405         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27406           from the xing header
27407
27408 2004-03-06  Benjamin Otte  <otte@gnome.org>
27409
27410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27411         (gst_audio_convert_link), (gst_audio_convert_change_state),
27412         (gst_audio_convert_buffer_from_default_format):
27413           do conversions from/to float correctly, fix some caps nego errors,
27414           export correct supported caps in template and getcaps, use correct
27415           caps in try_set_caps functions
27416
27417 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27418
27419         For some reason, I only committed a ChangeLog entry yesterday and
27420         not the corresponding code...
27421         * ext/mad/gstmad.c: Fix detection of Xing headers
27422         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27423
27424 2004-03-06  Benjamin Otte  <otte@gnome.org>
27425
27426         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27427         (gst_ogg_demux_src_query):
27428           make sure to handle the case where there's no current chain
27429           gracefully.
27430
27431 2004-03-05  David Schleef  <ds@schleef.org>
27432
27433         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27434         Add fixate function. (bug #131128)
27435         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27436         (gst_sdlvideosink_fixate):  Add fixate function.
27437         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27438         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27439         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27440         Fix missing break that was causing ulaw to be interpreted as
27441         raw int.
27442
27443 2004-03-05  David Schleef  <ds@schleef.org>
27444
27445         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27446         Fix code that ignores return value of gst_buffer_merge().
27447         (bug #114560)
27448         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27449         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27450         * testsuite/gst-lint:  Check for above.
27451
27452 2004-03-05  David Schleef  <ds@schleef.org>
27453
27454         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27455         caps and throw an element error.  (bug #136334)
27456
27457 2004-03-05  David Schleef  <ds@schleef.org>
27458
27459         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27460         (gst_faad_chain): Fix negotiation.
27461         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27462         key and button events.
27463         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27464         dung heap of code.
27465         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27466         depends on gconf
27467         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27468         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27469         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27470         function to encourage better negotiation, particularly between
27471         audioconvert and osssink.
27472         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27473         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27474         more important.
27475         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27476         typefinding.
27477         * gst/vbidec/vbiscreen.c:  Add glib header
27478         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27479
27480 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27481
27482         * ext/mad/gstmad.c: Fix detection of Xing headers
27483         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27484
27485 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27486
27487         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27488         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27489           debug updates
27490
27491 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27492
27493         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27494         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27495         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27496         files, and report the parsed length as a GST_TAG_DURATION tag.
27497         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27498
27499 2004-03-05  Benjamin Otte  <otte@gnome.org>
27500
27501         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27502           convert channels correctly. convert correctly to unsigned.
27503
27504 2004-03-05  Julien MOUTTE <julien@moutte.net>
27505
27506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27507         we have a window before clearing it.
27508
27509 2004-03-05  Julien MOUTTE <julien@moutte.net>
27510
27511         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27512         have a window before clearing it.
27513
27514 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27515
27516         * gconf/gstreamer.schemas.in:
27517         * gst-libs/gst/gconf/Makefile.am:
27518           version installation path the same way as for 0.6
27519         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27520         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27521         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27522           remove comment that was fixed
27523
27524 2004-03-05  David Schleef  <ds@schleef.org>
27525
27526         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27527         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27528         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27529         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27530         Add prototype code for handling seeking and querying.
27531
27532 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27533
27534         * examples/gstplay/player.c: (main):
27535           Initialize variables to NULL. Prevents a segfault because the
27536           (uninitialized) variable is not NULL, resulting in a crash on
27537           trying to reach error->message.
27538
27539 2004-03-05  Benjamin Otte  <otte@gnome.org>
27540
27541         * gst/audioconvert/gstaudioconvert.c:
27542         (gst_audio_convert_buffer_to_default_format):
27543         make float=>int conversion work correctly even in cornercases.
27544
27545 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27546
27547         * debian/README.Debian:
27548         * debian/build-deps:
27549         * debian/changelog:
27550         * debian/control:
27551         * debian/control.in:
27552         * debian/copyright:
27553         * debian/gstreamer-a52dec.files:
27554         * debian/gstreamer-aa.files:
27555         * debian/gstreamer-alsa.files:
27556         * debian/gstreamer-alsa.manpages:
27557         * debian/gstreamer-arts.files:
27558         * debian/gstreamer-artsd.files:
27559         * debian/gstreamer-audiofile.files:
27560         * debian/gstreamer-avifile.files:
27561         * debian/gstreamer-cdparanoia.files:
27562         * debian/gstreamer-colorspace.files:
27563         * debian/gstreamer-doc.files:
27564         * debian/gstreamer-dv.files:
27565         * debian/gstreamer-dvd.files:
27566         * debian/gstreamer-esd.files:
27567         * debian/gstreamer-festival.files:
27568         * debian/gstreamer-flac.files:
27569         * debian/gstreamer-gconf.conffiles:
27570         * debian/gstreamer-gconf.files:
27571         * debian/gstreamer-gconf.postinst:
27572         * debian/gstreamer-gnomevfs.files:
27573         * debian/gstreamer-gsm.files:
27574         * debian/gstreamer-http.files:
27575         * debian/gstreamer-jack.files:
27576         * debian/gstreamer-jpeg.files:
27577         * debian/gstreamer-mad.files:
27578         * debian/gstreamer-mikmod.files:
27579         * debian/gstreamer-misc.files:
27580         * debian/gstreamer-mpeg2dec.files:
27581         * debian/gstreamer-oss.files:
27582         * debian/gstreamer-plugin-apps.files:
27583         * debian/gstreamer-plugin-apps.manpages:
27584         * debian/gstreamer-plugin-libs-dev.files:
27585         * debian/gstreamer-plugin-libs.files:
27586         * debian/gstreamer-plugin-template.postinst:
27587         * debian/gstreamer-plugin-template.postrm:
27588         * debian/gstreamer-sdl.files:
27589         * debian/gstreamer-sid.files:
27590         * debian/gstreamer-vorbis.files:
27591         * debian/gstreamer-x.files:
27592         * debian/mk.control:
27593         * debian/rules:
27594         Debian package info not maintained here.
27595
27596 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27597
27598         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27599         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27600         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27601         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27602         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27603         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27604         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27605         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27606         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27607         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27608         * gst-libs/gst/colorbalance/colorbalance.c:
27609         (gst_color_balance_class_init):
27610         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27611         (gst_color_balance_channel_class_init):
27612         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27613         * gst-libs/gst/play/play.c: (gst_play_class_init):
27614         * gst-libs/gst/propertyprobe/propertyprobe.c:
27615         (gst_property_probe_iface_init):
27616         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27617         * gst-libs/gst/tuner/tunerchannel.c:
27618         (gst_tuner_channel_class_init):
27619         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27620         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27621         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27622         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27623         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27624         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27625         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27626         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27627         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27628           fix signals to use - instead of _
27629         * ext/libcaca/gstcacasink.h:
27630         * ext/sdl/sdlvideosink.h:
27631           fix header rename
27632
27633 2004-03-04  David Schleef  <ds@schleef.org>
27634
27635         * testsuite/gst-lint:  Add a check for bad signal names.
27636
27637 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27638
27639         reviewed by David Schleef
27640
27641         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27642         modified the alpha channel and caused a warning. (bug #136192)
27643
27644 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27645
27646         * gst-plugins.spec.in:
27647         Change names of plugins to actually be correct. Try to keep things
27648         alphabetical to avoid getting beat up by Thomas
27649
27650 2004-03-03  Julien MOUTTE <julien@moutte.net>
27651
27652         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27653         Using ximagesink as a default if no gconf key found. We should
27654         probably consider using alsasink instead of osssink for the audio
27655         part.
27656
27657 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27658
27659         * configure.ac:
27660           fix --with-plugins, don't think it ever worked before
27661         * gst-plugins.spec.in:
27662           even more updates
27663
27664 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27665
27666         * ext/sdl/sdlvideosink.h:
27667         * sys/ximage/ximagesink.h:
27668         * sys/xvideo/xvideosink.h:
27669         * sys/xvimage/xvimagesink.h:
27670           Fix for move of gstvideosink.h -> videosink.h.
27671
27672 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27673
27674         * gst-libs/gst/xwindowlistener/Makefile.am:
27675           this is a plugin library, not a library
27676
27677 2004-03-01  David Schleef  <ds@schleef.org>
27678
27679         * AUTHORS:  Added some names.  Add yourself if you're still
27680         missing.
27681
27682 2004-03-01  David Schleef  <ds@schleef.org>
27683
27684         * MAINTAINERS: Add
27685
27686 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27687
27688         * gst-plugins.spec.in: clean up spec file
27689
27690 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27691
27692         * gst-libs/gst/video/Makefile.am:
27693         * gst-libs/gst/video/gstvideosink.c:
27694         * gst-libs/gst/video/gstvideosink.h:
27695           rename gstvideosink.h to videosink.h to match other headers
27696         * gst/mixmatrix/Makefile.am:
27697           fix plugin filename
27698         * gst/tags/Makefile.am: fix plugin filename
27699
27700 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27701
27702         * gst/tags/Makefile.am: fix plugin filename
27703
27704 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27705
27706         * examples/gstplay/player.c: (got_time_tick), (main):
27707           add error handler
27708           display time_tick more readably
27709         * gst/mixmatrix/Makefile.am:
27710           fix plugin file name
27711
27712 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27713
27714         * sys/oss/gstosselement.c: (gst_osselement_probe),
27715         (device_combination_append), (gst_osselement_class_probe_devices):
27716         * sys/oss/gstosselement.h:
27717           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27718           on my system using alsa oss emulation, fixes bug #135597
27719
27720 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27721
27722         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27723         (gst_videodrop_chain), (gst_videodrop_change_state):
27724         * gst/videodrop/gstvideodrop.h:
27725           Work based on timestamp of input data, not based on the expected
27726           framerate from the input. The consequence is that this element now
27727           not only scales framerates, but also functions as a framerate
27728           corrector or framerate stabilizer/constantizer.
27729
27730 2004-02-27  David Schleef  <ds@schleef.org>
27731
27732         patches from jmmv@menta.net (Julio M. Merino Vidal)
27733
27734         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27735         GST_ELEMENT_ERROR call (bug #135634)
27736         * gst/interleave/interleave.c: (interleave_buffered_loop),
27737         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27738         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27739         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27740         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27741         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27742         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27743         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27744         Fix GST_ELEMENT_ERROR call.
27745         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27746         GST_ELEMENT_ERROR call.
27747
27748 2004-02-27  Benjamin Otte  <otte@gnome.org>
27749
27750         * gst-libs/gst/audio/audio.h:
27751           add macro to make sure header isn't included twice
27752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27753           don't use gst_buffer_free
27754         * gst/playondemand/filter.func:
27755           don't use gst_data_free. Free data only once.
27756
27757 2004-02-26  David Schleef  <ds@schleef.org>
27758
27759         * gst-libs/gst/colorbalance/Makefile.am:
27760         * gst-libs/gst/mixer/Makefile.am:
27761         * gst-libs/gst/tuner/Makefile.am:
27762         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27763         should not be disted, -marshal.h files should not be installed,
27764         and -enum.h files _should_ be installed.  Fix to make this the
27765         case.
27766
27767 === release 0.7.5 ===
27768
27769 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27770
27771         * configure.ac: release 0.7.5, "Under The Sea"
27772
27773 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27774
27775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27776         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27777         * gst/videoscale/gstvideoscale.c:
27778         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27779           assorted debug/warning fixes
27780
27781 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27782
27783         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27784         (gst_videoscale_init), (gst_videoscale_chain),
27785         (gst_videoscale_set_property), (plugin_init):
27786         * gst/videoscale/gstvideoscale.h:
27787         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27788         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27789         (gst_videoscale_planar400), (gst_videoscale_packed422),
27790         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27791         (gst_videoscale_24bit), (gst_videoscale_16bit),
27792         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27793         (gst_videoscale_scale_plane_slow),
27794         (gst_videoscale_scale_point_sample),
27795         (gst_videoscale_scale_nearest),
27796         (gst_videoscale_scale_nearest_str2),
27797         (gst_videoscale_scale_nearest_str4),
27798         (gst_videoscale_scale_nearest_32bit),
27799         (gst_videoscale_scale_nearest_24bit),
27800         (gst_videoscale_scale_nearest_16bit):
27801         add debugging category and use it properly
27802         fix use of GST_PTR_FORMAT
27803
27804 2004-02-25  Andy Wingo  <wingo@pobox.com>
27805
27806         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27807         push only when channel->buffer is NULL. Prevents segfaults doing
27808         the state change after a nonlocal exit, like a scheme exception.
27809
27810         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27811         Handle the case where the intersected caps is empty.
27812
27813 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27814
27815         * gst/law/mulaw-decode.c: (mulawdec_link):
27816         * gst/law/mulaw.c: (plugin_init):
27817           fix mulawdec so it actually works again
27818
27819 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27820
27821         reviewed by: David Schleef  <ds@schleef.org>
27822
27823         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27824         (gst_gamma_init), (gst_gamma_set_property),
27825         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27826         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27827         for RGB, with separate r g and b correction factors. (#131167)
27828
27829 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27830
27831         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27832           only signal tags for bitrate if they're > 0 (#134894)
27833
27834 2004-02-24  David Schleef  <ds@schleef.org>
27835
27836         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27837         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27838         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27839         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27840         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27841         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27842         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27843         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27844         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27845         category.  Attempt to fix timestamp calculation.
27846
27847 2004-02-24  Johan Dahlin  <johan@gnome.org>
27848
27849         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27850
27851 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27852
27853         * configure.ac:
27854         * gconf/Makefile.am:
27855         * gconf/gstreamer.schemas:
27856         * gst-libs/gst/gconf/Makefile.am:
27857         * gst-libs/gst/gconf/gconf.c:
27858           version gconf schemas and install locations
27859
27860 2004-02-23  Benjamin Otte  <otte@gnome.org>
27861
27862         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27863         (gst_xine_input_subclass_init):
27864           call parent dispose.
27865           change pad template for CD reader correctly
27866         * ext/xine/Makefile.am:
27867         * ext/xine/gstxine.h:
27868         * ext/xine/xine.c: (plugin_init):
27869         * ext/xine/xineaudiosink.c:
27870           wrap audio sinks, too
27871         * gst-libs/gst/resample/private.h:
27872         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27873         (gst_resample_reinit), (gst_resample_scale),
27874         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27875         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27876         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27877         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27878         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27879         * gst-libs/gst/resample/resample.h:
27880         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27881         (gst_audioscale_class_init), (gst_audioscale_link),
27882         (gst_audioscale_get_buffer), (gst_audioscale_init),
27883         (gst_audioscale_chain), (gst_audioscale_set_property),
27884         (gst_audioscale_get_property):
27885         * gst/audioscale/gstaudioscale.h:
27886           s/resample_*/gst_resample_*/i to not clobber namespaces
27887
27888 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27889
27890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27891         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27892         (gst_riff_create_video_template_caps),
27893         (gst_riff_create_audio_template_caps),
27894         (gst_riff_create_iavs_template_caps):
27895         * gst-libs/gst/riff/riff-media.h:
27896         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27897         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27898         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27899         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27901         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27902         (gst_matroska_demux_plugin_init): First batch implementing audio and
27903         video codec tags in demuxers.
27904
27905 2004-02-22  Benjamin Otte  <otte@gnome.org>
27906
27907         * ext/xine/Makefile.am:
27908         * ext/xine/gstxine.h:
27909         * ext/xine/xine.c: (plugin_init):
27910         * ext/xine/xineinput.c:
27911           add input plugin wrapper. Playback from files, http, mms and cdda
27912           works.
27913         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27914           remove leftover G_GNUC_UNUSED
27915         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27916         (gst_asf_demux_identify_guid):
27917           improve debugging output
27918
27919 2004-02-22  Benjamin Otte  <otte@gnome.org>
27920
27921         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27922
27923         * autogen.sh:
27924           replace test -e with test -x for mkinstalldirs to be more portable.
27925           (fixes #134816)
27926
27927 2004-02-22  Benjamin Otte  <otte@gnome.org>
27928
27929         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27930
27931         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27932           set rank to PRIMARY
27933         * gst/volume/gstvolume.c: (plugin_init):
27934           set rank to NONE
27935         fixes #134960
27936
27937 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27938
27939         reviewed by Benjamin Otte  <otte@gnome.org>
27940
27941         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27942           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27943
27944 2004-02-22  Benjamin Otte  <otte@gnome.org>
27945
27946         * configure.ac:
27947           export [_]*{gst,Gst,GST}.* symbols from plugins
27948
27949 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27950
27951         reviewed by: Benjamin Otte  <otte@gnome.org>
27952
27953         * ext/lame/gstlame.c: (add_one_tag):
27954         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27955         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27956         (gst_vorbisenc_metadata_set1):
27957         * gst/tags/gstid3tag.c:
27958         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27959           apply fixes from bugs #135042 (lame can't write tags) and #133817
27960           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27961
27962 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27963
27964         * configure.ac: Export only gst_plugin_desc from plugins.
27965          Note that this change only makes any effect with Linux using libtool
27966          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27967          fine. And don't try to have several versions of libtool in different
27968          directories.
27969
27970 2004-02-20  Andy Wingo  <wingo@pobox.com>
27971
27972         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27973         interleave respectively.
27974
27975         * gst/interleave/deinterleave.c: New plugin: deinterleave
27976         (replaces on oneton).
27977         * gst/interleave/interleave.c: New plugin: interleave.
27978         * gst/interleave/plugin.h: Support file.
27979         * gst/interleave/plugin.c: Support file.
27980
27981         * configure.ac: Remove intfloat and oneton, add interleave.
27982
27983         * ext/sndfile/gstsf.c: Handle events better.
27984
27985         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27986         and float2int operation. int2float has scheduling problems as
27987         noted in in2float_chain.
27988
27989 2004-02-20  Benjamin Otte  <otte@gnome.org>
27990
27991         * ext/xine/Makefile.am:
27992         * ext/xine/gstxine.h:
27993         * ext/xine/xine.c:
27994         * ext/xine/xineaudiodec.c:
27995         * ext/xine/xinecaps.c:
27996           add first version of xine plugin wrapper. Currently only wraps the
27997           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27998         * configure.ac:
27999         * ext/Makefile.am:
28000           add xine plugin wrapper, disabled by default. Use --enable-xine to
28001           build. Note that it'll segfault on gst-register if you don't remove
28002           the goom and tvtime post plugins from xine.
28003         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28004         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28005           add extradata parsing for QDM2.
28006           change around debugging prints.
28007
28008 2004-02-19  Benjamin Otte  <otte@gnome.org>
28009
28010         * ext/lame/gstlame.c: (gst_lame_chain):
28011         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28012           use gst_tag_list_insert when you want to insert tags
28013
28014 2004-02-18  David Schleef  <ds@schleef.org>
28015
28016         * configure.ac:  Move massink to gst-rotten
28017         * ext/Makefile.am:
28018         * ext/mas/Makefile.am:
28019         * ext/mas/massink.c:
28020         * ext/mas/massink.h:
28021
28022 2004-02-18  David Schleef  <ds@schleef.org>
28023
28024         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28025         typefinding, since it seems to be worse than nothing.
28026         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28027         atom to recognize .mp4 and .m4a files as video/quicktime.
28028
28029 2004-02-18  David Schleef  <ds@schleef.org>
28030
28031         * gst/sine/demo-dparams.c: (quit_live),
28032         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28033         Use double dparams, not float.
28034         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28035         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28036         sync'd elements don't really work correctly.
28037         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28038         (volume_update_volume), (volume_get_property):  Change dparam
28039         to double.
28040
28041 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28042
28043         * sys/ximage/ximagesink.c:
28044         (gst_ximagesink_xwindow_update_geometry),
28045         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28046         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28047         (gst_ximagesink_init): Rework the way software video scaling works. So
28048         now we check on each chain call if the video frames are feeling the
28049         window. If not we try to renegotiate caps. On failure we memorize that
28050         and we won't try again for that PLAYING sessions.
28051         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28052         failure.
28053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28054         synchronous flag.
28055
28056 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28057
28058         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28059           break up _link so we can give a better debug message for errors
28060
28061 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28062
28063         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28064           set up debug category
28065
28066 2004-02-18  Julien MOUTTE <julien@moutte.net>
28067
28068         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28069         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28070         the way renegotiation work. The event handling function is not taking
28071         care of external windows and renegotiate method check for pad flags
28072         NEGOTIATING. Should fix : #133209
28073
28074 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28075
28076         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28077         pad is negotiating before trying renegotiation.
28078
28079 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28080
28081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28082           pass on all possible mime types as typefind hints
28083
28084 2004-02-17  Julien MOUTTE <julien@moutte.net>
28085
28086         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28088         possible SHM leak if we crash. All other apps using XShm are doing
28089         that.
28090
28091 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28092
28093         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28094         (gst_ximagesink_expose): Renegotiate size on expose.
28095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28096         size on expose.
28097
28098 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28099
28100         * testsuite/alsa/sinesrc.c:
28101           cosmetic fix to fix compile issue with gcc 2.95.4
28102
28103 2004-02-16  Julien MOUTTE <julien@moutte.net>
28104
28105         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28106         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28107         failed opening the audio device.
28108         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28109         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28110         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28111         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28112         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28113         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28114         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28115         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28116         Removing some useless g_return_if_fail like wingo suggested.
28117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28118         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28119         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28120         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28121         (gst_xvimagesink_update_colorbalance),
28122         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28123         (gst_xvimagesink_xcontext_clear),
28124         (gst_xvimagesink_get_fourcc_from_caps),
28125         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28126         (gst_xvimagesink_set_xwindow_id),
28127         (gst_xvimagesink_colorbalance_list_channels),
28128         (gst_xvimagesink_colorbalance_set_value),
28129         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28130         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28131
28132 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28133
28134         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28135           throw error when not negotiated instead of asserting
28136
28137 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28138
28139         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28140         correct data refcounting.
28141
28142 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28143
28144         * gst/switch/gstswitch.c: (gst_switch_change_state),
28145         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28146         change, mostly the EOS flag.
28147
28148 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28149
28150         * examples/gstplay/player.c: (got_eos), (main): Adding some
28151         output for debugging.
28152         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28153         timeouts if we go to any state different from PLAYING.
28154         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28155         more EOS bugs in riff lib.
28156
28157 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28158
28159         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28160         visualization until i find a way to fix switch correctly.
28161         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28162         EOS arrives.
28163         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28164         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28165         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28166         Reworked switch to get a more correct behaviour with events and refing
28167         of data stored in sinkpads.
28168         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28169         we don't pull from a pad in EOS.
28170
28171 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28172
28173         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28174           remove v1 tag even if we can't read it (makes sure we don't detect
28175           it again)
28176
28177 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28178
28179         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28180         (gst_alsa_xrun_recovery):
28181         * ext/alsa/gstalsa.h:
28182           try xrun recovery when wait failed. Make xrun recovery function
28183           return TRUE/FALSE to indicate success. (might fix #134354)
28184
28185 2004-02-13  David Schleef  <ds@schleef.org>
28186
28187         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28188         (dynparm_value_changed), (main): Convert from float to double.
28189         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28190
28191 2004-02-13  David Schleef  <ds@schleef.org>
28192
28193         * gst/silence/gstsilence.c: (gst_silence_class_init),
28194         (gst_silence_set_clock), (gst_silence_get),
28195         (gst_silence_set_property), (gst_silence_get_property):
28196         * gst/silence/gstsilence.h: Add sync property.
28197         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28198         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28199         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28200         * gst/sine/gstsinesrc.h: Add sync property.
28201
28202 2004-02-13  David Schleef  <ds@schleef.org>
28203
28204         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28205         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28206
28207 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28208
28209         * configure.ac:
28210         * ext/Makefile.am:
28211         * gst-libs/ext/Makefile.am:
28212           move ffmpeg plugin to gst-ffmpeg module
28213
28214 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28215
28216         * configure.ac: use GST_ARCH to detect architecture
28217
28218 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28219
28220         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28221
28222 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28223
28224         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28225           classify LADSPA plugins based on number of src/sink pads
28226           (#133663, Stefan Kost)
28227         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28228           fix dparams registration
28229           (#133528, Stefan Kost)
28230         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28231           fix use of isprint and use g_ascii_isprint instead
28232           (#133316, Stefan Kost)
28233
28234 2004-02-11  David Schleef  <ds@schleef.org>
28235
28236         Convert a few inner loops to use liboil.  This is currently
28237         optional, and is only enabled if liboil is present (duh!).
28238         * configure.ac: Check for liboil-0.1
28239         * gst/intfloat/Makefile.am:
28240         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28241         (gst_int2float_chain_gint16):
28242         * gst/videofilter/Makefile.am:
28243         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28244         (tablelookup_u8), (gst_videobalance_planar411):
28245         * gst/videotestsrc/Makefile.am:
28246         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28247         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28248         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28249         (paint_hline_RGB565), (paint_hline_xRGB1555):
28250
28251 2004-02-11  David Schleef  <ds@schleef.org>
28252
28253         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28254         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28255         (gst_colorspace_getcaps), (gst_colorspace_link),
28256         (gst_colorspace_base_init), (gst_colorspace_init),
28257         (gst_colorspace_chain), (gst_colorspace_change_state),
28258         (plugin_init): Merge Ronald's patch (bug #117897) and update
28259         for new caps and negotiation.  Seems to work, although it
28260         shows off bugs in lcs.
28261
28262 2004-02-11  David Schleef  <ds@schleef.org>
28263
28264         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28265         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28266
28267 2004-02-11  David Schleef  <ds@schleef.org>
28268
28269         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28270         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28271         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28272         Add server and port properties
28273
28274 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28275
28276         * m4/a52.m4:
28277         * m4/aalib.m4:
28278         * m4/as-ffmpeg.m4:
28279         * m4/as-liblame.m4:
28280         * m4/as-slurp-ffmpeg.m4:
28281         * m4/check-libheader.m4:
28282         * m4/esd.m4:
28283         * m4/freetype2.m4:
28284         * m4/gconf-2.m4:
28285         * m4/glib.m4:
28286         * m4/gst-alsa.m4:
28287         * m4/gst-artsc.m4:
28288         * m4/gst-ivorbis.m4:
28289         * m4/gst-matroska.m4:
28290         * m4/gst-sdl.m4:
28291         * m4/gst-shout2.m4:
28292         * m4/gst-sid.m4:
28293         * m4/gtk.m4:
28294         * m4/libdv.m4:
28295         * m4/libfame.m4:
28296         * m4/libmikmod.m4:
28297         * m4/ogg.m4:
28298         * m4/vorbis.m4:
28299           fix underquotedness of macros (#133800)
28300         * m4/as-avifile.m4:
28301         * m4/xmms.m4:
28302           removed because no longer used
28303
28304 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28305
28306         * configure.ac:
28307           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28308           by autopoint (fixes #132996)
28309
28310 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28311
28312         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28313         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28314         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28315         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28316           fix memleaks
28317
28318 2004-02-11  David Schleef  <ds@schleef.org>
28319
28320         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28321         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28322         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28323         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28324         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28325         (gst_jpegenc_class_init), (gst_jpegenc_init),
28326         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28327         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28328         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28329         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28330
28331 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28332
28333         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28334         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28335         * ext/mikmod/gstmikmod.h:
28336           fix caps negotiation in mikmod
28337         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28338           output debug information
28339
28340 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28341
28342         * gst-libs/gst/colorbalance/Makefile.am:
28343         * gst-libs/gst/navigation/Makefile.am:
28344         * gst-libs/gst/xoverlay/Makefile.am:
28345           remove unused GST_OPT_CFLAGS from Makefiles
28346           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28347
28348 2004-02-07  David Schleef  <ds@schleef.org>
28349
28350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28351         push events to pads that haven't been created (#133508)
28352
28353 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28354
28355         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28356         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28357         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28358         (gst_dvdec_loop), (gst_dvdec_change_state):
28359         Second attempt at committing a working dvdec element.
28360
28361 2004-02-06  David Schleef  <ds@schleef.org>
28362
28363         Build fixes for OS X: (see #129600)
28364         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28365         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28366         (gst_riff_read_strf_iavs):
28367         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28368         (gst_avi_demux_stream_odml):
28369         * gst/playondemand/Makefile.am:
28370         * gst/rtp/rtp-packet.c:
28371
28372 2004-02-05  David Schleef  <ds@schleef.org>
28373
28374         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28375         last change, because it Just Doesn't Compile.
28376
28377 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28378
28379         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28380           skip undecodable id3v2 tag instead of keeping it
28381
28382 2004-02-05  David Schleef  <ds@schleef.org>
28383
28384         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28385         Unref leaked buffer.  (Noticed by Ronald)
28386
28387 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28388
28389         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28390         Sync requires with other checks.  >= vs =.
28391
28392 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28393
28394         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28395         (gst_dvdec_video_link), (gst_dvdec_loop):
28396         * ext/dv/gstdvdec.h:
28397           rework the caps negotiation so that dvdec works again instead
28398           of just segfaulting.
28399
28400 === release 0.7.4 ===
28401
28402 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28403
28404         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28405         * configure.ac: changed for release
28406
28407 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28408
28409         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28410         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28411         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28412         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28413           reworked patch by David Lehn to fix libdir and includedir for
28414           uninstalled libraries
28415           removed play and gconf from gstreamer-libs since they have their
28416           own pkgconfig files
28417
28418 2004-02-04  David Schleef  <ds@schleef.org>
28419
28420         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28421         memleak.
28422
28423 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28424
28425         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28426           use correct GST_TAG_ENCODER tag
28427
28428 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28429
28430         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28431           be sure to stop the clock when going to paused
28432         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28433           reset number of transmitted when going to ready.
28434         fixes #132935
28435
28436 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28437
28438         reviewed by Benjamin Otte
28439
28440         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28441           extract track count (fixes #133410)
28442
28443 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28444
28445         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28446           that should be !=, not == (fixes #132519)
28447
28448 2004-02-04  David Schleef  <ds@schleef.org>
28449
28450         Make sure set_explicit_caps() is called before adding pad.
28451         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28452         * gst/id3/gstid3types.c: (gst_id3types_loop):
28453         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28454         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28455
28456 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28457
28458         * configure.ac:
28459           bump nano to 2, first prerelease
28460           put back AM_PROG_LIBTOOL
28461
28462 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28463
28464         * testsuite/alsa/Makefile.am:
28465           these are user test apps, not automatic testsuite tests
28466
28467 2004-02-04  David Schleef  <ds@schleef.org>
28468
28469         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28470         * gst/mpeg1videoparse/gstmp1videoparse.c:
28471         (mp1videoparse_parse_seq):
28472         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28473         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28474         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28475         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28476         (gst_xvideosink_getcaps):
28477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28478         * testsuite/gst-lint: more tests
28479
28480 2004-02-04  David Schleef  <ds@schleef.org>
28481
28482         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28483         with the code that they would expand to.
28484         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28485         (gst_flacdec_get_src_query_types),
28486         (gst_flacdec_get_src_event_masks):
28487         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28488         (gst_gnomevfssrc_get_query_types),
28489         (gst_gnomevfssrc_get_event_mask):
28490
28491 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28492
28493         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28494         (gst_sinesrc_dispose):
28495           fix memleak by properly disposing sinesrc
28496
28497 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28498
28499         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28500         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28501         an overlay to redraw the image because it has been exposed.
28502         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28503         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28504         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28505         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28506         interface
28507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28508         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28509         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28510         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28511         interface
28512
28513 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28514
28515         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28516           more memleak fixage
28517
28518 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28519
28520         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28521         * gst/typefind/gsttypefindfunctions.c:
28522           fix memleaks shown by gst-typefind
28523
28524 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28525
28526         * common/glib-gen.mak:
28527           add hack rule to touch .Plo files
28528         * gst-libs/gst/colorbalance/Makefile.am:
28529         * gst-libs/gst/mixer/Makefile.am:
28530         * gst-libs/gst/play/Makefile.am:
28531         * gst-libs/gst/tuner/Makefile.am:
28532           remove glib_root variable
28533
28534 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28535
28536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28537           set explicit caps before adding the element, so the autopluggers can
28538           plug correctly.
28539         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28540         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28541         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28542         (dv_type_find):
28543           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28544           argument.
28545
28546 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28547
28548         * gst-libs/gst/colorbalance/Makefile.am:
28549         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28550         * gst-libs/gst/colorbalance/colorbalance.c:
28551         * gst-libs/gst/colorbalance/colorbalance.h:
28552         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28553         * gst-libs/gst/mixer/Makefile.am:
28554         * gst-libs/gst/mixer/mixer-marshal.list:
28555         * gst-libs/gst/mixer/mixer.c:
28556         * gst-libs/gst/mixer/mixer.h:
28557         * gst-libs/gst/mixer/mixermarshal.list:
28558         * gst-libs/gst/play/Makefile.am:
28559         * gst-libs/gst/play/play.h:
28560         * gst-libs/gst/tuner/Makefile.am:
28561         * gst-libs/gst/tuner/tuner-marshal.list:
28562         * gst-libs/gst/tuner/tuner.c:
28563         * gst-libs/gst/tuner/tuner.h:
28564         * gst-libs/gst/tuner/tunermarshal.list:
28565           use new glib-gen.mak snippet to clean up Makefile.am
28566           fix various bugs in Makefile.am's
28567
28568 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28569
28570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28571           handle chain parsing correctly in the multichain case
28572         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28573         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28574         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28575         (theora_dec_chain):
28576           handle events and queries correctly
28577
28578 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28579
28580         * .cvsignore:
28581         Ignore generated file _stdint.h.
28582
28583 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28584
28585         * gst-libs/gst/colorbalance/Makefile.am:
28586         * gst-libs/gst/colorbalance/colorbalance.h:
28587         * gst-libs/gst/mixer/Makefile.am:
28588         * gst-libs/gst/mixer/mixer.h:
28589         * gst-libs/gst/play/Makefile.am:
28590         * gst-libs/gst/play/play.h:
28591         * gst-libs/gst/tuner/Makefile.am:
28592         * gst-libs/gst/tuner/tuner.h:
28593         Generate enum type code with glib-mkenums.
28594         * gst-libs/gst/colorbalance/.cvsignore:
28595         * gst-libs/gst/mixer/.cvsignore:
28596         * gst-libs/gst/play/.cvsignore:
28597         * gst-libs/gst/tuner/.cvsignore:
28598         Ignore generated files.
28599
28600 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28601
28602         * gst-libs/gst/audio/.cvsignore:
28603         Ignore generated file.
28604         * gst-libs/gst/audio/Makefile.am:
28605         Do not install example filter.
28606
28607 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28608
28609         * examples/switch/.cvsignore:
28610         Ignore generated file.
28611
28612 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28613
28614         * common/m4/ax_create_stdint_h.m4:
28615         * configure.ac:
28616           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28617           _stdint.h.
28618         * Makefile.am:
28619           remove generated _stdint.h in DISTCLEANFILES
28620         * ext/a52dec/gsta52dec.c:
28621           include _stdint.h for a52dec. (should fix #133064)
28622
28623 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28624
28625         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28626         (gst_tag_to_vorbis_comments):
28627         Add replaygain support to vorbistag
28628
28629 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28630         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28631         (gst_ffmpeg_caps_to_extradata):
28632           Fix SVQ3 caps flag properties
28633           Use glib macro for bytes swap
28634
28635 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28636
28637         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28638         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28639         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28640         * ext/sndfile/gstsf.c: (plugin_init):
28641         * gst/avi/gstavi.c: (plugin_init):
28642         * sys/dxr3/dxr3init.c: (plugin_init):
28643         * sys/oss/gstossaudio.c: (plugin_init):
28644         * sys/v4l/gstv4l.c: (plugin_init):
28645         * sys/v4l2/gstv4l2.c: (plugin_init):
28646           remove textdomain calls
28647         * po/nl.po:
28648           update Dutch translation
28649
28650 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28651
28652         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28653         (gst_play_set_audio_sink): Moving volume in the audio thread for
28654         instantaneous volume change. Maybe i will add another volume in front
28655         of visualization later, not sure yet though.
28656
28657 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28658
28659         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28660         (gst_ximagesink_handle_xevents): Better X events handling, only take
28661         the latest events for configure and motion.
28662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28663
28664 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28665
28666         reviewed by: David Schleef  <ds@schleef.org>
28667
28668         Fix memory leaks:
28669         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28670         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28671
28672 2004-02-02  David Schleef  <ds@schleef.org>
28673
28674         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28675         of lines.
28676         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28677         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28678         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28679         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28680         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28681         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28682         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28683         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28684         (gst_float2_2_int_link):
28685         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28686         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28687         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28688         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28689         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28690         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28691         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28692         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28693         * testsuite/gst-lint: Add tests for bzero and ;;
28694
28695 2004-02-02  David Schleef  <ds@schleef.org>
28696
28697         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28698
28699 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28700
28701         * ext/aalib/gstaasink.c: (gst_aasink_open):
28702         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28703         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28704         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28705         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28706         (gst_afsink_close_file):
28707         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28708         (gst_afsrc_close_file):
28709         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28710         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28711         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28712         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28713         * ext/esd/esdmon.c: (gst_esdmon_get):
28714         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28715         * ext/faac/gstfaac.c: (gst_faac_chain):
28716         * ext/faad/gstfaad.c: (gst_faad_chain):
28717         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28718         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28719         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28720         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28721         (gst_flacdec_loop):
28722         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28723         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28724         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28725         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28726         (gst_gnomevfssink_close_file):
28727         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28728         (gst_gnomevfssrc_open_file):
28729         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28730         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28731         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28732         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28733         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28734         * ext/mad/gstmad.c: (gst_mad_chain):
28735         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28736         * ext/mpeg2dec/gstmpeg2dec.c:
28737         * ext/mpeg2enc/gstmpeg2enc.cc:
28738         * ext/mplex/gstmplex.cc:
28739         * ext/mplex/gstmplexibitstream.cc:
28740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28741         (gst_ogg_demux_push):
28742         * ext/raw1394/gstdv1394src.c:
28743         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28744         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28745         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28746         (gst_sf_loop):
28747         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28748         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28749         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28750         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28751         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28752         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28753         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28754         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28755         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28756         (gst_riff_read_element_data), (gst_riff_read_seek),
28757         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28758         * gst/adder/gstadder.c: (gst_adder_loop):
28759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28760         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28761         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28762         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28763         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28764         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28765         * gst/goom/gstgoom.c: (gst_goom_chain):
28766         * gst/id3/gstid3types.c: (gst_id3types_loop):
28767         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28768         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28769         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28770         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28771         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28772         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28773         (gst_ebml_read_float), (gst_ebml_read_header):
28774         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28775         (gst_matroska_demux_parse_blockgroup):
28776         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28777         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28778         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28779         * gst/silence/gstsilence.c: (gst_silence_get):
28780         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28781         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28782         * gst/speed/gstspeed.c: (speed_loop):
28783         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28784         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28785         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28786         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28787         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28788         (gst_wavparse_loop):
28789         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28790         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28791         (dxr3audiosink_close):
28792         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28793         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28794         (dxr3videosink_close), (dxr3videosink_write_data):
28795         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28796         * sys/oss/gstosssink.c: (gst_osssink_chain):
28797         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28798         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28799         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28800         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28801         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28802         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28803         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28804         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28805         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28806         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28807         (gst_v4l_set_audio):
28808         * sys/v4l/v4l_calls.h:
28809         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28810         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28811         (gst_v4lmjpegsink_playback_init),
28812         (gst_v4lmjpegsink_playback_start):
28813         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28814         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28815         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28816         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28817         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28818         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28819         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28820         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28821         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28822         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28823         (gst_v4l2_get_output), (gst_v4l2_set_output),
28824         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28825         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28826         (gst_v4l2_set_attribute):
28827         * sys/v4l2/v4l2_calls.h:
28828         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28829         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28830         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28831         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28832         (gst_v4l2src_capture_stop):
28833         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28834         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28835         (gst_ximagesink_chain):
28836         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28837         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28838         (gst_xvideosink_xwindow_new):
28839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28840         (gst_xvimagesink_chain):
28841
28842 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28843
28844         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28845         (gst_volume_get_volume), (volume_class_init), (volume_init),
28846         (volume_chain_int16), (volume_update_volume):
28847         * gst/volume/gstvolume.h:
28848           make code more readable by removing magic numbers
28849           make mixer interface export 0-100 range
28850           make it internally map to 0.0-1.0 range so users don't distort
28851           output by putting the sliders at full volume
28852
28853 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28854
28855         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28856         (gst_play_state_change), (gst_play_seek_to_time):
28857         block the tick callback for 0.5 secs after doing a seek
28858
28859 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28860
28861         * gst-libs/gst/play/play.c: (gst_play_new):
28862           check for GError
28863
28864 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28865
28866         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28867         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28868         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28869         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28871         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28872
28873 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28874
28875         * configure.ac:
28876         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28877           check for a function added in vorbis 1.1
28878
28879 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28880
28881         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28882         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28883           really start/stop clock only on PLAYING <=> PAUSED
28884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28885           remove \n from debugging lines
28886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28887           make it work when seeking does not
28888         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28889           reset on DISCONT
28890
28891 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28892
28893         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28894           start clock on PAUSED=>PLAYING, not later
28895         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28896           extract correct time for different discont formats
28897         (gst_alsa_sink_get_time):
28898           don't segfault when no format is negotiated yet, just return 0
28899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28900         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28901         (gst_ogg_pad_push):
28902           handle flush and discont events correctly
28903         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28904           handle discont events correctly
28905
28906 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28907
28908         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28909         (gst_play_error_create), (gst_play_error_plugin),
28910         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28911         * gst-libs/gst/play/play.h:
28912           add error handling during creation
28913         * examples/gstplay/player.c: (main):
28914           use new gst_play_new
28915
28916
28917 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28918
28919         * ext/theora/theoradec.c: (theora_dec_chain):
28920           make comments work
28921         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28922         (vorbis_dec_src_event), (vorbis_dec_chain):
28923           add encoder tag, fix tag reading to be more error tolerant, change
28924           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28925           gst_pad_event_default.
28926         * gst/tags/gstvorbistag.c:
28927         (gst_tag_list_from_vorbiscomment_buffer):
28928           undefine function specific define at end of function
28929
28930 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28931
28932         * ext/flac/gstflac.c: (plugin_init):
28933         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28934         * ext/flac/gstflacdec.h:
28935         * ext/flac/gstflacenc.h:
28936           Fix typos
28937
28938 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28939
28940         * examples/gstplay/player.c: s/gstplay.h/play.h/
28941
28942 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28943
28944         * gst-libs/gst/play/Makefile.am:
28945         * gst-libs/gst/play/gstplay.c:
28946         * gst-libs/gst/play/gstplay.h:
28947         * gst-libs/gst/play/play.c:
28948           more surgery, operation complete
28949
28950 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28951
28952         * gst-libs/gst/play/play.old.c:
28953         * gst-libs/gst/play/play.old.h:
28954           after CVS surgery by moving, remove
28955         * gst-libs/gst/play/playpipelines.c:
28956           remove
28957
28958         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28959           add negotiation error
28960
28961 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28962
28963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28964         (gst_ogg_demux_push):
28965           add some seeking debug info
28966           send a flush when seeking
28967
28968 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28969
28970         * configure.ac:
28971           use AC_C_INLINE
28972         * configure.ac:
28973         * ext/Makefile.am:
28974         * ext/theora/Makefile.am:
28975         * ext/theora/theoradec.c:
28976           add theora video decoder. Does just do simple decoding for now and
28977           has been tested against Theora cvs only. It only works when theora
28978           is compiled with --enable-static.
28979         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28980           always reset packetno on DISCONT
28981
28982 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28983
28984         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28985           Fix audio.
28986
28987 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28988
28989         * gst/mpegaudioparse/gstmpegaudioparse.c:
28990         (mp3_type_frame_length_from_header):
28991           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28992
28993 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28994
28995         * ext/esd/esdsink.c: (gst_esdsink_init):
28996           Since we have static pad template caps, we don't need to negotiate;
28997           either the core errors out or we know the format.
28998
28999 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29000
29001         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29002         (gst_riff_read_seek):
29003         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29004         (gst_ebml_read_seek):
29005           Fix event handling.
29006
29007 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29008
29009         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29010           removee video/x-theora from vp3 decoder, it doesn't handle raw
29011           theora streams
29012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29013           fix bug with finalizing element that never went to PAUSED
29014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29015           length and position queries were swapped
29016         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29017         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29018         (vorbis_dec_src_event):
29019           implement querying time and bytes
29020
29021 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29022
29023         * just about every source file:
29024           gst_element_error -> GST_ELEMENT_ERROR
29025
29026 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29027
29028         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29029         emiting FLUSH and even before DISCONT.
29030         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29031         get the best instant seeking as possible yay!
29032
29033 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29034
29035         * gst/mpeg1videoparse/gstmp1videoparse.c:
29036         (gst_mp1videoparse_real_chain):
29037           Committed wrong version last week... Grr... Didn't notice until now.
29038
29039 2004-01-29  Julien MOUTTE <julien@moutte.net>
29040
29041         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29043         have_xwindow_id signal in xwindow_create.
29044
29045 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29046
29047         * ext/ogg/gstoggdemux.c:
29048           lots of changes - mainly support for chained bitstreams, seeking,
29049           querying and bugfixes of course
29050         * ext/vorbis/Makefile.am:
29051         * ext/vorbis/vorbisdec.c:
29052         * ext/vorbis/vorbisdec.h:
29053           add vorbisdec raw vorbis decoder
29054         * ext/vorbis/vorbis.c: (plugin_init):
29055           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29056         * gst/intfloat/Makefile.am:
29057         * gst/intfloat/float22int.c:
29058         * gst/intfloat/float22int.h:
29059         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29060           add float2intnew plugin. It converts multichannel interleaved float to
29061           multichannel interleaved int. The name should probably be changed.
29062         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29063         (plugin_init):
29064           add typefinding for raw theora video so oggdemux can detect it.
29065
29066 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29067
29068         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29069         sink element first.
29070         * gst/videoscale/gstvideoscale.c:
29071         (gst_videoscale_handle_src_event): Fixing src event handler.
29072
29073 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29074
29075         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29076         (gst_v4lsrc_open), (gst_v4lsrc_close),
29077         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29078         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29079         * sys/v4l/gstv4lsrc.h:
29080         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29081         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29082           Implement resizing... Hack. But that's why v4l is b0rked...
29083
29084 2004-01-28  Julien MOUTTE <julien@moutte.net>
29085
29086         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29087         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29088         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29089         (gst_ximagesink_xwindow_destroy):
29090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29091         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29092         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29093         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29094         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29095         correctly cleaning the image created to check xshm calls on succes,
29096         added a lot of XSync calls in X11 functions, and fixed a segfault when
29097         no image format was defined before negotiation happened.
29098
29099 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29100
29101         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29102           use gst_element_get_time to get correct time
29103
29104 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29105
29106         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29107         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29108         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29110         (gst_xvimagesink_check_xshm_calls),
29111         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29112         X plugins are now able to detect that XShm calls will fail even if the
29113         server claims that it has XShm support (remote displays most of the
29114         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29115         so that we use non XShm functions. This feature is almost useless for
29116         xvimagesink as Xv is not supported on remote displays anyway, but
29117         it might happen than even on the local display XShm calls fail.
29118
29119 2004-01-27  David Schleef  <ds@schleef.org>
29120
29121         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29122         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29123         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29124         changed esdsink to only use 44100,16,2, since esd sucks at rate
29125         conversion and esdsink has had difficulty negotiating.
29126
29127 2004-01-27  Julien MOUTTE <julien@moutte.net>
29128
29129         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29130         (gst_play_seek_to_time): Fixing the way to get current position.
29131
29132 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29133
29134         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29135           use gst_element_get_time to get correct time
29136
29137 2004-01-27  Julien MOUTTE <julien@moutte.net>
29138
29139         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29140         fix ever... Inverting 2 lines of code make spider autoplug correctly
29141         tagged mp3 !
29142
29143 2004-01-27  David Schleef  <ds@schleef.org>
29144
29145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29146         Use gst_pad_try_set_caps_nonfixed().
29147
29148 2004-01-27  David Schleef  <ds@schleef.org>
29149
29150         * gst/ac3parse/gstac3parse.c: update to checklist 5
29151         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29152         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29153         * gst/audioscale/gstaudioscale.c: same
29154         * gst/auparse/gstauparse.c: same
29155         * gst/avi/gstavidemux.c: same
29156
29157 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29158
29159         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29160           stop processing after EOS
29161
29162 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29163
29164         * gst/asfdemux/asfheaders.h:
29165         * gst/asfdemux/gstasfdemux.c:
29166         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29167         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29168         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29169           lot's of fixes to make data extraction simpler and get the code
29170           architecture and compiler independant. Add debugging category
29171         * gst/goom/gstgoom.c: (gst_goom_change_state):
29172           reset channel count on PAUSED=>READY, not READY=>PAUSED
29173
29174 2004-01-26  Colin Walters  <walters@verbum.org>
29175
29176         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29177         code to pull a bigger buffer in iradio mode.  This as a side effect
29178         makes typefinding work.
29179
29180 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29181
29182         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29183         Fix SVQ3 decoding on PPC
29184
29185 2004-01-26  Julien MOUTTE <julien@moutte.net>
29186
29187         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29188         that one managed to stay there... Fixed.
29189
29190 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29191
29192         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29193         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29194         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29195         (qtdemux_video_caps):
29196         * gst/qtdemux/qtdemux.h:
29197         Add SVQ3 specific flags to qtdemux and ffmpeg
29198
29199 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29200
29201         * gst-libs/gst/audio/audio.h:
29202           remove buffer-frames from audio caps
29203         * gst/audioconvert/gstaudioconvert.c:
29204           fix plugin to really work.
29205
29206 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29207
29208         * gst-libs/gst/mixer/mixer.c:
29209         * gst-libs/gst/propertyprobe/propertyprobe.c:
29210         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29211         (gst_tuner_find_channel_by_name):
29212         * gst-libs/gst/tuner/tuner.h:
29213           Add gtk-doc style comments. Also fix a function name.
29214
29215 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29216
29217         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29218         (gst_divxdec_negotiate):
29219           Fix for new capsnego - also fixes gst-player with divxdec.
29220
29221 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29222
29223         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29224         (gst_play_identity_handoff), (gst_play_set_location),
29225         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29226         try in visualization implementation. Still have an issue with switch
29227         blocking when pulling from video_queue and only audio comes out of
29228         spider.
29229         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29230         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29231         release method. And check if the pad is usable before pulling.
29232
29233 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29234
29235         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29236         (gst_videobalance_init),
29237         (gst_videobalance_colorbalance_list_channels),
29238         (gst_videobalance_colorbalance_set_value),
29239         (gst_videobalance_colorbalance_get_value),
29240         (gst_videobalance_update_properties),
29241         (gst_videobalance_update_tables_planar411),
29242         (gst_videobalance_planar411):
29243         * gst/videofilter/gstvideobalance.h:
29244           Implement lookup-tables. +/- 10x faster.
29245
29246 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29247
29248         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29249         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29250           The index reading was broken. The rest worked fine, but the whole
29251           goal of my rewrite was to make avidemux readable, and this was
29252           not at all readable. Please use typed variables.
29253
29254 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29255
29256         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29257           Additional pad usability check.
29258         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29259         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29260         (gst_mp1videoparse_real_chain):
29261           Fix MPEG video stream parsing. The original plugin had several
29262           issues, including not timestamping streams where the source was
29263           not timestamped (this happens with PTS values in mpeg system
29264           streams, but MPEG video is also a valid stream on its own so
29265           that needs timestamps too). We use the display time code for that
29266           for now. Also, if one incoming buffer contains multiple valid
29267           frames, we push them all on correctly now, including proper EOS
29268           handling. Lastly, several potential segfaults were fixed, and we
29269           properly sync on new sequence/gop headers to include them in next,
29270           not previous frames (since they're header for the next frame, not
29271           the previous). Also see #119206.
29272         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29273         (bpf_from_header):
29274           Move caps setting so we only do it after finding several valid
29275           MPEG-1 fraes sequentially, not right after the first one (which
29276           might be coincidental).
29277         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29278         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29279         (plugin_init):
29280           Add unsynced MPEG video stream typefinding, and change some
29281           probability values so we detect streams rightly. The idea is as
29282           follows: I can have an unsynced system stream which contains
29283           video. In the current code, I would randomly get a type for either
29284           system or video stream type found, because the probabilities are
29285           being calculated rather randomly. I now use fixed values, so we
29286           always prefer system stream if that was found (and that is how it
29287           should be). If no system stream was found, we can still identity                the stream as video-only.
29288
29289 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29290
29291         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29292         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29293           don't write to buffer. Extract data without the need of
29294           __attribute__ ((packed))
29295
29296 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29297
29298         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29299         (mpeg1_sys_type_find):
29300           Fix MPEG-1 stream typefinding.
29301
29302 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29303
29304         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29305           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29306
29307 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29308
29309         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29310         * ext/esd/gstesd.c: (plugin_init):
29311           private debugging, better error reporting
29312
29313 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29316         (gst_riff_read_init), (gst_riff_read_change_state):
29317         * gst-libs/gst/riff/riff-read.h:
29318           Remove stuff fromold metadata system.
29319
29320 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29321
29322         * ext/ogg/gstoggdemux.c:
29323           Fix wrong file comment.
29324         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29325         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29326           Add metadata reading properly.
29327
29328 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29329
29330         * ext/Makefile.am:
29331           Fix nas DIST_SUBDIRS
29332           Uraeus:
29333           Fix bug where make distcheck doesn't get run on adding stuff to
29334           the build.
29335
29336 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29337
29338         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29339         * ext/divx/gstdivxdec.h:
29340           Fix divx3 ("msmpeg4") playback using divxdec.
29341
29342 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29343
29344         * gst/typefind/gsttypefindfunctions.c:
29345         (mp3_type_frame_length_from_header): fix bug in length computation
29346         (mp3_type_find): improve debugging output
29347
29348 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29349
29350         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29351         (gst_play_set_location), (gst_play_seek_to_time),
29352         (gst_play_set_audio_sink), (gst_play_set_visualization),
29353         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29354         the pipeline from scratch. Visualization is back and switch went out as
29355         i realized it was not possible to use the way i wanted.
29356         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29357         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29358         clearing in state change from READY to NULL. So that one can clean the
29359         X ressources keeping the element.
29360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29361         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29362         (gst_xvimagesink_colorbalance_set_value),
29363         (gst_xvimagesink_colorbalance_get_value),
29364         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29365         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29366         change from READY to NULL and fixed some stupid bugs in colorbalance
29367         get/set values. Also added the following feature : when nobody tries to
29368         set some values to the colorbalance levels before the xcontext is
29369         grabbed, then when creating channels list from Xv attributes we set the
29370         internal values to the Xv defaults. This way we handle buggy Xv drivers
29371         that set default hue values far from the middle of the range (Thanks
29372         to Jon Trowbridge for pointing that issue).
29373         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29374         colorbalance levels have been set before xcontext is grabbed.
29375
29376 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29377
29378         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29379           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29380           it might block operations (which is bad for a mixer).
29381
29382 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29383
29384         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29385         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29386         (gmip_find_type_pre):
29387         * gst-libs/gst/media-info/media-info-priv.h:
29388         * gst-libs/gst/media-info/media-info.c:
29389         (gst_media_info_instance_init), (gst_media_info_read_idler):
29390         add fakesink to get caps on decoder src pad again
29391         fix callback prototype to match new have_type signal signature
29392
29393 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29394
29395         * gst/adder/gstadder.c: (gst_adder_link):
29396           fix non-compile and cut-n-paste code
29397
29398 2004-01-21  David Schleef  <ds@schleef.org>
29399
29400         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29401         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29402         (gst_swfdec_init), (gst_swfdec_change_state):
29403         * ext/swfdec/gstswfdec.h:
29404         Fix negotiation.
29405         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29406         (gst_adder_request_new_pad): Fix negotiation.
29407         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29408         Add a fixate function.
29409         * gst/intfloat/gstfloat2int.c:
29410         * gst/intfloat/gstfloat2int.h:
29411         * gst/intfloat/gstint2float.c:
29412         * gst/intfloat/gstint2float.h:
29413         Completely rewrite the negotiation.  Doesn't quite work yet,
29414         due to some buffer-frames problem.
29415
29416 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29417
29418         * ext/gnomevfs/gstgnomevfssrc.c:
29419         * sys/v4l2/v4l2_calls.h:
29420           fix includes for distcheck
29421
29422 2004-01-21  Christian Schaller <uraeus@gnome.org>
29423
29424         * ext/nas/
29425         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29426         based on earlier patch from Laurent Vivier
29427
29428 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29429
29430         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29431         Fix wma caps property
29432         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29433         Fix typo (flags1 and flags2)
29434
29435 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29436
29437         * gst-libs/gst/media-info/media-info-priv.c:
29438         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29439         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29440         (gmip_find_stream), (gmip_find_track_metadata),
29441         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29442         (gmip_find_track_format):
29443         * gst-libs/gst/media-info/media-info-priv.h:
29444         * gst-libs/gst/media-info/media-info-test.c: (main):
29445         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29446         (gst_media_info_read_idler), (gst_media_info_read):
29447         * gst-libs/gst/media-info/media-info.h:
29448           register debugging category and use it for debugging
29449
29450 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29451
29452         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29453         (gst_vorbisfile_new_link):
29454           signal streaminfo through tags
29455
29456 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29457
29458         * ext/mplex/gstmplex.cc:
29459         * ext/mplex/gstmplexibitstream.cc:
29460           g++ doesn't like NULL in our i18n/error macros, should be
29461           either (NULL) or ("").
29462
29463 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29464
29465         * sys/dxr3/dxr3audiosink.c:
29466         * sys/dxr3/dxr3init.c:
29467         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29468         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29469           Fix more error error error errors (missing includes here).
29470
29471 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29472
29473         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29474           fix thomas' error errors.
29475
29476 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29477
29478         * ext/mpeg2enc/gstmpeg2enc.cc:
29479           fix error errors.
29480
29481 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29482
29483         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29484         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29485           Fix for new error system.
29486
29487 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29488
29489         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29490           fix for new error reporting
29491
29492 2004-01-20  David Schleef  <ds@schleef.org>
29493
29494         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29495         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29496         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29497         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29498         and neither is 100+, most likely.
29499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29500         (gst_xvimagesink_getcaps): same
29501
29502 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29503
29504         * configure.ac:
29505           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29506           clashes with ffmpeg.
29507
29508 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29509
29510         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29511         (gst_switch_init): Fixed switch element : proxying link and setting
29512         caps from src to sink on request.
29513
29514 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29515
29516         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29517         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29518         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29519         fix element_error
29520
29521 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29522
29523         * sys/v4l/v4l_calls.h:
29524         * sys/v4l2/v4l2_calls.h:
29525           element_error fixes
29526
29527 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29528
29529         * gst-libs/gst/gst-i18n-plugin.h:
29530           add locale.h
29531           remove config.h inclusion
29532
29533 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29534
29535         * autogen.sh:
29536           adding autopoint invocation
29537         * Makefile.am:
29538         * configure.ac:
29539         * gst-libs/gst/gettext.h:
29540           adding gettext bits
29541         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29542         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29543         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29544         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29545         (gst_gnomevfssink_close_file):
29546         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29547         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29548         * gst-libs/gst/gst-i18n-plugin.h:
29549         * gst/avi/gstavi.c: (plugin_init):
29550         * sys/dxr3/dxr3init.c: (plugin_init):
29551         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29552         * sys/oss/gstossaudio.c: (plugin_init):
29553         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29554         * sys/v4l/gstv4l.c: (plugin_init):
29555         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29556         * sys/v4l2/gstv4l2.c: (plugin_init):
29557         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29558         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29559         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29560         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29561         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29562         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29563           make sure locale and translation domain are set
29564           fix translated strings
29565         * po/.cvsignore:
29566         * po/LINGUAS:
29567         * po/Makevars:
29568         * po/POTFILES.in:
29569         * po/nl.po:
29570           put translation files into place
29571         * sys/xvideo/imagetest.c: (main):
29572         * ext/dv/demo-play.c: (main):
29573           fix unnecessary translations
29574
29575 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29576
29577         * ext/sndfile/gstsf.c:
29578         * gst/avi/gstavimux.c:
29579         * ext/audiofile/gstafsink.c:
29580         * ext/audiofile/gstafsrc.c:
29581         * ext/gnomevfs/gstgnomevfssink.c:
29582         * ext/gnomevfs/gstgnomevfssrc.c:
29583         * sys/oss/gstosselement.c:
29584         * sys/v4l/v4l_calls.h:
29585           fix i18n include
29586
29587 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29588
29589         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29590         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29591         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29592         (gst_v4l2_get_output), (gst_v4l2_set_output),
29593         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29594         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29595         (gst_v4l2_set_attribute):
29596         update to new error handling
29597
29598 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29599
29600         * ext/sidplay/gstsiddec.cc:
29601         * gst/modplug/gstmodplug.cc:
29602           parenthese NULL because C++ seems angry about it
29603
29604 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29605
29606         * gst-libs/gst/gst-i18n-plugin.h:
29607           add skeleton i18n stuff, but needs to be further implemented
29608
29609 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29610
29611         * examples/gstplay/player.c: (main):
29612         * ext/aalib/gstaasink.c: (gst_aasink_open):
29613         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29614         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29615         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29616         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29617         (gst_afsink_close_file):
29618         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29619         (gst_afsrc_close_file):
29620         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29621         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29622         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29623         * ext/esd/esdmon.c: (gst_esdmon_get):
29624         * ext/esd/esdsink.c: (gst_esdsink_chain):
29625         * ext/faac/gstfaac.c: (gst_faac_chain):
29626         * ext/faad/gstfaad.c: (gst_faad_chain):
29627         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29628         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29629         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29630         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29631         (gst_flacdec_loop):
29632         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29633         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29635         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29636         (gst_gnomevfssink_close_file):
29637         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29638         (gst_gnomevfssrc_open_file):
29639         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29640         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29641         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29642         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29643         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29644         * ext/mad/gstmad.c: (gst_mad_chain):
29645         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29646         * ext/mpeg2dec/gstmpeg2dec.c:
29647         * ext/mpeg2enc/gstmpeg2enc.cc:
29648         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29649         * ext/mplex/gstmplex.cc:
29650         * ext/mplex/gstmplexibitstream.cc:
29651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29652         (gst_ogg_demux_push), (gst_ogg_pad_push):
29653         * ext/raw1394/gstdv1394src.c:
29654         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29655         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29656         * ext/sidplay/gstsiddec.cc:
29657         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29658         (gst_sf_loop):
29659         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29660         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29661         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29662         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29663         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29664         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29665         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29666         * gst-libs/gst/Makefile.am:
29667         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29668         (gst_riff_read_element_data), (gst_riff_read_seek),
29669         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29670         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29672         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29673         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29674         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29675         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29676         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29677         * gst/goom/gstgoom.c: (gst_goom_chain):
29678         * gst/id3/gstid3types.c: (gst_id3types_loop):
29679         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29680         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29681         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29682         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29683         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29684         (gst_ebml_read_float), (gst_ebml_read_header):
29685         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29686         (gst_matroska_demux_parse_blockgroup):
29687         * gst/modplug/gstmodplug.cc:
29688         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29689         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29690         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29691         * gst/silence/gstsilence.c: (gst_silence_get):
29692         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29693         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29694         * gst/speed/gstspeed.c: (speed_loop):
29695         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29696         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29697         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29698         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29699         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29700         (gst_wavparse_loop):
29701         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29702         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29703         (dxr3audiosink_close):
29704         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29705         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29706         (dxr3videosink_close), (dxr3videosink_write_data):
29707         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29708         * sys/oss/gstosselement.h:
29709         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29710         (gst_osssink_chain):
29711         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29712         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29713         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29715         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29716         (gst_v4l_enable_overlay):
29717         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29718         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29719         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29720         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29721         (gst_v4l_set_audio):
29722         * sys/v4l/v4l_calls.h:
29723         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29724         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29725         (gst_v4lmjpegsink_playback_init),
29726         (gst_v4lmjpegsink_playback_start):
29727         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29728         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29729         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29730         (gst_v4lmjpegsrc_requeue_frame):
29731         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29732         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29733         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29734         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29735         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29736         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29737         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29738         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29739         (gst_v4l2src_capture_stop):
29740         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29741         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29742         (gst_ximagesink_chain):
29743         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29744         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29745         (gst_xvideosink_xwindow_new):
29746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29747         (gst_xvimagesink_chain):
29748         use new error signal, function and categories
29749
29750 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29751
29752         * configure.ac:
29753         * ext/Makefile.am:
29754         * ext/musicbrainz/gsttrm.c:
29755         * ext/musicbrainz/gsttrm.h:
29756         * ext/musicbrainz/Makefile.am:
29757         Add a trm plugin
29758
29759 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29760
29761         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29762         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29763         synchronous property for debugging.
29764         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29766         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29767         smaller block, fixing indent.
29768
29769 2004-01-16  David Schleef  <ds@schleef.org>
29770
29771         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29772         property affects the video stream.
29773         * sys/xvimage/xvimagesink.c:
29774         * sys/xvimage/xvimagesink.h:
29775         Add synchronous property for debugging.  Should probably be
29776         disabled in non-CVS builds.  Make sure that the Xv attribute
29777         exists before we set it (crash!).  Fix a silly float bug that
29778         caused colorbalance to just not work.
29779
29780 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29781
29782         * tools/gst-launch-ext.in - update for new plugins
29783
29784 2004-01-16  David Schleef  <ds@schleef.org>
29785
29786         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29787         already-freed caps.
29788
29789 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29790
29791         * Update spec for new colorspace plugin and libcaca plugin
29792         * Fix compilation of libcaca plugin (clock -> id)
29793
29794 2004-01-16  Julien MOUTTE <julien@moutte.net>
29795
29796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29797         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29798         (gst_xvimagesink_set_xwindow_id),
29799         (gst_xvimagesink_colorbalance_set_value),
29800         (gst_xvimagesink_colorbalance_get_value),
29801         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29802         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29803         correct colorbalance properties. They can now be set when the element
29804         is still in NULL state. The values will be committed to the Xv Port
29805         when xcontext is initialized.
29806         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29807         brightness int values in the GstXvImagesink structure.
29808
29809 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * gst-libs/gst/Makefile.am:
29812           restructure so having local patches works easier.
29813
29814 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29815
29816         * ext/mpeg2enc/Makefile.am:
29817         * ext/mpeg2enc/gstmpeg2enc.cc:
29818         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29819           Bugfix with respect to EOS handling.
29820
29821 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29822
29823         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29824           Link with right caps (else, it segfaults).
29825         * ext/mplex/gstmplexjob.cc:
29826           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29827
29828 2004-01-15  David Schleef  <ds@schleef.org>
29829
29830         * gst-libs/gst/audio/Makefile.am:
29831         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29832         from the template.
29833         * gst-libs/gst/audio/gstaudiofilter.c:
29834         * gst-libs/gst/audio/gstaudiofilter.h:
29835         Add bytes_per_sample and size and n_samples calculation.
29836         * gst-libs/gst/audio/gstaudiofilterexample.c:
29837         Remove, now autogenerated.
29838         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29839         Moved from gstaudiofilterexample, object name changed, code added
29840         so that it actually works.
29841         * gst-libs/gst/audio/make_filter:
29842         Script to build an audiofilter subclass from the template.
29843         * gst/colorspace/Makefile.am:
29844         * gst/colorspace/yuv2yuv.c:
29845         Remove file, since it's GPL, and we don't use it.
29846
29847 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29848
29849         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29851         them use the buffer free function to test how the buffer was allocated.
29852
29853 2004-01-15  David Schleef  <ds@schleef.org>
29854
29855         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29856         that handles osssink fallback.
29857         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29858         (gst_audio_convert_getcaps):
29859         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29860         Add audio/x-qdm2 for QDM2 audio.
29861         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29862         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29863         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29864         Decrease minimum size to 16x16.
29865         * gst/wavparse/gstwavparse.c:
29866         Convert disabled pad template caps to new caps.
29867         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29869         (gst_xvimagesink_chain): Throw element error when display cannot
29870         be opened.  Increase minimum framerate to 1.0.  Check the data
29871         free function on a buffer to make sure it is the type we expect
29872         before manipulating it.
29873
29874 2004-01-15  Julien MOUTTE <julien@moutte.net>
29875
29876         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29877         (gst_videobalance_colorbalance_set_value): Implement passthru if
29878         settings are in the middle.
29879         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29880
29881 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29882
29883         * gst/videofilter/Makefile.am:
29884         * gst/volume/Makefile.am:
29885           Since we use videofilter symbols, link to it.
29886
29887 2004-01-15  Julien MOUTTE <julien@moutte.net>
29888
29889         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29890         mixer interface type to HARDWARE.
29891         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29892         type to SOFTWARE.
29893         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29894         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29895         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29896         (gst_volume_interface_init), (gst_volume_list_tracks),
29897         (gst_volume_set_volume), (gst_volume_get_volume),
29898         (gst_volume_set_mute), (gst_volume_mixer_init),
29899         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29900         (volume_init): Implementing mixer interface.
29901         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29902         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29903         (gst_osselement_change_state): Removing some trailing commas in
29904         structures.
29905         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29906         interface type to HARDWARE.
29907         * sys/v4l/gstv4lcolorbalance.c:
29908         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29909         type to HARDWARE.
29910         * sys/v4l2/gstv4l2colorbalance.c:
29911         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29912         interface type to HARDWARE.
29913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29914         same code than ximagesink for event handling.
29915
29916 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29917
29918         * ext/snapshot/Makefile.am:
29919         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29920         (gst_snapshot_chain):
29921         * ext/snapshot/gstsnapshot.h:
29922           This has to be a joke... Snapshot should be connected to a tee,
29923           colorspace element before it and EOS after that, where the other
29924           src of the tee receives normal data.
29925           The current way is *wrong*.
29926
29927 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29928
29929         * ext/hermes/gsthermescolorspace.c:
29930           Fix another compile error. Same as below.
29931
29932 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29933
29934         * gst/colorspace/gstcolorspace.c:
29935         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29936         (gst_colorspace_i420_to_yv12):
29937           Fix compiling... Didn't test if it actually works.
29938
29939 2004-01-15  David Schleef  <ds@schleef.org>
29940
29941         * configure.ac:
29942         * gst/colorspace/Makefile.am:
29943         * gst/colorspace/gstcolorspace.c:
29944         * gst/colorspace/gstcolorspace.h:
29945         * gst/colorspace/yuv2rgb.c:
29946         * gst/colorspace/yuv2rgb.h:
29947         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29948         code and GPL code.  Fix for new caps negotiation.  Rewrite
29949         much of the format handling code, and some of the conversion
29950         code.  Basically, rewrote almost everything.  This element
29951         handles I420, YV12 to RGB conversions.
29952         * ext/hermes/Makefile.am:
29953         * ext/hermes/gsthermescolorspace.c:
29954         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29955         Remove non-Hermes related code.  This element handles lots of
29956         RGB to RGB conversions, but no YUV.
29957         * ext/hermes/gstcolorspace.c:
29958         * ext/hermes/gstcolorspace.h:
29959         * ext/hermes/rgb2yuv.c:
29960         * ext/hermes/yuv2rgb.c:
29961         * ext/hermes/yuv2rgb.h:
29962         * ext/hermes/yuv2rgb_mmx16.s:
29963         * ext/hermes/yuv2yuv.c:
29964         * ext/hermes/yuv2yuv.h:
29965         Remove old code.
29966
29967 2004-01-14  Colin Walters  <walters@verbum.org>
29968
29969         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29970         they've already been.
29971
29972 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29973
29974         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29975           assume tag mode when pad is not connected
29976
29977 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29978
29979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29980           Don't update the time of the clock
29981         (gst_alsa_sink_loop):
29982           sync to the clock given to alsasink, not the own clock
29983         * sys/oss/gstosssink.c: (gst_osssink_chain):
29984           sync to the clock
29985         (gst_osssink_change_state):
29986           activate the clock
29987         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29989           remove bogus code that made DISCONT events unhandled
29990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29991           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29992           #131502)
29993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29994         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29995         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29996           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29997           2nd warning in bug #131502)
29998
29999 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30000
30001         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30002         (gst_videobalance_colorbalance_set_value),
30003         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30004         for colorbalance interface implementation.
30005         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30006         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30007         (gst_ximagesink_dispose), (gst_ximagesink_init),
30008         (gst_ximagesink_class_init): Adding DISPLAY property.
30009         * sys/ximage/ximagesink.h: Adding display_name to store display.
30010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30011         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30012         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30013         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30014         properties (they still need polishing though for gst-launch use : no
30015         xcontext yet, i ll do that tomorrow).
30016         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30017
30018 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30019
30020         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30021         (gst_play_set_location), (gst_play_set_visualization): Preparing
30022         switch integration, adding videobalance in the pipeline.
30023
30024 2004-01-14  Julien MOUTTE <julien@moutte.net>
30025
30026         * gst-libs/gst/colorbalance/colorbalance.c:
30027         (gst_color_balance_class_init): Adding a default type.
30028         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30029         the type.
30030         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30031         (gst_videobalance_dispose), (gst_videobalance_class_init),
30032         (gst_videobalance_init), (gst_videobalance_interface_supported),
30033         (gst_videobalance_interface_init),
30034         (gst_videobalance_colorbalance_list_channels),
30035         (gst_videobalance_colorbalance_set_value),
30036         (gst_videobalance_colorbalance_get_value),
30037         (gst_videobalance_colorbalance_init): Implementing colorbalance
30038         interface.
30039         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30040         list.
30041         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30042         bug which was triggering a BadAccess X error when setting an overlay
30043         before pad was really negotiated.
30044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30045         Using the colorbalance type macro.
30046
30047 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30048
30049         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30050         (gst_flacenc_chain):
30051           handle tags correctly
30052         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30053           extract ID3v1 tags correctly
30054
30055 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30056
30057         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30058         (plugin_init):
30059           Improve matroska typefinding for odd-typed headers...
30060
30061 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30062
30063         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30064           Fix for using incremental number on padnames.
30065
30066 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30067
30068         * ext/divx/gstdivxdec.c:
30069         * ext/divx/gstdivxenc.c:
30070           Set category to divx4linux instead of divx (too generic).
30071         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30072         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30073         (gst_wavparse_loop), (gst_wavparse_change_state):
30074         * gst/wavparse/gstwavparse.h:
30075           fix parsing of WAV files with non-standard fmt-tag size and fix
30076           skipping of unrecognized chunks... Someone please fix this thing
30077           to use rifflib so all this is automated.
30078         * sys/v4l/Makefile.am:
30079         * sys/v4l2/Makefile.am:
30080           Add X_CFLAGS because we depend on X (for overlay).
30081
30082 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30083
30084         * ext/mpeg2dec/gstmpeg2dec.c:
30085           Don't issue a timestamp unless we tagged the frame
30086           with a PTS.
30087
30088 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30089
30090         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30091           Query the audio element to get the time, not the clock. We're
30092           interested in the element's time here.
30093
30094 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30095
30096         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30097         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30098         * ext/esd/esdsink.c: (gst_esdsink_chain):
30099         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30100         * ext/mas/massink.c: (gst_massink_chain):
30101         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30102         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30103         (gst_matroska_demux_parse_metadata):
30104         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30105         (gst_mpeg_parse_release_locks):
30106         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30107         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30108         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30109         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30110         (gst_osssink_change_state):
30111         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30112         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30113         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30114         (gst_xvideosink_release_locks):
30115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30116           use element time.
30117         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30118         (gst_alsa_clock_stop):
30119         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30120         (gst_audio_clock_get_internal_time):
30121           simplify for use with new clocking code.
30122         * testsuite/alsa/Makefile.am:
30123         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30124           fix testsuite for new caps system
30125
30126 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30127
30128         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30129         * ext/flac/gstflacenc.c: (add_one_tag):
30130           length is already host endian, no need to convert. Fixes playback of
30131           tagged files on PPC. (bug #128384)
30132
30133 2004-01-13  Julien MOUTTE <julien@moutte.net>
30134
30135         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30136         colorbalance interface stating if it is hardware based or software
30137         based.
30138         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30139         Removing a trailing comma.
30140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30141         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30142         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30143         the documentation seems to be wrong on the -1000 to 1000 interval.
30144
30145 2004-01-12  David Schleef  <ds@schleef.org>
30146
30147         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30148         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30149         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30150         Fix negotiation.  Add a bufferalloc function for the sink pad,
30151         and generally clean up some of the code.
30152
30153 2004-01-12  Julien MOUTTE <julien@moutte.net>
30154
30155         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30156         (gst_color_balance_channel_dispose): Adding safety check in dispose
30157         method.
30158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30159         (gst_xvimagesink_xcontext_clear),
30160         (gst_xvimagesink_interface_supported),
30161         (gst_xvimagesink_colorbalance_list_channels),
30162         (gst_xvimagesink_colorbalance_set_value),
30163         (gst_xvimagesink_colorbalance_get_value),
30164         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30165         Adding colorbalance interface support to set XV parameters such as
30166         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30167         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30168         interface.
30169
30170 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30171
30172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30173         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30174         (gst_audio_convert_init), (gst_audio_convert_set_property),
30175         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30176         (gst_audio_convert_link),
30177         (gst_audio_convert_buffer_to_default_format),
30178         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30179           - implement _getcaps and use it
30180           - improve linking
30181           - remove float caps since no float conversion is actually done
30182           - remove properties and arguments that were to be used for rate
30183             conversion
30184
30185 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30186
30187         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30188         (gst_audio_structure_set_int):
30189         * gst-libs/gst/audio/audio.h:
30190           add helper functions for _getcaps matching the standard audio
30191           templates
30192
30193 2004-01-12  David Schleef  <ds@schleef.org>
30194
30195         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30196         Test that pad is negotiated before getting its caps.
30197
30198 2004-01-12  Julien MOUTTE <julien@moutte.net>
30199
30200         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30201         analyzing the pads of an element the bin is mostly in READY state so
30202         no caps were negotiated. This helper function needs to work with
30203         _get_caps directly then. I was not freeing them though, added that to
30204         fix the mem leak.
30205
30206 2004-01-12  Julien MOUTTE <julien@moutte.net>
30207
30208         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30210         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30211         than the free_func.
30212
30213 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30214
30215         * sys/oss/gstossaudio.c: (plugin_init):
30216         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30217         * sys/oss/gstosselement.h:
30218           make an oss debugging category
30219           make failure more descriptive
30220
30221 2004-01-11  David Schleef  <ds@schleef.org>
30222
30223         * ext/ffmpeg/gstffmpeg.c:
30224         * ext/ffmpeg/gstffmpegcodecmap.c:
30225         * ext/ffmpeg/gstffmpegdec.c:
30226         * ext/ffmpeg/gstffmpegenc.c:
30227         * ext/ffmpeg/gstffmpegprotocol.c:
30228         * ext/gdk_pixbuf/gstgdkanimation.c:
30229         * ext/jpeg/gstjpeg.c:
30230         * ext/libpng/gstpng.c:
30231         * ext/mpeg2dec/perftest.c:
30232         * ext/speex/gstspeex.c:
30233         * gst-libs/gst/resample/dtos.c:
30234         * gst/intfloat/gstintfloatconvert.c:
30235         * gst/oneton/gstoneton.c:
30236         * gst/rtjpeg/RTjpeg.c:
30237         * gst/rtp/gstrtp.c:
30238         * sys/dxr3/dxr3init.c:
30239         * sys/glsink/gstgl_nvimage.c:
30240         * sys/glsink/gstgl_pdrimage.c:
30241         * sys/glsink/gstglsink.c:
30242         * testsuite/gst-lint:
30243         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30244
30245 2004-01-11  David Schleef  <ds@schleef.org>
30246
30247         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30248         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30249         * ext/gdk_pixbuf/gstgdkanimation.c:
30250         (gst_gdk_animation_iter_create_pixbuf):
30251         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30252         (gst_gdk_pixbuf_chain):
30253         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30254         * ext/jack/gstjack.c: (gst_jack_change_state):
30255         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30256         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30257         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30258         * gst/videofilter/gstvideofilter.c:
30259         (gst_videofilter_set_output_size):
30260         Remove all usage of gst_pad_get_caps(), and replace it with
30261         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30262
30263 2004-01-11  David Schleef  <ds@schleef.org>
30264
30265         * configure.ac:
30266         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30267         * ext/divx/gstdivxdec.c:
30268         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30269         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30270         handle images that span multiple buffers.  Now work with both
30271         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30272         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30273         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30274         video/video.h changes
30275         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30276         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30277         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30278         of GstData free function.
30279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30280         same.
30281
30282 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30283
30284         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30285         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30286         (gst_v4l2element_get_property):
30287         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30288           add norm, channel and frequency properties.
30289         * sys/v4l2/gstv4l2tuner.c:
30290           fixes for tuner interface changes
30291         * sys/v4l2/gstv4l2element.h:
30292         * sys/v4l2/gstv4l2src.c:
30293         * sys/v4l2/gstv4l2src.h:
30294         * sys/v4l2/v4l2src_calls.c:
30295         * sys/v4l2/v4l2src_calls.h:
30296           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30297
30298 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30299
30300         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30301         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30302         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30303         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30304         * gst-libs/gst/tuner/tuner.h:
30305           GObjects aren't const.
30306           Add find_by_name functions.
30307           Add checks to _changed functions.
30308         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30309         (gst_v4l_tuner_get_norm):
30310           Fixes for above.
30311
30312 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30313
30314         * gst-libs/gst/video/video.h:
30315           Fix caps template names to be understandable.
30316           Prefix everything with GST_VIDEO.
30317         * ext/aalib/gstaasink.c:
30318         * ext/divx/gstdivxdec.c:
30319         * ext/divx/gstdivxenc.c:
30320         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30321         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30322         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30323         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30324         * ext/libcaca/gstcacasink.c:
30325         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30326         * ext/snapshot/gstsnapshot.c:
30327         * ext/swfdec/gstswfdec.c:
30328         * ext/xvid/gstxviddec.c:
30329         * ext/xvid/gstxvidenc.c:
30330         * gst/chart/gstchart.c:
30331         * gst/deinterlace/gstdeinterlace.c:
30332         * gst/effectv/gsteffectv.c:
30333         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30334         * gst/goom/gstgoom.c:
30335         * gst/median/gstmedian.c:
30336         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30337         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30338         * gst/overlay/gstoverlay.c:
30339         * gst/smooth/gstsmooth.c:
30340         * gst/smpte/gstsmpte.c:
30341         * gst/synaesthesia/gstsynaesthesia.c:
30342         * gst/videocrop/gstvideocrop.c:
30343         * gst/videodrop/gstvideodrop.c:
30344         * gst/y4m/gsty4mencode.c:
30345         * sys/qcam/gstqcamsrc.c:
30346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30347           Make them work with new video.h file.
30348         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30349         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30351         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30352           Make it work with new buffer allocation system.
30353
30354 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30355
30356         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30357         pad_alloc_buffer implementation to use ->srcpad
30358         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30359         pad_alloc_buffer implementation to use ->srcpad
30360         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30361         pad_alloc_buffer implementation to use ->srcpad
30362         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30363         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30364         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30365         a reference to everything we need.
30366         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30368         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30369         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30370         a reference to everything we need.
30371         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30372
30373 2004-01-11  David Schleef  <ds@schleef.org>
30374
30375         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30376         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30377         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30378         structure members.
30379         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30380         value during a resize/renegotiation.
30381         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30382         gst_pad_alloc_buffer();
30383         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30384         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30385         structure members.
30386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30387         Fix for rename of buffer private structure members.
30388         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30389         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30390         Fix for rename of buffer private structure members.
30391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30392         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30393         Fix for rename of buffer private structure members.
30394
30395 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30396
30397         reviewed by: David Schleef <ds@schleef.org>
30398
30399         * gst/videofilter/Makefile.am:
30400         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30401         from the patch by ds to fit in with recent make_filter changes.
30402
30403 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30404
30405         * configure.ac: Adding examples/switch/Makefile
30406         * examples/Makefile.am: Adding examples/switch
30407         * examples/switch/Makefile.am: Adding switcher example.
30408         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30409         (switch_timer), (main): Adding an example demonstrating switch usage
30410         with 2 videotestsrc showing different patterns.
30411         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30412         (gst_switch_init): Fixing switch with the new caps system.
30413
30414 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30415
30416         * gst-libs/gst/video/video.h:
30417           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30418           They should probably be like
30419           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30420
30421 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30422
30423         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30424         (qtdemux_parse_trak):
30425           fix audio chunk size/timestamp calculation
30426
30427 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30428
30429         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30430           fix SVQ3 caps
30431
30432 2004-01-11  Steve Baker  <steve@stevebaker.org>
30433
30434         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30435         (gst_agingtv_base_init), (gst_agingtv_class_init),
30436         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30437         (gst_agingtv_set_property), (gst_agingtv_get_property):
30438         Port agingTV to videofilter
30439
30440 2004-01-09  Julien MOUTTE <julien@moutte.net>
30441
30442         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30443         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30444
30445 2004-01-09  Julien MOUTTE <julien@moutte.net>
30446
30447         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30448         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30449         * gst-libs/gst/xoverlay/xoverlay.c:
30450         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30451         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30452         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30453         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30454         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30455         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30456         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30457         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30458         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30459         interface implementation to handle xid being 0 and fix some bugs
30460         triggered by Benjamin's testcase.
30461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30462         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30463         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30464         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30465         interface implementation to handle xid being 0 and fix some bugs
30466         triggered by Benjamin's testcase.
30467
30468 2004-01-09  David Schleef  <ds@schleef.org>
30469
30470         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30471         mouse pointer events.  It works.
30472
30473 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30474
30475         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30476           Use explicit caps - fix capsnego.
30477         * ext/xvid/gstxviddec.c:
30478         * ext/xvid/gstxvidenc.c:
30479           Remove macro-inside-macro which caused compile errors.
30480         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30481           Error out if it's not a RIFF file. Else we error out without
30482           gst_element_error() which is not good...
30483
30484 2004-01-08  David Schleef  <ds@schleef.org>
30485
30486         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30487         Fix pad_link function to handle formats that ffmpeg returns
30488         as multiple caps structures.
30489         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30490         Only complain if source buffer is _smaller_ than expected.
30491         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30492         (gst_videoscale_handle_src_event): Resize navigation events
30493         when passing them upstream.
30494         * gst/videotestsrc/gstvideotestsrc.c:
30495         * gst/videotestsrc/gstvideotestsrc.h:
30496         * gst/videotestsrc/videotestsrc.c:
30497         * gst/videotestsrc/videotestsrc.h:
30498         Rewrite many of the buffer painting functions to handle odd
30499         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30500         been verified to work with my video card.
30501         * testsuite/gst-lint:  Add check for elements calling
30502         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30503
30504 2004-01-08  David Schleef  <ds@schleef.org>
30505
30506         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30507         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30508
30509 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30510
30511         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30512         configure event is not emiting the desired size signal. That fixes
30513         aspect ratio issues with gst-player.
30514
30515 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30516
30517         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30518           Fix capsnego.
30519
30520 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30521
30522         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30523         public method to fire size signal.
30524
30525 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30526
30527         * examples/gstplay/Makefile.am: Adding the interface library.
30528         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30529         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30530         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30531         GST_IS_X_OVERLAY before signal connect.
30532         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30533         Removing the have_video_size signal.
30534         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30535         and associated public method.
30536         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30537         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30538         signal.
30539         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30540         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30541         signal.
30542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30543         Using XOverlay public method to fire size signal.
30544
30545 2004-01-07  David Schleef  <ds@schleef.org>
30546
30547         * gst/videofilter/Makefile.am:
30548         * gst/videofilter/gstvideotemplate.c:
30549         * gst/videofilter/make_filter:
30550         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30551         Convert make_filter to /bin/sh script.
30552
30553 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30554
30555         * gst/modplug/gstmodplug.cc: fix element description
30556
30557 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30558
30559         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30560         (got_video_size): Adding some new lines in g_print calls.
30561         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30562         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30563         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30564         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30565         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30566         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30567         Complete code review, reverting some stuff i disagree with, adding
30568         some fixes : time synchronization on invalid timestamps, renegotiation
30569         of private window.
30570         * sys/ximage/ximagesink.h:
30571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30572         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30573         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30574         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30575         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30576         (gst_xvimagesink_buffer_new),
30577         (gst_xvimagesink_navigation_send_event),
30578         (gst_xvimagesink_set_xwindow_id),
30579         (gst_xvimagesink_get_desired_size),
30580         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30581         stuff i disagree with, adding some fixes : Renegotiation of private
30582         window, implementing get_desired_size.
30583
30584 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30585
30586         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30587         (gst_afsink_handle_event):
30588         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30589         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30590         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30591         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30592         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30593           Fix for instantiate-test (see core). Also remove dead code from
30594           jpegenc (which still needs fixing, but that's lower on my TODO
30595           list...).
30596         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30597           Never return NULL as caps.
30598
30599 2004-01-07  David Schleef  <ds@schleef.org>
30600
30601         * configure.ac:
30602         * ext/Makefile.am:
30603         * ext/librfb/Makefile.am:
30604         * ext/librfb/gstrfbsrc.c:
30605         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30606         is the protocol used by VNC.
30607
30608 2004-01-07  David Schleef  <ds@schleef.org>
30609
30610         * gst/videofilter/gstvideotemplate.c:
30611         * gst/videofilter/gstvideotemplate.h:
30612         * gst/videofilter/make_filter:
30613         Merge videotemplate header into source file.
30614         * gst/effectv/Makefile.am:
30615         * gst/effectv/gsteffectv.c: (plugin_init):
30616         * gst/effectv/gstwarp.c:
30617         Make warpTV a subclass of videofilter.
30618
30619 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30620
30621         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30622           Add guard against invalid utf-8 conversions in mad. Just in case.
30623
30624 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30625
30626         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30627           Fix for bug shown by poisoning
30628
30629 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30630
30631         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30632         (gst_v4lmjpegsrc_buffer_free):
30633         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30634         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30635         (gst_v4lsrc_buffer_free):
30636           Fix for removed bufferpools.
30637
30638 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30639
30640         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30641         Fix caps negotiation.
30642
30643         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30644         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30645         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30646         (dvdnavsrc_event):
30647         * ext/mpeg2dec/gstmpeg2dec.c:
30648         * gst-libs/gst/navigation/navigation.c:
30649         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30650         * gst-libs/gst/navigation/navigation.h:
30651         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30652         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30654         Super-simple first version of mouse and keyboard events. Clicking
30655         on a DVD menu now works, although it may not take you where you
30656         expected.
30657
30658         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30659         * gst/videotestsrc/gstvideotestsrc.c:
30660         (gst_videotestsrc_src_fixate):
30661         These fixate functions were broken - they never actually
30662         fixated :)
30663
30664 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30667         (gst_icecastsend_init):
30668           fix for new caps system.
30669         * gst-libs/gst/mixer/mixertrack.h:
30670         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30671           Add 'master track' flag (for tools like ACME that only want to
30672           change the main volume).
30673
30674 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30675
30676         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30677         (gst_xvid_csp_to_caps):
30678         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30679         * ext/xvid/gstxvidenc.c:
30680         ifdef out ARGB type when it isn't available
30681         in xvidcore 1.0.0beta2
30682
30683 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30684
30685         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30686           When we have received a new SCR right in the first buffer after
30687           a seek (so in the same cycle that handles the discont), we should
30688           handle the buffer instead of unreffing it, else we lose data.
30689
30690 2004-01-06  Iain <iain@prettypeople.org>
30691
30692         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30693           buffer-frames caps too.
30694
30695         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30696           caps that we need, don't destroy them all and rebuild them. And when
30697           creating src pads, use the src pad template rather than the sink...
30698
30699 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30700
30701         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30702           Add pad to element *after* setting functions such as event handler.
30703           Without this, the scheduler (opt) will link pads, set the event
30704           handler from the default event function (dispatcher in gstpad.c)
30705           and *after* that, we will set our own event function, which will
30706           thus never be used (and thus mpegdemux doesn't handle events).
30707
30708 2004-01-04  David Schleef  <ds@schleef.org>
30709
30710         Fix the fixate functions to handle new prototype:
30711         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30712         * gst/videotestsrc/gstvideotestsrc.c:
30713         (gst_videotestsrc_src_fixate):
30714         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30715         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30717
30718 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30719
30720         * sys/ximage/ximagesink.h:
30721         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30722         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30723         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30724         (gst_ximagesink_xoverlay_init):
30725           assorted fixes to make (re)embedding work
30726         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30727         (gst_ximagesink_get_desired_size):
30728           implement desired size additions to XOverlay
30729
30730 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30731
30732         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30733         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30734         (gst_x_overlay_got_desired_size):
30735         * gst-libs/gst/xoverlay/xoverlay.h:
30736           Add optional "desired size" signal and querying.
30737
30738 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30739
30740         * gst/matroska/matroska-demux.c:
30741         (gst_matroska_demux_parse_blockgroup):
30742           Fix EBML-laced block parsing. Diffs are relative to previous
30743           lace, not the first lace. Thanks to Mosu from the Matroska
30744           team for detecting this.
30745         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30746         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30747         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30748         (gst_wavparse_change_state):
30749         * gst/wavparse/gstwavparse.h:
30750           Quickfix for capsnego.
30751
30752 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30753
30754         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30755           Fix indenting, fix pad creation.
30756
30757 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30758
30759         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30760         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30761         (gst_xviddec_sink_link):
30762           Implement src_getcaps() so proper size caps is negotiated.
30763
30764 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30765
30766         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30767           Finish flac decoder on EOS. See #116178.
30768
30769 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30770
30771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30772         (gst_matroska_demux_add_stream):
30773         * gst/matroska/matroska-ids.h:
30774           Add getcaps() function to fix capsnego...
30775
30776 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30777
30778         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30779         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30780         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30781           Fix more integer overflows. Again, see #126967.
30782
30783 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30784
30785         * ext/mpeg2dec/gstmpeg2dec.c:
30786           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30787           #130416.
30788
30789 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30790
30791         * configure.ac:
30792         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30793         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30794         * ext/xvid/gstxvid.h:
30795         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30796         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30797         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30798         (gst_xviddec_change_state):
30799         * ext/xvid/gstxviddec.h:
30800         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30801         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30802         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30803         (gst_xvidenc_link), (gst_xvidenc_set_property),
30804         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30805         * ext/xvid/gstxvidenc.h:
30806           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30807
30808 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30809
30810         * gst/rtp/rtp-packet.c:
30811           Add sys/types.h include, since OS X doesn't define in_addr_t
30812           in netinet/in.h, like it does on Linux (see #129600).
30813
30814 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30815
30816         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30817
30818         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30819           Correct logic of dispose function (see #129306).
30820
30821 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30822
30823         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30824         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30825         (gst_mpeg_parse_init):
30826         * gst/mpegstream/gstmpegparse.h:
30827           Remove clock (which was never provided, i.e. dead code), and
30828           also fix integer overflows at high PTS values (see #126967).
30829
30830 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30831
30832         * ext/flac/gstflacdec.c:
30833         * ext/libpng/gstpngenc.h:
30834         * ext/mikmod/gstmikmod.h:
30835           OS X fixes (see #126628).
30836
30837 2004-01-02  David Schleef  <ds@schleef.org>
30838
30839         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30840         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30841         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30842         (gst_mpeg_parse_class_init): Move pad template registration
30843         to class_init, since the derived class (mpegdemux) doesn't
30844         want them.
30845
30846 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30847
30848         * sys/ximage/Makefile.am:
30849         * sys/xvideo/Makefile.am:
30850         * sys/xvimage/Makefile.am:
30851           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30852           after installation (see #127664).
30853
30854 2004-01-02  David Schleef  <ds@schleef.org>
30855
30856         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30857         (gst_ffmpegenc_connect):  Negotiation fixes.
30858         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30859         Remove inappropriate gst_caps_free().
30860         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30861         Reenable Ronald's internal resize code, since the core handles
30862         it correctly now.
30863
30864 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30865
30866         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30867         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30869           Fix pad template stuff.
30870
30871 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30872
30873         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30874         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30875           fix signed integer reading/writing.
30876
30877 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30878
30879         * ext/alsa/README:
30880           Remove outdated document
30881
30882 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30883
30884         * gst/cutter/gstcutter.c: (gst_cutter_init):
30885           src pad was being created twice - oops.
30886
30887 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30888
30889         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30890           Comment out internal resize. It doesn't handle the resulting
30891           XEvent internally, does another try_set_caps() which leads to
30892           a really nice loop.
30893           Real fix will come when Julien and Dave are awake. ;).
30894
30895 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30896
30897         * ext/mpeg2enc/gstmpeg2enc.cc:
30898           fix const/nonconst compile issue.
30899
30900 2004-01-02  David Schleef  <ds@schleef.org>
30901
30902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30903         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30904         Add fixate function and a check for bad formats.
30905
30906 2004-01-01  David Schleef  <ds@schleef.org>
30907
30908         Negotiation fixes:
30909         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30910         (gst_audiofilter_init):
30911         * gst/debug/efence.c: (gst_efence_init):
30912         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30913         (gst_deinterlace_init):
30914         * gst/volume/gstvolume.c: (volume_connect):
30915
30916 2004-01-01  David Schleef  <ds@schleef.org>
30917
30918         Convert elements to use gst_pad_use_explicit_caps() where
30919         appropriate:
30920         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30921         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30922         (gst_afparse_open_file):
30923         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30924         (gst_afsrc_open_file):
30925         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30926         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30927         (gst_ffmpegdec_chain):
30928         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30929         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30930         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30931         (gst_gdk_pixbuf_chain):
30932         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30933         (gst_jpegdec_chain):
30934         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30935         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30936         (gst_mikmod_negotiate):
30937         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30938         (gst_mpeg2dec_negotiate_format):
30939         * ext/mpeg2enc/gstmpeg2enc.cc:
30940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30941         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30942         (gst_speexdec_sinkconnect):
30943         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30944         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30945         (gst_vorbisfile_new_link):
30946         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30947         (gst_ac3parse_chain):
30948         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30949         (gst_asf_demux_setup_pad):
30950         * gst/auparse/gstauparse.c: (gst_auparse_init),
30951         (gst_auparse_chain):
30952         * gst/id3/gstid3types.c: (gst_id3types_loop):
30953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30954         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30955         (mp1videoparse_parse_seq):
30956         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30957         (bpf_from_header):
30958         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30959         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30960         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30961         (gst_mpeg_parse_send_data):
30962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30963         (gst_qtdemux_add_stream):
30964         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30965         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30966         (gst_wavparse_parse_fmt):
30967
30968 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30969
30970         * configure.ac:
30971           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30972           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30973           it therefore uses the wrong include paths. Too bad... Note
30974           that 1.6.1.93 is not release yet. ;).
30975           Also add a check for mplex, which is now using the lib'ified
30976           mplex from mjpegtools, too.
30977         * ext/ffmpeg/gstffmpegcodecmap.c:
30978           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30979           issues. I don't think ffmpeg handles 3ivx correctly, so this
30980           probably won't work. But it won't hurt either.
30981         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30982         (gst_ffmpegdec_chain):
30983         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30984         (gst_ffmpegenc_chain_audio):
30985           Fix memleak in audio encoding. Close codec if open fails, this
30986           calls the cleanup routines so we can re-use the context.
30987         * ext/mpeg2enc/gstmpeg2enc.cc:
30988           Fix pad template names/types, fix memory issue with getcaps().
30989         * ext/mpeg2enc/gstmpeg2encoder.cc:
30990         * ext/mpeg2enc/gstmpeg2encoder.hh:
30991           Fix compile issue with new caps system (const thingy).
30992         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30993         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30994           We read a first frame right on initing, so that we have a caps
30995           when we init the output. This caps is cached in padprivate and
30996           read as first frame.
30997         * ext/mplex/Makefile.am:
30998         * ext/mplex/gstmplex.cc:
30999         * ext/mplex/gstmplex.h:
31000         * ext/mplex/gstmplex.hh:
31001         * ext/mplex/gstmplexibitstream.cc:
31002         * ext/mplex/gstmplexibitstream.hh:
31003         * ext/mplex/gstmplexjob.cc:
31004         * ext/mplex/gstmplexjob.hh:
31005         * ext/mplex/gstmplexoutputstream.cc:
31006         * ext/mplex/gstmplexoutputstream.hh:
31007           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31008           had issues, didn't do capsnego, supported only a subset of the
31009           mplex features and required a mplex fork in our local CVS. Plus
31010           that it worked agaist a very old mplex version. Rewriting was
31011           faster than updating it.
31012         * gst-libs/ext/Makefile.am:
31013         * gst-libs/ext/mplex/INSTRUCT:
31014         * gst-libs/ext/mplex/Makefile.am:
31015         * gst-libs/ext/mplex/README:
31016         * gst-libs/ext/mplex/TODO:
31017         * gst-libs/ext/mplex/ac3strm_in.cc:
31018         * gst-libs/ext/mplex/audiostrm.hh:
31019         * gst-libs/ext/mplex/audiostrm_out.cc:
31020         * gst-libs/ext/mplex/aunit.hh:
31021         * gst-libs/ext/mplex/bits.cc:
31022         * gst-libs/ext/mplex/bits.hh:
31023         * gst-libs/ext/mplex/buffer.cc:
31024         * gst-libs/ext/mplex/buffer.hh:
31025         * gst-libs/ext/mplex/fastintfns.h:
31026         * gst-libs/ext/mplex/format_codes.h:
31027         * gst-libs/ext/mplex/inputstrm.cc:
31028         * gst-libs/ext/mplex/inputstrm.hh:
31029         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31030         * gst-libs/ext/mplex/mjpeg_logging.cc:
31031         * gst-libs/ext/mplex/mjpeg_logging.h:
31032         * gst-libs/ext/mplex/mjpeg_types.h:
31033         * gst-libs/ext/mplex/mpastrm_in.cc:
31034         * gst-libs/ext/mplex/mpegconsts.cc:
31035         * gst-libs/ext/mplex/mpegconsts.h:
31036         * gst-libs/ext/mplex/mplexconsts.hh:
31037         * gst-libs/ext/mplex/multplex.cc:
31038         * gst-libs/ext/mplex/outputstream.hh:
31039         * gst-libs/ext/mplex/padstrm.cc:
31040         * gst-libs/ext/mplex/padstrm.hh:
31041         * gst-libs/ext/mplex/stillsstream.cc:
31042         * gst-libs/ext/mplex/stillsstream.hh:
31043         * gst-libs/ext/mplex/systems.cc:
31044         * gst-libs/ext/mplex/systems.hh:
31045         * gst-libs/ext/mplex/vector.cc:
31046         * gst-libs/ext/mplex/vector.hh:
31047         * gst-libs/ext/mplex/videostrm.hh:
31048         * gst-libs/ext/mplex/videostrm_in.cc:
31049         * gst-libs/ext/mplex/videostrm_out.cc:
31050         * gst-libs/ext/mplex/yuv4mpeg.cc:
31051         * gst-libs/ext/mplex/yuv4mpeg.h:
31052         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31053         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31054           We don't fork mjpegtools' mplex in our CVS anymore.
31055         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31056         (gst_avi_demux_add_stream):
31057         * gst/avi/gstavidemux.h:
31058           Add getcaps() function for proper caps nego. This makes some
31059           parts of AVI playback/reading work.
31060         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31061           Resize window on new capsnego. This is probably wrong, but
31062           I'm still committing it because with current capsnego, the
31063           first successfull capsnego is auto-fixated, therefore rounded
31064           down to the lowest values in the caps. this results in a 16x16
31065           XWindow that is not reized when real capsnego finishes.
31066           Dave, I see more cases of this, do you know a proper solution?
31067         * tools/gst-launch-ext.in:
31068           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31069
31070 2003-12-31  David Schleef  <ds@schleef.org>
31071
31072         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31073         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31074           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31075
31076 2003-12-30  David Schleef  <ds@schleef.org>
31077
31078         * ext/ffmpeg/gstffmpegcolorspace.c:
31079         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31080         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31081         (gst_ffmpegcsp_chain): Negotiation fixes
31082         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31084         (gst_audio_convert_link), (gst_audio_convert_channels):
31085         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31086         (gst_audioscale_link), (gst_audioscale_get_buffer),
31087         (gst_audioscale_chain): Negotiation fixes
31088         * gst/audioscale/gstaudioscale.h:
31089         * gst/videofilter/gstvideofilter.c:
31090         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31091         (gst_videofilter_link), (gst_videofilter_init),
31092         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31093         (gst_videofilter_find_format_by_structure):
31094         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31095         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31096         (gst_videoscale_link):
31097         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31098         (videoscale_find_by_structure), (gst_videoscale_setup):
31099         * gst/videoscale/videoscale.h: Negotiation fixes
31100         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31101         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31102         function, restrict resizing to a multiple of 4 (hack until
31103         everyone supports odd sizes correctly).
31104
31105 2003-12-29  Colin Walters  <walters@verbum.org>
31106
31107         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31108         signed.
31109
31110 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31111
31112         * ext/sndfile/gstsf.c: (gst_sf_loop):
31113           Fix warning about discarding const qualifier
31114
31115 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31116
31117         * gst/cutter/gstcutter.c:
31118         * gst/videoscale/gstvideoscale.c:
31119         * gst/volenv/gstvolenv.c:
31120         * gst-libs/gst/audio/audio.c:
31121         * gst-libs/gst/video/video.c:
31122           Fix warnings
31123
31124 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31125
31126         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31127           Don't send ALSA debugging to stderr.
31128         * ext/alsa/gstalsa.h:
31129           Use GST_WARNING instead of g_warning when ALSA functions fail.
31130
31131 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31132
31133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31134           Free XVAdapterInfo correctly.
31135
31136 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31137
31138         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31139         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31140           Make id3tag use correct caps nego.
31141
31142 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31143
31144         * ext/ivorbis/vorbis.c:
31145         * ext/ivorbis/vorbisenc.h:
31146         * ext/ivorbis/vorbisfile.c:
31147           Modify so that it uses the new caps things
31148
31149 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31150
31151         * testsuite/spider/spider1.c: (main):
31152         * testsuite/spider/spider2.c: (main):
31153         * testsuite/spider/spider3.c: (main):
31154           Make tests compile again. They probably don't work.
31155
31156 2003-12-24  Colin Walters  <walters@verbum.org>
31157
31158         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31159         we can't fixate the caps anymore.
31160
31161 2003-12-23  David Schleef  <ds@schleef.org>
31162
31163         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31164         * sys/oss/gstosssink.c: (gst_osssink_init),
31165         (gst_osssink_sink_fixate): Add fixate function.
31166
31167 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31168
31169         * ext/ffmpeg/gstffmpegcodecmap.c:
31170         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31171         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31172         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31173         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31174         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31175         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31176         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31177           fix typo in RGB masks, and move back to "old" colorspace
31178           capsnego code until whoever wrote this new crap has actually
31179           tested it so that it works.
31180           And yes, this works, keep it that way please.
31181
31182 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31183
31184         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31185         (gst_divxdec_init), (gst_divxdec_negotiate):
31186         * ext/divx/gstdivxdec.h:
31187         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31188         (gst_divxenc_init):
31189         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31190         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31191         * ext/mpeg2enc/gstmpeg2enc.cc:
31192         * ext/mpeg2enc/gstmpeg2encoder.cc:
31193         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31194         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31195         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31196         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31197         (dxr3spusink_init):
31198         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31199         (dxr3videosink_init):
31200           Fix caps breakage after Dave's caps branch merge.
31201
31202 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31203
31204         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31205           Fix for 24bpp display.
31206
31207 2003-12-23  Colin Walters  <walters@verbum.org>
31208
31209         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31210         a GnomeVFSHandle directly.
31211
31212 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31213
31214         * gst/volume/Makefile.am:
31215         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31216         (volume_base_init), (volume_init):
31217           Reenable volume element and fix to work with new caps stuff.
31218           Rhythmbox needs this.
31219
31220 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31221
31222         * gst/qtdemux/qtdemux.c: (plugin_init):
31223           qtdemux requires bytestream
31224
31225 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31226
31227         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31228           Fix remaining caps handling errors due to CAPS merge.
31229
31230 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31231
31232         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31233         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31234         (gst_faad_srcconnect):
31235           Port to new caps system.
31236
31237 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31238
31239         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31240         (got_video_size), (main): using g_print instead of g_message.
31241         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31242         signal which was not emitted because of "switch" element added to the
31243         bin but not connected. (Removing from the bin temporarily)
31244
31245 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31246
31247         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31248         find X development files. I don't understand the previous tests and
31249         they fail on my debian/ppc unstable. This one works.
31250         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31251         exiting.
31252         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31253         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31254         (gst_play_set_visualization): Add some safety checks in set_ methods
31255         and state_change. This was throwing some ugly CRITICAL messages when
31256         pipeline was getting disposed and casts were failing.
31257
31258 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31259
31260         * configure.ac:
31261           Improve mpeg2enc detection. This is for distributions that do
31262           ship mjpegtools, but without mpeg2enc. Also does object check
31263           for might there ever be ABI incompatibility.
31264         * ext/mpeg2enc/gstmpeg2enc.cc:
31265           Add Andrew as second maintainer (he's helping me), and also add
31266           an error if no caps was set. This happens if I pull before capsnego
31267           and that's something I should solve sometime else.
31268         * gst/matroska/matroska-demux.c:
31269         (gst_matroska_demux_parse_blockgroup):
31270           Fix time parsing.
31271         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31272         (gst_matroska_mux_track_header):
31273           Add caps to templates.
31274         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31275           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31276         * gst/mpegstream/gstmpegdemux.c:
31277           Remove layer since it causes warnings about unfixed caps.
31278         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31279           Fix obvious typo (we error out if caps were set, we should of
31280           course error out if *no* caps were set).
31281         * sys/oss/gstosselement.c: (gst_osselement_convert):
31282           Fix format conversion, we confused bits/bytes.
31283         * sys/oss/gstosselement.h:
31284           Improve documentation for 'bps'.
31285         * sys/v4l/TODO:
31286           Remove stuff about plugins that need removing - this was done
31287           ages ago.
31288         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31289         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31290         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31291         (gst_v4lsrc_src_query):
31292         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31293         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31294           Add get_query_types(), get_formats() and query() functions.
31295
31296 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31297
31298         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31299           * moved CVS to freedesktop.org