ext/ogg/gstoggdemux.c: Improve debugging.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-28  Wim Taymans  <wim@fluendo.com>
2
3         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
4         Improve debugging.
5
6 2007-02-28  Wim Taymans  <wim@fluendo.com>
7
8         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
11         Fix duration and timestamping, taking latency into account.
12         Implement latency query.
13
14 2007-02-28  Wim Taymans  <wim@fluendo.com>
15
16         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
17         (gst_audio_clock_new):
18         Fix clock name.
19
20         * gst-libs/gst/audio/gstbaseaudiosink.c:
21         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
22         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
23         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
24         (gst_base_audio_src_create):
25         Improve latency query code.
26         Use proper clock names.
27
28 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
29
30         * tests/check/generic/states.c: (GST_START_TEST):
31           Copy the states.c test from core again
32         * tests/check/Makefile.am:
33           ignore cdio and cdparanoiasrc
34
35 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
36
37         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
38         (double_hq), (audio_convert_get_func_index), (check_default),
39         (audio_convert_prepare_context), (audio_convert_convert):
40           Also make valgrind happy and avoid copying data in some cases.
41
42 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
43
44         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
45         (double_hq), (audio_convert_get_func_index),
46         (audio_convert_prepare_context), (audio_convert_convert):
47         * gst/audioconvert/gstaudioconvert.c:
48         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
49         (gst_audio_convert_transform_caps):
50         * tests/check/elements/audioconvert.c: (GST_START_TEST),
51         (audioconvert_suite):
52           Don't run inplace if that overwrites source data as we go. Add more
53           tests. Fixes #339837 even more.
54
55 2007-02-27  Julien MOUTTE  <julien@moutte.net>
56
57         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
58         (msg_segment_done): Fix various seeking bugs (Slider was not
59         updating when doing a non flushing seek, Reverse playback 
60         on segment seek was wrong).
61
62 2007-02-26  Wim Taymans  <wim@fluendo.com>
63
64         * tests/examples/seek/seek.c: (stop_seek):
65         When we stop scrubbing, don't leave the pipeline PLAYING when we
66         requested a PAUSED state.
67
68 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
69
70         Patch by: René Stadler <mail at renestadler de>
71
72         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
73           Parse date strings in vorbis comments that have an invalid (zero)
74           month or day (#410396).
75
76         * tests/check/libs/tag.c: (GST_START_TEST):
77           Test case for the above.
78
79 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
80
81         Patch by: Loïc Minier <lool+gnome at via ecp fr>
82
83         * configure.ac:
84         * ext/alsa/Makefile.am:
85         * gst/audiotestsrc/Makefile.am:
86           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
87
88 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
89
90         * gst/playback/gstplaybin.c:
91           Improve docs: point out that the application needs to assist playbin
92           with buffering.
93
94 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
95
96         * gst-libs/gst/utils/install-plugins.c:
97         * gst-libs/gst/utils/missing-plugins.c:
98         * tests/check/libs/utils.c: (missing_msg_check_getters):
99           Change GStreamer marker prefix in detail string from 'gstreamer.net'
100           to just 'gstreamer'. Document the caps string component of the
101           decoder/encoder detail a bit better, since not everyone will be
102           familiar with the GStreamer media type/caps system (but they better
103           enjoy nested itemized lists).
104
105 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
106
107         * gst-libs/gst/netbuffer/gstnetbuffer.c:
108         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
109           Fix copying of GstNetBuffer (would crash before, or at least lead to
110           invalid memory access, #410772), for now by copying the GstBuffer copy
111           code from the core over here so we can copy the GstBuffer fields on a
112           provided buffer instance (of type GstNetBuffer in this case). Would be
113           better to fix this with some support by the core though (and in the long
114           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
115
116         * tests/check/Makefile.am:
117           Enable unit test for GstNetBuffer.
118
119 2007-02-22  Andy Wingo  <wingo@pobox.com>
120
121         * gst-libs/gst/audio/gstbaseaudiosink.c
122         (gst_base_audio_sink_init): Disable pull-mode activation until we
123         figure out how to make audio sinks go to PLAYING.
124
125 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
126
127         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
128         (double_hq), (audio_convert_get_func_index),
129         (audio_convert_prepare_context), (audio_convert_convert):
130         * gst/audioconvert/audioconvert.h:
131         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
132         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
133         * gst/audioconvert/gstchannelmix.h:
134         * tests/check/elements/audioconvert.c: (GST_START_TEST):
135           Add float as an intermediate format, as well as float mixing. Enable
136           test that was failing before. Fixes #339837
137
138 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
139
140         * tests/examples/seek/seek.c: (do_seek):
141         Undo the previous commit: -1 as a stop time implies that the stop
142         time is the end of file, clearing any previously configured segment.
143
144 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
145
146         * tests/examples/seek/seek.c: (do_seek):
147         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
148
149 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
150
151         * gst/volume/gstvolume.c: (volume_process_int16),
152         (volume_process_int16_clamp), (volume_set_caps):
153           Unbreak volume, value remains gint.
154
155 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
156
157         * gst/volume/gstvolume.c: (volume_choose_func),
158         (volume_update_real_volume), (gst_volume_set_volume),
159         (gst_volume_init), (volume_process_double), (volume_process_float),
160         (volume_process_int16), (volume_process_int16_clamp),
161         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
162         * gst/volume/gstvolume.h:
163           Extend float audio support (double) and some int->uint cleanups.
164
165 2007-02-20  Edward Hervey  <edward@fluendo.com>
166
167         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
168         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
169         (sort_end_pads), (gst_decode_group_expose),
170         (gst_decode_group_hide):
171         Don't free groups from the streaming threads. Just put them aside and
172         free them in dispose.
173
174 2007-02-20  Edward Hervey  <edward@fluendo.com>
175
176         * gst/playback/gstdecodebin2.c: (connect_element),
177         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
178         (sort_end_pads), (gst_decode_group_expose):
179         Handle dynamic pads within groups.
180         Sort pads before exposing them in order to make playbin happy.
181         There still is a race with the multiqueue filling up. This should be
182         solved separately.
183         Fixes #398721
184
185 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
186
187         * gst-libs/gst/utils/base-utils.c:
188         * gst-libs/gst/utils/descriptions.c:
189         * gst-libs/gst/utils/install-plugins.c:
190         * gst-libs/gst/utils/missing-plugins.c:
191           Some more docs (and descriptions for two subtitle formats).
192
193 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
194
195         * gst-libs/gst/audio/audio.c:
196           Fix documentation.
197
198 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
199
200         Patch by: Yves Lefebvre  <ivanohe abacom com>
201
202         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
203           Don't leak caps. Fixes #408278.
204
205 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
206
207         * ext/cdparanoia/gstcdparanoiasrc.h:
208         * ext/ogg/gstoggdemux.h:
209         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
210         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
211         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
212         * gst-libs/gst/audio/audio.h:
213         * gst-libs/gst/audio/gstaudiofilter.h:
214         * gst-libs/gst/interfaces/videoorientation.h:
215         * gst/adder/gstadder.h:
216           More docs coverage and some ChangeLog surgery (add missing names)
217
218 2007-02-15  Wim Taymans  <wim@fluendo.com>
219
220         * sys/ximage/ximagesink.c:
221         (gst_ximagesink_calculate_pixel_aspect_ratio):
222         * sys/xvimage/xvimagesink.c:
223         (gst_xvimagesink_calculate_pixel_aspect_ratio):
224         Small constifications.
225
226 2007-02-15  Wim Taymans  <wim@fluendo.com>
227
228         * gst-libs/gst/audio/gstbaseaudiosink.c:
229         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
230         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
231         (gst_base_audio_sink_async_play),
232         (gst_base_audio_sink_change_state):
233         Answer latency query.
234         Use configured latency when syncing.
235         Fix clock slaving.
236
237         * gst-libs/gst/audio/gstbaseaudiosrc.c:
238         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
239         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
240         Fix possible memleak.
241         Implement latency query.
242         Small cleanups.
243
244 2007-02-15  Wim Taymans  <wim@fluendo.com>
245
246         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
247         Ignore errors in reset, these are not fatal. They also grab the element
248         lock which is already taking when this function is called. Fixes
249         #405451.
250
251 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
252
253         * configure.ac:
254           Remove 'tests/examples/xerror/Makefile' from output files again.
255
256 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
257
258         * configure.ac:
259         * docs/plugins/Makefile.am:
260           Also crossref against gst-plugins-base-libs.
261
262 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
263
264         * configure.ac:
265         * docs/libs/Makefile.am:
266         * docs/plugins/Makefile.am:
267           Add crossreferences to glib/gobject/gstream docs.
268
269         * gst-libs/gst/audio/audio.h:
270           Source formatting.
271
272         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
273           Add own debug category.
274
275 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
276
277         Patch by: René Stadler <mail at renestadler de>
278
279         * gst-libs/gst/tag/gstvorbistag.c:
280           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
281           (#403597).
282
283 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
284
285         * gst/playback/gstplaybasebin.c: (setup_source):
286           When we have external subtitles and wait for the subtitle decodebin
287           to get up and running, we set up a (sync) bus handler for the
288           subtitle decodebin, so we can stop waiting when it posts an error
289           message. However, we should do that before we set the subtitle
290           decodebin's state to playing, otherwise things are racy and we might
291           miss error messages posted before we had a chance to set up the bus.
292           This should finally fix totem hanging on .txt pseudo-subtitle files.
293           
294 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
295
296         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
297           Use gst_gdouble_to_guint64 for conversions.
298         * win32/common/config.h.in:
299           Add a define for GST_INSTALL_PLUGINS_HELPER
300         * win32/common/libgstaudio.def:
301         * win32/common/libgstcdda.def:
302         * win32/common/libgstnetbuffer.def:
303         * win32/common/libgstrtp.def:
304         * win32/common/libgutils.def:
305           Add new exported functions.
306         * win32/vs6/gst_plugins_base.dsw:
307         * win32/vs6/libgstdecodebin.dsp:
308         * win32/vs6/libgstnetbuffer.dsp:
309         * win32/vs6/libgstplaybin.dsp:
310         * win32/vs6/libgstrtp.dsp:
311         * win32/vs6/libgstvorbis.dsp:
312         * win32/vs6/libgstcdda.dsp:
313         * win32/vs6/libgstgdp.dsp:
314         * win32/vs6/libgstutils.dsp:
315           Update and add new project files.
316
317 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
318
319         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
320         (subrip_remove_unhandled_tags), (parse_subrip):
321           For SubRip (.srt) subtitles, ignore all markup tags we don't
322           handle (like font tags, for example).
323
324         * tests/check/elements/subparse.c:
325           Add test for this.
326
327 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * gst/playback/gstdecodebin.c: (add_fakesink),
330         (gst_decode_bin_change_state):
331         * gst/playback/gstdecodebin2.c: (add_fakesink),
332         (gst_decode_bin_change_state):
333           Don't error out if there is no fakesink in the NULL to READY state
334           change, since when decodebin is re-used, we're only adding the
335           fakesink element in READY to PAUSED.
336
337         * tests/check/elements/decodebin.c:
338         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
339         (decodebin_suite):
340           Minimal unit test to make sure we can use the same decodebin
341           instance twice (at least with audiotestsrc input).
342
343 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
344
345         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
346           Try to get devic-name from device string first, and from handle only
347           as fallback (seems to yield better results and is more robust
348           against buggy probing code on the application side).
349
350 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
351
352         Based on patch by: Julien Puydt <julien.puydt at laposte net>
353
354         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
355         (gst_alsa_find_device_name):
356         * ext/alsa/gstalsa.h:
357         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
358         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
359           Improve device-name detection a bit, especially in the case where
360           the device is not actually open (#405020, #405024). Move common code
361           into gstalsa.c instead of duplicating it.
362
363 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
364
365         * gst/audioconvert/gstaudioconvert.c:
366           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
367
368 2007-02-06  Julien MOUTTE  <julien@moutte.net>
369
370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
371         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
372         (gst_xvimagesink_interface_supported),
373         (gst_xvimagesink_probe_get_properties),
374         (gst_xvimagesink_probe_probe_property),
375         (gst_xvimagesink_probe_needs_probe),
376         (gst_xvimagesink_probe_get_values),
377         (gst_xvimagesink_property_probe_interface_init),
378         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
379         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
380         (gst_xvimagesink_get_type):
381         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
382         for XVAdaptors so that one can choose the adaptor to use with 
383         gstreamer-properties.
384
385 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
386
387         * gst/audioconvert/gstaudioconvert.c:
388           Also mention that a conversion from double to float is suboptimal still.
389
390 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
391
392         * gst-libs/gst/audio/gstaudiofilter.c:
393         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
394           Clear our formats structure and free the caps contained in it when
395           shutting down.
396
397 2007-02-05  Andy Wingo  <wingo@pobox.com>
398
399         * gst-libs/gst/audio/gstbaseaudiosink.c
400         (gst_base_audio_sink_callback): Update basesink->offset so that we
401         pull monotonically increasing offsets instead of, um, seeking back
402         to 0 each time. Fixes alsasrc ! alsasink!
403
404 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
405
406         * gst/videoscale/gstvideoscale.c:
407           A width and height of 1 makes us crash, so increase minimum size to
408           2x2 pixels until someone feels like fixing this (#404512).
409
410 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
411
412         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
413           Add small test to make sure request pads are cleaned up properly
414           even if oggmux never changes state out of NULL.
415
416 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
417
418         * tests/check/libs/utils.c: (GST_START_TEST):
419           Fix unit test. Turns out things work much better when you
420           NULL-terminate string arrays. Should make p5 build bot happy again.
421
422 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
423
424         * gst-libs/gst/audio/Makefile.am:
425         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
426         (gst_audio_filter_template_base_init),
427         (gst_audio_filter_template_class_init),
428         (gst_audio_filter_template_init),
429         (gst_audio_filter_template_set_property),
430         (gst_audio_filter_template_get_property),
431         (gst_audio_filter_template_setup),
432         (gst_audio_filter_template_filter),
433         (gst_audio_filter_template_filter_inplace), (plugin_init):
434           Oops, forgot to commit fixed-up example.
435
436 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
437
438         * docs/libs/gst-plugins-base-libs-sections.txt:
439         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
440         (gst_audio_filter_class_init), (gst_audio_filter_init),
441         (gst_audio_filter_set_caps),
442         (gst_audio_filter_class_add_pad_templates):
443         * gst-libs/gst/audio/gstaudiofilter.h:
444           Port GstAudioFilter to 0.10. This change technically breaks
445           API and ABI (and thus also every library developer's heart),
446           but seems justifiable on the grounds that the base class was
447           completely unusable before (ie. would crash immediately when
448           actually used). Fixes #403963 (and eventually also #403572).
449           Also document all of this a bit.
450
451 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
452
453         * gst-libs/gst/utils/install-plugins.c:
454         (gst_install_plugins_spawn_child):
455         * tests/check/libs/utils.c:
456         (test_base_utils_install_plugins_do_callout):
457           Lowering log level to see why things fail on the p5 build bot;
458           fix some typos in unit test messages.
459
460 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
461
462         * tests/check/libs/utils.c:
463         (test_base_utils_install_plugins_do_callout):
464           Don't hard-code temp directory for test helper; use GLib functions
465           to write out file and do error checking etc.
466
467 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
468
469         * gst-libs/gst/utils/Makefile.am:
470         * gst-libs/gst/utils/base-utils.h:
471         * gst-libs/gst/utils/install-plugins.c:
472         (gst_install_plugins_context_set_xid),
473         (gst_install_plugins_context_new),
474         (gst_install_plugins_context_free),
475         (gst_install_plugins_get_helper),
476         (gst_install_plugins_spawn_child),
477         (gst_install_plugins_return_from_status),
478         (gst_install_plugins_installer_exited),
479         (gst_install_plugins_async), (gst_install_plugins_sync),
480         (gst_install_plugins_return_get_name),
481         (gst_install_plugins_installation_in_progress):
482         * gst-libs/gst/utils/install-plugins.h:
483           API: add API for applications to initiate installation of missing
484           plugins, ie. gst_install_plugins_async() primarily.
485           Based on libgimme-codec by Ryan Lortie.
486
487         * configure.ac:
488           Add --with-install-plugins-helper configure option so distros can specify
489           the path of the helper script or program to call when plugin installation
490           is requested (distros: please do any argument munging in this helper
491           script instead of patching GStreamer to pass arguments differently
492           to another program directly).
493
494         * docs/libs/gst-plugins-base-libs-docs.sgml:
495         * docs/libs/gst-plugins-base-libs-sections.txt:
496           Build and document new API.
497
498         * tests/check/libs/utils.c: (result_cb),
499         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
500         (libgstbaseutils_suite):
501           Some simple checks for the new API.
502
503 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
504
505         * tests/check/elements/audioconvert.c: (test_float_conversion):
506           Add small test for 32bit float <=> 64bit float conversion (works
507           only one way so far, 32=>64 produces structured noise).
508
509 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
510
511         * gst/audioconvert/gstaudioconvert.c:
512         (set_structure_widths_32_and_64), (make_lossless_changes):
513           We don't support floats with a width of 40, 48 or 56 bits.
514
515 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
516
517         * gst/audioconvert/audioconvert.c: (float), (double),
518         (audio_convert_get_func_index):
519         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
520         (make_lossless_changes):
521           Support for 64-bit float audio in audioconvert (#339837)
522
523 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
524
525         Patch by: Holger Wansing  <linux wansing-online de>
526
527         * po/LINGUAS:
528         * po/de.po:
529           Add German translation (#352069).
530
531 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
532
533         reviewed by: Wim Taymans <wim@fluendo.com>
534
535         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
536         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
537         Use newly added GstCollectPads API to free the allocated resources in
538         the GstOggPad structures (#402393).
539
540 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
541
542         * gst/playback/gstplaybin.c: (gen_vis_element):
543           Add audioresample+audioconvert in front of the visualisation
544           element, so that elements like libvisual 0.4 that don't support all
545           samplerates can work.
546
547           Fixes: #402505
548
549 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
550
551         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
552         (gst_play_base_bin_get_streaminfo_value_array):
553           Take some locks and make a copy of the streaminfo value array we
554           maintain while holding the lock, so that the application can
555           retrieve the stream-info as a value array in a thread-safe way.
556
557 2007-01-30  Wim Taymans  <wim@fluendo.com>
558
559         * gst/audioconvert/gstaudioconvert.c:
560         Don't fail on 0 sized buffers. Fixes #396835.
561
562 2007-01-29  David Schleef  <ds@schleef.org>
563
564         * gst/typefind/gsttypefindfunctions.c:
565           Detect BBCD as video/x-dirac, so we can play raw dirac
566           streams.
567
568 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
569
570         * ext/theora/theoraenc.c: (theora_enc_chain):
571           Check return value of theora_encode_header(), or we might try to
572           allocate a random number of bytes. theora_encode_header() can fail
573           if libtheora has been compiled with encoding support disabled.
574           Fixes #398110.
575
576 2007-01-29  Wim Taymans  <wim@fluendo.com>
577
578         * tests/check/gst/.cvsignore:
579         Do as buildbot says.
580
581 2007-01-29  Wim Taymans  <wim@fluendo.com>
582
583         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
584         Fix strides in libvisual. Gst uses X strides.
585         Inspired by: <ed at catmur dot co dot uk> and 
586         <tim at centricular dot net>
587         Fixes #401118.
588
589 2007-01-27  Wim Taymans  <wim@fluendo.com>
590
591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
592         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
593         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
594         (gst_ogg_demux_perform_seek),
595         (gst_ogg_demux_bisect_forward_serialno),
596         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
597         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
598         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
599         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
600         * ext/ogg/gstoggdemux.h:
601         Properly propagate streaming errors when we are scanning the file for
602         chains so that we don't crash when shut down. Might fix some crashers
603         when quickly switching oggs in RB such as #332503 and #378436.
604
605 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
606
607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
608           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
609           error code as well.
610
611 2007-01-25  Wim Taymans  <wim@fluendo.com>
612
613         * gst/playback/gstplaybasebin.c: (remove_source):
614         Don't try to disconnect a signal from a finalized object.
615
616 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
617
618         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
619           Cast lock macro parameters to make sure we're actually accessing the
620           lock member at the right class level. Free list itself in _dispose()
621           as well and NULL it in case dispose gets called multiple times.
622
623 2007-01-25  Edward Hervey  <edward@fluendo.com>
624
625         * gst/playback/gstdecodebin2.c:
626         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
627         Free GstDecodeGroups no longer used.
628         (gst_decode_group_expose):
629         Don't unlock too many times !
630         (deactivate_free_recursive):
631         Free iterator once we're done with it.
632         Fix for recursively deactivating elements (stop at ghostpads).
633
634 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
635
636         * gst/playback/gstplaybin.c: (handoff):
637           Fix up caps on the frame buffer before we save it and potentially
638           make it accessible to other threads via g_object_get; also use
639           gst_buffer_replace() instead of gst_mini_object_replace().
640
641 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
642
643         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
644           Make getting the current frame thread-safe.
645
646 2007-01-25  Edward Hervey  <edward@fluendo.com>
647
648         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
649         (gst_decode_group_new), (gst_decode_group_free):
650         Set queues to bigger sizes to cope with HD contents.
651         Fix some mutex freeing and add comment about MT safe methods.
652
653 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
656         (gst_text_overlay_text_event):
657           Don't unnecessarily ref (and then leak) upstream events if the text
658           pad is not linked. Fixes #399948.
659
660         * tests/check/gst-plugins-base.supp:
661           Add suppression for pango on edgy/x86 for textoverlay test.
662
663 2007-01-24  Wim Taymans  <wim@fluendo.com>
664
665         * gst-libs/gst/rtp/gstrtpbuffer.h:
666         Add some more fixed payloads.
667
668 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
669
670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
671           Error out properly if we get an error from libogg while reading the
672           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
673
674 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
677           Don't leak mutex.
678
679         * tests/check/elements/playbin.c:
680         (test_sink_usage_video_only_stream),
681         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
682         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
683         (test_missing_suburisource_handler),
684         (test_missing_primary_decoder), (playbin_suite):
685           Run all tests once with decodebin and once with decodebin2.
686           One test does not pass yet with decodebin2.
687
688 2007-01-23  Edward Hervey  <edward@fluendo.com>
689
690         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
691         Fix the cases where oggmux doesn't properly figure out that all
692         sinkpads have gone EOS, and therefore doesn't push out the remaining
693         buffers and the final EOS event.
694         Fixes #363379
695
696 2007-01-23  Julien MOUTTE  <julien@moutte.net>
697
698         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
700         Don't lock on navigation event push, just on keysym to string.
701         Fixes #397673 again.
702
703 2007-01-22  Edward Hervey  <edward@fluendo.com>
704
705         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
706         (get_current_group), (group_demuxer_event_probe),
707         (gst_decode_group_expose), (deactivate_free_recursive),
708         (gst_decode_group_free):
709         Cleanups.
710         Don't forget to emit 'no-more-pads' once a group is exposed.
711         Cleanup elements from a DecodeGroup once we remove it.
712         Protect call to gst_decode_group_expose() with the decodebin lock.
713
714 2007-01-22  Julien MOUTTE  <julien@moutte.net>
715
716         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
718         Looking at Xorg code i can't figure out if that XKeysymToString
719         function is thread sensible or not. Lock it just in case as
720         recommended by Radek Doulik <rodo at ximian dot com>.
721
722 2007-01-22  Julien MOUTTE  <julien@moutte.net>
723
724         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
726         Lock that X Call as well. Fixes #397673.
727
728 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
729
730         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
731           Don't go into an endless loop if the file starts with 00 00 01 2X,
732           like quicktime redirect files might. Fixes #396042.
733
734         * tests/check/Makefile.am:
735         * tests/check/gst/.cvsignore:
736         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
737         (typefindfunctions_suite):
738           Add unit test for the above.
739
740 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
741
742         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
743           On second thought, use "depth" field rather than "bpp" field.
744
745 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
748           Camtasia caps apparently need a bpp field (#398875).
749
750 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
751
752         * gst/playback/gstplaybasebin.c: (setup_subtitle),
753         (gen_source_element), (gst_play_base_bin_change_state):
754           Attempt at a better error message in case we don't have the required
755           URI handler installed; post missing-plugin message also when we're
756           missing an URI handler for the subtitle URI; clean up properly also
757           when an error occurs and we never made it to PAUSED state.
758
759         * tests/check/elements/playbin.c: (GST_START_TEST),
760         (playbin_suite):
761           Check that we're also getting a missing-plugin messsage for a
762           missing subtitle URI handler (and clean up properly).
763
764 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
765
766         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
767           Plug a few reference leaks.
768
769 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
770
771         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
772           Lower probability a bit if the marker isn't right at the start,
773           to decrease the chance of false positives.
774
775 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
776
777         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
778           Small mpeg2 system stream typefinding improvement: make typefinder
779           probe a bit into the stream instead of just looking for a marker
780           at the beginning. Fixes #397810.
781
782 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
783
784         * gst/audioconvert/gstchannelmix.c:
785           Remove compatibility cruft for prehistoric GLib versions.
786
787 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst/playback/Makefile.am:
790         * gst/playback/gstdecodebin.c: (close_pad_link):
791         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
793         (gst_play_base_bin_handle_message_func), (unknown_type):
794           Let decodebin be the element to post missing-plugin messages for
795           missing decoders (rather than playbin); make playbin implement
796           GstBin::handle_message so we can suppress missing-plugin messages
797           for types we're not handling on purpose (don't want to bring up an
798           installer in those cases).
799
800 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
801
802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
803         * gst-libs/gst/tag/gstvorbistag.c:
804         (gst_tag_list_to_vorbiscomment_buffer):
805         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
806           Fix potentially unaligned access (#397207).
807
808 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
809
810         * tests/examples/seek/seek.c: (set_scale), (update_scale),
811         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
812         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
813         (main):
814           Allow to toggle looping while it plays. Fix callback prototype. Clean
815           up code a bit more. Add copyright header.
816
817 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
818
819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
820           Red and blue mask was swapped (spotted by Dan Williams).
821
822 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
823
824         * gst-libs/gst/tag/gstid3tag.c:
825         * gst-libs/gst/tag/gstvorbistag.c:
826           Use new beats-per-minute tag from core.
827
828 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * po/POTFILES.in:
831           Add new files with translatable strings, so they actually make it
832           into the template file one day.
833
834 2007-01-12  Andy Wingo  <wingo@pobox.com>
835
836         * gst-libs/gst/audio/gstbaseaudiosink.c
837         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
838         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
839         stuff, as the base class handles this now. Actually tell the ring
840         buffer to start.
841         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
842         How did this work before? Maybe I'm not as awesome a programmer as
843         I think.
844
845         * gst-libs/gst/audio/gstbaseaudiosrc.c
846         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
847         of a pad function.
848
849 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
850
851         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
852           Remove more fields so that the application can better blacklist
853           formats that have been tried before.
854
855 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
856
857         * gst-libs/gst/audio/mixerutils.h:
858           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
859           used when compiling with c++ compilers as well.
860
861 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
862
863         * gst/typefind/gsttypefindfunctions.c:
864           Fix comment.
865
866 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
867
868         * gst/playback/gstplaybin.c: (post_missing_element_message),
869         (gen_video_element), (gen_text_element), (gen_audio_element),
870         (gen_vis_element):
871           Post missing-plugin messages also when we error out because
872           converters, textoverlay or auto*sinks are missing (#161922).
873
874 2007-01-10  Wim Taymans  <wim@fluendo.com>
875
876         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
877         (is_demuxer_element), (new_caps):
878         * gst/playback/gstplaybasebin.c: (source_new_pad):
879         Fix the case where we try to ref a NULL element when we delay a link
880         because of unfixed caps.
881         Set the state of autoplugged decodebins to PAUSED.
882         RTSP now works in playbin, we can remove it from the blacklist.
883
884 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * gst/playback/Makefile.am:
887         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
888         (unknown_type), (setup_subtitle), (gen_source_element):
889         * gst/playback/gstplaybin.c: (plugin_init):
890           Post missing-plugin messages on the bus for missing sources and
891           missing decoders/demuxers/depayloaders; fix error code used when
892           we're missing an URI handler source; for media types that we are not
893           handling on purpose at the moment, don't print "don't know how to
894           handle xyz" messages to the terminal or post missing-plugin
895           messages on the bus.
896
897         * tests/check/elements/playbin.c: (create_playbin),
898         (GST_START_TEST), (gst_codec_src_uri_get_type),
899         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
900         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
901         (gst_codec_src_init_type), (gst_codec_src_base_init),
902         (gst_codec_src_create), (gst_codec_src_class_init),
903         (gst_codec_src_init), (plugin_init), (playbin_suite):
904           Add some tests for the missing-plugin stuff.
905
906 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
907
908         * configure.ac:
909         * gst-libs/gst/Makefile.am:
910         * gst-libs/gst/utils/Makefile.am:
911         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
912         * gst-libs/gst/utils/base-utils.h:
913         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
914         (find_format_info), (caps_are_rtp_caps),
915         (gst_base_utils_get_source_description),
916         (gst_base_utils_get_sink_description),
917         (gst_base_utils_get_decoder_description),
918         (gst_base_utils_get_encoder_description),
919         (gst_base_utils_get_element_description),
920         (gst_base_utils_add_codec_description_to_tag_list),
921         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
922         * gst-libs/gst/utils/descriptions.h:
923         * gst-libs/gst/utils/missing-plugins.c:
924         (missing_structure_get_type), (copy_and_clean_caps),
925         (gst_missing_uri_source_message_new),
926         (gst_missing_uri_sink_message_new),
927         (gst_missing_element_message_new),
928         (gst_missing_decoder_message_new),
929         (gst_missing_encoder_message_new),
930         (missing_structure_get_string_detail),
931         (missing_structure_get_caps_detail),
932         (gst_missing_plugin_message_get_installer_detail),
933         (gst_missing_plugin_message_get_description),
934         (gst_is_missing_plugin_message):
935         * gst-libs/gst/utils/missing-plugins.h:
936           API: add new libgstbaseutils library with functions
937           - to create and parse missing-plugins messages
938           - that provide (translated) descriptions for caps/decoders/sources/etc.
939           Closes #392393.
940
941         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
942         * pkgconfig/gstreamer-plugins-base.pc.in:
943           Add new lib.
944
945         * docs/libs/gst-plugins-base-libs-docs.sgml:
946         * docs/libs/gst-plugins-base-libs-sections.txt:
947           Generate docs for new lib and API.
948
949         * tests/check/Makefile.am:
950         * tests/check/libs/.cvsignore:
951         * tests/check/libs/utils.c: (missing_msg_check_getters),
952         (GST_START_TEST), (libgstbaseutils_suite):
953           Add some basic unit tests.
954
955 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
956
957         * ext/ogg/Makefile.am:
958           Dist gstoggdemux.h to fix 'make distcheck'.
959
960         * sys/v4l/Makefile.am:
961           Fix 'make distcheck' even more.
962
963 2007-01-09  Wim Taymans  <wim@fluendo.com>
964
965         * docs/plugins/Makefile.am:
966         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
967         * docs/plugins/gst-plugins-base-plugins-sections.txt:
968         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
969         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
970         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
971         (gst_ogg_demux_perform_seek):
972         * ext/ogg/gstoggdemux.h:
973         Added docs.
974         Add some more comments.
975         Small cleanups.
976
977 2007-01-09  Wim Taymans  <wim@fluendo.com>
978
979         * ext/theora/theoradec.c:
980         * ext/vorbis/vorbisdec.c:
981         * gst-libs/gst/audio/gstringbuffer.c:
982         (gst_ring_buffer_commit_full):
983         * gst-libs/gst/audio/gstringbuffer.h:
984         * gst-libs/gst/rtp/gstrtpbuffer.c:
985         * gst-libs/gst/tag/gstvorbistag.c:
986         Small documentation updates/fixes
987
988 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
989
990         * configure.ac:
991           Require core CVS HEAD for Andy's basesrc/sink API additions.
992
993 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
994
995         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
996
997         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
998         (plugin_init):
999           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1000           on flac.sf.net (there appear to be other versions of the first
1001           ogg page in the wild) (#391365).
1002
1003 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * configure.ac:
1006           Check if localtime_r() is available.
1007
1008         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1009           If localtime_r() is not available, fall back to localtime(). Should
1010           fix build on MingW (#393310).
1011
1012 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1013
1014         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1015         * gst/subparse/gstsubparse.h:
1016           Remove spurious 1000 subtrahend when calculating the timestamp from
1017           the frame number and the frame rate . Also, use the frames/second
1018           value specified in the first line of the file, if one is specified
1019           there. Should fix #357503.
1020
1021         * tests/check/elements/subparse.c: (do_test),
1022         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1023         (subparse_suite):
1024           Add some basic unit tests for the microdvd subtitle format.
1025
1026 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1027
1028         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1029         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1030         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1031         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1032         (gst_xvimagesink_set_xwindow_id),
1033         (gst_xvimagesink_set_event_handling),
1034         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1035         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1036         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1037         Fixes : #390076.
1038         Add an adaptor property to select a specific XV adaptor.
1039         * sys/xvimage/xvimagesink.h:
1040
1041 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1042
1043         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1044         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1045         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1046         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1047         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1048         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1049         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1050         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1051         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1052         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1053         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1054         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1055         Use flow_lock much more to protect every access to xwindow.
1056         Try to catch erros while creating images in case some drivers are
1057         just generating an XError when the requested image is too big.
1058         Should fix : #354698, #384008, #384060.
1059         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1060         Implement some stress testing of setting window xid.
1061
1062 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1063
1064         * win32/common/libgsaudio.def:
1065           Add new exported function.
1066         * win32/common/libgstogg.dsp:
1067           Add gstoggaviparse.c to the build.
1068         * win32/common/libgstvideoscale.dsp:
1069           Add vs_4tap.c to the build.
1070         * win32/common/libgstvorbis.dsp:
1071           Add vorbistag.c to the build.
1072         
1073 2007-01-06  Andy Wingo  <wingo@pobox.com>
1074
1075         * gst-libs/gst/audio/gstbaseaudiosink.c
1076         (gst_base_audio_sink_class_init)
1077         (gst_base_audio_sink_init): 
1078         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1079         to baseaudiosink, and tell basesink that we can work in pull mode.
1080         This way the ring buffer thread drives the pipeline directly, if
1081         pull mode is possible. There is some lingering nastiness regarding
1082         capsnego, however.
1083         (gst_base_audio_sink_callback): Implement the callback to pull
1084         data. This interface is a bit light, though -- it should get a
1085         GstFlowReturn return value at least.
1086
1087 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1090         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1091         * gst/playback/gstdecodebin2.c:
1092         (gst_decode_group_check_if_blocked):
1093           Printf format and missing argument fixes.
1094
1095 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1096
1097         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1098         (gst_ogm_parse_change_state):
1099         Activate pads before adding them to the element.
1100
1101 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1102
1103         * tests/examples/seek/scrubby.c: (main):
1104         * tests/examples/seek/seek.c: (main):
1105           Call g_thread_init() first thing in main() (see #391278).
1106
1107 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * tests/check/Makefile.am:
1110         * tests/check/libs/.cvsignore:
1111         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1112         (netbuffer_suite):
1113           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1114           for the time being, since it's broken, see #393099.
1115
1116 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1117
1118         * tests/check/Makefile.am:
1119           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1120
1121 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1122
1123         * configure.ac:
1124           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1125           so that GST_BASE_CFLAGS can go inbetween them, making sure
1126           we use uninstalled gst-libs headers
1127         * docs/libs/Makefile.am:
1128         * ext/alsa/Makefile.am:
1129         * ext/cdparanoia/Makefile.am:
1130         * ext/gnomevfs/Makefile.am:
1131         * ext/libvisual/Makefile.am:
1132         * ext/ogg/Makefile.am:
1133         * ext/theora/Makefile.am:
1134         * ext/vorbis/Makefile.am:
1135         * gst-libs/gst/audio/Makefile.am:
1136         * gst-libs/gst/cdda/Makefile.am:
1137         * gst-libs/gst/interfaces/Makefile.am:
1138         * gst-libs/gst/riff/Makefile.am:
1139         * gst-libs/gst/rtp/Makefile.am:
1140         * gst-libs/gst/tag/Makefile.am:
1141         * gst/adder/Makefile.am:
1142         * gst/audioconvert/Makefile.am:
1143         * gst/audiorate/Makefile.am:
1144         * gst/audioresample/Makefile.am:
1145         * gst/playback/Makefile.am:
1146         * gst/tcp/Makefile.am:
1147         * gst/videoscale/Makefile.am:
1148         * gst/volume/Makefile.am:
1149         * sys/ximage/Makefile.am:
1150         * sys/xvimage/Makefile.am:
1151         * tests/icles/Makefile.am:
1152           adapt
1153
1154 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1155
1156         * gst-libs/gst/interfaces/xoverlay.c:
1157         (gst_x_overlay_handle_events):
1158         * gst-libs/gst/interfaces/xoverlay.h:
1159         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1160         (gst_ximagesink_set_xwindow_id),
1161         (gst_ximagesink_set_event_handling),
1162         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1163         (gst_ximagesink_get_property), (gst_ximagesink_init),
1164         (gst_ximagesink_class_init):
1165         * sys/ximage/ximagesink.h:
1166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1167         (gst_xvimagesink_set_xwindow_id),
1168         (gst_xvimagesink_set_event_handling),
1169         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1170         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1171         (gst_xvimagesink_class_init):
1172         * sys/xvimage/xvimagesink.h:
1173         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1174         Add a method to the XOverlay interface to allow disabling of 
1175         event handling in x[v]imagesink elements. This will let X events
1176         propagate to parent windows which can be usefull in some cases.
1177         Be carefull that the application is then responsible of pushing
1178         navigation events and expose events to the video sink.
1179         Fixes: #387138.
1180
1181 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1182
1183         * gst-libs/gst/tag/gstvorbistag.c:
1184         * tests/check/libs/tag.c: (GST_START_TEST):
1185           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1186           (fixes #392070).
1187
1188 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * configure.ac:
1191         * docs/Makefile.am:
1192         * docs/design/Makefile.am:
1193           Dist design docs.
1194
1195 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1196
1197         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1198         typo. Fixes: #390063.
1199
1200 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1201
1202         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1204         caps leak.
1205         * win32/common/config.h: Updated.
1206
1207 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1208
1209         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1210         (setup_gdpdepay_streamheader):
1211         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1212         (setup_gdppay_streamheader):
1213           Fix the dp tests, but activating the pads for the streamheader tests
1214           too and cleaning up conditionaly
1215
1216 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1217
1218         * gst/ffmpegcolorspace/avcodec.h:
1219         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1220         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1221         (gst_ffmpegcsp_avpicture_fill):
1222         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1223         (img_get_alpha_info):
1224         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1225         other end of the word. Fixes: #387073.
1226
1227         Add some inconsequential branch hints in a couple of places.
1228
1229 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1230
1231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1232         (gst_ffmpeg_caps_to_smpfmt):
1233           The "signed" field in raw audio caps is of boolean type, trying to
1234           extract the value with _get_int() will fail (fix to keep in sync with
1235           the copy in gst-ffmpeg)
1236
1237 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1238
1239         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1240         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1241         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1242         (cleanup_gdpdepay):
1243         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1244         * tests/check/elements/subparse.c: (teardown_subparse):
1245         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1246         * tests/check/elements/videorate.c: (cleanup_videorate):
1247         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1248         * tests/check/elements/volume.c: (cleanup_volume):
1249         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1250         (cleanup_vorbisdec):
1251         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1252         (cleanup_vorbistag):
1253           consistent pad (de)activation
1254
1255 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1256
1257         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1258           Forgot to register the extensions.
1259
1260 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1261
1262         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1263         (plugin_init):
1264           Add typefinder for VIVO files (my christmas present to the 90s).
1265
1266 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         * gst/playback/gstdecodebin.c: (type_found):
1269           Special-case the text/plain media type: we only want to recognise it
1270           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1271           parser, but not if the entire stream is of text/plain type. If the
1272           entire stream is text/plain, we should just error out.
1273
1274           This fixes playback of audio files with lyrics in totem. Totem can't
1275           distinguish between text files and subtitle files and passes any
1276           .txt file with the same basename as the main file to playbin as
1277           suburi, and playbin will then throw a 'subtitle found, but no video
1278           stream' error, which isn't entirely helpful. See #380342.
1279
1280           Also, with this change we'll show a slightly more correct error
1281           message in case totem passes a playlist file to us (although a
1282           custom error message wording instead of the default text would
1283           probably not be a bad idea either).
1284
1285           Same problem also needs to be fixed for playbin+decodebin2.
1286
1287         * tests/check/Makefile.am:
1288         * tests/check/elements/decodebin.c: (src_handoff_cb),
1289         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1290         (decodebin_suite):
1291           Add simple unit test for decodebin for the above.
1292
1293 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1294
1295         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1296         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1297           Refuse to change state to READY when we failed to create any of the
1298           required elements in our instance init function.
1299
1300 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         * docs/libs/gst-plugins-base-libs-sections.txt:
1303           Small docs fixes/updates.
1304
1305         * gst-libs/gst/video/gstvideosink.h:
1306           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1307           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1308           removed from the base sink API between 0.9.6 and 0.9.7).
1309           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1310           accessor macros, so we don't do a runtime GObject type check every
1311           time we use them.
1312
1313 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1314
1315         * Makefile.am:
1316         * gst-plugins-base.doap:
1317         * gst-plugins-base.spec.in:
1318           add doap file
1319
1320 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1321
1322         Patch by: Jens Granseuer <jensgr at gmx net>
1323
1324         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1325         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1326         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1327         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1328         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1329           Declare variables at the beginning of a block. Fixes #383195.
1330
1331 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1332
1333         * configure.ac:
1334         Bump version nano - back to CVS.
1335
1336
1337 === release 0.10.11 ===
1338
1339 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1340
1341         * configure.ac:
1342           releasing 0.10.11, "Dumb things"
1343
1344 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1345
1346         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1347         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1348         Handle the case where an element has multiple pads with 
1349         unfixed caps as well as still possibly producing more dynamic 
1350         pads by storing each case as a distinct entry in the dynamic list.
1351         Fixes #38223 again.
1352
1353 2006-12-04  Wim Taymans  <wim@fluendo.com>
1354
1355         * gst/playback/gstdecodebin.c: (close_pad_link):
1356         Fix #382223, add more dynamic caps handling.
1357
1358 2006-12-04  Wim Taymans  <wim@fluendo.com>
1359
1360         reviewed by: <delete if not using a buddy>
1361
1362         * gst-libs/gst/audio/gstringbuffer.h:
1363         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1364         (gst_netaddress_set_ip4_interface),
1365         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1366         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1367         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1368         (gst_netaddress_get_ttl):
1369         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1370         * gst/playback/gstdecodebin.c: (close_pad_link):
1371         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1372         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1373         * win32/common/config.h:
1374
1375 2006-12-01  Michael Smith  <msmith@fluendo.com>
1376
1377         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1378           Delete bad debug code.
1379           Fixes #381219
1380
1381 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1382
1383         * gst/videoscale/vs_4tap.c:
1384         * win32/MANIFEST:
1385         * win32/common/config.h:
1386         * win32/vs8/libgstvideoscale.vcproj:
1387         Fix compilation on win32 under VS8
1388         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1389         Partially fixes #381175
1390
1391 2006-11-30  Michael Smith  <msmith@fluendo.com>
1392
1393         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1394         (GST_START_TEST):
1395           It would be very bad if, after a discont buffer, we thought every
1396           single following buffer was also discont. So, add to the test to
1397           ensure that this isn't the case.
1398           
1399         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1400           ... it was the case. So fix it.
1401
1402 2006-11-28  Wim Taymans  <wim@fluendo.com>
1403
1404         * gst/playback/gstplaybasebin.c: (check_queue_event):
1405         Improve debug.
1406
1407         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1408         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1409         padtemplate caps. Refixes #357577.
1410
1411 2006-11-28  Wim Taymans  <wim@fluendo.com>
1412
1413         * gst/playback/gstplaybasebin.c: (check_queue_event),
1414         (queue_threshold_reached), (queue_out_of_data),
1415         (gen_preroll_element):
1416         Add event probe to see when EOS is in a queue and we can disable the
1417         underrun signals. Fixes #357577.
1418
1419 2006-11-28  Edward Hervey  <edward@fluendo.com>
1420
1421         * gst/playback/Makefile.am:
1422         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1423         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1424         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1425         (gst_decode_bin_init), (gst_decode_bin_dispose),
1426         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1427         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1428         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1429         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1430         (connect_element), (expose_pad), (type_found),
1431         (pad_added_group_cb), (pad_removed_group_cb),
1432         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1433         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1434         (are_raw_caps), (multi_queue_overrun_cb),
1435         (multi_queue_underrun_cb), (gst_decode_group_new),
1436         (get_current_group), (group_demuxer_event_probe),
1437         (gst_decode_group_control_demuxer_pad),
1438         (gst_decode_group_control_source_pad),
1439         (gst_decode_group_check_if_blocked),
1440         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1441         (gst_decode_group_hide), (gst_decode_group_free),
1442         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1443         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1444         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1445         (plugin_init):
1446         New decodebin2 element.
1447         Closes #370092
1448         * gst/playback/gstplay-marshal.list:
1449         Added marshallers for new signals in decodebin2
1450         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1451         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1452         is set.
1453
1454 2006-11-28  Wim Taymans  <wim@fluendo.com>
1455
1456         * gst/playback/gstplaybasebin.c: (setup_source),
1457         (gst_play_base_bin_change_state):
1458         Disable rtsp:// uris for the release, it's not good enough yet.
1459         Remove unused var.
1460
1461 2006-11-26  Wim Taymans  <wim@fluendo.com>
1462
1463         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1464         (theora_dec_push_forward), (theora_dec_push_reverse),
1465         (theora_handle_data_packet), (theora_dec_decode_buffer),
1466         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1467         (theora_dec_chain_forward), (theora_dec_chain):
1468         Implement reverse playback.
1469
1470         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1471         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1472         (vorbis_dec_chain_forward):
1473         Clear buffers used for reverse playback in _reset.
1474         No need to set the eos flag, we clip samples using the segment.
1475
1476 2006-11-24  Wim Taymans  <wim@fluendo.com>
1477
1478         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1479         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1480         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1481         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1482         Some cleanups.
1483         Handle continued pages in reverse mode.
1484
1485 2006-11-24  Wim Taymans  <wim@fluendo.com>
1486
1487         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1488         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1489         (vorbis_dec_flush_decode):
1490         Small cleanups.
1491         Don't try to add invalid timestamps.
1492         Clipping will unref the buffer.
1493
1494 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1495
1496         * gst/adder/gstadder.h:
1497         * gst/audiotestsrc/gstaudiotestsrc.h:
1498           remove obsolete _factory_init protos
1499
1500 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1501
1502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1503           Fix spacing in debug message.
1504
1505 2006-11-23  Wim Taymans  <wim@fluendo.com>
1506
1507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1508         (gst_ogg_demux_chain):
1509         Don't just ignore return values from _pad_push().
1510         Small debug improvements.
1511
1512 2006-11-23  Michael Smith  <msmith@fluendo.com>
1513
1514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1515           If our incoming buffer is marked as DISCONT, then increment the page
1516           number (so that the discontinuity is marked in the final ogg
1517           bitstream) and flush the previous page.
1518
1519 2006-11-22  Michael Smith  <msmith@fluendo.com>
1520
1521         * ext/theora/gsttheoraenc.h:
1522         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1523         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1524         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1525         (theora_enc_chain), (theora_enc_change_state):
1526           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1527
1528         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1529         (GST_START_TEST), (theoraenc_suite):
1530           Enable discontinuity test, fix it.
1531
1532 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1533
1534         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1535         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1536         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1537         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1538         (gst_text_overlay_change_state):
1539         * ext/pango/gsttextoverlay.h:
1540           Some textoverlay fixes: for one, in the video chain function,
1541           actually wait for a text buffer to come in if there is none at the
1542           moment and there should be one; also, deal more gracefully with
1543           incoming buffers that do not have a timestamp or duration; discard
1544           text buffer when not needed any longer. Fixes #341681.
1545
1546         * tests/check/Makefile.am:
1547         * tests/check/elements/.cvsignore:
1548         * tests/check/elements/textoverlay.c:
1549         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1550         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1551         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1552         (test_video_waits_for_text_send_text_newsegment_thread),
1553         (test_video_waits_for_text_shutdown_element),
1554         (test_render_continuity_push_video_buffers_thread),
1555         (textoverlay_suite):
1556           Add some unit tests for textoverlay.
1557
1558 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1559
1560         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1561           Avoid integer underflow when the found probability for mp3 is
1562           smaller than the 'penalty' we subtract if there's not a clean
1563           mp3 header sync at offset 0.
1564
1565 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1566
1567         * docs/libs/gst-plugins-base-libs-sections.txt:
1568           Add some new symbols to the docs
1569
1570 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         * tests/check/Makefile.am:
1573         * tests/check/elements/ffmpegcolorspace.c:
1574         (ffmpegcolorspace_suite):
1575           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1576           (for now not for valgrinding though, since it takes too long).
1577
1578 2006-11-20  Wim Taymans  <wim@fluendo.com>
1579
1580         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1581         (gst_ffmpeg_pixfmt_to_caps):
1582         Fix RGBA32 caps. Fixes #357038.
1583
1584 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1585
1586         * gst-libs/gst/interfaces/mixertrack.h:
1587           Add FIXME so we can add some padding here in 0.11
1588
1589 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1592           Fix GstBaseRTPAudioPayload structure so the whole GObject
1593           inheritance business actually works (parent class instance structure
1594           must always come first in the derived class instance structure).
1595
1596 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * gst/videotestsrc/Makefile.am:
1599         * tests/check/Makefile.am:
1600           Make sure our checks and the videotestsrc plugin link against the
1601           local uninstalled gst libs and not any installed gst libs that
1602           might happen to exist as well.
1603
1604         * tests/check/elements/adder.c: (message_received),
1605         (test_event_message_received), (test_play_twice_message_received):
1606         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1607           Fix compiler warnings when compiling against core with disabled
1608           debugging system.
1609
1610 2006-11-16  Michael Smith  <msmith@fluendo.com>
1611
1612         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1613         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1614           Fix audiorate, so that it accurately sets offsets and timestamps.
1615           Doesn't change the fundamental algorithmic decisions; so should be
1616           safe.
1617
1618         * tests/check/Makefile.am:
1619           Enable audiorate test now that it passes.
1620
1621 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1622
1623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1624           clear xv when going to NULL, remove // commented non-existant proto
1625
1626         * tests/examples/seek/seek.c: (main):
1627           add missing tooltip description for scrub and play_scrub
1628
1629 2006-11-14  David Schleef  <ds@schleef.org>
1630
1631         * configure.ac:
1632           Bump liboil requirement to 0.3.8.
1633         * gst-libs/gst/riff/riff-media.c:
1634           Add Dirac fourcc.
1635         * gst/videoscale/vs_image.h:
1636         * gst/videoscale/vs_scanline.h:
1637           Use liboil's stdint.h.
1638         * gst/videotestsrc/videotestsrc.c:
1639           Remove liboil related ifdef's, since they aren't needed now, and
1640           won't work with future versions.
1641
1642 2006-11-14  David Schleef  <ds@schleef.org>
1643
1644         * gst/videoscale/Makefile.am:
1645         * gst/videoscale/gstvideoscale.c:
1646         * gst/videoscale/gstvideoscale.h:
1647         * gst/videoscale/vs_4tap.c:
1648         * gst/videoscale/vs_4tap.h:
1649         * gst/videoscale/vs_image.c:
1650         * gst/videoscale/vs_image.h:
1651         * gst/videoscale/vs_scanline.c:
1652         * gst/videoscale/vs_scanline.h:
1653           Add a 4-tap image scaler.  Theoretically looks much prettier.
1654           The tap calculation could use some improvement.
1655
1656 2006-11-14  Wim Taymans  <wim@fluendo.com>
1657
1658         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1659
1660         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1661         (gst_riff_parse_strf_iavs):
1662         * gst/subparse/gstsubparse.c: (convert_encoding):
1663         * gst/tcp/gstmultifdsink.c:
1664         (gst_multi_fd_sink_handle_client_write):
1665         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1666         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1667         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1668         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1669         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1670         (gst_ximagesink_ximage_new):
1671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1672         Various gsize and gssize printf fixes. Fixes #372507.
1673
1674 2006-11-13  Wim Taymans  <wim@fluendo.com>
1675
1676         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1677         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1678         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1679         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1680         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1681         * ext/vorbis/vorbisdec.h:
1682         First stab at vorbis reverse playback.
1683
1684 2006-11-13  Wim Taymans  <wim@fluendo.com>
1685
1686         * gst-libs/gst/audio/gstbaseaudiosink.c:
1687         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1688         * gst-libs/gst/audio/gstbaseaudiosink.h:
1689         Make the clock sync code more accurate wrt resampling and playback
1690         at different rates.
1691         
1692         * gst-libs/gst/audio/gstringbuffer.c:
1693         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1694         * gst-libs/gst/audio/gstringbuffer.h:
1695         Use better algorithm to interpolate sample rates. 
1696
1697 2006-11-13  Michael Smith  <msmith@fluendo.com>
1698
1699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1700           Improve a debug line slightly.
1701
1702         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1703           Call gst_riff_init() in plugin_init, to avoid getting errors from
1704           the debug system (unrelated changes to another plugin made this turn
1705           up; not sure why).
1706
1707 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1708
1709         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1710
1711         * win32/common/libgsttag.def:
1712           Add missing symbol (#366492).
1713
1714 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1715
1716         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1717           Don't unref a NULL pad.
1718
1719 2006-11-09  Wim Taymans  <wim@fluendo.com>
1720
1721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1722         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1723         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1724         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1725         (gst_ogg_demux_loop):
1726         Implement first stab at reverse playback.
1727
1728 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1729
1730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1731         (gst_riff_create_video_template_caps):
1732           add h263/h264 variants to the caps, Fixes #363118
1733
1734 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1735
1736         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1737         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1738           Use g_strerror instead of strerror so we get UTF-8.
1739
1740 2006-11-03  David Schleef  <ds@schleef.org>
1741
1742         * ext/ogg/gstoggdemux.c:
1743         * ext/ogg/gstoggmux.c:
1744           Add/remove KW-DIRAC header here, since it is ogg-specific.
1745
1746 2006-11-03  Michael Smith  <msmith@fluendo.com>
1747
1748         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1749           Recognise more mpeg4 elementary video streams.
1750
1751 2006-11-02  Edward Hervey  <edward@fluendo.com>
1752
1753         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1754         Lower the probability of mp3 typefinding functions if we don't find a
1755         valid mp3 header at the start of the file.
1756         Closes #369482
1757
1758 2006-11-02  Wim Taymans  <wim@fluendo.com>
1759
1760         * ext/theora/gsttheoradec.h:
1761         * ext/theora/theoradec.c: (gst_theora_dec_init),
1762         (theora_dec_sink_event), (theora_dec_chain_forward),
1763         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1764         (theora_dec_chain):
1765         Document and partially implement an algorithm for doing reverse playback
1766         of theora video.
1767
1768 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1769
1770         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1771
1772         * win32/common/config.h:
1773         * win32/common/interfaces-enumtypes.c:
1774         * win32/common/libgsttag.def:
1775         * win32/vs8/gst-plugins-base.sln:
1776         * win32/vs8/libgstaudioresample.vcproj:
1777         * win32/vs8/libgstinterfaces.vcproj:
1778         * win32/vs8/libgstogg.vcproj:
1779         * win32/vs8/libgstriff.vcproj:
1780         * win32/vs8/libgsttag.vcproj:
1781         * win32/vs8/libgsttheora.vcproj:
1782         * win32/vs8/libgstvideoscale.vcproj:
1783         * win32/vs8/libgstvorbis.vcproj:
1784           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1785           to libgsttag.def; add missing dependencies for some vs8 projects;
1786           re-arrange placement of .def files in vs8 projects (#366334).
1787
1788 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1789
1790         * ext/ogg/gstogg.c:
1791           Remove unused variable.
1792
1793         * ext/ogg/gstoggdemux.c:
1794           Fix Wim's surname in plugin description.
1795
1796 2006-10-31  Wim Taymans  <wim@fluendo.com>
1797
1798         * gst-plugins-base.spec.in:
1799         spec new .h file. Fixes #368310.
1800
1801 2006-10-31  Michael Smith  <msmith@fluendo.com>
1802
1803         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1804         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1805         (gst_multi_fd_sink_get_stats),
1806         (gst_multi_fd_sink_remove_client_link),
1807         (gst_multi_fd_sink_queue_buffer),
1808         (gst_multi_fd_sink_handle_clients):
1809         * gst/tcp/gstmultifdsink.h:
1810           Make using the remove or clear signals threadsafe.
1811           Make calling get-stats with an invalid fd not segfault.
1812           Fixes 368273.
1813
1814 2006-10-31  Wim Taymans  <wim@fluendo.com>
1815
1816         * gst-libs/gst/rtp/Makefile.am:
1817         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1818         (gst_base_rtp_audio_payload_init):
1819         Fix and activate base audio payloader.
1820
1821 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1822
1823         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1824         (plugin_init):
1825           Add typefinder for QuickTime Image Files (see #366156).
1826
1827 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1830           Another typo fix (#366212).
1831
1832 2006-10-27  Wim Taymans  <wim@fluendo.com>
1833
1834         * gst/volume/gstvolume.c: (volume_transform_ip):
1835         Use stream time to synchronize volume property instead of rather random
1836         timestamps. This is needed when gnonlin does its time shifting.
1837
1838 2006-10-27  Wim Taymans  <wim@fluendo.com>
1839
1840         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1841
1842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1843         Remove the pad from the element in release_pad. Fixes #364812.
1844
1845 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1846
1847         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1849           Explicitly create our custom buffer classes at a thread-safe
1850           location as well, since g_type_class_ref() doesn't seem to be
1851           entirely thread-safe either (#365501; also see #349410).
1852
1853 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1854
1855         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1856         (gst_riff_parse_info):
1857           If strings in INFO chunk are not UTF-8, do something similar to
1858           what we do for ID3v1 tags: check a number of environment variables
1859           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1860           character sets to try, otherwise try the current locale and/or fall
1861           back on ISO-8859-1. Fixes #360552.
1862
1863 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * gst/videotestsrc/gstvideotestsrc.c:
1866         (gst_video_test_src_pattern_get_type),
1867         (gst_video_test_src_set_pattern):
1868         * gst/videotestsrc/gstvideotestsrc.h:
1869         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1870         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1871         (gst_video_test_src_checkers8):
1872         * gst/videotestsrc/videotestsrc.h:
1873           Add a bunch of exciting new checkers patterns.
1874
1875 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * gst/subparse/Makefile.am:
1878         * gst/subparse/gstsubparse.c:
1879         (gst_sub_parse_data_format_autodetect),
1880         (gst_sub_parse_format_autodetect), (handle_buffer),
1881         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1882         * gst/subparse/gstsubparse.h:
1883         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1884         (parse_tmplayer):
1885         * gst/subparse/tmplayerparse.h:
1886           Add support for TMPlayer-type subtitles (#362845).
1887
1888         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1889         (GST_START_TEST), (subparse_suite):
1890           Add some basic unit tests for the above.
1891
1892 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1893
1894         * tests/check/elements/audiorate.c: (test_injector_base_init),
1895         (test_injector_class_init), (test_injector_chain),
1896         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1897         (GST_START_TEST), (audiorate_suite):
1898           More tests for audiorate: inject buffers to check behaviour when
1899           buffers overlap.
1900
1901 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * tests/check/Makefile.am:
1904         * tests/check/elements/.cvsignore:
1905         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1906         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1907           Add some basic unit tests for audiorate. Disabled at the moment
1908           since it doesn't pass yet (see bug #363119).
1909
1910 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1911
1912         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1913         (parse_subrip), (handle_buffer):
1914           Add missing closing tags for markup and fix broken markup,
1915           otherwise pango won't render anything (fixes #357531). Also,
1916           make sure the text we send out is always NUL-terminated
1917           (better safe than sorry etc.).
1918
1919         * tests/check/elements/subparse.c: (test_srt_do_test),
1920         (test_srt):
1921           Some more tests for .srt incl. tests for the above stuff.
1922
1923 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1924
1925         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1927         Patch by: Stefan Kost  <ensonic@users.sf.net>
1928         Try to redraw borders only when needed. Apparently this consumes
1929         resources on small devices... :-O (#363607)
1930
1931 2006-10-20  Michael Smith  <msmith@fluendo.com>
1932
1933         * gst/tcp/gstmultifdsink.c:
1934         (gst_multi_fd_sink_client_queue_buffer):
1935           If caps change, then update the client's idea of the caps so that we
1936           don't end up re-sending streamheaders for every single buffer after
1937           the caps change.
1938
1939 2006-10-20  Michael Smith  <msmith@fluendo.com>
1940
1941         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1942         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1943           Set caps on pushed buffers; fix up refcounting of caps objects.
1944
1945 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1946
1947         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1948         (plugin_init):
1949           Typefind mmsh header data packet to application/x-mmsh (#362625).
1950
1951 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * tests/check/Makefile.am:
1954         * tests/check/elements/.cvsignore:
1955         * tests/check/elements/subparse.c: (buffer_from_static_string),
1956         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1957         (GST_START_TEST), (subparse_suite):
1958           Add very simple unit test for subparse.
1959
1960 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1961
1962         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1963         (parse_subrip):
1964           Strip trailing newlines from subtitle text output.
1965
1966 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1967
1968         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1969         (gst_sub_parse_change_state):
1970           Fix memleak; clear subparse->textbuf n state change function.
1971
1972 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1973
1974         * gst/subparse/gstsubparse.c:
1975         (gst_sub_parse_data_format_autodetect):
1976           Don't require subrip (.srt) files to start with a chunk number of 1.
1977
1978 2006-10-18  Wim Taymans  <wim@fluendo.com>
1979
1980         * gst-libs/gst/audio/gstbaseaudiosink.c:
1981         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1982         * gst-libs/gst/audio/gstbaseaudiosink.h:
1983         Extract rate from the NEWSEGMENT event.
1984         Use commit_full to also take rate adjustment into account when writing
1985         samples to the ringbuffer.
1986         
1987         * gst-libs/gst/audio/gstringbuffer.c:
1988         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1989         (gst_ring_buffer_read):
1990         * gst-libs/gst/audio/gstringbuffer.h:
1991         Added _commit_full() to also take rate into account.
1992         Use simple interpolation algorithm to resample audio.
1993         API: gst_ring_buffer_commit_full()
1994
1995         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1996         * tests/examples/seek/seek.c: (segment_done):
1997         Don't try to seek with 0.0 rate, just pause instead.
1998         Remove bogus debug line.
1999
2000 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2003         (setup_source):
2004           Catch async errors when starting up the subtitle bin, so we can
2005           stop waiting and continue with the main film instead of hanging
2006           forever. Fixes #339366.
2007
2008         * tests/check/elements/playbin.c: (playbin_suite):
2009           Enable unit test for the above.
2010
2011 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2012
2013         * tests/check/Makefile.am:
2014         * tests/check/elements/.cvsignore:
2015         * tests/check/elements/playbin.c: (GST_START_TEST),
2016         (gst_red_video_src_uri_get_type),
2017         (gst_red_video_src_uri_get_protocols),
2018         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2019         (gst_red_video_src_uri_handler_init),
2020         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2021         (gst_red_video_src_create), (gst_red_video_src_class_init),
2022         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2023           Some small and basic unit tests for playbin; not very useful yet,
2024           but at least a start.
2025
2026 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2027
2028         * gst/playback/gstplaybin.c: (setup_sinks):
2029           The old pad activation spiel.
2030
2031 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * gst/playback/gstplaybasebin.c: (setup_source):
2034           Don't hang forever if the subbin already fails to start up in 
2035           the state change to PAUSED (#339366).
2036
2037 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2040         (gst_tuner_set_channel), (gst_tuner_get_channel),
2041         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2042         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2043         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2044         (gst_tuner_find_channel_by_name):
2045           Fix some function guards, add some more function guards.
2046
2047 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2048
2049         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2050         (remove_element_chain):
2051         Don't return a pad from get_our_ghost_pad unless it is actually the
2052         one we want.
2053         Change a cast in remove_element_chain slightly.
2054
2055 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2056
2057         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2058         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2059         Segment seeking needs to use the rate and set stop to -1.
2060
2061 2006-10-13  Wim Taymans  <wim@fluendo.com>
2062
2063         * gst-libs/gst/audio/gstbaseaudiosink.c:
2064         (gst_base_audio_sink_setcaps):
2065         Don't crash when ringbuffer is not yet created.
2066         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2067         Fixes #361634.
2068
2069         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2070         * gst/playback/gststreamselector.c:
2071         (gst_stream_selector_request_new_pad):
2072         Activate pads befre adding them to running elements.
2073
2074 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2075
2076         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2077         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2078         updater when we start grabing the slider. Don't wait for the
2079         pipeline to be PAUSED.
2080
2081 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2084         (gst_mixer_set_volume), (gst_mixer_get_volume),
2085         (gst_mixer_set_mute), (gst_mixer_set_option),
2086         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2087         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2088         (gst_mixer_option_changed):
2089           Guard mixer interface functions against bogus arguments.
2090
2091 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2092
2093         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2094         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2095         (msg_state_changed), (main): Use state-changed messages to trigger
2096         start/stop of scale update timer. Indeed the scale slider was
2097         jumping here and there because the update timer was activated 
2098         before seek completed. This fixes instant applying of rate changes
2099         by pressing the spinbutton like a crazy man !
2100
2101 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2102
2103         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2104
2105         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2106         (gst_basertppayload_finalize):
2107           Fix two small memory leaks (#361456).
2108
2109 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2110
2111         * tests/examples/seek/seek.c: (do_seek),
2112         (rate_spinbutton_changed_cb): When changing spinbutton we try
2113         to change the rate on the fly.
2114
2115 2006-10-10  Wim Taymans  <wim@fluendo.com>
2116
2117         * gst-libs/gst/riff/riff-ids.h:
2118         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2119         (gst_riff_create_audio_template_caps):
2120         Add WMS caps.
2121
2122 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2123
2124         Patch by: Josep Torre Valles <josep@fluendo.com>
2125
2126         * ext/gnomevfs/gstgnomevfssink.c:
2127         * ext/gnomevfs/gstgnomevfssrc.c:
2128         Fix URI interface implementation return type.
2129         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2130         Fix what looks like a copy/paste issue when assigning values.
2131         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2132         (gst_audio_filter_template_get_type):
2133         Cast to prevent Forte warnings.
2134         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2135         Fix URI interface implementation return type.
2136         gst_pad_query_position requires a signed integer pointer as
2137         3rd parameter, GstClockTime is unsigned.
2138         * gst/audioconvert/audioconvert.c:
2139         Fix integer overflow when treated as signed.
2140         * gst/audioresample/resample.c: (resample_add_input_data):
2141         Cast to prevent warnings on Forte.
2142         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2143         Fix integer overflow when treated as signed.
2144         * gst/ffmpegcolorspace/imgconvert_template.h:
2145         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2146         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2147         (cleanup_decodebin):
2148         Who initialises a guint to -1!
2149         Cast function pointers to prevent warnings on Forte.
2150         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2151         (queue_threshold_reached):
2152         Cast function pointers correctly to prevent warnings on Forte.
2153         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2154         Cast function pointers correctly to prevent warnings on Forte.
2155         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2156         Obvious change to unsigned, 0xEF > max signed char.
2157         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2158         GstClockTime is unsigned, initialise correctly.
2159         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2160         Cast so pointer arithemetic doesn't cause warnings on Forte.
2161         * gst/videorate/gstvideorate.c:
2162         Use correct return value.
2163         * tests/examples/seek/scrubby.c:
2164         GstClockTime is unsigned, initialise correctly.
2165
2166 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2167
2168         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2169
2170         * gst/typefind/gsttypefindfunctions.c:
2171           Recognise XML files and XML-like files shorter than 256 bytes as
2172           well (fixes #359237).
2173
2174 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2175
2176         Patch by: Renato Filho <renato.filho@indt.org.br>
2177         
2178         * gst/typefind/gsttypefindfunctions.c:
2179         Added typefind functions to video/x-nuv media.
2180         
2181 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2182
2183         * gst-libs/gst/interfaces/xoverlay.c:
2184         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2185           Some more guards against invalid input.
2186
2187 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2188
2189         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2190         Useless goto.
2191         * tests/examples/seek/seek.c: (do_seek),
2192         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2193         seek example to experiment with rates != 1.0 (reverse playback !)
2194
2195 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2196
2197         * gst-libs/gst/interfaces/xoverlay.c:
2198           Unref message in doc-example (spotted by Robert McQueen)
2199
2200 2006-10-06  Wim Taymans  <wim@fluendo.com>
2201
2202         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2203         (mpeg1_parse_header), (mpeg1_sys_type_find):
2204         printf fix.
2205
2206 2006-10-06  Wim Taymans  <wim@fluendo.com>
2207
2208         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2209         (close_pad_link):
2210         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2211         Activate dynamic pads before adding them to the element.
2212
2213 2006-10-06  Michael Smith  <msmith@fluendo.com>
2214
2215         * gst-libs/gst/floatcast/floatcast.h:
2216           Fix obviously-bogus macros; use the correct types.
2217
2218 2006-10-06  Wim Taymans  <wim@fluendo.com>
2219
2220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2221         (gst_base_rtp_depayload_change_state):
2222         Also call parent state change function to activate pads.
2223
2224         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2225         (mpeg1_parse_header), (mpeg1_sys_type_find):
2226         Add some more debug info in mpeg typefinding.
2227
2228 2006-10-06  Michael Smith  <msmith@fluendo.com>
2229
2230         * ext/theora/theoradec.c: (theora_dec_chain):
2231           Zero byte theora packets are valid and well-defined; don't warn on
2232           them.
2233
2234 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2235
2236         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2237         (gst_multi_fd_sink_get_stats), (find_limits),
2238         (gst_multi_fd_sink_queue_buffer):
2239           API: add dropped_buffers to the get-stats GValueArray
2240
2241 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2242
2243         * ext/alsa/gstalsadeviceprobe.c:
2244         (gst_alsa_device_property_probe_get_values):
2245         * ext/alsa/gstalsasink.c: (set_hwparams):
2246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2247         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2249         (gst_ogg_mux_process_best_pad):
2250         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2251         (gst_ogg_parse_chain):
2252         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2253         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2254         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2255         (gst_vorbis_enc_buffer_check_discontinuous):
2256         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2257         * gst-libs/gst/audio/gstbaseaudiosink.c:
2258         (gst_base_audio_sink_render):
2259         * gst-libs/gst/cdda/gstcddabasesrc.c:
2260         (gst_cdda_base_src_handle_track_seek):
2261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2262         (gst_base_rtp_depayload_push_full):
2263         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2264         * gst/audioresample/resample.c: (resample_input_pushthrough):
2265         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2266         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2267         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2268         (wavpack_type_find):
2269         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2270         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2271         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2272         * tests/check/elements/volume.c: (GST_START_TEST):
2273           Printf format fixes.
2274
2275 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2276
2277         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2278           Fix a simple mistake (see the docs)
2279           Fixes #359580
2280
2281 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2282
2283         * docs/plugins/Makefile.am:
2284         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2285         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2286         * docs/plugins/gst-plugins-base-plugins.args:
2287         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2288         * docs/plugins/inspect/plugin-adder.xml:
2289         * docs/plugins/inspect/plugin-alsa.xml:
2290         * docs/plugins/inspect/plugin-audioconvert.xml:
2291         * docs/plugins/inspect/plugin-audiorate.xml:
2292         * docs/plugins/inspect/plugin-audioresample.xml:
2293         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2294         * docs/plugins/inspect/plugin-cdparanoia.xml:
2295         * docs/plugins/inspect/plugin-decodebin.xml:
2296         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2297         * docs/plugins/inspect/plugin-gdp.xml:
2298         * docs/plugins/inspect/plugin-gnomevfs.xml:
2299         * docs/plugins/inspect/plugin-libvisual.xml:
2300         * docs/plugins/inspect/plugin-ogg.xml:
2301         * docs/plugins/inspect/plugin-pango.xml:
2302         * docs/plugins/inspect/plugin-playbin.xml:
2303         * docs/plugins/inspect/plugin-subparse.xml:
2304         * docs/plugins/inspect/plugin-tcp.xml:
2305         * docs/plugins/inspect/plugin-theora.xml:
2306         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2307         * docs/plugins/inspect/plugin-video4linux.xml:
2308         * docs/plugins/inspect/plugin-videorate.xml:
2309         * docs/plugins/inspect/plugin-videoscale.xml:
2310         * docs/plugins/inspect/plugin-videotestsrc.xml:
2311         * docs/plugins/inspect/plugin-volume.xml:
2312         * docs/plugins/inspect/plugin-vorbis.xml:
2313         * docs/plugins/inspect/plugin-ximagesink.xml:
2314         * docs/plugins/inspect/plugin-xvimagesink.xml:
2315           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2316
2317 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2318
2319         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2320
2321         * ext/vorbis/Makefile.am:
2322         * ext/vorbis/vorbis.c: (plugin_init):
2323         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2324         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2325         * ext/vorbis/vorbisparse.h:
2326         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2327         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2328         (gst_vorbis_tag_parse_packet):
2329         * ext/vorbis/vorbistag.h:
2330           Add new vorbistag element which derives from vorbisparse
2331           and is essentially the same as well, only that it implements
2332           the GstTagSetter interface and can modify the stream's
2333           vorbiscomment on the fly (#335635).
2334
2335         * tests/check/Makefile.am:
2336         * tests/check/elements/.cvsignore:
2337         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2338         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2339         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2340         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2341           Add unit test for new vorbistag element.
2342
2343 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2344
2345         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2346         (vorbis_parse_push_headers), (vorbis_parse_chain):
2347           Set BOS flag in packet structure to fix 'jump depends
2348           on unitialized value' errors in valgrind; various minor
2349           clean-ups.
2350
2351 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2352
2353         * gst/playback/gstdecodebin.c: (close_pad_link):
2354         Fix typo in a debug statement.
2355
2356         * gst/playback/gstplaybasebin.c: (probe_triggered),
2357         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2358         (gen_source_element), (source_new_pad), (analyse_source),
2359         (setup_source):
2360         When handling no_more_pads in new_decoded_pad, make sure to treat
2361         subtitle pads correctly. Fixes playback with subtitle files.
2362
2363         Move a recurring message to LOG level.
2364
2365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2366         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2367         which ends up as -1 when cast to an int. Make the logic handle the
2368         max value as an unsigned mask and only change the colorkey when it's
2369         a value we recognise.
2370
2371 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2372
2373         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2374         Removed empty * between paragraphs
2375
2376 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2377
2378         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2379         * gst-libs/gst/rtp/README:
2380         Moved some documentation into .c file
2381
2382 2006-09-29  Wim Taymans  <wim@fluendo.com>
2383
2384         * gst/playback/gstdecodebin.c: (no_more_pads):
2385         Fix compilation.
2386
2387 2006-09-29  Wim Taymans  <wim@fluendo.com>
2388
2389         * gst/playback/gstdecodebin.c: (new_caps):
2390         Remove g_print
2391
2392         * gst/playback/gstplaybin.c:
2393         Add some docs.
2394
2395 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2396
2397         * tests/check/Makefile.am:
2398           Re-enable cddabasesrc test to see if it works again
2399           now.
2400
2401 2006-09-29  Wim Taymans  <wim@fluendo.com>
2402
2403         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2404         (gen_source_element):
2405         Handle invalid URIs a bit more gracefully.
2406
2407 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2408
2409         * tests/check/pipelines/oggmux.c:
2410           Remove obsolete comment.
2411
2412 2006-09-29  Michael Smith  <msmith@fluendo.com>
2413
2414         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2415         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2416         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2417         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2418         (gst_ogg_mux_collected):
2419           Commit patch from James "Doc" Livingston, adds proper EOS handling
2420           in oggmux. GStreamer can, for the first time ever, create a valid
2421           Ogg file! Yay!
2422
2423         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2424         (oggmux_suite):
2425           Reenable tests now that they pass.
2426
2427 2006-09-29  Wim Taymans  <wim@fluendo.com>
2428
2429         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2430         Stop reading commands when EOF (we read 0) as well.
2431
2432 2006-09-28  Wim Taymans  <wim@fluendo.com>
2433
2434         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2435         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2436         (find_dynamic), (unlinked), (close_link):
2437         Implement delayed caps linking needed for element with a lot of
2438         different caps on the src pads that get fixed at runtime.
2439         Improve management of dynamic elements.
2440
2441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2442         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2443         (gen_preroll_element), (remove_groups), (unknown_type),
2444         (add_element_stream), (no_more_pads_full), (no_more_pads),
2445         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2446         (new_decoded_pad), (setup_subtitle), (array_has_value),
2447         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2448         (analyse_source), (remove_decoders), (make_decoder),
2449         (remove_source), (setup_source), (finish_source), (prepare_output),
2450         (gst_play_base_bin_change_state):
2451         * gst/playback/gstplaybasebin.h:
2452         Use more _CAST instead of full type checking casts.
2453         Small cleanups, plug some leaks.
2454         Handle dynamic sources.
2455         Add some helper functions to create lists of strings used for
2456         blacklisting and other stuff.
2457         Refactor some code dealing with analysing the source.
2458         Re-enable sources without pads (like cd:// or other selfcontained
2459         elements).
2460
2461 2006-09-28  Wim Taymans  <wim@fluendo.com>
2462
2463         * gst-libs/gst/audio/gstbaseaudiosink.c:
2464         (gst_base_audio_sink_render):
2465         When we have a timestamp, we can still perform clipping.
2466         When we have no clock, we must play the sample ASAP.
2467
2468 2006-09-28  Wim Taymans  <wim@fluendo.com>
2469
2470         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2471         Set caps on outgoing buffers.
2472
2473         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2474         (gst_video_rate_event), (gst_video_rate_chain):
2475         * gst/videorate/gstvideorate.h:
2476         Fix videorate some more. Fixes #357977
2477
2478 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2479
2480         * tests/check/elements/adder.c: (adder_suite):
2481           Don't set timeout to 6 seconds when we're running
2482           in valgrind ... (and how is 6 seconds longer than
2483           the default anyway?)
2484
2485 2006-09-28  Wim Taymans  <wim@fluendo.com>
2486
2487         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2488         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2489         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2490         Keep sink and src segment to keep track of time and support more
2491         input formats.
2492         Fix bogus next_offset and run_time calculation, don't understand how
2493         this could have worked before. Fixes #357976.
2494         Remove some unneeded vars.
2495
2496 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2497
2498         * gst/playback/gstplaybin.c: (remove_sinks):
2499           Only remove visualisation from visbin if there is a visbin (or:
2500           don't throw warnings when closing totem without playing a file).
2501
2502 2006-09-27  Wim Taymans  <wim@fluendo.com>
2503
2504         * gst-libs/gst/audio/gstbaseaudiosink.c:
2505         (gst_base_audio_sink_render):
2506         Add some more info in a WARNING.
2507
2508         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2509         (gst_base_audio_src_create):
2510         Handle PAUSE in create function, use new -core addition to
2511         wait for playing. Fixes pausing and resuming capture from an
2512         audiosrc.
2513
2514         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2515         (gst_ring_buffer_read):
2516         Constify some more.
2517         Caller supports interrupted reads now.
2518
2519 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2520
2521         * tests/check/Makefile.am:
2522           Another attempt to make the gen64 buildbot happy.
2523
2524 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2525
2526         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2527
2528         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2529         (gst_visual_chain), (gst_visual_change_state):
2530           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2531           correctly. Fixes #357800
2532
2533 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2534
2535         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2536           Add timeout to _get_state() so we see which pipeline it is
2537           that causes trouble on the gen64 build bot.
2538
2539 2006-09-27  Wim Taymans  <wim@fluendo.com>
2540
2541         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2542         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2543         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2544         (gst_base_rtp_depayload_set_gst_timestamp):
2545         the source pad always uses fixed caps.
2546
2547 2006-09-27  Wim Taymans  <wim@fluendo.com>
2548
2549         * docs/libs/gst-plugins-base-libs-docs.sgml:
2550         * docs/libs/gst-plugins-base-libs-sections.txt:
2551         * gst-libs/gst/audio/gstaudioclock.c:
2552         * gst-libs/gst/audio/gstaudioclock.h:
2553         * gst-libs/gst/audio/gstaudiosink.c:
2554         * gst-libs/gst/audio/gstaudiosink.h:
2555         * gst-libs/gst/audio/gstaudiosrc.c:
2556         * gst-libs/gst/audio/gstbaseaudiosink.c:
2557         (gst_base_audio_sink_render):
2558         * gst-libs/gst/audio/gstbaseaudiosink.h:
2559         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2560         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2561         * gst-libs/gst/audio/gstringbuffer.h:
2562         Added docs for the audio libs.
2563
2564 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2565
2566         * tests/check/Makefile.am:
2567           Temporarily disable test that fails on the bots for unknown reasons.
2568
2569 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2570
2571         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2572         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2573         Moved AudioCodecType into priv
2574         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2575
2576 2006-09-25  Wim Taymans  <wim@fluendo.com>
2577
2578         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2579         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2580         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2581         (new_pad):
2582         Cleanups and small leak fixes.
2583         Added Depayloaders to valid list of autopluggable elements.
2584
2585 2006-09-25  Wim Taymans  <wim@fluendo.com>
2586
2587         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2588         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2589         (gen_video_element), (gen_text_element), (gen_audio_element),
2590         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2591         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2592         Detect NO_PREROLL state change returns and disable clock distribution to
2593         the sinks so that sync is disabled.
2594         Avoid some type checking and do simple casts instead.
2595         Small cleanups, fix some FIXMEs.
2596         Be more robust when linking user specified elements, catch an report
2597         errors. Fixes #357404.
2598         Fix some leaks in the error paths.
2599
2600 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2601
2602         * ChangeLog:
2603           ChangeLog surgery for missing bug-number
2604
2605 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2606
2607         Patch by: Peter Kjellerstedt  <pkj at axis com>
2608
2609         * gst/playback/test.c:
2610           Fix compilation with uClibc and -Werror (#357591).
2611
2612 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2613
2614         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2615           Parse dates that are followed by a time as well (#357532).
2616
2617         * tests/check/libs/tag.c: (test_vorbis_tags):
2618           Add unit test for this.
2619
2620 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2623         (gst_audio_convert_transform_caps):
2624         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2625         * gst/videotestsrc/videotestsrc.h:
2626           A few array const-ifications.
2627
2628 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2629
2630         * tests/check/Makefile.am:
2631           See if this makes the build bots happy.
2632
2633         * tests/check/libs/cddabasesrc.c:
2634           UTF8-ise my name.
2635
2636 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2637
2638         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2639
2640         * gst/subparse/samiparse.c: (handle_start_font),
2641         (fix_invalid_entities):
2642           More case-insensitivity for certain tags; recognise entities with
2643           decimal codes as special entities as well (#357330).
2644
2645 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2646
2647         * gst-libs/gst/Makefile.am:
2648           Need to build tag directory before cdda.
2649
2650 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2651
2652         * docs/libs/gst-plugins-base-libs-sections.txt:
2653         * gst-libs/gst/cdda/Makefile.am:
2654         * gst-libs/gst/cdda/gstcddabasesrc.c:
2655         (gst_cdda_base_src_base_init):
2656         * gst-libs/gst/cdda/gstcddabasesrc.h:
2657         * gst-libs/gst/tag/tag.h:
2658         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2659         (gst_tag_register_musicbrainz_tags):
2660           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2661           depend on libgsttag. This is required so we can extract/read tags like
2662           DISCID without depending on libgstcddabasesrc (which used to register
2663           them).
2664
2665         * gst-libs/gst/tag/gstvorbistag.c:
2666           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2667           tags (also see #347848).
2668
2669         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2670           Log vorbis comments we are actually writing. Const-ify array.
2671
2672 2006-09-23  Wim Taymans  <wim@fluendo.com>
2673
2674         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2675         Improve buffering a bit by avoiding a deadlock because we cannot assume
2676         the underrun is always called.
2677
2678 2006-09-23  Wim Taymans  <wim@fluendo.com>
2679
2680         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2681
2682         * gst-libs/gst/riff/riff-ids.h:
2683         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2684         (gst_riff_create_audio_template_caps):
2685         Added MPEG-4 AAC and id and caps. Fixes #357289
2686         Added WMA9 Lossless id.
2687
2688 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2689
2690         * ext/gnomevfs/gstgnomevfssrc.c:
2691           Fix misleading docs addition.
2692
2693         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2694           Get rid of compiler warning the right way.
2695
2696 2006-09-22  Wim Taymans  <wim@fluendo.com>
2697
2698         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2699         (gst_base_rtp_depayload_finalize),
2700         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2701         (gst_base_rtp_depayload_push_full),
2702         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2703         (gst_base_rtp_depayload_process),
2704         (gst_base_rtp_depayload_set_gst_timestamp),
2705         (gst_base_rtp_depayload_queue_release):
2706         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2707         Small cleanups.
2708         Fix some leaks.
2709         Refactored the process method and added methods to push from the process
2710         vmethod.
2711         Use _scale functions.
2712         API: gst_base_rtp_depayload_push_ts
2713         API: gst_base_rtp_depayload_push
2714
2715         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2716         timestamps are uint.
2717
2718 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2719
2720         * gst-libs/gst/interfaces/xoverlay.c:
2721           Remove unused statement from doc example.
2722
2723 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2724
2725         * gst-libs/gst/interfaces/videoorientation.c:
2726         (gst_video_orientation_iface_init),
2727         (gst_video_orientation_get_hflip),
2728         (gst_video_orientation_get_vflip),
2729         (gst_video_orientation_get_hcenter),
2730         (gst_video_orientation_get_vcenter),
2731         (gst_video_orientation_set_hflip),
2732         (gst_video_orientation_set_vflip),
2733         (gst_video_orientation_set_hcenter),
2734         (gst_video_orientation_set_vcenter):
2735           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2736           in ChangeLog)
2737
2738 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2739
2740         * tests/check/Makefile.am:
2741         * tests/check/elements/.cvsignore:
2742         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2743         (create_rgb_conversions), (rgb_conversion_free),
2744         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2745         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2746           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2747           but disable for now since it doesn't pass (something wrong with
2748           RGBA somewhere).
2749
2750 2006-09-21  Wim Taymans  <wim@fluendo.com>
2751
2752         * gst/playback/gstplaybasebin.c: (group_commit),
2753         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2754         (queue_out_of_data), (gen_preroll_element),
2755         (preroll_remove_overrun), (probe_triggered):
2756         Refactor handling of overrun detection.
2757         Separate handling of group completion and deadlock detection when doing
2758         network buffering. This should fix some deadlocks that were not detected
2759         because the group was completed.
2760         Add more comments, improve debugging.
2761
2762 2006-09-21  Wim Taymans  <wim@fluendo.com>
2763
2764         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2765         * tests/check/libs/audio.c:
2766         Some more compilation fixes.
2767
2768 2006-09-21  Wim Taymans  <wim@fluendo.com>
2769
2770         * gst-libs/gst/audio/gstringbuffer.c:
2771         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2772         (gst_ring_buffer_read):
2773         Early morning compilation fix.
2774
2775 2006-09-20  Wim Taymans  <wim@fluendo.com>
2776
2777         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2778         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2779         * tests/check/elements/videorate.c: (GST_START_TEST):
2780         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2781         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2782         Fix some warnings.
2783
2784 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2785
2786         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2787         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2788         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2789           Handcrafted merge to help CVS understanding what I changed and what
2790           not.
2791
2792 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2793
2794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2795         (gst_xvimagesink_get_times):
2796           change colorkey behaviour back according to #354773 comment 6/7
2797
2798 2006-09-19  Michael Smith  <msmith@fluendo.com>
2799
2800         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2801         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2802         (gst_multi_fd_sink_recover_client),
2803         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2804         (gst_multi_fd_sink_get_property):
2805         * gst/tcp/gstmultifdsink.h:
2806           Implement stubbed out properties unit-type, units-soft-max,
2807           units-max, to allow specifying maximum sizes in units other than
2808           buffers.
2809           Fixes #355935
2810
2811 2006-09-19  Wim Taymans  <wim@fluendo.com>
2812
2813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2814         (gst_riff_create_audio_template_caps):
2815         Reorder the audio formats a bit for clarity.
2816         Detect and create caps for MSGSM and MSN (WAV49).
2817         Fixes #356596.
2818
2819         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2820         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2821         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2822         Small cleanups, move error handling out of normal flow for clarity.
2823
2824 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2825
2826         * docs/libs/gst-plugins-base-libs-docs.sgml:
2827         * docs/libs/gst-plugins-base-libs.types:
2828         * gst-libs/gst/interfaces/Makefile.am:
2829         * gst-libs/gst/interfaces/videoorientation.c:
2830         (gst_video_orientation_get_type),
2831         (gst_video_orientation_iface_init),
2832         (gst_video_orientation_get_hflip),
2833         (gst_video_orientation_get_vflip),
2834         (gst_video_orientation_get_hcenter),
2835         (gst_video_orientation_get_vcenter),
2836         (gst_video_orientation_set_hflip),
2837         (gst_video_orientation_set_vflip),
2838         (gst_video_orientation_set_hcenter),
2839         (gst_video_orientation_set_vcenter):
2840         * gst-libs/gst/interfaces/videoorientation.h:
2841           API: Add new interface to control video orientation (fixes #354908)
2842
2843 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2844
2845         * gst/videotestsrc/gstvideotestsrc.c:
2846           Use G_UNLIKELY in _create and log one more detail.
2847           
2848         (gst_video_test_src_get_times), (gst_video_test_src_create):
2849         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2850           Use gst_util_uint64_scale_int in _get_times().
2851
2852 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2853
2854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2855           Give better warning message (add object and detail).
2856
2857 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2858
2859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2860         (gst_xvimagesink_get_times):
2861           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2862           #354773), use gst_util_uint64_scale_int in _get_times()
2863
2864 2006-09-18  Michael Smith  <msmith@fluendo.com>
2865
2866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2867           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2868           always true, leading to dropping all timestamps.
2869
2870 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2871
2872         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2873         (gst_visual_chain), (gst_visual_change_state):
2874           update to work also with libvisual 0.4 API, fix double unref (#355914)
2875           
2876         * tools/gst-launch-ext.1.in:
2877         * tools/gst-visualise.1.in:
2878           remove references to old man-pages
2879
2880         * tests/examples/seek/seek.c: (main):
2881           add real meadi-buttons, add tool-tips for the seek-options, arrange
2882           seek options in a table
2883
2884 2006-09-18  Michael Smith  <msmith@fluendo.com>
2885
2886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2887         (gst_ogg_mux_push_buffer):
2888           Don't generate out-of-order timestamps from oggmux, instead clamp
2889           output timestamps to be >= the previously output ts.
2890           Fixes #355595
2891
2892 2006-09-18  Michael Smith  <msmith@fluendo.com>
2893
2894         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2895         (gst_multi_fd_sink_class_init):
2896           Updates, fixes, and typo corrections for multifdsink. No functional
2897           changes.
2898
2899 2006-09-17  Michael Smith  <msmith@fluendo.com>
2900
2901         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2902           Don't crash on truncated files - check that we got an 8 byte buffer
2903           before trying to memcmp it.
2904
2905 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2906
2907         * gst/playback/gstplaybasebin.c: (get_active_source):
2908           Make stream-switching appear instant to the application
2909           (ie. make sure that a g_object_get on 'current-foo' returns
2910           the stream previously set with g_object_set(). Totem needs
2911           this to update stream-related meta-info (like audio-codec)
2912           correctly when switching streams.
2913
2914 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2915
2916         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2917         (gst_alsa_mixer_ensure_track_list):
2918           Try harder to guess which mixer track is the master mixer
2919           track (instead of just taking the first one that has a pvolume).
2920           Fixes #342228.
2921
2922 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2923
2924         reviewed by: <delete if not using a buddy>
2925
2926         * gst-libs/gst/audio/audio.h:
2927         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2928
2929 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2930
2931         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2932         (gst_audio_convert_transform_caps):
2933           Get structure-name just once.
2934
2935 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2936
2937         * tests/check/elements/audioresample.c: (GST_START_TEST):
2938         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2939         * tests/check/elements/volume.c: (GST_START_TEST):
2940         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2941         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2942         (test_pipeline), (GST_START_TEST):
2943         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2944         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2945           Fix big batch of compiler warnings.
2946
2947 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2948
2949         * ext/gnomevfs/gstgnomevfssrc.c:
2950           Add docs about icydemux usage in connection with gnomevfssrc
2951
2952         * ext/libvisual/visual.c:
2953         * ext/ogg/gstoggaviparse.c:
2954         * ext/ogg/gstoggdemux.c:
2955         * ext/ogg/gstoggmux.c:
2956         * ext/ogg/gstoggparse.c:
2957         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2958         * gst-libs/gst/audio/gstaudiosink.c:
2959         * gst-libs/gst/audio/gstaudiosrc.c:
2960         * gst/audiorate/gstaudiorate.c:
2961           More G_OBJECT macro fixing.
2962
2963         * gst/audiotestsrc/gstaudiotestsrc.h:
2964           Fix wrong info in header due to copy & paste
2965
2966 2006-09-15  Wim Taymans  <wim@fluendo.com>
2967
2968         * gst-libs/gst/audio/gstbaseaudiosink.c:
2969         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2970         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2971         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2972         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2973         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2974         Do the delay calculation in the source/sink base classes as this is
2975         specific for the capture/playback mode.
2976         Try to fixate a bit better, like round depth up to a multiple of 8
2977         bigger than width.
2978         Handle underruns correctly by marking DISCONT on buffers and adjusting
2979         timestamps to handle the gap.
2980         Set offset/offset_end correctly on buffers.
2981
2982         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2983         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2984         (gst_ring_buffer_read):
2985         Remove resync and underrun recovery from the ringbuffer.
2986         Fix ringbuffer read code on under/overrun.
2987
2988 2006-09-15  Wim Taymans  <wim@fluendo.com>
2989
2990         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2991         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2992         (queue_threshold_reached), (gst_play_base_bin_set_property),
2993         (gst_play_base_bin_get_property):
2994         * gst/playback/gstplaybasebin.h:
2995         Don't use a 0 low watermark when buffering, it is catching starvation
2996         way too late. Instead, use a 3 second queue with 30 and 95
2997         percent low/high watermarks. 
2998         Added queue-min-threshold property to configure low watermark.
2999         Use new _buffering message API.
3000         Make queue_threshold variable big enough to store a uint64 time value.
3001         API: playbin::queue-min-threshold property.
3002
3003 2006-09-15  Wim Taymans  <wim@fluendo.com>
3004
3005         * configure.ac:
3006         We require 0.10.10.1 now because of _wait_preroll().
3007
3008         * gst-libs/gst/audio/gstbaseaudiosink.c:
3009         (gst_base_audio_sink_render):
3010         Use gst_base_sink_wait_preroll().
3011
3012 2006-09-15  Wim Taymans  <wim@fluendo.com>
3013
3014         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3015         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3016         Use DEBUG_OBJECT more.
3017
3018 === release 0.10.10 ===
3019
3020 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3021
3022         patch by: Michael Smith <msmith at fluendo dot com>
3023
3024         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3025         (gst_multi_fd_sink_client_queue_buffer),
3026         (gst_multi_fd_sink_new_client):
3027         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3028         (multifdsink_suite):
3029           Fix implementation of sync-method 'next-keyframe'
3030           Closes #354594
3031
3032 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3033
3034         patch by: Wim Taymans <wim at fluendo dot com>
3035
3036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3037         This patch removes the RANDOM flag that was incorrectly introduced with
3038         revision 1.91.  Fixes #354590
3039
3040 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3041
3042         * tests/check/Makefile.am:
3043           Random variation in Makefile line to see if it makes the
3044           gen64-base-full bot any happier.
3045
3046 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3047
3048         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3049           Disable test that fails at the moment (killed after timeout).
3050
3051 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3052
3053         Patch by: James Livingston  <doclivingston at gmail.com>
3054
3055         * tests/check/Makefile.am:
3056         * tests/check/pipelines/.cvsignore:
3057         * tests/check/pipelines/oggmux.c: (get_page_codec),
3058         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3059         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3060         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3061         (test_theora_vorbis), (oggmux_suite):
3062           Add simple unit test for oggmux from #337026 with checking for the
3063           EOS flags disabled for the time being.
3064
3065 2006-09-04  Wim Taymans  <wim@fluendo.com>
3066
3067         patch by: Alessandro Dessina <alessandro nnva org>
3068
3069         * ext/ogg/gstoggmux.c:
3070         Add cmml caps to oggmux. Fixes #353912
3071
3072 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3073
3074         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3075           Returning a return value often helps. In this case, we
3076           don't need the return value anyway, so just get rid of it.
3077           Should make build bots much happier.
3078
3079 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3080
3081         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3082         (paint_get_structure), (gst_video_test_src_get_size),
3083         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3084         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3085         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3086         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3087         * gst/videotestsrc/videotestsrc.h:
3088           Add support for AYUV and the various RGBA formats. Initialise
3089           fields of paintinfo structs allocated on the stack.
3090
3091         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3092         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3093         (check_rgb_buf), (videotestsrc_suite):
3094           Add unit tests for videotestsrc's RGB output.
3095
3096 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3097
3098         * gst/videotestsrc/gstvideotestsrc.c:
3099         (gst_video_test_src_pattern_get_type),
3100         (gst_video_test_src_set_pattern):
3101         * gst/videotestsrc/gstvideotestsrc.h:
3102         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3103         (gst_video_test_src_black), (gst_video_test_src_white),
3104         (gst_video_test_src_red), (gst_video_test_src_green),
3105         (gst_video_test_src_blue):
3106         * gst/videotestsrc/videotestsrc.h:
3107           Add more uni-colour patterns ("white", "red", "green", and "blue").
3108
3109 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3110
3111         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3112           Fix stride for YVYU, should be word-aligned (#353658).
3113
3114 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3115
3116         * gst/adder/gstadder.c: (gst_adder_src_event):
3117           Fix build.
3118
3119 2006-08-31  Edward Hervey  <edward@fluendo.com>
3120
3121         * gst/adder/gstadder.c: (forward_event_func),
3122         (gst_adder_src_event), (gst_adder_collected),
3123         (gst_adder_change_state):
3124         * gst/adder/gstadder.h:
3125         Remember the start position asked in the incoming seeks, so we can
3126         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3127         of assuming it will always be 0).
3128
3129 2006-08-31  Edward Hervey  <edward@fluendo.com>
3130
3131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3132         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3133         (gst_ogg_demux_loop):
3134         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3135
3136 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3137
3138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3139         (gst_ffmpegcsp_get_unit_size):
3140           Return FALSE instead of returning a random false unit
3141           size when the format isn't known/supported (even if
3142           this shouldn't happen under normal circumstances).
3143
3144 2006-08-29  Wim Taymans  <wim@fluendo.com>
3145
3146         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3149         (gst_gnome_vfs_src_start):
3150         Try harder to get the size from a uri by using _info_uri() when
3151         _info_from_handle() does not give us enough info. 
3152         Also follow symlinks when getting the size.
3153         Partially Fixes #332864.
3154
3155 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3158
3159         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3160         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3161         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3162         (gst_alsa_mixer_set_record):
3163         * ext/alsa/gstalsamixertrack.c:
3164         (gst_alsa_mixer_track_update_alsa_capabilities),
3165         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3166         (gst_alsa_mixer_track_update):
3167         * ext/alsa/gstalsamixertrack.h:
3168           Improve and fix mixer track handling, in particular better handling
3169           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3170           separate track objects for tracks that have both capture and playback
3171           volume (and label them differently as well so they're not mistakenly
3172           assumed to be duplicates); classify mixer tracks that only affect
3173           the audible volume of something (rather than the capture volume)
3174           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3175           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3176           (following the meaning documented in the mixer interface header
3177           file); add support for alsa's exclusive cswitch groups; update/sync
3178           state/flags better if mixer settings are changed by another
3179           application. Fixes #336075.
3180
3181 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3182
3183         * gst/playback/gstplaybin.c:
3184           Improve docs: add section about BUFFERING messages sent by playbin.
3185
3186 2006-08-29  Michael Smith  <msmith@fluendo.com>
3187
3188         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3189         (gst_vorbis_enc_buffer_check_discontinuous),
3190         (gst_vorbis_enc_chain):
3191           Ignore explicit DISCONT marked on buffers (which is often spurious,
3192           particularly when using multiple segments), in favour of solely
3193           using the timestamps/durations.
3194
3195 2006-08-29  Edward Hervey  <edward@fluendo.com>
3196
3197         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3198         Don't rely on incoming buffers offset anymore, since it is completely
3199         broken when using multiple segments.
3200         Instead convert the incoming buffers timestamp to running time, and
3201         then convert that value to the offsets.
3202         Also inform GstSegment of the last outputted stop position, which is
3203         needed if we received several segments with an unknown stop value.
3204
3205 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3206
3207         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3208           fix buffer unreffing on a header push failure
3209
3210 2006-08-28  Wim Taymans  <wim@fluendo.com>
3211
3212         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3213         (gst_audio_rate_chain):
3214         Make the metadata of the buffer writable before changing its
3215         flags.
3216
3217 2006-08-28  Wim Taymans  <wim@fluendo.com>
3218
3219         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3220         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3221         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3222         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3223         Fix audiorate some more.
3224         Reset and resync counters on flush and READY.
3225         Handle the DISCONT flag correctly.
3226         Use GstSegment to track position.
3227         Fail when not negotiated.
3228         Fixes #353234.
3229
3230 2006-08-25  Michael Smith  <msmith@fluendo.com>
3231
3232         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3233           Fix spelling.
3234           Remove accidently included debug line.
3235
3236 2006-08-25  Wim Taymans  <wim@fluendo.com>
3237
3238         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3239         Small cleanups.
3240         If a buffer is received with no caps, make the buffer metadata
3241         writable and set the caps, making sure that we don't screw up the
3242         refcounts.
3243
3244 2006-08-25  Michael Smith  <msmith@fluendo.com>
3245
3246         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3247         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3248           Fix memory leaks and misleading debug messages, add a couple of
3249           comments.
3250
3251         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3252         (gst_multi_fd_sink_render):
3253           Do not use gst_buffer_make_writable() in a basesink render method,
3254           as it may incorrectly unref the buffer. Instead, use convoluted
3255           dance to avoid copying the buffer except when we need to.
3256
3257 2006-08-25  Michael Smith  <msmith@fluendo.com>
3258
3259         * ext/vorbis/vorbisenc.c:
3260         (gst_vorbis_enc_buffer_check_discontinuous):
3261           Allow very small discontinuities in the timestamps. These we can't
3262           do anything useful with anyway (because vorbis's timestamps have
3263           only sample granularity), and are commonly produced by elements with
3264           minor bugs. Allow up to 1/2 a sample out.
3265           Fixes #351742.
3266
3267 2006-08-24  Wim Taymans  <wim@fluendo.com>
3268
3269         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3270         (play_scrub_toggle_cb), (main):
3271         Add a checkbox to enable play scrubbing. Makes it possible to disable
3272         normal scrubbing.
3273
3274 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3275
3276         * tests/check/elements/.cvsignore:
3277           make buildbot happy
3278
3279 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3282         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3283         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3284         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3285         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3286         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3287         (gst_ogm_text_parse_strip_trailing_zeroes),
3288         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3289         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3290           Refactor ogm parse, do better input checking, misc. clean-ups.
3291           Cache incoming events and push them once the source pad has
3292           been created. Don't pass unterminated strings to sscanf().
3293           Strip trailing zeroes from subtitle text output, since they
3294           are not valid UTF-8. Don't push vorbiscomment packets on
3295           the subtitle text pad. Output perfect streams if possible.
3296
3297 2006-08-23  Wim Taymans  <wim@fluendo.com>
3298
3299         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3300         Waits for tasks to settle down so that we clean up correctly for 
3301         valgrind.
3302
3303 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3304
3305         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3306           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3307           actually return return value in taglists_are_equal.
3308
3309 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3310
3311         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3312           Fix crash due to broken bitstream parsing on x86-64: can't make
3313           any assumptions about sizeof(struct) due to alignment/packing
3314           differences on different architectures. Fixes #351790.
3315
3316 2006-08-22  Wim Taymans  <wim@fluendo.com>
3317
3318         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3319         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3320         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3321         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3322         (gst_riff_parse_info):
3323         Protect public functions against bad input.
3324         Do some cleanups.
3325         Fix documentation.
3326
3327 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3328
3329         * gst-libs/gst/riff/riff-ids.h:
3330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3331           Add voxware audio IDs (even if we can't play it) (#351795).
3332
3333 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3334
3335         * gst-libs/gst/riff/riff-media.c:
3336         (gst_riff_create_video_template_caps),
3337         (gst_riff_create_audio_template_caps),
3338         (gst_riff_create_iavs_template_caps):
3339           Const-ify some arrays and use G_N_ELEMENTS instead
3340           of wasting oodles of RAM on terminator bits.
3341
3342 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3343
3344         * gst-libs/gst/tag/gstvorbistag.c:
3345         (gst_tag_list_to_vorbiscomment_buffer):
3346         * tests/check/libs/tag.c: (GST_START_TEST):
3347           And the same for _to_vorbiscomment_buffer(): allow
3348           id_data_len == 0 for speex.
3349
3350 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3351
3352         * configure.ac:
3353         * docs/plugins/Makefile.am:
3354         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3355         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3356         * docs/plugins/inspect/plugin-gdp.xml:
3357         * gst/gdp/Makefile.am:
3358         * tests/check/Makefile.am:
3359           Move GDP plugin to -base from -bad.  Closes #347783.
3360
3361 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3362
3363         * gst-libs/gst/tag/gstvorbistag.c:
3364         (gst_tag_list_from_vorbiscomment_buffer):
3365           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3366           Also add some checks to make sure we don't memcmp() beyond the end of
3367           vorbiscomment buffer if the ID to check for is larger than the buffer.
3368
3369         * tests/check/libs/tag.c: (GST_START_TEST):
3370           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3371
3372 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3373
3374         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3375         (gst_vorbis_enc_set_metadata):
3376           Use vorbis comment utility functions from libgsttag
3377           instead of re-inventing the wheel (partially fixes #347091).
3378
3379 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3380
3381         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3382         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3383         as some that won't.
3384
3385 2006-08-21  Wim Taymans  <wim@fluendo.com>
3386
3387         * docs/libs/Makefile.am:
3388         * docs/libs/gst-plugins-base-libs-sections.txt:
3389         * docs/libs/gst-plugins-base-libs.types:
3390         Don't try to GObject scan the netbuffer as it's not a GObject.
3391         Fixes #351308.
3392
3393         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3394         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3395         Document GstNetBuffer.
3396
3397 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3398
3399         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3400         (audioconvert_suite):
3401           Add testcase for caps-size-explosion
3402
3403 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3404
3405         * gst/audioconvert/gstaudioconvert.c:
3406         (gst_audio_convert_get_unit_size), (set_structure_widths):
3407           Lower debug, use g_assert in _get_unit_size
3408
3409         * gst/audioresample/gstaudioresample.c:
3410         (audioresample_get_unit_size):
3411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3412         (gst_ffmpegcsp_get_unit_size):
3413         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3414           use g_assert in _get_unit_size
3415
3416 2006-08-18  Wim Taymans  <wim@fluendo.com>
3417
3418         * docs/libs/gst-plugins-base-libs-sections.txt:
3419         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3420         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3421         (gst_rtp_buffer_get_payload_buffer):
3422         * gst-libs/gst/rtp/gstrtpbuffer.h:
3423         Document GstRTPBuffer.
3424         Added function to efficiently strip payload headers.
3425         API: gst_rtp_buffer_get_payload_subbuffer()
3426
3427 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3428
3429         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3430         (gst_tag_to_vorbis_comments):
3431           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3432           tags and deserialise them properly as well (#347091).
3433           Add some more gtk-doc blurbs and also some g_return_if_fail().
3434
3435         * tests/check/libs/tag.c: (GST_START_TEST),
3436         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3437           More tests.
3438
3439 2006-08-17  Wim Taymans  <wim@fluendo.com>
3440
3441         * ext/ogg/Makefile.am:
3442         * ext/ogg/gstogg.c: (plugin_init):
3443         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3444         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3445         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3446         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3447         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3448         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3449         Added ogg-in-avi parser element. Fixes #140139.
3450
3451         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3452         Fixed a bug in oggdemux debug code.
3453
3454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3455         (gst_riff_create_audio_template_caps):
3456         Recognise Ogg in the AVI extensible wave format.
3457
3458 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3459
3460         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3461           Make buffer durations add up (duration should be next_ts-ts for
3462           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3463           from CVS.
3464
3465         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3466         (test_buffer_timestamps), (cddabasesrc_suite):
3467           Add unit test for the above.
3468
3469         * tests/check/Makefile.am:
3470           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3471           to see what happens.
3472
3473 2006-08-16  Wim Taymans  <wim@fluendo.com>
3474
3475         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3476         (gst_alsasink_open):
3477         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3478         (gst_alsasrc_open):
3479         Avoid setting and using a NULL device name.
3480         Print more info when we fail to open a device.
3481
3482 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * docs/libs/gst-plugins-base-libs-sections.txt:
3485         * gst-libs/gst/tag/tag.h:
3486         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3487           API: add gst_tag_parse_extended_comment() (#351426).
3488
3489         * tests/check/Makefile.am:
3490         * tests/check/libs/.cvsignore:
3491         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3492           Add unit test for gst_tag_parse_extended_comment().
3493
3494 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3498           Fix leak (#351502).
3499
3500 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3501
3502         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3503         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3504         * docs/plugins/gst-plugins-base-plugins.args:
3505         * gst/playback/gstplaybin.c:
3506           Document playbin.
3507           
3508         * docs/plugins/inspect/plugin-adder.xml:
3509         * docs/plugins/inspect/plugin-alsa.xml:
3510         * docs/plugins/inspect/plugin-audioconvert.xml:
3511         * docs/plugins/inspect/plugin-audiorate.xml:
3512         * docs/plugins/inspect/plugin-audioresample.xml:
3513         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3514         * docs/plugins/inspect/plugin-cdparanoia.xml:
3515         * docs/plugins/inspect/plugin-decodebin.xml:
3516         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3517         * docs/plugins/inspect/plugin-gnomevfs.xml:
3518         * docs/plugins/inspect/plugin-ogg.xml:
3519         * docs/plugins/inspect/plugin-pango.xml:
3520         * docs/plugins/inspect/plugin-playbin.xml:
3521         * docs/plugins/inspect/plugin-subparse.xml:
3522         * docs/plugins/inspect/plugin-tcp.xml:
3523         * docs/plugins/inspect/plugin-theora.xml:
3524         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3525         * docs/plugins/inspect/plugin-video4linux.xml:
3526         * docs/plugins/inspect/plugin-videorate.xml:
3527         * docs/plugins/inspect/plugin-videoscale.xml:
3528         * docs/plugins/inspect/plugin-videotestsrc.xml:
3529         * docs/plugins/inspect/plugin-volume.xml:
3530         * docs/plugins/inspect/plugin-vorbis.xml:
3531         * docs/plugins/inspect/plugin-ximagesink.xml:
3532         * docs/plugins/inspect/plugin-xvimagesink.xml:
3533           Update to CVS version.
3534
3535 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3536
3537         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3538         (gst_play_bin_set_property), (gst_play_bin_get_property),
3539         (value_list_append_structure_list),
3540         (gst_play_bin_handle_redirect_message),
3541         (gst_play_bin_handle_message):
3542           API: GstPlayBin::connection-speed
3543           Add "connection-speed" property; re-order redirect messages with
3544           multiple redirect locations depending on the minimum bitrate if
3545           that information is available and a connection speed is set
3546           (#350399).
3547
3548 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3549
3550         * gst/playback/gstplaybin.c:
3551           Update max volume to the same value that the volume element uses.
3552
3553 2006-08-14  Wim Taymans  <wim@fluendo.com>
3554
3555         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3556         Less uglyness..
3557
3558 2006-08-14  Wim Taymans  <wim@fluendo.com>
3559
3560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3561         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3562         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3563         Add some more debug info.
3564         Don't crash when a seek failed.
3565         Actually return the result of the seek instead of TRUE.
3566         Ignore multiple BOS pages with the same serial so that we don't create
3567         the same stream multiple times.
3568         Post an error when we fail to do the initial seek.
3569
3570 2006-08-13  Wim Taymans  <wim@fluendo.com>
3571
3572         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3573         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3574         Small code cleanup.
3575
3576         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3577         (gst_alsa_mixer_new):
3578         Remove hack that always set the device to hw:0*.
3579         Properly find the card name for whatever device was configured.
3580         Do some better debugging.
3581         Fixes #350784.
3582
3583         * ext/alsa/gstalsamixerelement.c:
3584         (gst_alsa_mixer_element_set_property),
3585         (gst_alsa_mixer_element_change_state):
3586         Cleanups.
3587         Handle setting of a NULL device name better.
3588
3589 2006-08-11  Wim Taymans  <wim@fluendo.com>
3590
3591         * gst/adder/gstadder.c:
3592         Don't clip float values. Fixes #350900.
3593
3594 2006-08-11  Andy Wingo  <wingo@pobox.com>
3595
3596         * gst/tcp/gsttcp.c: Really fix the build?
3597
3598         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3599         fixes the build.
3600
3601 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3602
3603         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3604           Float caps shouldn't have a "signed" field.
3605
3606 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3607
3608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3609           Implement SEEKING query in its most basic form, so that we can
3610           at least check if we're seekable or not (#350655).
3611
3612 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3613
3614         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3615           The checks here are not even close to anything that would
3616           justify MAXIMUM probability, lowering to POSSIBLE until someone
3617           fixes the checks (case at hand: quicktime redirection files
3618           might start with 00 00 01 XX and pass the checks here just
3619           fine, see #350399).
3620
3621 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3622
3623         Patch by: Sjoerd Simons  <sjoerd at luon net>
3624
3625         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3626           Better detection for multipart/x-mixed-replace: accept leading
3627           whitespaces before the boundary marker as well (as our very own
3628           multipartmux used to produce) (#349068).
3629
3630 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3631
3632         Patch by: Young-Ho Cha  <ganadist at chollian net>
3633
3634         * gst-libs/gst/riff/riff-ids.h:
3635         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3636         (gst_riff_create_audio_template_caps):
3637           Detect DTS audio streams (#350157).
3638
3639 2006-08-05  Andy Wingo  <wingo@pobox.com>
3640
3641         * ext/theora/gsttheoraparse.h:
3642         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3643         (theora_parse_dispose, theora_parse_set_property)
3644         (theora_parse_get_property, theora_parse_munge_granulepos)
3645         (theora_parse_push_buffer, theora_parse_change_state):
3646         API: GstTheoraParse::synchronization-points
3647         Add a property 'synchronization-points' to fix badly synchronized oggs.
3648
3649 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3650
3651         * tests/check/Makefile.am:
3652         * tests/check/libs/.cvsignore:
3653         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3654         (fixed_caps_have_channel_positions), (GST_START_TEST),
3655         (audio_suite), (main):
3656           Add a few tests for the channel position stuff in libgstaudio.
3657
3658 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3659
3660         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3661         (gst_alsa_detect_channels):
3662         * ext/alsa/gstalsasink.c:
3663           Add support for cards that (only) do more than 8 channels,
3664           like the Delta 44 (#345188).
3665
3666         * gst-libs/gst/audio/multichannel.c:
3667         (gst_audio_check_channel_positions):
3668         * gst-libs/gst/audio/multichannel.h:
3669           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3670           unspecified channel position and cannot be combined with any
3671           of the other audio channel positions; adjust position layout
3672           checks accordingly (#345188).
3673
3674 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3675
3676         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3677           Recognise ancient RealAudio files (see #349779).
3678
3679 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3680
3681         Patch by: Jens Granseuer  <jensgr at gmx net>
3682
3683         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3684           Add typefinder for Interplay's MVE format (#348973).
3685
3686 2006-08-02  Wim Taymans  <wim@fluendo.com>
3687
3688         Patch by: Marcel Moreaux <marcelm at luon dot net>
3689
3690         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3691         (gst_base_rtp_depayload_add_to_queue):
3692         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3693         Handle RTP sequence number rollover.
3694         Disable jitterbuffer by default.
3695
3696 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3697
3698         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3699         (audioresample_set_caps):
3700         Don't leak references to the incoming caps. Clean them up when
3701         stopping.
3702
3703         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3704         (gst_video_scale_finalize):
3705         Don't leak our temporary pixel buffer.
3706
3707         * tests/check/Makefile.am:
3708         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3709         (GST_START_TEST), (simple_launch_lines_suite):
3710
3711         Fix leaks and re-enable the test for valgrind checking.
3712
3713 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3714
3715         Patch by: Sjoerd Simons  <sjoerd at luon net>
3716
3717         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3718         (plugin_init):
3719           Add typefind function for multipart/x-mixed-replace (#348916).
3720
3721 2006-07-28  Wim Taymans  <wim@fluendo.com>
3722
3723         * gst/adder/gstadder.c: (gst_adder_setcaps),
3724         (gst_adder_query_duration):
3725         Fix leak in duration query.
3726         Reflow some docs and notes.
3727
3728 2006-07-28  Michael Smith  <msmith@fluendo.com>
3729
3730         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3731         (vorbisenc_suite):
3732           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3733           aspect of it.
3734
3735 2006-07-28  Michael Smith  <msmith@fluendo.com>
3736
3737         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3738         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3739         (gst_vorbis_enc_push_buffer),
3740         (gst_vorbis_enc_buffer_check_discontinuous),
3741         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3742         * ext/vorbis/vorbisenc.h:
3743           Handle discontinuities in the input vorbis stream correctly,
3744           so that the output is properly timestamped (and has good granulepos
3745           values). Needs some oggmux fixes too.
3746
3747 2006-07-27  Wim Taymans  <wim@fluendo.com>
3748
3749         patch by: Kai Vehmanen <kv2004 eca cx>
3750
3751         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3752         (gst_base_rtp_depayload_chain),
3753         (gst_base_rtp_depayload_handle_sink_event),
3754         (gst_base_rtp_depayload_change_state):
3755         Don't send multiple newsegments with different formats.
3756         Fixes #348677.
3757
3758 2006-07-26  Wim Taymans  <wim@fluendo.com>
3759
3760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3761         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3762         Make seeking in ogg more accurate again by doing the more correct
3763         granuletime to stream time conversion.
3764
3765 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3766
3767         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3768         (gst_multi_fd_sink_new_client):
3769           debug a little more understandably
3770           do not use goto as a substitute for break, especially if
3771           break is also being used
3772
3773 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3774
3775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3776         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3777           Remove GLib-2.6 compatibility cruft.
3778
3779 2006-07-24  Wim Taymans  <wim@fluendo.com>
3780
3781         * gst-libs/gst/audio/gstbaseaudiosink.c:
3782         (gst_base_audio_sink_render):
3783         Don't try to align a sample to an unknown value.
3784
3785 2006-07-24  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst-libs/gst/audio/gstbaseaudiosink.c:
3788         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3789         When the audio clock is slaved to another clock, never try to align
3790         samples but trust the rate interpolation algorithm.
3791
3792 2006-07-24  Wim Taymans  <wim@fluendo.com>
3793
3794         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3795         Don't try to calculate silence samples, base class does this much
3796         better now.
3797
3798         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3799         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3800         (gst_ring_buffer_acquire):
3801         Calculate silence samples correctly.
3802
3803         * gst-libs/gst/audio/gstringbuffer.h:
3804         Add _CAST macro.
3805
3806 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3807
3808         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3809           Limit search for the first markup tag to the first few kB of
3810           the file. If we don't find one there, it's highly unlikely that
3811           this is an XML(-ish) file.
3812
3813 2006-07-21  Andy Wingo  <wingo@pobox.com>
3814
3815         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3816         test to the one in vorbisenc. Also commented out.
3817
3818         * tests/check/pipelines/vorbisenc.c: 
3819         (test_discontinuity): New test, commented out until Mike lands
3820         some elite vorbisenc patches.
3821
3822         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3823         Bufferstraw was actually factored out of these tests. Now we share
3824         code yay.
3825
3826         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3827         for bufferstraw addition to gstcheck.
3828
3829 2006-07-21  Wim Taymans  <wim@fluendo.com>
3830
3831         * ext/theora/theoradec.c: (clip_buffer):
3832         Better clipping.
3833
3834 2006-07-21  Wim Taymans  <wim@fluendo.com>
3835
3836         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3837         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3838         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3839         Fix leak.
3840         Avoid type casting when we can.
3841
3842         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3843         Fix mem leak.
3844
3845 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3846
3847         * ext/alsa/gstalsamixerelement.c:
3848         (gst_alsa_mixer_element_change_state):
3849           Make state change fail if the specified device can't be opened
3850           for some reason.
3851
3852 2006-07-20  Wim Taymans  <wim@fluendo.com>
3853
3854         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3855         (cb_newpad), (main):
3856         Example of a small audio/video player using decodebin.
3857
3858 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3859
3860         * gst-libs/gst/riff/riff-ids.h:
3861           Add 'fact' chunk id
3862
3863 2006-07-19  Wim Taymans  <wim@fluendo.com>
3864
3865         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3866         (gst_base_rtp_depayload_chain),
3867         (gst_base_rtp_depayload_change_state):
3868         Don't assert when not negotiated but post a meaningfull 
3869         error message. Fixes #347918.
3870
3871         * gst-libs/gst/rtp/gstbasertppayload.c:
3872         Add comment about better default MTU size.
3873
3874         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3875         Small cleanups, start docs.
3876
3877 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3878
3879         Patch by: Martin Szulecki
3880
3881         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3882           If "device-name" is requested and the device is not
3883           open, try to temporarily open it to obtain this
3884           information (#342494).
3885
3886 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst-libs/gst/tag/gstid3tag.c:
3889           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3890
3891         * gst-libs/gst/tag/gsttageditingprivate.h:
3892         * gst-libs/gst/tag/gstvorbistag.c:
3893           Some more random const-ifications.
3894
3895 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3896
3897         * gst-libs/gst/riff/riff-ids.h:
3898         * gst-libs/gst/riff/riff-media.c:
3899         (gst_riff_create_video_template_caps):
3900           Add more FOURCCs (sort list to make stuff easier to find),
3901           add comment what those 16 bytes in struct _gst_riff_strh according to
3902           one avi-dumper are
3903
3904 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3905
3906         * gst-libs/gst/audio/multichannel.c:
3907         (gst_audio_check_channel_positions),
3908         (gst_audio_fixate_channel_positions):
3909           Const-ify two arrays.
3910
3911 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3912
3913         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3914           Fix typo, so that alsasink also advertises 8 channels
3915           if that's supported (tags: can, worms, open, alsa, ph34r).
3916
3917 2006-07-17  Wim Taymans  <wim@fluendo.com>
3918
3919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3920         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3921         *sigh*, when is the compiler going to warn when the comments
3922         are out-of-sync with the code.. Refix case of busted theora
3923         headers with 0 granule pos.
3924
3925 2006-07-14  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3928         (gst_base_rtp_depayload_wait),
3929         (gst_base_rtp_depayload_change_state),
3930         (gst_base_rtp_depayload_set_property),
3931         (gst_base_rtp_depayload_get_property):
3932         Fix 99% cpu load by waiting for absolute times on the
3933         clock. Fixes #347300.
3934
3935 2006-07-14  Andy Wingo  <wingo@pobox.com>
3936
3937         * ext/theora/gsttheoraparse.h: 
3938         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3939         (theora_parse_push_headers, theora_parse_clear_queue)
3940         (theora_parse_drain_queue_prematurely, )
3941         (theora_parse_sink_event, theora_parse_change_state): Queue events
3942         until we initialized our state, like in vorbisparse.
3943
3944         * ext/vorbis/vorbisparse.h: 
3945         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3946         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3947         (vorbis_parse_drain_queue_prematurely, )
3948         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3949         until we have initialized our state. Fixes seeking after an
3950         initial pad block.
3951
3952 2006-07-14  Andy Wingo  <wingo@pobox.com>
3953
3954         Patch by: Iain Holmes <iaingnome@gmail.com>
3955         
3956         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3957
3958 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3959
3960         * configure.ac:
3961         Bump nano back to CVS
3962
3963 === release 0.10.9 ===
3964
3965 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3966
3967         * configure.ac:
3968           releasing 0.10.9, "I walk the line"
3969
3970 2006-07-14  Michael Smith  <msmith@fluendo.com>
3971
3972         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3973           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3974           (commonly happens when running this test under valgrind) when trying
3975           to remove the buffer probe.
3976
3977 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3978
3979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3980         Fix missing g_unlock from the previous commit
3981
3982 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3983
3984         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3985         (gst_ximagesink_change_state):
3986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3987         (gst_xvimagesink_change_state):
3988         Implement a locking order to ensure we always take the object lock
3989         before the x_lock and never vice-versa.
3990
3991 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3992
3993         * gst/playback/gstdecodebin.c: (find_compatibles):
3994         Fix a caps leak when linking (#347304)
3995
3996         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3997         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3998         (gst_ximagesink_change_state):
3999         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4000         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4001         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4002         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4003         Don't leak shared memory resources. Use the object lock to protect
4004         against the xcontext disappearing while returning a buffer from the
4005         pipeline. (#347304)
4006
4007 2006-07-12  Edward Hervey  <edward@fluendo.com>
4008
4009         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4010         (vorbis_handle_comment_packet):
4011         gst_tag_list_merge() returns a new object. Take that into account when
4012         using it. This avoids memleak.
4013         Revert previous commit which is not needed.
4014
4015 2006-07-12  Edward Hervey  <edward@fluendo.com>
4016
4017         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4018         Reset the decoder in finalize so that all fields get cleared.
4019
4020 2006-07-12  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4023         (gst_base_audio_src_set_clock),
4024         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4025         Don't try to post an error message when setting the clock fails
4026         as this can happen when adding an element to a bin which will then
4027         deadlock. Fixes #347296.
4028
4029 2006-07-12  Edward Hervey  <edward@fluendo.com>
4030
4031         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4032         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4033         (vorbis_handle_type_packet):
4034         Post tag messages on the bus even if we're not initialized.
4035         If we're not initialized, we still postpone the event pushing of tags.
4036
4037 2006-07-12  Wim Taymans  <wim@fluendo.com>
4038
4039         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4040         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4041         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4042         Revert last two changes that broke the freeze.
4043
4044 2006-07-12  Wim Taymans  <wim@fluendo.com>
4045
4046         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4047         basesink calculates silence sample correctly for us.
4048
4049 2006-07-12  Wim Taymans  <wim@fluendo.com>
4050
4051         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4052         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4053         Calculate correct silence samples so we don't fill our ringbuffer
4054         with noise.
4055
4056 2006-07-12  Edward Hervey  <edward@fluendo.com>
4057
4058         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4059         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4060         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4061         * ext/vorbis/vorbisdec.h:
4062         Delay sending events (newsegment, tags) until the decoder is properly
4063         initialized.
4064         Fixes #347295
4065
4066 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4067
4068         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4069         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4070           Patch from #347221 adding a test for audioconvert
4071           channel remappings.
4072
4073 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4074
4075         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4076         (gst_ssa_parse_parse_line):
4077           Don't include the terminating NUL in the buffer size,
4078           it's only there for extra paranoia (would add random
4079           '*' characters at the end of each subtitle since the
4080           terminator itself is not valid UTF-8 technically).
4081           Also fix indenting after boilerplate macro.
4082
4083 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4084
4085         * gst/playback/gstdecodebin.c: (close_pad_link):
4086           Also emit 'unknown-type' signal (which should really be
4087           called unhandled-type) if we found potential decoders/demuxers
4088           in the registry but none of them worked in the end (as in the
4089           case where the plugins don't exist any longer but are still
4090           listed in the registry). Fixes #329798.
4091
4092 2006-07-08  Andy Wingo  <wingo@pobox.com>
4093
4094         * theoraparse.c (theora_parse_push_buffer)
4095         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4096         Add some more debugging. Fix granulepos reconstruction in the face
4097         of discontinuities.
4098
4099 2006-07-06  Wim Taymans  <wim@fluendo.com>
4100
4101         * gst-libs/gst/audio/gstbaseaudiosink.c:
4102         (gst_base_audio_sink_class_init),
4103         (gst_base_audio_sink_provide_clock):
4104         Use gobject_class instead of G_OBJECT_CLASS (klass)
4105
4106         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4107         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4108         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4109         (gst_base_audio_src_get_time),
4110         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4111         (gst_base_audio_src_create_ringbuffer):
4112         Fix latency and buffer-time constants and properties ala basesink.
4113         Implement pull based scheduling. Fixes #346527.
4114         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4115         one segment.
4116         Refuse slaving to another clock instead of silently not working.
4117         Only provide a clock when we are actually able to do so.
4118         Various small cleanups and compiler hints.
4119
4120 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         Patch by: Lutz Mueller <lutz at topfrose de>
4123
4124         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4125         (plugin_init):
4126           Add typefinding for text/html (#346581).
4127
4128 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4129
4130         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4131         (xml_check_first_element), (xml_type_find), (smil_type_find):
4132           Fix SMIL typefinding, make xml_check_first_element() more
4133           useful.
4134
4135 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4136
4137         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4138         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4139         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4140         * gst/playback/gstplaybasebin.h:
4141           Protect list of elements with a subtitle-encoding property and
4142           the subtitle encoding member itself with a lock of their own
4143           instead of using the object lock. This prevents a dead-lock in
4144           the element-remove callback in some circumstances when shutting
4145           down playbin.
4146
4147 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4148
4149         * win32/common/libgsttag.def:
4150         Export some new functions.
4151         * win32/vs6/libgstogg.dsp:
4152         Add a link to libgsttag-0.10.lib.
4153
4154 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4155
4156         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4157           Some const-ification.
4158
4159 2006-07-04  Wim Taymans  <wim@fluendo.com>
4160
4161         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4162         Improve checking if we are dealing with a stream. Added some
4163         more uris that need buffering.
4164
4165 2006-07-03  Edward Hervey  <edward@fluendo.com>
4166
4167         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4168         Remove unused variable.
4169
4170 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4171
4172         * Makefile.am:
4173           include lcov.mak
4174         * configure.ac:
4175           add GCOV_LIBS to GST_LIBS
4176
4177 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4178
4179         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4180
4181         * ext/alsa/gstalsasrc.c:
4182           Add 32 bps to template caps and increase channels range
4183           from [1,2] to [1,MAX]. See #346326.
4184
4185 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4188           Recognise 'WMVA' video codec fourcc (#345879).
4189           
4190 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4191          
4192         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4193           Fixed nasty memory leak
4194
4195 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4196
4197         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4198         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4199           fix logging
4200
4201 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4202
4203         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4204         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4205         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4206         Protect remove_fakesink using a mutex, so that we don't try and
4207         remove the fakesink simultaneously from multiple threads.
4208
4209         When going from READY to PAUSED, restore the fakesink, so that
4210         it is there when decodebin gets reused.
4211
4212 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4213
4214         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4216         * gst-libs/gst/rtp/gstbasertppayload.c:
4217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4218         * gst/tcp/gstmultifdsink.c:
4219         * gst/tcp/gsttcpclientsink.c:
4220         * gst/tcp/gsttcpclientsrc.c:
4221         * gst/tcp/gsttcpserversink.c:
4222         * gst/tcp/gsttcpserversrc.c:
4223         * gst/videorate/gstvideorate.c:
4224         * gst/videotestsrc/gstvideotestsrc.c:
4225         * sys/v4l/gstv4ljpegsrc.c:
4226         * sys/v4l/gstv4lmjpegsink.c:
4227         * sys/v4l/gstv4lsrc.c:
4228         * tests/examples/seek/scrubby.c:
4229         * tests/examples/seek/seek.c:
4230           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4231
4232 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4233
4234         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4235           Second field in GEnumValue shouldn't be a description,
4236           but a stringified version of the enum value.
4237
4238 2006-06-22  Wim Taymans  <wim@fluendo.com>
4239
4240         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4241         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4242         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4243         Avoid type checking in buffer casts.
4244         Avoid caps copy in buffer_alloc when we can.
4245         Use pad_peer_accept.
4246
4247 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4248
4249         * gst-libs/gst/tag/tag.h:
4250           Oops, make that 'Since: 0.10.9'.
4251
4252 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4253
4254         * docs/libs/gst-plugins-base-libs-sections.txt:
4255         * gst-libs/gst/tag/tag.h:
4256         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4257         (gst_tag_image_type_get_type):
4258           API: add GstTagImageType enum to describe images contained
4259           in image tags (#345641).
4260
4261 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4264           Fix warnings with gst-inspect: "buffers-min" property
4265           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4266           typo in property description.
4267
4268 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         Patch by: Cody Russell <bratsche at gnome org>
4271
4272         * gst/audioresample/gstaudioresample.c:
4273         (gst_audioresample_class_init):
4274         * gst/playback/gststreamselector.c:
4275         (gst_stream_selector_class_init):
4276         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4277         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4278         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4279         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4280         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4281         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4282         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4283         * gst/videotestsrc/gstvideotestsrc.c:
4284         (gst_video_test_src_class_init):
4285         * gst/volume/gstvolume.c: (gst_volume_class_init):
4286           Avoid unnecessary class cast check in class_init
4287           functions (#337747).
4288
4289 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4290
4291         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4292         (gst_text_overlay_video_chain):
4293           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4294           and doesn't validate its input either (and neither did
4295           textoverlay it seems). Let's do that then and fix #345206.
4296
4297 2006-06-19  Wim Taymans  <wim@fluendo.com>
4298
4299         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4300         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4301         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4302         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4303         (find_syncframe), (find_limits), (assign_value),
4304         (count_burst_unit), (gst_multi_fd_sink_new_client),
4305         (gst_multi_fd_sink_handle_client_write),
4306         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4307         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4308         (gst_multi_fd_sink_change_state):
4309         * gst/tcp/gstmultifdsink.h:
4310         Added shiny new burst-on-connect methods.
4311         Add properties to control the minimal amount of data queued.
4312         Small cleanups.
4313         API: bytes-min property
4314         API: time-min property
4315         API: buffers-min property
4316         API: burst-unit property
4317         API: burst-value property
4318         API: add-full signal
4319
4320         * gst/tcp/gsttcp-marshal.list:
4321         Added new marshaller code for the new signal.
4322
4323         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4324         (multifdsink_suite):
4325         Added testcases for new burst methods.
4326
4327 2006-06-19  Edward Hervey  <edward@fluendo.com>
4328
4329         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4330         Implement clipping for accurate seeking.
4331         Closes #345225
4332
4333 2006-06-19  Wim Taymans  <wim@fluendo.com>
4334
4335         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4336
4337         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4338         (gst_video_scale_transform):
4339         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4340
4341 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4342
4343         * configure.ac:
4344           Fix --disable-external (can't set conditionals conditionally,
4345           #343602).
4346
4347 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4348
4349         * tests/check/elements/audioresample.c: (test_reuse),
4350         (audioresample_suite):
4351           Add test case for bug #342789 fixed below.
4352
4353 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * gst/audioresample/gstaudioresample.c:
4356         (gst_audioresample_class_init), (gst_audioresample_init),
4357         (audioresample_start), (audioresample_stop),
4358         (gst_audioresample_set_property), (gst_audioresample_get_property):
4359           Implement GstBaseTransform::start and ::stop so that audioresample
4360           can clear its internal state properly and be reused instead of
4361           causing non-negotiated errors with playbin under some circumstances
4362           (#342789).
4363
4364         * tests/check/elements/audioresample.c: (setup_audioresample),
4365         (cleanup_audioresample):
4366           Need to set element state here so that ::start and ::stop are
4367           called.
4368
4369 2006-06-16  Wim Taymans  <wim@fluendo.com>
4370
4371         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4372
4373         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4374         Parse extra data better, apparently it's right behind
4375         the normal strf header size. Fixes #343500.
4376
4377 2006-06-16  Wim Taymans  <wim@fluendo.com>
4378
4379         * ext/alsa/gstalsasink.c: (set_hwparams):
4380         If we fail to set the buffer_time and period_time alsa
4381         parameters, post a warning and leave alsa select a 
4382         default instead of failing. Fixes #342085
4383
4384 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4385
4386         * docs/libs/gst-plugins-base-libs-sections.txt:
4387         * gst-libs/gst/cdda/gstcddabasesrc.h:
4388           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4389           out in the header file and shouldn't be listed in the docs.
4390
4391         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4392           Must dereference pointer to fourcc in the debug statement.
4393
4394 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4395
4396         * docs/libs/Makefile.am:
4397         * docs/libs/gst-plugins-base-libs-docs.sgml:
4398         * docs/libs/gst-plugins-base-libs-sections.txt:
4399         * docs/libs/gst-plugins-base-libs.types:
4400         add remaining symbols into correct setions
4401         
4402         * gst-libs/gst/audio/gstringbuffer.c:
4403         fix incomplete docs
4404         
4405         * gst-libs/gst/audio/gstringbuffer.h:
4406         comment out not yet implemented function
4407         
4408         
4409         * gst-libs/gst/floatcast/floatcast.h:
4410         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4411         add short descriptions
4412         
4413         
4414         * gst-libs/gst/interfaces/propertyprobe.c:
4415         fix return value docs   
4416         
4417         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4418         simplify debug logging
4419         
4420         * gst-libs/gst/riff/riff-read.h:
4421         sync function prototype and docs
4422         
4423         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4424         remove left over symbol
4425
4426 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4427
4428         * autogen.sh:
4429         * configure.ac:
4430         * docs/Makefile.am:
4431           Use GST_PLUGIN_DOCS macro in configure.ac, add
4432           --enable-plugin-docs default to autogen.sh and use
4433           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4434
4435 2006-06-15  Wim Taymans  <wim@fluendo.com>
4436
4437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4438         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4439         (gst_ogg_demux_loop):
4440         Combine GstFlowReturn from the source pads to give a
4441         meaningfull result to the upstream peer or to stop the
4442         processing task in case of errors.
4443
4444 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4445
4446         * gst/playback/gststreaminfo.c: (cb_probe):
4447           Try GST_TAG_CODEC as fallback when extracting the
4448           codec name; more debug info.
4449
4450 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4451
4452         * ext/ogg/Makefile.am:
4453         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4454           Extract language tags from ogm subtitle streams, so that
4455           the subtitle menu choices are labelled correctly in
4456           Totem (fixes #344708).
4457
4458 2006-06-14  Wim Taymans  <wim@fluendo.com>
4459
4460         Patch by: Alessandro Decina <alessandro at nnva dot org>
4461
4462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4463         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4464         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4465         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4466         Fix various leaks. Fixes #343699.
4467         Add x-smoke mime type.
4468
4469 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         * gst-libs/gst/riff/riff-ids.h:
4472           Add IDs for 'bext' chunks (see #343837).
4473
4474 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4475
4476         Patch by: Young-Ho Cha  <ganadist at chollian net>
4477
4478         * gst/subparse/samiparse.c: (sami_context_pop_state),
4479         (handle_start_font), (end_sami_element):
4480           Honour font face tags in SAMI subtitles (#344503).
4481
4482 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4483
4484         * po/POTFILES.in:
4485           add missing files containing translatable strings
4486
4487 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4488
4489         * docs/libs/tmpl/.cvsignore:
4490           we don't want those *.sgml files in CVS either
4491
4492 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4493
4494         * docs/libs/.cvsignore:
4495         * tests/check/elements/.cvsignore:
4496         * tests/check/libs/.cvsignore:
4497           ignore more
4498
4499 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4500
4501         * docs/libs/Makefile.am:
4502           also commiting the changed Makefile.am (added more libs to the
4503           doc-build)
4504
4505 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4506
4507         * docs/libs/gst-plugins-base-libs-docs.sgml:
4508         * docs/libs/gst-plugins-base-libs-sections.txt:
4509         * docs/libs/gst-plugins-base-libs.types:
4510           first batch of reordering things, add index & hierarchy
4511
4512 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4513
4514         * configure.ac:
4515           use GST_PKG_CHECK_MODULES, cleans up output
4516
4517 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4518
4519         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4520           Add support for burn:// URIs (#343385); const-ify things a bit,
4521           use G_N_ELEMENTS instead of hard-coded array size.
4522
4523 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4524
4525         Patch by: Young-Ho Cha  <ganadist at chollian net>
4526
4527         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4528           Fix up broken entities before passing them to libxml *sigh*.
4529           (#343303).
4530           
4531 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4532
4533         * configure.ac:
4534           back to TRUNK
4535
4536 === release 0.10.8 ===
4537
4538 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4539
4540         * configure.ac:
4541           releasing 0.10.8, "Moar gij ziet mij nie"
4542
4543 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4544
4545         * configure.ac:
4546         * po/af.po:
4547         * po/az.po:
4548         * po/cs.po:
4549         * po/en_GB.po:
4550         * po/hu.po:
4551         * po/it.po:
4552         * po/nb.po:
4553         * po/nl.po:
4554         * po/or.po:
4555         * po/sq.po:
4556         * po/sr.po:
4557         * po/sv.po:
4558         * po/uk.po:
4559         * po/vi.po:
4560         * win32/common/config.h:
4561           0.10.7.2 prerelease
4562
4563 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4564
4565         * docs/libs/tmpl/gstaudio.sgml:
4566         * docs/libs/tmpl/gstcolorbalance.sgml:
4567         * docs/libs/tmpl/gstmixer.sgml:
4568         * docs/libs/tmpl/gstringbuffer.sgml:
4569         * docs/libs/tmpl/gsttuner.sgml:
4570         * docs/libs/tmpl/gstxoverlay.sgml:
4571         * gst-libs/gst/audio/audio.c:
4572         * gst-libs/gst/audio/gstringbuffer.c:
4573         * gst-libs/gst/interfaces/colorbalance.c:
4574         * gst-libs/gst/interfaces/mixer.c:
4575         * gst-libs/gst/interfaces/tuner.c:
4576         * gst-libs/gst/interfaces/xoverlay.c:
4577           move last template doc snippets to source code and delete them
4578
4579 2006-06-06  Michael Smith  <msmith@fluendo.com>
4580
4581         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4582         (theora_parse_drain_queue):
4583           Mark DELTA_UNIT on non-keyframes.
4584
4585 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4586
4587         * gst-libs/gst/audio/gstbaseaudiosink.c:
4588         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4589         * gst-libs/gst/audio/gstbaseaudiosink.h:
4590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4591         (gst_ring_buffer_samples_done):
4592         * gst-libs/gst/audio/gstringbuffer.h:
4593         Document better the fact that latency_time and buffer_time are values
4594         stored in microseconds, and not the usual GStreamer nanoseconds.
4595         Change the variables (compatibly) that store them from GstClockTime 
4596         to guint64 to make it more clear that they're not storing clock times.
4597         Also, remove the bogus property description that says the user can
4598         specify -1 to get the default value, since that's never been the case.
4599
4600         When computing the default segment size for the ring buffer, make it
4601         an integer number of samples.
4602
4603         When the sub-class indicates a delay greater than the number of
4604         samples we've written return 0 from the audio sink get_time method.
4605
4606 2006-06-02  Michael Smith  <msmith@fluendo.com>
4607
4608         * tests/check/elements/audioconvert.c: (set_channel_positions),
4609         (get_float_mc_caps), (get_int_mc_caps):
4610         * tests/check/elements/audioresample.c:
4611         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4612         * tests/check/elements/videorate.c:
4613         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4614         * tests/check/elements/volume.c:
4615         * tests/check/elements/vorbisdec.c:
4616         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4617           Don't busy-wait in tests; this was causing test timeouts very
4618           frequently when running under valgrind.
4619
4620 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4621
4622         * gst/tcp/README:
4623         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4624         (gst_multi_fd_sink_remove_client_link),
4625         (gst_multi_fd_sink_client_queue_caps),
4626         (gst_multi_fd_sink_client_queue_buffer),
4627         (gst_multi_fd_sink_handle_client_write),
4628         (gst_multi_fd_sink_render):
4629         * gst/tcp/gstmultifdsink.h:
4630           make multifdsink properly deal with streamheader:
4631           - streamheader is taken from caps
4632           - buffers marked with IN_CAPS are not sent
4633           - streamheaders are sent, on connection, from the caps of the
4634             buffer where the client gets positioned to
4635           - further streamheader changes are done every time the client
4636             will receive a buffer with different caps
4637         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4638         (gst_multifdsink_create_streamheader):
4639           add tests for this
4640
4641 2006-06-02  Michael Smith  <msmith@fluendo.com>
4642
4643         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4644           Reinstate limit on channel count. Vorbis does not define the meaning
4645           of > 6 channels, so they're just independent channels. Gstreamer
4646           currently has no mechanism to represent N independent channels.
4647
4648 2006-06-02  Michael Smith  <msmith@fluendo.com>
4649
4650         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4651           Don't arbitrarily restrict channel counts and rate in vorbis.
4652           In terms of effects likely on real-world files, this fixes 96kHz
4653           playback of vorbis.
4654
4655 2006-06-02  Michael Smith  <msmith@fluendo.com>
4656
4657         * gst/audioconvert/audioconvert.c: (float):
4658           More correct float->int conversion.
4659
4660 2006-06-02  Michael Smith  <msmith@fluendo.com>
4661
4662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4663           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4664           value. Fixes g-critical on trying to play back ogg containing
4665           unknown codec.
4666
4667 2006-06-02  Wim Taymans  <wim@fluendo.com>
4668
4669         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4670         (setup_source):
4671         * gst/playback/gstplaybasebin.h:
4672         Make the subtitle detection work from any thread so we don't
4673         deadlock. Fixes #343397.
4674
4675 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4676
4677         * gst/volume/Makefile.am:
4678           Seriously, it's not *that* hard to get compilation right.  Even
4679           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4680
4681 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4682
4683         * gst/volume/gstvolume.c: (volume_choose_func),
4684         (volume_update_real_volume), (gst_volume_class_init),
4685         (gst_volume_init), (volume_process_float), (volume_process_int16),
4686         (volume_process_int16_clamp), (volume_set_caps),
4687         (volume_transform_ip), (plugin_init):
4688         * gst/volume/gstvolume.h:
4689         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4690         another property desc., remove unused param from process function
4691         
4692         * tests/check/elements/volume.c: (volume_suite):
4693         reactivate the passthrough test
4694
4695 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4696
4697         * ext/alsa/gstalsamixerelement.h:
4698         * ext/alsa/gstalsamixeroptions.h:
4699         * ext/alsa/gstalsamixertrack.h:
4700         * ext/gnomevfs/gstgnomevfssink.h:
4701         * ext/gnomevfs/gstgnomevfssrc.h:
4702         * ext/theora/gsttheoradec.h:
4703         * ext/theora/gsttheoraenc.h:
4704         * ext/theora/gsttheoraparse.h:
4705         * ext/vorbis/vorbisparse.h:
4706         * gst-libs/gst/audio/gstaudioclock.h:
4707         * gst-libs/gst/audio/gstaudiofilter.h:
4708         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4709         * gst/audioconvert/gstaudioconvert.h:
4710         * gst/audioresample/gstaudioresample.h:
4711         * gst/audiotestsrc/gstaudiotestsrc.h:
4712         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4713         * gst/playback/gststreamselector.h:
4714         * gst/tcp/gstmultifdsink.h:
4715         * gst/tcp/gsttcpclientsink.h:
4716         * gst/tcp/gsttcpclientsrc.h:
4717         * gst/tcp/gsttcpserversink.h:
4718         * gst/tcp/gsttcpserversrc.h:
4719         * gst/videorate/gstvideorate.h:
4720         * gst/videoscale/gstvideoscale.h:
4721         * gst/videotestsrc/gstvideotestsrc.h:
4722         * gst/volume/gstvolume.h:
4723         * sys/v4l/gstv4ljpegsrc.h:
4724         * sys/v4l/gstv4lmjpegsink.h:
4725         * sys/v4l/gstv4lmjpegsrc.h:
4726         * sys/v4l/gstv4lsrc.h:
4727         * sys/ximage/ximagesink.h:
4728         * sys/xvimage/xvimagesink.h:
4729         * tests/old/testsuite/alsa/sinesrc.h:
4730         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4731
4732 2006-05-31  Wim Taymans  <wim@fluendo.com>
4733
4734         * ext/libvisual/visual.c: (gst_visual_reset),
4735         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4736         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4737         Handle DISCONT.
4738         Use running time before doing QoS.
4739         Handle mono too.
4740
4741 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4742
4743         * docs/libs/Makefile.am:
4744           set a magic variable to indicate we know the docs are incomplete
4745
4746 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4747
4748         * win32/common/libgstvideo.def:
4749           export gst_video_calculate_display_ratio
4750         * win32/vs6/libgstvideoscale.dsp:
4751           add link to libgstvideo-0.10.lib
4752
4753 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4754
4755         * gst/playback/gstplaybasebin.c: (gen_source_element):
4756           Throw a more comprehensible error for rtsp:// URIs (rather
4757           than erroring out with a negotiation error later on) until
4758           we fix playbin to handle rtspsrc etc.
4759
4760 2006-05-30  Wim Taymans  <wim@fluendo.com>
4761
4762         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4763         (gst_text_overlay_text_event):
4764         Added some FIXMEs.
4765
4766 2006-05-30  Wim Taymans  <wim@fluendo.com>
4767
4768         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4769         (gst_adder_request_new_pad), (gst_adder_release_pad):
4770         * gst/adder/gstadder.h:
4771         Implement release_request_pad.
4772         Make padcounter atomic.
4773
4774         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4775         Added check for release_pad in adder.
4776
4777 2006-05-30  Wim Taymans  <wim@fluendo.com>
4778
4779         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4780         Fix build again.
4781
4782 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4783
4784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4785         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4786         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4787         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4788         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4789         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4790         (gst_ogg_demux_bisect_forward_serialno),
4791         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4792         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4793           add more debugging
4794           clean up printf formats for granulepos and serialno
4795
4796 2006-05-30  Michael Smith  <msmith@fluendo.com>
4797
4798         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4799         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4800         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4801         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4802         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4803         * ext/vorbis/vorbisenc.h:
4804           Multi-channel caps negotiation, so we can do proper multichannel
4805           vorbis encoding, negotiated through audioconvert.
4806
4807 2006-05-30  Wim Taymans  <wim@fluendo.com>
4808
4809         * tests/check/elements/adder.c: (test_event_message_received),
4810         (test_play_twice_message_received), (GST_START_TEST),
4811         (adder_suite):
4812         Added check to show that #339935 is fixed with ongoing
4813         adder and collectpads fixes.
4814
4815 2006-05-29  Wim Taymans  <wim@fluendo.com>
4816
4817         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4818         Don't leak pad name.
4819
4820 2006-05-29  Wim Taymans  <wim@fluendo.com>
4821
4822         * gst/adder/gstadder.c: (gst_adder_query_duration),
4823         (forward_event_func), (forward_event), (gst_adder_src_event):
4824         Fix adder seeking.
4825         Make query/seeking code threadsafe.
4826
4827         * tests/check/Makefile.am:
4828         * tests/check/elements/adder.c: (test_event_message_received),
4829         (GST_START_TEST), (test_play_twice_message_received):
4830         Fix adder test case.
4831
4832 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         Patch by: Young-Ho Cha  <ganadist at chollian net>
4835
4836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4837         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4838         (set_encoding_element), (decodebin_element_added_cb),
4839         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4840         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4841         * gst/playback/gstplaybasebin.h:
4842           Add 'subtitle-encoding' property to playbin, so applications can
4843           force a subtitle encoding for non-UTF8 subtitles (#342268).
4844
4845         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4846         (gst_sub_parse_set_property):
4847           Rename recently-added 'encoding' property to 'subtitle-encoding'
4848           (so it can be proxied by playbin/decodebin in a generic way
4849           with less danger of false positives).
4850
4851 2006-05-29  Michael Smith  <msmith@fluendo.com>
4852
4853         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4854         (append_with_other_format), (set_structure_widths),
4855         (gst_audio_convert_transform_caps):
4856           Patch from #341562: give more specific audio caps in get_caps, so
4857           that basetransform  can make better decisions on what caps to
4858           negotiate.
4859
4860 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4861
4862         * tests/check/elements/volume.c:
4863         make it compile again
4864
4865 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4866
4867         * tests/check/elements/volume.c: (volume_suite):
4868         disable test until #343196 gets resolved
4869
4870 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4871
4872         * gst/adder/gstadder.c: (gst_adder_get_type):
4873         Make it easier to copy&paste
4874         
4875         * gst/volume/Makefile.am:
4876         * gst/volume/gstvolume.c: (volume_update_real_volume),
4877         (gst_volume_set_volume), (gst_volume_set_mute),
4878         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4879         (volume_transform_ip), (volume_update_mute),
4880         (volume_update_volume):
4881         * gst/volume/gstvolume.h:
4882         Add own debug category, move duplicate code to helper function, fix
4883         property texts, add more comments and prepare ffor liboil-goodness
4884         
4885         * tests/check/Makefile.am:
4886         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4887         add test for mute and passtrough case, be a bit more verbose to track
4888         failure
4889         
4890         * tests/check/generic/states.c: (GST_START_TEST):
4891         catch elements that fail to instantiate
4892
4893 2006-05-28  Edward Hervey  <edward@fluendo.com>
4894
4895         * tests/check/pipelines/simple-launch-lines.c:
4896         * tests/check/pipelines/theoraenc.c:
4897         * tests/check/pipelines/vorbisenc.c:
4898         Comment out tests using parse_launch() if core was built without
4899         parsing capabilities.
4900
4901 2006-05-27  Edward Hervey  <edward@fluendo.com>
4902
4903         * tests/check/Makefile.am:
4904         Extra bonus points for whoever explains to ensonic that you are meant
4905         to test unit tests thoroughly before commiting them, especially if
4906         you know it's going to break.
4907         De-activated element/adder tests.
4908
4909 2006-05-27  Edward Hervey  <edward@fluendo.com>
4910
4911         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4912         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4913         Marking caps conversion issues as GST_WARNING is way too verbose,
4914         Moving them to GST_LOG.
4915
4916 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4917
4918         * README:
4919           Replace current README (containing the release notes from
4920           some 0.9.x version) with a proper README taken from the core.
4921
4922 2006-05-26  Wim Taymans  <wim@fluendo.com>
4923
4924         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4925         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4926         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4927         (vorbis_dec_change_state):
4928         Small cleanups.
4929         Add some FIXMEs
4930         Clip output samples to segment boundaries.
4931
4932 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4933
4934         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4935         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4936         Improve the errors produced on bad output, including some human
4937         readable description strings.
4938         Handle the (theoretical for ximagesink) case where the XServer 
4939         has a different idea about the size required for a particular 
4940         frame and gives us too small a memory allocation.
4941
4942 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4943
4944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4945         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4946         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4947         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4948         Improve the errors produced on bad output, including some human 
4949         readable description strings.
4950         Handle RGB Xv formats properly by transforming them into our 
4951         big-endian caps description.
4952         Use gst_caps_truncate to ensure that we never try and choose a
4953         non-fixed caps in buffer_alloc.
4954         Handle the case where the XServer has a different idea about the size
4955         required for a particular frame and gives us too small a memory
4956         allocation.
4957         Use -1 to indicate 'no image format', because 0 is a valid XServer
4958         image format number.
4959         Put RGB Xv formats at the end of the caps, so that we always prefer
4960         YUV format frames.
4961         Iterate the available Xv Encodings to determine the maximum width and
4962         height, and then return that in our caps.
4963         (Closes #315312, #337544)
4964
4965 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4966
4967         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4968         When there is only one unfinished pad and it receives an event that
4969         doesn't match our requirements, we need to set alldone=FALSE so that
4970         the fakesink is not removed yet.
4971
4972 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4973
4974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4975           Use gst_type_find_helper_for_buffer() to find the type
4976           of stream from the first packet.
4977
4978         * configure.ac:
4979           Bump requirements to core CVS (needed for vorbis
4980           typefinding to work).
4981
4982 2006-05-24  Edward Hervey  <edward@fluendo.com>
4983
4984         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4985         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4986         contain.  Else they play perfectly fine with qtdemux.
4987
4988 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4989
4990         * ext/theora/theoradec.c:
4991         * ext/theora/theoraenc.c:
4992         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4993         * gst/audiorate/gstaudiorate.c:
4994           make more debug catagories static
4995         
4996         * tests/check/Makefile.am:
4997         * tests/check/elements/adder.c: (message_received),
4998         (test_event_message_received), (GST_START_TEST),
4999         (test_play_twice_message_received), (adder_suite):
5000           added test case for using element twice, extra bonus points for anyone
5001           who can make these test run reliably
5002
5003 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5004
5005         * ext/theora/theoradec.c: (theora_dec_chain):
5006           Make work with time-stamped input buffers that do not
5007           have a granulepos in BUFFER_OFFSET_END (like theora
5008           buffers coming from matroskademux). Fixes #342448.
5009
5010 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         Patch by: Peter Kjellerstedt  <pkj at axis com>
5013
5014         * gst/tcp/Makefile.am:
5015           fdstresstest doesn't need Gtk+, fix compilation if 
5016           gtk is not available (#342566).
5017
5018 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5019          
5020         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5021           80 line columns
5022           Removed redundant floor()
5023
5024 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5027           On second thought, just skip JUNK chunks automatically, so
5028           the caller doesn't have to handle this. Fixes #342345.
5029           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5030           not GST_FLOW_ERROR.
5031
5032 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5033
5034         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5035           Don't bail out on JUNK chunks with a size of 0 (would try to
5036           pull_range 0 bytes before, which sources don't like too much).
5037           See #342345.
5038
5039 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5040
5041         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5043         Use the gstutil scaling function to preserve 64 bits while calculating
5044         output width and height from the display-aspect-ratio. (A continuation
5045         of #341542)
5046
5047 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5048
5049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5050         (gst_xvimagesink_buffer_alloc):
5051         * sys/xvimage/xvimagesink.h:
5052         When performing buffer allocations, remember the caps and image format
5053         we return so that if the same caps are asked for next time we can
5054         return them immediately without doing any caps intersections.
5055
5056 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5057          
5058         * gst-libs/gst/rtp/README:
5059           Some new documentation
5060         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5061           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5062         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5063         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5064           New RTP audio base payloader class. Supports frame or sample based
5065           codecs.  Not enabled in Makefile.am until approved.
5066
5067 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5068
5069         * tests/check/elements/alsa.c: (test_device_property_probe):
5070           Fix test case: don't try to free NULL GValueArray when there
5071           are no devices.
5072
5073 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5074
5075         * tests/check/Makefile.am:
5076         * tests/check/elements/alsa.c: (test_device_property_probe),
5077         (alsa_suite), (main):
5078           Add simple test that runs a device property probe on alsasrc,
5079           alsasink and alsamixer. Disable valgrind check for now (too
5080           many leaks in libasound, and valgrind ignored my suppressions
5081           additions).
5082
5083 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5084
5085         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5086         (gst_alsa_device_property_probe_probe_property),
5087         (gst_alsa_device_property_probe_needs_probe),
5088         (gst_alsa_device_property_probe_get_values),
5089         (gst_alsa_type_add_device_property_probe_interface):
5090         * ext/alsa/gstalsadeviceprobe.h:
5091         * ext/alsa/gstalsamixerelement.c:
5092         (gst_alsa_mixer_element_init_interfaces):
5093         * ext/alsa/gstalsamixerelement.h:
5094           Clean up and simplify alsa device probing. Make it actually work
5095           for multiple classes. Don't cache results any longer.
5096
5097         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5098         (gst_alsasink_init):
5099         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5100         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5101         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5102           Make alsasink and alsasrc implement the GstPropertyProbe interface
5103           for device probing (#342181).
5104           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5105
5106 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * gst/subparse/samiparse.c: (handle_start_font):
5109           Don't ignore return value of strtol (++compiler_happiness).
5110
5111 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         Patch by: Young-Ho Cha  <ganadist chollian net>
5114
5115         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5116         (gst_sub_parse_class_init), (gst_sub_parse_init),
5117         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5118         (convert_encoding):
5119         * gst/subparse/gstsubparse.h:
5120           Add 'encoding' property (#341681).
5121
5122         * gst/subparse/samiparse.c: (characters_sami):
5123           Output is pango markup, so we need to escape text
5124           between tags (#342143).
5125
5126 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5127
5128         * gst-libs/gst/audio/multichannel.c:
5129         (gst_audio_check_channel_positions):
5130           It's okay to have caps with channels=1 and a channel position
5131           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5132           (deinterleavers might want to keep the position in the caps,
5133           so that they can be re-interleaved again properly later).
5134           Leave check for unexpected 2-channel layouts intact for now.
5135
5136 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5137
5138         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5139         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5140         basesrc can do its job correctly.
5141
5142 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * ext/alsa/Makefile.am:
5145         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5146         (gst_alsa_detect_formats), (get_channel_free_structure),
5147         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5148         (gst_alsa_probe_supported_formats):
5149         * ext/alsa/gstalsa.h:
5150         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5151           Refactor and improve caps probing code: probe signedness
5152           when we probe the supported formats/widths; set endianness
5153           to the one we actually probed for (ie. cpu endianness).
5154           
5155         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5156         (gst_alsasrc_close):
5157         * ext/alsa/gstalsasrc.h:
5158           Implement caps probing for alsasrc.
5159
5160 2006-05-15  Wim Taymans  <wim@fluendo.com>
5161
5162         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5163         (theora_dec_src_query), (theora_dec_src_event),
5164         (theora_dec_sink_event), (theora_handle_comment_packet),
5165         (theora_handle_data_packet), (theora_dec_change_state):
5166         Cleanups, add some G_LIKELY.
5167         Use segment helpers instead of our own wrong code.
5168         Clear queued buffers on seek and READY.
5169
5170         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5171         (vorbis_dec_convert), (vorbis_dec_src_query),
5172         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5173         (vorbis_handle_comment_packet), (vorbis_dec_push),
5174         (vorbis_handle_data_packet), (vorbis_dec_chain),
5175         (vorbis_dec_change_state):
5176         * ext/vorbis/vorbisdec.h:
5177         Remove old useless packetno variable.
5178         Do position query properly.
5179         Add some G_LIKELY.
5180         Do cleanup of queued buffers in new helper function
5181         and use it.
5182
5183 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5184
5185         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5186           Query supported sample rates. Fixes #341732.
5187
5188 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5189
5190         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5191         (gst_decode_bin_change_state): Make decodebin reusable
5192         when going from PAUSE_TO_READY and then back to PAUSED.
5193         Fixes #331678.
5194
5195 2006-05-15  Wim Taymans  <wim@fluendo.com>
5196
5197         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5198         (vorbis_dec_convert), (vorbis_dec_src_query),
5199         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5200         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5201         (vorbis_dec_clean_queued), (vorbis_dec_push),
5202         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5203         Cleanups. Use refcounting and DEBUG_OBJECT.
5204         Reset segment on flush, use code methods instead of our
5205         own wrong version.
5206         Fix potential memleak.
5207
5208 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5211         (gst_alsasink_init):
5212         * ext/alsa/gstalsasink.h:
5213           Don't leak allocated snd_output_t structure if there's
5214           more than one alsasink instance at a time (#341873).
5215           Also fix GObject macros in header file.
5216           
5217 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5218
5219         * gst/subparse/gstsubparse.c:
5220         (gst_sub_parse_data_format_autodetect):
5221           Don't use libxml functions in the typefinding code.
5222
5223 2006-05-15  Wim Taymans  <wim@fluendo.com>
5224
5225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5226         Fix seeking performance in the case where a non-header 
5227         packet has a 0 granulepos (busted theora case). 
5228         Fixes #341719
5229         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5230          the first place, you limelight stealer you)
5231
5232 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * gst/subparse/gstsubparse.c:
5235         (gst_sub_parse_data_format_autodetect):
5236           Improve SAMI typefinding: handle case where there are
5237           whitespaces or newlines in front of the first <SAMI>
5238           tag (#169936).
5239
5240 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5241
5242         * configure.ac:
5243           Build video4linux plugin even if there's no XVIDEO, just
5244           without implementing the GstXOverlay interface (#334002).
5245          
5246 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5247
5248         * configure.ac:
5249         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5250         (plugin_init):
5251           Add tentative support for libvisual-0.4 (#336881).
5252
5253 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5254
5255         Patch by: Young-Ho Cha <ganadist at chollian net>
5256
5257         * gst/subparse/samiparse.c: (handle_start_font):
5258           Need to map "silver" colour explicitly (#169936).
5259
5260 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5261
5262         Patch by: Young-Ho Cha  <ganadist at chollian net>
5263
5264         * gst/subparse/Makefile.am:
5265         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5266         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5267         (gst_sub_parse_format_autodetect), (feed_textbuf),
5268         (gst_subparse_type_find), (plugin_init):
5269         * gst/subparse/gstsubparse.h:
5270         * gst/subparse/samiparse.c:
5271         * gst/subparse/samiparse.h:
5272           Add support for SAMI subtitles (#169936).
5273
5274 2006-05-14  Michael Smith  <msmith@fluendo.com>
5275
5276         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5277           Fix #341696: crash when mixing L+R+C to mono or stereo.
5278         * tests/check/Makefile.am:
5279         * tests/check/elements/audioconvert.c: (set_channel_positions),
5280         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5281         (audioconvert_suite):
5282           Add test for the above, including some generic framework bits for
5283           testing multichannel things.
5284
5285 === release 0.10.7 ===
5286
5287 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5288
5289         * configure.ac:
5290           releasing 0.10.7, "Leave the gun"
5291
5292 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5293
5294         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5296         Fix the build.
5297
5298 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5299
5300         * docs/libs/gst-plugins-base-libs-docs.sgml:
5301         * docs/libs/gst-plugins-base-libs-sections.txt:
5302         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5303         * gst-libs/gst/video/video.h:
5304         * gst/videoscale/Makefile.am:
5305         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5307         * tests/check/Makefile.am:
5308         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5309         (main):
5310           Fix integer overflow problem with pixel-aspect-ratio calculations
5311           in videoscale and xvimagesink (#341542)
5312
5313 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * gst-libs/gst/tag/gstid3tag.c:
5316           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5317
5318 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5319
5320         * win32/MANIFEST:
5321           update win32 files listing
5322
5323 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5324
5325         patch by: Sjoerd Simons (sjoerd@luon.net)
5326
5327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5328         (group_create), (group_destroy), (add_stream),
5329         (gst_play_base_bin_get_property),
5330         (gst_play_base_bin_get_streaminfo_value_array):
5331         * gst/playback/gstplaybasebin.h:
5332           API: GstPlayBaseBin::stream-info-value-array property
5333           use a more bindings-friendly way of exposing streaminfo
5334           using a GValueArray.  Tested in ipython.
5335           Closes #341114
5336
5337 2006-05-11  Wim Taymans  <wim@fluendo.com>
5338
5339         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5340         (queue_underrun_cb), (queue_filled_cb):
5341         Also catch queue underruns but don't do anything yet.
5342         Refactor and comment queue enlarging code a bit.
5343
5344         * gst/playback/gstplaybasebin.c: (queue_overrun),
5345         (queue_threshold_reached), (queue_out_of_data),
5346         (gen_preroll_element):
5347         If a queue over/underruns check that we don't create nasty
5348         deadlocks when the min-threshold is not reached but the
5349         max-bytes is. In those cases disable max-bytes when we
5350         know that the queue is fed timed data.
5351         Add more comments.
5352
5353 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5354
5355         * gst/playback/gstplaybin.c: (gen_audio_element):
5356           Make playbin automatically plug an 'audioresample'
5357           element before the audio sink as well. This solves
5358           problems with sinks that only accept a very specific
5359           sample rate, like esdsink (e.g. #340379).
5360
5361 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5362
5363         * gst/playback/gstplaybasebin.c: (gen_source_element):
5364           Make http sources send special headers so that we receive
5365           icecast metadata if the http stream is an icecast stream
5366           (otherwise the server will just ignore them). This also
5367           means that from now on users will need the 'icydemux'
5368           element from gst-plugins-good installed if they want to
5369           listen to icecast radio streams. (#341432, #333657).
5370
5371 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5372
5373         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5374         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5375           remove stupid example from docs - it should come with a simple
5376           C program instead.
5377           Clean up/fix docs
5378         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5379         (fail_if_can_read), (GST_START_TEST),
5380         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5381           add a test for changing streamheader which exposes a bug in
5382           multifdsink
5383
5384 2006-05-11  Michael Smith  <msmith@fluendo.com>
5385
5386         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5387         (gst_gnome_vfs_src_received_headers_callback):
5388         * ext/gnomevfs/gstgnomevfssrc.h:
5389           Don't set icy-caps unless we have a sane interval value. Move
5390           interval to a local variable; we never use it outside this function.
5391
5392 2006-05-11  Wim Taymans  <wim@fluendo.com>
5393
5394         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5396         Register special buffer types along with the objects so
5397         that they are not registered at runtime from N different
5398         streaming threads since they are not threadsafe.
5399
5400 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5401
5402         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5403         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5404           add two more tests, one doing streamheader
5405
5406 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5407
5408         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5409           clean up the bufqueue when shutting down
5410         * tests/check/Makefile.am:
5411         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5412         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5413         (main):
5414           add a test for the leak that was just fixed
5415
5416 2006-05-10  Wim Taymans  <wim@fluendo.com>
5417
5418         * gst/adder/gstadder.c: (gst_adder_setcaps),
5419         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5420         (gst_adder_src_event), (gst_adder_sink_event),
5421         (gst_adder_class_init), (gst_adder_finalize),
5422         (gst_adder_request_new_pad), (gst_adder_collected):
5423         * gst/adder/gstadder.h:
5424         Updated some docs. Added comments and FIXMEs all over the place.
5425         Improve debugging info.
5426         Fix leak on finalize by not calling the parent.
5427         Implement duration query.
5428         Make event forwarding threadsafe.
5429         Correctly send NEWSEGMENT at start and after flush.
5430         Handle EOS correctly.
5431         Post error when not negotiated.
5432
5433         * tests/check/elements/adder.c: (GST_START_TEST):
5434         Added FIXME in the test.
5435
5436 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5439         (gst_text_overlay_halign_get_type),
5440         (gst_text_overlay_wrap_mode_get_type):
5441         * ext/theora/theoradec.c: (theora_handle_type_packet),
5442         (theora_handle_data_packet):
5443         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5444         (theora_enc_sink_setcaps), (theora_enc_chain):
5445         * gst-libs/gst/cdda/gstcddabasesrc.c:
5446         (gst_cdda_base_src_mode_get_type):
5447         * gst/audiotestsrc/gstaudiotestsrc.c:
5448         (gst_audiostestsrc_wave_get_type):
5449         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5450         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5451         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5452         (gst_sync_method_get_type), (gst_unit_type_get_type),
5453         (gst_client_status_get_type):
5454         * gst/videoscale/gstvideoscale.c:
5455         (gst_video_scale_method_get_type):
5456         * gst/videotestsrc/gstvideotestsrc.c:
5457         (gst_video_test_src_pattern_get_type):
5458         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5459         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5460         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5461         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5462         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5463         (paint_setup_RGB565), (paint_setup_xRGB1555):
5464           Const-ify GEnumValue and GFlagsValue arrays. Use
5465           GST_ROUND_UP_* macros instead of home-made ones.
5466
5467 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5468
5469         * configure.ac:
5470           Require core CVS for the new newsegment stuff.
5471
5472 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         Patch by: Sjoerd Simons  <sjoerd at luon net>
5475
5476         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5477           Register nick for enum value (#341160).
5478
5479 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5480
5481         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5482         (plugin_init):
5483          backout typefind patch #340375
5484          
5485         * tests/check/elements/adder.c: (message_received),
5486         (GST_START_TEST), (adder_suite):
5487           redo, signal-handling of test
5488
5489 2006-05-09  Wim Taymans  <wim@fluendo.com>
5490
5491         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5492         (gst_adder_collected):
5493         * gst/adder/gstadder.h:
5494         Remove bogus segment merging and forwarding, we don't
5495         care about timestamps anyway and we just produce a
5496         continuous stream. 
5497         Also create a nice NEWSEGMENT event when we start.
5498         Use _scale_int some more.
5499
5500 2006-05-09  Edward Hervey  <edward@fluendo.com>
5501
5502         * tests/icles/stress-xoverlay.c:
5503         Fix if core was built without parsing support.
5504
5505 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5508           Add SEDG (Samsung MPEG-4) fourcc.
5509
5510 2006-05-09  Edward Hervey  <edward@fluendo.com>
5511
5512         * tests/icles/stress-xoverlay.c:
5513         * tests/examples/volume/volume.c:
5514         Fix if core was built without parsing support.
5515
5516         * tests/examples/seek/seek.c:
5517         Disable the parse_launch example if core was built without parsing
5518         support.
5519
5520 2006-05-08  Edward Hervey  <edward@fluendo.com>
5521
5522         * autogen.sh: (CONFIGURE_DEF_OPT): 
5523         libtoolize on Darwin/MacOSX is called glibtoolize
5524
5525 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5526
5527         * tests/check/Makefile.am:
5528         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5529           Disable the adder test, until the build-slaves posses the kindness to 
5530           either like it or to give valid reason for not doing so 
5531
5532 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5533
5534         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5535         (adder_suite):
5536           Shuffle NULL state change around and raise timeout more
5537
5538 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5539
5540         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5541         (mp4_type_find), (plugin_init):
5542           Add typefind to distinguish between "audio/x-m4a" and new type
5543           "video/mp4". Fixes #340375
5544
5545         * tests/check/elements/adder.c: (adder_suite):
5546           Raise timeout to make buildbot happy
5547
5548 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5549
5550         * gst/adder/gstadder.c: (gst_adder_sink_event),
5551         (gst_adder_request_new_pad), (gst_adder_change_state):
5552         * gst/adder/gstadder.h:
5553         * tests/check/Makefile.am:
5554         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5555         (adder_suite), (main):
5556           Add sink-event handling to adder. It tries to merge incomming
5557           newsegment-events. Added test to check if segment_done is comming
5558           through. Fixes #340060
5559
5560 2006-05-05  Andy Wingo  <wingo@pobox.com>
5561
5562         * ext/theora/theoraparse.c (gst_theora_parse_init)
5563         (theora_parse_src_convert, theora_parse_src_query):
5564         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5565         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5566         query functions on the source pads of the theora and vorbis parse
5567         elements. Fixes position querying when doing a remux.
5568
5569 2006-05-05  Michael Smith  <msmith@fluendo.com>
5570
5571         * ext/theora/theoraparse.c: (parse_granulepos),
5572         (theora_parse_drain_queue_prematurely),
5573         (theora_parse_queue_buffer), (theora_parse_sink_event):
5574           Fix flushing.
5575           Fix invalid granulepos outputs when starting with a non-keyframe.
5576
5577 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5578
5579         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5580         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5581         Rearrange MPEG system stream detection, fixing some memleaks in the
5582         process.
5583         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5584         they clean up their data correctly.
5585         Remove unused ogganx caps and move the 'is_annodex' check to inside
5586         the 'is_ogg' if statement.
5587
5588 2006-05-05  Wim Taymans  <wim@fluendo.com>
5589
5590         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5591         Properly remove ghostpads. Fixes #340392
5592
5593 2006-05-04  David Schleef  <ds@schleef.org>
5594
5595         * gst/typefind/gsttypefindfunctions.c:
5596
5597 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5598
5599         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5600         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5601
5602         When typefinding an MP3 in push-based mode, don't penalise the
5603         probability down to 74% when we found 5 valid frames just because we
5604         can't peek the end of the file.
5605
5606         Make the probability for detecting MPEG Transport Streams based on the
5607         number of sequential headers we successfully detected.
5608
5609 2006-05-03  Wim Taymans  <wim@fluendo.com>
5610
5611         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5612         (vorbis_dec_push), (vorbis_dec_chain):
5613         Still produce an error when we receive an empty packet.
5614
5615 2006-05-03  Wim Taymans  <wim@fluendo.com>
5616
5617         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5618         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5619         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5620         Mark buffers with DISCONT after seek and after activating new
5621         chains.
5622
5623         * ext/theora/gsttheoradec.h:
5624         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5625         (theora_get_query_types), (theora_dec_sink_event),
5626         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5627         (theora_dec_change_state):
5628         Fix frame counter.
5629         Detect and mark DISCONT buffers.
5630
5631         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5632         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5633         (vorbis_dec_change_state):
5634         * ext/vorbis/vorbisdec.h:
5635         Use GstSegment.
5636         Detect and mark DISCONT buffers.
5637         Don't crash on 0 sized buffers.
5638
5639 2006-05-03  Wim Taymans  <wim@fluendo.com>
5640
5641         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5642         (volume_transform_ip):
5643         Increase "volume" property to 10.0. Fixes #340369.
5644         Set the process function to NULL when capsnego fails so that
5645         we properly error out.
5646
5647 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5648
5649         * gst/playback/gstplaybin.c: (add_sink):
5650         * gst/playback/test.c: (main):
5651         * gst/playback/test5.c: (dump_element_stats):
5652         * gst/playback/test6.c: (main):
5653           free caps using gst_caps_unref, don't leak caps-strings
5654
5655 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5658         (plugin_init):
5659           Refine musepack typefinding a bit. Return MAXIMUM
5660           probability when we detect stream version 7 to make
5661           sure the mpeg audio typefinder doesn't trump us.
5662
5663 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5664
5665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5666           Protect against unexpected NULL strf_data buffer.
5667
5668 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5669
5670         * tests/check/elements/audioconvert.c: (verify_convert),
5671         (GST_START_TEST):
5672           interpret the out[] buffer in the order the bytes are actually
5673           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5674           Other tests should use BYTE_ORDER since the array is filled in
5675           with actual values
5676
5677 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5678
5679         * tests/check/elements/audioconvert.c: (verify_convert),
5680         (GST_START_TEST):
5681           when a test fails, give an indication of which it is
5682
5683 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5684
5685         * gst-libs/gst/cdda/gstcddabasesrc.c:
5686           compile fix; strtol() needs <stdlib.h>
5687
5688 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5689
5690         * ext/alsa/gstalsamixerelement.c:
5691         * ext/alsa/gstalsasrc.c:
5692         * ext/cdparanoia/gstcdparanoiasrc.c:
5693         * ext/gnomevfs/gstgnomevfssink.c:
5694         * ext/gnomevfs/gstgnomevfssrc.c:
5695         * ext/ogg/gstoggdemux.c:
5696         * ext/ogg/gstoggmux.c:
5697         * ext/ogg/gstoggparse.c:
5698         * ext/ogg/gstogmparse.c:
5699         * ext/pango/gstclockoverlay.c:
5700         * ext/pango/gsttextoverlay.c:
5701         * ext/pango/gsttextrender.c:
5702         * ext/pango/gsttimeoverlay.c:
5703         * ext/theora/theoradec.c:
5704         * ext/theora/theoraenc.c:
5705         * ext/vorbis/vorbisdec.c:
5706         * ext/vorbis/vorbisenc.c:
5707         * gst-libs/gst/audio/gstaudiofilter.c:
5708         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5709         * gst/audioconvert/gstaudioconvert.c:
5710         * gst/audiorate/gstaudiorate.c:
5711         * gst/audioresample/gstaudioresample.c:
5712         * gst/audiotestsrc/gstaudiotestsrc.c:
5713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5714         * gst/playback/gstdecodebin.c:
5715         * gst/playback/gstplaybin.c:
5716         * gst/playback/gststreamselector.c:
5717         * gst/subparse/gstsubparse.c:
5718         * gst/tcp/gstmultifdsink.c:
5719         * gst/tcp/gsttcpclientsink.c:
5720         * gst/tcp/gsttcpclientsrc.c:
5721         * gst/tcp/gsttcpserversink.c:
5722         * gst/tcp/gsttcpserversrc.c:
5723         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5724         * gst/videorate/gstvideorate.c:
5725         * gst/videoscale/gstvideoscale.c:
5726         * gst/videotestsrc/gstvideotestsrc.c:
5727         * gst/volume/gstvolume.c:
5728         * sys/v4l/gstv4ljpegsrc.c:
5729         * sys/v4l/gstv4lmjpegsink.c:
5730         * sys/v4l/gstv4lmjpegsrc.c:
5731         * sys/v4l/gstv4lsrc.c:
5732         * sys/ximage/ximagesink.c:
5733         * sys/xvimage/xvimagesink.c:
5734         * tests/check/libs/cddabasesrc.c:
5735           make GstElementDetails const
5736
5737 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5738
5739         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5740         (gst_adder_init):
5741           send events from src-pad to all sink-pads fixes #338657
5742
5743 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5744
5745         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5746         (alsasink_parse_spec):
5747           query width capabilities from alsa, fixes #338919
5748
5749 2006-04-28  Wim Taymans  <wim@fluendo.com>
5750
5751         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5752         (gst_multi_fd_sink_remove_client_link):
5753         * gst/tcp/gstmultifdsink.h:
5754         Fix race condition in multifdsink that can lead to spurious 
5755         duplicate clients. this patch adds a new signal that is fired when
5756         multifdsink has removed all references to the fd.
5757         Fixes #339574.
5758         Updated documentation.
5759         API: client-fd-removed signal added
5760
5761 2006-04-28  Michael Smith  <msmith@fluendo.com>
5762
5763         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5764           When asking g_value_array_new to prealloc elements, we may as well
5765           ask for the right number of elements.
5766
5767 2006-04-28  Wim Taymans  <wim@fluendo.com>
5768
5769         * gst-libs/gst/audio/gstbaseaudiosink.c:
5770         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5771         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5772         patch to make timestamp checking more tollerant to rounding 
5773         errors given that real discontinuities are to be marked on
5774         buffers. Fixes some asf files and #338778.
5775         Also avoid some crashers when we receive an event in the 
5776         NULL state.
5777
5778 2006-04-28  Michael Smith  <msmith@fluendo.com>
5779
5780         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5781         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5782         (gst_gnome_vfs_src_get_property),
5783         (gst_gnome_vfs_src_send_additional_headers_callback),
5784         (gst_gnome_vfs_src_received_headers_callback),
5785         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5786         (gst_gnome_vfs_src_stop):
5787         * ext/gnomevfs/gstgnomevfssrc.h:
5788           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5789           proper shared support within icydemux.
5790
5791 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5792
5793         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5794         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5795           fix up docs
5796           fix a leak when no caps negotiated
5797           fix counting of input frames
5798         * tests/check/elements/.cvsignore:
5799         * tests/check/elements/videorate.c: (assert_videorate_stats),
5800         (GST_START_TEST), (videorate_suite):
5801           add tests for these
5802
5803 2006-04-28  Wim Taymans  <wim@fluendo.com>
5804
5805         * gst-libs/gst/audio/gstringbuffer.c:
5806         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5807         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5808         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5809         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5810         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5811         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5812         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5813         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5814         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5815         Check arguments passed to public functions instead of
5816         crashing.
5817
5818 2006-04-28  Wim Taymans  <wim@fluendo.com>
5819
5820         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5821         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5822         GstBaseAudioSrc must be live or it does not work.
5823
5824         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5825         Don't set live to TRUE as this is the default in the parentclass.
5826
5827 2006-04-28  Wim Taymans  <wim@fluendo.com>
5828
5829         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5830         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5831         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5832         fixation cases better. Fixes #338991
5833
5834 2006-04-28  Wim Taymans  <wim@fluendo.com>
5835
5836         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5837         Handle 0/1 framerate correctly Fixes #331901.
5838
5839 2006-04-28  Wim Taymans  <wim@fluendo.com>
5840
5841         * tests/check/elements/audioconvert.c: (get_float_caps),
5842         (GST_START_TEST), (audioconvert_suite):
5843         Added check for correct clipping when doing float samples
5844         in audioconvert.
5845
5846 2006-04-28  Wim Taymans  <wim@fluendo.com>
5847
5848         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5849         (gst_video_rate_chain):
5850         Print more debugging info.
5851
5852 2006-04-28  Wim Taymans  <wim@fluendo.com>
5853
5854         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5855         (resample_set_state_from_caps):
5856         Add support for other formats audioresample can handle such as
5857         32 bits in and float and 64 bits float. Fixes #301759
5858
5859 2006-04-28  Wim Taymans  <wim@fluendo.com>
5860
5861         * gst/audioconvert/audioconvert.c: (float):
5862         correctly clip float samples > 1.0. Fixes #338718
5863
5864 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5865
5866         Patch by: Young-Ho Cha  <ganadist at chollian net>
5867
5868         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5869         (gst_text_overlay_render_text):
5870           Don't strip newlines from the text. Also, center lines
5871           within multi-line paragraphs (#339405).
5872
5873 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5874
5875         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5876           Fix wavpack typefinding to work in more cases (don't peek
5877           for chunks of multiple hundred kBs at once, but process
5878           things step-by-step in smaller units). Fixes #339786.
5879
5880 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5881
5882         * configure.ac:
5883           back to HEAD
5884
5885 === release 0.10.6 ===
5886
5887 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5888
5889         * configure.ac:
5890           releasing 0.10.6, "Chao"
5891
5892 2006-04-26  David Schleef  <ds@schleef.org>
5893
5894         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5895           Fixes #338897.
5896
5897 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5898
5899         * configure.ac:
5900         * win32/common/config.h:
5901           new prerelease
5902
5903 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5904
5905         patch by: Wim Taymans
5906
5907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5908         (gst_ogg_demux_perform_seek):
5909           make sure correct newsegments are sent, so that the decoder
5910           and the demuxer agree on timestamps.  Fixes playback of a lot
5911           of Ogg files that do not start from 0.  Fixes #339833.
5912
5913 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5914
5915         Patch by: Edward Hervey  <edward@fluendo.com>
5916
5917         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5918         * tests/check/Makefile.am:
5919         * tests/check/elements/videorate.c: (assert_videorate_stats),
5920         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5921         (videorate_suite), (main):
5922           Fix an infinite loop if frames are passed in with wrongly ordered
5923           timestamps.  Fixes #339013.
5924
5925 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5926
5927         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5930           fix typefinding on some ISO files.  Fixes #339212.
5931
5932 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5933
5934         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5935
5936         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5937           add another H264 fourcc.  Fixes #339047.
5938
5939 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5940
5941         Patch by: Jan Schmidt
5942
5943         * gst/playback/gststreamselector.c:
5944         (gst_stream_selector_bufferalloc):
5945           Restore old StreamSelector behaviour.
5946           Fixes #338419.
5947
5948 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5949
5950         * configure.ac:
5951         * win32/common/config.h:
5952           prerelease
5953
5954 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5957
5958         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5959         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5960           Fix some memory leaks: on finalize, free buffers left in the queue
5961           before destroying the queue; in _push(), unref rtp_buf even if
5962           the process vfunc returned a NULL buffer as output buffer (#337548);
5963           demote some recuring debug messages to LOG level.
5964
5965 2006-04-11  Wim Taymans  <wim@fluendo.com>
5966
5967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5968         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5969         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5970         (gst_ogg_demux_loop):
5971         More cleanups.
5972         Respect segment stop when emiting EOS or SEGMENT_DONE.
5973         Fixes (#337945).
5974
5975 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5976
5977         * gst/playback/gststreamselector.c:
5978         (gst_stream_selector_get_property):
5979           Don't leak pad name.
5980
5981 2006-04-10  Michael Smith  <msmith@fluendo.com>
5982
5983         * tests/check/Makefile.am:
5984         * tests/check/gst-plugins-base.supp:
5985           Suppress an old libtheora bug (fixed in more recent versions), so 
5986           that FC4 buildslaves can pass.
5987
5988 2006-04-10  Wim Taymans  <wim@fluendo.com>
5989
5990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5991         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5992         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5993         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5994         (gst_ogg_demux_loop):
5995         Don't leak events.
5996         Remember what error we got when finding chains, if we
5997         were shutdown, that would not be an error.
5998
5999 2006-04-10  Wim Taymans  <wim@fluendo.com>
6000
6001         * gst-libs/gst/audio/gstbaseaudiosink.c:
6002         (gst_base_audio_sink_event):
6003         Starting the ringbuffer when we did not acquire it can cause
6004         a deadlock, is pointless and causes nasty things for
6005         subclasses. 
6006         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6007
6008 2006-04-10  Wim Taymans  <wim@fluendo.com>
6009
6010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6011         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6012         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6013         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6014         (gst_ogg_demux_deactivate_current_chain),
6015         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6016         (gst_ogg_demux_bisect_forward_serialno),
6017         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6018         Add some more debugging.
6019
6020 2006-04-10  Wim Taymans  <wim@fluendo.com>
6021
6022         * ext/theora/theoradec.c: (theora_dec_src_event),
6023         (theora_handle_data_packet):
6024         Some more debug info.
6025
6026         * tests/examples/seek/seek.c: (start_seek), (main):
6027         Print element messages too.
6028
6029 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6030
6031         * gst/audioresample/debug.h:
6032           replace debug macros with variable number of parameters
6033           by a simple alias to gstreamer standard debug macros 
6034          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6035           supported by MSVC 6.0 and 7.1)
6036         * gst/audioresample/resample.h:
6037           define M_PI and rint for WIN32
6038         * win32/common/libgstaudio.def:
6039         * win32/common/libgstriff.def:
6040         * win32/common/libgsttag.def:
6041         * win32/common/libgstvideo.def:
6042           add new exported functions
6043         * win32/vs6:
6044           update project files
6045
6046 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6047
6048         * ext/alsa/gstalsamixeroptions.c:
6049         (gst_alsa_mixer_options_class_init):
6050         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6053         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6054         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6055         * gst-libs/gst/audio/gstaudiofilter.c:
6056         (gst_audio_filter_class_init):
6057         * gst-libs/gst/audio/gstaudiosink.c:
6058         (gst_audioringbuffer_class_init):
6059         * gst-libs/gst/audio/gstaudiosrc.c:
6060         (gst_audioringbuffer_class_init):
6061         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6062         * gst-libs/gst/interfaces/colorbalancechannel.c:
6063         (gst_color_balance_channel_class_init):
6064         * gst-libs/gst/interfaces/mixeroptions.c:
6065         (gst_mixer_options_class_init):
6066         * gst-libs/gst/interfaces/mixertrack.c:
6067         (gst_mixer_track_class_init):
6068         * gst-libs/gst/interfaces/tunerchannel.c:
6069         (gst_tuner_channel_class_init):
6070         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6071         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6072         (gst_netbuffer_class_init):
6073         * gst-libs/gst/rtp/gstbasertppayload.c:
6074         (gst_basertppayload_class_init):
6075         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6077         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6078         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6079         * gst/playback/gststreamselector.c:
6080         (gst_stream_selector_class_init):
6081         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6082         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6083         * sys/v4l/gstv4lcolorbalance.c:
6084         (gst_v4l_color_balance_channel_class_init):
6085         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6086         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6087         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6088         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6089         (gst_v4l_tuner_norm_class_init):
6090         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6092         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6093         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6094
6095 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6096
6097         * ext/pango/gsttextrender.h:
6098         * gst-libs/gst/audio/gstaudiosink.h:
6099         * gst-libs/gst/audio/gstaudiosrc.h:
6100         * gst-libs/gst/audio/gstbaseaudiosink.h:
6101         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6102         * gst-libs/gst/audio/gstringbuffer.h:
6103         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6104         * gst-libs/gst/rtp/gstbasertppayload.h:
6105         * gst-libs/gst/video/gstvideofilter.h:
6106         * gst-libs/gst/video/gstvideosink.h:
6107         * gst/playback/gstplaybasebin.h:
6108         * gst/tcp/gstmultifdsink.h:
6109         * sys/v4l/gstv4lelement.h:
6110         Fix broken GObject macros
6111
6112 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6113
6114         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6115         More debug to trace why my USB headset is not working with gst
6116
6117 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6118
6119         * gst/playback/gstplaybasebin.c: (group_destroy):
6120         Clean up our group elements properly in the case where it never 
6121         got committed - it still got added unconditionally to the bin.
6122
6123 2006-04-07  Wim Taymans  <wim@fluendo.com>
6124
6125         * ext/theora/theoradec.c: (theora_dec_sink_event),
6126         (theora_handle_data_packet), (theora_dec_chain):
6127         Unref unhandled events.
6128         Protect against empty buffers.
6129         Perform QoS on running time.
6130
6131 2006-04-07  Michael Smith  <msmith@fluendo.com>
6132
6133         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6134         (gst_vorbis_enc_chain):
6135           Remove leaks from vorbisenc.
6136           Mostly minor changes, the only significant one is that now the
6137           buffers we set as 'streamheader' on the caps are copies of the
6138           original buffers, to avoid circular refcounting problems.
6139
6140 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6141
6142         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6143           Don't remove our mute-probe if someone else already did so.
6144           Don't set a 2nd one if there is already one pending on the pad.
6145
6146         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6147         (do_playbin_seek):
6148           When a seek fails, ensure that playbin is still set back to playing.
6149           
6150         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6151         (mpeg_ts_type_find), (plugin_init):
6152           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6153
6154 2006-04-06  Andy Wingo  <wingo@pobox.com>
6155
6156         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6157         (gst_video_rate_init): Caps-related parameters should not be reset
6158         by a flush -- move their inits to the instance init function.
6159         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6160         is not OK, just return the result.
6161
6162         * gst/audiotestsrc/gstaudiotestsrc.c
6163         (gst_audio_test_src_class_init)
6164         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6165         broken by Stefan's commit on 24 March.
6166
6167         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6168         buffers being pushed out. Fixes oggmux ! multifdsink.
6169
6170 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6171
6172         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6173         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6174         * ext/vorbis/vorbisdec.h:
6175         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6176         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6177         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6178         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6179         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6180         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6181         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6182         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6183         (gst_vorbis_enc_buffer_from_packet),
6184         (gst_vorbis_enc_buffer_from_header_packet),
6185         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6186         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6187         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6188         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6189         (gst_vorbis_enc_change_state):
6190         * ext/vorbis/vorbisenc.h:
6191           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6192           vorbisenc adhere to the official nomenclature; use boilerplate
6193           macro.
6194
6195 2006-04-04  Andy Wingo  <wingo@pobox.com>
6196
6197         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6198         Whoops, fix bug introduced. Bad hacker!
6199         
6200         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6201         Properly handle the case where you get EOS before any buffers are
6202         received. Use gst_buffer_make_metadata_writable where appropriate.
6203
6204         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6205         is often negative -- make it signed so as not to wrap around.
6206         Fixes segfaults introduced on 9 March.
6207
6208 2006-04-03  Wim Taymans  <wim@fluendo.com>
6209
6210         * ext/theora/gsttheoradec.h:
6211         * ext/theora/theoradec.c: (theora_dec_src_event):
6212         Don't try to store a gdouble in a gboolean.
6213         Small cleanups.
6214
6215 2006-04-03  Michael Smith  <msmith@fluendo.com>
6216
6217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6218           Oggmux sucks.
6219           Make it suck slightly less by writing out the final page.
6220           Still can't encode a vorbis-in-ogg file correctly, though.
6221
6222 2006-04-03  Andy Wingo  <wingo@pobox.com>
6223
6224         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6225         a g_print.
6226
6227         * ext/theora/theora.c (plugin_init): Register theoraparse.
6228
6229         * ext/theora/gsttheoraparse.h: 
6230         * ext/theora/theoraparse.c: New files implementing a theora
6231         parser. Now we can properly remux ogg/theora+vorbis, yay.
6232
6233         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6234
6235 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6236
6237         * gst/audiotestsrc/gstaudiotestsrc.c:
6238           Fixed the sample pipeline (see #323798)
6239
6240 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6241
6242         * configure.ac:
6243         * win32/common/config.h:
6244         * win32/common/config.h.in:
6245           use AS_VERSION and AS_NANO
6246           more cleanups
6247
6248 2006-03-31  Andy Wingo  <wingo@pobox.com>
6249
6250         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6251         uninitialized variable return that would happen.
6252         
6253         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6254         uninitialized variable return that would never happen.
6255
6256         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6257         (vorbis_parse_sink_event): Add an event function to flush our
6258         state on a seek, and to drain buffers on a premature EOS.
6259         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6260         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6261         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6262         (vorbis_parse_drain_queue): Queue up buffers until we can set
6263         their timestamps and granulepos values.
6264
6265         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6266         and keep track of data needed for deriving granulepos and
6267         timestamps for buffers.
6268
6269 2006-03-29  Wim Taymans  <wim@fluendo.com>
6270
6271         Patch by: j^ <j at bootlab dot org>
6272
6273         * ext/alsa/gstalsamixerelement.c:
6274         (gst_alsa_mixer_element_class_init):
6275         * ext/alsa/gstalsasink.c:
6276         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6277         * ext/ogg/gstoggdemux.c:
6278         * ext/ogg/gstoggmux.c:
6279         * ext/ogg/gstoggparse.c:
6280         * ext/pango/gstclockoverlay.c:
6281         * ext/pango/gsttextoverlay.c:
6282         * ext/pango/gsttextrender.c:
6283         * ext/pango/gsttimeoverlay.c:
6284         * ext/theora/theoradec.c:
6285         * ext/theora/theoraenc.c:
6286         * ext/vorbis/vorbisdec.c:
6287         * ext/vorbis/vorbisenc.c:
6288         * gst/audioconvert/gstaudioconvert.c:
6289         * gst/subparse/gstsubparse.c:
6290         * gst/tcp/gstmultifdsink.c:
6291         * gst/tcp/gsttcpclientsink.c:
6292         * gst/tcp/gsttcpclientsrc.c:
6293         * gst/tcp/gsttcpserversink.c:
6294         * gst/tcp/gsttcpserversrc.c:
6295           better/unified long descriptions
6296           Fixes #336477
6297
6298 2006-03-29  Wim Taymans  <wim@fluendo.com>
6299
6300         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6301         (stop_seek):
6302         Don't let double and triple clicks mess up our state.
6303
6304 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * gst/playback/gstplaybin.c: (gen_video_element),
6307         (gen_text_element), (gen_audio_element), (gen_vis_element):
6308           Error out gracefully when we can't create any of the usual
6309           conversion elements for some reason. Also, don't try to
6310           create an audioscale (sic) element that's not used anyway.
6311
6312 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6313
6314         * gst/playback/gstplaybasebin.c: (setup_source):
6315           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6316           element for a particular protocol, that's confusing for users.
6317           Instead, post a RESOURCE_FAILED error, so that our own error
6318           message is actually shown in totem etc. (#336303).
6319
6320 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6321
6322         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6323
6324         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6325         (gst_gnome_vfs_src_get_icy_metadata):
6326           Fix some minor memory leaks (#336194).
6327
6328 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * ext/gnomevfs/gstgnomevfs.c:
6331         (gst_gnome_vfs_location_to_uri_string):
6332         * ext/gnomevfs/gstgnomevfs.h:
6333         * ext/gnomevfs/gstgnomevfssink.c:
6334         (gst_gnome_vfs_sink_set_property):
6335         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6336           Make gnomevfssink accept filenames as well as URIs for the
6337           "location" property, just like gnomevfssrc does (and
6338           filesrc/filesink do) (#336190).
6339
6340 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6341
6342         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6343           set to NULL before unreffing, fixes a valgrind leak.
6344           Why was this not triggering the error that an object needs to
6345           be NULL before unreffing ?
6346         * win32/common/config.h:
6347           update
6348
6349 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * gst/subparse/gstsubparse.c: (convert_encoding),
6352         (gst_sub_parse_change_state):
6353         * gst/subparse/gstsubparse.h:
6354           Text subtitle files may or may not be UTF-8. If it's not, we
6355           don't really want to see '?' characters in place of non-ASCII
6356           characters like accented characters. So let's assume the input
6357           is UTF-8 until we come across text that is clearly not. If it's
6358           not UTF-8, we don't really know what it is, so try the following:
6359           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6360           is set; if not, check (b) if the current locale encoding is
6361           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6362           the current locale encoding is UTF-8 and the environment variable
6363           was not set to any particular encoding. Not perfect, but better
6364           than nothing (and better than before, I think) (fixes #172848).
6365
6366 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6367
6368         * configure.ac:
6369           update core requirement to 0.10.4.1 because of async_playback
6370           vmethod on GstBaseSink
6371
6372 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6373
6374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6375         * gst/adder/gstadder.c: (gst_adder_init):
6376         use DEBUG_FUNCPTR for collectpads
6377
6378 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6379
6380         * docs/plugins/Makefile.am:
6381         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6382         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6383         * ext/cdparanoia/gstcdparanoiasrc.c:
6384         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6385         (gst_gnome_vfs_sink_class_init):
6386         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6388         * ext/ogg/gstoggmux.c:
6389         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6390         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6391         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6392         * ext/pango/gsttextoverlay.c:
6393         * ext/pango/gsttextrender.c:
6394         * ext/theora/theoradec.c:
6395         * ext/theora/theoraenc.c:
6396         * ext/vorbis/vorbisdec.c:
6397         * ext/vorbis/vorbisenc.c:
6398         * gst-libs/gst/audio/gstaudiofilter.c:
6399         (gst_audio_filter_base_init):
6400         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6401         (gst_audio_filter_template_base_init):
6402         * gst/adder/gstadder.c: (gst_adder_get_type):
6403         * gst/adder/gstadder.h:
6404         * gst/audioconvert/gstaudioconvert.c:
6405         * gst/audiotestsrc/gstaudiotestsrc.c:
6406         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6407         (gst_audio_test_src_create):
6408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6409         * gst/playback/gstdecodebin.c:
6410         * gst/playback/gstplaybin.c:
6411         * gst/playback/gststreamselector.c:
6412         (gst_stream_selector_base_init):
6413         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6414         * gst/volume/gstvolume.c:
6415         * sys/v4l/gstv4lmjpegsink.c:
6416         * sys/v4l/gstv4lmjpegsrc.c:
6417         * tests/check/libs/cddabasesrc.c:
6418         * tests/old/examples/gob/gst-identity2.gob:
6419           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6420           define GstElementDetails at the top
6421
6422 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6423
6424         * win32/common/libgstinterfaces.def:
6425         Add a lot of export functions for gst-python
6426         * win32/vs6/libgstinterfaces.dsp:
6427         Add a missing include folder in the project configuration
6428         
6429 2006-03-23  Wim Taymans  <wim@fluendo.com>
6430
6431         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6432         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6433         (gst_base_audio_src_change_state):
6434         Fix audio sources, forgot to make the ringbuffer
6435         startable...
6436
6437 2006-03-23  Wim Taymans  <wim@fluendo.com>
6438
6439         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6440         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6441         (gst_base_audio_src_change_state):
6442         unparent instead of unref the ringbuffer.
6443
6444 2006-03-23  Wim Taymans  <wim@fluendo.com>
6445
6446         * gst-libs/gst/audio/gstbaseaudiosink.c:
6447         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6448         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6449         Implement new async_play vmethod to start slaving and allow
6450         playback start in case of async PLAY state changes. 
6451
6452         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6453         Enable QoS with new method in base class.
6454
6455 2006-03-23  Wim Taymans  <wim@fluendo.com>
6456
6457         Patch by: Julien MOUTTE <julien at moutte dot net>
6458
6459         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6460         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6461         Partially handle 0 framerate, only EOS after the first frame
6462         is missing.
6463
6464 2006-03-23  Wim Taymans  <wim@fluendo.com>
6465
6466         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6467
6468         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6469         (gst_riff_create_video_template_caps):
6470         * gst/ffmpegcolorspace/avcodec.h:
6471         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6472         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6473         (gst_ffmpegcsp_avpicture_fill):
6474         * gst/ffmpegcolorspace/imgconvert.c:
6475         Patch for support of YVU9 AVI files (#334822)
6476
6477 2006-03-22  Edward Hervey  <edward@fluendo.com>
6478
6479         * docs/design/design-decodebin.txt:
6480         Added design document for new decodebin
6481         (Target Caps): text/x-pango-markup is also a default target caps.
6482
6483 2006-03-22  Wim Taymans  <wim@fluendo.com>
6484
6485         * gst-libs/gst/audio/gstbaseaudiosink.c:
6486         (gst_base_audio_sink_dispose):
6487         Since we _parent the ringbuffer, we also need to
6488         _unparent instead of a plain _unref.
6489
6490 2006-03-22  Wim Taymans  <wim@fluendo.com>
6491
6492         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6493         (stop_seek), (scrub_toggle_cb), (main):
6494         Add scrub checkbox.
6495
6496 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6499         (gst_ogg_parse_chain):
6500           Fix very inefficient usage of linked lists (#335365).
6501
6502 2006-03-21  Edward Hervey  <edward@fluendo.com>
6503
6504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6505         * gst/playback/gstplaybin.c: (handoff):
6506         * gst/playback/gststreamselector.c:
6507         (gst_stream_selector_set_property):
6508         gcc 4.1 unreferenced pointer fixes.
6509         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6511         gst_buffer_ref() now takes a GstBuffer*.
6512
6513 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6514
6515         * sys/xvimage/xvimagesink.c:
6516         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6517         by Jan Schmidt.
6518
6519 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6520
6521         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6522         (id3v1_type_find), (apetag_type_find), (plugin_init):
6523           Can't do tag preferences via probability, as tags would then
6524           lose against types that are recognised with MAXIMUM probability
6525           (like .wav); so let all tag typefinders return MAXIMUM themselves
6526           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6527           that we can prefer APE to ID3v1 (fixes #335028).
6528           
6529 2006-03-17  Wim Taymans  <wim@fluendo.com>
6530
6531         * gst-libs/gst/audio/gstbaseaudiosink.c:
6532         (gst_base_audio_sink_change_state):
6533         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6534         (gst_ring_buffer_may_start):
6535         * gst-libs/gst/audio/gstringbuffer.h:
6536         Only start playback if we are playing.
6537         should fix #330748.
6538
6539 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6540
6541         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6542         * win32/common/config.h:
6543           Revert accidental commits to these files.
6544
6545 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6548
6549         * tests/Makefile.am:
6550           Don't try to build tests in tests/icles if we
6551           don't have X (#323852)
6552
6553 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6554
6555         * gst-libs/gst/tag/gstid3tag.c:
6556           Add TXXX frame identifiers for replaygain stuff as used
6557           by some taggers (see #323721).
6558
6559 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6560
6561         * gst/playback/gststreamselector.c:
6562         (gst_stream_selector_set_property),
6563         (gst_stream_selector_bufferalloc):
6564           Preserve the existing buggy streamselector behaviour by performing
6565           a fallback buffer allocation when downstream isn't linked yet.
6566           This should really be fixed in playbin by blocking pads until it's
6567           linked them.
6568           Also, use gst_pad_alloc_buffer instead of
6569           gst_pad_alloc_buffer_and_set.
6570
6571 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * gst-libs/gst/tag/gstid3tag.c:
6574           Don't crash on unknown ID3v2 TXXX frames.
6575           
6576 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6577
6578         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6579           Chain up to the parent finalize method.
6580           Add 32-bit sample size to the template caps.
6581
6582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6583         (gst_riff_create_video_template_caps):
6584           Add the fourcc that the VMWare codec uses.
6585           
6586         * gst/playback/gststreamselector.c:
6587         (gst_stream_selector_set_property),
6588         (gst_stream_selector_bufferalloc),
6589         (gst_stream_selector_request_new_pad):
6590           For the active pad, forward buffer-alloc requests, otherwise
6591           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6592           having to memcpy every frame when used by playbin.
6593
6594         * gst/tcp/gstmultifdsink.c:
6595         (gst_multi_fd_sink_handle_client_write):
6596           Get negotiated caps from the sink pad, rather than the sink
6597           pad's peer.
6598
6599 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6600
6601         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6602         
6603         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6604           Don't forget to set src->callbacks_pushed to FALSE again when
6605           popping them, otherwise re-activation in a different mode won't
6606           work (#334620).
6607
6608 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         Patch by: Sebastien Moutte  <sebastien moutte net>
6611
6612         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6613         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6614         (gst_ffmpeg_smpfmt_to_caps):
6615           Replace __VA_ARGS__ caps creation macros with varargs functions.
6616           Makes things compile on MSVC (#320765), looks nicer, and we can
6617           tell the compiler to check for the NULL terminator.
6618
6619 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6620
6621         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6622
6623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6624           Make sure the buffer we copy into is really always big
6625           enough, this time for real (#333488).
6626           
6627 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6630           Add support for 24bpp DIB (#305279).
6631
6632 2006-03-14  Wim Taymans  <wim@fluendo.com>
6633
6634         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6635         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6637         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6638         (gst_video_scale_init), (gst_video_scale_src_event):
6639         Re-enable QoS after the release.
6640         Rework videoscale to use the base class src_event handler.
6641
6642 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6643
6644         * configure.ac:
6645           back to CVS.
6646
6647 === release 0.10.5 ===
6648
6649 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6650
6651         * configure.ac:
6652           releasing 0.10.5, "Net"
6653
6654 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         * docs/plugins/Makefile.am:
6657           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6658           
6659 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6660
6661         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6662         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6663         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6664           Add cdparanoiasrc to docs.
6665
6666         * gst-libs/gst/cdda/gstcddabasesrc.c:
6667           More GstCddaBaseSrc docs.
6668
6669 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * docs/libs/gst-plugins-base-libs-sections.txt:
6672         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6673         * gst-libs/gst/tag/tag.h:
6674           API: libgsttag: new method gst_tag_from_id3_user_tag().
6675
6676 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6677
6678         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6679           NULL-terminate array of mpeg4 video file extensions.
6680           Fixes crash on PPC (#334226).
6681
6682 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * ext/gnomevfs/gstgnomevfssrc.c:
6685         (gst_gnome_vfs_src_check_get_range):
6686           gnome_vfs_uri_is_local() alone is not a good indicator
6687           whether we can operate in pull-mode with a specific URI,
6688           as it returns FALSE for file:// URIs that point to an
6689           NFS-mounted path. Be more conservative here: whitelist
6690           local files, blacklist http URIs and use the old
6691           mechanism for anything else (fixes #334216).
6692
6693 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6694
6695         * configure.ac:
6696           back to trunk
6697
6698 === release 0.10.4 ===
6699
6700 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6701
6702         * configure.ac:
6703           releasing 0.10.4, "Power"
6704
6705 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6706
6707         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6708         Disable max-lateness by setting it to -1 for now, so that 
6709         we can bed QoS stuff in thoroughly between now and the next
6710         release.
6711
6712 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         Patch by: Fabrizio Gennari
6715
6716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6717           Make sure we don't read beyond the palette buffer in case of
6718           broken or manipulated files (#333488)
6719
6720 2006-03-10  Edward Hervey  <edward@fluendo.com>
6721
6722         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6723         Fix for variable not initialized.
6724
6725 2006-03-09  Wim Taymans  <wim@fluendo.com>
6726
6727         * ext/libvisual/visual.c: (gst_visual_get_type),
6728         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6729         (gst_visual_chain):
6730         Small cleanups.
6731
6732         * ext/theora/gsttheoradec.h:
6733         * ext/theora/theoradec.c: (gst_theora_dec_init),
6734         (gst_theora_dec_reset), (_theora_granule_time),
6735         (theora_dec_src_convert), (theora_dec_sink_convert),
6736         (theora_dec_src_query), (theora_dec_src_event),
6737         (theora_dec_sink_event), (theora_handle_comment_packet),
6738         (theora_handle_header_packet), (theora_dec_push),
6739         (theora_handle_data_packet), (theora_dec_chain),
6740         (theora_dec_change_state):
6741         Add simple QoS.
6742
6743 2006-03-09  Wim Taymans  <wim@fluendo.com>
6744
6745         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6746         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6747         Some cleanups.
6748
6749 2006-03-09  Wim Taymans  <wim@fluendo.com>
6750
6751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6752         Don't try to activate NULL chains.
6753
6754 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6757           Fix invalid memory access to region before peek'd data (#332964).
6758
6759 2006-03-09  Wim Taymans  <wim@fluendo.com>
6760
6761         Patch by: Christophe Fergeau
6762
6763         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6764         * ext/pango/gsttextrender.c: (gst_text_render_init):
6765         * gst/adder/gstadder.c: (gst_adder_init):
6766         Don't leak padtemplates, closes #333510.
6767
6768 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6771           Fix invalid memory access: make sure string passed to
6772           regexec() is NUL-termianted.
6773
6774 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6777         (mp3_type_find):
6778           Refactor mpeg/audio typefinding to make it more maintainable
6779           and easier to fine-tune. Make probing into middle of the file
6780           work properly (fixes #333900, also see #152688).
6781
6782 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6783
6784         * gst/typefind/gsttypefindfunctions.c:
6785         (utf8_type_find_have_valid_utf8_at_offset):
6786           Remove part from previous commit that was bogus:
6787           g_utf8_validate() does in fact not accept embedded
6788           zeroes, so we don't need to check for those (thanks
6789           to Mike for the hint).
6790
6791 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * gst/typefind/gsttypefindfunctions.c:
6794         (utf8_type_find_count_embedded_zeroes),
6795         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6796           Make plain/text typefinder more conservative: firstly, check
6797           for embedded zeroes, which are perfectly valid UTF-8 characters,
6798           but also a fairly good sign that something is not a plain text
6799           file; secondly, probe into the middle of the file if possible.
6800           If we can't probe into the middle, limit the probability value
6801           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6802
6803 2006-03-08  Michael Smith  <msmith@fluendo.com>
6804
6805         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6806           Make typefind function name for mpeg4 video unique.
6807
6808 2006-03-08  Wim Taymans  <wim@fluendo.com>
6809
6810         * ext/libvisual/visual.c: (gst_visual_init),
6811         (gst_visual_clear_actors), (gst_visual_dispose),
6812         (gst_visual_reset), (gst_visual_src_setcaps),
6813         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6814         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6815         (gst_visual_chain), (gst_visual_change_state):
6816         Cleanups, post nice errors.
6817         Handle sink and src events.
6818         Implement simple QoS.
6819
6820         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6821         Use new basesink methods to configure max-lateness.
6822         Small doc update.
6823
6824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6825         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6826         Debug statement cleanups.
6827
6828         * gst/volume/gstvolume.c: (gst_volume_class_init):
6829         Simple cleanup.
6830
6831 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6832
6833         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6834         (gst_text_overlay_init), (gst_text_overlay_set_property),
6835         (gst_text_overlay_get_property):
6836           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6837           as string type properties, but mark them deprecated. Add
6838           'halignment' and 'valignment' properties that use enums
6839           instead of strings.
6840
6841 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         Patch by: Fabrizio Gennari
6844
6845         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6846           Allow palettes with less than 256 colours in AVI files
6847           (#333488)
6848
6849 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6850
6851         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6852         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6853         pad. We were releasing the queued text buffer when we should keep
6854         it until video pad gets EOS or discard the text buffer because it's
6855         too old. That was eating the last subtitle buffer. Add some more
6856         debug.
6857
6858 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6859
6860         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6861         (gst_text_overlay_video_chain):
6862           Fix invalid memory access (we can't access a buffer after it's been
6863           pushed downstream without taking a reference); fix memory leak (if
6864           there's no text to render, bail out before allocating stuff).
6865
6866 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6867
6868         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6869         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6870         * ext/pango/gsttextoverlay.h:
6871           If input is plain text, escape it before passing it to
6872           pango_layout_set_markup().
6873
6874 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6877           Don't ignore flow return from gst_pad_push().
6878
6879 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6880
6881         Patch by: Fabrizio Gennari
6882
6883         * ext/libvisual/visual.c: (gst_visual_getcaps),
6884         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6886         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6887         (gst_vorbisenc_convert_sink):
6888         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6889         (gst_audio_duration_from_pad_buffer):
6890         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6891         (gst_audio_filter_chain):
6892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6893         (gst_base_rtp_depayload_setcaps):
6894         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6895         (gst_video_get_size):
6896         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6897           Don't leak references returned by gst_pad_get_parent()
6898           (#333663)
6899
6900 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6901
6902         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6903           change location param details
6904         * gst/volume/gstvolume.c: (plugin_init):
6905           correct plugin description
6906
6907 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6910         (gst_gnome_vfs_src_check_get_range):
6911           Override GstBaseSrc::check_get_range() in order to avoid opening
6912           the resource just to check whether we can operate in pull-mode or
6913           not - we can predict that pretty well from the URI alone. Should
6914           fix problems with last.fm (#331690). (Requires latest core CVS).
6915
6916 2006-03-06  Wim Taymans  <wim@fluendo.com>
6917
6918         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6919         (gst_video_sink_class_init):
6920         Throw away frames that are later than 20 ms.
6921
6922 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6923
6924         Patch by: Fabrizio Gennari
6925
6926         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6927           Set depth on WMA caps (#333545)
6928
6929 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6930
6931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6932         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6933           put Theora BOS pages before others.  This hardcodes
6934           the Ogg/Theora I profile, but hey.
6935
6936 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6937
6938         * ext/ogg/README:
6939           updated with some examples
6940         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6941         (granulepos_add), (theora_buffer_from_packet):
6942         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6943         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6944         (gst_vorbisenc_chain):
6945           implement strategy from ext/ogg/README
6946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6947         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6948         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6949         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6950           Fix muxer so that oggz-validate is happy with all streams;
6951           except for no eos mark, and the BOS page ordering
6952         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6953         (check_buffer_granulepos):
6954         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6955           update tests to check for OFFSET being set as requested
6956           fixed type of granulepos, it's not a ClockTime
6957
6958 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6959
6960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6961         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6962         Check that the xvimage we are creating has a correct size
6963         before returning it. (#314897)
6964
6965 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6966
6967         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6968           Give id3 and ape tag typefinders a rank slightly higher
6969           than PRIMARY to ensure they're always run before any of
6970           the other typefinders (in particular wav and mp3) (#324186).
6971
6972 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6973
6974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6975           Add support for '3IVD' fourcc (#333403).
6976
6977 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6978
6979         * configure.ac:
6980           Bump requirements to GStreamer CVS for the new error enum.
6981
6982         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6983           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6984           space left on the device (fixes #333352).
6985
6986 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6987
6988         * win32/vs6:
6989           add a project file for libgstvolume
6990           update the workspace
6991
6992 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6993
6994         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6995         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6996         (GST_START_TEST):
6997           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6998           Set IN_CAPS on header buffers
6999
7000 2006-03-02  Wim Taymans  <wim@fluendo.com>
7001
7002         * docs/plugins/Makefile.am:
7003         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7004         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7005         Add audioresample to docs.
7006
7007         * gst/audioconvert/gstaudioconvert.c:
7008         Add revision date.
7009
7010         * gst/audioresample/gstaudioresample.c:
7011         (gst_audioresample_base_init), (gst_audioresample_class_init),
7012         (gst_audioresample_init), (gst_audioresample_dispose),
7013         (audioresample_get_unit_size), (audioresample_transform_caps),
7014         (resample_set_state_from_caps), (audioresample_transform_size),
7015         (audioresample_set_caps), (audioresample_event),
7016         (audioresample_do_output), (audioresample_transform),
7017         (audioresample_pushthrough), (gst_audioresample_set_property),
7018         (gst_audioresample_get_property), (plugin_init):
7019         * gst/audioresample/gstaudioresample.h:
7020         Added docs.
7021         Small code cleanups.
7022
7023 2006-03-02  Wim Taymans  <wim@fluendo.com>
7024
7025         * docs/plugins/Makefile.am:
7026         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7027         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7028         Added videoscale to docs.
7029
7030         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7031         (gst_video_rate_swap_prev), (gst_video_rate_event),
7032         (gst_video_rate_chain):
7033         Fix typo in docs.
7034
7035         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7036         (gst_video_scale_init), (gst_video_scale_prepare_size),
7037         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7038         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7039         * gst/videoscale/gstvideoscale.h:
7040         Added docs, examples.
7041         Some code cleanups.
7042         Post errors instead of g_warning.
7043
7044 2006-03-02  Wim Taymans  <wim@fluendo.com>
7045
7046         * docs/libs/gst-plugins-base-libs-docs.sgml:
7047         * docs/libs/gst-plugins-base-libs-sections.txt:
7048         * docs/libs/gst-plugins-base-libs.types:
7049         * docs/plugins/Makefile.am:
7050         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7051         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7052         Added some more docs to libs and plugins.
7053
7054         * gst-libs/gst/audio/gstringbuffer.c:
7055         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7056         * gst-libs/gst/audio/gstringbuffer.h:
7057         Document ringbuffer some more.
7058
7059         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7060         (gst_video_rate_setcaps), (gst_video_rate_reset),
7061         (gst_video_rate_init), (gst_video_rate_flush_prev),
7062         (gst_video_rate_swap_prev), (gst_video_rate_event),
7063         (gst_video_rate_chain), (gst_video_rate_change_state):
7064         * gst/videorate/gstvideorate.h:
7065         Fix videorate to use segments.
7066         Make it work with 0/1 framerates (closes #331903)
7067         Handle EOS correctly.
7068         Added docs.
7069
7070 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7073         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7074         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7075           In state change function, first chain up to parent class,
7076           then handle downwards state change stuff. Remove some
7077           commented out cruft from 0.8 code.
7078
7079 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7080
7081         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7082         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7083         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7084         (gst_ogm_parse_chain):
7085           Don't remove/re-add source pad if the new caps are the same as
7086           the old caps anyway (#333042). When removing source pad, don't
7087           unref it afterwards - we didn't ref it when adding. Sprinkle some
7088           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7089           after using gst_pad_get_parent(). Return downstream flow return
7090           value in chain function.
7091
7092 2006-03-02  Wim Taymans  <wim@fluendo.com>
7093
7094         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7095         * docs/plugins/gst-plugins-base-plugins.args:
7096         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7097         * docs/plugins/gst-plugins-base-plugins.interfaces:
7098         * docs/plugins/gst-plugins-base-plugins.signals:
7099         Fix hierarchy, added some more elements to the docs.
7100
7101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7102         (gst_ffmpegcsp_get_type):
7103         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7104         Fix docs for ffmpegcolorspace.
7105
7106 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7109         (apetag_type_find), (ape_type_find), (plugin_init):
7110           Some typefinding fine-tuning:
7111           - rank ID3/APE tags in order of preference via probabilities, so that
7112             ID3v2 > APEv2 > APEv1 > ID3v1.
7113           - three or four bytes don't really justify MAXIMUM probability,
7114             change those to 'very likely' (musepack and monkeysaudio).
7115
7116 2006-03-01  Wim Taymans  <wim@fluendo.com>
7117
7118         * docs/plugins/Makefile.am:
7119         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7120         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7121         * ext/alsa/gstalsamixer.c:
7122         * ext/alsa/gstalsamixer.h:
7123         * ext/alsa/gstalsamixerelement.c:
7124         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7125         * ext/alsa/gstalsamixerelement.h:
7126         * ext/alsa/gstalsasink.c:
7127         * ext/alsa/gstalsasink.h:
7128         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7129         (gst_alsasrc_init):
7130         * ext/alsa/gstalsasrc.h:
7131         Added alsa docs.
7132         Small code cleanups.
7133
7134 2006-03-01  Wim Taymans  <wim@fluendo.com>
7135
7136         * ext/theora/Makefile.am:
7137         Dist new header too,
7138
7139 2006-03-01  Wim Taymans  <wim@fluendo.com>
7140
7141         * docs/plugins/Makefile.am:
7142         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7143         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7144         * ext/gnomevfs/gstgnomevfssink.h:
7145         * ext/gnomevfs/gstgnomevfssrc.h:
7146         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7147         * ext/vorbis/vorbisdec.h:
7148         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7149         * ext/vorbis/vorbisenc.h:
7150         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7151         (vorbis_parse_chain), (vorbis_parse_change_state):
7152         * ext/vorbis/vorbisparse.h:
7153         * gst/audioconvert/gstaudioconvert.h:
7154         * gst/tcp/gsttcpserversink.h:
7155         * gst/videotestsrc/gstvideotestsrc.c:
7156         * gst/videotestsrc/gstvideotestsrc.h:
7157         * gst/volume/gstvolume.c:
7158         * gst/volume/gstvolume.h:
7159         Fix some more docs.
7160         Added docs for vorbisdec and vorbisparse.
7161         Fix vorbisparse.
7162
7163 2006-03-01  Wim Taymans  <wim@fluendo.com>
7164
7165         * docs/plugins/Makefile.am:
7166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7168         * ext/pango/gstclockoverlay.h:
7169         * ext/pango/gsttextoverlay.h:
7170         * ext/pango/gsttextrender.h:
7171         * ext/pango/gsttimeoverlay.h:
7172         * ext/theora/gsttheoradec.h:
7173         * ext/theora/gsttheoraenc.h:
7174         * ext/theora/theoradec.c:
7175         * ext/theora/theoraenc.c:
7176         * gst/audioconvert/gstaudioconvert.h:
7177         * gst/audiotestsrc/gstaudiotestsrc.h:
7178         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7179         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7180         * gst/tcp/gstmultifdsink.h:
7181         Updated/added documentation.
7182
7183         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7184         (gst_text_overlay_halign_get_type),
7185         (gst_text_overlay_wrap_mode_get_type),
7186         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7187         (gst_text_overlay_init), (gst_text_overlay_set_property),
7188         (gst_text_overlay_get_property):
7189         Fix up properties to be enums instead of string to make bindings,
7190         introspection and automatic GUI creation possible.
7191         Add getters for the properties.
7192
7193 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7194
7195         * gst/audiotestsrc/gstaudiotestsrc.c:
7196           added defines of M_PI and M_PI_2
7197         * gst/ffmpegcolorspace/avcodec.h:
7198           removed #include "stdint.h" for win32 as _stdint.h is 
7199           autogenerated to win32/common
7200         * win32/common/libgstaudio.def:
7201         * win32/common/libgsttag.def:
7202           added some exports
7203         * win32/vs6:
7204           some project files bugs corrected
7205         * win32/vs7:
7206           project files are reset to the default vs7 configuration 
7207           (they link to msvcr71.dll using default optimizations)
7208           
7209 2006-02-28  Wim Taymans  <wim@fluendo.com>
7210
7211         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7212         Fix some docs.
7213
7214 2006-02-28  Edward Hervey  <edward@fluendo.com>
7215
7216         * ext/alsa/gstalsasrc.c:
7217         Set proper class on the ElementDetails:
7218         Source/Audio instead of Src/Audio/
7219
7220 2006-02-28  Edward Hervey  <edward@fluendo.com>
7221
7222         * gst/videoscale/vs_scanline.c:
7223         (vs_scanline_resample_nearest_RGBA):
7224         Revert optimization in videoscale. It should go in liboil and have
7225         an appropriate liboil function.
7226
7227 2006-02-28  Wim Taymans  <wim@fluendo.com>
7228
7229         * gst-libs/gst/audio/gstbaseaudiosink.c:
7230         (gst_base_audio_sink_provide_clock):
7231         Don't try to provide a clock in the NULL state.
7232
7233 2006-02-28  Wim Taymans  <wim@fluendo.com>
7234
7235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7236         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7237         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7238         (gst_ogg_demux_deactivate_current_chain),
7239         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7240         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7241         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7242         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7243         Use GstSegment infrastructure to remove duplicated code
7244         and handle more seek cases correctly.
7245
7246 2006-02-28  Wim Taymans  <wim@fluendo.com>
7247
7248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7249         (gst_ffmpegcsp_transform):
7250         Don't ignore return code from ffmpeg convert function.
7251
7252         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7253         Split out some long statements to ease debugging.
7254
7255 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7256
7257         * ext/libvisual/visual.c: (gst_visual_init),
7258         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7259         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7260         being able to renegotiate the size. Instead, use the negotiation
7261         algorithm from the goom plugin to pick an initial output caps. 
7262
7263         Also, allow theoretical libvisual plugins that might support non-GL 
7264         output even if they also do GL.
7265
7266 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7267
7268         * ext/libvisual/visual.c: (gst_visual_init),
7269         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7270         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7271         possible negotiation issues.
7272
7273 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7274
7275         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7276
7277 2006-02-24  Michael Smith  <msmith@fluendo.com>
7278
7279         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7280         (cmml_type_find), (plugin_init):
7281           Fix CMML type find function to not require a specific minor version
7282           of the CMML header.
7283
7284           Add an MPEG4 video elementary stream typefind function.
7285
7286 2006-02-04  Michael Smith  <msmith@fluendo.com>
7287
7288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7289         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7290         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7291         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7292         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7293         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7294           Annodex support in ogg demuxer. Doesn't do very much without the
7295           other annodex patches (to come).
7296
7297 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7298
7299         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7300
7301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7302           Pick up palette for MS video v1 (#327028)
7303
7304 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7305
7306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7307         (gst_ffmpegcsp_caps_remove_format_info),
7308         (gst_ffmpegcsp_get_unit_size):
7309           The 'palette_data' field from incoming RGB caps shouldn't be
7310           proxied on outgoing YUV caps; also, restrict unit size
7311           adjustment in case of paletted data only to the unit that
7312           actually has a palette. Fixes #330711.
7313
7314 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7315
7316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7317         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7318         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7319         (gst_ffmpegcsp_get_unit_size):
7320           Plug some memory leaks.
7321
7322 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         * sys/ximage/Makefile.am:
7325         * sys/xvimage/Makefile.am:
7326           Add some _CFLAGS and _LIBS that seem to be missing
7327           and/or required for Cygwin (see #317048).
7328
7329 2006-02-22  Wim Taymans  <wim@fluendo.com>
7330
7331         * ext/alsa/gstalsasrc.c:
7332         Fix description as pointed out by caugier.
7333
7334 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7335
7336         Reviewed by : Edward Hervey  <edward@fluendo.com>
7337
7338         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7339         (qt_type_find):
7340         Better 3gp typefinding (#331526).
7341
7342 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7343
7344         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7345           Don't send EOS event here, the base class will send one for us.
7346
7347         * gst/playback/gstplaybasebin.c: (prepare_output):
7348           Subpictures without video stream aren't allowed either.
7349         
7350         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7351           Fix debug statement copy'n'paste-o.
7352
7353 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7356           Fix issues with mixer keeping state when muting/unmuting
7357           and when changing the volume whilst muted (see #331763
7358           and #331765).
7359
7360 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7361
7362         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7363         (parse_subrip), (gst_sub_parse_format_autodetect):
7364           Set right caps given that we send escaped text. Also,
7365           honour <i></i>, <b></b> and <u></u> markers that can be found
7366           in .srt files (fixes #310202).
7367
7368 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst-libs/gst/audio/mixerutils.c:
7371         (element_factory_rank_compare_func):
7372           Make order in which elements are tried more determinable.
7373
7374 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7375
7376         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7377         (remove_element_chain), (cleanup_decodebin),
7378         (gst_decode_bin_change_state): Make decodebin reusable by
7379         fixing remove_element_chain first and then introduce a
7380         cleaner in state change to ->NULL. (Closes #331678)
7381
7382 2006-02-19  Wim Taymans  <wim@fluendo.com>
7383
7384         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7385         use 0666 mask when creating files so umask gets applied
7386         correctly. Fixes #331295.
7387
7388 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7389
7390         * gst/subparse/Makefile.am:
7391         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7392         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7393         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7394         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7395         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7396         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7397         * gst/subparse/gstssaparse.h:
7398         * gst/subparse/gstsubparse.c: (plugin_init):
7399           Add very basic parser for SSA subtitle streams (as often
7400           found in matroska files).
7401
7402 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7403
7404         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7405           That should be text/x-pango-markup, not text/x-pango-layout.
7406
7407 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7408
7409         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7410         Polishing.
7411
7412 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7413
7414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7415         (gst_text_overlay_finalize), (gst_text_overlay_init),
7416         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7417         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7418         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7419         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7420         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7421         Fix state change deadlock.
7422
7423 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7424
7425         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7426         (gst_text_overlay_finalize), (gst_text_overlay_init),
7427         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7428         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7429         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7430         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7431         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7432         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7433         and subtitles files.
7434
7435 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7436
7437         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7438         should be considered as raw.
7439
7440 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7441
7442         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7443         (cb_probe):
7444         * gst/playback/gststreaminfo.h: Introduce language informations.
7445
7446 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7447
7448         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7449         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7450         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7451         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7452         Set shared memory segments to be deleted as soon as we have attached,
7453         that way they get cleaned up automatically if we crash.
7454
7455 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7456
7457         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7458         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7459         functions are called with lock held.
7460
7461 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7462
7463         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7464         (gst_text_overlay_finalize), (gst_text_overlay_init),
7465         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7466         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7467         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7468         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7469         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7470         (gst_text_overlay_change_state): Refactoring of textoverlay
7471         without collectpads. This now supports sparse subtitles coming
7472         from a demuxer instead of a sub file. Seeking is still broken 
7473         though. Need to discuss with wtay some more on how to handle
7474         seeking correctly.
7475         * ext/pango/gsttextoverlay.h:
7476         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7477         subtitles coming from the demuxer.
7478
7479 2006-02-17  Wim Taymans  <wim@fluendo.com>
7480
7481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7482         (gst_vorbisenc_convert_sink):
7483         Use some more scaling functions.
7484
7485 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7486
7487         * ext/cdparanoia/gstcdparanoiasrc.c:
7488         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7489         (gst_cd_paranoia_paranoia_callback),
7490         (gst_cd_paranoia_src_signal_is_being_watched),
7491         (gst_cd_paranoia_src_read_sector):
7492         * ext/cdparanoia/gstcdparanoiasrc.h:
7493           Add back 'transport-error' and 'uncorrected-error' signals and
7494           make them actually be fired when bad stuff happens (#319340).
7495
7496 2006-02-17  Wim Taymans  <wim@fluendo.com>
7497
7498         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7499         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7500         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7501         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7502         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7503         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7504         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7505         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7506         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7507         (gst_ring_buffer_clear):
7508         Small cleanups.
7509         Added some G_LIKELY.
7510
7511 2006-02-17  Wim Taymans  <wim@fluendo.com>
7512
7513         * gst-libs/gst/audio/TODO:
7514         Update TODO
7515
7516         * gst-libs/gst/audio/gstbaseaudiosink.c:
7517         (gst_base_audio_sink_get_offset):
7518         When trying to play samples ASAP and we don't have a
7519         previous sample, try to play at position 0 instead of
7520         an invalid position.
7521
7522 2006-02-17  Wim Taymans  <wim@fluendo.com>
7523
7524         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7525         (gst_alsasink_reset):
7526         Also release lock when we get an error in _reset();
7527         fix an error message.
7528
7529 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7530
7531         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7532         (gst_alsasink_init), (get_channel_free_structure),
7533         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7534         (gst_alsasink_close):
7535         * ext/alsa/gstalsasink.h:
7536           Add support for more than 2 channels (#326720).
7537
7538 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7539
7540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7541           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7542           with 4 or 6 channels, assume a default channel layout to make things
7543           work (not sure there's anything else we can do in those cases).
7544
7545 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7546
7547         * gst-libs/gst/audio/multichannel.c:
7548           Minor docs fix.
7549
7550         * gst-libs/gst/riff/Makefile.am:
7551         * gst-libs/gst/riff/riff-ids.h:
7552         * gst-libs/gst/riff/riff-media.c:
7553         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7554           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7555           channels and a channel layout map.
7556           
7557 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7558
7559         Reviewed by Edward Hervey  <edward@fluendo.com>
7560
7561         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7562         C-level optimization of the RGBA nearest neighbour function.
7563         Eventually this might end up in liboil with vectorized versions.
7564
7565 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7566
7567         * gst-libs/gst/audio/multichannel.c:
7568         (gst_audio_get_channel_positions):
7569           When we have more than 2 channels, but no channel layout is
7570           specified in the caps, return some default channel layout
7571           to the caller and warn about about a possibly buggy element
7572           (could be buggy filtercaps as well of course) (#317038).
7573
7574 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7575
7576         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7577           Add gst-libs/gst/cdda to list of lib search paths.
7578
7579 2006-02-15  Andy Wingo  <wingo@pobox.com>
7580
7581         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7582         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7583         to the Lord Jesus that I do not have to touch the ogg muxer ever
7584         again.
7585
7586 2006-02-15  Edward Hervey  <edward@fluendo.com>
7587
7588         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7589         quicktime movie files can also contain 'uuid' atoms.
7590
7591 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7592
7593         * gst/audioconvert/plugin.c: (plugin_init):
7594           Register the GstAudioChannelPosition enum type with the type
7595           system in the plugin_init function, so that it is known before
7596           any element actually makes use of multi-channel stuff. This is
7597           required for example if one wants to be able to deserialise/use
7598           a caps string with channel positions before any pipeline has
7599           been setup and started, like with gst-launch.
7600
7601 2006-02-14  Wim Taymans  <wim@fluendo.com>
7602
7603         * gst-libs/gst/audio/gstringbuffer.c:
7604         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7605         (gst_ring_buffer_samples_done), (wait_segment),
7606         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7607         Add some compiler G_(UN_)LIKELY help.
7608         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7609         make sure they can exit their functions. Should fix #330748
7610
7611 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7612
7613         * Makefile.am:
7614         * configure.ac:
7615         * win32/MANIFEST:
7616         * win32/common/_stdint.h:
7617           Windows does not have long long; copy the generated _stdint.h
7618         * win32/common/interfaces-enumtypes.c:
7619         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7620         (gst_mixer_track_flags_get_type),
7621         (gst_tuner_channel_flags_get_type):
7622         * win32/common/multichannel-enumtypes.c:
7623         (gst_audio_channel_position_get_type):
7624           update
7625
7626 2006-02-13  Wim Taymans  <wim@fluendo.com>
7627
7628         * gst-libs/gst/audio/gstbaseaudiosink.c:
7629         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7630         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7631         Always sync on first sample we receive when starting.
7632
7633 2006-02-13  Wim Taymans  <wim@fluendo.com>
7634
7635         * gst/playback/gstplaybin.c: (gen_vis_element):
7636         Update vis bin docs.
7637         Move queue after tee so we don't queue video buffers but
7638         audio samples instead. Fixes problems where the video queue
7639         is filled and the audio queue empty.
7640
7641 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7642
7643         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7644           No need to push an EOS event here, GstBaseSrc will do that for us
7645           when we return FLOW_UNEXPECTED.
7646           
7647 2006-02-12  Wim Taymans  <wim@fluendo.com>
7648
7649         * gst-libs/gst/audio/gstbaseaudiosink.c:
7650         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7651         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7652         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7653         Use scale functions when possible.
7654         Fix error messages.
7655         Free clockid when after waiting for EOS.
7656         Use G_(UN_)LIKLY when it makes sense.
7657         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7658
7659 2006-02-12  Edward Hervey  <edward@fluendo.com>
7660
7661         * gst/playback/gstplaybasebin.c: (prepare_output): 
7662         Remove stray semi-colon (fixes #330888).
7663
7664 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7665
7666         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7668         Fix up the XShm call testing so that we catch errors, and don't
7669         cause new ones by attempting to detach from a segment we failed
7670         to attach to. Fixes #312439.
7671
7672 2006-02-10  Edward Hervey  <edward@fluendo.com>
7673
7674         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7675         Added flv file typefind (video/x-flv).
7676
7677 2006-02-10  Edward Hervey  <edward@fluendo.com>
7678
7679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7680         (gst_riff_create_video_template_caps):
7681         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7682         Also added the caps to the default set of riff video caps.
7683
7684 2006-02-09  Andy Wingo  <wingo@pobox.com>
7685
7686         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7687         time and the end time of the last packet in the page.
7688         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7689         on the pages in our queue, set the duration as well. Reflow a
7690         debug statement.
7691         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7692         Fixes bad muxing order.
7693
7694 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7695
7696         * gst-libs/gst/rtp/gstbasertppayload.c:
7697         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7698           update seqnum before setting it on the packet; this makes sure
7699           that the timestamp and seqnum properties match after pushing
7700           a buffer
7701
7702 2006-02-09  Andy Wingo  <wingo@pobox.com>
7703
7704         * gst-libs/gst/audio/gstringbuffer.c
7705         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7706         overflow after 13.5 hours of recording. Kapow!
7707
7708         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7709         the buffer size -- we don't care about underrun/overrun reporting
7710         right now, just need to return a useful value.
7711
7712 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7713
7714         * configure.ac:
7715           Back to CVS
7716
7717 === release 0.10.3 ===
7718
7719 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7720
7721         * configure.ac:
7722           releasing 0.10.3, "Under Pressure"
7723
7724 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7725
7726         * configure.ac:
7727         Drat. Bump libtool version number for new API.
7728         Prelease 0.10.2.3 (of 0.10.3)
7729
7730 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7731
7732         * configure.ac:
7733         * win32/common/config.h:
7734         0.10.2.2 prerelease (of 0.10.3).
7735
7736 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7737
7738         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7739           Revert Andy's newsegment change pending a more correct
7740           fix.
7741
7742 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7743
7744         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7745         (qt_type_find), (plugin_init):
7746           detect more files as 3gp
7747           group and reorder the iso file formats
7748
7749 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7750
7751         * ext/vorbis/vorbis.c: (plugin_init):
7752           Register musicbrainz tags, so apps don't have to.
7753
7754 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7755
7756         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7757         (gst_tag_to_vorbis_tag):
7758           Make sure we called gst_tag_register_musicbrainz_tags()
7759           before possibly mapping a vorbiscomment string from/to a
7760           musicbrainz tag.
7761
7762 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7763
7764         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7765           In case we can't find the required number of consecutive
7766           mpeg audio frames to positively identify an MPEG audio
7767           stream, check if there's at least a valid mpeg audio
7768           frame right at offset 0 and if so suggest mpeg/audio
7769           caps with a very low probability (#153004).
7770
7771 2006-02-07  Andy Wingo  <wingo@pobox.com>
7772
7773         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7774         a TIME segment if we get timestamped buffers. Requires recent
7775         fixes in core to work properly.
7776
7777 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * gst/playback/gstplaybasebin.c: (prepare_output):
7780           Don't print the URI as part of the error message, it
7781           makes error dialogs look rather ugly, especially if
7782           the URI is very long or has characters in it that
7783           need escaping.
7784
7785 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * gst/playback/gstplaybasebin.c: (prepare_output):
7788           Error out if we have only text or subtitles, but nothing
7789           else. Also error out if we have subtitles but no video
7790           stream.
7791
7792 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7793
7794         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7795           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7796           Post an error message on the bus when we encounter an
7797           error, which will hopefully be more meaningful than the
7798           'Internal Flow Error' message users get to see if we
7799           just return GST_FLOW_ERROR.
7800
7801 2006-02-07  Andy Wingo  <wingo@pobox.com>
7802
7803         * configure.ac (GST_MAJORMINOR): Update core version req to
7804         0.10.2.2, for the collectpads API addition (#330244).
7805
7806 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7807
7808         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7809           Return FALSE from plugin_init() when GnomeVFS can't
7810           be initialised for some reason (#328423).
7811
7812 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7813
7814         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7815         Stick to seeking theory until i find the bug.
7816         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7817
7818 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7819
7820         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7821         (theora_enc_finalize), (theora_enc_sink_setcaps),
7822         (theora_set_header_on_caps), (theora_enc_chain),
7823         (theora_enc_change_state):
7824         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7825           Make theoraenc and the tests leak free. Like, really.
7826
7827 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7828
7829         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7830         (theora_enc_finalize), (theora_enc_sink_setcaps):
7831           Add a finalize method to ensure we clean up state even if
7832           someone omitted the state change back to NULL.
7833
7834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7835         (gst_vorbisenc_chain):
7836           Free some more leaked bits.
7837
7838         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7839         (stop_pipeline):
7840           Wait for state changes to happen if they're ASYNC.
7841
7842           This ought to teach those fancy pants buildbots a lesson.
7843
7844 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7845
7846         * gst-libs/gst/tag/gstid3tag.c:
7847           Add mapping for ID3 International Standard Recording Code
7848           tag "TSRC"
7849
7850 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7851
7852         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7853           Don't leak tag names.
7854
7855 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7856
7857         * docs/libs/gst-plugins-base-libs-docs.sgml:
7858         * docs/libs/gst-plugins-base-libs-sections.txt:
7859         * gst-libs/gst/tag/gstid3tag.c:
7860         * gst-libs/gst/tag/gstvorbistag.c:
7861         * gst-libs/gst/tag/tags.c:
7862           Split libgsttag docs into multiple sections.
7863
7864 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7865
7866         * docs/libs/Makefile.am:
7867         * docs/libs/gst-plugins-base-libs-docs.sgml:
7868         * docs/libs/gst-plugins-base-libs-sections.txt:
7869         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7870         * gst-libs/gst/tag/gstvorbistag.c:
7871         * gst-libs/gst/tag/tag.h:
7872         * gst-libs/gst/tag/tags.c:
7873           Add libgsttag to the docs.
7874
7875 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7876
7877         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7878         (gst_text_overlay_init), (gst_text_overlay_src_event),
7879         (gst_text_overlay_collected): Fix clockoverlay.
7880
7881 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7882
7883         * docs/libs/compiling.sgml:
7884           Fix typo: it's pkg-config, not pkg-gconfig
7885
7886         * docs/libs/gst-plugins-base-libs-docs.sgml:
7887         * docs/libs/gst-plugins-base-libs-sections.txt:
7888         * docs/libs/tmpl/gstgconf.sgml:
7889           There is no libgstgconf in 0.10, remove it
7890           from the docs.
7891
7892 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7893
7894         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7895         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7896         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7897         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7898         (gst_sub_parse_class_init), (gst_sub_parse_init),
7899         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7900         (parse_mpsub), (parser_state_init), (handle_buffer),
7901         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7902         * gst/subparse/gstsubparse.h: Introduce seeking code.
7903
7904 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7907           Add comment about LANGUAGE tag inconsistency (we want
7908           ISO-639-1, but extract three-letter identifiers?)
7909
7910         * po/POTFILES.in:
7911           Add two translatable files.
7912
7913 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * gst-libs/gst/tag/Makefile.am:
7916         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7917         * gst-libs/gst/tag/tag.h:
7918         * gst-libs/gst/tag/tags.c:
7919         (gst_tag_register_musicbrainz_tags_internal),
7920         (gst_tag_register_musicbrainz_tags):
7921           Forward-port some tags stuff from the 0.8 branch. This is
7922           mostly the addition of musicbrainz tags and their mapping
7923           to vorbistags, and a vorbistag mapping of the language tag.
7924
7925 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7926
7927         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7928         refactoring.
7929
7930 2006-02-04  David Schleef  <ds@schleef.org>
7931
7932         * ext/ogg/gstoggmux.c:
7933         * gst/typefind/gsttypefindfunctions.c:
7934           Add Dirac typefinding and add dirac format to oggmux.
7935
7936 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7937
7938         * gst/playback/gstdecodebin.c: (try_to_link_1):
7939           Don't put essential function call into
7940           g_return_*() macro, otherwise it'll all be
7941           replaced by NOOPs when compiling with
7942           G_DISABLE_CHECKS defined.
7943
7944 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7945
7946         * ext/ogg/gstoggdemux.c:
7947         * ext/ogg/gstoggparse.c:
7948         * gst/tcp/gsttcpserversink.c:
7949         * sys/v4l/v4lsrc_calls.c:
7950         * sys/v4l/v4lsrc_calls.h:
7951         Just make it compile with --disable-gst-debug.
7952
7953 2006-02-03  Wim Taymans  <wim@fluendo.com>
7954
7955         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7956         (gst_alsasink_class_init), (gst_alsasink_init),
7957         (gst_alsasink_write), (gst_alsasink_reset):
7958         * ext/alsa/gstalsasink.h:
7959         Add lock to protect alsa calls.
7960         Implement reset to flush samples ASAP, does not work
7961         with dmix though.
7962
7963 2006-02-02  Wim Taymans  <wim@fluendo.com>
7964
7965         * gst-libs/gst/audio/gstbaseaudiosink.c:
7966         (gst_base_audio_sink_provide_clock):
7967         Ugh.. getting late I guess...
7968
7969 2006-02-02  Wim Taymans  <wim@fluendo.com>
7970
7971         * gst-libs/gst/audio/gstbaseaudiosink.c:
7972         (gst_base_audio_sink_provide_clock),
7973         (gst_base_audio_sink_set_property),
7974         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7975         Don't try to provide a clock when we are not negotiated since
7976         we might not be able to make it run.
7977
7978 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7979
7980         * gst/playback/gstdecodebin.c: (try_to_link_1):
7981           Unlinking two source pads is ... hard.
7982
7983 2006-02-02  Wim Taymans  <wim@fluendo.com>
7984
7985         * gst-libs/gst/audio/TODO:
7986         Updated.
7987
7988         * gst-libs/gst/audio/gstbaseaudiosink.c:
7989         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7990         On EOS, wait till the last sample is played before posting EOS.
7991
7992 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7993
7994         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7995           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7996           setting queue_delay to zero. Also avoid thread being started if
7997           queue_delay is zero.
7998
7999 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8000
8001         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8002           Make test work again by connecting fakesinks to each decoded pad,
8003           which makes the pipeline wait until each fakesink has a buffer
8004           queued before going to PAUSED state. At that point we know the
8005           decodebin pads are negotiated.
8006
8007 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8010         (gst_cdda_base_src_handle_event):
8011         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8012           Pass unhandled queries to the parent class's query function.
8013
8014 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8015
8016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8017         (gst_ogg_pad_src_query):
8018         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8019         * ext/theora/theoradec.c: (theora_dec_src_query),
8020         (theora_dec_sink_query):
8021         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8022         (vorbis_dec_sink_query):
8023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8024         (gst_vorbisenc_sink_query):
8025         * gst/adder/gstadder.c: (gst_adder_query):
8026           Pass unhandled queries upstream instead of just
8027           dropping them (#326447). Also, fix supported
8028           query types list for some elements.
8029
8030 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8031
8032         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8033         (paris_type_find), (ilbc_type_find), (plugin_init):
8034           Fix typefinding for audio/x-au, audio/x-paris and
8035           audio/iLBC-sh. We cannot use the START_WITH macros
8036           here, because there can only be one typefind factory
8037           with the same name (caps), so the second one would
8038           replace the first one and the first one would never
8039           be called when doing typefinding (see #161712).
8040           
8041
8042 2006-01-31  Wim Taymans  <wim@fluendo.com>
8043
8044         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8045         (vorbis_handle_header_packet), (vorbis_dec_push),
8046         (vorbis_handle_data_packet):
8047         Use scale_int when we can, add some more scaling.
8048         Check packettype before parsing it.
8049
8050 2006-01-31  Wim Taymans  <wim@fluendo.com>
8051
8052         * ext/theora/theoradec.c: (_theora_granule_time),
8053         (theora_dec_src_convert), (theora_dec_sink_convert):
8054         Call right _scale functions.
8055         Use parameter instead of some other random value.
8056
8057 2006-01-31  Wim Taymans  <wim@fluendo.com>
8058
8059         * ext/theora/theoradec.c: (_theora_granule_frame),
8060         (_theora_granule_time), (_inc_granulepos),
8061         (theora_dec_src_convert), (theora_dec_sink_convert),
8062         (theora_handle_type_packet), (theora_handle_data_packet),
8063         (theora_dec_chain):
8064         Use higher precision timestamps calculation.
8065         Convert some other conversions to _scale.
8066
8067 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8068
8069         * gst/audiotestsrc/gstaudiotestsrc.c:
8070         (gst_audio_test_src_create_sine_table), (plugin_init):
8071         * gst/volume/gstvolume.c: (plugin_init):
8072           initialize gst_controller before using
8073
8074 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8075
8076         * tests/check/pipelines/theoraenc.c:
8077         * tests/check/pipelines/vorbisenc.c:
8078         Define constant using G_GINT64_CONSTANT to avoid errors when
8079         passing it around - otherwise it gets truncated to 32 bits.
8080
8081         Fixes failing tests.
8082
8083 2006-01-31  Andy Wingo  <wingo@pobox.com>
8084
8085         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8086         caps being set doesn't have a framerate value. Basically a stopgap
8087         measure.
8088
8089         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8090         technically correct enough to put into core though.
8091         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8092         DURATION. Fixes theoraenc ! oggmux.
8093
8094         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8095         fraction, not double.
8096
8097 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8098
8099         * win32/vs7:
8100         add vs7 project files created by Sergey Scobich
8101
8102 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8103
8104         * win32/vs8:
8105         add vs8 project files created by Sergey Scobich
8106         
8107 2006-01-30  Andy Wingo  <wingo@pobox.com>
8108
8109         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8110         timestamp + duration, not just timestamp -- ogg pages should be
8111         ordered by stop time. Necessary fix given the change in vorbis
8112         timestamps.
8113
8114         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8115         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8116         (granulepos_add): New function, handles the messiness of adjusting
8117         granulepos values.
8118         (theora_buffer_from_packet):
8119         (theora_enc_chain):
8120         (theora_enc_sink_event): Use granulepos_add, not +.
8121
8122         * tests/check/pipelines/theoraenc.c
8123         (check_buffer_granulepos_from_starttime): Just check the frame
8124         count, not the actual granulepos -- we can't dictate to the
8125         encoder when it should be placing keyframes.
8126
8127 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8128
8129         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8130           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8131           play an http:// stream from a server that's not serving
8132
8133 2006-01-30  Andy Wingo  <wingo@pobox.com>
8134
8135         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8136         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8137         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8138         available.
8139
8140         * ext/theora/gsttheoraenc.h:
8141         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8142         although theoraenc was timestamping correctly. Added handling of
8143         streams that start with nonzero timestamps.
8144
8145         * tests/check/Makefile.am:
8146         * tests/check/pipelines/theoraenc.c: New file, basically does same
8147         tests as vorbisenc.
8148
8149         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8150
8151 2006-01-30  Wim Taymans  <wim@fluendo.com>
8152
8153         * gst-libs/gst/audio/gstaudiosink.c:
8154         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8155         (gst_audioringbuffer_pause):
8156         Implement pause that does not wait for completion.
8157
8158         * gst-libs/gst/audio/gstbaseaudiosink.c:
8159         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8160         Don't drop buffers when going to PAUSED but perform preroll on
8161         remaining samples now that core base class supports this.
8162
8163         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8164         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8165         (gst_ring_buffer_commit):
8166         Pause should not signal waiters.
8167         Implement return value of _commit correctly.
8168
8169 2006-01-30  Andy Wingo  <wingo@pobox.com>
8170
8171         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8172
8173         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8174         updated to timestamp from the first sample, not the last.
8175         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8176         special care of granulepos and timestamp for header packets.
8177         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8178         when the first buffer has a nonzero timestamp.
8179
8180         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8181         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8182         case when the first audio buffer we get has a nonzero timestamp.
8183         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8184         properly timestamp vorbis buffers with the time of the first
8185         sample, not the last.
8186         
8187         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8188         vorbis_granule_time_copy -- now it takes the granule/subgranule
8189         offset into account.
8190
8191         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8192         timestamps, durations, and granulepos on buffers produced by
8193         vorbisenc.
8194
8195 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8196
8197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8198         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8199           Patch from Eric Jonas to support conversions to/from UYVY 
8200           (Fixes: #324626)
8201
8202 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8203
8204         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8205         (setup_subtitle), (setup_source), (set_active_source):
8206         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8207         (gen_text_element), (gen_audio_element), (gen_vis_element),
8208         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8209
8210 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8211
8212         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8213         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8214                 use gst_guint64_to_gdouble to be compliant with vs6
8215         * gst/playback/gstdecodebin.c: (try_to_link_1)
8216         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8217                 use G_GINT64_CONSTANT for int64 constants
8218         * win32/common/libgstinterfaces.def:
8219                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8220         * win32/vs6:
8221                 update and add new project files
8222                 
8223 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8224
8225         * Makefile.am:
8226         * win32/MANIFEST:
8227         * win32/common/interfaces-enumtypes.c:
8228         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8229         (gst_mixer_track_flags_get_type),
8230         (gst_tuner_channel_flags_get_type):
8231         * win32/common/interfaces-enumtypes.h:
8232         * win32/common/multichannel-enumtypes.c:
8233         (gst_audio_channel_position_get_type):
8234         * win32/common/multichannel-enumtypes.h:
8235           add a win32-update rule like in core, and copy over enumtypes files
8236
8237 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8238
8239         * win32/MANIFEST:
8240         * win32/common/config.h:
8241         * win32/common/config.h.in:
8242           add config files just like in core
8243
8244 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8245
8246         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8247           Make gcc-4.1 happy (part of #327357).
8248
8249 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8250
8251         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8252         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8253         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8254         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8255         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8256         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8257           Update all error messages.  All of them should either use
8258           the default translated message, or actually provide a
8259           translatable string.
8260           Make the string for channel count problems meaningful.
8261
8262 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8263
8264         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8265           check for and throw RESOURCE_BUSY
8266
8267 2006-01-27  David Schleef  <ds@schleef.org>
8268
8269         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8270           checked in this change -- it requires liboil features not
8271           in 0.3.6.  Revert parts.
8272
8273 2006-01-27  David Schleef  <ds@schleef.org>
8274
8275         * REQUIREMENTS:
8276         * configure.ac: update liboil requirement to 0.3.6
8277         * gst/videoscale/Makefile.am:
8278         * gst/videoscale/vs_scanline.c: liboilify
8279
8280 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8281
8282         * ext/libvisual/visual.c: (get_buffer):
8283           When pad_alloc returns a GstFlowReturn other
8284           than GST_FLOW_OK, make sure it is passed upstream.
8285
8286 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8287
8288         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8289         (gst_alsasink_class_init):
8290           Free the device name string.
8291
8292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8293         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8294         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8295           Don't remove a pad from the collectpads structure until it
8296           is released - it's a request pad, and may receive data again
8297           if the element gets moved back to PLAYING state.
8298
8299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8300           Ensure we turn on double buffering on the Xv port, and
8301           set the colour key to something dark and mysterious that
8302           isn't black.
8303
8304 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8305
8306         * ext/alsa/gstalsaplugin.c: (plugin_init):
8307         * ext/cdparanoia/gstcdparanoiasrc.c:
8308         (gst_cd_paranoia_src_base_init), (plugin_init):
8309         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8311           - a library should not call setlocale. see "Libraries" node in
8312             gettext manual
8313           - make sure all plugins that use translation do bindtextdomain
8314             to point to the localedir
8315         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8316         (setup_sinks), (plugin_init):
8317           all this, and check for NULL when creating sinks
8318
8319 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8320
8321         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8322         (plugin_init): Make typefinding of subtitles work again.
8323
8324 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8325
8326         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8327         (mp3_type_frame_length_from_header), (mp3_type_find),
8328         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8329         (plugin_init):
8330           Backport a bunch of typefinding fixes from the 0.8 branch.
8331           Also, improve wavpack typefinding: if we can't peek the
8332           entire wavpack block, try to parse the bits we can get and
8333           see if we find what we're looking for in those.
8334
8335 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8336
8337         * sys/ximage/ximagesink.c:
8338         (gst_ximagesink_calculate_pixel_aspect_ratio):
8339         * sys/xvimage/xvimagesink.c:
8340         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8341         more cases of pixel aspect ratio.
8342
8343 2006-01-26  Edward Hervey  <edward@fluendo.com>
8344
8345         * gst/playback/gstdecodebin.c: (pad_probe):
8346         Also consider the flush-start and tag events as unblockers
8347         for the pad probes.
8348
8349 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8350
8351         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8352         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8353         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8354         On the fly visualisation switch, works disabling, enabling as
8355         well but it won't be able to enable vis in a playbin that was
8356         created with no visualisation.
8357
8358 2006-01-25  Wim Taymans  <wim@fluendo.com>
8359
8360         * gst-libs/gst/audio/gstbaseaudiosink.c:
8361         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8362         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8363         resume after pause.
8364
8365 2006-01-25  Wim Taymans  <wim@fluendo.com>
8366
8367         * gst-libs/gst/audio/gstbaseaudiosink.c:
8368         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8369         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8370         Improve debugging.
8371         Post error when caps cannot be parsed.
8372         Resync on discontinuity in the stream.
8373         Clip samples to segment boundaries.
8374         return WRONG_STATE sooner when we are flushing.
8375
8376         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8377         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8378         Make audiosrc operate in TIME.
8379         Set TIMESTAMP and DURATION on buffers.
8380
8381 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8382
8383         * tests/examples/seek/seek.c: (main):
8384           Output tag messages as well.
8385
8386 2006-01-23  Edward Hervey  <edward@fluendo.com>
8387
8388         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8389         (free_pad_probes), (remove_fakesink), (pad_probe),
8390         (close_pad_link), (gst_decode_bin_change_state):
8391         Replace GstPadBlockCallback with pad probes that detect
8392         first buffer AND eos before removing fakesink.
8393         Fixes hang with demuxers doing EOS while pre-rolling.
8394         Solves #328279
8395
8396 2006-01-23  Andy Wingo  <wingo@pobox.com>
8397
8398         * ext/alsa/gstalsasink.c:
8399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8400         (gst_base_rtp_depayload_setcaps),
8401         (gst_base_rtp_depayload_add_to_queue),
8402         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8403         
8404         Patch by: Jens Granseuer <jensgr at gmx dot net>
8405
8406 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8407
8408         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8409         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8410         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8411         frames. We might get a frame destroyed after changing state to
8412         NULL, adding a safety check on xcontext.
8413
8414 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         * gst-libs/gst/interfaces/xoverlay.c:
8417           Fix prepare-xwindow-id code example in the docs - we need to
8418           ignore all messages that aren't element messages as well.
8419           
8420 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8421
8422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8423           I think one day i'll completely undestand how caps negotiation
8424           is supposed to work. This refactoring handles buffer_alloc
8425           called with caps we can't handle. We definitely don't want a
8426           set_caps with those caps, so we define and allocate a buffer
8427           we would like to receive.
8428
8429 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8430
8431         * gst/playback/gstplaybasebin.c: (setup_source):
8432           Free iterator when done.
8433
8434 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8435
8436         * gst-libs/gst/audio/gstbaseaudiosink.c:
8437         (gst_base_audio_sink_render):
8438           Fix playback of non-synchronised streams by assuming a rate
8439           of 1.0 instead of a random one.
8440
8441           Makes this work again:
8442
8443           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8444           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8445           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8446           audioresample ! alsasink
8447
8448 === release 0.10.2 ===
8449
8450 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8451
8452         * configure.ac:
8453           releasing 0.10.2, "Then the devil is six"
8454
8455 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8456
8457         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8458         * gst/playback/gststreamselector.c:
8459         (gst_stream_selector_set_property):
8460           Comment out broken code that connects to the state-changed signal.
8461           At this point, changing current stream selection is broken, but 
8462           stuff like gst-launch playbin current-audio=1 works and filters
8463           to the chosen stream.
8464
8465 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8466
8467         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8468           Fix #327216 (null dereference in vorbisdec)
8469
8470 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8471
8472         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8473           Post taglist actually on bus instead of just freeing it
8474           (fixes #327114 and totem bug #327080).
8475
8476         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8477           Use gst_element_found_tags_for_pad(), so that the tags
8478           are sent downstream as an event as well.
8479
8480 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8481
8482         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8483         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8484         (gst_ximagesink_buffer_alloc):
8485         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8486         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8487         (gst_xvimagesink_buffer_alloc):
8488           move all regularly occurring messages to GST_LOG level
8489           add some more object logs
8490
8491 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8492
8493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8494           fix a silly segfault
8495
8496 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8497
8498         * docs/libs/gst-plugins-base-libs-docs.sgml:
8499         * docs/libs/gst-plugins-base-libs-sections.txt:
8500         * gst-libs/gst/audio/mixerutils.c:
8501         * gst-libs/gst/audio/mixerutils.h:
8502           Add docs for mixerutils stuff.
8503
8504 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8505
8506         * gst/playback/gstplaybasebin.c: (setup_source):
8507           Fix playback for sources that emit raw audio or
8508           raw video streams (e.g.: cd audio sources) (#325984).
8509
8510 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8511
8512         * gst-libs/gst/audio/mixerutils.c:
8513         (gst_audio_mixer_filter_do_filter):
8514           actually save the element we create
8515
8516 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8517
8518         * gst-libs/gst/cdda/gstcddabasesrc.c:
8519         (gst_cdda_base_src_handle_track_seek):
8520           No need to post a tag message on the bus when seeking
8521           within the same track, only post it when the current
8522           track changes.
8523
8524 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8525
8526         * gst/playback/gstplaybasebin.c: (group_destroy),
8527         (probe_triggered), (new_decoded_pad), (mute_group_type),
8528         (set_active_source):
8529         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8530         * gst/playback/gststreamselector.c:
8531         (gst_stream_selector_base_init),
8532         (gst_stream_selector_set_property),
8533         (gst_stream_selector_request_new_pad):
8534           Reenable stream selection. These mechanisms need a complete overhaul
8535           in the face of 0.8->0.10 changes though.
8536
8537 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8538
8539         * ext/ogg/gstoggdemux.c:
8540           Change the pad template to src_%d to match the pads that 
8541           are created from it. decodebin needs this information in order
8542           to decide that oggdemux is capable of producing multiple pads
8543           (and hence needs queues inserted).
8544
8545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8546         (gst_ogg_mux_collected):
8547           Make debug output more useful by using GST_PTR_FORMAT.
8548
8549 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8550
8551         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8552
8553         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8554           Set depth and width for alaw/mulaw (fixes #326601).
8555
8556 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8557
8558         * tests/icles/Makefile.am:
8559           don't build the tests if we don't have the libs
8560
8561 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8562
8563         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8564         (gst_cd_paranoia_paranoia_callback):
8565           Don't try to free NULL pointers.
8566
8567 2006-01-10  Edward Hervey  <edward@fluendo.com>
8568
8569         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8570         (gst_audio_rate_change_state), (plugin_init):
8571         Add debugging category.
8572         Fix type issues.
8573         Add case for incoming buffers without valid offset/offset_end.
8574
8575 2006-01-10  Michael Smith  <msmith@fluendo.com>
8576
8577         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8578           Don't leak GCond in audio sources.
8579
8580 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8581
8582         * gst/playback/gstplaybin.c: (gen_audio_element):
8583           Don't leak an autoaudiosink/alsasink when we generate
8584           a new audio element. (old code, I guess)
8585
8586 2006-01-10  Michael Smith  <msmith@fluendo.com>
8587
8588         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8589           Support float audio in audiorate.
8590           Use width rather than depth for selecting sample width.
8591
8592 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * gst/videotestsrc/videotestsrc.h:
8595           Use GLib types here (that way we don't have to include the
8596           generated _stdint.h header, which makes life easier for win32
8597           folks that don't use autotools for the build) (#325990, patch
8598           by: Sergey Scobich).
8599
8600 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8601
8602         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8603         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8604         (gst_ring_buffer_pause), (wait_segment):
8605         * gst-libs/gst/audio/gstringbuffer.h:
8606           Name (private) union, makes Forte compiler happy (this time
8607           for real) (#324900).
8608
8609 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8610
8611         * gst-libs/gst/audio/Makefile.am:
8612           Link against libgstinterfaces, needed for mixer
8613           and property probe stuff.
8614
8615 2006-01-09  Edward Hervey  <edward@fluendo.com>
8616
8617         * gst-libs/gst/Makefile.am:
8618
8619 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * gst-libs/gst/audio/Makefile.am:
8622         * gst-libs/gst/audio/mixerutils.c:
8623         (gst_audio_mixer_filter_do_filter),
8624         (gst_audio_mixer_filter_check_element),
8625         (gst_audio_mixer_filter_probe_feature),
8626         (element_factory_rank_compare_func),
8627         (gst_audio_default_registry_mixer_filter):
8628         * gst-libs/gst/audio/mixerutils.h:
8629           Add gst_audio_default_registry_mixer_filter() utility
8630           function.
8631
8632 2006-01-03  Michael Smith  <msmith@fluendo.com>
8633
8634         * gst/audioresample/resample.h:
8635           As before, but for o_buf
8636
8637 2006-01-03  Michael Smith  <msmith@fluendo.com>
8638
8639         * gst/audioresample/resample.h:
8640           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8641           since we do arithmetic on it.
8642
8643 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8644
8645         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8646         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8647         (gst_ring_buffer_pause), (wait_segment):
8648         * gst-libs/gst/audio/gstringbuffer.h:
8649           Sun's Forte compiler doesn't seem to like anonymous structs,
8650           so use same setup as in GstBaseSrc (fixes #324900).
8651
8652 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8653
8654         * configure.ac:
8655         * gst/volume/Makefile.am:
8656         * gst/volume/demo.c:
8657           move old example to tests/examples/volume/volune.c
8658         * tests/examples/Makefile.am:
8659         * tests/examples/seek/seek.c: (main):
8660           change window-close event from "delete-event" to "destroy"
8661         * tests/examples/volume/Makefile.am:
8662         * tests/examples/volume/volume.c: (value_changed_callback),
8663         (setup_gui), (message_received), (eos_message_received), (main):
8664           fix event handling and bus usage
8665
8666 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8667
8668         * gst/audiotestsrc/gstaudiotestsrc.c:
8669         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8670         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8671         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8672         (gst_audio_test_src_create_square),
8673         (gst_audio_test_src_create_saw),
8674         (gst_audio_test_src_create_triangle),
8675         (gst_audio_test_src_create_silence),
8676         (gst_audio_test_src_create_white_noise),
8677         (gst_audio_test_src_create_pink_noise),
8678         (gst_audio_test_src_init_sine_table),
8679         (gst_audio_test_src_create_sine_table),
8680         (gst_audio_test_src_change_wave),
8681         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8682         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8683         * gst/audiotestsrc/gstaudiotestsrc.h:
8684           update to basesrc changes, implement segmented seeking and eos
8685           handling, add a 'sine-tab' waveform for performance critical playback
8686
8687 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8688
8689         * po/POTFILES.in:
8690           ... and this time the other modified file that I missed last time.
8691
8692 2005-12-29  Michael Smith  <msmith@fluendo.com>
8693
8694         * gst/playback/gstdecodebin.c: (new_pad):
8695           Fix non-C89 variable declaration not at the start of a block. Should
8696           help some compilers.
8697
8698 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * tests/check/Makefile.am:
8701           And now fix 'make distcheck' (builddir != srcdir)
8702
8703 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8704
8705         * configure.ac:
8706         * ext/cdparanoia/Makefile.am:
8707         * ext/cdparanoia/gstcdparanoia.c:
8708         * ext/cdparanoia/gstcdparanoia.h:
8709         * ext/cdparanoia/gstcdparanoiasrc.c:
8710         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8711         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8712         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8713         (gst_cd_paranoia_paranoia_callback),
8714         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8715         (gst_cd_paranoia_src_set_property),
8716         (gst_cd_paranoia_src_get_property), (plugin_init):
8717         * ext/cdparanoia/gstcdparanoiasrc.h:
8718           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8719           plugin again (there are still fixes required to playbin to make
8720           cdda:// uris work there).
8721
8722 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8723
8724         * tests/check/Makefile.am:
8725           Fix test case compilation.
8726
8727 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8728
8729         * gst-libs/gst/cdda/gstcddabasesrc.c:
8730         (gst_cdda_base_src_update_duration),
8731         (gst_cdda_base_src_calculate_cddb_id):
8732           An integer is not a string. Fix access to uninitialised variable.
8733
8734         * tests/check/Makefile.am:
8735           Add cddabasesrc unit test; also actually enable the vorbis test.
8736
8737         * tests/check/generic/states.c:
8738           Blacklist new cd audio elements as well.
8739
8740         * tests/check/libs/cddabasesrc.c:
8741           Unit test for GstCddaBaseSrc (discid calculation mostly).
8742
8743 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * docs/libs/Makefile.am:
8746         * docs/libs/gst-plugins-base-libs-docs.sgml:
8747         * docs/libs/gst-plugins-base-libs-sections.txt:
8748         * docs/libs/gst-plugins-base-libs.types:
8749           Add docs for libgstcdda/GstCddaBaseSrc.
8750
8751         * gst-libs/gst/interfaces/mixertrack.h:
8752           Do one struct member per line with a semicolon at the end, that way
8753           even gtk-doc might parse it without complaining.
8754
8755 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8756
8757         * configure.ac:
8758         * gst-libs/gst/Makefile.am:
8759         * gst-libs/gst/cdda/Makefile.am:
8760         * gst-libs/gst/cdda/base64.c:
8761         * gst-libs/gst/cdda/base64.h:
8762         * gst-libs/gst/cdda/gstcddabasesrc.c:
8763         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8764         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8765         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8766         (gst_cdda_base_src_get_property),
8767         (gst_cdda_base_src_get_track_from_sector),
8768         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8769         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8770         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8771         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8772         (gst_cdda_base_src_uri_get_protocols),
8773         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8774         (gst_cdda_base_src_uri_handler_init),
8775         (gst_cdda_base_src_setup_interfaces),
8776         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8777         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8778         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8779         (gst_cdda_base_src_add_tags),
8780         (gst_cdda_base_src_add_index_associations),
8781         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8782         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8783         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8784         (gst_cdda_base_src_create):
8785         * gst-libs/gst/cdda/gstcddabasesrc.h:
8786         * gst-libs/gst/cdda/sha1.c:
8787         * gst-libs/gst/cdda/sha1.h:
8788           Add new libgstcdda with GstCddaBaseSrc class.
8789
8790 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         * ext/gnomevfs/gstgnomevfssink.h:
8793           Use GstBaseSinkClass as parent_class member for class struct, not
8794           GstBaseSink.
8795
8796 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8797
8798         Patch by: Michael Benes
8799
8800         * gst/videotestsrc/gstvideotestsrc.c:
8801         (gst_video_test_src_class_init), (gst_video_test_src_start):
8802           Add start method to reset running time and number of frames sent
8803           when starting up (fixes #324696)
8804
8805 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         * docs/plugins/Makefile.am:
8808         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8809         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8810         * docs/plugins/gst-plugins-base-plugins.args:
8811         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8812         * docs/plugins/gst-plugins-base-plugins.signals:
8813           Add docs stuff for gnomevfssrc and gnomevfssink.
8814
8815         * ext/gnomevfs/gstgnomevfssrc.c:
8816           Fix example pipeline in gtk-doc blurb.
8817
8818 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8819
8820         * ext/gnomevfs/Makefile.am:
8821         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8822         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8823         (gst_gnome_vfs_handle_get_type), (plugin_init):
8824         * ext/gnomevfs/gstgnomevfs.h:
8825         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8826         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8827         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8828         (gst_gnome_vfs_sink_set_property),
8829         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8830         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8831         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8832         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8833         (gst_gnome_vfs_sink_uri_get_type),
8834         (gst_gnome_vfs_sink_uri_get_protocols),
8835         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8836         (gst_gnome_vfs_sink_uri_handler_init):
8837         * ext/gnomevfs/gstgnomevfssink.h:
8838           Port gnomevfssink; add gtk-doc blurb.
8839
8840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8841         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8842         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8843         (gst_gnome_vfs_src_uri_get_type),
8844         (gst_gnome_vfs_src_uri_get_protocols),
8845         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8846         (gst_gnome_vfs_src_uri_handler_init),
8847         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8848         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8849         (gst_gnome_vfs_src_send_additional_headers_callback),
8850         (gst_gnome_vfs_src_received_headers_callback),
8851         (gst_gnome_vfs_src_push_callbacks),
8852         (gst_gnome_vfs_src_pop_callbacks),
8853         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8854         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8855         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8856         * ext/gnomevfs/gstgnomevfssrc.h:
8857           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8858           file; add gtk-doc blurb with example pipelines.
8859
8860 === release 0.10.1 ===
8861
8862 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8863
8864         * configure.ac:
8865           releasing 0.10.1, "Dobro Dedek"
8866
8867 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8868
8869         * gst/typefind/gsttypefindfunctions.c:
8870         iLBC30 and iLBC20 added to typefind.
8871
8872 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8873
8874         * gst-libs/gst/audio/gstbaseaudiosink.c:
8875         (gst_base_audio_sink_class_init):
8876         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8877         (gst_base_audio_src_class_init):
8878           update strings, values are in microseconds
8879           change the default sink buffer time to something that is smaller
8880           (to help software volume mixing have a slightly lower delay) but
8881           still be acceptable on Wim's laptop
8882
8883 2005-12-20  Edward Hervey  <edward@fluendo.com>
8884
8885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8886         Made a quack, forgot to add DUCK to the riff video template.
8887
8888 2005-12-19  Edward Hervey  <edward@fluendo.com>
8889
8890         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8891         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8892         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8893         (gst_ogm_parse_chain):
8894         Make sure pads are initialized correctly.
8895         * gst-libs/gst/riff/riff-ids.h:
8896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8897         (gst_riff_create_video_template_caps):
8898         Add a whole bunch of FOURCC <=> MimeType.
8899         Extend the riff video pad template to support the newly added fourcc.
8900
8901 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8902
8903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8904         (gst_ogg_demux_activate_chain):
8905           Extra debug output when activating/deactivating chains.
8906
8907         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8908         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8909         (unlinked):
8910           Remove a queue from our list when it becomes unlinked.
8911           Don't add queues to elements in class 'Demux' if they
8912           can only produce one pad 
8913
8914 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8915
8916         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8917         (gst_video_sink_get_type): Add a debug category.
8918
8919 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8920
8921         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8922         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8923           Handle downstream newsegment by sending our own newsegment before the
8924           next buffer to be released. (#323900)
8925
8926 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8927
8928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8929         (gst_base_rtp_depayload_set_gst_timestamp):
8930           add queue delay to new segment as well (as opposed to just the first
8931           buffer). (bug #322347)
8932
8933 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8934
8935         * ext/libvisual/visual.c: (make_valid_name):
8936           change some char* into char[]
8937         * gst/audiotestsrc/gstaudiotestsrc.c:
8938         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8939         (gst_audio_test_src_create):
8940         * gst/audiotestsrc/gstaudiotestsrc.h:
8941           prepare to handle EOS and SEGMENT_DONE
8942
8943 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8944
8945         * tests/check/generic/states.c: (GST_START_TEST):
8946           Blacklist cdparanoia element in state test.
8947
8948 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8949
8950           Patch by: Benjamin Pineau
8951
8952         * gst/tcp/gsttcp.c:
8953         * gst/tcp/gsttcpclientsink.c:
8954         * gst/tcp/gsttcpserversink.c:
8955         * gst/tcp/gsttcpserversrc.c:
8956           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8957
8958 2005-12-15  Michael Smith  <msmith@fluendo.com>
8959
8960         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8961         (gst_video_rate_chain):
8962           Fix timestamping for videorate when the first buffer it sees has a
8963           non-zero timestamp. Fix some misleading debug output.
8964
8965 2005-12-15  Michael Smith  <msmith@fluendo.com>
8966
8967         * gst/audioresample/gstaudioresample.c:
8968           Don't leak all input buffers to audioresample.
8969
8970 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8971
8972         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8973           Don't operate on empty text buffers. Strip newlines and
8974           tabs only from the end of the text, but leave them intact
8975           in the middle. Fix typo in gtk-doc description.
8976
8977 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8978
8979         * gst/playback/gstplaybasebin.c:
8980         * gst/playback/gstplaybin.c: (handoff):
8981           Make sure the video frame buffer we return to apps via the
8982           "frame" property always has caps set on it. Modify
8983           _gst_gvalue_set_object() macro to handle NULL objects
8984           gracefully too.
8985
8986 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8987
8988         * gst/audiotestsrc/gstaudiotestsrc.c:
8989         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8990         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8991         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8992         (gst_audio_test_src_create):
8993         * gst/audiotestsrc/gstaudiotestsrc.h:
8994         Adjust to some recent api changes and add wtays new cool seeking
8995         capabillities
8996
8997 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * ext/alsa/Makefile.am:
9000         * ext/alsa/gstalsadeviceprobe.c:
9001         * ext/alsa/gstalsadeviceprobe.h:
9002           Helper functions to add device probing via the GstPropertyProbe
9003           interface to a class.
9004
9005         * ext/alsa/gstalsamixer.h:
9006           Comment out GST_ALSA_MIXER, it returns a struct that's not
9007           used.
9008
9009         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9010           Add some debug info. 
9011
9012         * ext/alsa/gstalsamixerelement.c:
9013         (gst_alsa_mixer_element_interface_supported),
9014         (gst_implements_interface_init),
9015         (gst_alsa_mixer_element_init_interfaces),
9016         (gst_alsa_mixer_element_class_init),
9017         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9018         (gst_alsa_mixer_element_set_property),
9019         (gst_alsa_mixer_element_get_property),
9020         (gst_alsa_mixer_element_change_state):
9021         * ext/alsa/gstalsamixerelement.h:
9022           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9023           for device handling (gnome-volume-control will need that).
9024
9025 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9026
9027         * ext/Makefile.am: fix cdparanoia entry
9028         * gst-plugins-base.spec.in: add cdparanoia
9029
9030 2005-12-12  Michael Smith  <msmith@fluendo.com>
9031
9032         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9033           Use the correct function to free list of typefind factories.
9034
9035 2005-12-12  Wim Taymans  <wim@fluendo.com>
9036
9037         * gst/videotestsrc/gstvideotestsrc.c:
9038         (gst_video_test_src_class_init), (gst_video_test_src_init),
9039         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9040         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9041         (gst_video_test_src_create):
9042         * gst/videotestsrc/gstvideotestsrc.h:
9043         Implement seeking in videotestsrc.
9044         Small cleanups.
9045
9046 2005-12-12  Wim Taymans  <wim@fluendo.com>
9047
9048         * ext/cdparanoia/Makefile.am:
9049         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9050         (gst_paranoia_endian_get_type), (_do_init),
9051         (cdparanoia_class_init), (cdparanoia_init),
9052         (cdparanoia_set_property), (cdparanoia_get_property),
9053         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9054         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9055         (cdparanoia_convert), (cdparanoia_get_query_types),
9056         (cdparanoia_query), (cdparanoia_set_index),
9057         (cdparanoia_uri_set_uri):
9058         * ext/cdparanoia/gstcdparanoia.h:
9059         Partially ported cdparanoia now that basesrc can support a
9060         plugin like this..
9061
9062 2005-12-12  Wim Taymans  <wim@fluendo.com>
9063
9064         * tests/examples/seek/scrubby.c: (main):
9065         Set higher priority for bus events so they don't get reordered with
9066         gtk gui events.
9067
9068         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9069         (flush_toggle_cb), (main):
9070         Added checkbox to disable flushing seeks. 
9071         Disable scrubbing when doing non flushing seeks.
9072
9073 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9076         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9077         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9078         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9079           Implement some sort of event handling that doesn't rely on
9080           g_return_if_fail; make sure we always push the last chunk of an 
9081           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9082           state change function; remove some old cruft. Seeking is still
9083           rather unlikely to work though.
9084
9085         * tools/.cvsignore:
9086           Ignore more.
9087
9088 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9089
9090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9091         Fixed a leak of the current image reference when cleaning up.
9092         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9093
9094 2005-12-09  Michael Smith  <msmith@fluendo.com>
9095
9096         * tools/Makefile.am:
9097         * tools/gst-launch-ext-m.m:
9098           Remove gst-launch-ext. It doesn't work, and is no longer
9099           particularly useful.
9100
9101 2005-12-08  Luca Ognibene  <luogni@tin.it>
9102
9103         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9104           don't pass random values to ogmparse convert function.
9105           Make seeking possible in the exile1.ogm file.
9106
9107 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9110         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9111           Work around refcount problem with g_value_set_object() that occur
9112           if the core has been compiled against GLib-2.6 (g_value_set_object()
9113           will only g_object_ref() the element, but the caller will
9114           gst_object_unref() it and bad things will happen due to the way
9115           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9116           totem for people on FC4 using Thomas's 0.10 RPMs.
9117           
9118 2005-12-07  Edward Hervey  <edward@fluendo.com>
9119
9120         Time to welcome ogm to 0.10 :)
9121         
9122         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9123         (gst_ogg_pad_typefind):
9124         Oggdemux can now properly typefind elements with dynamic pads.
9125         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9126         Properly set caps on src pad, and set caps on outgoing buffers.
9127
9128 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9129
9130         * ext/alsa/gstalsamixer.h:
9131         * ext/alsa/gstalsamixerelement.h:
9132         * ext/alsa/gstalsamixeroptions.h:
9133         * ext/alsa/gstalsamixertrack.h:
9134         * ext/alsa/gstalsasink.c:
9135         * ext/alsa/gstalsasink.h:
9136         * ext/alsa/gstalsasrc.c:
9137         * ext/alsa/gstalsasrc.h:
9138         * ext/cdparanoia/gstcdparanoia.h:
9139         * ext/gnomevfs/gstgnomevfsuri.h:
9140         * ext/ogg/gstoggdemux.c:
9141         * ext/ogg/gstoggmux.c:
9142         * ext/pango/gsttextoverlay.h:
9143         * ext/theora/theoradec.c:
9144         * ext/theora/theoraenc.c:
9145         * ext/vorbis/vorbisdec.h:
9146         * ext/vorbis/vorbisenc.c:
9147         * ext/vorbis/vorbisenc.h:
9148         * ext/vorbis/vorbisparse.h:
9149         * gst-libs/gst/audio/gstaudioclock.h:
9150         * gst-libs/gst/audio/gstaudiosink.c:
9151         * gst-libs/gst/audio/gstaudiosink.h:
9152         * gst-libs/gst/audio/gstaudiosrc.c:
9153         * gst-libs/gst/audio/gstaudiosrc.h:
9154         * gst-libs/gst/audio/gstbaseaudiosink.c:
9155         * gst-libs/gst/audio/gstbaseaudiosink.h:
9156         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9157         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9158         * gst-libs/gst/audio/gstringbuffer.h:
9159         * gst-libs/gst/audio/multichannel.h:
9160         * gst-libs/gst/floatcast/floatcast.h:
9161         * gst-libs/gst/interfaces/colorbalance.c:
9162         * gst-libs/gst/interfaces/colorbalance.h:
9163         * gst-libs/gst/interfaces/colorbalancechannel.h:
9164         * gst-libs/gst/interfaces/mixer.h:
9165         * gst-libs/gst/interfaces/mixeroptions.h:
9166         * gst-libs/gst/interfaces/mixertrack.h:
9167         * gst-libs/gst/interfaces/navigation.h:
9168         * gst-libs/gst/interfaces/propertyprobe.h:
9169         * gst-libs/gst/interfaces/tuner.h:
9170         * gst-libs/gst/interfaces/tunerchannel.h:
9171         * gst-libs/gst/interfaces/tunernorm.h:
9172         * gst-libs/gst/interfaces/xoverlay.h:
9173         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9174         * gst-libs/gst/riff/riff-ids.h:
9175         * gst-libs/gst/riff/riff-media.h:
9176         * gst-libs/gst/riff/riff-read.h:
9177         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9178         * gst-libs/gst/rtp/gstbasertppayload.c:
9179         * gst-libs/gst/rtp/gstbasertppayload.h:
9180         * gst-libs/gst/rtp/gstrtpbuffer.c:
9181         * gst-libs/gst/rtp/gstrtpbuffer.h:
9182         * gst-libs/gst/tag/gsttageditingprivate.h:
9183         * gst-libs/gst/tag/gstvorbistag.c:
9184         (gst_tag_list_from_vorbiscomment_buffer):
9185         * gst-libs/gst/tag/tag.h:
9186         * gst-libs/gst/video/video.h:
9187         * gst/adder/gstadder.c:
9188         * gst/adder/gstadder.h:
9189         * gst/audioconvert/audioconvert.c:
9190         * gst/audioconvert/audioconvert.h:
9191         * gst/audioconvert/gstaudioconvert.c:
9192         * gst/audioconvert/gstchannelmix.c:
9193         * gst/audioconvert/gstchannelmix.h:
9194         * gst/audiorate/gstaudiorate.c:
9195         * gst/audioresample/buffer.h:
9196         * gst/audioresample/functable.h:
9197         * gst/audioresample/gstaudioresample.c:
9198         * gst/audioresample/resample.h:
9199         * gst/ffmpegcolorspace/avcodec.h:
9200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9201         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9202         * gst/ffmpegcolorspace/imgconvert.c:
9203         * gst/ffmpegcolorspace/imgconvert_template.h:
9204         * gst/playback/gstdecodebin.c:
9205         * gst/playback/gstplaybasebin.h:
9206         * gst/playback/gstplaybin.c:
9207         * gst/playback/gststreaminfo.h:
9208         * gst/tcp/gstfdset.c:
9209         * gst/tcp/gstfdset.h:
9210         * gst/tcp/gstmultifdsink.c:
9211         * gst/tcp/gstmultifdsink.h:
9212         * gst/tcp/gsttcp.h:
9213         * gst/tcp/gsttcpclientsrc.c:
9214         * gst/tcp/gsttcpclientsrc.h:
9215         * gst/tcp/gsttcpplugin.h:
9216         * gst/tcp/gsttcpserversink.c:
9217         * gst/tcp/gsttcpserversrc.c:
9218         * gst/typefind/gsttypefindfunctions.c:
9219         * gst/videorate/gstvideorate.c:
9220         * gst/videotestsrc/gstvideotestsrc.h:
9221         * gst/videotestsrc/videotestsrc.h:
9222         * sys/v4l/gstv4lcolorbalance.h:
9223         * sys/v4l/gstv4ltuner.h:
9224         * sys/v4l/gstv4lxoverlay.h:
9225         * sys/v4l/v4l_calls.h:
9226         * sys/v4l/videodev_mjpeg.h:
9227         * tests/check/elements/audioconvert.c:
9228         * tests/check/elements/audioresample.c:
9229         * tests/check/elements/audiotestsrc.c:
9230         * tests/check/elements/videotestsrc.c:
9231         * tests/check/elements/volume.c:
9232         * tests/examples/seek/scrubby.c:
9233         * tests/examples/seek/seek.c:
9234           expand tabs
9235
9236 === release 0.10.0 ===
9237
9238 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9239
9240         * configure.ac:
9241           releasing 0.10.0, "Mont-d'or"
9242
9243 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9244
9245         * tests/examples/seek/Makefile.am:
9246         Build fix for when gtk is not available.
9247
9248 2005-12-05  Andy Wingo  <wingo@pobox.com>
9249
9250         * ext/libvisual/visual.c: (get_buffer):
9251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9252         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9253         * ext/theora/theoradec.c: (theora_handle_data_packet):
9254         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9255         (theora_enc_chain):
9256         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9257         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9258         Update for alloc_buffer changes.
9259
9260 2005-12-05  Andy Wingo  <wingo@pobox.com>
9261
9262         patch by: Kai Vehmanen <kv2004 eca cx>
9263         
9264         * gst-libs/gst/rtp/gstbasertpdepayload.c
9265         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9266
9267 2005-12-04  Andy Wingo  <wingo@pobox.com>
9268
9269         patch by: Sebastien Cote <sebas642 yahoo ca>
9270         
9271         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9272         Fixes #319172.
9273
9274 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9275
9276         * docs/plugins/Makefile.am:
9277         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9278         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9279         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9280         * ext/pango/gstclockoverlay.c:
9281         * ext/pango/gsttextoverlay.c: 
9282         * ext/pango/gsttextrender.c:
9283         * ext/pango/gsttimeoverlay.c:
9284           Add gtk-doc blurbs to pango elements.
9285
9286 2005-12-02  Wim Taymans  <wim@fluendo.com>
9287
9288         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9289         * gst/audioresample/buffer.h:
9290         * gst/audioresample/gstaudioresample.c:
9291         * gst/audioresample/gstaudioresample.h:
9292         * gst/audioresample/resample.c: (resample_input_flush),
9293         (resample_input_pushthrough), (resample_input_eos),
9294         (resample_get_output_size_for_input),
9295         (resample_get_input_size_for_output), (resample_get_output_size),
9296         (resample_get_output_data):
9297         * gst/audioresample/resample.h:
9298         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9299         Fix audioresample, seek torture, new segments, reverse negotiation
9300         etc.. work fine.
9301
9302 2005-12-02  Wim Taymans  <wim@fluendo.com>
9303
9304         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9305         Small cleanups.
9306
9307 2005-12-02  Wim Taymans  <wim@fluendo.com>
9308
9309         * gst/audioconvert/gstaudioconvert.c:
9310         (gst_audio_convert_transform):
9311         Post errors.
9312
9313 === release 0.9.7 ===
9314
9315 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9316
9317         * configure.ac:
9318           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9319
9320 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9321
9322         * Makefile.am:
9323         * po/hu.po:
9324         * win32/MANIFEST:
9325         * win32/gst.sln:
9326           add win32 MANIFEST file
9327           do something to the hungarian translation
9328
9329 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9330
9331         * ext/Makefile.am:
9332           Add $(PANGO_DIR) to SUBDIRS
9333
9334         * ext/pango/gstclockoverlay.c:
9335         * ext/pango/gsttimeoverlay.c:
9336           Fix and improve element descriptions.
9337
9338 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9339
9340         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9341         * docs/plugins/inspect/plugin-libvisual.xml:
9342         * docs/plugins/inspect/plugin-pango.xml:
9343           add pango plugin to docs
9344
9345 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9346
9347         * configure.ac:
9348         * ext/Makefile.am:
9349           moved pango to base
9350
9351 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9352
9353         * configure.ac:
9354         * tests/Makefile.am:
9355         * tests/icles/.cvsignore:
9356         * tests/icles/Makefile.am:
9357         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9358         (close_display), (resize_window), (move_window), (create_window),
9359         (terminate_playback), (pause_playback), (start_playback), (main):
9360           add stress test for xoverlay from Julien
9361
9362 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9363
9364         * docs/libs/tmpl/gstcolorbalance.sgml:
9365         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9366         * gst-libs/gst/rtp/gstbasertppayload.c:
9367         * gst-libs/gst/rtp/gstrtpbuffer.c:
9368         * gst-libs/gst/rtp/gstrtpbuffer.h:
9369           Do burger's rename for rtp payloaders and depayloaders
9370
9371 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9372
9373         * win32/:
9374           add Visual Studio 6 build files
9375
9376 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9377
9378         * docs/libs/gst-plugins-base-libs-docs.sgml:
9379         * docs/libs/gst-plugins-base-libs-sections.txt:
9380         * docs/libs/tmpl/gstaudio.sgml:
9381         * docs/libs/tmpl/gstringbuffer.sgml:
9382         * gst-libs/gst/interfaces/xoverlay.c:
9383         * gst-libs/gst/video/gstvideofilter.c:
9384         * gst-libs/gst/video/gstvideosink.c:
9385           update documentation
9386
9387 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9388
9389         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9390         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9391         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9392         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9393         (gst_multi_fd_sink_get_stats),
9394         (gst_multi_fd_sink_remove_client_link),
9395         (gst_multi_fd_sink_handle_client_read),
9396         (gst_multi_fd_sink_client_queue_data),
9397         (gst_multi_fd_sink_client_queue_caps),
9398         (gst_multi_fd_sink_client_queue_buffer),
9399         (gst_multi_fd_sink_new_client),
9400         (gst_multi_fd_sink_handle_client_write),
9401         (gst_multi_fd_sink_recover_client),
9402         (gst_multi_fd_sink_queue_buffer),
9403         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9404         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9405         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9406         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9407         * gst/tcp/gstmultifdsink.h:
9408         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9409         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9410         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9411         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9412         (gst_tcp_client_sink_set_property),
9413         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9414         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9415         * gst/tcp/gsttcpclientsink.h:
9416         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9417         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9418         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9419         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9420         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9421         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9422         * gst/tcp/gsttcpclientsrc.h:
9423         * gst/tcp/gsttcpplugin.c: (plugin_init):
9424         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9425         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9426         (gst_tcp_server_sink_finalize),
9427         (gst_tcp_server_sink_handle_server_read),
9428         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9429         (gst_tcp_server_sink_set_property),
9430         (gst_tcp_server_sink_get_property),
9431         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9432         * gst/tcp/gsttcpserversink.h:
9433         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9434         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9435         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9436         (gst_tcp_server_src_set_property),
9437         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9438         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9439         * gst/tcp/gsttcpserversrc.h:
9440           more borgifying
9441
9442 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9443
9444         * docs/plugins/Makefile.am:
9445         * docs/plugins/gst-plugins-base-plugins.args:
9446         * docs/plugins/inspect/plugin-libvisual.xml:
9447         * gst/audioconvert/plugin.h:
9448         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9449         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9450         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9451         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9452         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9453         (plugin_init):
9454         * gst/audiotestsrc/gstaudiotestsrc.c:
9455         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9456         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9457         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9458         (gst_audio_test_src_get_query_types),
9459         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9460         (gst_audio_test_src_create_square),
9461         (gst_audio_test_src_create_saw),
9462         (gst_audio_test_src_create_triangle),
9463         (gst_audio_test_src_create_silence),
9464         (gst_audio_test_src_create_white_noise),
9465         (gst_audio_test_src_init_pink_noise),
9466         (gst_audio_test_src_generate_pink_noise_value),
9467         (gst_audio_test_src_create_pink_noise),
9468         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9469         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9470         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9471         (plugin_init):
9472         * gst/audiotestsrc/gstaudiotestsrc.h:
9473         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9474         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9475         (gst_sub_parse_init), (gst_sub_parse_formats),
9476         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9477         (convert_encoding), (get_next_line),
9478         (gst_sub_parse_data_format_autodetect),
9479         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9480         (gst_sub_parse_loop), (gst_sub_parse_chain),
9481         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9482         (plugin_init):
9483         * gst/subparse/gstsubparse.h:
9484         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9485         (gst_video_rate_base_init), (gst_video_rate_class_init),
9486         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9487         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9488         (gst_video_rate_init), (gst_video_rate_event),
9489         (gst_video_rate_chain), (gst_video_rate_set_property),
9490         (gst_video_rate_get_property), (gst_video_rate_change_state),
9491         (plugin_init):
9492         * gst/videoscale/gstvideoscale.c:
9493         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9494         (gst_video_scale_src_template_factory),
9495         (gst_video_scale_sink_template_factory),
9496         (gst_video_scale_get_type), (gst_video_scale_base_init),
9497         (gst_video_scale_class_init), (gst_video_scale_init),
9498         (gst_video_scale_set_property), (gst_video_scale_get_property),
9499         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9500         (gst_video_scale_prepare_size), (parse_caps),
9501         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9502         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9503         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9504         (plugin_init):
9505         * gst/videoscale/gstvideoscale.h:
9506         * gst/videotestsrc/gstvideotestsrc.c:
9507         (gst_video_test_src_pattern_get_type),
9508         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9509         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9510         (gst_video_test_src_set_pattern),
9511         (gst_video_test_src_set_property),
9512         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9513         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9514         (gst_video_test_src_event), (gst_video_test_src_get_times),
9515         (gst_video_test_src_create), (plugin_init):
9516         * gst/videotestsrc/gstvideotestsrc.h:
9517         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9518         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9519         (gst_video_test_src_black):
9520         * gst/videotestsrc/videotestsrc.h:
9521           borgify further
9522           clean up docs a little
9523
9524 2005-11-30  Wim Taymans  <wim@fluendo.com>
9525
9526         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9527         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9528         (gst_basertppayload_event), (gst_basertppayload_push),
9529         (gst_basertppayload_change_state):
9530         * gst-libs/gst/rtp/gstbasertppayload.h:
9531         closed #320644.
9532
9533 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9534
9535         * docs/libs/gst-plugins-base-libs-docs.sgml:
9536         * docs/libs/gst-plugins-base-libs-sections.txt:
9537         * gst-libs/gst/video/gstvideofilter.c:
9538         * gst-libs/gst/video/gstvideosink.c:
9539         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9540
9541 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9542
9543         * LICENSE:
9544           move
9545         * po/af.po:
9546         * po/az.po:
9547         * po/cs.po:
9548         * po/en_GB.po:
9549         * po/hu.po:
9550         * po/it.po:
9551         * po/nb.po:
9552         * po/nl.po:
9553         * po/or.po:
9554         * po/sq.po:
9555         * po/sr.po:
9556         * po/sv.po:
9557         * po/uk.po:
9558         * po/vi.po:
9559         * Makefile.am:
9560           update
9561         * scripts/autoplugins.sh:
9562           remove
9563
9564 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9565
9566         * Makefile.am:
9567         * configure.ac:
9568         * examples/Makefile.am:
9569         * examples/capsfilter/Makefile.am:
9570         * examples/capsfilter/capsfilter1.c:
9571         * examples/gob/Makefile.am:
9572         * examples/gob/gst-identity2.gob:
9573         * examples/indexing/.cvsignore:
9574         * examples/indexing/Makefile.am:
9575         * examples/indexing/indexmpeg.c:
9576         * examples/seeking/.cvsignore:
9577         * examples/seeking/Makefile.am:
9578         * examples/seeking/cdparanoia.c:
9579         * examples/seeking/cdplayer.c:
9580         * examples/seeking/chained.c:
9581         * examples/seeking/scrubby.c:
9582         * examples/seeking/seek.c:
9583         * examples/stats/Makefile.am:
9584         * examples/stats/mp2ogg.c:
9585         * examples/switch/.cvsignore:
9586         * examples/switch/Makefile.am:
9587         * examples/switch/switcher.c:
9588         * tests/Makefile.am:
9589         * tests/check/generic/.cvsignore:
9590         * tests/check/pipelines/.cvsignore:
9591         * tests/examples/Makefile.am:
9592         * tests/examples/seek/Makefile.am:
9593           reorganize stuff under tests/
9594
9595 2005-11-30  Edward Hervey  <edward@fluendo.com>
9596
9597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9598         Go away you stupid GstStaticPadTemplate memleak.
9599
9600 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9601
9602         * gst-libs/gst/net/Makefile.am:
9603         * gst-libs/gst/net/README:
9604         * gst-libs/gst/net/gstnetbuffer.c:
9605         * gst-libs/gst/net/gstnetbuffer.h:
9606           this was moved to "netbuffer"
9607
9608 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9609
9610         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9611         (gst_video_filter_class_init), (gst_video_filter_init):
9612         * gst-libs/gst/video/gstvideofilter.h:
9613           borgify name to bring in line with other classes
9614
9615 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9616
9617         * gst/audioscale/.cvsignore:
9618         * gst/audioscale/Makefile.am:
9619         * gst/audioscale/README:
9620         * gst/audioscale/audioscale.vcproj:
9621         * gst/audioscale/dtof.c:
9622         * gst/audioscale/dtos.c:
9623         * gst/audioscale/functable.c:
9624         * gst/audioscale/gstaudioscale.c:
9625         * gst/audioscale/gstaudioscale.h:
9626         * gst/audioscale/private.h:
9627         * gst/audioscale/resample.c:
9628         * gst/audioscale/resample.h:
9629         * gst/audioscale/test.c:
9630           remove
9631
9632 2005-11-30  Edward Hervey  <edward@fluendo.com>
9633
9634         * gst-libs/gst/netbuffer/Makefile.am:
9635         really, really tired
9636
9637 2005-11-30  Edward Hervey  <edward@fluendo.com>
9638
9639         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9640         Update for new GstTypeFindFactory _register()
9641
9642 2005-11-30  Edward Hervey  <edward@fluendo.com>
9643
9644         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9645         Let's not override libgstnet from core for no reason...
9646         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9647         Ok, maybe not so quick next time.
9648
9649 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9650
9651         * configure.ac:
9652         * gst-libs/gst/Makefile.am:
9653           moved gst-libs/gst/net to netbuffer through CVS surgery
9654           remove old directory
9655           updating build to accomodate
9656           (#322257)
9657
9658 2005-11-29  Andy Wingo  <wingo@pobox.com>
9659
9660         * pkgconfig/gstreamer-plugins-base.pc.in:
9661         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9662         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9663         (#322257).
9664
9665 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9666
9667         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9668         3rd time's the charm. Correct ref-counting for discarded buffers.
9669
9670 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9671
9672         * gst/playback/gststreamselector.c:
9673         (gst_stream_selector_class_init),
9674         (gst_stream_selector_set_property),
9675         (gst_stream_selector_get_property),
9676         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9677         Fix ref-counting
9678
9679 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9680
9681         * gst/subparse/gstsubparse.c: (feed_textbuf):
9682           Don't access already unref'ed buffer.
9683
9684 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9685
9686         * gst/playback/gststreamselector.c:
9687         (gst_stream_selector_class_init), (gst_stream_selector_init),
9688         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9689         (gst_stream_selector_get_property),
9690         (gst_stream_selector_get_linked_pad),
9691         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9692         * gst/playback/gststreamselector.h:
9693         Add the active-pad property for playbin to use shortly. Ignore buffers
9694         from any other pad, returning GST_FLOW_NOT_LINKED
9695
9696 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9697
9698         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9699         patch from bug #322704 (Alessandro Decina).
9700
9701 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9702
9703         * gst-libs/gst/audio/Makefile.am:
9704           folded audiofilter into the audio library
9705
9706 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9707
9708         * gst/videoscale/gstvideoscale.h:
9709         * gst/videoscale/gstvideoscale.c:
9710           remove unimplemented scale methods
9711
9712 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9713
9714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9715           Don't leak caps.
9716
9717 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9718
9719         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9720         (gst_ximagesink_setcaps):
9721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9722         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9723         happens (only visible on ximagesink but bug is in xv too) set_caps was
9724         destroying the internal x[v]image used to memcpy non locally alloced
9725         buffers so that it got renewed on next _chain. The issue is that 
9726         _expose will try to put that image as it reffed it in _put.
9727         Using gst_buffer_unref instead of destroy fixes it !
9728
9729 2005-11-28  Edward Hervey  <edward@fluendo.com>
9730
9731         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9732         (try_to_link_1), (queue_filled_cb):
9733         Better use of the queues. Start with a small size queue and only increase
9734         the size of the queues when the other queues are empty.
9735
9736 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9737
9738         * gst-libs/gst/video/Makefile.am:
9739           compile in copied-over videofilter into the video library
9740         * gst-libs/gst/video/videosink.h:
9741           rename the header to gstvideosink.h since it's a base GstObject class
9742         * sys/ximage/ximagesink.h:
9743         * sys/xvimage/xvimagesink.h:
9744           use the new header
9745
9746 2005-11-28  Wim Taymans  <wim@fluendo.com>
9747
9748         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9749         * gst/playback/gstplaybasebin.h:
9750         Prepare to handle errors betters.
9751
9752         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9753         Set sinks to PAUSED first before adding and linking them so that
9754         we don't interrupt dataflow.
9755
9756 2005-11-28  Wim Taymans  <wim@fluendo.com>
9757
9758         * gst-libs/gst/audio/TODO:
9759         Updated TODO
9760
9761         * gst-libs/gst/audio/gstaudiosink.c:
9762         (gst_audioringbuffer_open_device),
9763         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9764         (gst_audioringbuffer_release):
9765         Small cleanups.
9766
9767         * gst-libs/gst/audio/gstbaseaudiosink.c:
9768         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9769         (gst_base_audio_sink_change_state):
9770         Slave to the master clock when going to PLAYING and unslave when
9771         going to PAUSED.
9772
9773         * gst-libs/gst/audio/gstringbuffer.c:
9774         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9775         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9776         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9777         (gst_ring_buffer_clear_all), (wait_segment),
9778         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9779         (gst_ring_buffer_advance):
9780         * gst-libs/gst/audio/gstringbuffer.h:
9781         Add some docs and cleanups.
9782
9783 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9784
9785         * sys/xvimage/xvimagesink.c:
9786         (gst_xvimagesink_navigation_send_event): Fix navigation events
9787         coordinates translation with pixel aspect ratios.
9788
9789 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9790
9791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9792         Use calculated video geometry from _setcaps instead of buffer
9793         caps to respect pixel aspect ratio. (fixes #322388)
9794
9795 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9796
9797         * docs/libs/tmpl/gstcolorbalance.sgml:
9798         * docs/libs/tmpl/gstmixer.sgml:
9799         * docs/libs/tmpl/gstxoverlay.sgml:
9800         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9801         interface.
9802
9803 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9804
9805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9806         Refuse to create an XvImage if we can't find the format.
9807
9808 2005-11-28  Edward Hervey  <edward@fluendo.com>
9809
9810         * gst-libs/gst/riff/riff-media.c:
9811         (gst_riff_create_audio_template_caps):
9812         Add ATRAC3 to the list of riff-possible audio caps.
9813         I know we still don't have a plugin for atrac3, but it's saner to output
9814         that than a cryptic mimetype.
9815
9816 2005-11-27  Edward Hervey  <edward@fluendo.com>
9817
9818         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9819         Don't try to create a zero-sized subbuffer.
9820
9821 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9822
9823         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9824         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9825         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9826         (gst_ximagesink_expose): Fixed a tricky race.
9827         * sys/ximage/ximagesink.h:
9828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9829         (gst_xvimagesink_expose): Fixed a tricky race.
9830         * sys/xvimage/xvimagesink.h:
9831
9832 2005-11-27  Edward Hervey  <edward@fluendo.com>
9833
9834         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9835         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9836         Remove unused properties, and add queues between demuxers and decoders
9837         so that a lot more files can preroll properly.
9838
9839 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9840
9841         * gst-libs/gst/net/Makefile.am:
9842         * gst-libs/gst/rtp/Makefile.am:
9843         * gst-libs/gst/tag/Makefile.am:
9844           remove silly include
9845         * gst/tags/Makefile.am:
9846         * gst/tags/gsttagediting.c:
9847         * gst/tags/gsttageditingprivate.h:
9848         * gst/tags/tagedit.vcproj:
9849           remove directory, is as good as empty
9850
9851 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9852
9853         * configure.ac:
9854           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9855         * gst-libs/Makefile.am:
9856         * gst-libs/gst/audio/Makefile.am:
9857         * gst-libs/gst/interfaces/Makefile.am:
9858         * gst-libs/gst/net/Makefile.am:
9859         * gst-libs/gst/riff/Makefile.am:
9860         * gst-libs/gst/rtp/Makefile.am:
9861         * gst-libs/gst/tag/Makefile.am:
9862         * gst-libs/gst/video/Makefile.am:
9863           and use them
9864
9865 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9866
9867         * docs/libs/tmpl/gstcolorbalance.sgml:
9868         * docs/libs/tmpl/gstmixer.sgml:
9869         * docs/libs/tmpl/gstxoverlay.sgml:
9870         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9871         * sys/ximage/ximagesink.h:
9872         * sys/xvimage/xvimagesink.h: More and more documentation.
9873
9874 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9875
9876         * docs/libs/gst-plugins-base-libs-docs.sgml:
9877         * docs/libs/gst-plugins-base-libs-sections.txt:
9878         * docs/libs/tmpl/gstcolorbalance.sgml:
9879         * docs/libs/tmpl/gstmixer.sgml:
9880         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9881         to documentation.
9882
9883 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9884
9885         * docs/plugins/Makefile.am:
9886         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9887         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9888         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9889
9890 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9891
9892         * docs/plugins/Makefile.am:
9893         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9894         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9895         * docs/plugins/inspect/plugin-adder.xml:
9896         * docs/plugins/inspect/plugin-alsa.xml:
9897         * docs/plugins/inspect/plugin-audioconvert.xml:
9898         * docs/plugins/inspect/plugin-audiorate.xml:
9899         * docs/plugins/inspect/plugin-audioresample.xml:
9900         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9901         * docs/plugins/inspect/plugin-decodebin.xml:
9902         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9903         * docs/plugins/inspect/plugin-gnomevfs.xml:
9904         * docs/plugins/inspect/plugin-ogg.xml:
9905         * docs/plugins/inspect/plugin-playbin.xml:
9906         * docs/plugins/inspect/plugin-subparse.xml:
9907         * docs/plugins/inspect/plugin-tcp.xml:
9908         * docs/plugins/inspect/plugin-theora.xml:
9909         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9910         * docs/plugins/inspect/plugin-video4linux.xml:
9911         * docs/plugins/inspect/plugin-videorate.xml:
9912         * docs/plugins/inspect/plugin-videoscale.xml:
9913         * docs/plugins/inspect/plugin-videotestsrc.xml:
9914         * docs/plugins/inspect/plugin-volume.xml:
9915         * docs/plugins/inspect/plugin-vorbis.xml:
9916         * docs/plugins/inspect/plugin-ximagesink.xml:
9917         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9918         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9919
9920 2005-11-26  Edward Hervey  <edward@fluendo.com>
9921
9922         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9923         Properly return GstFlowReturn from gst_pad_push in chain functions.
9924
9925 2005-11-25  Michael Smith  <msmith@fluendo.com>
9926
9927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9928         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9929         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9930         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9931           Handle various conditions better when we don't understand a stream.
9932           Removes a heap of CRITICALs on ogg streams containing unknown data.
9933
9934 2005-11-24  Andy Wingo  <wingo@pobox.com>
9935
9936         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9937         Be threadsafe.
9938
9939 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9940
9941         * configure.ac: back to HEAD
9942
9943 === release 0.9.6 ===
9944
9945 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9946
9947         * configure.ac:
9948           releasing 0.9.6, "White Eight"
9949
9950 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9951
9952         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9953         * docs/plugins/inspect/plugin-sine.xml:
9954           remove sinesrc some more
9955
9956 2005-11-23  Wim Taymans  <wim@fluendo.com>
9957
9958         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9959         If we are reading too slowly, jump forward in the ringbuffer
9960         instead of blocking.
9961
9962 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9963
9964         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9965         (gst_visual_chain):
9966         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9967         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9968         (gst_videorate_chain):
9969         * gst/videotestsrc/gstvideotestsrc.c:
9970         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9971         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9972         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9973         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9974         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9975         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9976           Updates for API changes
9977
9978 2005-11-23  Wim Taymans  <wim@fluendo.com>
9979
9980         * gst-libs/gst/audio/gstbaseaudiosink.c:
9981         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9982         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9983         Fix for calibration API change.
9984
9985 2005-11-23  Michael Smith <msmith@fluendo.com>
9986
9987         * gst-libs/gst/audio/multichannel.c:
9988         (gst_audio_get_channel_positions),
9989         (gst_audio_set_channel_positions),
9990         (gst_audio_set_structure_channel_positions_list),
9991         (gst_audio_fixate_channel_positions):
9992           Use gst_value_array_*() functions on value arrays, not
9993           gst_value_list_*().
9994
9995 2005-11-23  Edward Hervey  <edward@fluendo.com>
9996
9997         * autogen.sh:
9998         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9999         Fixes autogen
10000
10001 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10002
10003         * check/Makefile.am:
10004         * check/elements/videotestsrc.c: (setup_videotestsrc),
10005         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10006         (main):
10007           add a test for videotestsrc
10008
10009 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10010
10011         * gst/sine/.cvsignore:
10012         * gst/sine/Makefile.am:
10013         * gst/sine/gstsinesrc.c:
10014         * gst/sine/gstsinesrc.h:
10015         * gst/sine/sinesrc.vcproj:
10016           and remove sinesrc from the repository.  Closes #321446
10017
10018 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10019
10020         * configure.ac:
10021         * gst-plugins-base.spec.in:
10022           remove sinesrc from the build
10023
10024 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10025
10026         * check/Makefile.am:
10027         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10028         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10029         (main):
10030           add a test for audiotestsrc, testing all waves.  Even seems
10031           leak-free at first glance, nice job Stefan
10032
10033 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10034
10035         * po/af.po:
10036         * po/az.po:
10037         * po/cs.po:
10038         * po/en_GB.po:
10039         * po/hu.po:
10040         * po/it.po:
10041         * po/nb.po:
10042         * po/nl.po:
10043         * po/or.po:
10044         * po/sq.po:
10045         * po/sr.po:
10046         * po/sv.po:
10047         * po/uk.po:
10048         * po/vi.po:
10049           Translation string updates
10050
10051         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10052         (gst_v4lsrc_set_caps):
10053         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10054         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10055         * sys/v4l/v4lsrc_calls.h:
10056           Improve v4lsrc, by making it work again.
10057
10058 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10059
10060         * ext/libvisual/visual.c: (gst_visual_chain):
10061           Fix the fps calculations.
10062
10063         * gst/ffmpegcolorspace/avcodec.h:
10064           Move structure element for clarity
10065
10066         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10067         * gst-libs/gst/interfaces/tunernorm.h:
10068         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10071         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10072         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10073         (gst_v4lmjpegsrc_getcaps):
10074         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10075         (gst_v4lsrc_set_caps):
10076         * sys/v4l/gstv4lsrc.h:
10077         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10078         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10079         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10080         * sys/v4l/v4lsrc_calls.h:
10081           Fractional framerates...
10082
10083 2005-11-22  Wim Taymans  <wim@fluendo.com>
10084
10085         * gst-libs/gst/audio/gstbaseaudiosink.c:
10086         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10087         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10088         And we provide a clock by default, of course...
10089
10090 2005-11-22  Wim Taymans  <wim@fluendo.com>
10091
10092         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10093         This clock can be slaved to a master clock now.
10094
10095         * gst-libs/gst/audio/gstbaseaudiosink.c:
10096         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10097         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10098         (gst_base_audio_sink_set_clock),
10099         (gst_base_audio_sink_set_property),
10100         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10101         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10102         * gst-libs/gst/audio/gstbaseaudiosink.h:
10103         Handle slaving the internal clock to the clock selected in the
10104         pipeline.
10105         Add property to make the basesink not provide a clock.
10106
10107         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10108         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10109         (gst_base_rtp_depayload_wait):
10110         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10111         We can use the clock in GstElement, no need to store it ourselves.
10112
10113 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10114
10115         * docs/libs/tmpl/gstaudio.sgml:
10116           update
10117         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10118         (gst_paranoia_endian_get_type):
10119         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10120         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10121         * gst/audiotestsrc/gstaudiotestsrc.c:
10122         (gst_audiostestsrc_wave_get_type):
10123         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10124         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10125         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10126         (gst_sync_method_get_type), (gst_unit_type_get_type),
10127         (gst_client_status_get_type), (gst_multifdsink_class_init),
10128         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10129         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10130         (gst_multifdsink_get_property):
10131         * gst/tcp/gstmultifdsink.h:
10132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10133         * gst/videotestsrc/gstvideotestsrc.c:
10134         (gst_videotestsrc_pattern_get_type):
10135           remove deprecated properties
10136           fix up enums to correctly have short lowercase dashed nicks
10137
10138 2005-11-22  Michael Smith <msmith@fluendo.com>
10139
10140         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10141         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10142           Add underscore.
10143
10144 2005-11-22  Michael Smith <msmith@fluendo.com>
10145
10146         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10147         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10148           Use utility method for scaling clocktime for fractional framerates.
10149
10150 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10151
10152         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10153         (gst_visual_chain):
10154         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10155         * ext/theora/theoradec.c: (theora_handle_type_packet):
10156         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10157         (theora_enc_chain):
10158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10159         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10160         * gst-libs/gst/video/video.h:
10161         * gst/ffmpegcolorspace/avcodec.h:
10162         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10163         (gst_ffmpeg_caps_to_pixfmt):
10164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10165         (gst_ffmpegcsp_set_caps):
10166         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10167         (gst_videorate_setcaps), (gst_videorate_blank_data),
10168         (gst_videorate_chain):
10169         * gst/videotestsrc/gstvideotestsrc.c:
10170         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10171         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10172         (gst_videotestsrc_event), (gst_videotestsrc_create):
10173         * gst/videotestsrc/gstvideotestsrc.h:
10174         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10175         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10176         (gst_ximagesink_get_times), (gst_ximagesink_init):
10177         * sys/ximage/ximagesink.h:
10178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10179         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10180         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10181         * sys/xvimage/xvimagesink.h:
10182           Convert elements to use fractions for their framerate.
10183           V4L elements to come later tonight.
10184
10185 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10186
10187         * gst-libs/gst/audio/audio.c:
10188         * gst-libs/gst/audio/audio.h:
10189           remove some deprecated functions
10190
10191 2005-11-22  Andy Wingo  <wingo@pobox.com>
10192
10193         * Update for gst_tag_setter API changes.
10194
10195 2005-11-22  Andy Wingo  <wingo@pobox.com>
10196
10197         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10198         (gst_ogg_demux_perform_seek):
10199         * ext/theora/theoradec.c (theora_dec_sink_event):
10200         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10201         update-funcnames.
10202
10203 2005-11-22  Wim Taymans  <wim@fluendo.com>
10204
10205         * examples/seeking/seek.c: (main):
10206         Give higher priority to bus signals than the gtk events
10207         to fix a race condition in the segment looping.
10208
10209 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10210
10211         * ext/theora/Makefile.am:
10212         * ext/vorbis/Makefile.am:
10213         * gst-libs/gst/tag/Makefile.am:
10214         * gst-plugins-base.spec.in:
10215           Rename libgsttagedit to libgsttag (#322117).
10216
10217 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10218
10219         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10221           Call gst_x_overlay_prepare_xwindow_id() to give applications
10222           a final chance to set their own xwindow id before the video
10223           sink creates its own window.
10224
10225 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10226
10227         * sys/xvimage/xvimagesink.c:
10228         (gst_xvimagesink_navigation_send_event): Handle navigation
10229         events correcly with borders if applicable.
10230
10231 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         Patch by: Luca Ognibene
10234
10235         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10236         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10238         (gst_ffmpegcsp_caps_remove_format_info):
10239         * gst/ffmpegcolorspace/imgconvert.c:
10240         * gst/ffmpegcolorspace/imgconvert_template.h:
10241           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10242           #318353); use gst_structure_has_name().
10243
10244 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10245
10246         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10247         (gst_ximagesink_class_init): Add debug macros on functions.
10248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10249         (gst_xvimagesink_xwindow_draw_borders),
10250         (gst_xvimagesink_xvimage_put),
10251         (gst_xvimagesink_xwindow_update_geometry),
10252         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10253         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10254         (gst_xvimagesink_xcontext_clear),
10255         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10256         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10257         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10258         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10259         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10260         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10261         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10262         expose while being PAUSED, out of data flow navigation events, etc..
10263
10264 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10265
10266         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10267         * gst-libs/gst/audio/audio.h:
10268           fix prototype - wondering why the test worked regardless
10269
10270 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10271
10272         * check/Makefile.am:
10273         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10274         * gst-libs/gst/audio/audio.h:
10275           add a method that returns a proper GstClockTime
10276
10277 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10278
10279         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10280         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10281         * gst-libs/gst/interfaces/xoverlay.h:
10282           Remove everything having to do with the desired size; add 
10283           gst_x_overlay_prepare_xwindow_id() function; remove the
10284           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10285           post a message on the bus instead (#321816).
10286
10287         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10289         (gst_xvimagesink_xoverlay_init):
10290           Remove desired size stuff (#321816).
10291
10292 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10295         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10296         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10297           Terminate vararg functions with NULL instead of 0 to 
10298           make gcc4 happy.
10299
10300 2005-11-21  Andy Wingo  <wingo@pobox.com>
10301
10302         patch by: Sebastien Cote <sebas642@yahoo.ca>
10303         
10304         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10305         * gst-libs/gst/rtp/gstrtpbuffer.c
10306         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10307
10308 2005-11-21  Andy Wingo  <wingo@pobox.com>
10309
10310         * gst/playback/gstplaybin.c (gen_audio_element) 
10311         (gen_video_element): Use the new MISSING_PLUGIN core error
10312         category. Closes #320060.
10313
10314         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10315         * gst/videorate/gstvideorate.c (gst_videorate_event):
10316         * ext/theora/theoradec.c (theora_dec_sink_event): 
10317         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10318         stream lock.
10319
10320         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10321         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10322         stream lock changes.
10323
10324 2005-11-21  Wim Taymans  <wim@fluendo.com>
10325
10326         * gst-libs/gst/audio/gstbaseaudiosink.c:
10327         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10328         (gst_base_audio_sink_provide_clock),
10329         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10330         (gst_base_audio_sink_change_state):
10331         * gst/audioresample/gstaudioresample.c:
10332         Segment update fix.
10333
10334 2005-11-21  Andy Wingo  <wingo@pobox.com>
10335
10336         * *.h:
10337         * *.c: Ran scripts/update-macros. Oh yes.
10338
10339 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * sys/ximage/Makefile.am:
10342         * sys/ximage/ximage.c:
10343           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10344           remove your old libgstximage.* manually if necessary).
10345
10346 2005-11-21  Michael Smith <msmith@fluendo.com>
10347
10348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10349           Minimal fix for bug #320200: set the min/max bitrate in the correct
10350           units. A better fix would be to upgrade to the RATEMANAGE2
10351           interface, rather than using the deprecated interface used here, but
10352           that would require an update in our libvorbis dependency (to 1.1),
10353           which is probably undesirable.
10354
10355 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10356
10357         * ext/libvisual/visual.c: (get_buffer):
10358         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10359         (gst_base_audio_src_fixate):
10360         * gst/audioconvert/gstaudioconvert.c:
10361         (gst_audio_convert_fixate_caps):
10362         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10363         * gst/audiotestsrc/gstaudiotestsrc.c:
10364         (gst_audiotestsrc_src_fixate):
10365         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10366         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10367         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10368         * gst/videotestsrc/gstvideotestsrc.c:
10369         (gst_videotestsrc_src_fixate):
10370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10372           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10373           (#322027)
10374
10375
10376 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10379         (gst_riff_create_iavs_caps):
10380         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10381         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10382         (gst_riff_parse_info):
10383         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10386           Fixes for GST_FOURCC_FORMAT API change.
10387
10388 2005-11-21  Andy Wingo  <wingo@pobox.com>
10389
10390         patch by: Alessandro Dessina <alessandro nnva org>
10391
10392         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10393         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10394         (gst_ogg_parse_chain):
10395         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10396         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10397         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10398         gst_value_list calls on arrays. Fixes #321962.
10399
10400 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10403         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10404         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10405         * gst/adder/gstadder.c: (gst_adder_init),
10406         (gst_adder_request_new_pad), (gst_adder_collected),
10407         (gst_adder_change_state):
10408           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10409           API change.
10410
10411 2005-11-21  Michael Smith <msmith@fluendo.com>
10412
10413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10414         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10415           Properly handle pad_push return values.
10416
10417 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10418
10419         * gst-libs/gst/tag/Makefile.am:
10420         * gst-libs/gst/tag/gstvorbistag.c:
10421         (gst_tag_list_to_vorbiscomment_buffer):
10422           Remove obsolete vorbistag element and debug category.
10423
10424         * gst/playback/gstplaybasebin.c: (check_queue):
10425           Don't divide by 0 when queue-threshold is 0.
10426
10427         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10428           Don't modify an existing pixel-aspect-ratio if we fail to read
10429           a new one.
10430
10431 2005-11-20  Wim Taymans  <wim@fluendo.com>
10432
10433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10434         (gst_vorbisenc_push_packet):
10435         GST_PAD_IS_USABLE is gone, use the return value of
10436         the push or pad_alloc_buffer instead.
10437
10438 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10439
10440         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10441         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10442         (gst_ximagesink_ximage_destroy),
10443         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10444         (gst_ximagesink_xwindow_new),
10445         (gst_ximagesink_xwindow_update_geometry),
10446         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10447         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10448         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10449         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10450         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10451         (gst_ximagesink_navigation_send_event),
10452         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10453         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10454         (gst_ximagesink_finalize), (gst_ximagesink_init),
10455         (gst_ximagesink_class_init):
10456         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10457         This new version brings correct software scaling, non flickering
10458         window while resizing, pixel aspect ratio handling, usage of
10459         hardware buffer pools, out of data flow event thread for 
10460         navigation and handling of expose events even when being PAUSED,
10461         a new property to keep video aspect ratio when resizing, etc...
10462
10463 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10464
10465         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10466         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10467         handling of PAR.
10468
10469 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10470
10471         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10472         Unsetting IS_SINK flag from the fakesink, so decodebin
10473         never behaves as a sink.
10474
10475 2005-11-17  Wim Taymans  <wim@fluendo.com>
10476
10477         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10478         (gst_base_audio_src_change_state):
10479         Fix the audiosrc base class again, we did not unflush.
10480
10481 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10482
10483         * examples/seeking/seek.c: (make_dv_pipeline),
10484         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10485         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10486         to ogg/vorbis/theora pipeline.
10487
10488 2005-11-17  Wim Taymans  <wim@fluendo.com>
10489
10490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10491         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10492         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10493         Fix EOS on multiple streams.
10494         More debugging.
10495
10496 2005-11-16  Wim Taymans  <wim@fluendo.com>
10497
10498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10499         (gst_ogg_demux_perform_seek):
10500         Segment done must include stream time.
10501
10502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10503         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10504         (gst_ogg_mux_change_state):
10505         Fix ogg muxer again.
10506
10507 2005-11-16  Wim Taymans  <wim@fluendo.com>
10508
10509         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10510         Fix compile again.
10511
10512 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10513
10514         * ext/libvisual/visual.c: (gst_visual_init):
10515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10516         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10517         (gst_ogg_parse_chain):
10518         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10519         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10520         * ext/theora/theoradec.c: (gst_theora_dec_init):
10521         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10522         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10523         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10524         * gst/adder/gstadder.c: (gst_adder_class_init),
10525         (gst_adder_dispose):
10526         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10527         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10528         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10529           Fix a whole set of pad template leaks
10530
10531 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10532
10533         * check/generic/states.c: (GST_START_TEST):
10534           fix the test so that it only checks for elements that are part of
10535           this source module
10536
10537 2005-11-16  Michael Smith <msmith@fluendo.com>
10538
10539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10540         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10541         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10542         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10543         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10544         (gst_ogg_mux_change_state):
10545           Fix leaking collectpads.
10546
10547 2005-11-16  Edward Hervey  <edward@fluendo.com>
10548
10549         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10550         (gst_videorate_event), (gst_videorate_chain):
10551         Handle segment seeks
10552
10553 2005-11-16  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst-libs/gst/audio/gstbaseaudiosink.c:
10556         (gst_base_audio_sink_provide_clock),
10557         (gst_base_audio_sink_change_state):
10558         Set ringbuffer to non-flushing when going to PAUSED, set to
10559         flushing again when going to READY.
10560
10561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10562         (gst_ring_buffer_stop):
10563         Start in flushing mode by default.
10564         Don't set flushing in the _stop method, let the app call
10565         this explicitly.
10566
10567 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10568
10569         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10570         * gst-libs/gst/video/videosink.h: Add helper function needed
10571         for video sinks.
10572
10573 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * gst/videoscale/gstvideoscale.c:
10576         (gst_videoscale_handle_src_event):
10577           Don't leak reference to pad parent.
10578
10579 2005-11-16  Wim Taymans  <wim@fluendo.com>
10580
10581         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10582         Set ringbuffer to flushing when stopping so that we don't
10583         block on wait_segment anymore and livelock.
10584
10585 2005-11-16  Wim Taymans  <wim@fluendo.com>
10586
10587         * examples/seeking/seek.c: (send_event), (do_seek),
10588         (loop_toggle_cb), (segment_done), (main):
10589         Added looping checkbox.
10590
10591 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10592
10593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10594         (gst_ogg_demux_init):
10595         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10596         (gst_vorbis_dec_init):
10597           revert unrefs, they don't pass make check
10598
10599 2005-11-15  Johan Dahlin  <johan@gnome.org>
10600
10601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10602         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10603         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10604         (gst_vorbis_dec_init):
10605         Fix pad template leaks. 
10606
10607 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10610           Make state change function thread safe.
10611
10612 2005-11-15  Edward Hervey  <edward@fluendo.com>
10613
10614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10615         (gst_ogg_demux_class_init):
10616         Implement GstElement::send_event, so we can send seek events
10617         in GST_STATE_READY
10618
10619 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10620
10621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10622         Discovered how to take away flickering while resizing the
10623         window. Please don't put that in ximagesink, refactoring in
10624         progress.
10625
10626 2005-11-14  Michael Smith <msmith@fluendo.com>
10627
10628         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10629         (gst_multifdsink_render):
10630           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10631
10632 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * gst/playback/gstplaybin.c: (gen_audio_element):
10635           Use autoaudiosink, it tends to be more widely available than
10636           autoaudiiosink.
10637           
10638 2005-11-14  Andy Wingo  <wingo@pobox.com>
10639
10640         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10641         as well if it is available. Fixes #316442.
10642
10643 2005-11-14  Michael Smith <msmith@fluendo.com>
10644
10645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10646         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10647         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10648         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10649         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10650         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10652         (gst_vorbisenc_change_state):
10653           Fix a small memory leak in vorbisenc.
10654           Fix large memory leaks in oggmux, also fix lots of state change
10655           bugs in oggmux.
10656
10657 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10658
10659         * gst/videotestsrc/gstvideotestsrc.c:
10660         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10661         (gst_videotestsrc_src_fixate):
10662           move fixation to a fixate function
10663           remove negotiate function, basesrc's is good enough
10664           fixes a bug for check when using the element alone
10665
10666 2005-11-13  Edward Hervey  <edward@fluendo.com>
10667
10668         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10669         (key_toggle_cb), (main):
10670         Added checkboxes for adding/removing the accurate and key_unit seek
10671         flags.
10672
10673 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10674
10675         * configure.ac: back to HEAD
10676
10677 === release 0.9.5 ===
10678
10679 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10680
10681         * configure.ac:
10682           releasing 0.9.5, "No No Kia"
10683
10684 2005-11-11  Edward Hervey  <edward@fluendo.com>
10685
10686         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10687         Added parse-launch syntax seeking mode for the seeking example.
10688         This should help stress-test even more cases.
10689         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10690
10691 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * sys/xvimage/xvimagesink.c:
10694         (gst_xvimagesink_navigation_send_event):
10695           Check whether peer pad exists before sending navigation events
10696           to it.
10697
10698 2005-11-11  Michael Smith <msmith@fluendo.com>
10699
10700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10701         (gst_vorbisenc_buffer_from_packet):
10702         * ext/vorbis/vorbisenc.h:
10703           Set duration on encoded buffers. This allows oggmux's
10704           max_page_delay parameter to actually work.
10705
10706 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10709         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10710         (gst_ffmpegcsp_avpicture_fill):
10711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10712         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10713           Make palettes work again (see #132341). Use our own macros
10714           for rounding up.
10715
10716 2005-11-10  Andy Wingo  <wingo@pobox.com>
10717
10718         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10719         string doober.
10720
10721 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10722
10723         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10724         (gst_ffmpegcsp_transform_caps):
10725           Prefer passthrough in transform_caps
10726
10727 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10728
10729         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10730           check for ALSA errors properly, instead of relying on ALSA's
10731           error strings to serve to the user.
10732
10733 2005-11-10  Wim Taymans  <wim@fluendo.com>
10734
10735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10736         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10737         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10738         Modernise the seek code.
10739
10740 2005-11-10  Michael Smith <msmith@fluendo.com>
10741         
10742         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10743         (setup_substreams), (set_active_source):
10744           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10745           trying to go to NULL if we failed to read a file.
10746
10747 2005-11-10  Wim Taymans  <wim@fluendo.com>
10748
10749         * gst/audiotestsrc/gstaudiotestsrc.c:
10750         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10751         (gst_audiotestsrc_create):
10752         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10753         (gst_sinesrc_get_times), (gst_sinesrc_create):
10754         * gst/videotestsrc/gstvideotestsrc.c:
10755         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10756         (gst_videotestsrc_create):
10757         The base class can now sync for us.
10758
10759 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10760
10761         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10762           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10763           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10764           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10765           format=(fourcc)I420" ! xvimagesink
10766
10767 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10770         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10771         (gst_sinesrc_newsegment):
10772           Send newsegment event in TIME format, set duration if
10773           num-buffers is set, fix duration querying.
10774
10775 2005-11-10  Michael Smith <msmith@fluendo.com>
10776
10777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10778         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10779         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10780         (gst_ogg_mux_collected):
10781          Fix EOS handling, partially. Now forwarding an EOS event once we have
10782          EOS on all pads works correctly. However, we still don't properly set
10783          EOS on the actual ogg stream pages.
10784
10785 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10788           Set elements to NULL state before disposing of them.
10789
10790 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10791
10792         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10793
10794         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10795         (gst_base_rtp_depayload_init),
10796         (gst_base_rtp_depayload_set_gst_timestamp):
10797         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10798           We need to send a newsegment event for each instance, not
10799           just for the first instance of this class (get rid of
10800           static variable in function). (#321011).
10801           
10802 2005-11-08  Michael Smith <msmith@fluendo.com>
10803
10804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10805         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10806         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10807         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10808           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10809           This makes us mux things correctly according to the ogg muxing
10810           rules. Still not handling EOS correctly right now, though.
10811
10812 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10813
10814         * gst/audioconvert/gstaudioconvert.c:
10815           Fix typo in docs. 
10816
10817 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10818
10819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10820         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10821           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10822           creating a new chain; should fix live streaming. Also
10823           add more debug output and fix a typo.
10824
10825 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10826
10827         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * gst/volume/gstvolume.c: (volume_set_caps):
10830           Fix compilation on Solaris with Forte. (#320923)
10831
10832 2005-11-08  Wim Taymans  <wim@fluendo.com>
10833
10834         * gst-libs/gst/audio/gstbaseaudiosink.c:
10835         (gst_base_audio_sink_render):
10836         No need to do a typecheck.
10837
10838 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * ext/alsa/gstalsa.h:
10841           We register a debug category, so let's use it.
10842
10843 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10844
10845         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10846         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10847         Fixed a small problem.
10848
10849 2005-11-04  Wim Taymans  <wim@fluendo.com>
10850
10851         * examples/seeking/Makefile.am:
10852         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10853         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10854         (make_playerbin_pipeline), (format_value), (update_scale),
10855         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10856         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10857         (print_usage), (main):
10858         Added app for playback speed testing.
10859
10860         * examples/seeking/seek.c: (dynamic_link),
10861         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10862         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10863         (message_received), (main):
10864         Updated seek example.
10865
10866 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10867
10868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10869         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10870         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10871         (gst_base_rtp_depayload_set_clock):
10872         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10873         Don't sleep on the bench (system clock) when you have a nice 
10874         comfortable bed (Gstreamer clock) to sleep on.
10875
10876 2005-11-03  Wim Taymans  <wim@fluendo.com>
10877
10878         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10879         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10880         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10881         Handle the case where a pad_block failed.
10882
10883 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10884
10885         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10886
10887         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10888         (gst_base_rtp_depayload_add_to_queue),
10889         (gst_base_rtp_depayload_push),
10890         (gst_base_rtp_depayload_set_gst_timestamp),
10891         (gst_base_rtp_depayload_queue_release):
10892           Fixes some bugs in the depayloader's queuing/de-queueing code.
10893
10894 2005-10-31  Michael Smith <msmith@fluendo.com>
10895
10896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10897         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10898         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10899           Patch from Alessandro Decina <alessandro@nnva.org>.
10900           Make oggdemux only find the final time in a chain, not per-pad,
10901           since the per-pad information can be very expensive to locate, and
10902           it isn't used anywhere. This makes reading a file containing
10903           OggSkeleton reasonably fast.
10904           Also, make chain finding work when there are logical bitstreams that
10905           can't be decoded. Fixes #319110.
10906
10907 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10908
10909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10910         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10911         (gst_base_rtp_depayload_chain),
10912         (gst_base_rtp_depayload_add_to_queue),
10913         (gst_base_rtp_depayload_push),
10914         (gst_base_rtp_depayload_set_gst_timestamp),
10915         (gst_base_rtp_depayload_queue_release),
10916         (gst_base_rtp_depayload_start_thread),
10917         (gst_base_rtp_depayload_set_property),
10918         (gst_base_rtp_depayload_get_property):
10919         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10920         Some random fixes, to fullfill the desires of thomas.
10921
10922 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10923
10924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10925         (gst_base_rtp_depayload_add_to_queue),
10926         (gst_base_rtp_depayload_push):
10927         Fixed the queueing algorithm.
10928
10929 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10930
10931         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10932         (gst_base_rtp_depayload_push):
10933         A small fix
10934
10935 2005-10-31  Wim Taymans  <wim@fluendo.com>
10936
10937         * gst-libs/gst/audio/gstringbuffer.h:
10938         Don't break ABI.
10939
10940         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10941         (gst_ffmpeg_caps_to_pixfmt):
10942         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10943         (gst_ffmpegcsp_set_caps):
10944         Some more comments.
10945         Handle missing required caps fields better.
10946
10947 2005-10-31  Wim Taymans  <wim@fluendo.com>
10948
10949         * gst-libs/gst/audio/gstbaseaudiosink.c:
10950         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10951         (gst_base_audio_sink_render):
10952         * gst-libs/gst/audio/gstringbuffer.c:
10953         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10954         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10955         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10956         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10957         (gst_ring_buffer_read):
10958         * gst-libs/gst/audio/gstringbuffer.h:
10959         Add flushing mode to the ringbuffer so that it in all cases does
10960         not try to handle more audio. This makes sure it does not try to
10961         block anymore when flushing and fixes a livelock.
10962
10963 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10966         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10967         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10968           Explicitly check for -1 values before doing a conversion
10969           and always map them to -1. (#315545)
10970
10971 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10972
10973         * gst/playback/gstplaybin.c: (gen_video_element):
10974           first try autovideosink, then xvimagesink, then error out
10975         * po/POTFILES.in:
10976           add translatable file
10977         * po/af.po:
10978         * po/az.po:
10979         * po/cs.po:
10980         * po/en_GB.po:
10981         * po/hu.po:
10982         * po/it.po:
10983         * po/nb.po:
10984         * po/nl.po:
10985         * po/or.po:
10986         * po/sq.po:
10987         * po/sr.po:
10988         * po/sv.po:
10989         * po/uk.po:
10990         * po/vi.po:
10991           update translations
10992
10993 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10994
10995         * gst-libs/gst/rtp/gstbasedepayload.c:
10996         * gst-libs/gst/rtp/gstbasedepayload.h:
10997           Minor cleanups
10998
10999 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * gst/playback/.cvsignore:
11002         * gst/playback/decodetest.c:
11003         * gst/playback/test3.c:
11004           Port these two tests as well.
11005
11006 2005-10-27  Wim Taymans  <wim@fluendo.com>
11007
11008         * ext/theora/theoradec.c: (theora_dec_src_query),
11009         (theora_dec_sink_event):
11010         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11011         (theora_enc_change_state):
11012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11013         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11014         Take proper locks when handling events.
11015
11016 2005-10-27  Wim Taymans  <wim@fluendo.com>
11017
11018         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11019         (gst_adder_change_state):
11020         Fix timestamps and fix deadlock when stopping the collectpads.
11021
11022 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11023
11024         * gst-libs/gst/rtp/gstrtpbuffer.h:
11025         Declaring the payload types as strings too so that they can be used
11026         in the padtemplate inialization.
11027
11028 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11029
11030         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11031
11032         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11033         (gst_base_rtp_depayload_class_init):
11034         Fixes a small but nasty bug. The derived elements no longer segfaults
11035         on finalization.
11036
11037 2005-10-26  Michael Smith <msmith@fluendo.com>
11038
11039         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11040           When clearing an audioconvert context, set tmpbufsize to zero, so
11041           we'll allocate it again later if required.
11042           This fixes audioconvert re-negotiating formats, which previously
11043           segfaulted with a NULL destination buffer.
11044
11045 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11046
11047         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11048         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11049         (gst_base_rtp_depayload_set_gst_timestamp),
11050         (gst_base_rtp_depayload_queue_release):
11051         Fixed a smalll memleak.
11052
11053 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11054         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11055         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11056         (gst_base_rtp_depayload_finalize),
11057         (gst_base_rtp_depayload_setcaps),
11058         (gst_base_rtp_depayload_add_to_queue),
11059         (gst_base_rtp_depayload_push),
11060         (gst_base_rtp_depayload_set_gst_timestamp),
11061         (gst_base_rtp_depayload_queue_release),
11062         (gst_base_rtp_depayload_thread),
11063         (gst_base_rtp_depayload_change_state):
11064         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11065         Changed the C++ comments to C comments
11066
11067 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11070         * gst/tcp/gsttcpclientsrc.h:
11071         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11072         * gst/tcp/gsttcpserversrc.h:
11073           Remove unused 'curoffset' structure member.
11074
11075 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11076
11077         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11078         (gst_base_rtp_depayload_base_init),
11079         (gst_base_rtp_depayload_finalize):
11080         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11081         * gst-libs/gst/rtp/gstbasertppayload.h:
11082           The pad-template on the sinkpad should be set by the derived classes.
11083           Also added some useful macros.
11084
11085 2005-10-24  Wim Taymans  <wim@fluendo.com>
11086
11087         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11088         Correctly flush decoder samples even if we could not
11089         copy them to an output buffer. Fixes #319618.
11090
11091 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11092
11093         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11095         the caps against our xcontext caps.
11096
11097 2005-10-24  Wim Taymans  <wim@fluendo.com>
11098
11099         * gst-libs/gst/audio/gstbaseaudiosink.c:
11100         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11101         Remove g_print
11102         Use sync property from baseclass to disable sync.
11103
11104 2005-10-24  Wim Taymans  <wim@fluendo.com>
11105
11106         * gst-libs/gst/audio/gstbaseaudiosink.c:
11107         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11108         Buffers with no timestamps get aligned with previous buffers or
11109         on underrun, played ASAP.
11110
11111 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11112
11113         * gst-libs/gst/video/video.h:
11114         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11115         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11117         here comes my change on caps for framerate and geometry range.
11118         We are now accepting 1 to MAXINT for width and height, and from
11119         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11120         to be blended correctly in videomixer.
11121
11122 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11123
11124         * configure.ac:
11125           back to HEAD
11126
11127 === release 0.9.4 ===
11128
11129 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11130
11131         * NEWS:
11132         * RELEASE:
11133         * configure.ac:
11134           releasing 0.9.4, "Velociraptor"
11135
11136 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11137
11138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11139         * po/POTFILES.in:
11140           STOPPED -> FAILED
11141
11142 2005-10-21  Wim Taymans  <wim@fluendo.com>
11143
11144         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11145         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11146         (pad_blocked), (close_pad_link), (new_pad):
11147         Don't try to remove elements twice.
11148
11149 2005-10-21  Wim Taymans  <wim@fluendo.com>
11150
11151         * ext/theora/theoradec.c: (theora_dec_src_query),
11152         (theora_dec_sink_event):
11153         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11154         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11155         (vorbis_handle_data_packet):
11156         * ext/vorbis/vorbisdec.h:
11157         Fix old naming.
11158
11159         * gst-libs/gst/audio/gstbaseaudiosink.c:
11160         (gst_base_audio_sink_render):
11161         Don't try to sync on buffers without a timestamp.
11162
11163 2005-10-21  Wim Taymans  <wim@fluendo.com>
11164
11165         * ext/theora/theoradec.c: (theora_dec_src_query),
11166         (theora_dec_sink_event):
11167         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11168         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11169         (vorbis_handle_data_packet):
11170         * ext/vorbis/vorbisdec.h:
11171         Fix old naming.
11172
11173 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11174
11175         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11176         (gst_vorbisenc_src_query):
11177           Implement position and duration queries.
11178
11179         * gst/playback/test3.c: (update_scale), (main):
11180           Fix for async state changes and print nicer output.
11181
11182 2005-10-20  Wim Taymans  <wim@fluendo.com>
11183
11184         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11185         (dump_element_stats), (main):
11186         * gst/playback/test6.c: (main):
11187         Fix tests again
11188
11189 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11190
11191         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11192         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11193           Don't use functions for position queries when handling
11194           duration queries.
11195
11196 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11197
11198         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11199         (vorbis_handle_data_packet), (vorbis_dec_chain),
11200         (vorbis_dec_change_state):
11201         * ext/vorbis/vorbisdec.h:
11202           Vorbis streams can be embedded in other container formats
11203           than ogg, container formats where the demuxer might set 
11204           timestamps on encoded vorbis buffers instead of those silly 
11205           granulepos thingies. In short: make vorbisdec handle 
11206           timestamps on incoming buffers as well.
11207
11208 2005-10-20  Wim Taymans  <wim@fluendo.com>
11209
11210         * gst/playback/gstplaybasebin.c: (group_destroy),
11211         (gst_play_base_bin_change_state):
11212         Fix leak.
11213         Handle case where playbasebin is now ASYNC because
11214         decodebin is.
11215
11216 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11217
11218         * gst/audioconvert/Makefile.am:
11219         * gst/audioconvert/bufferframesconvert.c:
11220         * gst/audioconvert/plugin.c: (plugin_init):
11221         * gst/audioconvert/plugin.h:
11222           And bye bye buffer-frames-convert
11223
11224 2005-10-19  Wim Taymans  <wim@fluendo.com>
11225
11226         * check/elements/audioconvert.c:
11227         * docs/libs/tmpl/gstaudio.sgml:
11228         * docs/libs/tmpl/gstcolorbalance.sgml:
11229         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11230         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11231         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11232         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11233         * gst-libs/gst/audio/audio.h:
11234         * gst/audioconvert/audioconvert.h:
11235         * gst/audioconvert/gstaudioconvert.c:
11236         (gst_audio_convert_parse_caps):
11237         * gst/volume/gstvolume.c:
11238         Bye bye buffer-frames.
11239
11240 2005-10-19  Wim Taymans  <wim@fluendo.com>
11241
11242         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11243         (query_positions_elems), (query_positions_pads), (update_scale),
11244         (do_seek), (set_update_scale), (message_received), (main):
11245         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11246         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11247         (gst_ogg_demux_loop):
11248         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11249         * ext/theora/theoradec.c: (theora_dec_src_query),
11250         (theora_dec_sink_event):
11251         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11252         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11253         * gst/adder/gstadder.c: (gst_adder_query):
11254         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11255         * gst/playback/test3.c: (update_scale):
11256         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11257         (dump_element_stats), (main):
11258         * gst/playback/test6.c: (main):
11259         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11260         Query API update.
11261
11262 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11265         (xml_check_first_element), (xml_type_find), (smil_type_find),
11266         (plugin_init):
11267           Add typefinding for SMIL and for generic XML. Based on patch by
11268           Akos Maroy (#308663).
11269
11270 2005-10-18  Wim Taymans  <wim@fluendo.com>
11271
11272         * gst/playback/Makefile.am:
11273         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11274         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11275         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11276         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11277         (gst_decode_bin_change_state):
11278         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11279         (gst_play_bin_send_event_to_sink):
11280         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11281         (dump_element_stats), (main):
11282         * gst/playback/test6.c: (main):
11283         Make playbin async, it'll commit state to paused when all streams
11284         are detected.
11285         Remove ugly hack.
11286         Added test6.c to show async behaviour.
11287
11288 2005-10-18  Wim Taymans  <wim@fluendo.com>
11289
11290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11291         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11292         Fix for segment-start/stop API change.
11293
11294 2005-10-18  Wim Taymans  <wim@fluendo.com>
11295
11296         * check/Makefile.am:
11297         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11298         (main):
11299         Add future test for clock selection.
11300
11301 2005-10-18  Wim Taymans  <wim@fluendo.com>
11302
11303         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11304         (gst_alsasink_close):
11305         Set handle to NULL.
11306
11307         * gst-libs/gst/audio/gstringbuffer.c:
11308         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11309         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11310         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11311         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11312         (gst_ring_buffer_read):
11313         More debug info.
11314
11315 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11316
11317         * gst/audiotestsrc/Makefile.am:
11318         * gst/sine/Makefile.am:
11319         * gst/volume/Makefile.am:
11320           fix broken build of controllerized plugins
11321
11322 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11323
11324         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11325
11326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11327         (gst_riff_create_video_template_caps):
11328           Add support for Indeo-3 (IV32).
11329
11330 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11331
11332         * configure.ac:
11333           rewrite
11334
11335 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11336
11337         * gst-libs/gst/video/video.c: (gst_video_get_size):
11338         * gst/audiotestsrc/gstaudiotestsrc.c:
11339           doc updates
11340
11341 2005-10-17  Andy Wingo  <wingo@pobox.com>
11342
11343         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11344         with the collectpads change.
11345         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11346
11347         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11348
11349         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11350
11351         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11352         alloc_buffer flow return to callers.
11353         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11354         change. Fix some memleaks in theoraenc.
11355
11356         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11357         in strange circumstance.
11358
11359 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11360
11361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11362         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11363         from caps, let's use the caps...
11364
11365 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11366
11367         * configure.ac:
11368           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11369
11370 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11371
11372         * gst-libs/gst/interfaces/Makefile.am:
11373           fix silly typo
11374
11375 2005-10-16  Andy Wingo  <wingo@pobox.com>
11376
11377         * gst/playback/gstdecodebin.c
11378         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11379         function!
11380         (try_to_link_1): Increase kraziness level.
11381
11382 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11383
11384         * configure.ac:
11385           restructure like the core one
11386         * gst-libs/gst/audio/Makefile.am:
11387         * gst-libs/gst/interfaces/Makefile.am:
11388         * gst-libs/gst/net/Makefile.am:
11389         * gst-libs/gst/riff/Makefile.am:
11390         * gst-libs/gst/rtp/Makefile.am:
11391         * gst-libs/gst/tag/Makefile.am:
11392         * gst-libs/gst/video/Makefile.am:
11393           use correct linker flags, now the libs are properly versioned
11394         * check/elements/audioconvert.c: (verify_convert):
11395         * ext/alsa/gstalsaplugin.c:
11396         * ext/cdparanoia/gstcdparanoia.c:
11397         * ext/gnomevfs/gstgnomevfs.c:
11398         * ext/libvisual/visual.c:
11399         * ext/ogg/gstogg.c:
11400         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11401         * ext/theora/theora.c:
11402         * ext/vorbis/vorbis.c:
11403         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11404         * gst-libs/gst/tag/gsttagediting.c:
11405         * gst-libs/gst/video/video.c:
11406         * gst/adder/gstadder.c:
11407         * gst/audioconvert/plugin.c:
11408         * gst/audiorate/gstaudiorate.c:
11409         * gst/audioresample/gstaudioresample.c:
11410         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11411         * gst/audioscale/gstaudioscale.c:
11412         * gst/audioscale/resample.c:
11413         * gst/audiotestsrc/gstaudiotestsrc.c:
11414         * gst/ffmpegcolorspace/gstffmpeg.c:
11415         * gst/playback/gstdecodebin.c: (close_pad_link):
11416         * gst/playback/gstplaybin.c: (gen_video_element),
11417         (gen_audio_element):
11418         * gst/sine/gstsinesrc.c:
11419         * gst/subparse/gstsubparse.c:
11420         * gst/tags/gsttagediting.c:
11421         * gst/tcp/gsttcpplugin.c:
11422         * gst/typefind/gsttypefindfunctions.c:
11423         * gst/videorate/gstvideorate.c:
11424         * gst/videoscale/gstvideoscale.c:
11425         * gst/videotestsrc/gstvideotestsrc.c:
11426         * gst/volume/gstvolume.c:
11427         * sys/v4l/gstv4l.c:
11428         * sys/ximage/ximage.c:
11429         * sys/xvimage/xvimagesink.c:
11430           fix up defines
11431
11432 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * ext/vorbis/vorbisenc.c:
11435         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11436         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11437         (gst_tag_to_vorbis_comments):
11438           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11439
11440 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11441
11442         * examples/stats/mp2ogg.c:
11443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11444           typo fixes
11445
11446 2005-10-13  Michael Smith <msmith@fluendo.com>
11447
11448         * ext/ogg/gstoggmux.c:
11449           Use magic glib macros to define constants as 64 bit, to ensure
11450           appropriate vararg passing.
11451
11452 2005-10-13  Michael Smith <msmith@fluendo.com>
11453
11454         * ext/ogg/gstoggmux.c:
11455         * gst/audioconvert/audioconvert.c: (float):
11456           Don't use LL suffix, as it's not portable, and neither of these
11457           uses required it anyway.
11458
11459 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11460
11461         * examples/indexing/indexmpeg.c: (main):
11462         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11463         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11464         (cdparanoia_convert), (cdparanoia_query):
11465         * ext/cdparanoia/gstcdparanoia.h:
11466         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11467         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11468         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11469         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11470         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11471         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11472         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11473         (gst_multifdsink_render), (gst_multifdsink_start),
11474         (gst_multifdsink_stop):
11475         * gst/tcp/gstmultifdsink.h:
11476         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11477         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11478         (gst_tcpclientsink_stop):
11479         * gst/tcp/gsttcpclientsink.h:
11480         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11481         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11482         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11483         * gst/tcp/gsttcpclientsrc.h:
11484         * gst/tcp/gsttcpserversink.h:
11485         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11486         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11487         (gst_tcpserversrc_stop):
11488         * gst/tcp/gsttcpserversrc.h:
11489         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11490         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11491         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11492           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11493           moved bitshift from macro to enum definition
11494
11495 2005-10-12  Wim Taymans  <wim@fluendo.com>
11496
11497         * examples/seeking/Makefile.am:
11498         Oops.
11499
11500 2005-10-12  Wim Taymans  <wim@fluendo.com>
11501
11502         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11503         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11504         Don't assert on normal stuff.
11505
11506         * gst/playback/gstplaybin.c: (do_playbin_seek):
11507         API fix.
11508
11509 2005-10-12  Wim Taymans  <wim@fluendo.com>
11510
11511         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11512         * examples/seeking/Makefile.am:
11513         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11514         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11515         (do_seek), (set_update_scale), (message_received), (main):
11516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11517         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11518         Update for _get_state() API change.
11519
11520 2005-10-11  Wim Taymans  <wim@fluendo.com>
11521
11522         * gst-libs/gst/audio/gstbaseaudiosink.c:
11523         (gst_base_audio_sink_render):
11524         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11525         (gst_base_audio_src_create):
11526         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11527         (gst_ring_buffer_read):
11528         Cleanups.
11529         Commit and read from ringbuffer in samples rather than bytes.
11530
11531 2005-10-11  Wim Taymans  <wim@fluendo.com>
11532
11533         * gst-libs/gst/audio/gstbaseaudiosink.c:
11534         (gst_base_audio_sink_render):
11535         Respect segment rate and accum when scheduling samples.
11536
11537 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11538
11539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11540         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11541         EOS correctly, that needs more work.
11542
11543 2005-10-11  Wim Taymans  <wim@fluendo.com>
11544
11545         * check/generic/states.c: (GST_START_TEST):
11546         remove old property.
11547
11548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11549         (gst_ogg_demux_perform_seek):
11550         * ext/theora/theoradec.c: (theora_dec_sink_event):
11551         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11552         (vorbis_handle_data_packet):
11553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11554         (gst_base_rtp_depayload_set_gst_timestamp):
11555         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11556         Update for newsegment API change.
11557
11558 2005-10-11  Michael Smith <msmith@fluendo.com>
11559
11560         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11561         (do_playbin_seek), (gst_play_bin_send_event):
11562           Override send_event differently, so that we can takes bits of
11563           functionality from GstPipeline (special handling for seeks,
11564           including pausing/resuming, and resetting stream time) and still get
11565           the appropriate behaviour of only forwarding event to a single sink,
11566           rather than all of them.
11567           Unfortunately requires a lot of code duplication, but the
11568           alternatives are equally ugly in the end.
11569
11570 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11571
11572         * check/elements/audioconvert.c: (setup_audioconvert),
11573         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11574         (GST_START_TEST), (audioconvert_suite):
11575           clean up tests a little, fix some leaks.
11576
11577 2005-10-10  Wim Taymans  <wim@fluendo.com>
11578
11579         * ext/alsa/gstalsasink.c:
11580         Also allow unsigned int.
11581
11582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11583         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11584         Small cleanup
11585
11586 2005-10-10  Wim Taymans  <wim@fluendo.com>
11587
11588         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11589         Small update, use API as stated in design docs.
11590
11591         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11592         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11593         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11594         (message_received), (main):
11595         Updated seek example for GOption. Some usability improvements.
11596
11597 2005-10-10  Wim Taymans  <wim@fluendo.com>
11598
11599         * gst/audioconvert/audioconvert.h:
11600         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11601         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11602         Alloc temp storage somewhere else where we can do it more
11603         portable.
11604
11605 2005-10-10  Wim Taymans  <wim@fluendo.com>
11606
11607         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11608         (gst_tcpserversrc_start):
11609         Don't block in accept while doing the state change, move
11610         to poll and make cancellable.
11611
11612 2005-10-09  Philippe Khalaf <burger@speedy.org>
11613
11614         * gst-libs/gst/rtp/rtpbasedepayload.c:
11615         Set timestamp and add queue delay to timestamp
11616         * gst-libs/gst/rtp/rtpbuffer.h:
11617         Set correct payload type for h263
11618
11619 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11620
11621         * gst/audiotestsrc/gstaudiotestsrc.c:
11622         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11623         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11624         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11625         (gst_audiotestsrc_create_triangle),
11626         (gst_audiotestsrc_create_silence),
11627         (gst_audiotestsrc_create_white_noise),
11628         (gst_audiotestsrc_init_pink_noise),
11629         (gst_audiotestsrc_generate_pink_noise_value),
11630         (gst_audiotestsrc_create_pink_noise),
11631         (gst_audiotestsrc_change_wave):
11632         * gst/audiotestsrc/gstaudiotestsrc.h:
11633           fixed typo, added pink noise
11634
11635 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11636
11637         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11638         (plugin_init):
11639           Add wavpack and spc typefind functions from 0.8 branch.
11640
11641 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11644         (ar_type_find), (msdos_type_find), (plugin_init):
11645           Add typefind functions for tar archives, ar archives,
11646           RAR archives, and msdos-executables (dlls, exe, etc.).
11647           Some of those would be wrongly identified as mpeg
11648           streams of some sort before (#315550).
11649
11650 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11651
11652         * configure.ac:
11653         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11654         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11655         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11656         * gst/audiotestsrc/Makefile.am:
11657         * gst/audiotestsrc/gstaudiotestsrc.c:
11658         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11659         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11660         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11661         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11662         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11663         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11664         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11665         (gst_audiotestsrc_create_silence),
11666         (gst_audiotestsrc_create_white_noise),
11667         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11668         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11669         (gst_audiotestsrc_start), (plugin_init):
11670         * gst/audiotestsrc/gstaudiotestsrc.h:
11671           add new plugin and element
11672         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11673           use gobject_class
11674
11675 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11678         (gst_adder_init), (gst_adder_request_new_pad),
11679         (gst_adder_change_state):
11680           Add query function to source pad, so adder reports the correct
11681           time/sample position when queried (#315457); fix state change
11682           function; use GST_DEBUG_FUNCPTR() for pad functions.
11683
11684 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11685
11686         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11687           Fix leaks in typefind registration
11688           Clean up the gratuitous commenting and whitespacing a little
11689
11690 2005-10-08  Wim Taymans  <wim@fluendo.com>
11691
11692         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11693         Only actually wait for the thread to be stopped if it's 
11694         running.
11695
11696 2005-10-08  Wim Taymans  <wim@fluendo.com>
11697
11698         * gst-libs/gst/audio/gstbaseaudiosink.c:
11699         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11700         If we receive EOS we can start playback of what we had.
11701
11702 2005-10-08  Wim Taymans  <wim@fluendo.com>
11703
11704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11705         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11706         (gst_multifdsink_stop):
11707         Fix crasher when going to NULL multiple times.
11708
11709 2005-10-06  Wim Taymans  <wim@fluendo.com>
11710
11711         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11712         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11713         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11714         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11715         patch from Edgard Lima <edgard.lima@indt.org.br>
11716         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11717
11718 2005-10-06  Wim Taymans  <wim@fluendo.com>
11719
11720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11721         Report the FLOW_RETURN as string in the error message.
11722
11723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11724         Don't assert when clearing an unnegotiated buffer.
11725
11726 2005-10-04  Michael Smith <msmith@fluendo.com>
11727
11728         * gst/playback/gstplaybasebin.c: (group_destroy),
11729         (gen_preroll_element), (remove_groups), (setup_source):
11730         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11731         (setup_sinks), (gst_play_bin_send_event),
11732         (gst_play_bin_change_state):
11733           Set state to NULL before removing from bin. Fix refcounting.
11734
11735 2005-10-04  Michael Smith <msmith@fluendo.com>
11736
11737         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11738           Correct refcounting in send_event() function. Previously was wrong
11739           if the first sink was unable to handle the event.
11740
11741 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11742
11743         * configure.ac:
11744           back to development
11745
11746 === release 0.9.3 ===
11747
11748 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11749
11750         * configure.ac:
11751           Releasing 0.9.3, "De Facto"
11752
11753 2005-10-03  Andy Wingo  <wingo@pobox.com>
11754
11755         * gst/playback/gstdecodebin.c (try_to_link_1)
11756         (remove_element_chain): set element to NULL before removing it.
11757
11758 2005-10-02  Johan Dahlin  <johan@gnome.org>
11759
11760         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11761         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11762         MT safe.
11763
11764 2005-10-02  Andy Wingo  <wingo@pobox.com>
11765
11766         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11767         (gst_ring_buffer_prepare_read): 
11768         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11769         Demote to LOG.
11770
11771 2005-09-29  Wim Taymans  <wim@fluendo.com>
11772
11773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11774         * ext/theora/theoradec.c: (theora_handle_data_packet):
11775         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11776         Propagate error codes from alloc_buffer too.
11777
11778 2005-09-29  Wim Taymans  <wim@fluendo.com>
11779
11780         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11781         We use fixed caps.
11782
11783         * gst/playback/Makefile.am:
11784         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11785         (dump_element_stats), (main):
11786         Added example stream introspection code.
11787
11788 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11789
11790         * gst/adder/gstadder.c: (gst_adder_collected):
11791           fix adder for float elements
11792
11793 2005-09-28  Wim Taymans  <wim@fluendo.com>
11794
11795         * gst-libs/gst/audio/gstbaseaudiosink.c:
11796         (gst_base_audio_sink_class_init),
11797         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11798         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11799         (gst_base_audio_src_class_init),
11800         (gst_base_audio_src_provide_clock):
11801         get_clock -> provide_clock
11802
11803 2005-09-28  Andy Wingo  <wingo@pobox.com>
11804
11805         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11806         and unlocking.
11807
11808         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11809         unlocking.
11810
11811         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11812         Actually add the pad template.
11813         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11814
11815         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11816         I'm at it...
11817
11818         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11819         from fdsrc. Get caps in create() instead of start() so it can be
11820         interrupted. Interruption somewhat untested.
11821
11822         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11823         Proper EOS handling.
11824
11825 2005-09-27  Andy Wingo  <wingo@pobox.com>
11826
11827         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11828
11829         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11830
11831         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11832
11833         * gst/tcp/gsttcp.h: 
11834         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11835         out of tcpclientsrc.c. Cancellable.
11836         (gst_tcp_socket_read): Made private, cancellable, with better
11837         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11838         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11839         whole buffer, and better diagnostics.
11840         (gst_tcp_gdp_read_caps): Same.
11841
11842         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11843
11844 2005-09-26  Andy Wingo  <wingo@pobox.com>
11845
11846         * gst/sine/gstsinesrc.h:
11847         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11848         change the 'sync' property to 'is-live' and implement it halfway,
11849         update for controller api change.
11850
11851         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11852         controller api change.
11853
11854 2005-09-24  Wim Taymans  <wim@fluendo.com>
11855
11856         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11857         * gst-libs/gst/audio/gstaudiosink.c:
11858         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11859         (gst_audioringbuffer_stop):
11860         * gst-libs/gst/audio/gstbaseaudiosink.c:
11861         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11862         (gst_base_audio_sink_change_state):
11863         * gst-libs/gst/audio/gstbaseaudiosink.h:
11864         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11865         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11866         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11867         * gst-libs/gst/audio/gstringbuffer.h:
11868         Fix sync again. Moved sample alignment to basesink.
11869
11870 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11871
11872         * docs/plugins/Makefile.am:
11873         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11874         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11875         * gst/volume/gstvolume.c:
11876           add/fix docs
11877         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11878         * gst-libs/gst/audio/audio.h:
11879           add conversion macros for frames <-> clocktime
11880
11881 2005-09-23  David Schleef  <ds@schleef.org>
11882
11883         * gst/audioresample/Makefile.am:
11884         * gst/audioresample/debug.h:
11885         * gst/audioresample/gstaudioresample.c:
11886         * gst/audioresample/resample.c: Convert to using gst debugging
11887
11888 2005-09-22  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11891         (gst_play_bin_send_event):
11892         Only seek on one sink, the first one that succeeds.
11893
11894 2005-09-22  Michael Smith <msmith@fluendo.com>
11895
11896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11897         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11898         Don't flush encoder state unless we have an initialised encoder.
11899         Clear out encoder state on PAUSED_TO_READY.
11900
11901 2005-09-22  Wim Taymans  <wim@fluendo.com>
11902
11903         * gst-libs/gst/rtp/gstbasertppayload.c:
11904         (gst_basertppayload_class_init), (gst_basertppayload_init),
11905         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11906         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11907         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11908         (gst_basertppayload_set_property),
11909         (gst_basertppayload_get_property),
11910         (gst_basertppayload_change_state):
11911         * gst-libs/gst/rtp/gstbasertppayload.h:
11912         Added max-ptime to control amount of data in the rtp packets.
11913
11914 2005-09-21  Andy Wingo  <wingo@pobox.com>
11915
11916         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11917         thingies.
11918
11919         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11920         can be called multiple times, dogs.
11921
11922 2005-09-21  Wim Taymans  <wim@fluendo.com>
11923
11924         * gst-libs/gst/rtp/gstbasertppayload.c:
11925         (gst_basertppayload_class_init), (gst_basertppayload_init),
11926         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11927         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11928         (gst_basertppayload_push), (gst_basertppayload_get_property),
11929         (gst_basertppayload_change_state):
11930         Allow 0 ssrc too.
11931
11932 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11933
11934         * docs/libs/compiling.sgml:
11935           fixing typos
11936
11937 2005-09-20  Wim Taymans  <wim@fluendo.com>
11938
11939         * gst-libs/gst/rtp/gstbasertppayload.c:
11940         (gst_basertppayload_class_init), (gst_basertppayload_init),
11941         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11942         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11943         (gst_basertppayload_push), (gst_basertppayload_set_property),
11944         (gst_basertppayload_get_property),
11945         (gst_basertppayload_change_state):
11946         * gst-libs/gst/rtp/gstbasertppayload.h:
11947         Added property to configure sequence number offsets.
11948
11949 2005-09-20  Wim Taymans  <wim@fluendo.com>
11950
11951         * gst-libs/gst/rtp/gstbasertppayload.c:
11952         (gst_basertppayload_class_init), (gst_basertppayload_init),
11953         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11954         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11955         (gst_basertppayload_push), (gst_basertppayload_set_property),
11956         (gst_basertppayload_get_property),
11957         (gst_basertppayload_change_state):
11958         * gst-libs/gst/rtp/gstbasertppayload.h:
11959         Make timestamp offset configurable.
11960
11961 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11962
11963         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11964           fix wrong pop/unref
11965
11966 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11967
11968         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11969
11970         * gst-libs/gst/interfaces/propertyprobe.c:
11971         (gst_property_probe_probe_property_name),
11972         (gst_property_probe_needs_probe_name),
11973         (gst_property_probe_get_values_name),
11974         (gst_property_probe_probe_and_get_values_name):
11975           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11976           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11977
11978 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11979
11980         * check/Makefile.am:
11981           have some tests be disabled for valgrinding
11982         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11983         (GST_START_TEST):
11984         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11985           Fix A Leak.  Chain To Parent Finalize.
11986
11987 2005-09-19  Wim Taymans  <wim@fluendo.com>
11988
11989         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11990         Fixed wav pipeline.
11991
11992 2005-09-19  Wim Taymans  <wim@fluendo.com>
11993
11994         * gst-libs/gst/rtp/gstbasertppayload.c:
11995         (gst_basertppayload_class_init), (gst_basertppayload_init),
11996         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11997         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11998         (gst_basertppayload_push), (gst_basertppayload_get_property),
11999         (gst_basertppayload_change_state):
12000         Posting ERROR and WARNING messages is good.
12001
12002 2005-09-19  Wim Taymans  <wim@fluendo.com>
12003
12004         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12005         (gst_base_rtp_depayload_add_to_queue),
12006         (gst_base_rtp_depayload_push),
12007         (gst_base_rtp_depayload_set_gst_timestamp),
12008         (gst_base_rtp_depayload_queue_release):
12009         This one was not supposed to go in.
12010
12011 2005-09-19  Wim Taymans  <wim@fluendo.com>
12012
12013         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12014         Fix for bus API.
12015
12016         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12017         (gst_base_rtp_depayload_chain),
12018         (gst_base_rtp_depayload_add_to_queue),
12019         (gst_base_rtp_depayload_push),
12020         (gst_base_rtp_depayload_set_gst_timestamp),
12021         (gst_base_rtp_depayload_queue_release):
12022         Some cleanups.
12023
12024         * gst-libs/gst/rtp/gstbasertppayload.c:
12025         (gst_basertppayload_class_init), (gst_basertppayload_init),
12026         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12027         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12028         (gst_basertppayload_get_property),
12029         (gst_basertppayload_change_state):
12030         Added debugging category.
12031
12032 2005-09-18  David Schleef  <ds@schleef.org>
12033
12034         * gst/playback/gstdecodebin.c: free plugin list correctly
12035         * gst/playback/gstplaybin.c: emit warning if autovideosink
12036           and autoaudiosink can't be found (instead of segfaulting)
12037
12038 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12039
12040         * check/elements/audioconvert.c: (GST_START_TEST):
12041           try out 24 bit conversion
12042
12043 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12044
12045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12046         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12047         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12048         * ext/vorbis/vorbisenc.h:
12049           Fix EOS handling.  Still needs a fix in the ogg muxer to
12050           mark the last page as eos.
12051
12052 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12053
12054         * common/gtk-doc-plugins.mak:
12055         * docs/plugins/Makefile.am:
12056         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12057         * gst/ffmpegcolorspace/Makefile.am:
12058         * gst/ffmpegcolorspace/avcodec.h:
12059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12060         * gst/tcp/gstmultifdsink.c:
12061           fix up ffmpegcolorspace docs; extract header
12062
12063 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12064
12065         * common/gtk-doc-plugins.mak:
12066         * docs/plugins/Makefile.am:
12067         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12068         * ext/theora/Makefile.am:
12069         * ext/theora/gsttheoraenc.h:
12070         * ext/theora/theoraenc.c:
12071         * ext/vorbis/vorbisenc.c:
12072           pick up signals and args for vorbis; add some docs for vorbis
12073
12074 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12075
12076         * common/gstdoc-scangobj:
12077         * common/gtk-doc-plugins.mak:
12078         * docs/libs/Makefile.am:
12079         * docs/plugins/gst-plugins-base-plugins.args:
12080         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12081         * docs/plugins/gst-plugins-base-plugins.interfaces:
12082         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12083         * docs/plugins/gst-plugins-base-plugins.signals:
12084           only scanobj stuff from our source module.  Not sure yet
12085           if that's correct, given the hierarchy stuff :)
12086
12087 2005-09-15  Wim Taymans  <wim@fluendo.com>
12088
12089         * gst/audioconvert/gstaudioconvert.c:
12090         And enable 24 bits mode as well..
12091
12092 2005-09-15  Wim Taymans  <wim@fluendo.com>
12093
12094         * gst-libs/gst/rtp/Makefile.am:
12095         * gst-libs/gst/rtp/gstbasertppayload.c:
12096         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12097         (gst_basertppayload_class_init), (gst_basertppayload_init),
12098         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12099         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12100         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12101         (gst_basertppayload_set_property),
12102         (gst_basertppayload_get_property),
12103         (gst_basertppayload_change_state):
12104         * gst-libs/gst/rtp/gstbasertppayload.h:
12105         Added rtp payloader base class.
12106
12107 2005-09-15  Andy Wingo  <wingo@pobox.com>
12108
12109         * configure.ac (plugindir): Remove the EOL matcher from the
12110         regexp, as it causes me problems. Libtool? Make? Who knows?
12111
12112 2005-09-14  David Schleef  <ds@schleef.org>
12113
12114         * check/generic/states.c: 
12115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12116         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12117           Fixes for changes in registry API.
12118
12119         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12120           to GST_PLUGIN_LDFLAGS.
12121         * ext/libvisual/visual.c: Make the library shut up.
12122         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12123         * gst-libs/gst/audio/gstaudiofilter.c: same
12124
12125 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12126
12127         * docs/plugins/Makefile.am:
12128         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12129         * docs/plugins/inspect/plugin-libvisual.xml:
12130         * docs/plugins/tmpl/element-tcpserversink.sgml:
12131         * ext/theora/theoraenc.c:
12132           add libvisual plugin and theoraenc element to docs
12133
12134 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12135
12136         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12137         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12138         * ext/theora/theoraenc.c:
12139           add theoraenc
12140
12141 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12142
12143         * gst/audioconvert/Makefile.am:
12144           Audioconvert derives from GstBaseTransform and should
12145           link to the library with our base elements to avoid
12146           unresolved symbols. Makes things work with MinGW (#316160)
12147
12148         * gst/playback/test4.c: (main):
12149           Fix MinGW build problem and use g_usleep() instead of 
12150           sleep() (#316162)
12151
12152 2005-09-12  Wim Taymans  <wim@fluendo.com>
12153
12154         * gst/audioconvert/audioconvert.c: (float),
12155         (audio_convert_prepare_context), (audio_convert_convert):
12156         * gst/audioconvert/audioconvert.h:
12157         Cleanups, speedups, simplifications, added back support
12158         for 24 bits.
12159
12160 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12161
12162         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12163         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12164         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12165         * docs/plugins/tmpl/element-tcpserversink.sgml:
12166         * gst/ffmpegcolorspace/gstffmpeg.c:
12167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12168         * gst/videotestsrc/gstvideotestsrc.c:
12169         * gst/volume/gstvolume.c:
12170           add more elements to the docs
12171
12172 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12173
12174         * check/Makefile.am:
12175         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12176         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12177           Add extra tests for basetransform based components. 
12178           Comment out the test_element_negotiation test until we decide
12179           if it's testing correct behaviour.
12180         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12181         (gst_visual_chain), (gst_visual_change_state):
12182           Slightly more correct but still bogus timestamping.
12183           Fix state change function.
12184         * gst/audioconvert/gstaudioconvert.c:
12185         (gst_audio_convert_class_init):
12186         * gst/audioresample/gstaudioresample.c:
12187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12188         (gst_ffmpegcsp_class_init):
12189         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12190         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12191         (gst_videoscale_prepare_image):
12192         * gst/volume/gstvolume.c: (gst_volume_class_init),
12193         (volume_transform_ip):
12194           Basetransform updates. Enable passthrough modes.
12195         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12196         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12197         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12198           Negotiation fix that allows the window to return to the original
12199           size and renegotiate passthrough upstream. Extra debug output.
12200
12201 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12202
12203         * gst/sine/gstsinesrc.c:
12204         * gst/volume/gstvolume.c:
12205           fix up header include
12206
12207 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12208
12209         * gst-libs/gst/audio/gstbaseaudiosink.c:
12210         (gst_base_audio_sink_render):
12211         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12212         * gst/volume/gstvolume.c: (gst_volume_class_init),
12213         (volume_transform):
12214           fixing lost sync, some more debugging
12215
12216 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12217
12218         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12219         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12220         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12221         (gst_xvimagesink_check_xshm_calls):
12222           Fix compilation when XShm is not available.
12223
12224 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12225
12226         * ext/libvisual/visual.c: (gst_visual_dispose),
12227         (gst_visual_getcaps), (gst_visual_src_setcaps),
12228         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12229         (gst_visual_change_state):
12230           Finish fixing up libvisual plugin so that it runs. 
12231
12232 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12233
12234         * ext/vorbis/vorbisenc.c:
12235         * gst-libs/gst/tag/gstvorbistag.c:
12236           gsttaginterface.h -> gsttagsetter.h
12237
12238 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12239
12240         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12241           added another test that failes for me (test is not active by default)
12242
12243 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12244
12245         * configure.ac:
12246           v4l2 is no longer in gst-plugins-base
12247
12248 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12249
12250         * configure.ac:
12251           In the output at the end, don't show the first plugin on the same
12252           line as "Core plug-ins, always built:".
12253           Indent the output as for other plugin categories
12254         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12255           #define that can be used to not use peer buffer_alloc functions for
12256           test purposes.
12257         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12258         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12259         (gst_ximagesink_show_frame):
12260         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12261         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12262         (gst_xvimagesink_show_frame):
12263           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12264           fails gracefully instead of XError aborting or deadlocking.
12265
12266 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12267
12268         * ext/libvisual/Makefile.am:
12269           link against gst-base-libs
12270
12271 2005-09-06  David Schleef  <ds@schleef.org>
12272
12273         * configure.ac: Enable libvisual plugin.
12274         * ext/libvisual/Makefile.am:
12275         * ext/libvisual/visual.c: Fixes to make it compile.
12276
12277 === release 0.9.2 ===
12278
12279 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12280
12281         * NEWS:
12282         * RELEASE:
12283         * configure.ac:
12284         * docs/random/ChangeLog-0.8:
12285           releasing 0.9.2, "Spoon"
12286
12287 2005-09-05  Michael Smith <msmith@fluendo.com>
12288
12289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12290           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12291           that in the vorbisenc element.
12292
12293 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12294
12295         * common/gtk-doc-plugins.mak:
12296         * docs/plugins/Makefile.am:
12297           fix distcheck
12298         * gst/audioresample/resample.c:
12299           fix wrong docstring
12300
12301 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12302
12303         * common/gst-xmlinspect.py:
12304         * common/gtk-doc-plugins.mak:
12305           only inspect plugins for this given package
12306           require gst-python 0.9
12307
12308 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12309
12310         * Makefile.am:
12311         * autogen.sh:
12312         * common/gst-xmlinspect.py:
12313         * configure.ac:
12314         * docs/Makefile.am:
12315         * docs/plugins/inspect/plugin-alsa.xml:
12316         * docs/plugins/inspect/plugin-audioresample.xml:
12317         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12318         * docs/plugins/inspect/plugin-ogg.xml:
12319         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12320         * docs/plugins/tmpl/element-multifdsink.sgml:
12321         * docs/plugins/tmpl/element-tcpserversink.sgml:
12322         * docs/plugins/tmpl/element-vorbisenc.sgml:
12323         * gst-plugins-base.spec.in:
12324           various doc-related updates
12325
12326 2005-08-31  Wim Taymans  <wim@fluendo.com>
12327
12328         * gst-libs/gst/audio/gstbaseaudiosink.c:
12329         (gst_base_audio_sink_render):
12330         Resync if the buffer timestamps drift more than a 10th 
12331         of a second.
12332
12333 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12334
12335         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12336         (gst_v4lsrc_get_property):
12337           The 'timestamp-offset' property is registered as an int64, so
12338           let's use g_value_{set|get}_int64() in our setter and getter
12339           functions (makes it work and fixes warnings with gst-inspect).
12340
12341 2005-08-30  Wim Taymans  <wim@fluendo.com>
12342
12343         * check/elements/audioconvert.c: (setup_audioconvert):
12344         * check/elements/audioresample.c: (setup_audioresample):
12345         * check/elements/volume.c: (setup_volume):
12346         Fix checks.
12347
12348 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12349
12350         * common/gtk-doc-plugins.mak:
12351         * common/plugins.xsl:
12352         * docs/plugins/Makefile.am:
12353           make module a param
12354
12355 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12356
12357         * examples/seeking/seek.c: (make_mp3_pipeline),
12358         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12359         (play_cb), (pause_cb), (stop_cb):
12360           update the example
12361
12362 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12363
12364         * gst/volume/gstvolume.c: (gst_volume_class_init),
12365         (volume_transform):
12366           do not update controlled params, if buffer has no timestamp
12367
12368 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12369
12370         * configure.ac:
12371         * gst/sine/Makefile.am:
12372         * gst/volume/Makefile.am:
12373           controllerized elements also need to link against controller-libs ;)
12374
12375 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12376
12377         * docs/libs/tmpl/gstcolorbalance.sgml:
12378         * docs/libs/tmpl/gstgconf.sgml:
12379         * docs/libs/tmpl/gstmixer.sgml:
12380         * docs/libs/tmpl/gstringbuffer.sgml:
12381         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12382         (gst_sinesrc_create):
12383         * gst/volume/gstvolume.c: (gst_volume_class_init),
12384         (volume_transform):
12385           controllerized two audio plugins
12386
12387 2005-08-29  Andy Wingo  <wingo@pobox.com>
12388
12389         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12390         (vorbis_handle_data_packet): Fix some int overflow errors.
12391
12392         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12393         -1.
12394         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12395         valid.
12396         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12397         if it's valid. Fixed streaming-mode playback.
12398
12399         * check/elements/volume.c (cleanup_volume): Fix for running
12400         CK_FORK=no.
12401
12402         * check/elements/audioconvert.c: Convert from native endian, not
12403         little endian.
12404
12405 2005-08-29  Michael Smith <msmith@fluendo.com>
12406
12407         * ext/ogg/Makefile.am:
12408         * ext/ogg/gstogg.c: (plugin_init):
12409         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12410         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12411         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12412         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12413         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12414         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12415         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12416         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12417         Add an ogg parser element.
12418
12419 2005-08-28  Andy Wingo  <wingo@pobox.com>
12420
12421         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12422
12423 2005-08-26  Wim Taymans  <wim@fluendo.com>
12424
12425         * gst/audioconvert/audioconvert.c: (if), (float),
12426         (audio_convert_get_func_index), (check_default),
12427         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12428         (audio_convert_clean_context), (audio_convert_get_sizes),
12429         (audio_convert_convert):
12430         Cleanups.
12431
12432 2005-08-26  Wim Taymans  <wim@fluendo.com>
12433
12434         * gst/audioconvert/audioconvert.c: (if), (float),
12435         (audio_convert_get_func_index), (check_default),
12436         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12437         (audio_convert_clean_context), (audio_convert_get_sizes),
12438         (audio_convert_convert):
12439         More elegant and working temp buffer selection algo.
12440
12441 2005-08-26  Wim Taymans  <wim@fluendo.com>
12442
12443         * gst/audioconvert/audioconvert.c: (if), (float),
12444         (audio_convert_get_func_index), (check_default),
12445         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12446         (audio_convert_clean_context), (audio_convert_get_sizes),
12447         (get_temp_buffer), (audio_convert_convert):
12448         Use realloc else we lose our original data.
12449
12450 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12451
12452         * gst/audioresample/gstaudioresample.c:
12453           use base class' newsegment to properly timestamp
12454
12455 2005-08-26  Wim Taymans  <wim@fluendo.com>
12456
12457         * gst/audioconvert/audioconvert.c: (if), (float),
12458         (audio_convert_get_func_index), (check_default),
12459         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12460         (audio_convert_clean_context), (audio_convert_get_sizes),
12461         (get_temp_buffer), (audio_convert_convert):
12462         * gst/audioconvert/gstaudioconvert.c:
12463         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12464         (gst_audio_convert_transform_caps),
12465         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12466         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12467         Oops, allocate enough space to perform the channel mix.
12468
12469 2005-08-26  Wim Taymans  <wim@fluendo.com>
12470
12471         * gst/audioconvert/Makefile.am:
12472         * gst/audioconvert/audioconvert.c: (if), (float),
12473         (audio_convert_get_func_index), (check_default),
12474         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12475         (audio_convert_clean_context), (audio_convert_get_sizes),
12476         (get_temp_buffer), (audio_convert_convert):
12477         * gst/audioconvert/audioconvert.h:
12478         * gst/audioconvert/gstaudioconvert.c:
12479         (gst_audio_convert_class_init), (gst_audio_convert_init),
12480         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12481         (gst_audio_convert_get_unit_size),
12482         (gst_audio_convert_transform_caps),
12483         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12484         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12485         * gst/audioconvert/gstaudioconvert.h:
12486         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12487         (gst_channel_mix_fill_identical),
12488         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12489         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12490         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12491         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12492         (gst_channel_mix_mix):
12493         * gst/audioconvert/gstchannelmix.h:
12494         Cleanups, librarify a bit, optimize, better negotiation and more.
12495
12496 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12497
12498         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12499         Another from MikeS:
12500         During typefinding, don't support negative offsets
12501         (offsets from the end of the stream) in our typefind->peek() function
12502         - nothing embedded in ogg ever needs them. However, we need to recognise
12503         those requests and reject them, otherwise we return invalid pointers.
12504
12505 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12506
12507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12508         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12509         (vorbisdec_finalize), (vorbis_handle_type_packet):
12510           Big shout-out to MikeS for fixing this giant memory leak.
12511           Huzzah!
12512
12513 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12514
12515         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12516         (audio_convert_get_unit_size):
12517           plug some leaks
12518
12519 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12520
12521         * check/Makefile.am:
12522         * check/elements/audioconvert.c: (setup_audioconvert),
12523         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12524         (GST_START_TEST), (audioconvert_suite), (main):
12525           add a test for audioconvert
12526         * gst/audioresample/gstaudioresample.c:
12527         * gst/audioresample/gstaudioresample.h:
12528           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12529           note that for buffers of 1/3 sec this means DURATION(c) is 
12530           one nanosecond more than for a and b
12531
12532 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12533
12534         * check/Makefile.am:
12535         * check/elements/audioresample.c: (setup_audioresample),
12536         (cleanup_audioresample), (fail_unless_perfect_stream),
12537         (test_perfect_stream_instance), (GST_START_TEST),
12538           add a check for audioresample
12539         (audioresample_suite), (main):
12540         * check/elements/volume.c: (GST_START_TEST):
12541           remove unused method
12542         * gst/audioresample/gstaudioresample.c:
12543           set correct buffer parameters since we're changing them
12544         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12545           add some debug
12546
12547 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12548
12549         * gst/audioresample/debug.c:
12550         * gst/audioresample/gstaudioresample.c:
12551           add room for extra overlap samples when asked to transform size
12552           protect against possible mem corruption and check for discrepancies
12553           between written size and outbuffer's size so we can warn for
12554           potential problems
12555         * gst/audioresample/resample.c: (resample_init),
12556         (resample_get_output_size_for_input), (resample_get_output_size),
12557         (resample_set_n_channels), (resample_set_format):
12558           set debug level based on RESAMPLE_DEBUG env var
12559           make sure that get_output_size* returns a whole number of
12560           sample_size
12561           set sample_size each time either channel or format is set
12562         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12563         * gst/audioresample/resample_functable.c:
12564         (resample_scale_functable):
12565         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12566           remove r->sample_size, it's done in resample.c now
12567           add some debugging to the ref implementation
12568           make sure we only give back bytes that are wholes of the sample
12569           size
12570
12571 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12572         * gst/playback/gstplaybasebin.c: (fill_buffer):
12573         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12574
12575 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12576
12577         * gst/volume/gstvolume.c:
12578           made set_caps function static
12579
12580 2005-08-24  Wim Taymans  <wim@fluendo.com>
12581
12582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12583         (gst_vorbisenc_change_state):
12584         Stop leaking taglists.
12585
12586 2005-08-24  Wim Taymans  <wim@fluendo.com>
12587
12588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12589         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12590         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12591         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12592         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12593         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12594         Parse seeking events better.
12595         Unref static caps.
12596         Generate correct newsegment events, fixes seeking in live oggs.
12597
12598         * ext/theora/theoradec.c: (theora_dec_src_query),
12599         (theora_dec_src_event), (theora_dec_src_getcaps),
12600         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12601         Use newsegment values to report correct play time.
12602
12603         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12604         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12605         * ext/vorbis/vorbisdec.h:
12606         Parse and use newsegment values to report correct play time.
12607
12608         * gst-libs/gst/audio/gstbaseaudiosink.c:
12609         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12610         Clear ringbuffer on flush.
12611         Use newsegment values to calculate playback time.
12612
12613         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12615         Basesink does newsegment calculations for us now.
12616
12617 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12618
12619         * check/Makefile.am:
12620         * configure.ac:
12621           add core's plugins to the mix so that playbin works
12622         * check/generic/states.c: (GST_START_TEST):
12623           set a 0 timeout on pipelines, so they don't force the next
12624           state change
12625         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12626         (gst_play_base_bin_change_state):
12627           remove the crappy error handling and do GST error handling
12628
12629 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12630
12631         * check/Makefile.am:
12632         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12633           add same test as to core, it bitches out on playbin atm.
12634
12635 2005-08-24  Wim Taymans  <wim@fluendo.com>
12636
12637         * configure.ac:
12638         Remove audioscale.
12639
12640 2005-08-24  Wim Taymans  <wim@fluendo.com>
12641
12642         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12643         (gst_videoscale_prepare_size), (parse_caps),
12644         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12645         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12646         (gst_videoscale_transform):
12647         * gst/videoscale/gstvideoscale.h:
12648         Refactor, make use of BaseTranform really well.
12649
12650 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12651
12652         * configure.ac:
12653           compile audioresample
12654         * gst/audioresample/Makefile.am:
12655         * gst/audioresample/buffer.c:
12656         * gst/audioresample/functable.c:
12657         * gst/audioresample/gstaudioresample.c:
12658         * gst/audioresample/gstaudioresample.h:
12659         * gst/audioresample/resample.c:
12660         (resample_get_output_size_for_input):
12661         * gst/audioresample/resample.h:
12662         * gst/audioresample/resample_chunk.c:
12663         * gst/audioresample/resample_functable.c:
12664         * gst/audioresample/resample_ref.c:
12665           port to use basetransform; doesn't work in all cases yet
12666
12667 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12668
12669         * gst/audioconvert/gstaudioconvert.c:
12670         (gst_audio_convert_class_init), (gst_audio_convert_init),
12671         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12672         (audio_convert_fixate_caps), (audio_convert_set_caps),
12673         (audio_convert_transform),
12674         (gst_audio_convert_buffer_to_default_format),
12675         (gst_audio_convert_buffer_from_default_format),
12676         (gst_audio_convert_channels):
12677         * gst/audioconvert/gstchannelmix.c:
12678         * gst/audioconvert/gstchannelmix.h:
12679           port to basetransform
12680         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12681         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12682         (gst_ffmpegcsp_get_unit_size):
12683         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12684         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12685           fix for basetransform changes
12686
12687 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12688
12689         * check/Makefile.am:
12690           Add CHECK_CFLAGS and LDFLAGS
12691
12692         * gst/playback/gstplaybasebin.c: (fill_buffer):
12693           GST_MESSAGE_SRC became a GObject
12694
12695 2005-08-24  Wim Taymans  <wim@fluendo.com>
12696
12697         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12698         (gst_ring_buffer_clear_all):
12699         * gst-libs/gst/audio/gstringbuffer.h:
12700         Added function to clear the ringbuffer.
12701
12702 2005-08-24  Andy Wingo  <wingo@pobox.com>
12703
12704         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12705         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12706         of _open and _close.
12707
12708         * sys/v4l/gstv4lxoverlay.h:
12709         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12710         an Xv connection here, instead of all the time. Make Xv only be
12711         loaded if you axe for it. Kindof a workaround for buggy behaviour
12712         of Xv when using remote xservers (XvQueryExtension would block).
12713         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12714         replace the _open and _close public API. Only start the xv
12715         connection if necessary.
12716         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12717
12718 2005-08-23  David Schleef  <ds@schleef.org>
12719
12720         * gst/audioresample/Makefile.am: Leet audioresampling code
12721         * gst/audioresample/buffer.c:
12722         * gst/audioresample/buffer.h:
12723         * gst/audioresample/debug.c:
12724         * gst/audioresample/debug.h:
12725         * gst/audioresample/functable.c:
12726         * gst/audioresample/functable.h:
12727         * gst/audioresample/gstaudioresample.c:
12728         * gst/audioresample/gstaudioresample.h:
12729         * gst/audioresample/resample.c:
12730         * gst/audioresample/resample.h:
12731         * gst/audioresample/resample_chunk.c:
12732         * gst/audioresample/resample_functable.c:
12733         * gst/audioresample/resample_ref.c:
12734
12735 2005-08-23  Wim Taymans  <wim@fluendo.com>
12736
12737         * examples/seeking/seek.c: (make_vorbis_pipeline),
12738         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12739         Small seek updates.
12740
12741 2005-08-23  Andy Wingo  <wingo@pobox.com>
12742
12743         * gst-libs/gst/audio/gstbaseaudiosrc.c
12744         (gst_base_audio_src_fixate): Only fixate endianness if it is
12745         present in the caps.
12746
12747 2005-08-22  Andy Wingo  <wingo@pobox.com>
12748
12749         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12750         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12751         device-name property.
12752
12753         * gst-libs/gst/audio/gstaudiosrc.h:
12754         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12755         close_device in the ring buffer, like gstaudiosink.
12756
12757         * ext/alsa/gstalsamixer.h:
12758         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12759         macro to implement the interface without much code. Cleanups. 
12760
12761         * ext/alsa/gstalsasrc.h:
12762         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12763         READY.
12764
12765         * ext/alsa/Makefile.am: Add new files.
12766         * ext/alsa/gstalsamixerelement.c: 
12767         * ext/alsa/gstalsamixerelement.c: Split element code out from
12768         mixer code so that alsasrc can be a mixer too.
12769
12770 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12771
12772         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12773         (GST_START_TEST):
12774         * check/elements/vorbisdec.c: (setup_vorbisdec),
12775         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12776         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12777         (vorbis_handle_identification_packet),
12778         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12779         (vorbis_handle_header_packet), (vorbis_dec_push),
12780         (vorbis_dec_chain):
12781           use the setup/teardown methods to save code.  save code is good.
12782
12783 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12784
12785         * check/Makefile.am:
12786           add ext dir for plugins
12787           add vorbisdec test conditionally
12788         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12789         (GST_START_TEST), (volume_suite):
12790           add a test with wrong caps
12791         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12792         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12793           add a vorbisdec test
12794         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12795         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12796           clean up debug output
12797         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12798           yay, fix a segfault/security issue in vorbisdec
12799           gst-launch fakesrc ! vorbisdec wasn't happy
12800         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12801         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12802         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12803         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12804         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12805         (gst_vorbisenc_set_metadata), (get_constraints_string),
12806         (update_start_message), (gst_vorbisenc_setup),
12807         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12808         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12809         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12810         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12811         * ext/vorbis/vorbisenc.h:
12812           march in line
12813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12814         (gst_ffmpegcsp_transform):
12815           have the kow come home
12816         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12817           debug my func ptr
12818         * gst/volume/gstvolume.c: (volume_set_caps):
12819           add a debug
12820
12821 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12822
12823         * Makefile.am:
12824         * check/.cvsignore:
12825         * check/Makefile.am:
12826         * check/elements/.cvsignore:
12827         * check/elements/volume.c: (chain_func), (event_func),
12828         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12829         (main):
12830         * configure.ac:
12831           add unit test structure for gst-plugins-base
12832           add a test for volume
12833         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12834         (gst_volume_set_volume), (gst_volume_get_volume),
12835         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12836         (volume_funcfind), (volume_process_float), (volume_process_int16),
12837         (volume_set_caps), (volume_transform), (volume_update_mute),
12838         (volume_update_volume), (volume_set_property),
12839         (volume_get_property):
12840           document a little; use basetransform vmethod _set_caps
12841
12842 2005-08-19  Andy Wingo  <wingo@pobox.com>
12843
12844         * ext/alsa/gstalsamixertrack.h:
12845         * ext/alsa/gstalsamixertrack.c:
12846         * ext/alsa/gstalsamixeroptions.h:
12847         * ext/alsa/gstalsamixeroptions.c:
12848         * ext/alsa/gstalsamixer.h:
12849         * ext/alsa/gstalsamixer.c: Port to 0.9.
12850
12851         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12852         Remove gstalsa.c and alsaclock. No more cruft here.
12853         
12854 2005-08-18  Wim Taymans  <wim@fluendo.com>
12855
12856         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12857         (gst_base_rtp_depayload_chain),
12858         (gst_base_rtp_depayload_add_to_queue),
12859         (gst_base_rtp_depayload_push),
12860         (gst_base_rtp_depayload_queue_release):
12861         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12862         Fix for RTPBuffer changes.
12863
12864         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12865         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12866         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12867         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12868         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12869         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12870         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12871         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12872         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12873         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12874         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12875         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12876         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12877         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12878         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12879         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12880         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12881         (gst_rtpbuffer_get_payload):
12882         * gst-libs/gst/rtp/gstrtpbuffer.h:
12883         Don't subclass GstBuffer but add methods and helper functions
12884         to construct and manipulate RTP packets in regular GstBuffers.
12885
12886 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12887
12888         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12889           moved statement below switch
12890         * gst/volume/gstvolume.c: (gst_volume_class_init):
12891           added debug ptr
12892
12893 2005-08-16  Wim Taymans  <wim@fluendo.com>
12894
12895         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12896         (gst_base_audio_src_change_state):
12897         Open and close device in READY<->NULL state change.
12898
12899 2005-08-16  Andy Wingo  <wingo@pobox.com>
12900
12901         * examples/seeking/Makefile.am: Don't compile non-compiling
12902         compiled objects with the compiler.
12903
12904         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12905         elements.
12906
12907 2005-08-12  Philippe Khalaf <burger@speedy.org>
12908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12909         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12910           Made a thread to release the queue.
12911           Removed timestamp conversion for now.
12912
12913 2005-08-10  Philippe Khalaf <burger@speedy.org>
12914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12915         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12916           Added rtp timestamp -> gst timestamp conversion.
12917           Fixed several problems with queue.
12918
12919 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12920
12921         * gst-libs/gst/audio/gstaudioclock.h:
12922         * gst-libs/gst/audio/gstaudiofilter.h:
12923         * gst-libs/gst/audio/gstaudiosink.h:
12924         * gst-libs/gst/audio/gstaudiosrc.h:
12925         * gst-libs/gst/audio/gstbaseaudiosink.h:
12926         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12927         * gst-libs/gst/audio/gstringbuffer.h:
12928         * gst-libs/gst/net/gstnetbuffer.h:
12929         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12930         * gst-libs/gst/rtp/gstrtpbuffer.h:
12931           Add padding (you will need to rebuild gst-plugins-base,
12932           gst-plugins and all applications afterwards!)
12933
12934 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12935
12936         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12937         (gst_riff_parse_chunk):
12938           Fix bug in debug message and add some more debug messages.
12939
12940 2005-08-08  Edward Hervey  <edward@fluendo.com>
12941
12942         * gst-libs/gst/riff/riff-media.c:
12943         backported updates since branch
12944
12945 2005-08-08  Andy Wingo  <wingo@pobox.com>
12946
12947         * gst-libs/gst/audio/gstbaseaudiosink.c
12948         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12949         like good elements should. Close on READY->NULL too.
12950
12951         * gst-libs/gst/audio/gstaudiosink.c
12952         (gst_audioringbuffer_open_device,
12953         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12954         (gst_audioringbuffer_release): Updates for new ring buffer API,
12955         hook into the new audio sink api.
12956
12957         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12958         (GstAudioSinkClass.close): Just open and close the device -- no
12959         resource allocation or configuration.
12960         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12961         vmethods, handle device setup and resource allocation.
12962
12963         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12964         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12965         base class API.
12966
12967         * gst-libs/gst/audio/gstringbuffer.h
12968         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12969         New vmethods.
12970
12971         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12972         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12973         New API functions. The device should be opened before acquiring
12974         and closed after releasing.
12975
12976 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12977
12978         * gst-libs/gst/interfaces/mixer.h:
12979           Reset padding to GST_PADDING.
12980
12981 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12982
12983         * gst/playback/gstplaybin.c: (remove_sinks):
12984           Remove visualization from parent explicitely; works around some
12985           apparent refcount issue that I haven't tracked down yet.
12986
12987 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12988
12989         * ext/alsa/gstalsasink.c: (set_hwparams):
12990           Assign debug category, add negotiation debug msgs.
12991
12992 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12993
12994         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12995           Fix error code for file-not-found to NOT_FOUND.
12996
12997 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12998
12999         * common/gtk-doc-plugins.mak:
13000         * docs/plugins/Makefile.am:
13001         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13002         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13003           renamed to actual element names, so much nicer to look at
13004         * docs/plugins/tmpl/gstmultifdsink.sgml:
13005           remove
13006         * docs/plugins/tmpl/multifdsink.sgml:
13007         * docs/plugins/tmpl/tcpserversink.sgml:
13008           add
13009         * ext/alsa/gstalsa.c:
13010         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13011         * ext/ogg/gstoggmux.c:
13012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13013         * gst/playback/gstdecodebin.c:
13014         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13015         * gst/tcp/gsttcpserversink.c:
13016           various fixes and documentation additions
13017
13018 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13019
13020         * common/Makefile.am:
13021         * common/gstdoc-scangobj:
13022         * common/gtk-doc-plugins.mak:
13023         * common/gtk-doc.mak:
13024           add a custom scangobj that uses the registry
13025           add a custom gtk-doc-plugins.mak that uses it
13026           some doc build fixes
13027         * configure.ac:
13028         * docs/Makefile.am:
13029         * docs/plugins/Makefile.am:
13030         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13031         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13032         * docs/plugins/gst-plugins-base-plugins.types:
13033         * docs/plugins/tmpl/gstmultifdsink.sgml:
13034           add docs for one element, multifdsink
13035         * gst/adder/gstadder.h:
13036         * gst/volume/gstvolume.h:
13037           don't privatize enum
13038         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13039         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13040         (gst_sync_method_get_type), (gst_client_status_get_type),
13041         (gst_multifdsink_class_init),
13042         (gst_multifdsink_client_queue_buffer),
13043         (gst_multifdsink_handle_client_write):
13044         * gst/tcp/gstmultifdsink.h:
13045         * gst/tcp/gsttcp.h:
13046         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13047         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13048         (gst_tcpclientsink_render):
13049         * gst/tcp/gsttcpclientsink.h:
13050         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13051         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13052         (gst_tcpclientsrc_start):
13053         * gst/tcp/gsttcpclientsrc.h:
13054         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13055         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13056         * gst/tcp/gsttcpserversrc.h:
13057         * gst/typefind/gsttypefindfunctions.c:
13058           remove superfluous Type stuff
13059
13060 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13061
13062         * gst/playback/gstplaybin.c: (gen_video_element):
13063           Enable videoscale.
13064
13065 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13066
13067         * gst-libs/gst/gconf/gconf.c:
13068         * gst-libs/gst/gconf/gconf.h:
13069           Fix some Andy Problem [tm].
13070
13071 2005-08-04  Andy Wingo  <wingo@pobox.com>
13072
13073         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13075         (gst_ffmpegcsp_get_size): Adapt to API changes.
13076
13077         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13078         Implement an in-place do-nothing transform.
13079
13080 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13081
13082         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13083         (gst_ximagesink_renegotiate_size):
13084           Do not set new window sizes yet if we prepare a new buffer size
13085           for upstream renegotiation (software scaling) at some point in the
13086           future, because this new size waqs not actually accepted yet. Once
13087           accepted, renegotiation later on will set the new sizes just fine.
13088           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13089           embedding testcase.
13090
13091 2005-08-03  Andy Wingo  <wingo@pobox.com>
13092
13093         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13094         (gst_ximagesink_buffer_alloc): 
13095         Protect the height, width, and desired_caps with the pool_lock.
13096         Fixes videotestsrc ! queue ! ximagesink.
13097
13098 2005-08-02  Edward Hervey  <edward@fluendo.com>
13099
13100         * gst/volume/gstvolume.c:
13101         include left from controller cleanup
13102
13103 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13105           Stop collectpads before calling the parent state
13106           change function on PAUSED->READY.
13107
13108 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13109         * configure.ac:
13110           When testing for X libs, use the X CFlags 
13111         * gst/adder/gstadder.c: (gst_adder_change_state):
13112           Stop the collectpads before calling parent state change function
13113           on PAUSED->READY, otherwise we deadlock deactivating pads.
13114
13115 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13116
13117         * configure.ac:
13118         * docs/libs/tmpl/gstcolorbalance.sgml:
13119         * docs/libs/tmpl/gstmixer.sgml:
13120         * examples/Makefile.am:
13121         * gst/sine/Makefile.am:
13122         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13123         (gst_sinesrc_set_property), (plugin_init):
13124         * gst/sine/gstsinesrc.h:
13125         * gst/volume/Makefile.am:
13126         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13127         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13128         (volume_process_float), (volume_process_int16),
13129         (volume_set_property), (plugin_init):
13130         * gst/volume/gstvolume.h:
13131           deactivate and remove dparams (libgstcontrol)
13132
13133 2005-07-29  Wim Taymans  <wim@fluendo.com>
13134
13135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13136         Convert me to BaseTransform!! help..
13137
13138 2005-07-29  Andy Wingo  <wingo@pobox.com>
13139
13140         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13141         sinks.
13142
13143         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13144         support of both endiannesses.
13145
13146 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13147
13148         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13149           Fix confusing debug message (s/event/query/)
13150
13151 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13152
13153         * gst/videotestsrc/videotestsrc.h:
13154           Use "_stdint.h" instead of <stdint.h>
13155
13156 2005-07-27  Wim Taymans  <wim@fluendo.com>
13157
13158         * ext/vorbis/Makefile.am:
13159         Revert wrong commit.
13160
13161 2005-07-27  Wim Taymans  <wim@fluendo.com>
13162
13163         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13164         More compilation fixen.
13165
13166 2005-07-27  Wim Taymans  <wim@fluendo.com>
13167
13168         * gst-libs/gst/audio/gstbaseaudiosink.c:
13169         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13170         (gst_base_audio_sink_create_ringbuffer),
13171         (gst_base_audio_sink_change_state):
13172         Fix compilation.
13173
13174 2005-07-27  Wim Taymans  <wim@fluendo.com>
13175
13176         * examples/seeking/seek.c: (setup_dynamic_link),
13177         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13178         (query_positions_elems), (query_positions_pads), (do_seek):
13179         Update seek example.
13180
13181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13182         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13183         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13184         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13185         (gst_ogg_demux_handle_event),
13186         (gst_ogg_demux_deactivate_current_chain),
13187         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13188         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13189         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13190         (gst_ogg_demux_loop):
13191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13192         * ext/theora/theoradec.c: (theora_dec_src_event),
13193         (theora_dec_src_getcaps), (theora_dec_sink_event),
13194         (theora_dec_push), (theora_dec_chain):
13195         * ext/vorbis/Makefile.am:
13196         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13197         (vorbis_dec_sink_event), (vorbis_dec_push),
13198         (vorbis_handle_data_packet):
13199         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13200         (gst_vorbisenc_chain):
13201         * gst/playback/gststreaminfo.c: (cb_probe):
13202         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13203         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13204         * gst/videoscale/gstvideoscale.c:
13205         (gst_videoscale_handle_src_event):
13206         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13207         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13208         (gst_ximagesink_navigation_send_event):
13209         * sys/xvimage/xvimagesink.c:
13210         (gst_xvimagesink_navigation_send_event):
13211         Various event updates and cleanups
13212
13213 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13214
13215         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13216           Fix segfault for I420/YV12.
13217
13218 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13219
13220         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13221           Report bitrate.
13222
13223 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13224
13225         * gst/playback/gstplaybin.c: (gen_video_element),
13226         (gen_audio_element):
13227           Switch to auto*sink elements as default sinks; add volume element
13228           so that volume control in totem works.
13229
13230 2005-07-21  Wim Taymans  <wim@fluendo.com>
13231
13232         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13233         * gst/playback/gstplaybin.c: (setup_sinks),
13234         (gst_play_bin_change_state):
13235         Refcount fix and more comments.
13236
13237 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13238
13239         * sys/ximage/Makefile.am:
13240         * sys/ximage/ximage.c: (plugin_init):
13241         * sys/ximage/ximagesink.c:
13242         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13243         
13244
13245 2005-07-21  Wim Taymans  <wim@fluendo.com>
13246
13247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13248         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13249         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13250         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13251         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13252         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13253         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13254         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13255         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13256         Generate correct disconts for live chained oggs.
13257
13258         * gst-libs/gst/audio/gstbaseaudiosink.c:
13259         (gst_base_audio_sink_render),
13260         (gst_base_audio_sink_create_ringbuffer),
13261         (gst_base_audio_sink_change_state):
13262         Handle discont math correctly.
13263
13264         * gst/playback/gstplaybin.c: (add_sink):
13265         Some small debug cleanup.
13266
13267 2005-07-21  Wim Taymans  <wim@fluendo.com>
13268
13269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13270         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13271         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13272         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13273         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13274         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13275         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13276         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13277         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13278         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13279         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13280         (gst_ogg_demux_change_state), (gst_ogg_print):
13281         Reorganize code to send the right disconts when in streaming
13282         mode.
13283
13284 2005-07-20  Andy Wingo  <wingo@pobox.com>
13285
13286         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13287         fix (?), fixes a seggie mcfalterson (#310894).
13288
13289 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13290
13291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13292         (gst_ogg_mux_set_header_on_caps):
13293         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13295         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13296         * gst-libs/gst/audio/multichannel.c:
13297         (gst_audio_set_channel_positions),
13298         (gst_audio_set_structure_channel_positions_list):
13299         * gst/playback/gstdecodebin.c: (dynamic_create):
13300         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13301         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13302           Fixes for API changes in core.
13303
13304 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13305
13306         * gst/playback/gstplaybasebin.c: (fill_buffer):
13307           Use _new_custom() so we can set custom message types for buffering
13308           messages.
13309
13310 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13311
13312         * configure.ac:
13313         * gst-libs/gst/Makefile.am:
13314         * gst-libs/gst/gconf/.cvsignore:
13315         * gst-libs/gst/gconf/Makefile.am:
13316         * gst-libs/gst/gconf/test-gconf.c:
13317         * pkgconfig/Makefile.am:
13318         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13319         * pkgconfig/gstreamer-gconf.pc.in:
13320           Remove gconf stuff, use gconf elements instead from now on.
13321
13322 2005-07-20  Wim Taymans  <wim@fluendo.com>
13323
13324         * gst-libs/gst/audio/TODO:
13325         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13326         (gst_audio_clock_get_internal_time):
13327         * gst-libs/gst/audio/gstaudioclock.h:
13328         * gst-libs/gst/audio/gstbaseaudiosink.c:
13329         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13330         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13331         (gst_base_audio_sink_render),
13332         (gst_base_audio_sink_create_ringbuffer),
13333         (gst_base_audio_sink_change_state):
13334         Make sure the audio clock always returns an increasing value.
13335
13336 2005-07-19  Andy Wingo  <wingo@pobox.com>
13337
13338         * gst/videotestsrc/: Cleanups.
13339
13340 2005-07-19  Wim Taymans  <wim@fluendo.com>
13341
13342         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13343         Better debugging.
13344
13345 2005-07-19  Wim Taymans  <wim@fluendo.com>
13346
13347         * examples/seeking/seek.c: (make_dv_pipeline),
13348         (make_vorbis_theora_pipeline), (query_rates),
13349         (query_positions_elems), (query_positions_pads), (do_seek):
13350         Make correct DV pipeline.
13351
13352 2005-07-18  Andy Wingo  <wingo@pobox.com>
13353
13354         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13355         default. Also because it's the only thing that really works. (This
13356         is used in the GConf elements).
13357         Use AS_LIBTOOL_TAGS.
13358
13359 2005-07-18  Wim Taymans  <wim@fluendo.com>
13360
13361         * gst/playback/gstdecodebin.c: (remove_element_chain):
13362         * gst/playback/gstplaybin.c: (add_sink):
13363         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13364         (gst_stream_info_set_mute):
13365         * gst/playback/gststreamselector.c:
13366         (gst_stream_selector_get_linked_pad),
13367         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13368         More leak and compile fixes.
13369
13370 2005-07-18  Wim Taymans  <wim@fluendo.com>
13371
13372         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13373         (query_rates), (query_positions_elems), (query_positions_pads),
13374         (do_seek), (seek_cb), (stop_seek):
13375         Updated seek example. 
13376
13377         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13378         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13379         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13380         * gst/playback/gstplaybin.c: (add_sink):
13381         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13382         (gst_stream_info_set_mute):
13383         Some refcount leak fixes.
13384
13385 2005-07-16  Wim Taymans  <wim@fluendo.com>
13386
13387         * gst-libs/gst/audio/gstbaseaudiosink.c:
13388         (gst_base_audio_sink_render):
13389         Align samples even if we have roundoff errors in the 
13390         timestamp conversion.
13391
13392 2005-07-16  Wim Taymans  <wim@fluendo.com>
13393
13394         * docs/libs/tmpl/gstringbuffer.sgml:
13395         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13396         (query_rates), (query_positions_elems), (query_positions_pads),
13397         (update_scale), (do_seek):
13398         Updated seek example.
13399
13400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13401         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13402         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13403         (gst_ogg_demux_loop):
13404         Push out correct discont values.
13405
13406         * ext/theora/theoradec.c: (theora_dec_src_convert),
13407         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13408         (theora_dec_sink_event), (theora_handle_type_packet),
13409         (theora_handle_header_packet), (theora_dec_push),
13410         (theora_handle_data_packet), (theora_dec_chain),
13411         (theora_dec_change_state):
13412         Better timestamping.
13413
13414         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13415         (vorbis_dec_sink_event), (vorbis_dec_push),
13416         (vorbis_handle_data_packet), (vorbis_dec_chain):
13417         * ext/vorbis/vorbisdec.h:
13418         Better timestamping.
13419
13420         * gst-libs/gst/audio/gstbaseaudiosink.c:
13421         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13422         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13423         Handle syncing on timestamps instead of sample offsets. Make
13424         use of DISCONT values as described in design docs.
13425
13426         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13427         (gst_base_audio_src_get_time):
13428         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13429         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13430         (gst_ring_buffer_read):
13431         * gst-libs/gst/audio/gstringbuffer.h:
13432         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13433         (gst_ximagesink_show_frame):
13434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13435         Correcly convert buffer timestamp to stream time.
13436
13437 2005-07-16  Wim Taymans  <wim@fluendo.com>
13438
13439         * gst/audioconvert/gstaudioconvert.c:
13440         (gst_audio_convert_get_buffer):
13441         Timestamp buffers correctly.
13442
13443         * gst/playback/gstplaybin.c: (gen_video_element):
13444         Make internal fakesink silent.
13445
13446 2005-07-15  Wim Taymans  <wim@fluendo.com>
13447
13448         * gst/ffmpegcolorspace/Makefile.am:
13449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13450         (gst_ffmpegcsp_caps_remove_format_info),
13451         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13452         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13453         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13454         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13455         Ported ffmpegcolorspace to basetransform.
13456
13457         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13458         * gst/volume/gstvolume.c: (volume_transform):
13459         Ported to new API.
13460
13461 2005-07-14  Wim Taymans  <wim@fluendo.com>
13462
13463         * gst/videotestsrc/Makefile.am:
13464         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13465         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13466         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13467         (gst_videotestsrc_init), (gst_videotestsrc_event),
13468         (gst_videotestsrc_create), (gst_videotestsrc_start),
13469         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13470         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13471         (gst_videotestsrc_get_property):
13472         * gst/videotestsrc/gstvideotestsrc.h:
13473         Make videotestsrc a pushsrc.
13474
13475 2005-07-14  Wim Taymans  <wim@fluendo.com>
13476
13477         * gst/tcp/gstfdset.c: (gst_fdset_free):
13478         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13479         (gst_multifdsink_add), (gst_multifdsink_remove),
13480         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13481         (gst_multifdsink_remove_client_link),
13482         (gst_multifdsink_client_queue_data),
13483         (gst_multifdsink_client_queue_caps),
13484         (gst_multifdsink_client_queue_buffer),
13485         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13486         (gst_multifdsink_stop):
13487         * gst/tcp/gstmultifdsink.h:
13488         0.8 backporting.
13489
13490         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13491         Also draw image when not from a pool.
13492
13493 2005-07-14  Wim Taymans  <wim@fluendo.com>
13494
13495         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13496         (mute_stream), (silence_stream):
13497         Small debug additions.
13498
13499 2005-07-14  Wim Taymans  <wim@fluendo.com>
13500
13501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13502         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13503         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13504         Better error recovery, ignore unconnected pads and
13505         non-fatal errors.
13506
13507 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13508
13509         * docs/libs/tmpl/gstaudio.sgml:
13510         * docs/libs/tmpl/gstcolorbalance.sgml:
13511         * docs/libs/tmpl/gstgconf.sgml:
13512         * docs/libs/tmpl/gstmixer.sgml:
13513         * docs/libs/tmpl/gstringbuffer.sgml:
13514         * docs/libs/tmpl/gsttuner.sgml:
13515         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13516         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13517         (gst_tcpclientsrc_class_init):
13518         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13519         (gst_tcpserversrc_class_init):
13520         * sys/v4l/gstv4lelement.c:
13521           more autistic cleanliness in functions/names/defines
13522
13523 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13524
13525         * configure.ac:
13526           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13527           added manually to each Makefile.am so we are sure it goes
13528           *last* and doesn't add -L flags before linking in libs of our
13529           own, like, say, internal .la libs, that then accidentally pick
13530           up the installed copy.
13531         * docs/libs/Makefile.am:
13532         * ext/alsa/Makefile.am:
13533         * ext/cdparanoia/Makefile.am:
13534         * ext/gnomevfs/Makefile.am:
13535         * ext/libvisual/Makefile.am:
13536         * ext/ogg/Makefile.am:
13537         * ext/theora/Makefile.am:
13538         * ext/vorbis/Makefile.am:
13539         * gst-libs/gst/video/Makefile.am:
13540         * gst/adder/Makefile.am:
13541         * gst/audioconvert/Makefile.am:
13542         * gst/audiorate/Makefile.am:
13543         * gst/audioscale/Makefile.am:
13544         * gst/ffmpegcolorspace/Makefile.am:
13545         * gst/playback/Makefile.am:
13546         * gst/sine/Makefile.am:
13547         * gst/subparse/Makefile.am:
13548         * gst/tags/Makefile.am:
13549         * gst/tcp/Makefile.am:
13550         * gst/typefind/Makefile.am:
13551         * gst/videorate/Makefile.am:
13552         * gst/videoscale/Makefile.am:
13553         * gst/videotestsrc/Makefile.am:
13554         * gst/volume/Makefile.am:
13555         * sys/v4l/Makefile.am:
13556         * sys/ximage/Makefile.am:
13557         * sys/xvimage/Makefile.am:
13558           adapt properly to this change. This should make sure that
13559           plugins and libs properly link to the as-yet-uninstalled
13560           copies of stuff like libgstinterfaces and libgstvideo
13561
13562 2005-07-13  Andy Wingo  <wingo@pobox.com>
13563
13564         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13565         (gst_v4lsrc_fixate): Fixate on format as well.
13566
13567         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13568         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13569         buffer points to it.
13570         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13571         rather just doing X calls ourselves. Also fixes a memleak.
13572
13573 2005-07-12  Andy Wingo  <wingo@pobox.com>
13574
13575         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13576         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13577         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13578         TRUE to avoid deadlocks if an element holds on to our buffers.
13579
13580 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13581
13582         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13583         (gst_sinesrc_init), (gst_sinesrc_create),
13584         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13585         (gst_sinesrc_start):
13586         * gst/sine/gstsinesrc.h:
13587           removing num-buffers property before moving it
13588
13589 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13590
13591         * configure.ac:
13592           use overridable ERROR_CFLAGS
13593         * docs/libs/gst-plugins-base-libs.types:
13594         * docs/libs/tmpl/gstringbuffer.sgml:
13595         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13596         (gst_alsasink_class_init):
13597         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13598         (gst_alsasrc_class_init):
13599         * gst-libs/gst/audio/audio.h:
13600         * gst-libs/gst/audio/gstaudioclock.h:
13601         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13602         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13603         (gst_audio_filter_link), (gst_audio_filter_init),
13604         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13605         (gst_audio_filter_get_property),
13606         (gst_audio_filter_class_add_pad_templates):
13607         * gst-libs/gst/audio/gstaudiofilter.h:
13608         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13609         (gst_audio_filter_template_get_type),
13610         (gst_audio_filter_template_base_init),
13611         (gst_audio_filter_template_class_init),
13612         (gst_audio_filter_template_init),
13613         (gst_audio_filter_template_set_property),
13614         (gst_audio_filter_template_get_property), (plugin_init),
13615         (gst_audio_filter_template_setup),
13616         (gst_audio_filter_template_filter),
13617         (gst_audio_filter_template_filter_inplace):
13618         * gst-libs/gst/audio/gstaudiosink.c:
13619         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13620         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13621         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13622         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13623         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13624         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13625         * gst-libs/gst/audio/gstaudiosink.h:
13626         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13627         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13628         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13629         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13630         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13631         (gst_audio_src_class_init), (gst_audio_src_init),
13632         (gst_audio_src_create_ringbuffer):
13633         * gst-libs/gst/audio/gstaudiosrc.h:
13634         * gst-libs/gst/audio/gstbaseaudiosink.c:
13635         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13636         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13637         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13638         (gst_base_audio_sink_set_property),
13639         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13640         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13641         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13642         (gst_base_audio_sink_create_ringbuffer),
13643         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13644         * gst-libs/gst/audio/gstbaseaudiosink.h:
13645         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13646         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13647         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13648         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13649         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13650         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13651         (gst_base_audio_src_event), (gst_base_audio_src_create),
13652         (gst_base_audio_src_create_ringbuffer),
13653         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13654         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13656         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13657         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13658         (gst_ring_buffer_debug_spec_caps),
13659         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13660         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13661         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13662         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13663         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13664         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13665         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13666         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13667         (gst_ring_buffer_clear):
13668         * gst-libs/gst/audio/gstringbuffer.h:
13669         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13670         (gst_video_sink_class_init), (gst_video_sink_get_type):
13671         * gst-libs/gst/video/videosink.h:
13672         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13673         (gst_multifdsink_class_init),
13674         (gst_multifdsink_handle_client_write),
13675         (gst_multifdsink_change_state):
13676         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13677         (gst_tcpclientsink_setcaps):
13678         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13679         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13680         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13681         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13682         (gst_ximagesink_send_pending_navigation),
13683         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13684         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13686         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13687         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13688         (gst_xvimagesink_send_pending_navigation),
13689         (gst_xvimagesink_navigation_send_event),
13690         (gst_xvimagesink_set_xwindow_id),
13691         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13692         (gst_xvimagesink_get_type):
13693         more macro splitting
13694
13695 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13696
13697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13698           plug a memleak, allows me to import 1479 albums in one go
13699           in jamboree
13700         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13701         (vorbis_handle_type_packet), (vorbis_dec_chain),
13702         (vorbis_dec_change_state):
13703           fix some format strings
13704
13705 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13706
13707         * docs/libs/tmpl/gstcolorbalance.sgml:
13708         * docs/libs/tmpl/gstmixer.sgml:
13709         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13710         (gst_alsasink_set_property), (gst_alsasink_get_property):
13711         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13712         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13713           add device property
13714
13715 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13716
13717         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13718         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13719         (audiocast_register_listener), (audiocast_thread_run),
13720         (gst_gnomevfssrc_send_additional_headers_callback),
13721         (gst_gnomevfssrc_received_headers_callback),
13722         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13723         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13724         (gst_gnomevfssrc_get_size):
13725           add/clean up debugging
13726         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13727           cleanups
13728
13729 2005-07-07  Andy Wingo  <wingo@pobox.com>
13730
13731         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13732         framerate. Need to get a handle on when exactly this function is
13733         called, tho.
13734
13735         * sys/v4l/v4lsrc_calls.h:
13736         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13737         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13738         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13739
13740         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13741         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13742         v4lelements are sources.
13743
13744         * sys/v4l/gstv4lxoverlay.h:
13745         * sys/v4l/gstv4lxoverlay.c:
13746         * sys/v4l/gstv4ltuner.h:
13747         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13748         
13749         * sys/v4l/gstv4lsrc.h:
13750         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13751         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13752         or something should handle that. Made a live source.
13753
13754         * sys/v4l/gstv4lelement.h:
13755         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13756         signals. Some cleanups.
13757
13758         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13759
13760         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13761         stuff.
13762
13763         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13764         stuff.
13765
13766         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13767
13768 2005-07-07  Wim Taymans  <wim@fluendo.com>
13769
13770         * ext/theora/theoradec.c: (theora_get_query_types),
13771         (theora_dec_src_getcaps), (theora_dec_push):
13772         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13774         Remove deprecated/unused query types.
13775
13776 2005-07-06  Wim Taymans  <wim@fluendo.com>
13777
13778         * ext/alsa/Makefile.am:
13779         * ext/alsa/gstalsaplugin.c: (plugin_init):
13780         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13781         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13782         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13783         (gst_alsasrc_class_init), (gst_alsasrc_init),
13784         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13785         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13786         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13787         (gst_alsasrc_reset):
13788         * ext/alsa/gstalsasrc.h:
13789         * gst-libs/gst/audio/Makefile.am:
13790         * gst-libs/gst/audio/gstaudiosink.c:
13791         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13792         (gst_audioringbuffer_start):
13793         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13794         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13795         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13796         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13797         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13798         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13799         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13800         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13801         * gst-libs/gst/audio/gstaudiosrc.h:
13802         * gst-libs/gst/audio/gstbaseaudiosink.c:
13803         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13804         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13805         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13806         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13807         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13808         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13809         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13810         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13811         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13812         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13813         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13814         (gst_baseaudiosrc_change_state):
13815         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13816         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13817         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13818         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13819         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13820         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13821         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13822         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13823         * gst-libs/gst/audio/gstringbuffer.h:
13824         Added audiosource base classes.
13825         Ported alsasrc, still very basic.
13826
13827 2005-07-06  Wim Taymans  <wim@fluendo.com>
13828
13829         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13830         (theora_dec_push), (theora_handle_data_packet):
13831         Prepare for better timestamp fix later.
13832
13833         * gst/audioconvert/gstaudioconvert.c:
13834         List most accurate caps first
13835
13836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13837         Use proper pad task function.
13838
13839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13840         (gst_xvimagesink_show_frame):
13841         Fix deadlock when alloc failed.
13842
13843 2005-07-05  Andy Wingo  <wingo@pobox.com>
13844
13845         * ext/gnomevfs/gstgnomevfssrc.c:
13846         * gst/sine/gstsinesrc.c:
13847         * gst/tcp/gsttcpserversrc.c:
13848         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13849
13850         * sys/v4l/: Port from 0.8.
13851
13852         * Many files: Null if we got it....
13853
13854 2005-07-05  Andy Wingo  <wingo@pobox.com>
13855
13856         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13857         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13858         Signedness fixes.
13859
13860 2005-07-05  Wim Taymans  <wim@fluendo.com>
13861
13862         * configure.ac:
13863         * gst/tcp/Makefile.am:
13864         * gst/tcp/README:
13865         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13866         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13867         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13868         (is_sync_frame), (gst_multifdsink_handle_client_write),
13869         (gst_multifdsink_render), (gst_multifdsink_start),
13870         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13871         * gst/tcp/gstmultifdsink.h:
13872         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13873         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13874         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13875         * gst/tcp/gsttcp.h:
13876         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13877         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13878         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13879         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13880         * gst/tcp/gsttcpclientsink.h:
13881         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13882         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13883         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13884         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13885         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13886         * gst/tcp/gsttcpclientsrc.h:
13887         * gst/tcp/gsttcpplugin.c: (plugin_init):
13888         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13889         * gst/tcp/gsttcpserversink.h:
13890         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13891         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13892         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13893         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13894         (gst_tcpserversrc_stop):
13895         * gst/tcp/gsttcpserversrc.h:
13896         * gst/tcp/gsttcpsink.c:
13897         * gst/tcp/gsttcpsink.h:
13898         * gst/tcp/gsttcpsrc.c:
13899         * gst/tcp/gsttcpsrc.h:
13900         Ported tcp plugins to 0.9. 
13901         
13902
13903 2005-07-05  Andy Wingo  <wingo@pobox.com>
13904
13905         * gst/playback/gstplaybasebin.c (fill_buffer):
13906         message_new_application fixen.
13907
13908         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13909         Style fix.
13910
13911 2005-07-04  Wim Taymans  <wim@fluendo.com>
13912
13913         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13914         Set caps on output buffer.
13915
13916 2005-07-04  Andy Wingo  <wingo@pobox.com>
13917
13918         * ext/gnomevfs/gstgnomevfssrc.c
13919         (gst_gnomevfssrc_received_headers_callback) 
13920         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13921         hopefully.
13922
13923         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13924         No refcount leakage.
13925
13926         * configure.ac: Enable -Werror.
13927         
13928         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13929         * gst/audioconvert/bufferframesconvert.c
13930         (buffer_frames_convert_fixate):
13931         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13932         (gst_audio_convert_fixate):
13933         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13934         (gst_sinesrc_create): Fixate func changes.
13935         
13936         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13937         (gst_ximagesink_buffer_alloc): Unused var.
13938
13939 2005-07-01  Andy Wingo  <wingo@pobox.com>
13940
13941         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13942         getcaps to do explicit caps. Needs to be done in all decoders,
13943         possibly via a base class.
13944
13945         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13946
13947         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13948         caps on the sink pad, just rely on the pad template. Also, setting
13949         ANY caps on a pad is not valid because the caps are not fixed.
13950
13951         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13952         caps on the buffer, and get the width from the desired_caps if
13953         they're set.
13954         (gst_ximagesink_renegotiate_size): Implement via setting the
13955         desired_caps on the ximagesink.
13956         (gst_ximagesink_setcaps): Only reset the width of the player if it
13957         wasn't already set. Not sure if this is right.
13958         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13959
13960         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13961         that the user wants. NULL unless the window has been resized.
13962
13963         * gst/volume/gstvolume.c (volume_transform): Adapt to
13964         basetransform refcount changes.
13965         
13966 2005-07-01  Andy Wingo  <wingo@pobox.com>
13967
13968         * gst/videoscale/gstvideoscale.c:
13969         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13970         from BaseTransform, implements a transform_caps. Removed dead code
13971         including some PAR stuff that was never reached -- should probably
13972         be added back somehow.
13973
13974 2005-07-01  Andy Wingo  <wingo@pobox.com>
13975
13976         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13977         come later.
13978
13979 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13980
13981         * configure.ac:
13982         * docs/libs/Makefile.am:
13983         * docs/libs/gst-plugins-libs.types:
13984         * ext/alsa/Makefile.am:
13985         * ext/alsa/gstalsamixer.h:
13986         * ext/alsa/gstalsamixeroptions.h:
13987         * ext/alsa/gstalsamixertrack.h:
13988         * gst-libs/gst/Makefile.am:
13989         * gst-libs/gst/colorbalance/.cvsignore:
13990         * gst-libs/gst/colorbalance/Makefile.am:
13991         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13992         * gst-libs/gst/colorbalance/colorbalance.c:
13993         * gst-libs/gst/colorbalance/colorbalance.h:
13994         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13995         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13996         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13997         * gst-libs/gst/interfaces/Makefile.am:
13998         * gst-libs/gst/interfaces/colorbalance.c:
13999         (gst_color_balance_class_init):
14000         * gst-libs/gst/interfaces/colorbalance.h:
14001         * gst-libs/gst/interfaces/interfaces-marshal.list:
14002         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14003         * gst-libs/gst/interfaces/mixer.h:
14004         * gst-libs/gst/interfaces/mixeroptions.h:
14005         * gst-libs/gst/interfaces/navigation.c:
14006         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14007         * gst-libs/gst/interfaces/tuner.h:
14008         * gst/volume/Makefile.am:
14009         * gst/volume/gstvolume.c:
14010         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14011         * sys/ximage/Makefile.am:
14012         * sys/ximage/ximagesink.c:
14013         * sys/xvimage/Makefile.am:
14014         * sys/xvimage/xvimagesink.c:
14015           fold in all interfaces into an interfaces dir, preserving CVS
14016           history
14017
14018 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14019
14020         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14021           Fix build after riff changes.
14022
14023 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14024
14025         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14026         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14027         (gst_riff_create_video_template_caps),
14028         (gst_riff_create_audio_template_caps),
14029         (gst_riff_create_iavs_template_caps):
14030         * gst-libs/gst/riff/riff-media.h:
14031         * gst-libs/gst/riff/riff-read.h:
14032         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14033           Add gst_riff_init() to initialize the debug category, instead
14034           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14035
14036 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14037
14038         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14039           Oops, I shouldn't apply hacks.
14040
14041 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14042
14043         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14044           Remove pad_loop function which doesn't work.
14045
14046 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14047
14048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14049           Send EOS when deactivating.
14050         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14051         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14052         (gen_preroll_element), (probe_triggered), (mute_stream),
14053         (silence_stream), (new_decoded_pad), (setup_substreams),
14054         (set_active_source):
14055         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14056         (remove_sinks), (add_sink):
14057         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14058           Change for new probe API.
14059
14060 2005-06-29  Wim Taymans  <wim@fluendo.com>
14061
14062         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14063         * gst-libs/gst/audio/gstbaseaudiosink.c:
14064         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14065         (gst_baseaudiosink_change_state):
14066         * gst-libs/gst/audio/gstbaseaudiosink.h:
14067         * gst-libs/gst/audio/gstringbuffer.c:
14068         (gst_ringbuffer_set_callback):
14069         Fix compilation error.
14070         Ringbuffer starts out as not running.
14071         Free our clock in dispose.
14072         When releasing the ringbuffer we need to renegotiate so
14073         clear the pad caps.
14074
14075 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14076
14077         * autogen.sh:
14078         * configure.ac:
14079         * docs/Makefile.am:
14080         * docs/libs/Makefile.am:
14081         * docs/libs/gst-plugins-libs-docs.sgml:
14082         * docs/libs/gst-plugins-libs-sections.txt:
14083         * docs/libs/gst-plugins-libs.types:
14084         * docs/libs/tmpl/gstaudio.sgml:
14085         * docs/libs/tmpl/gstcolorbalance.sgml:
14086         * docs/libs/tmpl/gstringbuffer.sgml:
14087         * gst-libs/gst/audio/gstringbuffer.c:
14088         (gst_ringbuffer_set_callback):
14089           reinstate gtk-doc docs for plugin libs
14090
14091 2005-06-28  Wim Taymans  <wim@fluendo.com>
14092
14093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14094         (gst_ogg_demux_init):
14095         Removed pad loop function.
14096
14097 2005-06-28  Wim Taymans  <wim@fluendo.com>
14098
14099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14100         If we're building a chain we are not in an error case
14101         when we queue a buffer.
14102
14103 2005-06-28  Andy Wingo  <wingo@pobox.com>
14104
14105         * *.c: Don't cast to GstObject before reffing/unreffing.
14106
14107 2005-06-27  Andy Wingo  <wingo@pobox.com>
14108
14109         * gst/videotestsrc/gstvideotestsrc.c
14110         (gst_videotestsrc_activate_push): Activation API changes.
14111
14112         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14113         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14114         they have refs on the decodebin.
14115
14116         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14117         parent class.
14118         (gst_ogg_pad_typefind): Don't leak a pad ref.
14119         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14120         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14121         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14122
14123 2005-06-27  Edward Hervey  <edward@fluendo.com>
14124
14125         * ext/theora/theoradec.c: (theora_dec_change_state): 
14126         re-arranged call to parent's state change in order to avoid locks (or
14127         worse).
14128
14129 2005-06-26  Edward Hervey  <edward@fluendo.com>
14130
14131         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14132         2nd argument of 'unknow-type' signal is a GstCaps and not a
14133         GstMiniObject
14134
14135 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14136         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14137           Set the worker thread's running flag to TRUE before starting the
14138           thread.
14139         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14140           Catch a failure to add typefind to the bin.
14141
14142 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14143
14144         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14145         (gst_sinesrc_init), (gst_sinesrc_create),
14146         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14147         (gst_sinesrc_start):
14148         * gst/sine/gstsinesrc.h:
14149           add num-buffers and timestamp-offset properties
14150         * gst/videotestsrc/gstvideotestsrc.c:
14151         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14152         (gst_videotestsrc_get_property):
14153           add timestamp-offset property
14154
14155 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14156
14157         * configure.ac: add videorate
14158         * gst-plugins-base.spec.in: add videorate
14159
14160 2005-06-23  Wim Taymans  <wim@fluendo.com>
14161
14162         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14163         (gst_videorate_getcaps), (gst_videorate_setcaps),
14164         (gst_videorate_event), (gst_videorate_chain):
14165         Fixed videorate, fixating an already fixated caps is not
14166         an error.
14167
14168 2005-06-23  Wim Taymans  <wim@fluendo.com>
14169
14170         * ext/ogg/README:
14171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14172         Buffer on caps is not boxed anymore.
14173
14174 2005-06-22  Wim Taymans  <wim@fluendo.com>
14175
14176         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14178         Set buffers on caps as miniobjects and not as boxed.
14179
14180 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14181
14182         * configure.ac:
14183           back to HEAD
14184
14185 === release 0.9.1 ===
14186
14187 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14188
14189         * .cvsignore:
14190         * NEWS:
14191         * README:
14192         * RELEASE:
14193         * configure.ac:
14194         * po/af.po:
14195         * po/az.po:
14196         * po/cs.po:
14197         * po/en_GB.po:
14198         * po/hu.po:
14199         * po/it.po:
14200         * po/nb.po:
14201         * po/nl.po:
14202         * po/or.po:
14203         * po/sq.po:
14204         * po/sr.po:
14205         * po/sv.po:
14206         * po/uk.po:
14207         * po/vi.po:
14208           updates for release
14209
14210 2005-06-09  Andy Wingo  <wingo@pobox.com>
14211
14212         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14213         
14214 2005-06-09  Andy Wingo  <wingo@pobox.com>
14215
14216         * configure.ac:
14217         * gst-libs/gst/Makefile.am:
14218         * gst-libs/gst/net/Makefile.am:
14219         Add gstnet to build.
14220
14221 2005-06-09  Andy Wingo  <wingo@pobox.com>
14222
14223         * gst-libs/gst/gconf/gconf.c:
14224         * gst/playback/test.c:
14225         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14226         fixes.
14227
14228         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14229
14230         * ext/theora/theoraenc.c (theora_enc_chain): 
14231         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14232
14233         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14234         RealPad.
14235
14236 2005-06-02  Wim Taymans  <wim@fluendo.com>
14237
14238         * gst-libs/gst/net/Makefile.am:
14239         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14240         * pkgconfig/gstreamer-libs.pc.in:
14241         Added net stuff, version net lib.
14242
14243 2005-06-02  Wim Taymans  <wim@fluendo.com>
14244
14245         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14246         (query_rates), (query_positions_elems), (query_positions_pads),
14247         (do_seek):
14248         Updated seek example.
14249
14250 2005-06-02  Andy Wingo  <wingo@pobox.com>
14251
14252         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14253         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14254         list.
14255
14256         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14257         remove the typefind, the bin dispose will do it for us. When it's
14258         removed and unreffed, the signal handler will be disconnected,
14259         too.
14260         (unlinked): It's too difficult to disconnect from unlinked
14261         handlers, as they are on pads not elements. Just punt if the pads
14262         aren't grandkids of the bin.
14263
14264 2005-06-02  Wim Taymans  <wim@fluendo.com>
14265
14266         * ext/ogg/README:
14267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14268         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14270         * ext/theora/theoradec.c: (theora_dec_src_query),
14271         (theora_handle_data_packet):
14272         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14273         (theora_enc_chain):
14274         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14275         (vorbis_handle_data_packet):
14276         * gst/audioconvert/bufferframesconvert.c:
14277         (buffer_frames_convert_chain):
14278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14279         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14280         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14281         (gst_ffmpegcsp_chain):
14282         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14283         (gst_videorate_getcaps), (gst_videorate_setcaps),
14284         (gst_videorate_event), (gst_videorate_chain):
14285         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14286         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14287         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14288         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14289         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14290         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14291         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14292         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14293         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14294         Cleanups and buffer alloc.
14295
14296 2005-05-31  Wim Taymans  <wim@fluendo.com>
14297
14298         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14299         Don't try to call the delay method when the device is not
14300         opened.
14301
14302 2005-05-31  Wim Taymans  <wim@fluendo.com>
14303
14304         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14305         Get actual segment size and buffer size after opening
14306         the device.
14307
14308 2005-05-30  Wim Taymans  <wim@fluendo.com>
14309
14310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14311         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14312         Also FLUSH upstream, makes the loop function exit faster.
14313         
14314         * ext/theora/theoradec.c: (theora_dec_src_query):
14315         Some more debug info in the query.
14316         
14317         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14318         (gst_ximagesink_setcaps):
14319         Release lock on par error, better error reporting.
14320
14321 2005-05-26  Wim Taymans  <wim@fluendo.com>
14322
14323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14324         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14325         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14326         Clear chains in READY
14327         Queue packets until the chain is activated.
14328
14329 2005-05-25  Wim Taymans  <wim@fluendo.com>
14330
14331         * gst-libs/gst/audio/gstaudiosink.c:
14332         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14333         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14334         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14335         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14336         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14337         (gst_audiosink_create_ringbuffer):
14338         * gst-libs/gst/audio/gstbaseaudiosink.c:
14339         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14340         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14341         (gst_baseaudiosink_set_property), (build_linear_format),
14342         (debug_spec_caps), (debug_spec_buffer),
14343         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14344         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14345         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14346         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14347         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14348         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14349         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14350         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14351         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14352         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14353         (wait_segment), (gst_ringbuffer_commit),
14354         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14355         (gst_ringbuffer_clear):
14356         Various small cleanups.
14357
14358         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14359         (gst_audio_convert_change_state):
14360         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14361         No need to take the locks anymore.
14362
14363 2005-05-25  Wim Taymans  <wim@fluendo.com>
14364
14365         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14366         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14367         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14368         (type_found):
14369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14370         (group_destroy), (group_commit), (queue_overrun),
14371         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14372         (mute_stream), (new_decoded_pad), (setup_substreams),
14373         (setup_source), (mute_group_type), (set_active_source),
14374         (gst_play_base_bin_change_state):
14375         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14376         (gen_video_element), (gen_text_element), (gen_audio_element),
14377         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14378         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14379         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14380         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14381         Some playbin cleanups mostly refcounting sloppyness.
14382
14383 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14384
14385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14386           Work with streaming input.
14387
14388 2005-05-25  Wim Taymans  <wim@fluendo.com>
14389
14390         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14391         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14392         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14393         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14394         No need to take the STREAM lock anymore.
14395
14396 2005-05-25  Wim Taymans  <wim@fluendo.com>
14397
14398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14399         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14400         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14401         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14402         (gst_ogg_demux_sink_activate):
14403         * ext/theora/theoradec.c: (theora_dec_src_event),
14404         (theora_handle_comment_packet), (theora_dec_chain),
14405         (theora_dec_change_state):
14406         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14407         (vorbis_handle_data_packet), (vorbis_dec_chain),
14408         (vorbis_dec_change_state):
14409         Remove STREAM locks as they are taken in core now.
14410         Never set bogus granulepos on vorbis/theora.
14411         Fix leaks in theoradec tag parsing.
14412
14413 2005-05-25  Wim Taymans  <wim@fluendo.com>
14414
14415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14416         Fix memleaks, GST_BUFFER_DATA() is not freed.
14417
14418 2005-05-25  Wim Taymans  <wim@fluendo.com>
14419
14420         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14421         Open non-blocking, set to blocking mode afterwards to avoid
14422         lockups when audio device is busy.
14423
14424 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14425
14426         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14427           This can't be good.
14428
14429 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14430
14431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14432         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14433         (gst_audio_convert_setcaps):
14434           Implement instant setup switching.
14435
14436 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14437
14438         * gst/playback/gstplaybasebin.c: (probe_triggered):
14439           Fix missing unlock.
14440         * gst/playback/gstplaybin.c: (add_sink):
14441           First add, then link (otherwise pad link fails).
14442
14443 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14444
14445         * examples/Makefile.am:
14446         fix buildbot (make distcheck)
14447
14448 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14449
14450         * gst/playback/gstplaybin.c: (gen_vis_element):
14451           Remove some wrong code. Doesn't work yet.
14452
14453 2005-05-19  Wim Taymans  <wim@fluendo.com>
14454
14455         * gst-libs/gst/net/Makefile.am:
14456         * gst-libs/gst/net/README:
14457         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14458         (gst_netbuffer_class_init), (gst_netbuffer_init),
14459         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14460         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14461         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14462         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14463         * gst-libs/gst/net/gstnetbuffer.h:
14464         Added buffer subclass to store extra to/from addresses for
14465         network sources/sinks.
14466
14467 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14468
14469         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14470           Don't lock an unassigned variable.
14471
14472 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14473
14474         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14475           Increase buffer for video, decrease buffer for other media types.
14476         * gst/playback/gstplaybin.c: (gen_video_element),
14477         (gen_audio_element):
14478           Change names for debugging purposes.
14479
14480 2005-05-18  Wim Taymans  <wim@fluendo.com>
14481
14482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14483         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14484         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14485         (gst_ffmpegcsp_chain):
14486         Enable buffer alloc passthrough if the source and dest
14487         formats are the same.
14488
14489 2005-05-17  Wim Taymans  <wim@fluendo.com>
14490
14491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14492         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14493         (gst_ogg_demux_chain_unlocked):
14494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14495         (gst_audio_convert_caps_remove_format_info),
14496         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14497         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14498         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14499         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14500         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14501         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14502         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14503         (gst_ffmpegcsp_get_property):
14504         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14505         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14506         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14507         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14508         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14509         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14510         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14511         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14512         Leak fixes in oggdemux.
14513         Some cleanups in audioconvert.
14514         Make passthrough work along with buffer_alloc etc.
14515         Make buffer_alloc and buffer recycling actually work in
14516         xvimagesink.
14517
14518 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14519
14520         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14521           make the compiler happy
14522
14523 2005-05-17  Wim Taymans  <wim@fluendo.com>
14524
14525         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14526         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14527         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14528         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14529         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14530         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14531         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14532         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14533         (gst_xvimagesink_set_xwindow_id):
14534         * sys/xvimage/xvimagesink.h:
14535         Port xvimagesink to new MiniObject.
14536
14537 2005-05-17  Wim Taymans  <wim@fluendo.com>
14538
14539         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14540         (gst_audiofilter_chain):
14541         * gst-libs/gst/audio/gstaudiosink.c:
14542         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14543         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14544         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14545         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14546         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14547         (gst_audiosink_create_ringbuffer):
14548         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14549         (gst_audio_convert_caps_remove_format_info),
14550         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14551         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14553         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14554         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14555         Fix passthrough in ffmpegcolorspace.
14556         Fix memset in audiosink on wrong memory.
14557
14558 2005-05-16  David Schleef  <ds@schleef.org>
14559
14560         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14561         to GstMiniObject.
14562
14563 2005-05-16  David Schleef  <ds@schleef.org>
14564
14565         Port from GstData to GstMiniObject.
14566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14568         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14569         (gst_ogg_mux_collected):
14570         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14571         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14572         (theora_handle_data_packet):
14573         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14574         (theora_set_header_on_caps), (theora_enc_chain):
14575         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14576         (vorbis_handle_comment_packet):
14577         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14578         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14579         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14580         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14581         * gst/audioconvert/gstaudioconvert.c:
14582         (gst_audio_convert_get_buffer):
14583         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14584         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14585         (mute_stream), (silence_stream):
14586         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14587         * gst/volume/gstvolume.c: (volume_transform):
14588         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14589         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14590         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14591         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14592         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14593         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14594         (gst_ximagesink_buffer_alloc):
14595         * sys/ximage/ximagesink.h:
14596
14597 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14598
14599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14600         (fill_buffer), (check_queue), (queue_threshold_reached),
14601         (queue_out_of_data):
14602         * gst/playback/gstplaybasebin.h:
14603           Post buffer-fullness on the bus.
14604
14605 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14606
14607         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14608         (try_to_link_1):
14609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14610         (group_commit), (probe_triggered), (setup_source),
14611         (gst_play_base_bin_change_state):
14612         * gst/playback/gstplaybasebin.h:
14613         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14614         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14615         (gst_play_bin_change_state):
14616           Move setup_output_pads into a virtual function, remove
14617           group-switch (no longer needed) and redirect (handled by bus
14618           now) signals.
14619
14620 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14621
14622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14623         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14624         (get_active_group), (get_building_group), (group_destroy),
14625         (group_commit), (check_queue), (queue_overrun),
14626         (queue_threshold_reached), (queue_out_of_data),
14627         (gen_preroll_element), (remove_groups), (unknown_type),
14628         (add_element_stream), (no_more_pads), (probe_triggered),
14629         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14630         (setup_substreams), (setup_source), (finish_source),
14631         (prepare_output), (muted_group_change_state),
14632         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14633         (gst_play_base_bin_change_state):
14634         * gst/playback/gstplaybasebin.h:
14635         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14636         (gst_play_bin_init), (gst_play_bin_set_property),
14637         (gen_video_element), (gen_text_element), (gen_audio_element),
14638         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14639         (gst_play_bin_change_state):
14640         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14641         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14642         (stream_info_change_state), (gst_stream_info_set_mute),
14643         (gst_stream_info_get_property):
14644         * gst/playback/gststreaminfo.h:
14645         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14646         (gst_stream_selector_get_linked_pad),
14647         (gst_stream_selector_getcaps),
14648         (gst_stream_selector_get_linked_pads),
14649         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14650         * gst/playback/gststreamselector.h:
14651           Rough port of playbin. Needs some more work, but is mostly done,
14652           and uses a few locks in important places, which should make stuff
14653           like chain-switches clean. Still uses GST_STATE() in a few places,
14654           which isn't all that good an idea, subtitles/elements disabled
14655           because no elements to test with and thus probably broken, query
14656           and event handling moved to GstBin, internal thread removed
14657           alltogether because the pipeline does that for us now. Can play
14658           Ogg/Vorbis files. Haven't tested anything else yet.
14659
14660 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14661
14662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14663           Do no-more-pads (needed for autoplugging).
14664
14665 2005-05-10  Andy Wingo  <wingo@pobox.com>
14666
14667         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14668         message to the bus with the tags. Still not sent downstream tho.
14669
14670         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14671         get_parent.
14672         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14673         avoid refcounting hassles.
14674
14675 2005-05-09  Andy Wingo  <wingo@pobox.com>
14676
14677         * gst/volume/Makefile.am:
14678         * gst/volume/demo.c
14679         * gst/volume/gstvolume.h
14680         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14681         basetransform. Probably need an audio filter base class.
14682
14683 2005-05-09  Wim Taymans  <wim@fluendo.com>
14684
14685         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14686         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14687         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14688         (gst_vorbisenc_chain):
14689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14690         (gst_audio_convert_caps_remove_format_info),
14691         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14692         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14693         Make caps writable before writing to it.
14694         Fix negotiation in audioconvert some more.
14695
14696 2005-05-09  Wim Taymans  <wim@fluendo.com>
14697
14698         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14699         (gst_videorate_getcaps), (gst_videorate_setcaps),
14700         (gst_videorate_event), (gst_videorate_chain):
14701         Better negotiation.
14702
14703 2005-05-09  Wim Taymans  <wim@fluendo.com>
14704
14705         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14706         (gst_videorate_getcaps), (gst_videorate_setcaps),
14707         (gst_videorate_blank_data), (gst_videorate_init),
14708         (gst_videorate_event), (gst_videorate_chain),
14709         (gst_videorate_change_state):
14710         Port videorate, do a better job at negotiation while we're at
14711         it.
14712
14713 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14714
14715         * configure.ac:
14716           Disable libvisual
14717
14718         * examples/Makefile.am:
14719         * gst-libs/gst/audio/Makefile.am:
14720         * gst-libs/gst/riff/Makefile.am:
14721         * gst-libs/gst/tag/Makefile.am:
14722         * gst-libs/gst/video/Makefile.am:
14723           Fixups for missing variables.
14724
14725 2005-05-09  Wim Taymans  <wim@fluendo.com>
14726
14727         * examples/seeking/seek.c: (make_theora_pipeline),
14728         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14729         (query_rates), (query_positions_elems), (query_positions_pads),
14730         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14732         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14733         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14734         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14735         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14737         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14738         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14739         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14740         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14741         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14742         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14743         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14744         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14745         (theora_dec_src_convert), (theora_dec_sink_convert),
14746         (theora_dec_src_query), (theora_dec_sink_query),
14747         (theora_dec_src_event), (theora_dec_sink_event),
14748         (theora_handle_comment_packet), (theora_handle_type_packet),
14749         (theora_handle_header_packet), (theora_handle_data_packet),
14750         (theora_dec_chain):
14751         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14752         (vorbis_dec_convert), (vorbis_dec_src_query),
14753         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14754         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14755         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14756         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14758         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14759         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14760         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14761         (gst_play_bin_query):
14762         * gst/playback/test3.c: (update_scale):
14763         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14764         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14765         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14766         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14767         (gst_videotestsrc_src_query):
14768         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14769         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14770         (paint_hline_YUV9):
14771         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14772         Port to new query API.
14773         Updated seek.
14774         Cleanups in x[v]imagesink
14775
14776 2005-05-09  Andy Wingo  <wingo@pobox.com>
14777
14778         * ext/alsa/gstalsasink.h:
14779         * ext/gnomevfs/gstgnomevfssrc.c:
14780         (gst_gnomevfssrc_get_icy_metadata):
14781         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14782         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14783         * ext/theora/theoradec.c (theora_dec_src_query)
14784         (theora_dec_src_event, theora_dec_sink_event)
14785         (theora_handle_comment_packet, theora_handle_data_packet):
14786         * ext/theora/theoraenc.c (theora_enc_chain):
14787         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14788         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14789         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14790         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14791         (qt_type_find):
14792         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14793         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14794         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14795         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14796         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14797         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14798         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14799         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14800         (paint_setup_RGB565, paint_setup_xRGB1555):
14801         * gst/videotestsrc/videotestsrc.h:
14802         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14803         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14804         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14805         GCC4 fixes.
14806         
14807         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14808         gst_pad_query_position. Fixes oggdemux.
14809
14810 2005-05-08  David Schleef  <ds@schleef.org>
14811
14812         * configure.ac: Require liboil.
14813         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14814         a few more.
14815         * gst/videotestsrc/videotestsrc.c:
14816         * gst/videotestsrc/videotestsrc.h:
14817
14818 2005-05-06  Wim Taymans  <wim@fluendo.com>
14819
14820         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14821         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14822         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14823         Well, unreffing a buffer right before pushing it is asking
14824         for trouble..
14825
14826 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14827
14828         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14829
14830 2005-05-06  Wim Taymans  <wim@fluendo.com>
14831
14832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14833         (gst_audio_convert_caps_remove_format_info),
14834         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14835         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14837         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14838         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14839         * gst/sine/Makefile.am:
14840         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14841         (gst_sinesrc_class_init), (gst_sinesrc_init),
14842         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14843         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14844         (gst_sinesrc_update_freq):
14845         * gst/sine/gstsinesrc.h:
14846         * gst/tcp/gstmultifdsink.c:
14847         * sys/xvimage/xvimagesink.c:
14848         Fixed negotiation wrt _peer_get_caps()
14849         Some cleanups.
14850
14851
14852 2005-05-06  Wim Taymans  <wim@fluendo.com>
14853
14854         * gst-libs/gst/audio/gstaudiosink.c:
14855         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14856         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14857         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14858         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14859         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14860         (gst_audiosink_create_ringbuffer):
14861         * gst-libs/gst/audio/gstbaseaudiosink.c:
14862         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14863         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14864         (gst_baseaudiosink_set_property), (build_linear_format),
14865         (debug_spec_caps), (debug_spec_buffer),
14866         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14867         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14868         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14869         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14870         * gst-libs/gst/audio/gstbaseaudiosink.h:
14871         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14872         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14873         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14874         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14875         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14876         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14877         (wait_segment), (gst_ringbuffer_commit),
14878         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14879         (gst_ringbuffer_clear):
14880         * gst-libs/gst/audio/gstringbuffer.h:
14881         Make the base audiosink return an error when there is no
14882         audiobuffer negotiated.
14883
14884 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14885
14886         * ext/Makefile.am:
14887         Disable cdparanoia until someone ports it!
14888
14889 2005-05-06  Wim Taymans  <wim@fluendo.com>
14890
14891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14892         (gst_ogg_demux_sink_activate):
14893         And revert after wingo's revert.. sigh..
14894
14895 2005-05-05  Andy Wingo  <wingo@pobox.com>
14896
14897         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14898         GObject.
14899         * configure.ac: Return audiorate and subparse from the ghetto.
14900         Re-enable -Wall -Werror.
14901         * gst/subparse/gstsubparse.c:
14902         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14903         or chain-based. Cleaned up a bit. Not tested.
14904         
14905 2005-05-05  Christian Schaller <christian@fluendo.com> 
14906
14907         * Makefile.am: remove stuff that is not building
14908         * configure.ac: remove stuff that is not building
14909         * examples/Makefile.am: remove stuff that is not building
14910         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14911         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14912         * sys/Makefile.am: remove stuff that is not building
14913         * testsuite/Makefile.am: remove stuff that is not building
14914
14915 2005-05-05  Andy Wingo  <wingo@pobox.com>
14916
14917         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14918         * gst-libs/gst/tag/gstvorbistag.c:
14919         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14920         * gst/adder/gstadder.h:
14921         * gst/audioconvert/gstchannelmix.c:
14922         (gst_audio_convert_fill_one_other):
14923         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14924         (gst_audiorate_init), (gst_audiorate_chain):
14925         * gst/playback/gstplaybasebin.c: (setup_source):
14926         * gst/playback/test3.c: (update_scale):
14927         Some GCC4 fixes
14928         
14929         * po/af.po:
14930         * po/az.po:
14931         * po/cs.po:
14932         * po/en_GB.po:
14933         * po/hu.po:
14934         * po/it.po:
14935         * po/nb.po:
14936         * po/nl.po:
14937         * po/or.po:
14938         * po/sq.po:
14939         * po/sr.po:
14940         * po/sv.po:
14941         * po/uk.po:
14942         * po/vi.po: Foo
14943
14944 2005-05-05  Wim Taymans  <wim@fluendo.com>
14945
14946         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14947         (gst_audio_convert_caps_remove_format_info),
14948         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14949         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14950         * gst/videotestsrc/gstvideotestsrc.c:
14951         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14952         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14953         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14954         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14955         Don't ignore _push() return values.
14956         Make sure no processing is done when shutting down.
14957         Videotestsrc pad activation fix.
14958
14959 2005-05-05  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst/adder/Makefile.am:
14962         * gst/adder/gstadder.c: (gst_adder_setcaps),
14963         (gst_adder_class_init), (gst_adder_init),
14964         (gst_adder_request_new_pad), (gst_adder_collected),
14965         (gst_adder_change_state):
14966         * gst/adder/gstadder.h:
14967         Ported adder as an example of a mixer element using
14968         collect pads. Needs more negotiation work.
14969
14970 2005-05-05  Wim Taymans  <wim@fluendo.com>
14971
14972         * ext/theora/theoradec.c: (_inc_granulepos),
14973         (theora_dec_src_event), (theora_dec_sink_event),
14974         (theora_handle_comment_packet), (theora_handle_type_packet),
14975         (theora_handle_header_packet), (theora_handle_data_packet),
14976         (theora_dec_chain):
14977         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14978         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14979         (theora_push_buffer), (theora_push_packet),
14980         (theora_enc_sink_event), (theora_enc_chain),
14981         (theora_enc_change_state), (theora_enc_set_property),
14982         (theora_enc_get_property):
14983         Added stream lock to decoder so that we can serialize
14984         the discont event.
14985         More theoraenc porting, recover from errors, do clean
14986         shutdown.
14987
14988 2005-05-05  Wim Taymans  <wim@fluendo.com>
14989
14990         * ext/ogg/Makefile.am:
14991         * ext/ogg/README:
14992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14993         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14994         (gst_ogg_print):
14995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14996         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14997         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14998         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14999         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15000         (gst_ogg_mux_change_state):
15001         Ported ogg muxer.
15002
15003 2005-05-05  Wim Taymans  <wim@fluendo.com>
15004
15005         * docs/design-audiosinks.txt:
15006         * gst-libs/gst/audio/TODO:
15007         * gst-libs/gst/audio/gstaudiosink.c:
15008         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15009         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15010         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15011         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15012         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15013         (gst_audiosink_create_ringbuffer):
15014         * gst-libs/gst/audio/gstbaseaudiosink.c:
15015         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15016         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15017         (gst_baseaudiosink_set_property), (build_linear_format),
15018         (debug_spec_caps), (debug_spec_buffer),
15019         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15020         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15021         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15022         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15023         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15024         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15025         (gst_ringbuffer_release), (gst_ringbuffer_play),
15026         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15027         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15028         (gst_ringbuffer_set_sample), (wait_segment),
15029         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15030         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15031         More work on the audiosink, mostly debugging and a race in
15032         shutdown.
15033
15034 2005-04-28  Wim Taymans  <wim@fluendo.com>
15035
15036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15037         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15038         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15039         (vorbis_dec_src_query), (vorbis_dec_src_event),
15040         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15041         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15042         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15043         Don't crap out when seeking back to position 0.
15044
15045 2005-04-28  Wim Taymans  <wim@fluendo.com>
15046
15047         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15048         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15049         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15050         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15051         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15052         Make audio sink configurable, use alsasink as default.
15053
15054 2005-04-28  Wim Taymans  <wim@fluendo.com>
15055
15056         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15057         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15058         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15059         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15060         (vorbis_dec_change_state):
15061         * ext/vorbis/vorbisdec.h:
15062         Refactor, use STREAM_LOCK.
15063
15064 2005-04-28  Wim Taymans  <wim@fluendo.com>
15065
15066         * ext/theora/theoradec.c: (_inc_granulepos),
15067         (theora_dec_sink_event), (theora_handle_comment_packet),
15068         (theora_handle_type_packet), (theora_handle_header_packet),
15069         (theora_handle_data_packet), (theora_dec_chain),
15070         (theora_dec_change_state):
15071         Refactor a bit, use STREAM_LOCK.
15072
15073 2005-04-28  Wim Taymans  <wim@fluendo.com>
15074
15075         * ext/alsa/Makefile.am:
15076         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15077         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15078         (gst_alsa_link), (gst_alsa_close_audio):
15079         * ext/alsa/gstalsaplugin.c: (plugin_init):
15080         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15081         (gst_alsasink_dispose), (gst_alsasink_base_init),
15082         (gst_alsasink_class_init), (gst_alsasink_init),
15083         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15084         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15085         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15086         (gst_alsasink_reset):
15087         * ext/alsa/gstalsasink.h:
15088         Implement alsasink with simple open/write/close API. 
15089         Make alsa dir build by disabling compilation of code.
15090
15091 2005-04-28  Wim Taymans  <wim@fluendo.com>
15092
15093         * gst-libs/gst/audio/Makefile.am:
15094         * gst-libs/gst/audio/audio.h:
15095         * gst-libs/gst/audio/audioclock.c:
15096         * gst-libs/gst/audio/audioclock.h:
15097         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15098         (gst_audio_clock_class_init), (gst_audio_clock_init),
15099         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15100         * gst-libs/gst/audio/gstaudioclock.h:
15101         * gst-libs/gst/audio/gstaudiosink.c:
15102         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15103         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15104         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15105         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15106         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15107         (gst_audiosink_create_ringbuffer):
15108         * gst-libs/gst/audio/gstbaseaudiosink.c:
15109         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15110         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15111         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15112         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15113         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15114         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15115         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15116         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15117         * gst-libs/gst/audio/gstbaseaudiosink.h:
15118         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15119         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15120         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15121         (gst_ringbuffer_release), (gst_ringbuffer_play),
15122         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15123         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15124         (gst_ringbuffer_set_sample), (wait_segment),
15125         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15126         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15127         * gst-libs/gst/audio/gstringbuffer.h:
15128         Make ringbuffer faster and more simple by removing the locks
15129         in the playback thread.
15130         Add sample accurate playback based on buffer sample offsets.
15131         Make the baseaudiosink provide a clock.
15132         Parse caps in the base class.
15133         Correctly handle seeking, flushing and state changes.
15134
15135 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15136
15137         * configure.ac:
15138         * gst/audioconvert/Makefile.am:
15139         * gst/audioscale/Makefile.am:
15140           Fix part of the build.  Come on guys, autogen didn't even work :)
15141
15142 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15143
15144         * configure.ac:
15145         * gst-libs/gst/Makefile.am:
15146         * gst-libs/gst/media-info/.cvsignore:
15147         * gst-libs/gst/media-info/Makefile.am:
15148         * gst-libs/gst/media-info/README:
15149         * gst-libs/gst/media-info/media-info-priv.c:
15150         * gst-libs/gst/media-info/media-info-priv.h:
15151         * gst-libs/gst/media-info/media-info-test.c:
15152         * gst-libs/gst/media-info/media-info.c:
15153         * gst-libs/gst/media-info/media-info.h:
15154         * gst-libs/gst/media-info/media-info.vcproj:
15155         * pkgconfig/Makefile.am:
15156         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15157         * pkgconfig/gstreamer-media-info.pc.in:
15158           Remove media-info, which is also successed by playbin (see Totem
15159           implementation).
15160
15161 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15162
15163         * configure.ac:
15164         * examples/Makefile.am:
15165         * examples/gstplay/.cvsignore:
15166         * examples/gstplay/Makefile.am:
15167         * examples/gstplay/player.c:
15168         * gst-libs/gst/Makefile.am:
15169         * gst-libs/gst/play/.cvsignore:
15170         * gst-libs/gst/play/Makefile.am:
15171         * gst-libs/gst/play/play.c:
15172         * gst-libs/gst/play/play.h:
15173         * gst-libs/gst/play/play.vcproj:
15174         * pkgconfig/Makefile.am:
15175         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15176         * pkgconfig/gstreamer-play.pc.in:
15177           Remove libgstplay, playbin is now the official successor.
15178
15179 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15180
15181         * configure.ac:
15182         * gst-libs/gst/Makefile.am:
15183         * gst-libs/gst/xwindowlistener/Makefile.am:
15184         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15185         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15186           Remove deprecated xwindowlistener (I've moved xwindowlistening
15187           in the v4l/v4l2 plugins over to serverside).
15188
15189 2005-04-25  David Schleef  <ds@schleef.org>
15190
15191         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15192         to examples/dynparams.  Examples do not belong interspersed with
15193         source code.
15194         * examples/dynparams/demo-dparams.c:
15195         * gst/sine/Makefile.am:
15196         * gst/sine/demo-dparams.c:
15197
15198 2005-04-25  David Schleef  <ds@schleef.org>
15199
15200         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15201         * gst-libs/gst/audio/Makefile.am:
15202         * gst-libs/gst/riff/Makefile.am:
15203         * gst-libs/gst/tag/Makefile.am:
15204         * gst-libs/gst/video/Makefile.am:
15205         * gst-libs/gst/xwindowlistener/Makefile.am:
15206
15207         Convert to 0.9 API, seems to work:
15208         * sys/ximage/Makefile.am:
15209         * sys/ximage/ximagesink.c:
15210
15211 2005-04-24  David Schleef  <ds@schleef.org>
15212
15213         Link plugins against libraries:
15214         * ext/alsa/Makefile.am:
15215         * gst/tcp/Makefile.am:
15216
15217         Remove asm code that should be in liboil
15218         * gst/videoscale/Makefile.am:
15219         * gst/videoscale/videoscale_x86_asm.s:
15220
15221         gettext wants these checked in:
15222         * po/af.po:
15223         * po/az.po:
15224         * po/cs.po:
15225         * po/en_GB.po:
15226         * po/hu.po:
15227         * po/it.po:
15228         * po/nb.po:
15229         * po/nl.po:
15230         * po/or.po:
15231         * po/sq.po:
15232         * po/sr.po:
15233         * po/sv.po:
15234         * po/uk.po:
15235         * po/vi.po:
15236
15237 2005-04-24  David Schleef  <ds@schleef.org>
15238
15239         Convert gst_main() to g_main_loop_run()
15240         * gst/playback/decodetest.c: (main):
15241         * gst/playback/test2.c: (main):
15242         * gst/playback/test3.c: (main):
15243         * gst/playback/test4.c: (main):
15244
15245         Link plugins against libraries:
15246         * ext/libvisual/Makefile.am:
15247         * sys/xvimage/Makefile.am:
15248
15249 2005-04-24  David Schleef  <ds@schleef.org>
15250
15251         * configure.ac: Remove idct and resample libs
15252         * gst-libs/gst/Makefile.am: same
15253
15254         Remove usage of gst_library_load():
15255         * ext/alsa/gstalsaplugin.c: (plugin_init):
15256         * ext/libvisual/visual.c: (plugin_init):
15257         * ext/ogg/gstogg.c: (plugin_init):
15258         * ext/theora/theora.c: (plugin_init):
15259         * ext/vorbis/vorbis.c: (plugin_init):
15260         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15261         * gst/audioscale/gstaudioscale.c:
15262         * gst/adder/gstadder.c: (plugin_init):
15263         * gst/audioconvert/plugin.c: (plugin_init):
15264         * sys/ximage/ximagesink.c: (plugin_init):
15265         * sys/xvimage/xvimagesink.c: (plugin_init):
15266         * gst/tcp/gsttcpplugin.c: (plugin_init):
15267
15268         Link plugins against libraries:
15269         * ext/ogg/Makefile.am:
15270         * ext/theora/Makefile.am:
15271         * ext/vorbis/Makefile.am:
15272         * gst/audioconvert/Makefile.am:
15273
15274         Create proper libraries:
15275         * gst-libs/gst/riff/Makefile.am:
15276         * gst-libs/gst/audio/Makefile.am:
15277         * gst-libs/gst/video/Makefile.am:
15278
15279         Move resample library to audioscale plugin directory:
15280         * gst-libs/gst/resample/Makefile.am:
15281         * gst-libs/gst/resample/README:
15282         * gst-libs/gst/resample/dtof.c:
15283         * gst-libs/gst/resample/dtos.c:
15284         * gst-libs/gst/resample/functable.c:
15285         * gst-libs/gst/resample/private.h:
15286         * gst-libs/gst/resample/resample.c:
15287         * gst-libs/gst/resample/resample.h:
15288         * gst-libs/gst/resample/resample.vcproj:
15289         * gst-libs/gst/resample/test.c:
15290         * gst/audioscale/Makefile.am:
15291         * gst/audioscale/README:
15292         * gst/audioscale/dtof.c:
15293         * gst/audioscale/dtos.c:
15294         * gst/audioscale/functable.c:
15295         * gst/audioscale/private.h:
15296         * gst/audioscale/resample.c:
15297         * gst/audioscale/resample.h:
15298         * gst/audioscale/test.c:
15299
15300         Move tagedit library to gst-libs:
15301         * gst-libs/gst/tag/Makefile.am:
15302         * gst-libs/gst/tag/gstid3tag.c:
15303         * gst-libs/gst/tag/gsttagediting.c:
15304         * gst-libs/gst/tag/gsttageditingprivate.h:
15305         * gst-libs/gst/tag/gstvorbistag.c:
15306         * gst/tags/Makefile.am:
15307         * gst/tags/gstid3tag.c:
15308         * gst/tags/gstvorbistag.c:
15309
15310         Fix for core changes:
15311         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15312         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15313         (gst_sinesrc_getrange):
15314
15315 2005-04-23  David Schleef  <ds@schleef.org>
15316
15317         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15318         in gst-plugins in a long time, and properly belongs in liboil.
15319         * gst-libs/gst/idct/Makefile.am:
15320         * gst-libs/gst/idct/README:
15321         * gst-libs/gst/idct/dct.h:
15322         * gst-libs/gst/idct/doieee:
15323         * gst-libs/gst/idct/fastintidct.c:
15324         * gst-libs/gst/idct/floatidct.c:
15325         * gst-libs/gst/idct/idct.c:
15326         * gst-libs/gst/idct/idct.h:
15327         * gst-libs/gst/idct/idtc.vcproj:
15328         * gst-libs/gst/idct/ieeetest.c:
15329         * gst-libs/gst/idct/intidct.c:
15330
15331 2005-04-20  Wim Taymans  <wim@fluendo.com>
15332
15333         * docs/design-audiosinks.txt:
15334         * gst-libs/gst/audio/Makefile.am:
15335         * gst-libs/gst/audio/TODO:
15336         * gst-libs/gst/audio/gstaudiosink.c:
15337         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15338         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15339         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15340         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15341         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15342         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15343         (gst_audiosink_class_init), (gst_audiosink_init),
15344         (gst_audiosink_create_ringbuffer):
15345         * gst-libs/gst/audio/gstaudiosink.h:
15346         * gst-libs/gst/audio/gstbaseaudiosink.c:
15347         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15348         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15349         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15350         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15351         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15352         (gst_baseaudiosink_create_ringbuffer),
15353         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15354         * gst-libs/gst/audio/gstbaseaudiosink.h:
15355         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15356         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15357         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15358         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15359         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15360         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15361         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15362         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15363         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15364         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15365         * gst-libs/gst/audio/gstringbuffer.h:
15366         An attempt at a set of audio base classes together with some
15367         design docs.
15368
15369 2005-04-20  Wim Taymans  <wim@fluendo.com>
15370
15371         * gst/audioconvert/Makefile.am:
15372         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15373         (gst_audio_convert_caps_remove_format_info),
15374         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15375         (gst_audio_convert_channels):
15376         Link against audio libs.
15377         Fix audio convert plugin.
15378
15379 2005-04-20  Wim Taymans  <wim@fluendo.com>
15380
15381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15382         (gst_ogg_demux_sink_activate):
15383         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15384         (theora_set_header_on_caps), (theora_enc_sink_event),
15385         (theora_enc_chain):
15386         Fix theora encoder.
15387
15388 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15389
15390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15391         * gst/playback/gstdecodebin.c: (find_compatibles):
15392           Work with staticpadtemplates in elementfactories.
15393
15394 2005-04-12  Wim Taymans  <wim@fluendo.com>
15395
15396         * gst/playback/README:
15397         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15398         (compare_ranks), (print_feature), (gst_decode_bin_init),
15399         (dynamic_create), (dynamic_free), (find_compatibles),
15400         (mimetype_is_raw), (close_pad_link), (got_redirect),
15401         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15402         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15403         (gst_decode_bin_change_state):
15404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15405         (gst_play_base_bin_init), (group_destroy), (group_commit),
15406         (check_queue), (queue_overrun), (queue_threshold_reached),
15407         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15408         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15409         (got_redirect), (setup_source), (play_base_eos),
15410         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15411         (gst_play_base_bin_remove_element):
15412         * gst/playback/gstplaybasebin.h:
15413         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15414         (gst_play_bin_init), (gst_play_bin_dispose),
15415         (gst_play_bin_set_property), (gen_video_element),
15416         (gen_text_element), (gen_audio_element), (remove_sinks),
15417         (gst_play_bin_send_event):
15418         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15419         (stream_info_change_state), (gst_stream_info_set_mute):
15420         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15421         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15422         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15423         (gst_stream_selector_chain):
15424         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15425         (main):
15426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15427         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15428         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15429         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15430         Raw and crude port of decodebin. 
15431         Make playbin compile.
15432
15433 2005-04-06  Wim Taymans  <wim@fluendo.com>
15434
15435         * ext/gnomevfs/Makefile.am:
15436         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15437         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15438         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15439         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15440         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15441         (gst_gnomevfssrc_stop):
15442         * ext/ogg/Makefile.am:
15443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15444         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15445         * ext/theora/Makefile.am:
15446         * ext/theora/theoradec.c: (_inc_granulepos),
15447         (theora_dec_sink_event), (theora_dec_chain):
15448         * ext/vorbis/Makefile.am:
15449         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15450         (vorbis_dec_sink_event), (vorbis_dec_chain):
15451         * gst-libs/gst/audio/Makefile.am:
15452         * sys/xvimage/Makefile.am:
15453         Make gnomevfssrc extend the source base class.
15454         Fix linking against libs in various plugins.
15455
15456 2005-04-06  Andy Wingo  <wingo@pobox.com>
15457
15458         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15459         GST_BASE_LIBS.
15460
15461         * configure.ac: Add check and AC_SUBST for libgstbase.
15462
15463 2005-03-31  Wim Taymans  <wim@fluendo.com>
15464
15465         * examples/seeking/Makefile.am:
15466         * examples/seeking/cdparanoia.c: (main):
15467         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15468         (play_cb), (pause_cb), (stop_cb), (main):
15469         * examples/seeking/playbin.c:
15470         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15471         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15472         (make_sid_pipeline), (make_vorbis_pipeline),
15473         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15474         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15475         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15476         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15477         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15478         (stop_cb), (main):
15479         * examples/seeking/spider_seek.c:
15480         * examples/seeking/vorbisfile.c:
15481         * ext/gnomevfs/Makefile.am:
15482         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15484         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15485         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15486         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15487         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15488         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15489         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15490         * ext/ogg/README:
15491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15492         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15493         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15494         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15495         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15496         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15497         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15498         (gst_ogg_demux_factory_filter), (compare_ranks),
15499         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15500         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15501         (gst_ogg_chain_new), (gst_ogg_chain_free),
15502         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15503         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15504         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15505         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15506         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15507         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15508         (gst_ogg_demux_get_prev_page),
15509         (gst_ogg_demux_deactivate_current_chain),
15510         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15511         (gst_ogg_demux_bisect_forward_serialno),
15512         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15513         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15514         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15515         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15516         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15517         (gst_ogg_demux_change_state), (gst_ogg_print):
15518         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15519         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15520         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15521         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15522         (gst_ogg_mux_loop):
15523         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15524         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15525         (theora_dec_src_convert), (theora_dec_sink_convert),
15526         (theora_dec_src_query), (theora_dec_src_event),
15527         (theora_dec_sink_event), (theora_dec_chain),
15528         (theora_dec_change_state):
15529         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15530         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15531         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15532         (theora_enc_change_state):
15533         * ext/vorbis/Makefile.am:
15534         * ext/vorbis/oggvorbisenc.c:
15535         * ext/vorbis/oggvorbisenc.h:
15536         * ext/vorbis/vorbis.c: (plugin_init):
15537         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15538         (vorbis_dec_src_query), (vorbis_dec_src_event),
15539         (vorbis_dec_sink_event), (vorbis_dec_chain),
15540         (vorbis_dec_change_state):
15541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15542         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15543         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15544         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15545         (gst_vorbisenc_change_state):
15546         * ext/vorbis/vorbisenc.h:
15547         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15548         * gst-libs/gst/audio/audioclock.c:
15549         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15550         (gst_audiofilter_init), (gst_audiofilter_chain):
15551         * gst-libs/gst/audio/testchannels.c: (main):
15552         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15553         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15554         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15555         (gmip_find_track_streaminfo), (gmip_find_track_format):
15556         * gst-libs/gst/media-info/media-info.c:
15557         (gst_media_info_read_idler):
15558         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15559         (gst_play_get_all_by_interface):
15560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15561         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15562         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15563         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15564         (gst_riff_parse_info):
15565         * gst-libs/gst/riff/riff-read.h:
15566         * gst-libs/gst/riff/riff.c: (plugin_init):
15567         * gst-libs/gst/video/Makefile.am:
15568         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15569         (gst_videosink_class_init), (gst_videosink_get_type):
15570         * gst-libs/gst/video/videosink.h:
15571         * gst/audioconvert/bufferframesconvert.c:
15572         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15573         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15574         * gst/audioconvert/channelmixtest.c: (main):
15575         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15576         (gst_audio_convert_chain),
15577         (gst_audio_convert_caps_remove_format_info),
15578         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15579         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15580         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15581         (gst_audio_convert_buffer_to_default_format),
15582         (gst_audio_convert_buffer_from_default_format),
15583         (gst_audio_convert_channels):
15584         * gst/audioconvert/gstchannelmix.h:
15585         * gst/ffmpegcolorspace/avcodec.h:
15586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15587         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15588         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15589         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15590         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15591         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15592         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15593         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15594         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15595         (dv_type_find):
15596         * gst/videotestsrc/gstvideotestsrc.c:
15597         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15598         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15599         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15600         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15601         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15602         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15603         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15605         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15606         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15607         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15608         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15609         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15610         (gst_xvimagesink_navigation_send_event),
15611         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15612         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15613         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15614         * sys/xvimage/xvimagesink.h:
15615         Plugin port to 0.9, ogg/theora playback should work in the seek
15616         example now.
15617         Removed old examples.
15618         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15619         explained in 0.9 TODO doc.
15620
15621
15622 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15623
15624         * autogen.sh:
15625         * configure.ac:
15626         * ext/Makefile.am:
15627         * gst/Makefile.am:
15628         * po/POTFILES.in:
15629         * po/af.po:
15630         * po/az.po:
15631         * po/cs.po:
15632         * po/en_GB.po:
15633         * po/hu.po:
15634         * po/it.po:
15635         * po/nb.po:
15636         * po/nl.po:
15637         * po/or.po:
15638         * po/sq.po:
15639         * po/sr.po:
15640         * po/sv.po:
15641         * po/uk.po:
15642         * po/vi.po:
15643         * sys/Makefile.am:
15644         * testsuite/Makefile.am:
15645           remove a whole bunch of plugins.  This module now contains a set
15646           of free reference plugins/elements as agreed.
15647
15648 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15649
15650         * configure.ac:
15651           hunting season on 0.9 is now OPEN
15652
15653 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15654
15655         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15656           Kick the hell out of gcc for not warning me about a symbol conflict.
15657
15658 2005-02-22  Luca Ognibene  <luogni@tin.it>
15659
15660         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15661
15662         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15663           Don't leak caps string (fixes #168134)
15664
15665         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15666         (gst_jpegenc_init), (gst_jpegenc_finalize),
15667         (gst_jpegenc_change_state):
15668           Don't leak line buffers and context struct (fixes #168133).
15669
15670 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15671
15672         * configure.ac:
15673         * ext/dirac/gstdiracdec.cc:
15674         (gst_diracdec_chain):
15675           Since dirac 0.5.0 the framerate in dirac is expressed as a
15676           rational number. Fix build and up requirement to 0.5.0, and
15677           also pass parameters to gst_diracdec_link in the right order
15678           (fixes #167959).
15679
15680 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15681
15682         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15683         * ext/faad/gstfaad.h:
15684         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15685         certain invalid muxed streams, where some packets will contain 
15686         junk after decoder data. Partially fixes #149158.
15687
15688 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15689         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15690           Make sure we only write to writable buffers
15691
15692 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * gst-libs/gst/riff/riff-media.c:
15695         (gst_riff_create_audio_caps_with_data):
15696           Do actually fix invalid RIFF fmt header values for alaw
15697           and mulaw audio instead of just saying so.
15698
15699         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15700           Give gst_riff_create_audio_caps_with_data() a chance to
15701           fix up broken format header fields before extracting any
15702           parameters from the header. (fixes #167633)
15703
15704 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15705
15706         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15707
15708         * gst/audioconvert/bufferframesconvert.c:
15709         (buffer_frames_convert_link):
15710           Don't leak othercaps. (fixes #167878)
15711
15712 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15713
15714         * configure.ac:
15715         * ext/libvisual/visual.c: (gst_visual_srclink),
15716         (gst_visual_change_state):
15717           Support libvisual 0.2.0.
15718
15719 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15722         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15723           Use same rowstrides for I420 as used everywhere else.
15724
15725 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15728           Declare variables at beginning of block and make gcc-2.95 happy
15729           (fixes # 167482, patch by Gergely Nagy).
15730           
15731         * gst/tcp/gsttcpclientsrc.c:
15732         * gst/tcp/gsttcpclientsrc.h:
15733           Move some includes into the header, so that struct sockaddr_in is
15734           defined when it should be defined on FreeBSD as well (fixes
15735           #167483).
15736           
15737         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15738           Don't pass uninitialised values to setsockopt() here either.
15739
15740 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15741
15742         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15743
15744         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15745           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15746
15747 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15748
15749         * gst/playback/gstplaybin.c: (add_sink):
15750           Invert bin_add/link order to workaround deadlock in opt.
15751
15752 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15753
15754         * gst/modplug/gstmodplug.cc:
15755           Add missing break causing position queries to fail.
15756
15757 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15758
15759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15760           Granpos can apparently be -1, which screws up calculations...
15761
15762 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15763
15764         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15765         (gst_ximagesink_send_pending_navigation),
15766         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15767         (gst_ximagesink_init):
15768         * sys/ximage/ximagesink.h:
15769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15770         (gst_xvimagesink_send_pending_navigation),
15771         (gst_xvimagesink_navigation_send_event),
15772         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15773         * sys/xvimage/xvimagesink.h:
15774           Use a mutex protected list to marshal navigation
15775           events into the stream thread from whichever thread
15776           sends them.
15777
15778 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15779
15780         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15781           Display current position and track length; misc. clean-ups.
15782           
15783         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15784         (speed_init), (speed_chain):
15785           Add query function, so that the stream length and current position
15786           get adjusted when queried (note that current position queries may
15787           still be wrong if the audio sink returns values based on buffer
15788           timestamps instead of passing on the query).
15789
15790 2005-02-13  Benjamin Otte  <otte@gnome.org>
15791
15792         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15793         (gst_audio_convert_channels):
15794           create channel conversion matrix when linking
15795         * gst/audioconvert/.cvsignore:
15796         * gst/audioconvert/Makefile.am:
15797         * gst/audioconvert/channelmixtest.c: (main):
15798           add (ugly) test that ensures stereo <=> mono conversion works
15799           correctly
15800
15801 2005-02-13  Benjamin Otte  <otte@gnome.org>
15802
15803         * gst/audioconvert/gstchannelmix.h:
15804           include missing header file
15805         * gst/audioconvert/gstchannelmix.c:
15806         (gst_audio_convert_fill_compatible):
15807           use same sign for both channels when converting to/from compatible
15808           channel. Previously used different signs made the signals cancel
15809           each other out and appear like silence. (fixes #167269)
15810
15811 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         * gst/ffmpegcolorspace/avcodec.h:
15814         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15815         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15816         (gst_ffmpegcsp_avpicture_fill):
15817         * gst/ffmpegcolorspace/imgconvert.c:
15818           Convert to and from YV12 (fixes #156379).
15819
15820 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15821
15822         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15823         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15824         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15825         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15826         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15827         methods from chain and negotiation and vice versa (Fixes #166142).
15828         * sys/ximage/ximagesink.h: Add stream_lock.
15829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15830         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15831         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15832         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15833
15834 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15835
15836         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15837           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15838           error message when we can't open the DVD device (when dvdnav_open()
15839           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15840           the above). Send something more useful instead (fixes #167117).
15841
15842 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15843
15844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15845         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15846         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15847         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15848         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15849         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15850         methods from chain and negotiation and vice versa (Fixes #166142).
15851         Fix a possible bug of images in the buffer pool being discarded because
15852         we are looking at the wrong geometry.
15853         * sys/xvimage/xvimagesink.h: Add stream_lock.
15854
15855 2005-02-11  David Schleef  <ds@schleef.org>
15856
15857         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15858         unsigned int. (fixes #167128)
15859
15860 2005-02-11  David Schleef  <ds@schleef.org>
15861
15862         * gst/librfb/Makefile.am: Testing stuff before committing is
15863           for wimps... and people with fast machines.  Fix stupid
15864           mistake.
15865
15866 2005-02-11  David Schleef  <ds@schleef.org>
15867
15868         * configure.ac: Pull in librfb from my CVS tree, because it is
15869           too small and annoying to be separate.  Move rfbsrc plugin
15870           to gst/.
15871         * ext/Makefile.am:
15872         * ext/librfb/Makefile.am:
15873         * ext/librfb/gstrfbsrc.c:
15874         * gst/librfb/Makefile.am:
15875         * gst/librfb/gstrfbsrc.c:
15876         * gst/librfb/rfb.c:
15877         * gst/librfb/rfb.h:
15878         * gst/librfb/rfbbuffer.c:
15879         * gst/librfb/rfbbuffer.h:
15880         * gst/librfb/rfbbytestream.c:
15881         * gst/librfb/rfbbytestream.h:
15882         * gst/librfb/rfbcontext.h:
15883         * gst/librfb/rfbdecoder.c:
15884         * gst/librfb/rfbdecoder.h:
15885         * gst/librfb/rfbutil.h:
15886
15887 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15888
15889         * gst/speed/Makefile.am:
15890         * gst/speed/demo-mp3.c: (main):
15891         * gst/speed/filter.func:
15892         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15893         (speed_class_init), (speed_init), (speed_chain_int16),
15894         (speed_chain_float32), (speed_chain), (speed_set_property),
15895         (speed_get_property), (speed_change_state):
15896         * gst/speed/gstspeed.h:
15897           Fix speed element and make it chain-based (fixes #156467),
15898           and make it handle more than one channel.
15899
15900 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15901
15902         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15903         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15904         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15905         * ext/dts/gstdtsdec.h:
15906           Don't clobber the stack constructing the channels array.
15907           Make the element chain-based. DTS tracks can now be played.
15908           
15909 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15910
15911         * gst-libs/gst/audio/multichannel.h:
15912         * gst-libs/gst/gconf/gconf.h:
15913         * gst-libs/gst/idct/idct.h:
15914         * gst-libs/gst/media-info/media-info-priv.h:
15915         * gst-libs/gst/play/play.h:
15916         * gst-libs/gst/resample/private.h:
15917         * gst-libs/gst/resample/resample.h:
15918         * gst-libs/gst/riff/riff-ids.h:
15919         * gst-libs/gst/video/video.h:
15920         * gst-libs/gst/video/videosink.h:
15921           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15922           missing, so that they work when included from C++ code.
15923
15924 2005-02-09  David Schleef  <ds@schleef.org>
15925
15926         * testsuite/gst-lint: Check for non-statically scoped
15927           parent_class variables.  This won't be a problem once
15928           plugins are loaded with RTLD_LOCAL.
15929
15930 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15931
15932         * ext/mplex/gstmplexibitstream.cc:
15933           gcc madness.
15934
15935 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15936
15937         * ext/ogg/gstogmparse.c:
15938         * gst/debug/gstnavigationtest.c:
15939           Die, thou faulty symbol pollutors (non-static parent_class).
15940
15941 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15942
15943         * ext/mplex/gstmplexibitstream.cc:
15944           Fix event handling (#165525).
15945
15946 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15947
15948         * ext/mikmod/gstmikmod.c:
15949         * gst/modplug/gstmodplug.cc:
15950           Add missing endianness to template (fixes #165509).
15951
15952 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15953
15954         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15955           Fix wrong order of reading of optional bytes (#165290).
15956
15957 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15958
15959         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15960           Implement FILLER event awareness.
15961
15962 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15963
15964         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15965           Fix track calculations (#166208).
15966
15967 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15968
15969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15970
15971         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15972         * ext/libpng/gstpngenc.c:
15973           Fix byte-order, use proper fixed caps. Fixes #164197.
15974
15975 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15976
15977         * configure.ac:
15978           Add dvdlpcmdec 
15979
15980         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15981         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15982           Don't push buffers if the src pad isn't negotiated yet.
15983           
15984         * gst/audioconvert/gstaudioconvert.c:
15985         (gst_audio_convert_buffer_to_default_format),
15986         (gst_audio_convert_buffer_from_default_format):
15987           Add support for 24-bit width.
15988
15989         * gst/dvdlpcmdec/.cvsignore:
15990         * gst/dvdlpcmdec/Makefile.am:
15991         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15992         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15993         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15994         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15995         (plugin_init):
15996         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15997           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15998           format. Needs support for the channels maps if someone can find 
15999           a DVD LPCM track with > 2 channels.
16000
16001         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16002         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16003         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16004         * gst/mpegstream/gstdvddemux.h:
16005         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16006         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16007         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16008         * gst/mpegstream/gstmpegdemux.h:
16009         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16010         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16011         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16012         (gst_mpeg_parse_handle_src_query),
16013         (gst_mpeg_parse_handle_src_event):
16014           Use audio/x-dvd-lpcm for LPCM output.
16015           Add DTS output.
16016
16017 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16018
16019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16020
16021         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16022         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16023           Add BGRA handling (#165736).
16024
16025 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16026
16027         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16028
16029         * gst/law/alaw-decode.c: (alawdec_link):
16030         * gst/law/alaw-encode.c: (alawenc_link):
16031         * gst/law/mulaw-decode.c: (mulawdec_link):
16032         * gst/law/mulaw-encode.c: (mulawenc_link):
16033           Fix caps memleaks (#166600).
16034
16035 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16036
16037         * ext/tarkin/mem.h:
16038         * ext/tarkin/wavelet.h:
16039         * ext/tarkin/yuv.h:
16040         * gst/ffmpegcolorspace/avcodec.h:
16041           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16042           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16043
16044 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16045
16046         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16048         (gst_xvimagesink_change_state):
16049           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16050           Xv video (and thereby regenerate Xv colourkey) in clear() so
16051           that PLAY -> READY -> PLAY works (fixes #162504).
16052
16053 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16054
16055         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16056           Switch to list instead of range, since MJPEG-devices really just
16057           support decimations, not any size.
16058
16059 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16060         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16061         (gst_mpeg2dec_reset), (free_all_buffers),
16062         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16063         * ext/mpeg2dec/gstmpeg2dec.h:
16064           The libmpeg2 user-allocated buffer management is awkward, 
16065           to say the least. Hopefully this fixes things.
16066
16067 2005-02-04  Andy Wingo  <wingo@pobox.com>
16068
16069         * gst/audioconvert/bufferframesconvert.c
16070         (buffer_frames_convert_fixate): New function, fixates to 256
16071         frames per buffer by default. (Much better than 1.)
16072         (buffer_frames_convert_init): Set the fixate function for both src
16073         and sink pad.
16074         (buffer_frames_convert_link): After success setting nonfixed caps,
16075         get the negotiated caps so we can know how many buffer-frames it
16076         will be. No idea how this worked at all before.
16077
16078 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16079
16080         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16081         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16082         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16083         (handle_sequence), (handle_picture):
16084         * ext/mpeg2dec/gstmpeg2dec.h:
16085           Rearrange buffer tracking and refcounting and refactor
16086           a little for readability. 
16087
16088 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16089         * sys/v4l/gstv4l.c: (plugin_init):
16090         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16091         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16092         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16093         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16094         * sys/v4l/gstv4ljpegsrc.h:
16095         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16096         * sys/v4l/v4l_calls.h:
16097         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16098         (gst_v4lsrc_get_fps):
16099         * sys/v4l/v4lsrc_calls.h:
16100           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16101           you jpeg inside rgb frames" driver.
16102           Don't error in the v4lsrc link function, just return 
16103           REFUSED.
16104
16105 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16106
16107         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16108         (gst_qcamsrc_open):
16109           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16110
16111 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16112
16113         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16114           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16115
16116 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16117
16118         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16119           Reset negotiated state on PAUSED->READY.
16120
16121 2005-02-02  David Schleef  <ds@schleef.org>
16122
16123         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16124         whereever possible.  (Fixes #165997)
16125         * examples/capsfilter/capsfilter1.c: (main):
16126         * examples/dynparams/filter.c: (create_ui):
16127         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16128         * examples/seeking/chained.c: (main):
16129         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16130         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16131         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16132         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16133         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16134         * examples/switch/switcher.c: (main):
16135         * ext/dv/demo-play.c: (main):
16136         * ext/faad/gstfaad.c: (gst_faad_change_state):
16137         * ext/mad/gstmad.c: (gst_mad_chain):
16138         * ext/smoothwave/demo-osssrc.c: (main):
16139         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16140         (gst_gconf_render_bin_from_description),
16141         (gst_gconf_get_default_audio_sink),
16142         (gst_gconf_get_default_video_sink),
16143         (gst_gconf_get_default_audio_src),
16144         (gst_gconf_get_default_video_src),
16145         (gst_gconf_get_default_visualization_element):
16146         * gst/level/demo.c: (main):
16147         * gst/level/plot.c: (main):
16148         * gst/playback/gstplaybin.c: (gen_video_element),
16149         (gen_audio_element):
16150         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16151         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16152         * gst/sine/demo-dparams.c: (main):
16153         * gst/spectrum/demo-osssrc.c: (main):
16154         * gst/speed/demo-mp3.c: (main):
16155         * gst/volume/demo.c: (main):
16156         * testsuite/embed/embed.c: (main):
16157
16158 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16159
16160         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16161         (gst_tcpclientsink_finalize):
16162         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16163         (gst_tcpclientsrc_finalize):
16164         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16165         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16166         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16167         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16168           Don't leak the hostname when shutting down.
16169           In tcpserversrc, take a copy of the default hostname.
16170
16171 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16172
16173         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16174           Set caps to systemstream=TRUE.
16175
16176 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16177
16178         * testsuite/Makefile.am:
16179           Fix more OSX buildbots.
16180
16181 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16182
16183         * ext/mpeg2dec/gstmpeg2dec.c:
16184           Don't send things to NULL PAD_PEERs
16185
16186         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16187           Copy-on-write the incoming buffer.
16188
16189         * gst/mpegstream/gstdvddemux.h:
16190         * gst/mpegstream/gstmpegclock.h:
16191         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16192         (normal_seek), (gst_mpeg_demux_handle_src_event):
16193         * gst/mpegstream/gstmpegdemux.h:
16194         * gst/mpegstream/gstmpegpacketize.h:
16195         * gst/mpegstream/gstmpegparse.c:
16196         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16197         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16198         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16199         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16200         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16201         * gst/mpegstream/gstmpegparse.h:
16202         * gst/mpegstream/gstrfc2250enc.h:
16203           Various changes to the way time is computed that make seeking and
16204           total time estimation much better here.
16205           Use G_BEGIN/END_DECLS instead of __cplusplus
16206
16207         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16208           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16209
16210 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16211
16212         * gst/subparse/gstsubparse.c:
16213           Fix OSX buildbot.
16214
16215 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16218         (theora_enc_chain), (theora_enc_change_state):
16219         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16220         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16221         (gst_vorbisenc_change_state):
16222         * ext/vorbis/vorbisenc.h:
16223           Set granulepos and timestamp correctly for streams not
16224           starting at 0, taking into account the initial delay.
16225
16226 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16227
16228         * gst/mpegstream/gstdvddemux.c:
16229           Add audio/x-dts to audio pad template caps
16230
16231 2005-01-30  David Schleef  <ds@schleef.org>
16232
16233         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16234         (create_context), (gst_polypsink_link): Fix silly endianness
16235         bug.  Add some debugging.  Remove float from caps; it doesn't
16236         work.  Attempt to get remote audio working.
16237
16238 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16239
16240         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16241           Add 3IV2 fourcc.
16242
16243 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16244
16245         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16246         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16247         (gst_avi_demux_stream_data):
16248         * gst/avi/gstavidemux.h:
16249           Invert DIB images. Fixes #132341.
16250
16251 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16252
16253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16254         (gst_ffmpegcsp_chain):
16255           D'oh, reference the palette data, not the palette structure.
16256           Fixes color distortion in #132341.
16257
16258 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16259
16260         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16261           PAR can be non-fixed when not provided as argument (#162626).
16262
16263 2005-01-29  David Moore  <dcm@acm.org>
16264
16265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16266
16267         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16268         (gst_qtdemux_loop_header):
16269           Re-apply patch from #142272 that allows non-seekable sources,
16270           re-proposed by Daniel Drake <dsd@gentoo.org>.
16271
16272 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16273
16274         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16275           Use the src template for creating the src pad (#162330).
16276
16277 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16278
16279         * configure.ac:
16280         * ext/musepack/Makefile.am:
16281         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16282         (gst_musepackdec_init), (gst_musepackdec_dispose),
16283         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16284         (gst_musepack_stream_init), (gst_musepackdec_loop),
16285         (gst_musepackdec_change_state):
16286         * ext/musepack/gstmusepackdec.cpp:
16287         * ext/musepack/gstmusepackdec.h:
16288         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16289         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16290         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16291         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16292         * ext/musepack/gstmusepackreader.cpp:
16293         * ext/musepack/gstmusepackreader.h:
16294           Update to 1.1 API (#165446).
16295
16296 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16297
16298         * ext/Makefile.am:
16299           Unbreak buildbot.
16300
16301 2005-01-28  Andy Wingo  <wingo@pobox.com>
16302
16303         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16304         to reflect a different dubious internet source. Add a reference
16305         and some commentary.
16306
16307 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16308
16309         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16310         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16311         * gst/playback/gststreamselector.h:
16312           Be more selective when we're redoing caps negotiation from
16313           within the chain function on a stream change.
16314
16315 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16316
16317         * configure.ac:
16318         * ext/Makefile.am:
16319         * ext/amrnb/Makefile.am:
16320         * ext/amrnb/amrnb.c: (plugin_init):
16321         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16322         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16323         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16324         (gst_amrnbdec_state_change):
16325         * ext/amrnb/amrnbdec.h:
16326         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16327         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16328         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16329         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16330         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16331         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16332         * ext/amrnb/amrnbparse.h:
16333           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16334         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16335           Add AMR-NB/-WB raw formats.
16336         * ext/alsa/gstalsa.c: (gst_alsa_link):
16337           Keep valid time when changing format.
16338         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16339         (qtdemux_parse_trak):
16340           Add some more format-specific options (#140141, #143555, #155163).
16341
16342 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16343
16344         * gst/matroska/matroska-demux.c:
16345         (gst_matroska_demux_parse_blockgroup):
16346           Fix logic error in timing of subtitle stream synchronization.
16347         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16348           Add skip-chunk, which is found in kodak-camera streams.
16349
16350 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16351
16352         * po/LINGUAS:
16353         * po/vi.po:
16354           Adding Vietnamese translation (submitted by Clytie Siddall)
16355
16356 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16357
16358         * gst/playback/gstdecodebin.c: (try_to_link_1):
16359           Use realpad for signal.
16360
16361 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16362
16363         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16364           Fix category so decodebin picks it up.
16365
16366 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16367
16368         * ext/mad/Makefile.am:
16369         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16370         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16371         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16372         (found_type), (gst_id3demux_bin_change_state):
16373         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16374         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16375         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16376         (gst_id3_tag_change_state), (plugin_init):
16377         * ext/mad/gstmad.h:
16378           Add id3demuxbin (which is a simple bin consisting of id3demux
16379           and typefind), take over rank from id3demux, remove typefind
16380           code from id3demux. Makes all broken mp3s that I know of work,
16381           and thereby fixes #152688.
16382
16383 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16384
16385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16386
16387         * ext/mad/gstmad.c: (gst_mad_src_event):
16388         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16389           Allow seeks on audio pad, make mad forward those (#164826).
16390         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16391           Set duration (#165335).
16392
16393 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16394
16395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16396         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16397         (gst_asf_demux_process_ext_content_desc),
16398         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16399         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16400         * gst/asfdemux/gstasfdemux.h:
16401           Improve metadata display, e.g. if the metadata comes before the
16402           streams are loaded (which is perfectly valid).
16403
16404 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16405
16406         * tools/gst-launch-ext-m.m:
16407           Fix AVI/ASF pipelines (#165340).
16408
16409 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16410         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16411         build failure on amd64
16412
16413 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16414
16415         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16416         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16417           Check environment variables GST_ID3V2_TAG_ENCODING,
16418           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16419           list of character encodings to force interpretation of non-unicode
16420           strings stored in an ID3v2 tag to a particular encoding. If none
16421           is specified, try to use current locale's encoding, then fall back
16422           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16423         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16424         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16425           Check environment variables GST_ID3V1_TAG_ENCODING,
16426           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16427           list of character encodings to use in case a string encountered
16428           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16429           specified, try to use the current locale's encoding, then fall
16430           back to ISO-8859-1 (which will always succeed).
16431
16432 2005-01-25  Benjamin Otte  <otte@gnome.org>
16433
16434         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16435           - on half framerate, compute the rate in advance so the comparisons
16436             don't compare wrong values
16437           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16438             behaviour
16439           - don't use mad_header_decode anymore, mad_frame_decode does that
16440             automatically
16441           - when getting rid of consumed bytes, reset the stream's skiplen
16442           (fixes #163867)
16443
16444 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16445
16446         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16447           Use 1/2 a second for default max_discont, as PES streams from DVB
16448           seem to have larger spacings in the SCR. 
16449           Fix a typo.
16450
16451 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16452
16453         * gst/playback/gstplaybasebin.c: (group_commit):
16454           Notify delayed stream-info availability.
16455
16456 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16457         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16458         (gst_a52dec_handle_event), (gst_a52dec_chain):
16459         Add some debug output. Check that a discont has a valid
16460         time associated.
16461         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16462         (gst_alsa_sink_loop):
16463         Ignore TAG events. A little extra debug for broken timestamps.
16464         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16465         (dvdnavsrc_change_state):
16466         Ensure we send a discont to engage the link before we send any
16467         other events.
16468         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16469         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16470         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16471         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16472         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16473         dvd://title works in totem because typefinding sends a seek that ends
16474         up going back to chapter 1 regardless.
16475         * ext/mpeg2dec/gstmpeg2dec.c:
16476         * ext/mpeg2dec/gstmpeg2dec.h:
16477         Output correct timestamps and handle disconts.
16478         * ext/ogg/gstoggdemux.c: (get_relative):
16479         Small guard against a null dereference.
16480         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16481         (gst_textoverlay_set_property):
16482         Free memory when done. Don't call gst_event_filler_get_duration on
16483         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16484         g_warning.
16485         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16486         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16487         (gst_sw_srclink), (gst_smoothwave_chain):
16488         Draw solid lines, prettier colours.
16489         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16490         Add a default palette that'll work for some movies.
16491         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16492         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16493         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16494         * gst/mpegstream/gstdvddemux.h:
16495         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16496         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16497         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16498         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16499         * gst/mpegstream/gstmpegparse.h:
16500         Use PTM/NAV events when for timestamp adjustment when connected to 
16501         dvdnavsrc. Don't use many discont events where one suffices.
16502         * gst/playback/gstplaybasebin.c: (group_destroy),
16503         (gen_preroll_element), (gst_play_base_bin_add_element):
16504         * gst/playback/gstplaybasebin.h:
16505         Make sure we remove subtitles from the same bin we put them in.
16506         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16507         (gst_subparse_buffer_format_autodetect),
16508         (gst_subparse_change_state):
16509         Fix some memleaks and invalid accesses.
16510         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16511         (oggskel_type_find), (cmml_type_find), (plugin_init):
16512         Some typefind functions for Annodex v3.0 files
16513         * gst/wavparse/gstwavparse.h:
16514         GstRiffReadClass is the correct parent class.
16515
16516 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16517
16518         * gst-libs/gst/riff/riff-media.c:
16519         (gst_riff_create_video_caps_with_data):
16520           Add extradata to huffyuv (fixes #165013).
16521         * gst-libs/gst/riff/riff-read.c:
16522         (gst_riff_read_strf_vids_with_data):
16523           Fix extradata extraction if it is in the chunk size.
16524
16525 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16526
16527         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16528
16529         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16530         (gst_quarktv_change_state), (gst_quarktv_dispose):
16531           Memory free'ing location fix (#164708).
16532
16533 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16534
16535         * gst/playback/gstplaybasebin.c: (group_commit),
16536         (gen_preroll_element), (probe_triggered), (gen_source_element),
16537         (setup_source), (gst_play_base_bin_change_state),
16538         (gst_play_base_bin_add_element):
16539           Don't block for streams.
16540         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16541         (gst_stream_info_set_mute):
16542           Use gst_pad_set_active_recursive.
16543
16544 2005-01-25  Andy Wingo  <wingo@pobox.com>
16545
16546         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16547         for #ifndef HAVE_XVIDEO.
16548
16549 2005-01-24  Jeffrey C. Ollie
16550
16551         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16552
16553         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16554         * ext/gsm/gstgsmdec.h:
16555         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16556         * ext/gsm/gstgsmenc.h:
16557         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16558         was given by property. Add proper buffer timestamps and offsets.
16559
16560 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16561
16562         * gst-libs/gst/riff/riff-media.c:
16563         (gst_riff_create_audio_caps_with_data):
16564           Audio can be <8000Hz.
16565
16566 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16567
16568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16569           Explicit state change to workaround refcount bugs.
16570
16571 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16572
16573         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16574         (gst_avimux_riff_get_avi_header):
16575           Fix...
16576
16577 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16578
16579         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16580         (gst_riff_read_element_data):
16581         * gst-libs/gst/riff/riff-read.h:
16582           Add _peek version (req'ed in CDXA).
16583         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16584         (gst_cdxaparse_loop):
16585           Fix parsing in playbin.
16586         * gst/playback/gstdecodebin.c: (close_pad_link):
16587           Ignore current_ pads, they cause major annoyance.
16588
16589 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16590
16591         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16592           Safety guard.
16593
16594 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16595
16596         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16597           Fix padding...
16598
16599 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16600
16601         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16602           Allow for 0-sized buffers. Fixes length query problems in
16603           starwars.mkv from the testsuite.
16604
16605 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16606
16607         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16608         (gst_video_box_i420), (gst_video_box_chain):
16609           Fix row strides for I420 (fixes #163159)
16610           
16611 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16612
16613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16614           MPEG2 has a useful rate property, so we can actually use that.
16615           For MPEG-1, continue using the bytes/time properties.
16616
16617 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16618
16619         * gst-libs/gst/riff/riff-media.c:
16620         (gst_riff_create_video_caps_with_data),
16621         (gst_riff_create_video_template_caps):
16622           Add intel-h263.
16623
16624 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16625
16626         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16627           Fail if caps negotiation fails. Should fix #162184, and should
16628           definately be in there regardless of it fixing the actual bug.
16629         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16630         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16631         (gst_avimux_riff_get_avix_header),
16632         (gst_avimux_riff_get_video_header),
16633         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16634         (gst_avimux_start_file), (gst_avimux_handle_event),
16635         (gst_avimux_change_state):
16636         * gst/avi/gstavimux.h:
16637           Refactor structure writing to use GST_WRITE_UINT macros, add
16638           metadata writing support.
16639
16640 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16641
16642         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16643           Elements may already be destroyed when this function is called.
16644
16645 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16646
16647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16648         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16649           More memory leak fixes (#149162).
16650
16651 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16652
16653         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16654         (gst_qtdemux_add_stream):
16655           Fix two memleaks.
16656
16657 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16658
16659         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16660           Argh...
16661
16662 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16663
16664         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16665           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16666           when fixating to six channels in Totem.
16667
16668 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16669
16670         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16671           Fix compile warnings on Solaris 10 buildbot
16672
16673 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16674
16675         * ext/dvdread/dvdreadsrc.c: (_read):
16676           Don't read beyond the last cell in a chapter (fixes 
16677           invalid memory access)
16678
16679 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16680
16681         * ext/dvdread/stream_labels.c:
16682         (dvdreadsrc_get_audio_stream_labels):
16683           Use NULL for an empty GList instead of g_list_alloc(); fix 
16684           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16685           of GString (easier to bulk free later)
16686
16687 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16688
16689         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16690
16691         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16692         (gst_ffmpeg_pixfmt_to_caps):
16693           Fix BGRA32 caps (#164209).
16694
16695 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16696
16697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16698
16699         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16700         (gst_ffmpeg_caps_to_pixfmt):
16701           alpha_mask can be RGBA/ABGR. Fixes #164265.
16702
16703 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16704
16705         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16706
16707         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16708         (gst_mpeg2dec_alloc_buffer):
16709         * ext/mpeg2dec/gstmpeg2dec.h:
16710           Crop if decoding size is not the actual image size (#163676).
16711
16712 2005-01-17  Steve Baker  <steve@stevebaker.org>
16713
16714         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16715
16716         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16717         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16718           Add libsndfile typefind functions (#163309).
16719
16720 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16721
16722         * tools/gst-launch-ext-m.m:
16723           Add .aac, fix .m1v/.m2v (#163891).
16724
16725 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16726
16727         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16728           Sanity check, don't wait endlessly since the clock might not
16729           actually run at this point (which is a deadlock). Fixes #164069.
16730
16731 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16732
16733         * gst/playback/gstplaybasebin.c: (probe_triggered):
16734           Of course, only pause if group is done...
16735
16736 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16737
16738         * gst/playback/gstplaybasebin.c: (probe_triggered):
16739           Thread safety.
16740
16741 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16742
16743         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16744           Don't return state change success when the parent
16745           failed.
16746
16747 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16748
16749         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16750           Free events (fix memleak in #162905).
16751
16752 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16753
16754         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16755
16756         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16757         (gst_ffmpeg_caps_to_pixfmt):
16758           Fix for depth = 15. Fixes #161675.
16759
16760 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16761
16762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16763           Set FPS correctly, even for webcams and the like.
16764         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16765           Don error on setting while capturing.
16766
16767 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16768
16769         * ext/dv/gstdvdec.c:
16770         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16771         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16772           I'm a bad boy. using /1001. to force C to do float division
16773           and not integer division (as it did in my last commit)
16774           Thanks to David I. Lehn for pointing this mistake.
16775
16776 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16777
16778         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16779           Revert Johan's 1.35->1.36 since it breaks compat.
16780
16781 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16782
16783         * ext/dv/gstdvdec.c:
16784         * ext/libfame/gstlibfame.c:
16785         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16786         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16787           replace framerate aproximations by their real value
16788           (24000/1001, 30000/1001, 60000/1001)
16789           Finish fixing bug #164049
16790
16791 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16792
16793         * ext/ogg/gstoggmux.c:
16794           eos/bos debugging
16795         * gst/tcp/gstmultifdsink.c:
16796         * gst/tcp/gstmultifdsink.h:
16797         * gst/tcp/gsttcp.c:
16798         * gst/tcp/gsttcp.h:
16799         * gst/tcp/gsttcpclientsink.c:
16800         * gst/tcp/gsttcpclientsrc.c:
16801         * gst/tcp/gsttcpserversink.c:
16802         * gst/tcp/gsttcpserversrc.c:
16803           improve reusability of elements after state changes and errors
16804           make multifdsink throw away streamheaders when receiving new ones
16805
16806 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16807
16808         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16809           Fix for if items are already in list...
16810
16811 2005-01-12  Benjamin Otte  <otte@gnome.org>
16812
16813         * gst/adder/gstadder.c: (gst_adder_loop):
16814           fix adder a bit so it doesn't screw up with events as much anymore
16815
16816 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16817
16818         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16819         (pixbufscale_scale), (gst_pixbufscale_chain):
16820         * ext/gdk_pixbuf/pixbufscale.h:
16821           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16822           to ensure rowstrides are calculated the same way as 
16823           ffmpegcolorspace
16824           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16825           that we pick up duration and offset also.
16826
16827 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16828
16829         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16830         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16831           Reusability fixes.
16832
16833 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16834
16835         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16836         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16837         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16838         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16839           Update flags when requested.
16840
16841 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16842
16843         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16844           Fix dmix.
16845
16846 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16847
16848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16849         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16850         (probe_triggered), (new_decoded_pad), (gen_source_element),
16851         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16852         * gst/playback/gstplaybasebin.h:
16853         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16854         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16855         (gst_play_bin_change_state):
16856           Implement group-switch signal for use in apps to clear metadata
16857           cache, clean up subtitle, add suburi property instead of # hack,
16858           some error-out fixes.
16859
16860 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16861
16862         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16863           Debug.
16864         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16865           If we got a state change in the _get handler, don't return success.
16866
16867 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16868
16869         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16870         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16871           Make jpegdec quiet on MJPEG decoding
16872         * gst/asfdemux/README:
16873           Fix mimetypes for MJPEG and H263
16874
16875 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16876
16877         * ext/theora/theoradec.c: (theora_dec_chain):
16878           Fix broken code generation by gcc by swapping arguments.
16879         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16880           Fix \n in debug.
16881
16882 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16883
16884         * TODO:
16885           delete this file, it is by far outdated
16886         * ext/alsa/gstalsa.1: remove
16887         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16888         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16889         (gst_alsa_get_caps):
16890           Add HW probing for supported sample rates. Fixes #161704
16891
16892 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16893
16894         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16895           Don't crash, biatch! :).
16896
16897 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16898
16899         * ext/musepack/gstmusepackreader.cpp:
16900         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16901           Some work on tags - still doesn't work in playbin...
16902         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16903           Handle events...
16904
16905 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16906
16907         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16908           Also shove tags on kid pads.
16909
16910 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16911
16912         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16913           Don't bail on unknown events.
16914         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16915           Don't crash on events before negotiation.
16916         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16917           Send tags on pads, too.
16918         * gst/playback/gststreamselector.c:
16919         (gst_stream_selector_request_new_pad):
16920           Forward events on first pad if no input was selected yet.
16921
16922 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16923
16924         * gst/playback/gstplaybasebin.c: (setup_substreams):
16925           Don't disable streamtype if the stream doesn't exist, since
16926           then playing a video after audio will disable both and nothing
16927           will happen. Fixes the testsuite.
16928
16929 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16930
16931         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16932         (gst_v4l_xoverlay_set_xwindow_id):
16933         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16934         (gst_v4l2_xoverlay_set_xwindow_id):
16935           Add debug categories, fix overlay disabling.
16936
16937 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16938
16939         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16940         * ext/alsa/gstalsa.h:
16941           Add HW probing for period_count/size and buffer_size MIX/MAX
16942           Adjust default/user defined value if out of bounds
16943           Should fix bug #162024
16944
16945 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16946
16947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16948           Fix warning (#161191).
16949
16950 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16951
16952         * ext/dvdread/stream_labels.c:
16953         (dvdreadsrc_get_audio_stream_labels):
16954           Fix warning (init the good variable in switch default)
16955
16956 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16957
16958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16959
16960         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16961           Fix gcc-2.95 compile (#163485).
16962
16963 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16964
16965         * configure.ac:
16966         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16967         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16968         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16969         (gst_flacenc_change_state):
16970         * ext/flac/gstflacenc.h:
16971           Update for API change in flac-1.1.1. Update requirement in
16972           configure.ac. Fixes #162974.
16973
16974 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16975
16976         * gst/playback/gstplaybasebin.c: (group_destroy):
16977           Remove hack to get rid of assert and get rid of unlinked
16978           signals properly.
16979
16980 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16981
16982         * gst/playback/gstplaybasebin.c: (setup_source):
16983           Set source to NULL so that resources are free'ed. Fixes issues
16984           with playback of CDDA and similar device-accessing things.
16985
16986 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16987
16988         * testsuite/embed/Makefile.am:
16989           test->noinst, fix make test in buildbot.
16990
16991 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16992
16993         * ext/dvdread/stream_labels.c: new file
16994         * ext/dvdread/stream_labels.h: new file
16995         * ext/dvdread/Makefile.am:
16996         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16997           Extract audio stream label from DVD IFO files.
16998           It only dump them on the console for now, still have to
16999           make playbin aware of them.
17000
17001 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17002
17003         * gst/playback/gstplaybasebin.c: (setup_source):
17004           Fix hanging subs.
17005
17006 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17009         (gen_preroll_element), (remove_groups), (setup_subtitle),
17010         (gen_source_element), (setup_source):
17011         * gst/playback/gstplaybasebin.h:
17012           Multiple .sub files is just a stupid idea... Fix some threading
17013           mistakes. Interestingly, external .sub files cause playbin to
17014           hang, I don't know why... Parsing fixes contributed by Fran??ois
17015           Kooman <fkooman@tuxed.net>.
17016
17017 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17018
17019         * testsuite/embed/Makefile.am:
17020           Fix buildbot.
17021
17022 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17023
17024         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17027         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17028         (gst_pngenc_set_property):
17029         * ext/libpng/gstpngenc.h:
17030           Add compression level property (#163323).
17031
17032 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17033
17034         * configure.ac:
17035         * examples/capsfilter/capsfilter1.c: (main):
17036         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17037         * ext/dvdread/Makefile.am:
17038         * ext/dvdread/demo-play:
17039         * ext/dvdread/demo-play.c:
17040         * gconf/gstreamer.schemas.in:
17041         * gst-libs/gst/gconf/gconf.c:
17042         * sys/v4l/TODO:
17043         * testsuite/Makefile.am:
17044         * testsuite/embed/Makefile.am:
17045         * testsuite/embed/embed.c: (cb_expose), (main):
17046           Remove all references to xvideosink, fix examples (#140845).
17047         * gst/playback/gstplaybasebin.c: (group_destroy):
17048           Apparently, disposal does not unlink - so do explicitely.
17049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17050           Add debug.
17051
17052 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17053
17054         * README: fix PKG_CONFIG_PATH instructions, what was there
17055         previously was breaking default search path, not nice. 
17056         Fixes #163358
17057
17058 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17059
17060         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17061         (gst_audioscale_chain):
17062           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17063           when resampling - how the ^@$^!@^! is this possible?!?
17064
17065 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17066
17067         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17068           Reset variables on READY.
17069         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17070         (gst_matroska_mux_loop):
17071           Require data before writing header.
17072
17073 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17074
17075         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17076
17077         * ext/mad/gstmad.c: (gst_mad_chain):
17078           Don't call mad_stream_sync() directly after recovering sync.
17079           Fixes #151661.
17080
17081 2005-01-09  Martin Eikermann  <meiker@upb.de>
17082
17083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17084
17085         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17086         (snapshot_handler), (gst_snapshot_sinkconnect),
17087         (gst_snapshot_chain):
17088           Allocate resources when required, fix recursive signal emission
17089           and fix caps. Fixes #161667.
17090
17091 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17092
17093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17094
17095         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17096         (gst_pngdec_chain):
17097           Handle only 8-bppc (bits-per-pixel-component) images, better
17098           error handling and correct strides. Fixes #163177.
17099         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17100         (gst_pngenc_chain):
17101           Better error handling. Fixes #163348.
17102
17103 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17104
17105         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17106         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17107         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17108         (dvdnavsrc_uri_handler_init):
17109           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17110         * gst/playback/gstplaybasebin.c: (gen_source_element):
17111           Add MMS to streaming URIs.
17112
17113 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17114
17115         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17116         * sys/xvimage/xvimagesink.c:
17117         (gst_xvimagesink_navigation_send_event):
17118           Check for pad availability before sending event.
17119
17120 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17121
17122         * gst-plugins.spec.in:
17123           Add subparse.
17124
17125 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17126
17127         * configure.ac:
17128           Since we use functions from CVS, up requirement.
17129
17130 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17131
17132         * gst/playback/Makefile.am:
17133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17134         (group_destroy), (group_commit), (group_is_muted),
17135         (gen_preroll_element), (add_stream), (unknown_type),
17136         (probe_triggered), (preroll_unlinked), (mute_stream),
17137         (silence_stream), (new_decoded_pad), (setup_substreams),
17138         (setup_source), (get_active_source), (mute_group_type),
17139         (muted_group_change_state), (set_active_source),
17140         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17141         (play_base_eos), (gst_play_base_bin_change_state):
17142         * gst/playback/gstplaybasebin.h:
17143         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17144         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17145         (gst_stream_info_dispose), (stream_info_mute_pad),
17146         (stream_info_change_state), (gst_stream_info_set_mute):
17147         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17148         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17149         (gst_stream_selector_init), (gst_stream_selector_dispose),
17150         (gst_stream_selector_get_linked_pad),
17151         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17152         (gst_stream_selector_get_linked_pads),
17153         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17154         * gst/playback/gststreamselector.h:
17155           Adding stream selection support plus required properties for
17156           applications to use this. Fully fixes #100931.
17157
17158 2005-01-08  Benjamin Otte  <otte@gnome.org>
17159
17160         * gst/games/gstpuzzle.c: (nav_event_handler):
17161           - handle nav events differently: forward every event no matter if it
17162             was handled or not.
17163           - translate events
17164           You can now cheat by using navigationtest ! puzzle and moving the
17165           mouse close to the edge of a tile. ;)
17166
17167 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17168
17169         * configure.ac:
17170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17171         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17172         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17173         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17174         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17175         (gst_ogm_parse_plugin_init):
17176         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17177         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17178         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17179         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17180         * ext/pango/gsttextoverlay.h:
17181         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17182         (gst_matroska_demux_handle_seek_event),
17183         (gst_matroska_demux_sync_streams),
17184         (gst_matroska_demux_parse_blockgroup),
17185         (gst_matroska_demux_subtitle_caps),
17186         (gst_matroska_demux_plugin_init):
17187         * gst/matroska/matroska-ids.h:
17188         * gst/playback/gstdecodebin.c: (close_pad_link):
17189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17190         (gen_preroll_element), (remove_groups), (add_stream),
17191         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17192         (setup_source):
17193         * gst/playback/gstplaybasebin.h:
17194         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17195         * gst/subparse/Makefile.am:
17196         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17197         (gst_subparse_base_init), (gst_subparse_class_init),
17198         (gst_subparse_init), (gst_subparse_formats),
17199         (gst_subparse_eventmask), (gst_subparse_event),
17200         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17201         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17202         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17203         (parse_mpsub_deinit), (parse_mpsub_init),
17204         (gst_subparse_buffer_format_autodetect),
17205         (gst_subparse_format_autodetect), (gst_subparse_loop),
17206         (gst_subparse_change_state), (gst_subparse_type_find),
17207         (plugin_init):
17208         * gst/subparse/gstsubparse.h:
17209         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17210         (plugin_init):
17211           Add subtitle support, .sub parser (supports SRT and MPsub),
17212           OGM text support, Matroska UTF-8 text support, deadlock fixes
17213           all over the place, subtitle awareness in decodebin/playbin
17214           and some fixes to textoverlay to handle subtitles in a stream
17215           correctly. Fixes #100931.
17216
17217 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17218
17219         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17220           Check for pad availability before doing a query on it.
17221
17222 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17223
17224         * ext/dv/gstdvdec.c:
17225           really fix bpp24/32 dvdec caps (classic rgba indeed)
17226         * gst/asfdemux/gstasfdemux.c:
17227         (gst_asf_demux_process_ext_content_desc):
17228           don't send text tags if they are empty (bis repetita)
17229
17230 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17231
17232         * ext/dv/gstdvdec.c:
17233          remove unneeded comment from dvdec
17234           (related to DV 4CC codes in AVI files)
17235           moved them in gstreamer/docs/random/mimetypes
17236         * gst/asfdemux/gstasfdemux.c:
17237         (gst_asf_demux_process_ext_content_desc):
17238          don't send text tags if they are empty
17239          fix mem leak on error path
17240         * gst/ffmpegcolorspace/avcodec.h:
17241         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17242         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17243         (gst_ffmpegcsp_avpicture_fill):
17244         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17245         * gst/ffmpegcolorspace/imgconvert_template.h:
17246          adds BGR32 and BGRA32 to ffmpegcolorspace
17247           (still bad colors, fixing it on next commit)
17248           helps with dvdec outputing BGR32
17249
17250 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17251
17252         * ext/dv/gstdvdec.c:
17253          Fix audio caps i just broke (missing ',')
17254         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17255         (gst_matroska_mux_reset):
17256          Fix typo + add FIXME about old "x-gst-metadata" crap
17257
17258 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17259
17260         * ext/dv/demo-play.c: (main):
17261          xvideosink -> xvimagesink
17262         * ext/dv/gstdvdec.c:
17263          change rgb 32/32 caps to 24/32 (no alpha)
17264          change nb of channels to be a list (2 or 4, not 2)
17265          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17266         * gst/asfdemux/gstasfdemux.c:
17267         (gst_asf_demux_process_ext_content_desc):
17268          Add 'date/year' to extracted metadata list
17269
17270 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17271
17272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17273           The return value of fixate_to does not imply that the requested
17274           value was set, so don't assume.
17275
17276 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17277
17278         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17279
17280         * ext/libpng/gstpngdec.c:
17281         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17282         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17283         * ext/libpng/gstpngenc.h:
17284           Alpha support (encoder; #163161), mime fixage.
17285
17286 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17287
17288         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17289
17290         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17291         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17292         (gst_faac_set_property), (gst_faac_get_property):
17293         * ext/faac/gstfaac.h:
17294           Allow for ADTS output (#153434).
17295
17296 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17297
17298         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17299           Fix against template (#150576).
17300
17301 2005-01-06  Benjamin Otte  <otte@gnome.org>
17302
17303         * gst/games/gstpuzzle.c: (draw_puzzle):
17304           don't draw a puzzle if either width or height of tiles would be 0.
17305
17306 2005-01-06  Benjamin Otte  <otte@gnome.org>
17307
17308         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17309         (gst_puzzle_class_init), (gst_puzzle_finalize):
17310           no memleaks, please
17311         (gst_puzzle_create), (gst_puzzle_init),
17312         (gst_puzzle_set_property), (gst_puzzle_setup):
17313           change initialization code around so we don't reshuffle on resize
17314         (draw_puzzle):
17315           fix another stupid typo
17316
17317 2005-01-06  Benjamin Otte  <otte@gnome.org>
17318
17319         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17320           fix stupid typo that borked copying on YUY2
17321
17322 2005-01-06  Benjamin Otte  <otte@gnome.org>
17323
17324         * gst/games/gstpuzzle.c: (draw_puzzle):
17325           fix edges when image sizes aren't multiples of tile sizes
17326
17327 2005-01-06  Benjamin Otte  <otte@gnome.org>
17328
17329         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17330           make RGB endianness work correctly
17331         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17332           refactor and fix race with initial shuffling
17333         (nav_event_handler):
17334           allow using the mouse to puzzle
17335         (draw_puzzle):
17336           insist on tiles having width and height as multiples of 4 to get
17337           clean YUV image handling
17338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17339         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17340           s/DEBUG/LOG/ for common messages
17341         (gst_xvimagesink_navigation_send_event):
17342           fix mouse event translation to not include screen PAR
17343         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17344           fix mouse event translation to actually work
17345
17346 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17347
17348         * gst/asfdemux/gstasfdemux.c:
17349         (gst_asf_demux_process_ext_content_desc):
17350          Extract TrackNumber metadata + clean up code
17351         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17352          Hope this is the good fix (var used unitialised)
17353
17354 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17355
17356         * ext/faad/gstfaad.c: (gst_faad_chain):
17357           Only increment timestamp if it's valid. Fixes raw AAC streams.
17358
17359 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17360
17361         * configure.ac:
17362         * gst/games/Makefile.am:
17363         * gst/games/gstpuzzle.c:
17364           add a puzzle game with...
17365         * gst/games/gstvideoimage.c:
17366         * gst/games/gstvideoimage.h:
17367           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17368           from videotestsrc and made into something that would be a nice
17369           library for a lot of other plugins.
17370
17371 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17372
17373         * configure.ac:
17374          don't compile faad plugin if a RC of 2.0 is found
17375          Fixes #155346 (and FC1 buildbot)
17376         * gst/asfdemux/gstasfdemux.c:
17377         (gst_asf_demux_process_ext_content_desc):
17378          try to make Solaris compiler happier
17379
17380 2005-01-06  Paul Jack  <pjack@sfaf.org>
17381
17382         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17383
17384         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17385           Fix segfault (#161667).
17386
17387 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17388
17389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17390           Fix framerate reporting.
17391
17392 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17393
17394         * gst-libs/gst/riff/riff-ids.h:
17395         * gst/wavenc/riff.h:
17396          Add AMR (VBR and CBR) ids to riff.h audio codec list
17397         * gst/asfdemux/gstasfdemux.c:
17398         (gst_asf_demux_process_ext_content_desc),
17399         (gst_asf_demux_process_object):
17400           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17401
17402 2005-01-05  Martin Eikermann  <meiker@upb.de>
17403
17404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17405
17406         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17407         (gst_dvd_demux_handle_discont):
17408         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17409         (gst_mpeg_demux_handle_discont):
17410           Recreate pads on new-media (#160730).
17411         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17412           Send discont even if manager changes timestamps (#161929).
17413
17414 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17415
17416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17417
17418         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17419           Fix invalid memory access (#159211).
17420
17421 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17422
17423         * examples/gstplay/player.c: (main):
17424           Don't iterate.
17425         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17426           Add visualizations.
17427         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17428         (gst_a52dec_handle_frame):
17429           Set duration.
17430         * ext/dvdnav/gst-dvd:
17431           Add audioconvert. Fixes #161325.
17432         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17433           Explicitely case to gint64. Possible valgrind error.
17434         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17435         (gst_play_tick_callback), (gst_play_change_state),
17436         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17437         (gst_play_set_location), (gst_play_get_location),
17438         (gst_play_seek_to_time), (gst_play_set_data_src),
17439         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17440         (gst_play_set_visualization), (gst_play_connect_visualization),
17441         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17442         (gst_play_new):
17443           Use playbin. Fixes #139749 and #147744.
17444         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17445           Add genre tag.
17446         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17447         (audioscale_get_type), (gst_audioscale_base_init),
17448         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17449         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17450         (gst_audioscale_link), (gst_audioscale_get_buffer),
17451         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17452         (gst_audioscale_init), (gst_audioscale_dispose),
17453         (gst_audioscale_chain), (gst_audioscale_set_property),
17454         (gst_audioscale_get_property), (plugin_init):
17455           Indent properly.
17456         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17457           Fix LPCM.
17458         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17459         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17460         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17461           Add more metadata (fixes #162656).
17462
17463 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17464
17465         * configure.ac:
17466           back to cvs
17467
17468 === release 0.8.7 ===
17469
17470 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17471
17472         * NEWS:
17473         * RELEASE:
17474         * configure.ac:
17475           releasing 0.8.7, "Hyperspace"
17476
17477 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17478
17479         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17480
17481         * gst/playback/gstplaybasebin.c:
17482          Fix for #162924 - free caps after use, not before
17483
17484 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17487
17488         * gst/playback/gstplaybasebin.c:
17489         * gst/wavparse/gstwavparse.c:
17490           Fix for #154773 - fixes playback of small .wav files
17491
17492 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17493
17494         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17495
17496         * gst/audioscale/gstaudioscale.c:
17497           Fix for #162819 - make audioscale reusable
17498           Fixes playback of more than one file with playbin/totem
17499
17500 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17501
17502         * gst/ffmpegcolorspace/avcodec.h:
17503         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17504         * gst/ffmpegcolorspace/imgconvert.c:
17505           clean up the mess that made me cry and avoid needless duplication
17506
17507 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17508
17509         * gst/ffmpegcolorspace/imgconvert.c:
17510           give some indication of why we're segfaulting
17511
17512 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17513
17514         * configure.ac:
17515           Fix indentation, fix v4l2 plugin detection.
17516         * ext/Makefile.am:
17517           Fix libmms location (Maciej, use diff -u!).
17518         * ext/alsa/gstalsa.c: (gst_alsa_init):
17519           Initialize caps cache to NULL.
17520         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17521           Only change state on audiosink if it exists.
17522
17523 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17524
17525         * gst/matroska/matroska-demux.c:
17526         * gst/matroska/matroska-ids.h:
17527         * gst/matroska/matroska-demux.h:
17528         Fix Vorbis streams failing to decode in some files, where cluster_time
17529         isn't 0, because then it doesn't send codec_priv before actual data.
17530         Remove time-based test and replace it with marker set on beginning of
17531         new stream
17532
17533 2004-12-28  David Schleef  <ds@schleef.org>
17534
17535         Merge patch from Ronald fixing problems with streaming
17536         text.
17537         * ext/cairo/gstcairo.c: (plugin_init):
17538         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17539         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17540         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17541         (gst_textoverlay_font_init), (gst_textoverlay_init),
17542         (gst_textoverlay_set_property):
17543         * ext/cairo/gsttextoverlay.h:
17544
17545 2004-12-27  David Schleef  <ds@schleef.org>
17546
17547         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17548         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17549         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17550         (gst_textoverlay_font_init), (gst_textoverlay_init),
17551         (gst_textoverlay_set_property): Improvements to actually
17552         render text as white on black outline on video, including
17553         font selection and horizontal/vertical alignment.  (Ronald's
17554         christmas present)
17555         * ext/cairo/gsttextoverlay.h:
17556
17557 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17558
17559         * ext/ogg/gstogg.c:
17560         * ext/ogg/gstogmparse.c:
17561           fix ogm[audio/video]parse plugin registration
17562           (riff won't load if bytestream is already loaded)
17563
17564 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17565
17566         * gst/audioconvert/gstchannelmix.c:
17567           fix for GLIB < 2.4
17568
17569 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * Makefile.am:
17572         * configure.ac:
17573           disable docs again until it actually passes make distcheck.
17574
17575 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17576
17577         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17578         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17579         (plugin_init):
17580           Add 3GP (variables name Q3GP because they can't start with a
17581           number). Add samr audio fourcc (used in .3gp files), decoder
17582           is work in progress. Also do a GST_WARNING instead of ERROR
17583           in case of unknown nodes, to decrease output.
17584
17585 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17586
17587         * Makefile.am:
17588           really fix dist
17589
17590 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17591
17592         * configure.ac:
17593         * ext/speex/gstspeexdec.h:
17594         * ext/speex/gstspeexenc.h:
17595           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17596           Fix detection code in configure.ac
17597
17598 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17599
17600         * gst/matroska/matroska-demux.c:
17601         (gst_matroska_demux_parse_blockgroup):
17602           Save position, so that queries give proper return values. Don't
17603           know how this could ever have worked before...
17604
17605 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17606
17607         * configure.ac:
17608           Put additional LAME check inside the conditional.  Fixes #152339
17609
17610 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17611
17612         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17613         (gst_avi_demux_stream_scan):
17614           Add some more debug. Fix logic error when setting movi offset
17615           while reading index.
17616
17617 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17618
17619         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17620         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17621         (gst_avi_demux_process_next_entry):
17622           Add some debugging. Better detection of broken indexes and the
17623           accompanying index recovery. No infinite loops on state changes
17624           when we're still in our loopfunction.
17625
17626 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17627
17628         * configure.ac:
17629           Fix up.
17630
17631 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17632
17633         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17634
17635         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17636           Normalizing the value before setting
17637         (gst_sunaudiomixer_get_volume):
17638           Normalizing the value after getting. Fixes bug# 161980
17639
17640 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17641
17642         * Makefile.am: Make sure docs gets disted
17643         * docs/Makefile.am: Make sure all needed files get disted
17644         * gst-plugins.spec.in: latest updates
17645
17646 2004-12-22  Wim Taymans  <wim@fluendo.com>
17647
17648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17649         Revert patch 1.38 as clock distribution over schedulers does
17650         not work correcly in the core yet.
17651
17652 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17653
17654         * sys/oss/README: remove this file, which predates my birth
17655           (and which content is by far outdated)
17656
17657 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17658
17659         * Makefile.am:
17660         * configure.ac:
17661         * docs/Makefile.am:
17662         * docs/libs/Makefile.am:
17663         * docs/libs/gst-plugins-libs-docs.sgml:
17664         * docs/libs/gst-plugins-libs-sections.txt:
17665         * docs/libs/tmpl/gstgconf.sgml:
17666         * docs/upload.mak:
17667         * docs/version.entities.in:
17668           Added boilerplate gtk-doc files for plugin-libs documentation.
17669
17670 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17671
17672         * gst/auparse/gstauparse.c: fix int and float audio caps
17673
17674 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17675
17676         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17677         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17678           g_assert() can be a macro, don't use #ifdef inside it.
17679
17680 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17681
17682         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17683
17684         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17685         (gst_videorate_init), (gst_videorate_chain),
17686         (gst_videorate_change_state):
17687           Event handling (fixes #159986).
17688
17689 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17690
17691         * gst-libs/gst/riff/riff-media.c:
17692         (gst_riff_create_video_caps_with_data):
17693           Add BLZ0 (Blizzard's version of DivX) fourcc.
17694
17695 2004-12-18  David Schleef  <ds@schleef.org>
17696
17697         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17698         portability fix.
17699
17700 2004-12-18  David Schleef  <ds@schleef.org>
17701
17702         * gst/tta/ttadec.h: Disable some header code that isn't used
17703         and clearly isn't portable.
17704
17705 2004-12-18  David Schleef  <ds@schleef.org>
17706
17707         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17708         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17709         (avcodec_get_pix_fmt), (avpicture_layout),
17710         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17711         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17712         Fix code to not use GCC extensions (and c99 extensions that
17713         Forte does not like.)
17714
17715 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17716
17717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17718
17719         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17720         (gst_deinterlace_chain):
17721           Rowstride fixes. Fixes #161039.
17722         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17723         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17724         (gst_video_crop_getcaps), (gst_video_crop_link),
17725         (gst_video_crop_i420), (gst_video_crop_chain),
17726         (gst_video_crop_change_state):
17727           Rework of negotiation. Actually works now. Fixes #158650.
17728
17729 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17732           That was very stupid.
17733
17734 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17735
17736         * gst/matroska/matroska-demux.c:
17737         (gst_matroska_demux_parse_blockgroup):
17738           Fix possible crasher.
17739
17740 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17741
17742         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17743         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17744           Lace sizes can be zero.
17745
17746 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17747
17748         * ext/musepack/gstmusepackdec.cpp:
17749           Fetch error return values. Fixes #161624.
17750         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17751           Really EOS.
17752
17753 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17754
17755         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17756           Work for truncated (unfinished download etc.) files. Fixes #160514.
17757
17758 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17759
17760         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17761           Fix for integer overflow. Makes #156001 not crash. Probably masks
17762           the real bug.
17763
17764 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17765
17766         * gst/ac3parse/gstac3parse.c: (plugin_init):
17767           Parsers never have ranks. Fixes #159651.
17768
17769 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17770
17771         * gst/playback/gstdecodebin.c: (compare_ranks):
17772           make sure the facotries are ordered the same every time even if they
17773           have the same rank by using the name
17774         * gst/playback/gstdecodebin.c: (find_compatibles):
17775           make sure we don't add factories to the list twice
17776
17777 2004-12-16  David Schleef  <ds@schleef.org>
17778
17779         * configure.ac: look for musepack headers as musepack/*.h
17780         (fixes #159847)
17781         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17782         * ext/musepack/gstmusepackreader.h: same
17783
17784 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17785
17786         * gst-libs/gst/riff/riff-read.c:
17787         (gst_riff_read_strf_auds_with_data):
17788           Read extradata correctly (fixes #155879).
17789
17790 2004-12-16  David Schleef  <ds@schleef.org>
17791
17792         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17793         audio.  does _not_ attempt or allow conversion unless channels
17794         is 1 or 2.
17795
17796 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17797
17798         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17799
17800 2004-12-16  David Schleef  <ds@schleef.org>
17801
17802         * gst/audioscale/gstaudioscale.c: the resample library only
17803         handles 1 or 2 channels.  Change caps to compensate.
17804
17805 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17806
17807         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17808         (gst_matroska_demux_audio_caps):
17809           Some MPEG-AAC hacks, because else it doesn't work...
17810
17811 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17812
17813         * gst-libs/gst/riff/riff-media.c:
17814         (gst_riff_create_video_caps_with_data),
17815         (gst_riff_create_video_template_caps):
17816           Add h264.
17817
17818 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17819
17820         * gst-libs/gst/audio/Makefile.am:
17821           Try to fix buildbot.
17822
17823 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17824
17825         * gst/tcp/gstmultifdsink.c:
17826           Clean up and uniformize debugging.
17827
17828 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17829
17830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17831
17832         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17833         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17834         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17835         (gst_mpeg_demux_change_state):
17836           Reset on ready. Fixes 160276.
17837
17838 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17839
17840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17841
17842         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17843         (gst_ffmpegcsp_pad_link):
17844           Fix memleak (#154815).
17845
17846 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17847
17848         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17849
17850         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17851         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17852         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17853         * ext/musicbrainz/gsttrm.h:
17854           Add support for using a proxy server when getting a trm id from
17855           the MusicBrainz database (#149613).
17856
17857 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17858
17859         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17860
17861         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17862         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17863           Fix memleaks (#157233).
17864
17865 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17866
17867         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17868
17869         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17870         * gst-libs/gst/resample/resample.h:
17871         * gst/audioscale/gstaudioscale.c:
17872           Fix memleak (#159215).
17873
17874 2004-12-16  Toni Willberg  <toniw@iki.fi>
17875
17876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17877
17878         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17879         * sys/oss/oss_probe.c: (main):
17880           Check for mono/stereo support (similar to samplerate probing),
17881           fixes #159433. Also add missing copyright header to oss_probe.c.
17882
17883 2004-12-15  David Schleef  <ds@schleef.org>
17884
17885         * configure.ac: add audioresample and cairo plugins.  Remove
17886         HAVE_MMX stuff, because it's not used.
17887         * ext/Makefile.am: same
17888         * ext/audioresample/Makefile.am: You are not ready for an
17889         audio resampling element based on audioresample.
17890         * ext/audioresample/gstaudioresample.c:
17891         * ext/audioresample/gstaudioresample.h:
17892         * ext/cairo/Makefile.am: You are not ready for overlay elements
17893         based on cairo.  Don't look too closely, these elements kinda
17894         suck right now.
17895         * ext/cairo/gstcairo.c: new
17896         * ext/cairo/gsttextoverlay.c: new
17897         * ext/cairo/gsttextoverlay.h: new
17898         * ext/cairo/gsttimeoverlay.c: new
17899         * ext/cairo/gsttimeoverlay.h: new
17900         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17901         problem with compilers that don't support variadic macros.
17902
17903 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17904
17905         Reviewed by:  David Schleef  <ds@schleef.org>
17906
17907         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17908         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17909         bit.  Also ran indent-gst.
17910         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17911         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17912         (gst_sunaudiosrc_setparams):
17913
17914 2004-12-14  David Schleef  <ds@schleef.org>
17915
17916         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17917         output rate to 16000.  Should fix #160235.
17918
17919 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17920
17921         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17922         Add typefinding for mpeg2 pes streams
17923
17924 2004-12-13  David Schleef  <ds@schleef.org>
17925
17926         * configure.ac:  Applied patch from bug #143659, making default
17927         sources and sinks OS-dependent (for Solaris), and added code
17928         for OS/X.
17929         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17930
17931 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17932
17933         * gst-libs/gst/riff/riff-media.c:
17934           forgot to add h2.64 to avidemux template caps
17935
17936 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17937
17938         * gst/wavenc/riff.h:
17939         * gst-libs/gst/riff/riff-media.c:
17940         * gst-libs/gst/riff/riff-ids.h:
17941         * gst/avi/gstavimux.c
17942         add 4CC code for VideoSoft h264 in AVI (VSSH)
17943           fixes bug #160655
17944         remove s323 from riff, it's quicktime specific :(
17945
17946 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17947
17948         * gst/asfdemux/README
17949         * gst/wavenc/riff.h
17950         * gst-libs/gst/riff/riff-ids.h
17951         * gst-libs/gst/riff/riff-media.c
17952         * gst/qtdemux/qtdemux.c:
17953           add new 4CC codes for h263 related codecs
17954           fixes partially bug #155163
17955
17956 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17957
17958         * configure.ac: Update polyaudio requirement to 0.7
17959         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17960
17961 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17962
17963         * gst/interleave/deinterleave.c:
17964         fix my name's spelling! :)
17965
17966 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17967
17968         * AUTHORS ChangeLog
17969         * gst/auparse/gstauparse.c
17970         * gst/interleave/deinterleave.c
17971         * gst/law/:
17972                 alaw-decode.c alaw-encode.c
17973                 mulaw-decode.c mulaw-encode.c
17974         * gst/oneton/gstoneton.c
17975         * sys/osxaudio/:
17976                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17977         * sys/osxvideo/:
17978                 cocoawindow.h cocoawindow.m
17979                 osxvideosink.h osxvideosink.m
17980
17981         put the same mail address for Zaheer Abbas Merali everywhere
17982
17983 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17984
17985         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17986           Align by packetsize, and assert that we a packet available before
17987           playing. The first makes webstreams work (they often include
17988           trailing padding data in a packet), the second allows pausing a
17989           ASF stream in totem without getting demux errors afterwards.
17990
17991 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17992
17993         * ext/ogg/gstoggdemux.c: (get_relative):
17994           Check for non-NULL before accessing member (end-of-chain).
17995
17996 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17997
17998         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17999         (cdparanoia_set_property), (cdparanoia_get_property):
18000         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18001         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18002         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18003         (dvdreadsrc_init), (dvdreadsrc_set_property),
18004         (dvdreadsrc_get_property):
18005         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18006         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18007           Synchronize property names where not yet the case. Devices are
18008           now device=X, other versions are deprecated (but still exist).
18009           Also use g_free() unconditionally.
18010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18011         (setup_source), (gst_play_base_bin_get_property):
18012           Expose source.
18013
18014 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18015
18016         * configure.ac: move GCONF macro outside conditional for the am
18017           conditional. Fixes #160439
18018
18019 2004-12-08  David Schleef  <ds@schleef.org>
18020
18021         * tools/gst-visualise-m.m: Switch to elements that currently
18022         exist.
18023
18024 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18025
18026         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18027           We love wrong commas.
18028
18029 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18030
18031         * gst/matroska/matroska-demux.c:
18032         (gst_matroska_demux_handle_src_query):
18033           Don't set DEFAULT, unsupported - makes length display incorrectly
18034           in some cases.
18035
18036 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18037
18038         * gst/monoscope/README: remove blurb about files being GPL
18039         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18040         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18041           monoscope is now effectively LGPL licensed
18042
18043 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18044
18045         * gst/monoscope/README: Update information to be more correct
18046         * gst/monoscope/convolve.c: Relicense to LGPL
18047         * gst/monoscope/convolve.h: Relicense to LGPL
18048
18049 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18050
18051         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18052           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18054           set default_duration for mpeg1 audio
18055
18056 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18057
18058         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18059         * ext/alsa/gstalsa.h:
18060           refactor big chunks of the core caps negotiation code to make it
18061           a lot faster, because people claim it's really slow
18062           (actually, just cache the getcaps when the device is opened)
18063
18064 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18067         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18068         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18069         (gst_a52dec_change_state), (plugin_init):
18070         * ext/a52dec/gsta52dec.h:
18071           Do something useful with timestamps. Make chain-based (since
18072           there's really no reason to be loopbased).
18073         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18074           Update current_byte/frame correctly.
18075
18076 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18077
18078         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18079         (gst_ape_demux_stream_init):
18080           Forward tags, too.
18081
18082 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18083
18084         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18085           Let's make sure we're done typefinding when detecting tags.
18086
18087 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18088
18089         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18090         (gst_ebml_read_init), (gst_ebml_read_use_event),
18091         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18092         (gst_ebml_read_seek), (gst_ebml_read_skip),
18093         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18094         (gst_ebml_read_master):
18095         * gst/matroska/ebml-read.h:
18096         * gst/matroska/matroska-demux.c:
18097         (gst_matroska_demux_parse_contents),
18098         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18099           Disgustingly evil hack for working around INTERRUPT events and
18100           their extremely annoying habit of being a pain in the ass. We
18101           simply peek a cluster before reading any of it.
18102
18103 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18104
18105         * ext/musepack/gstmusepackdec.cpp:
18106           There's also floating point libmusepacks.
18107
18108 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18109
18110         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18111         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18112           Set DURATION even if source buffer didn't. Also use increasing
18113           timestamps.
18114         * gst-libs/gst/riff/riff-media.c:
18115         (gst_riff_create_audio_caps_with_data):
18116           Block_align can have larger values than 8192.
18117
18118 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18119
18120         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18121         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18122         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18123         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18124           Fix caps.
18125
18126 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18127
18128         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18129           Fix logic bug.
18130
18131 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18132
18133         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18134           Yay, another one.
18135
18136 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18137
18138         * ext/esd/esdsink.c: (gst_esdsink_chain):
18139           Make error actually say something useful (fixes #156798).
18140         * gst-libs/gst/riff/riff-media.c:
18141         (gst_riff_create_video_caps_with_data),
18142         (gst_riff_create_video_template_caps):
18143           Add Intel Video 5.0 fourcc (IV50).
18144
18145 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18146
18147         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18148         detection on mono and stereo mp3 files.
18149
18150 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18151
18152         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18153           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18154           the contained stream).
18155
18156 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18157
18158         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18159           Oops, remove debug.
18160
18161 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18162
18163         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18164
18165         * gst/law/alaw-decode.c: (alawdec_getcaps):
18166         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18167           Prevent warnings when negotiating caps (fixes #159338).
18168
18169 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18170
18171         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18172         (gst_ffmpegcsp_chain):
18173           Remove old leftover that shouldn't be there...
18174
18175 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18176
18177         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18178
18179         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18180           Don't forward DISCONT events (fixes #159684).
18181
18182 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18183
18184         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18185           Unlink manually since sometimes bin disposal (and therefore
18186           pad unlinking) is delayed, which will cause a new media file
18187           to not be able to start playing instantly.
18188
18189 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18190
18191         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18192           On mute of an unlinked stream, check for pad availability so
18193           we don't crash on unlinked pad.
18194
18195 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18196
18197         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18198         (gst_avi_demux_massage_index):
18199           Fix quite humiliating bug in omitting 0-sized index chunks but
18200           forgetting to count them for timestamps.
18201
18202 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18203
18204         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18205           Actually leave the loop if we failed to sync. Don't crash.
18206
18207 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18208
18209         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18210         (gst_dvd_demux_process_private):
18211         * gst/mpegstream/gstdvddemux.h:
18212           Fix crash (#159759). Doesn't work, though. :-(.
18213
18214 2004-11-28  Benjamin Otte  <otte@gnome.org>
18215
18216         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18217           more overwriting protection due to modifying channels one by one
18218           instead of all at once
18219
18220 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18221
18222         * gst/audioconvert/gstchannelmix.c:
18223         (gst_audio_convert_fill_normalize):
18224           Normalize using absolute values.
18225
18226 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18227
18228         * configure.ac:
18229         * ext/Makefile.am:
18230         * ext/directfb/Makefile.am:
18231         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18232         (gst_directfbvideosink_get_pixel_format),
18233         (gst_directfbvideosink_get_format_from_fourcc),
18234         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18235         (gst_directfbvideosink_sink_link),
18236         (gst_directfbvideosink_change_state),
18237         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18238         (gst_directfbvideosink_buffer_alloc),
18239         (gst_directfbvideosink_interface_supported),
18240         (gst_directfbvideosink_interface_init),
18241         (gst_directfbvideosink_navigation_send_event),
18242         (gst_directfbvideosink_navigation_init),
18243         (gst_directfbvideosink_set_property),
18244         (gst_directfbvideosink_get_property),
18245         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18246         (gst_directfbvideosink_base_init),
18247         (gst_directfbvideosink_class_init),
18248         (gst_directfbvideosink_get_type), (plugin_init):
18249         * ext/directfb/directfbvideosink.h: Adding a first version of
18250         directfbvideosink.
18251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18252         more.
18253
18254 2004-11-28  Benjamin Otte  <otte@gnome.org>
18255
18256         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18257           walk the samples backwards if out_channels > in_channels so we don't
18258           overwrite data
18259
18260 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18261
18262         * gst/audioconvert/Makefile.am:
18263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18264         (gst_audio_convert_link), (gst_audio_convert_change_state),
18265         (gst_audio_convert_channels):
18266         * gst/audioconvert/gstchannelmix.c:
18267         (gst_audio_convert_unset_matrix),
18268         (gst_audio_convert_fill_identical),
18269         (gst_audio_convert_fill_compatible),
18270         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18271         (gst_audio_convert_fill_others),
18272         (gst_audio_convert_fill_normalize),
18273         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18274         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18275         * gst/audioconvert/gstchannelmix.h:
18276           Implement a channel mixer.
18277
18278 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18279
18280         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18281         * ext/alsa/gstalsa.h:
18282         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18283         Make alsasink actually honor gst_element_set_clock and use that
18284         clock instead of its internal one.
18285
18286 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18287
18288         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18289         (gst_play_base_bin_change_state): nullify source and decoder when
18290         going from READY to NULL so that we don't try to do weird stuff with
18291         them when going from NULL to READY
18292         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18293         instead of g_object_unref
18294         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18295         it should be correct
18296         (gst_play_bin_change_state): don't call remove_sinks if we are
18297         currently disposing the object
18298
18299 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18300
18301         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18302           Don't forget bass if it's there. Else left channel is silent...
18303
18304 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18305
18306         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18307         (gst_a52dec_change_state):
18308           Don't do sample adjusting anymore, we use float audio now.
18309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18310           Don't fixate to non-existing properties.
18311
18312 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18313
18314         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18315         (gst_a52dec_change_state):
18316           Advertise that we can do surround sound.
18317
18318 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18321           Add buffer-frames=0.
18322         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18323         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18324         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18325         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18326         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18327         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18328         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18329         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18330         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18331         * ext/dvdread/dvdreadsrc.h:
18332           Add seeking, querying for bytes, sectors, title, angle and
18333           chapter. Handle multiple chapters. Relicense to LGPL because
18334           Billy agreed on that (thanks Billy!).
18335
18336 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18337
18338         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18339         call parent dispose method
18340
18341 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18342
18343         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18344         (gst_audio_clock_get_internal_time):
18345         Fix active <-> inactive transitions: ensure time value always
18346         grows and avoid abrupt value changes.
18347
18348 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18349
18350         * configure.ac:
18351         * gst/tta/Makefile.am:
18352         * gst/tta/crc32.h:
18353         * gst/tta/filters.h:
18354         * gst/tta/gsttta.c:
18355         * gst/tta/gstttadec.c:
18356         * gst/tta/gstttadec.h:
18357         * gst/tta/gstttaparse.c:
18358         * gst/tta/gstttaparse.h:
18359         * gst/tta/ttadec.h:
18360           added TTA parser and decoder
18361
18362 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18363
18364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18365         (probe_triggered), (check_queue), (buffer_underrun),
18366         (buffer_running), (buffer_overrun), (gen_source_element),
18367         (setup_source):
18368         * gst/playback/gstplaybasebin.h:
18369           Implement buffering. Needs some more work.
18370
18371 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18372
18373         * ext/theora/theoradec.c: (theora_dec_chain):
18374           Fix ilog mask range overflow.
18375
18376 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18377
18378         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18379           Don't omit the last (which in case of dmix is the only :) )
18380           channel count. Don't set channels if <= 2.
18381
18382 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18383
18384         * gst/playback/gstplaybin.c: (gen_video_element),
18385         (gen_audio_element): Removed 2 obsolete comments
18386
18387 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18388
18389         * ext/vorbis/oggvorbisenc.c
18390         * ext/vorbis/vorbisenc.c :
18391           change description fields of those plugins to differentiate them
18392           (pitivi show Encoders by description, they had the same one)
18393
18394 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18395
18396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18397
18398         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18399         (gst_play_bin_set_property), (gen_video_element),
18400         (gen_audio_element):
18401           Refcounting fixes for provided audio-/videosinks.
18402
18403 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18404
18405         * gst/playback/gstplaybin.c: (gen_video_element),
18406         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18407           Don't reference all sinks, but only the video- and audiosinks.
18408           The vis. element should be disposed when we're done with it.
18409           We don't have any reason to keep it around. This fixes warnings
18410           when reusing playbin for playing multiple audio files with
18411           vis. enabled. Also release audio device on pause - idea stolen
18412           from Rhythmbox.
18413
18414 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18415
18416         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18417         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18418         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18419         * ext/alsa/gstalsaplugin.c: (plugin_init):
18420         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18421         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18422         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18423         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18424         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18425         (gst_faad_change_state), (plugin_init):
18426         * ext/faad/gstfaad.h:
18427         * ext/vorbis/vorbis.c: (plugin_init):
18428         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18429         * gst-libs/gst/audio/Makefile.am:
18430         * gst-libs/gst/audio/audio.c: (plugin_init):
18431         * gst-libs/gst/audio/multichannel.c:
18432         (gst_audio_check_channel_positions),
18433         (gst_audio_get_channel_positions),
18434         (gst_audio_set_channel_positions),
18435         (gst_audio_set_structure_channel_positions_list),
18436         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18437         (gst_audio_fixate_channel_positions):
18438         * gst-libs/gst/audio/multichannel.h:
18439         * gst-libs/gst/audio/testchannels.c: (main):
18440         * gst/audioconvert/gstaudioconvert.c:
18441         (gst_audio_convert_class_init), (gst_audio_convert_init),
18442         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18443         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18444         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18445         * gst/audioconvert/plugin.c: (plugin_init):
18446           Surround sound support.
18447
18448 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18449
18450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18451           Fix position for discont if we're close as well. Nitpicking, but
18452           saves a few milliseconds of extra waiting or skipping.
18453
18454 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18455
18456         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18457           We sometimes need parsers for playback, so add those too.
18458
18459 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18460
18461         * configure.ac:
18462         * gst/apetag/Makefile.am:
18463         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18464         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18465         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18466         (gst_ape_demux_get_src_query_types),
18467         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18468         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18469         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18470         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18471         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18472         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18473         (gst_ape_demux_change_state):
18474         * gst/apetag/apedemux.h:
18475         * gst/apetag/apetag.c: (plugin_init):
18476         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18477         (plugin_init):
18478           APE v1/2 tag reader plus typefind function.
18479
18480 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18481
18482         * configure.ac:
18483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18484         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18485           Remove hacks for older core. Require newer core version
18486           accordingly.
18487
18488 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18489
18490         * gst/cdxaparse/Makefile.am:
18491         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18492         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18493         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18494         * gst/cdxaparse/gstcdxaparse.h:
18495         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18496         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18497         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18498         (gst_cdxastrip_get_src_query_types),
18499         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18500         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18501         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18502         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18503         * gst/cdxaparse/gstcdxastrip.h:
18504           SVCD/VCD header stripping separated from CDXA image parsing.
18505         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18506         (plugin_init):
18507           Add VCD/SVCD header typefinding for VCD/SVCD.
18508         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18509         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18510         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18511         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18512         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18513         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18514         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18515         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18516         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18517         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18518         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18519         * sys/vcd/vcdsrc.h:
18520           Fix up, add seeking, querying, URI interface. Works in totem now.
18521
18522 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18523
18524         * configure.ac:
18525           back to CVS
18526
18527 === release 0.8.6 ===
18528
18529 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18530
18531         * NEWS:
18532         * RELEASE:
18533         * configure.ac:
18534         * po/af.po:
18535         * po/az.po:
18536         * po/cs.po:
18537         * po/en_GB.po:
18538         * po/hu.po:
18539         * po/it.po:
18540         * po/nb.po:
18541         * po/nl.po:
18542         * po/or.po:
18543         * po/sq.po:
18544         * po/sr.po:
18545         * po/sv.po:
18546         * po/uk.po:
18547           releasing 0.8.6, "IOU Love"
18548
18549 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18550
18551         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18552
18553         * gst/playback/gstplaybasebin.c:
18554           Fix unplayable files error handling.  Fixes #158365
18555
18556 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18557
18558         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18559
18560         * gst/typefind/gsttypefindfunctions.c:
18561           Fix broken mp3 typefinding.  Fixes #158375
18562
18563 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18564
18565         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18566
18567         * ext/ogg/gstoggdemux.c:
18568           Fix sync on broken files.  Fixes #158976
18569
18570 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18571
18572         patch by: Edward Hervey <bilboed@bilboed.com>
18573
18574         * ext/libpng/gstpngenc.c:
18575           Copy over buffer properties.  Fixes #158832
18576
18577 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18578
18579         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18580
18581         * ext/dvdread/dvdreadsrc.c:
18582           Fixes invalid reads (#158462)
18583
18584 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18585
18586         * sys/v4l/gstv4lsrc.c:
18587         * sys/v4l/gstv4lsrc.h:
18588         * sys/v4l/v4lsrc_calls.c:
18589           Probe less and cache it.  Fixes #159187.
18590
18591 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18592
18593         * gst/videorate/gstvideorate.c:
18594           Handle all video formats. Fixes #159186.
18595
18596 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18597         * gst/synaesthesia/gstsynaesthesia.c:
18598         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18599         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18600         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18601         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18602         (gst_synaesthesia_change_state), (plugin_init):
18603         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18604         Force 320x200 output, as that's the only thing the underlying
18605         synaesthesia implementation supports. Still needs to be made
18606         re-entrant.
18607
18608 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18609
18610         * configure.ac:
18611           Fix mpeg2enc configure check (similar to mplex check below).
18612
18613 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18614
18615         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18616
18617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18618           Fix for gcc-2.95 (fixes #158221).
18619
18620 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18621
18622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18623           Re-add clock distribution hack (until new core is released).
18624           Fixes #158125.
18625
18626 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18627         * configure.ac:
18628           fix mplex configure check segfaulting on some systems (bug #140994)
18629
18630 2004-11-13  Benjamin Otte  <otte@gnome.org>
18631
18632         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18633           add debugging
18634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18635           do a wait when we enter the loop func with no data available to
18636           write instead of getting into an 100% CPU loop by just returning and
18637           being called again by the scheduler
18638
18639 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18640
18641         * configure.ac:
18642         * ext/libvisual/visual.c: (gst_visual_get_type),
18643         (libvisual_log_handler), (gst_visual_getcaps),
18644         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18645         (plugin_init):
18646           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18647         * ext/smoothwave/Makefile.am:
18648         * ext/smoothwave/demo-osssrc.c: (main):
18649         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18650         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18651         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18652         (plugin_init):
18653         * ext/smoothwave/gstsmoothwave.h:
18654           Make gstsmoothwave a working element in the 20th century.
18655
18656         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18657           Fix incorrect link function
18658
18659 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18660
18661         * gst/volume/gstvolume.c:
18662           Allow buffer-frames=0.
18663
18664 2004-11-12 Iain <iaingnome@gmail.com>
18665
18666         * configure.ac: Check for polypaudio
18667
18668         * ext/Makefile.am: Build the polyp dir
18669
18670         * ext/polyp: The polypsink sources.
18671
18672 2004-10-30 Iain <iaingnome@gmail.com>
18673
18674         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18675         caps to reflect the new number of channels.
18676
18677 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18680           Fix for negotiation order problem. This would show when the
18681           ALSA loopfuction was called before any other function. ALSA
18682           wouldn't do anything because we're not negotiated yet, leading
18683           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18684
18685 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18686
18687         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18688
18689         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18690           No warnings (#157986).
18691
18692 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18693
18694         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18695           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18696
18697 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18698
18699         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18700           Signal no-more-pads (so it works in playbin).
18701
18702 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * ext/musepack/gstmusepackreader.cpp:
18705           Workaround for older core.
18706
18707 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18708
18709         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18710           Actually test for odd width/height rather than testing whether
18711           a temporary variable that was 0 before we subtracted 1 is now
18712           not equal to zero (which it always is).
18713
18714 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18715
18716         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18717         Fix compilation if HAVE_XVIDEO is not defined
18718
18719 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18720
18721         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18722         Fix compilation if HAVE_XVIDEO is not defined
18723
18724 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18725
18726         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18727         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18728         (gst_goom_change_state), (plugin_init):
18729         Use the bytestream adapter so goom doesn't depend on the input
18730         buffer size.
18731         Add a debug category
18732
18733 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18734
18735         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18736           Only set hardware parameters *after* negotiation. Before
18737           negotiation, it will set ANY and that seems to cause crashes
18738           (see e.g. #151288, #153227).
18739
18740 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18741
18742         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18743           This seems to be antique leftover. It needs to pass error
18744           checking.
18745         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18746         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18747         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18748         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18749           Fix GstXOverlay implementation (#151059).
18750
18751 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18752
18753         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18754           Don't assert (#157853).
18755
18756 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18757
18758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18759           Fix bytes/samples confustion.
18760         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18761           Fix for underrun (#144389).
18762
18763 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18764
18765         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18766           Disable halfway-seek for pending release (since it needs a new
18767           core release).
18768
18769 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18770
18771         * sys/v4l/gstv4lsrc.c:
18772         * sys/v4l/gstv4lsrc.h:
18773         * sys/v4l/v4lsrc_calls.c:
18774           add autoprobe-fps property so we can separate autoprobing parts
18775
18776 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18777
18778         * sys/v4l/gstv4lsrc.c:
18779         * sys/v4l/v4lsrc_calls.c:
18780         initialise fourcc to catch unset fourcc's, and debug
18781
18782 2004-11-09  Wim Taymans  <wim@fluendo.com>
18783
18784         * gst/playback/README:
18785         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18786         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18787         (gst_play_bin_dispose), (gst_play_bin_set_property),
18788         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18789         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18790         (gst_play_bin_get_formats), (gst_play_bin_convert),
18791         (gst_play_bin_get_query_types), (gst_play_bin_query):
18792         Cleanups and some more documentation.
18793
18794 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18795
18796         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18797         (gst_cacasink_init), (gst_cacasink_chain):
18798         * ext/libcaca/gstcacasink.h:
18799         Cacasink inherits from VideoSink, so let that store the clock.
18800
18801 2004-11-09  Wim Taymans  <wim@fluendo.com>
18802
18803         * gst/playback/README:
18804         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18805         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18806         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18807         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18808         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18809         (setup_sinks):
18810         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18811         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18812         * gst/playback/gststreaminfo.h:
18813         Updated README.
18814         Only switch groups if all streams have muted (EOSed).
18815         Send Tags in sync with the stream playback instead of in
18816         the playback/preroll phase.
18817         Some cleanups, free the fakesrc elements.
18818
18819 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18820
18821         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18822           buffer-frames property was missing
18823         * ext/arts/gst_arts.c:
18824           rate missing from sinkcaps
18825         * ext/audiofile/gstafparse.c:
18826         * ext/audiofile/gstafsink.c:
18827         * ext/audiofile/gstafsrc.c:
18828         * ext/swfdec/gstswfdec.c:
18829           int audio doesn't know buffer-frames
18830         * ext/cdparanoia/gstcdparanoia.c:
18831           int audio doesn't know chunksize either
18832         * ext/nas/nassink.c:
18833           it's endianness, not endianess
18834         * gst-libs/gst/audio/audio.h:
18835           make float standard pad template caps really describe float
18836         * gst/law/mulaw.c: (linear_factory):
18837           signed only, please
18838         * gst/mpegstream/gstdvddemux.c:
18839           widths of 20 are not valid
18840
18841 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18842
18843         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18844
18845         * po/LINGUAS:
18846         * po/it.po:
18847           Add Italian
18848
18849 2004-11-08  Wim Taymans  <wim@fluendo.com>
18850
18851         * gst/playback/README:
18852         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18853         * gst/playback/gstplaybasebin.c: (probe_triggered),
18854         (gst_play_base_bin_change_state):
18855         Updated README, added more comments for fixmes etc..
18856
18857 2004-11-08  Wim Taymans  <wim@fluendo.com>
18858
18859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18860         We can remove this hack now.
18861
18862 2004-11-08  Wim Taymans  <wim@fluendo.com>
18863
18864         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18865         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18866         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18867         Only mix AYUV for maximum quality.
18868
18869 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18870
18871         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18872         (gst_ogg_demux_push), (gst_ogg_pad_push):
18873           Let's act as if we're synchronized now! :).
18874         * ext/theora/theoradec.c: (theora_dec_chain):
18875           Add some debug.
18876
18877 2004-11-08  Wim Taymans  <wim@fluendo.com>
18878
18879         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18880         (gst_alpha_set_property), (gst_alpha_sink_link),
18881         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18882         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18883         (gst_alpha_init_params), (gst_alpha_chain):
18884         Implement alpha functions for AYUV too, this increases
18885         accuracy quite a bit.
18886
18887 2004-11-08  Wim Taymans  <wim@fluendo.com>
18888
18889         * gst/ffmpegcolorspace/avcodec.h:
18890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18891         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18892         (gst_ffmpegcsp_avpicture_fill):
18893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18894         (gst_ffmpegcsp_caps_remove_format_info):
18895         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18896         (shrink12), (img_get_alpha_info), (deinterlace_line),
18897         (deinterlace_line_inplace):
18898         * gst/ffmpegcolorspace/imgconvert_template.h:
18899         Added AYUV colorspace and handle RGBA a bit more respectful.
18900
18901 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18902
18903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18904           Actually always send a discont (cornercase when resending the
18905           same serial-tagged chain twice).
18906
18907 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18908
18909         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18910         (gst_ximagesink_finalize):
18911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18912         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18913
18914 2004-11-08  Wim Taymans  <wim@fluendo.com>
18915
18916         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18917         Don't segfault on NULL data.
18918
18919 2004-11-08  Wim Taymans  <wim@fluendo.com>
18920
18921         * gst/playback/gstdecodebin.c: (unlinked):
18922         * gst/playback/gstplay-marshal.list:
18923         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18924         (gst_play_base_bin_init), (group_create), (get_active_group),
18925         (get_building_group), (group_destroy), (group_commit),
18926         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18927         (add_element_stream), (no_more_pads), (probe_triggered),
18928         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18929         (state_change), (setup_source), (gst_play_base_bin_get_property),
18930         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18931         (gst_play_base_bin_link_stream),
18932         (gst_play_base_bin_get_streaminfo):
18933         * gst/playback/gstplaybasebin.h:
18934         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18935         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18936         Add support for chained ogg files. Prepare for playlist
18937         support. This patch introduces the concept of pad groups, which
18938         together compose one playable media file.
18939
18940 2004-11-07  David Schleef  <ds@schleef.org>
18941
18942         * testsuite/gst-lint: Check for pad templates that aren't statically
18943         scoped.
18944
18945 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18946
18947         * configure.ac:
18948         * ext/Makefile.am:
18949         * ext/musepack/Makefile.am:
18950         * ext/musepack/gstmusepackdec.cpp:
18951         * ext/musepack/gstmusepackdec.h:
18952         * ext/musepack/gstmusepackreader.cpp:
18953         * ext/musepack/gstmusepackreader.h:
18954           Add musepack decoder.
18955         * ext/faad/gstfaad.c: (gst_faad_base_init):
18956           Make pad templates static.
18957         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18958         (plugin_init):
18959           Add musepack typefinder, make mp3 typefinding work halfway stream,
18960           which doesn't actually work yet because id3demux doesn't implement
18961           _get_length().
18962
18963 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18964
18965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18966         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18967           Fix interrupt event handling (#144436).
18968
18969 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18970
18971         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18972           Hide unused glory.
18973
18974 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18975
18976         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18977
18978         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18979           Fix weird caps (#157548).
18980
18981 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18982
18983         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18984
18985         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18986           Add missing NULL terminator (#157543).
18987
18988 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18989
18990         * gst/tcp/gsttcp.h:
18991         * gst/tcp/gsttcpclientsink.c:
18992         * gst/tcp/gsttcpclientsrc.c:
18993         * gst/tcp/gsttcpserversink.c:
18994         * gst/tcp/gsttcpserversrc.c:
18995           ports can go up to 65535.  Move common defines to gsttcp.h
18996
18997 2004-11-05  Wim Taymans  <wim@fluendo.com>
18998
18999         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19000         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19001         Added two more colorspaces.
19002
19003 2004-11-05  Wim Taymans  <wim@fluendo.com>
19004
19005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19006         (gst_ffmpegcsp_avpicture_fill):
19007         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19008         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19009         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19010         More stride fixes.
19011
19012 2004-11-05  Wim Taymans  <wim@fluendo.com>
19013
19014         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19015         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19016         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19017         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19018         (gst_videomixer_loop):
19019         More stride fixes.
19020
19021 2004-11-05  Benjamin Otte  <otte@gnome.org>
19022
19023         * ext/mad/gstmad.c: (gst_mad_chain):
19024           don't overflow data buffer. Flush not needed sync data when syncing
19025           failed.
19026
19027 2004-11-04  Wim Taymans  <wim@fluendo.com>
19028
19029         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19030         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19031         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19032         (gst_alpha_init_params), (gst_alpha_chain),
19033         (gst_alpha_change_state):
19034         Updated the chroma keying algorithm with something more
19035         sophisticated.
19036
19037 2004-11-03  Wim Taymans  <wim@fluendo.com>
19038
19039         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19040         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19041         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19042         Fix stride issues. Does not completely work for odd
19043         heights.
19044
19045 2004-11-03  Wim Taymans  <wim@fluendo.com>
19046
19047         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19048         (gst_alpha_chroma_key), (gst_alpha_chain):
19049         Fix stride issues. Does not completely work for odd
19050         heights.
19051
19052 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19053
19054         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19055         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19056         leak fixes
19057
19058 2004-11-03  Wim Taymans  <wim@fluendo.com>
19059
19060         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19061         (gst_ffmpegcsp_avpicture_fill):
19062         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19063         (avpicture_alloc):
19064         * gst/ffmpegcolorspace/imgconvert_template.h:
19065         Use correct _fill function to get correct strides.
19066
19067 2004-11-02  David Schleef  <ds@schleef.org>
19068
19069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19070         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19071         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19072         Change all g_print()s to debugging.  Add a bunch of consistency
19073         checks.
19074
19075 2004-11-02  Wim Taymans  <wim@fluendo.com>
19076
19077         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19078         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19079         (unlinked), (no_more_pads), (close_link):
19080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19081         (unknown_type), (add_element_stream), (new_decoded_pad),
19082         (removed_decoded_pad), (setup_source):
19083         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19084         (gst_stream_info_class_init), (gst_stream_info_init),
19085         (gst_stream_info_new), (gst_stream_info_dispose),
19086         (stream_info_mute_pad), (gst_stream_info_set_property),
19087         (gst_stream_info_get_property):
19088         * gst/playback/gststreaminfo.h:
19089         Fix playback of multiple files.
19090         a slightly different approach to handling dynamic pad removals.
19091         This one only looks at pads that we have linked.
19092
19093 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19094
19095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19096         free" warning from libc.
19097
19098 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19099
19100         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19101         (get_unconnected_element), (remove_starting_from), (pad_removed),
19102         (close_link):
19103           Implement support for dynamic pad changing. We listen to "live"
19104           pad removals (i.e. while playing) and re-setup autoplugging
19105           after that. Playbasebin/playbin need some more work for this
19106           to finally work, but decodebin supports (and replugs) chained
19107           ogg now.
19108
19109 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19110
19111         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19112         (gst_alsa_finalize):
19113         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19114         (gst_cdaudio_finalize):
19115         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19116         (cdparanoia_finalize):
19117         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19118         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19119         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19120         (dvdreadsrc_finalize):
19121         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19122         (gst_flacdec_finalize):
19123         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19124         (gst_flacenc_finalize):
19125         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19126         (gst_gnomevfssink_finalize):
19127         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19128         (gst_gnomevfssrc_finalize):
19129         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19130         (gst_fameenc_finalize):
19131         * ext/nas/nassink.c: (gst_nassink_class_init),
19132         (gst_nassink_finalize):
19133         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19134         (gst_sdlvideosink_class_init):
19135         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19136         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19137         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19138         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19139         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19140         (gst_x_window_listener_dispose):
19141         * gst/audioscale/gstaudioscale.c:
19142         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19143         (play_on_demand_finalize):
19144         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19145         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19146         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19147         (cdplayer_finalize):
19148         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19149         (gst_glimagesink_class_init):
19150         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19151         (gst_osselement_finalize):
19152         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19153         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19154         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19155           Fixes a bunch of problems with finalize and dispose functions,
19156           either assumptions that dispose is only called once, or not calling
19157           the parent class dispose/finalize function
19158
19159 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19160
19161         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19162           added two api precondition guards
19163           use g_strdup with getenv to fix crash when using ENVVAR
19164
19165 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19166         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19167         (gst_esdsink_finalize):
19168         Use a finalize function, not dispose, and more importantly,
19169         call the parent class finalize function too
19170
19171 2004-11-01  Johan Dahlin  <johan@gnome.org>
19172
19173         * ext/ogg/gstoggdemux.c:
19174         * gst/tags/gstvorbistag.c:
19175         Plug leaks.
19176
19177 2004-10-31  Benjamin Otte  <otte@gnome.org>
19178
19179         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19180           lotsa memleaks today. But they're all small...
19181
19182 2004-10-31  Benjamin Otte  <otte@gnome.org>
19183
19184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19185           another memleak crushed
19186
19187 2004-10-31  Benjamin Otte  <otte@gnome.org>
19188
19189         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19190           fix memleak
19191
19192 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19193
19194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19195           Hack to prevent crash when going to READY inside signal handler
19196           while this function is active.
19197
19198 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19199
19200         * gst/ffmpegcolorspace/Makefile.am:
19201         * gst/ffmpegcolorspace/avcodec.h:
19202         * gst/ffmpegcolorspace/common.h:
19203         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19204         * gst/ffmpegcolorspace/dsputil.h:
19205         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19206         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19207         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19208         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19209         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19210         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19211         (gst_ffmpegcsp_avpicture_fill):
19212         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19214         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19215         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19216         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19217         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19218         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19219         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19220         * gst/ffmpegcolorspace/imgconvert.c:
19221         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19222         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19223         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19224         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19225         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19226         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19227         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19228         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19229         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19230         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19231         (grow21), (grow22), (grow41), (grow44), (conv411),
19232         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19233         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19234         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19235         (avpicture_free), (is_yuv_planar), (img_convert),
19236         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19237         (deinterlace_line_inplace), (deinterlace_bottom_field),
19238         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19239         * gst/ffmpegcolorspace/imgconvert_template.h:
19240         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19241         * gst/ffmpegcolorspace/mmx.h:
19242         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19243         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19244         (av_freep), (avcodec_get_context_defaults),
19245         (avcodec_alloc_context), (avcodec_init):
19246           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19247           handling plus update from ffmpeg CVS. Large clean-up.
19248
19249 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19250
19251         * gst/playback/Makefile.am:
19252           We need the marshallers for decodebin, too.
19253
19254 2004-10-30  David Schleef  <ds@schleef.org>
19255
19256         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19257           quicktime typefinding work with 64-bit offsets.
19258
19259 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19260
19261         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19262           Set EOS on the element when processing an EOS event.
19263         * ext/speex/gstspeexdec.h:
19264         * ext/speex/gstspeexenc.h:
19265           Only keep a const ptr to the mode
19266         * gst-libs/gst/riff/riff-media.c:
19267         (gst_riff_create_audio_caps_with_data),
19268         (gst_riff_create_audio_template_caps):
19269           Allow WMAV3, with up to 6 channels.
19270         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19271           Don't call gst_pad_set_event_function on a sink pad.
19272         * gst/mpegstream/gstdvddemux.c:
19273         (gst_dvd_demux_get_subpicture_stream),
19274         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19275           Copy the explicit caps that were set across to the cur_* pads,
19276           instead of trying to use a possibly non-existent negotiated caps.
19277           Reset the type of subpicture pads to UNKNOWN after calling
19278           init_stream, so that the caps get set.
19279
19280 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19281
19282         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19283
19284         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19285           Don't touch buffer if it is of size 0 (fixes #151064).
19286
19287 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19288
19289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19290           Synchronized discont handling.
19291
19292 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19293
19294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19295         (gst_ogg_demux_push):
19296           Make seeking sort-of exact again (fixes #156387).
19297
19298 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19299
19300         * gst/playback/gstplaybasebin.c: (unknown_type),
19301         (add_element_stream), (new_decoded_pad),
19302         (gst_play_base_bin_change_state):
19303         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19304         (gst_stream_info_init), (gst_stream_info_new),
19305         (gst_stream_info_dispose), (gst_stream_info_get_property):
19306         * gst/playback/gststreaminfo.h:
19307           Make caps explicitely available. Makes testing for unsupported
19308           types possible. Improves error reporting.
19309
19310 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19311
19312         * gst/audioconvert/gstaudioconvert.c:
19313         (gst_audio_convert_buffer_to_default_format):
19314           Really don't touch read-only buffers (#156563).
19315
19316 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19317
19318         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19319
19320         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19321           Fix memleak (#155223).
19322
19323 2004-10-29  Wim Taymans  <wim@fluendo.com>
19324
19325         * gst/tcp/.cvsignore:
19326         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19327         (gst_multifdsink_class_init), (gst_multifdsink_init),
19328         (gst_multifdsink_add), (gst_multifdsink_remove),
19329         (gst_multifdsink_remove_client_link), (is_sync_frame),
19330         (gst_multifdsink_new_client),
19331         (gst_multifdsink_handle_client_write),
19332         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19333         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19334         (gst_multifdsink_get_property):
19335         * gst/tcp/gstmultifdsink.h:
19336         Added burst on connect sync_method, deprecated sync_clients,
19337         streamlined the sync code some more.
19338
19339 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19340
19341         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19342         (gst_play_base_bin_change_state):
19343           Improve error reporting.
19344
19345 2004-10-28  Wim Taymans  <wim@fluendo.com>
19346
19347         * gst/tcp/Makefile.am:
19348         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19349         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19350         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19351         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19352         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19353         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19354         (gst_fdset_wait):
19355         Added more locks around fdset structures. Fixed/reworked
19356         the poll array resizing code.
19357         Added stress test for fdset.
19358
19359 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19360
19361         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19362         fix build
19363
19364 2004-10-28  Benjamin Otte  <otte@gnome.org>
19365
19366         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19367           fix link function to always query channels and query width for
19368           floats
19369         * configure.ac:
19370           add equalizer dir
19371         * gst/equalizer/Makefile.am:
19372         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19373         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19374         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19375         (arg_to_scale), (setup_filter),
19376         (gst_iir_equalizer_compute_frequencies),
19377         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19378         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19379         (plugin_init):
19380           add an equalizer
19381
19382 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19383
19384         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19385
19386         * po/LINGUAS:
19387         * po/nb.po:
19388           Added Norwegian Bokmaal translation
19389
19390 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19391
19392         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19393           Don't break on options (fixes #156488).
19394
19395 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19396
19397         * configure.ac:
19398         * ext/cdaudio/Makefile.am:
19399         * sys/Makefile.am:
19400           fix build on older automake
19401
19402 2004-10-26  Wim Taymans  <wim@fluendo.com>
19403
19404         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19405         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19406         Allow a little margin when negotiating the framerate.
19407
19408 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19409
19410         * gst/level/gstlevel.c:
19411           synchonised naming of pads and pad-templates
19412
19413 2004-10-26  Wim Taymans  <wim@fluendo.com>
19414
19415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19416         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19417         (_find_streams_check), (gst_ogg_demux_push):
19418         Fix EOS again. Needs to be done in a better way. We should not
19419         remove the pad if there is no new chained stream.
19420
19421 2004-10-26 Iain <iaingnome@gmail.com>
19422
19423         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19424         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19425         of the caps.
19426         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19427         pad.
19428         (interleave_release_pad): Remove the pad.
19429         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19430         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19431         the set device.
19432         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19433         attrs
19434         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19435         (gst_xvimagesink_finalize): Free the par.
19436
19437 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19438
19439         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19440         (gst_avimux_stop_file):
19441           First calculate the rate, and only then use it. Hdr.rate is a
19442           multiple and not a derivative of hdr.scale. Scale is not the
19443           same as blockalign but is solely related to rate.
19444
19445 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19446
19447         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19448         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19449           Implement seeking.
19450
19451 2004-10-25  James Henstridge  <james@jamesh.id.au>
19452
19453         Reviewed by:  David Schleef  <ds@schleef.org>
19454
19455         * examples/gstplay/player.c: (got_stream_length), (main):
19456         * examples/seeking/cdplayer.c: (update_scale):
19457         * examples/seeking/seek.c: (format_value), (update_scale):
19458         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19459         (stop_seek):
19460         Build fixes on AMD64.
19461
19462 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19463
19464         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19465
19466         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19467         Fix for some v4l cards which hang in v4lsrc
19468
19469 2004-10-25  Wim Taymans  <wim@fluendo.com>
19470
19471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19472         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19473         Make sure to remove the pad when a new chain is
19474         encountered. Set some vars to NULL so we don't try
19475         to reference freed memory.
19476
19477 2004-10-25  Wim Taymans  <wim@fluendo.com>
19478
19479         * examples/seeking/Makefile.am:
19480         * examples/seeking/cdplayer.c: (update_scale):
19481         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19482         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19483         (format_value), (update_scale), (iterate), (start_seek),
19484         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19485         (print_usage), (main):
19486         Added some more examples, update others.
19487
19488 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19489
19490         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19491         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19492         * ext/theora/theoradec.c: (theora_dec_chain):
19493         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19494           Add codec-name metadata.
19495
19496 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19497
19498         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19499
19500         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19501         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19502         * ext/alsa/gstalsamixertrack.h:
19503         * po/POTFILES.in:
19504           ALSA mixer track label internationalization (#154054).
19505
19506 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19507
19508         * ext/theora/theoradec.c: (theora_dec_chain):
19509           Export bitrate as metadata.
19510
19511 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19512
19513         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19514         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19515         * ext/alsa/gstalsamixertrack.h:
19516           Fix names, fix loop.
19517
19518 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19519
19520         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19521         (speex_dec_convert):
19522           sinkconvert function so oggdemux can get the file length (totem).
19523
19524 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19525
19526         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19529           Don't push incomplete packets.
19530         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19531           Fix MPEG-4 audio typefinding.
19532
19533 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19534
19535         * sys/v4l/Makefile.am:
19536         * sys/v4l/gstv4l.c: (plugin_init):
19537         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19538         (gst_v4lelement_init), (gst_v4lelement_dispose),
19539         (gst_v4lelement_change_state):
19540         * sys/v4l/gstv4lelement.h:
19541         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19542         (gst_v4l_xoverlay_close), (idle_refresh),
19543         (gst_v4l_xoverlay_set_xwindow_id):
19544         * sys/v4l/gstv4lxoverlay.h:
19545         * sys/v4l/v4l-overlay_calls.c:
19546         * sys/v4l/v4l_calls.h:
19547         * sys/v4l2/Makefile.am:
19548         * sys/v4l2/gstv4l2.c: (plugin_init):
19549         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19550         (gst_v4l2element_init), (gst_v4l2element_dispose),
19551         (gst_v4l2element_change_state):
19552         * sys/v4l2/gstv4l2element.h:
19553         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19554         (gst_v4l2_xoverlay_close), (idle_refresh),
19555         (gst_v4l2_xoverlay_set_xwindow_id):
19556         * sys/v4l2/gstv4l2xoverlay.h:
19557         * sys/v4l2/v4l2-overlay_calls.c:
19558         * sys/v4l2/v4l2_calls.h:
19559           Remove client-side overlay handling, use the X-server v4l plugin
19560           for that. Nicer overlay, less code. Also make the plugin
19561           compileable without X (but then without overlay, obviously).
19562           Makes xwindowlistener obsolete, should we remove that?
19563
19564 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19565
19566         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19567         (gst_osssrc_src_query):
19568         * sys/oss/gstosssrc.h:
19569           OK, so people want offset in DEFAULT. This time, actually fix all
19570           cases.
19571         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19572           Add FPS properly.
19573
19574 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19575
19576         * gst/asfdemux/gstasfmux.c:
19577         * gst/avi/gstavimux.c:
19578           Framerate.
19579
19580 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19581
19582         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19583           Fix properties (channel, norm, frequency).
19584
19585 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19588           Flag typo.
19589         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19590           No warnings.
19591
19592 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19593
19594         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19595           Fix hang.
19596
19597 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * sys/v4l2/gstv4l2element.h:
19600           Yet Another Hack (tm) for kernel header borkedness.
19601         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19602         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19603         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19604         (gst_v4l2src_change_state):
19605         * sys/v4l2/gstv4l2src.h:
19606         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19607         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19608           Fix caps, keep track of state, work.
19609
19610 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19611
19612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19613           Quiet.
19614
19615 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19616
19617         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19618           Don't mix bytes and samples.
19619
19620 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19621
19622         * ext/ogg/gstoggmux.c:
19623           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19624           and theora. Any is incorrect.
19625         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19626           Fix caps.
19627         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19628         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19629         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19630         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19631         * sys/v4l/gstv4lmjpegsrc.h:
19632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19633         (gst_v4lsrc_change_state):
19634         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19635         (gst_v4lmjpegsrc_capture_stop):
19636           Fix caps. Keep track of internal state. Work.
19637
19638 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19639
19640         * ext/Makefile.am:
19641           Fix the build fixes.
19642
19643 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19644
19645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19646         (gst_ogg_demux_src_event), (_find_chain_seek),
19647         (gst_ogg_pad_push):
19648           Check for pad availability before using it.
19649         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19650           Fix parsing of chained ogg. Needs more work on the decoder side.
19651
19652 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19653
19654         * gst/spectrum/Makefile.am:
19655         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19656         (idle_func):
19657           Fix demo and reenable it. Yes, I'm currently playing with audio
19658           analysis tools
19659
19660 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19661
19662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19663           We love it if files that start at zero work too...
19664
19665 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19666
19667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19668           Handle files with missing EOS headers.
19669
19670 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19671
19672         * gst/tcp/gsttcpserversink.c:
19673         (gst_tcpserversink_handle_server_read),
19674         (gst_tcpserversink_init_send):
19675         Zero some variables first (need for accept not to return EINVAL)
19676
19677 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19678
19679         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19680         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19681         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19682         (theora_dec_chain):
19683         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19684         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19685           Seeking and querying finetune.
19686
19687 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19688
19689         * configure.ac:
19690         * ext/Makefile.am:
19691         * ext/raw1394/Makefile.am:
19692           fix the build
19693
19694 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19695
19696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19697           Wrong return.
19698         * gst/playback/Makefile.am:
19699         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19700         * gst/playback/gstplay-marshal.list:
19701         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19702           Fix marshallers.
19703
19704 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19705
19706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19707           Silence.
19708
19709 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19710
19711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19712         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19713         (gst_ogg_pad_push):
19714           Yay for non-lineair granulepos in theora.
19715
19716 2004-10-18  Wim Taymans  <wim@fluendo.com>
19717
19718         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19719         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19720         * ext/dv/gstdvdec.h:
19721         Make sure we renegotiate aspect ratio when the camera switches.
19722
19723 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19724
19725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19726         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19727           Start at zero.
19728         * ext/theora/theoradec.c: (theora_dec_chain):
19729           Skip headers. Bad idea for chained ogg, but fixes seeking.
19730
19731 2004-10-18  Wim Taymans  <wim@fluendo.com>
19732
19733         * configure.ac:
19734         I swear, this is the last time I touch this.
19735
19736 2004-10-18  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_populate),
19740         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19741           Faster seeking.
19742         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19743           Time-to-default conversion.
19744         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19745           Don't error on unknown packets, just skip. We should probably
19746           read them if we want to support chained ogg.
19747
19748 2004-10-18  Wim Taymans  <wim@fluendo.com>
19749
19750         * configure.ac:
19751         Added cdaudio to wrong list.
19752
19753 2004-10-18  Wim Taymans  <wim@fluendo.com>
19754
19755         * configure.ac:
19756         Revive cdaudio.
19757
19758 2004-10-18  Wim Taymans  <wim@fluendo.com>
19759
19760         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19761         (gst_dvdec_video_link), (gst_dvdec_push):
19762         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19763         (gst_smokeenc_resync), (gst_smokeenc_chain):
19764         Fix mimetype on smoke encoder.
19765         Add aspect ratio to dvdec. Not sure if these
19766         values are correct though....
19767
19768 2004-10-18  Wim Taymans  <wim@fluendo.com>
19769
19770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19771         Fix vorbis property descriptions and ranges.
19772
19773 2004-10-18  Wim Taymans  <wim@fluendo.com>
19774
19775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19776         Really do nothing when no data is available.
19777         Go to the playing state when the stream is not seekable
19778         instead of failing.
19779
19780 2004-10-18  Wim Taymans  <wim@fluendo.com>
19781
19782         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19783         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19784         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19785         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19786         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19787         Added uri handler for cd://
19788         Port to new API.
19789
19790 2004-10-18  Wim Taymans  <wim@fluendo.com>
19791
19792         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19793         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19794         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19795         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19796         (remove_prerolls), (unknown_type), (add_element_stream),
19797         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19798         (gst_play_base_bin_remove_element),
19799         (gst_play_base_bin_link_stream):
19800         * gst/playback/gstplaybin.c: (gen_video_element),
19801         (gen_vis_element), (remove_sinks), (setup_sinks):
19802         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19803         (gst_stream_info_get_type), (gst_stream_info_class_init),
19804         (gst_stream_info_init), (gst_stream_info_new),
19805         (gst_stream_info_dispose), (stream_info_mute_pad),
19806         (gst_stream_info_set_property), (gst_stream_info_get_property):
19807         * gst/playback/gststreaminfo.h:
19808         Add sink padtemplate to decodebin.
19809         Added some more comments.
19810         Make queue size configurable in playbasebin.
19811         Added possibility to use elements as sinks (ex cdaudio).
19812
19813 2004-10-15  Wim Taymans  <wim@fluendo.com>
19814
19815         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19816         (gst_speexenc_chain):
19817         Fix speex timestamps so that it gets muxed properly.
19818
19819 2004-10-15  Wim Taymans  <wim@fluendo.com>
19820
19821         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19822         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19823         (gst_dv1394src_init), (gst_dv1394src_dispose),
19824         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19825         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19826         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19827         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19828         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19829         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19830         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19831         * ext/raw1394/gstdv1394src.h:
19832         Added conversion/query functions.
19833         Update buffer timestamps,
19834         Added signals.
19835         Added uri dv:// so it might play from the firewire in playbin.
19836         Fix a possible leak.
19837         Added debugging.
19838
19839 2004-10-15  Wim Taymans  <wim@fluendo.com>
19840
19841         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19842         (gst_dv1394src_init), (gst_dv1394src_set_property),
19843         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19844         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19845         * ext/raw1394/gstdv1394src.h:
19846         Added AV/C VTR control support needed for some cameras.
19847         Added automatic port detection.
19848         Added properties for selecting the channel.
19849         The configure.ac script is not yet updated to reflect the
19850         new libavc1394 and librom1394 dependencies.
19851
19852 2004-10-15  Wim Taymans  <wim@fluendo.com>
19853
19854         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19855         (qtdemux_parse), (gst_qtdemux_handle_esds):
19856         An esds box is not a container.
19857         Fix parsing of mp4v boxes.
19858         Do not try to renegotiate fps for each frame. Need to
19859         find a better method. This should fix mp4 playback.
19860
19861 2004-10-14  David Schleef  <ds@schleef.org>
19862
19863         * configure.ac: update for swfdec-0.3 and liboil-0.2
19864         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19865         * ext/swfdec/gstswfdec.h: same
19866         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19867         * gst/videotestsrc/videotestsrc.c: same
19868
19869 2004-10-14  Wim Taymans  <wim@fluendo.com>
19870
19871         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19872         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19873         (is_sync_frame), (gst_multifdsink_new_client),
19874         (gst_multifdsink_handle_client_write),
19875         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19876         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19877         Turn warnings into info.
19878         Don't allow a state change in the streaming thread.
19879
19880 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19881
19882         * ext/vorbis/oggvorbisenc.c:
19883         * ext/vorbis/vorbisdec.c:
19884           fix template sample rate
19885
19886 2004-10-13  Wim Taymans  <wim@fluendo.com>
19887
19888         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19889         Decoding the header first fixes some problems in resyncing
19890         in more mp3s.
19891
19892 2004-10-12  Wim Taymans  <wim@fluendo.com>
19893
19894         * gst/playback/gstplaybin.c: (gen_video_element),
19895         (gen_vis_element), (remove_sinks), (setup_sinks):
19896         Added vis plugin support, need to configure the vis
19897         element to activate it.
19898
19899 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19900
19901         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19902         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19903           Some debug.
19904         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19905         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19906         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19907         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19908         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19909         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19910         * gst/avi/gstavidemux.h:
19911           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19912           recovery (where, if part of the index is broken, we will still read
19913           the rest of the index and recover the broken part by stream
19914           scanning). More broken media support. EOS workarounds. General AVI
19915           braindamage headache recovery. Aspirin included.
19916
19917 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19918
19919         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19920         (cdparanoia_event), (cdparanoia_query):
19921           Get rid of hideous lead-in.
19922
19923 2004-10-11  Wim Taymans  <wim@fluendo.com>
19924
19925         * gst/playback/gstplaybasebin.c: (setup_source):
19926         Wrong var used to get g_list_next.
19927
19928 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19929
19930         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19931         (cdparanoia_get), (cdparanoia_open):
19932           Report discid as metadata, add duration.
19933
19934 2004-10-11  Wim Taymans  <wim@fluendo.com>
19935
19936         * gst/playback/gstplaybasebin.c: (setup_source):
19937         Cleanup the previous pipeline a little earlier for the
19938         case that a source element provides raw data.
19939
19940 2004-10-11  Benjamin Otte  <otte@gnome.org>
19941
19942         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19943           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19944           consuming the last 128 bytes, even though it was valid mp3 data.
19945
19946 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19947
19948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19949         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19950         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19951         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19952
19953 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19954
19955         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19956         Fix for webcams that support only specific width or height
19957
19958 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19959
19960         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19961
19962         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19963           Fix wrong discont event setup (fixes #154967).
19964
19965 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19966
19967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19968
19969         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19970           Error out on invalid data (fixes #154807).
19971
19972 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19973
19974         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19975
19976         * ext/dvdread/dvdreadsrc.c: (_read):
19977           Make titles > 0 work again (fixes #154834).
19978
19979 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19980
19981         * gst-libs/gst/riff/riff-media.c:
19982         (gst_riff_create_video_template_caps):
19983           WMV3 missing in template caps.
19984
19985 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19986
19987         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19988           OK, so the original code was too strict. It makes random AVI files
19989           hang for seconds upon opening, which is unacceptable and is far
19990           beyond the original goal of getting multiple chunks for one-chunk
19991           sounc stream files. So now do just that.
19992
19993 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19994
19995         * gst/playback/gstplaybasebin.c: (setup_source),
19996         (gst_play_base_bin_change_state):
19997           Actually clean up streaminfo if output fails. This would trigger
19998           if, for example, there was no CD in the drive. No preroll, so
19999           a streaminfo structure is created, but the subsequent state change
20000           of the thread fails.
20001         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20002           Don't change state if parent failed.
20003
20004 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20005
20006         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20007         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20008         (gen_video_element), (remove_sinks):
20009           Add small bits of code for screenshot handling.
20010
20011 2004-10-08  Wim Taymans  <wim@fluendo.com>
20012
20013         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20014         (gen_video_element), (gen_audio_element), (setup_sinks):
20015         Don't assume the user provided sinks are named "sink"...
20016
20017 2004-10-08  Wim Taymans  <wim@fluendo.com>
20018
20019         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20020         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20021         (gst_play_base_bin_link_stream):
20022         Do not try to autoplug sources that generate raw streams like
20023         cdparanoia.
20024         disconnect the preroll overrun signal when we don't need it anymore.
20025
20026 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20027
20028         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20029         Added reworked patch from #154903 from milosz derezynski (deadchip).
20030
20031 2004-10-08  Wim Taymans  <wim@fluendo.com>
20032
20033         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20034         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20035         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20036         (cdparanoia_convert), (cdparanoia_uri_get_type),
20037         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20038         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20039         * ext/cdparanoia/gstcdparanoia.h:
20040         This adds the cdda://<tracknum> uri.
20041
20042 2004-10-08  Wim Taymans  <wim@fluendo.com>
20043
20044         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20045         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20046         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20048         (unknown_type), (gst_play_base_bin_remove_element),
20049         (gst_play_base_bin_link_stream):
20050         * gst/playback/gstplaybasebin.h:
20051         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20052         (gst_play_bin_set_property), (gen_video_element),
20053         (gen_audio_element), (setup_sinks):
20054         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20055         (gst_stream_info_get_type), (gst_stream_info_class_init),
20056         (gst_stream_info_init), (gst_stream_info_new),
20057         (gst_stream_info_dispose), (stream_info_mute_pad),
20058         (gst_stream_info_set_property), (gst_stream_info_get_property):
20059         * gst/playback/gststreaminfo.h:
20060         Reuse the audio and video bins.
20061         Some internal cleanups in the stream selection code.
20062
20063 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20064
20065         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20066         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20067         * sys/ximage/ximagesink.h:
20068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20069         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20070         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20071         not coming from those elements. Moreover these elements should not keep
20072         the xid they have been given when in NULL state.
20073
20074 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20075
20076         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20077         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20078         * sys/ximage/ximagesink.h:
20079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20080         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20081         * sys/xvimage/xvimagesink.h:
20082           Actually only create a new toplevel window if we're not gonna
20083           embed it right after.
20084
20085 2004-10-07  Wim Taymans  <wim@fluendo.com>
20086
20087         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20088         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20089         * gst/playback/gstplaybin.c: (setup_sinks):
20090         Implement muting/unmuting of streams, mute streams that are not
20091         used.
20092
20093 2004-10-07  Wim Taymans  <wim@fluendo.com>
20094
20095         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20096         (plugin_init):
20097         Added lame audio/x-ac3 typefind function.
20098
20099 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20100
20101         * configure.ac:
20102           bump nano to cvs
20103
20104 === release 0.8.5 ===
20105
20106 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20107
20108         * NEWS:
20109         * RELEASE:
20110         * configure.ac:
20111           releasing 0.8.5, "Take You On"
20112
20113 2004-10-06  Wim Taymans  <wim@fluendo.com>
20114
20115         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20116         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20117         (no_more_pads), (close_link), (type_found):
20118         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20119         * gst/playback/gstplaybin.c: (gen_video_element):
20120         Do not signal the no_more_pads after the first pad when
20121         we are plugging a non dynamic element with multiple
20122         output pads (like swfdec, dvdec, ...).
20123
20124 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20125
20126         * configure.ac:
20127           bump for prerelease
20128
20129 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20130
20131         * gst/wavparse/gstwavparse.c:
20132           add ATRAC3 to STATIC CAPS to fix a warning
20133
20134         * gst/matroska/ebml-read.c:
20135         * gst-libs/gst/riff/riff-read.c:
20136           fix typos
20137
20138 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20139
20140         * gst-libs/gst/riff/riff-media.c:
20141           generate caps for ATRAC3 audio streams
20142
20143         * gst/realmedia/rmdemux.c:
20144           generate caps for ATRAC3 audio streams
20145
20146 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20147
20148         * gst/wavparse/Makefile.am
20149         * gst/wavparse/riff.h
20150         * gst/wavparse/wavparse.vcproj
20151           riff.h removal (unused and duplication with riff-ids.h)
20152
20153 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20154
20155         * gst/wavparse/gstwavparse.h
20156           remove duplicated defines for audio codec codes
20157
20158         * gst-libs/gst/riff/riff-ids.h
20159         * gst/wavenc/riff.h:
20160           add "4CC" code for ATRAC3 audio streams
20161           add "4CC" code for ITU_G721_ADPCM (unused for now)
20162
20163 2004-10-06  Wim Taymans  <wim@fluendo.com>
20164
20165         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20166         Actually _do_ negotiation. Pass gdouble as arg instead
20167         of guint64 for the framerate.
20168
20169 2004-10-06  Wim Taymans  <wim@fluendo.com>
20170
20171         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20172         (find_compatibles), (close_pad_link), (try_to_link_1),
20173         (no_more_pads), (close_link), (type_found):
20174         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20175         * gst/playback/gstplaybin.c: (gen_video_element),
20176         (gen_audio_element):
20177         Set state on newly added element to READY so that negotiation
20178         can happen ASAP.
20179         Addes some more debug info.
20180         Do not try to plug pads with multiple caps structures or ANY
20181         because it is too dangerous since we do not do dynamic
20182         replugging.
20183
20184 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20185
20186         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20187
20188         * po/LINGUAS:
20189         * po/or.po:
20190           add Oriya translation
20191
20192 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20193
20194         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20195           Prevent overwrite of size member. Makes audio sound crappy.
20196
20197 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20198
20199         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20200         Add rmvb to the list of known RealMedia extensions
20201
20202 2004-10-05  Wim Taymans  <wim@fluendo.com>
20203
20204         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20205         (mngdec_openstream), (mngdec_closestream),
20206         (mngdec_handle_sink_event), (mngdec_readdata),
20207         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20208         (mngdec_getcanvasline), (mngdec_refresh),
20209         (gst_mngdec_change_state):
20210         Set the framerate correctly.
20211
20212 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20213
20214         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20215           There was something wrong with the index massaging.
20216
20217 2004-10-04  Wim Taymans  <wim@fluendo.com>
20218
20219         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20220         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20221         (gst_smokedec_chain):
20222         * ext/jpeg/gstsmokedec.h:
20223         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20224         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20225         * ext/jpeg/gstsmokeenc.h:
20226         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20227         (smokecodec_decode_new), (smokecodec_info_free),
20228         (smokecodec_set_quality), (smokecodec_get_quality),
20229         (smokecodec_set_threshold), (smokecodec_get_threshold),
20230         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20231         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20232         (smokecodec_encode), (smokecodec_parse_id),
20233         (smokecodec_parse_header), (smokecodec_decode):
20234         * ext/jpeg/smokecodec.h:
20235         * ext/jpeg/smokeformat.h:
20236         Updated smoke, new bitstream, allows embedding in ogg.
20237
20238 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20239
20240         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20241           Fix seeking in some files. All this code is no longer needed (and
20242           actually breaks stuff) because we now synchronize the full index
20243           right when reading the header.
20244
20245 2004-10-04  Wim Taymans  <wim@fluendo.com>
20246
20247         * configure.ac:
20248         configure update for libmng.
20249
20250 2004-10-04  Wim Taymans  <wim@fluendo.com>
20251
20252         * ext/libmng/Makefile.am:
20253         * ext/libmng/gstmng.c: (plugin_init):
20254         * ext/libmng/gstmng.h:
20255         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20256         (gst_mngdec_base_init), (gst_mngdec_class_init),
20257         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20258         (gst_mngdec_loop), (gst_mngdec_get_property),
20259         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20260         (mngdec_closestream), (mngdec_handle_sink_event),
20261         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20262         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20263         (gst_mngdec_change_state):
20264         * ext/libmng/gstmngdec.h:
20265         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20266         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20267         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20268         (gst_mngenc_chain), (gst_mngenc_get_property),
20269         (gst_mngenc_set_property):
20270         * ext/libmng/gstmngenc.h:
20271         Added basic MNG decoder. Needs more work. The encoder does
20272         not work yet.
20273
20274 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20277         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20278         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20279           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20280           no-more-pads.
20281
20282 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * configure.ac:
20285           you need at least 1.0.4 of speex
20286
20287 2004-10-04 Iain <iaingnome@gmail.com>
20288
20289         * ext/speex/gstspeexdec.h: Revert the includes changes.
20290
20291         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20292
20293 2004-09-30 Iain <iaingnome@gmail.com>
20294
20295         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20296         found during init or set as a property instead of hardcoding /dev/audio
20297
20298 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20301         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20302         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20303         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20304         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20305         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20306         (gst_rmdemux_dump_data):
20307           Use debug category, fix EOS handling. filesrc ! rmdemux now
20308           works.
20309
20310 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20311
20312         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20313         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20314         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20315           Improve allocation, cutting and sorting of the index. How takes a
20316           few seconds instead of minutes.
20317
20318 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20319
20320         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20321           fixed compilation
20322
20323 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20324
20325         * gst-libs/gst/riff/riff-media.c:
20326         (gst_riff_create_video_caps_with_data),
20327         (gst_riff_create_video_template_caps):
20328           Add wing commander format mimetype/fourccs.
20329         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20330           Don't crash if some value is 0.
20331
20332 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20333
20334         * gst-libs/gst/riff/riff-media.c:
20335         (gst_riff_create_video_caps_with_data),
20336         (gst_riff_create_video_template_caps):
20337           Add DIB fourcc (raw, palettized 8-bit RGB).
20338         * gst-libs/gst/riff/riff-read.c:
20339         (gst_riff_read_strf_vids_with_data):
20340           Oops, fix strf_data reading bug.
20341         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20342           Use a non-NULL tag.
20343         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20344           Time for hacks. Sorry Dave. At least one quicktime movie (a
20345           trailer) that I've encountered contains multiple video tracks.
20346           One of those is the actual video track, the other are one-frame
20347           tracks (images). Unfortunately, the number of frames according
20348           to the trak header is 1 for each, so that doesn't help. So
20349           instead, I look at the duration and discard tracks with a
20350           duration shorter than 20% of the length of the stream. Better
20351           than nothing.
20352
20353 2004-10-01  Christian Schaller <christian@fluendo.com>
20354
20355         * ext/ivorbis/vorbis.c:
20356           Patch from Phil Blundell (Bug 152341)
20357
20358 2004-10-01  Wim Taymans  <wim@fluendo.com>
20359
20360         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20361         (speex_dec_get_formats), (speex_dec_convert),
20362         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20363         (speex_dec_chain), (gst_speexdec_get_property),
20364         (gst_speexdec_set_property):
20365         Small cleanups.
20366
20367 2004-10-01  Wim Taymans  <wim@fluendo.com>
20368
20369         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20370         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20371         (gst_wavparse_other), (gst_wavparse_loop),
20372         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20373         (gst_wavparse_srcpad_event):
20374         * gst/wavparse/gstwavparse.h:
20375         Added some more debugging info.
20376         Fix the case where the length of the file is 0.
20377         Make sure we seek to sample borders.
20378
20379 2004-10-01  Wim Taymans  <wim@fluendo.com>
20380
20381         * gst/playback/README:
20382         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20383         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20384         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20385         Add some debug info to decodebin, update README
20386
20387 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20390           Don't use g_print(); use GST_DEBUG().
20391
20392 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20393
20394         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20395         (gst_ogg_mux_queue_pads):
20396           Handle EOS properly.
20397
20398 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20399
20400         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20401
20402         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20403         (gst_faad_chain), (gst_faad_change_state):
20404         * ext/faad/gstfaad.h:
20405           Allow playback of raw (unframed) MPEG AAC files (#148993).
20406
20407 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20408
20409         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20410
20411         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20412           Throw error if we didn't recognize the stream. Fixes #152289.
20413
20414 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20415
20416         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20417           Fix negotiation.
20418
20419 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20420
20421         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20422
20423         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20424           Fix memleak.
20425
20426 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20427
20428         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20429
20430         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20431           Solve #152805.
20432         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20433           Solve 152806.
20434
20435 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20436
20437         * gst-libs/gst/riff/riff-media.c:
20438         (gst_riff_create_video_caps_with_data),
20439         (gst_riff_create_audio_caps_with_data):
20440           Add codec_data handling (like asfdemux used to do).
20441         * gst/asfdemux/gstasf.c: (plugin_init):
20442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20443         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20444           Use riff-media for caps creation instead of our own (mostly
20445           broken) copy of its functions.
20446
20447 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20448
20449         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20450           Don't actually error out if we get another return value than
20451           -EINVAL. Opposite to what I first thought, drivers have random
20452           return values for this, although -EINVAL is the expected return
20453           value. Since this is not fatal, we shouldn't use
20454           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20455
20456 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20457
20458         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20459         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20460         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20461         (dvdreadsrc_get), (dvdreadsrc_open_file),
20462         (dvdreadsrc_change_state):
20463           Fix. Don't do one big huge loop around the whole DVD, that will
20464           cache all data and thus eat sizeof(dvd) (several GB) before we
20465           see something.
20466         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20467           Actually NULL'ify event after using it.
20468         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20469         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20470         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20471         (gst_ebml_read_seek), (gst_ebml_read_skip):
20472           Handle events.
20473         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20474         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20475         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20476           Fix timing (this will probably break if I seek using menus, but
20477           I didn't get there yet). VOBs and normal DVDs should now work.
20478           Add a mpeg2-only pad with high rank so this get autoplugged for
20479           MPEG-2 movies.
20480         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20481         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20482         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20483         (gst_mpeg_demux_get_audio_stream),
20484         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20485         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20486           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20487           MPEG-1 but use dvddemux for MPEG-2.
20488         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20489         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20490         (gst_mpeg_parse_parse_packhead):
20491           Timing. Only add pad template if it exists. Add sink template from
20492           class and not from ourselves. This means we will always use the
20493           correct sink template even if it is not the one defined in this
20494           file.
20495
20496 2004-09-29  Wim Taymans  <wim@fluendo.com>
20497
20498         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20499         (gst_mpeg_demux_parse_pes):
20500         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20501         Fix playback of mpeg again, timestamps where screwed up by
20502         patch 1.61.
20503
20504 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20505
20506         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20507           Only return true if we actually filled something in. Prevents
20508           player applications from showing a random length for flac files.
20509         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20510         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20511         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20512         (gst_riff_read_strf_vids_with_data),
20513         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20514           OK, ok, so I implemented event handling. Apparently it's normal
20515           that we receive random events at random points without asking
20516           for it.
20517         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20518         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20519         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20520         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20521         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20522         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20523         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20524         * gst/avi/gstavidemux.h:
20525           Implement non-lineair chunk handling and subchunk processing.
20526           The first solves playback of AVI files where the audio and video
20527           data of individual buffers that we read are not synchronized.
20528           This should not happen according to the wonderful AVI specs, but
20529           of course it does happen in reality. It is also a prerequisite for
20530           the second. Subchunk processing allows us to cut chunks in small
20531           pieces and process each of these pieces separately. This is
20532           required because I've seen several AVI files with incredibly large
20533           audio chunks, even some files with only one audio chunk for the
20534           whole file. This allows for proper playback including seeking.
20535           This patch is supposed to fix all AVI A/V sync issues.
20536         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20537         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20538           Work.
20539         * gst/modplug/gstmodplug.cc:
20540           Proper return value setting for the query() function.
20541         * gst/playback/gstplaybasebin.c: (setup_source):
20542           Being in non-playing state (after, e.g., EOS) is not necessarily
20543           a bad thing. Allow for that. This fixes playback of short files.
20544           They don't actually playback fully now, because the clock already
20545           runs. This means that small files (<500kB) with a small length
20546           (<2sec) will still not or barely play. Other files, such as mod
20547           or flx, will work correctly, however.
20548
20549 2004-09-28  Wim Taymans  <wim@fluendo.com>
20550
20551         * ext/speex/gstspeex.c: (plugin_init):
20552         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20553         (gst_speex_dec_class_init), (speex_dec_get_formats),
20554         (speex_get_event_masks), (speex_get_query_types),
20555         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20556         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20557         (gst_speexdec_get_property), (gst_speexdec_set_property),
20558         (speex_dec_change_state):
20559         * ext/speex/gstspeexdec.h:
20560         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20561         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20562         (gst_speexenc_base_init), (gst_speexenc_class_init),
20563         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20564         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20565         (gst_speexenc_src_query), (gst_speexenc_init),
20566         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20567         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20568         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20569         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20570         (gst_speexenc_chain), (gst_speexenc_get_property),
20571         (gst_speexenc_set_property), (gst_speexenc_change_state):
20572         * ext/speex/gstspeexenc.h:
20573         Rewrote speex encoder, make sure it can be embedded in ogg.
20574         Implemented speex decoder.
20575
20576 2004-09-28  Christian Schaller <christian@fluendo.com>
20577
20578         * configure.ac:
20579         Remove kioslave plugin. Markey is brewing a new working one
20580         * ext/Makefile.am: Remove kioslave plugin
20581         * ext/kio: remove
20582         * gst-plugins.spec.in: remove kio plugin from spec
20583
20584 2004-09-27  Wim Taymans  <wim@fluendo.com>
20585
20586         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20587         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20588         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20589         (gst_multifdsink_new_client),
20590         (gst_multifdsink_handle_client_write),
20591         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20592         (gst_multifdsink_handle_clients):
20593         * gst/tcp/gstmultifdsink.h:
20594         Make syncing to keyframes actually work for new clients and lagging
20595         clients.
20596
20597 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20598
20599         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20600         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20601         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20602         * gst/debug/gstnavigationtest.h:
20603           make navigationtest display button-press and button-release events
20604
20605 2004-09-26 Iain <iaingnome@gmail.com>
20606
20607         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20608         the channels have received a new media event.
20609         (interleave_buffered_loop): Compresses a new media event on all
20610         channels into one.
20611
20612 2004-09-26 Iain <iaingnome@gmail.com>
20613
20614         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20615         call the sinkpad's default event handler and not the srcpads. He also
20616         says this is confusing :)
20617         (gst_wavenc_stop_file): Company says that seek events only go upstream
20618         we should send a discontinuous downstream instead.
20619
20620 2004-09-25  Christian Schaller <christian@fluendo.com>
20621
20622         * Update SPEC file to be usable in conjunction with Fedora Core,
20623           Fedora.us and freshrpms packages
20624         * Fix typo in multifilesrc test Makefile
20625
20626 2004-09-24  Wim Taymans  <wim@fluendo.com>
20627
20628         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20629         Only signal the no_more_pads signal when we have
20630         added the stream to our list.
20631
20632 2004-09-24  Wim Taymans  <wim@fluendo.com>
20633
20634         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20635         (new_decoded_pad):
20636         * gst/playback/gstplaybasebin.h:
20637         * gst/playback/gstplaybin.c: (setup_sinks):
20638         Don't try to preroll or decode more than one audio/video
20639         track.
20640
20641 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20642
20643         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20644           Throw error if we failed to find a suitable output. This should
20645           throw an error if we successfully set up a pipeline (e.g. because
20646           we recognized a media file) but found no decodable streams in it
20647           (e.g. because it contains only media stream types for which we
20648           have no decoders, or because it's not a media type).
20649
20650 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20651
20652         * ext/dirac/Makefile.am:
20653         * ext/dirac/gstdirac.cc:
20654         * ext/dirac/gstdiracdec.cc:
20655         * ext/dirac/gstdiracdec.h:
20656           Do something. Don't actually know if this works because I don't
20657           have a demuxer yet.
20658         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20659           Add channels=1 to caps returned from _getcaps().
20660         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20661         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20662         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20663         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20664         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20665         (gst_ogm_parse_change_state):
20666           Separate between audio/video so ogmaudioparse actually uses the
20667           audio pad templates. Both audio and video work now, including
20668           autoplugging. Also use sometimes-srcpad hack.
20669         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20670           Handle events better. Don't hang on infinite loops.
20671         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20672         (gst_avi_demux_init), (gst_avi_demux_reset),
20673         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20674         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20675         (gst_avi_demux_change_state):
20676         * gst/avi/gstavidemux.h:
20677           Improve A/V sync. Still not perfect.
20678         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20679         (gst_ebml_read_skip):
20680           Handle events better.
20681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20682         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20683         (qtdemux_audio_caps):
20684           Add IMA4. Improve event handling. Save offset after a seek when
20685           the headers are at the end of the file so that we don't end up in
20686           an infinite loop.
20687         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20688           Add low-priority typefind support for files with no length.
20689
20690 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20691
20692         * testsuite/multifilesink/Makefile.am:
20693         fix typo
20694
20695 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20696
20697         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20699         mistakes from thaytan's patches.
20700
20701 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20702
20703         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20704           For completeness, XSync in the destroy function as xvimage does.
20705
20706 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20707
20708         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20709            Correct caps negotiation
20710         * gst/volume/gstvolume.c: (volume_chain_float),
20711         (volume_chain_int16):
20712            Modify debug output to be little more informative
20713         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20715         (gst_xvimagesink_xvimage_destroy):
20716           Add XSync calls after detaching from the shared memory segment to
20717           avoid a crash.
20718
20719 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20720
20721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20722         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20723         * ext/vorbis/vorbis.c: (plugin_init):
20724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20725         (gst_vorbisenc_chain):
20726         * ext/vorbis/vorbisenc.h:
20727         remove explicit newmedia support from oggmux and vorbisenc
20728         add debug category to vorbisenc
20729         * gst/multifilesink/gstmultifilesink.c:
20730         (gst_multifilesink_class_init), (gst_multifilesink_init),
20731         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20732         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20733         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20734         (plugin_init):
20735         * gst/multifilesink/gstmultifilesink.h:
20736         add support for streamheader in multifilesink
20737
20738 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20739
20740         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20741         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20742         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20743           Prevent infinite loops. More correct error reporting.
20744         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20745           Error out if negotiation fails.
20746         * gst/playback/gstplaybasebin.c: (setup_source),
20747         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20748         (gst_play_base_bin_found_tag):
20749           Error/tag forwarding. Pre-roll fixes for source errors on state
20750           changes (e.g. "file does not exist") to prevent hangs.
20751
20752 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20753
20754         * testsuite/multifilesink/Makefile.am:
20755         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20756         (gst_newmedia_class_init), (gst_newmedia_init),
20757         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20758         (newfile_signal), (test_signal), (main):
20759         * testsuite/multifilesink/multifilesrc_test.c: (main):
20760         * testsuite/multifilesink/oggtheora_test.c:
20761         (gst_newmedia_base_init), (gst_newmedia_class_init),
20762         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20763         (test_format), (newfile_signal), (test_signal), (main):
20764         * testsuite/multifilesink/oggvorbis_test.c:
20765         (gst_newmedia_base_init), (gst_newmedia_class_init),
20766         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20767         (test_format), (newfile_signal), (test_signal), (main):
20768         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20769         (gst_newmedia_class_init), (gst_newmedia_init),
20770         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20771         (newfile_signal), (test_signal), (main):
20772         New media tests
20773
20774 2004-09-20  Christian Schaller <christian@fluendo.com>
20775
20776         * Fix mikmod license to LGPL as they have relicensed
20777         * Move Dirac and Effectv into LGPL section of README_license
20778
20779 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20780
20781         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20782         (gst_mad_change_state):
20783           Allow for mp3 rate/channels changes. However, only very
20784           conservatively. Reason that we *have* to enable this is smiply
20785           because the mad find_sync() function is not good enough, it will
20786           regularly sync on random data as valid frames and therefore make
20787           us provide random caps as *final* caps of the stream. The best fix
20788           I could think of is to simply require several of the same stream
20789           changes in a row before we change caps.
20790           The actual testcase that works now is #
20791         * ext/ogg/Makefile.am:
20792         * ext/ogg/gstogg.c: (plugin_init):
20793         * ext/ogg/gstogmparse.c:
20794           OGM support (video only for now; I need an audio sample file).
20795         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20796         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20797         (gst_asf_demux_add_video_stream):
20798           WMV extradata.
20799         * gst/playback/gstplaybasebin.c: (unknown_type):
20800           Don't error out on single unknown-types after all. It's wrong.
20801           If we found type of video and audio but not of a subtitle stream,
20802           it will still error out (which is unwanted). Will find a better fix
20803           later on.
20804         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20805         (ogmaudio_type_find), (plugin_init):
20806           OGM support.
20807
20808 2004-09-20  Johan Dahlin  <johan@gnome.org>
20809
20810         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20811         after setting caps.
20812
20813 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20814
20815         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20816         * gst/wavenc/gstwavenc.h:
20817         Added newmedia support to wavenc
20818
20819 2004-09-17  Wim Taymans  <wim@fluendo.com>
20820
20821         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20822         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20823         (gst_fdset_fd_can_write), (gst_fdset_wait):
20824         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20825         (gst_multifdsink_init), (gst_multifdsink_add),
20826         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20827         (gst_multifdsink_remove_client_link),
20828         (gst_multifdsink_client_queue_buffer),
20829         (gst_multifdsink_handle_client_write),
20830         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20831         (gst_multifdsink_close), (gst_multifdsink_change_state):
20832         * gst/tcp/gstmultifdsink.h:
20833         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20834         (gst_tcpserversink_removed):
20835         Small cleanups in fdset.c
20836         Use a hastable to map fd to the client structure for faster
20837         lookup in _remove and get_stats.
20838         Added virtual function to close the fds.
20839         Handle clients even when the select/poll call was unblocked because
20840         of a command.
20841         Implement syncing to keyframe in the recovery procedure.
20842
20843 2004-09-16 Iain <iaingnome@gmail.com>
20844
20845         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20846         try caps.
20847
20848 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20849
20850         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20851           Caps are only set if the type of the stream is unknown, but this
20852           is initialized in ->init_stream(), so set to UNKNOWN after calling
20853           ->init_stream() so that capsnego starts.
20854
20855 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20856
20857         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20858         (gst_avi_demux_stream_data):
20859           Just hardcode for raw audio then. AVI audio sucks.
20860
20861 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20862
20863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20864         * gst/matroska/matroska-mux.c: (audiosink_templ),
20865         (gst_matroska_mux_audio_pad_link):
20866         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20867         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20868
20869 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20870
20871         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20872         (gst_avi_demux_stream_data):
20873           Try to fix a/v sync issues.
20874
20875 2004-09-15  David Schleef  <ds@schleef.org>
20876
20877         * configure.ac: remove NASM check, since we don't use it.  Update
20878         dirac check to 0.4
20879         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20880         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20881         Initialized variables.
20882         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20883         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20884         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20885         SVQ3 format
20886
20887 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20888
20889         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20890         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20891         * gst/avi/gstavidemux.h:
20892           Fix for compressed audio (mp3) timestamp generation. How did this
20893           ever work?
20894
20895 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20896
20897         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20898           Volume is a double not a float.
20899
20900 2004-09-15  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20903         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20904         Don't close the fd in multifdsink as we didn't open it in the
20905         first place. Some cleanups.
20906
20907 2004-09-15  Wim Taymans  <wim@fluendo.com>
20908
20909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20911         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20912         Fix the case where the muxer would mark pages as delta
20913         frames when they are not (vorbis only ogg).
20914
20915 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20916
20917         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20918         (gst_play_base_bin_change_state):
20919           Handle the case where we failed to setup a clear pipeline. This
20920           will throw an error (or EOS, another nice case) and if you don't
20921           catch that, the app will wait for the signal forever (and thus
20922           hang).
20923
20924 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20925
20926         * ext/gnomevfs/gstgnomevfssink.c:
20927         (gst_gnomevfssink_uri_get_protocols):
20928         * ext/gnomevfs/gstgnomevfssrc.c:
20929         (gst_gnomevfssrc_uri_get_protocols):
20930         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20931         * ext/gnomevfs/gstgnomevfsuri.h:
20932           Use _uri_new() instead of _open(), so it doesn't take as long and
20933           Christophe's computer won't hang.
20934         * gst/playback/gstplaybasebin.c: (unknown_type):
20935           Throw error on unknown media type, so apps actually display it.
20936
20937 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20938
20939         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20940           this script to work on Solaris since bash shell handles echo
20941           differenly than bash.
20942
20943 2004-09-17  Wim Taymans  <wim@fluendo.com>
20944
20945         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20946         (setup_source), (gst_play_base_bin_set_property),
20947         (gst_play_base_bin_add_element):
20948         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20949         Some more work on making sure seeking pauses the pipeline and
20950         that changing the uri actually does something.
20951
20952 2004-09-17  Wim Taymans  <wim@fluendo.com>
20953
20954         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20955         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20956         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20957         (gst_tcpserversink_close):
20958         Be a bit more paranoid when freeing memory.
20959
20960 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20961
20962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20963         (qtdemux_parse_trak):
20964           Don't crash by dividing by zero (see sample movie in #126922).
20965
20966 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20967
20968         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20969           Don't touch non-existing data (fixes crash on file in #140147).
20970
20971 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * gst/playback/gstplaybasebin.c:
20974         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20975           Handle double disposals, and proper change of URIs.
20976
20977 2004-09-13  Martin Eikermann <meiker@upb.de>
20978
20979         * gst/mpegstream/gstmpegparse.c:
20980           fix synchronistation for streams recorded from digital PCR
20981           fixes bug #119376
20982
20983 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20984
20985         * ext/gnomevfs/Makefile.am:
20986         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20987         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20988         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20989         (gst_gnomevfssink_uri_get_type),
20990         (gst_gnomevfssink_uri_get_protocols),
20991         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20992         (gst_gnomevfssink_uri_handler_init),
20993         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20994         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20995         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20996         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20997         (gst_gnomevfssrc_uri_get_type),
20998         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20999         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21000         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21001         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21002         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21003         * ext/gnomevfs/gstgnomevfsuri.h:
21004           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21005           of fake URIs to see which this version of Gnome-VFS likes, and
21006           uses that for the Gst-URI interface. Makes playbin support http://
21007           streams. Also fix up some stupid behaviour in gnomevfssrc.
21008
21009 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21010
21011         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21012         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21013         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21014         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21015           Update mixer (to sync with other sessions) if we try to obtain
21016           a new value. This makes alsamixer work accross applications.
21017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21018           Only call sync functions if we're running, else alsalib asserts.
21019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21020           Sometimes fails to compile. Possibly a gcc bug.
21021         * gst/playback/gstplaybin.c: (gen_video_element),
21022         (gen_audio_element):
21023           Add a reference to an application-provided object, because we lose
21024           this same reference if we add it to the bin. If we don't do this,
21025           we can only use this object once and thus crash if we go from
21026           ready to playing, back to ready and back to playing again.
21027           Also add an audioscale element because several cheap soundcards -
21028           like mine - don't support all samplerates.
21029         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21030         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21031           Fix wrong order or PAR calls. Makes automatically obtained PAR
21032           from the X server atually being used.
21033
21034 2004-09-12  David Schleef  <ds@schleef.org>
21035
21036         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21037         #151887, #152102, #152247.
21038         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21039         * examples/seeking/cdparanoia.c: same
21040         * examples/seeking/cdplayer.c: same
21041         * examples/seeking/seek.c: same
21042         * examples/seeking/spider_seek.c: same
21043         * examples/seeking/vorbisfile.c: same
21044         * examples/stats/mp2ogg.c: same
21045         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21046         (gst_esdsink_dispose): Dispose of element properly.
21047         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21048         fixes.
21049         * ext/nas/nassink.c: (gst_nassink_class_init),
21050         (gst_nassink_dispose): Dispose of element correctly.
21051         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21052         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21053         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21054         Fix 64-bit warning.
21055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21056         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21057         Fix 64-bit warning.
21058
21059 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21060
21061         * configure.ac : change speex detection as 1.1.6 now uses
21062           .pc/pkg-config and they changed their headers location.
21063
21064 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21065
21066         * gst/matroska/matroska-mux.h:
21067         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21068         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21069         (gst_matroska_mux_write_data):
21070           Write multiple blocks/frames per cluster.
21071                 Write meta-seek information (seek heads).
21072
21073 2004-09-09  Scott Wheeler <wheeler@kde.org>
21074
21075         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21076         (gst_play_bin_set_property), (gst_play_bin_get_property),
21077         (gen_audio_element), (gen_audio_element):
21078           Add a volume element / property to the pipeline.
21079
21080 2004-09-07  Wim Taymans  <wim@fluendo.com>
21081
21082         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21083         Copy timestamps from the master pad to the output buffers.
21084
21085 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21086
21087         * ext/raw1394/gstdv1394src.c:
21088           throw errors when applicable
21089
21090 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21091
21092         * gst/matroska/ebml-ids.h:
21093         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21094         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21095         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21096           automatically convert unix time <-> ebml time when reading/writing
21097           a date, use gst_ebml_write_uint to write CUETIME,
21098           not gst_ebml_write_date.
21099         * gst/matroska/matroska-ids.h:
21100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21101         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21102         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21103         (gst_matroska_mux_write_data):
21104           Write track and segment UIDs, write muxing date, write
21105           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21106           Create cues for audio only files.
21107
21108 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21109
21110         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21111         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21112           Re-commit ALSA switches.
21113         * gst/adder/gstadder.c: (gst_adder_loop):
21114           64-bit fix (#151416).
21115         * gst/debug/progressreport.c: (gst_progressreport_report):
21116           64-bit fix (#151419).
21117         * gst/matroska/matroska-demux.c:
21118         (gst_matroska_demux_parse_contents):
21119           64-bit fix (#151420).
21120         * gst/playback/test3.c: (update_scale):
21121           64-bit fix (#151421).
21122
21123 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21124
21125         * configure.ac:
21126           bump nano to cvs
21127
21128 === release 0.8.4 ===
21129
21130 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21131
21132         * configure.ac: releasing 0.8.4, "Alias"
21133
21134 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21135
21136         * ext/theora/Makefile.am:
21137           fix makefile.  Fixes #151462.
21138
21139 2004-08-30  Wim Taymans  <wim@fluendo.com>
21140
21141         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21142         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21143         (gst_multifdsink_remove_client_link),
21144         (gst_multifdsink_client_queue_buffer),
21145         (gst_multifdsink_handle_client_write):
21146         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21147         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21148         Fix some memory leaks.
21149
21150 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21151
21152         Patch by: David Schleef
21153
21154         * configure.ac:
21155         * sys/Makefile.am:
21156           rename our detection macro for V4L2.  Fixes #151236.
21157
21158 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21159
21160         Patch by: David Schleef
21161
21162         * configure.ac:
21163           check to define LAMEPRESET.  Fixes #151232.
21164
21165 2004-08-27  David Schleef  <ds@schleef.org>
21166
21167         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21168         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21169         (gst_glimagesink_fixate):  Move local variable declarations to
21170         make gcc-2.95 happy.
21171
21172 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21173
21174         * configure.ac:
21175           bump nano for prerelease
21176
21177 2004-08-27  David Schleef  <ds@schleef.org>
21178
21179         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21180         * sys/sunaudio/gstsunaudiosrc.c:
21181         * sys/sunaudio/gstsunaudiosrc.h:
21182
21183 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21184
21185         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21186         handle EOS correctly
21187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21188         * gst/matroska/matroska-mux.h:
21189         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21190         VFW compatibility mode
21191
21192 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21193
21194         patch by: Zaheer Abbas Merali
21195
21196         * ext/ogg/gstoggmux.c:
21197         * ext/vorbis/vorbisenc.c:
21198         * ext/vorbis/vorbisenc.h:
21199           handle NEWMEDIA
21200
21201 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21202
21203         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21204         fix byte order reversion on little endian machines.
21205         * gst/matroska/matroska-mux.c: (audiosink_templ),
21206         (gst_matroska_mux_audio_pad_link):
21207         add TTA codec to the list of supported codecs.
21208         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21209         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21210         (gst_matroska_mux_write_data):
21211         * gst/matroska/matroska-mux.h:
21212         write segment duration correctly, write muxing app string, fixes bugs
21213         #140897 and #140898.
21214         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21215         wait for all pads to be negotiated before starting to mux.
21216
21217 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21218
21219         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21220         * ext/lame/gstlame.h:
21221         Added new media support to lame
21222
21223 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21224
21225         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21226         send vorbis headers at the beginning of a stream, fixes bug #141554.
21227         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21228         bug #148950.
21229         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21230         (gst_matroska_demux_plugin_init):
21231         * gst/matroska/matroska-ids.h:
21232         enable demuxing of TTA audio streams, fixes bug #148951.
21233         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21234         enable typefinding for TTA audio files, fixes bug #148711.
21235         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21236         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21237         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21238
21239 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21240
21241         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21242         (gst_riff_read_element_data), (gst_riff_read_seek),
21243         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21244         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21245         <teuf@gnome.org>
21246
21247 2004-08-23 Iain <iaingnome@gmail.com>
21248
21249         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21250         tags. They appear to be handled differently to normal.
21251         (tag_list_to_id3_tag_foreach): Ditto.
21252
21253 2004-08-22  Wim Taymans  <wim@fluendo.com>
21254
21255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21256         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21257         Make sure we never send -1 granulepos.
21258
21259 2004-08-20  Wim Taymans  <wim@fluendo.com>
21260
21261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21262         (gst_ogg_mux_loop):
21263         I will accept bitchslappings with non sharp objects.
21264
21265 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21266
21267         * configure.ac:
21268         Clean up the test for lame presets
21269
21270 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21271
21272         * configure.ac:
21273         * ext/lame/Makefile.am:
21274         * ext/lame/gstlame.c: (gst_lame_class_init),
21275         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21276         Only enable lame presets if version of lame has presets in API
21277
21278 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21279         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21280         * gst/udp/gstudpsrc.h:
21281           Don't call gst_pad_push in a get function. Fixes #150449
21282
21283 2004-08-18  Wim Taymans  <wim@fluendo.com>
21284
21285         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21286         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21287         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21288         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21289         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21290         (gst_fdset_wait):
21291         * gst/tcp/gstfdset.h:
21292         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21293         (gst_multifdsink_client_queue_buffer),
21294         (gst_multifdsink_handle_client_write):
21295         * gst/tcp/gstmultifdsink.h:
21296         Some extra checks in gstfdset.
21297         Only use send() when the fd is a socket. Don't try to
21298         read from write only fds.
21299
21300 2004-08-18  Wim Taymans  <wim@fluendo.com>
21301
21302         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21303         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21304         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21305         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21306         (gst_fdset_wait):
21307         Add more locking and bounds checking.
21308
21309 2004-08-18  Wim Taymans  <wim@fluendo.com>
21310
21311         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21312         Realloc test fdset in the lock and right before starting
21313         the poll call. Bump the limit to 4096.
21314
21315 2004-08-17  David Schleef  <ds@schleef.org>
21316
21317         * sys/sunaudio/Makefile.am:
21318         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21319         of rates and channels.  Make debugging less obnoxious.
21320
21321         Patch from Balamurali Viswanathan implementing a mixer for
21322         Sun audio.  (bug #144091):
21323         * sys/sunaudio/gstsunelement.c:
21324         * sys/sunaudio/gstsunelement.h:
21325         * sys/sunaudio/gstsunmixer.c:
21326         * sys/sunaudio/gstsunmixer.h:
21327
21328 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21329
21330         * gst/audioscale/gstaudioscale.c:
21331         * gst/audioscale/gstaudioscale.h:
21332         made audioscale resample from any sample rate to any sample rate
21333
21334 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21335
21336         * ext/libpng/gstpngdec.c:
21337           error out on unsupported types
21338
21339 2004-08-17  Iain <iaingnome@gmail.com>
21340
21341         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21342         mid_side and loose_mid_side properties if its a stereo stream.
21343
21344 2004-08-17  Wim Taymans  <wim@fluendo.com>
21345
21346         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21347         (theora_get_formats), (theora_dec_src_convert),
21348         (theora_dec_sink_convert), (theora_dec_src_query),
21349         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21350         Add a debug line.
21351
21352 2004-08-17  Wim Taymans  <wim@fluendo.com>
21353
21354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21355         (gst_ogg_pad_push):
21356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21357         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21358         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21359         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21360         Mark delta units in the muxer.
21361         Try to decode the packet after an out-of-sync error from
21362         libogg.
21363
21364 2004-08-17  Wim Taymans  <wim@fluendo.com>
21365
21366         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21367         (gst_multifdsink_init), (gst_multifdsink_add),
21368         (gst_multifdsink_client_queue_buffer),
21369         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21370         * gst/tcp/gstmultifdsink.h:
21371         Added option to send a keyframe to clients as the first buffer.
21372         Make timeout property writable.
21373
21374 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21375
21376         patch by: Wim Taymans
21377
21378         * gst/tcp/gstfdset.c:
21379         * gst/tcp/gstmultifdsink.c:
21380           fix index comparison, should include 0
21381
21382 2004-08-16  Wim Taymans  <wim@fluendo.com>
21383
21384         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21385         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21386         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21387         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21388         (gst_fdset_wait):
21389           copy when reallocing for poll so the select arguments don't get
21390           changed during the call
21391
21392 2004-08-16  Wim Taymans  <wim@fluendo.com>
21393
21394         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21395         (gst_theora_enc_class_init), (theora_enc_sink_link),
21396         (theora_buffer_from_packet), (theora_enc_chain):
21397         Fix bug where buffers were not marked as keyframes
21398         correctly.
21399
21400 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21401
21402         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21403         (gst_lame_preset_get_type), (gst_lame_class_init):
21404         describe the enum values for vbr mode and presets more verbosely
21405
21406 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21407
21408         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21409         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21410         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21411         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21412         * ext/lame/gstlame.h:
21413         add preset property to lame so it can use lame presets
21414
21415 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21416
21417         * ext/lame/gstlame.c: (gst_lame_get_property):
21418         whoops forgot break, thanks teuf
21419
21420 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21421
21422         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21423         (gst_lame_class_init), (gst_lame_src_getcaps),
21424         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21425         (gst_lame_get_property), (gst_lame_setup):
21426         * ext/lame/gstlame.h:
21427         fix lame's broken vbr stuff, allow it to resample if need be, and also
21428         make xing header optional
21429
21430 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21431
21432         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21433         added getcaps function so samplerate doesnt get fixated to silly values
21434
21435 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21436
21437         * ext/lame/gstlame.c: (gst_lame_src_link):
21438         revert previous fix
21439
21440 2004-08-12  Johan Dahlin  <johan@gnome.org>
21441
21442         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21443         checks. Doesn't matter what state we are in. Interfaces are a
21444         compile time thing, not runtime. It also broke the python bindings.
21445
21446 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21447
21448         * ext/lame/gstlame.c: (gst_lame_src_link):
21449         made source pad link function check if sinkpad is ok..fixes the problem
21450         where core fixates the output rate of lame stupidly
21451
21452 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21453
21454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21455         * sys/v4l/v4l_calls.c:
21456         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21457           fix fixate function to handle nonsimple caps.
21458           remove bogus check in _link
21459           cleanups
21460
21461 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21462
21463         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21464         set default compression ratio parameter to 0.0 so bitrate parameter
21465         works :)
21466
21467 2004-08-11  David Schleef  <ds@schleef.org>
21468
21469         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21470
21471 2004-08-11  David Schleef  <ds@schleef.org>
21472
21473         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21474         before.
21475
21476 2004-08-11  David Schleef  <ds@schleef.org>
21477
21478         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21479
21480 2004-08-11  David Schleef  <ds@schleef.org>
21481
21482         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21483           license field
21484         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21485         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21486           LGPL.
21487         * gst/auparse/gstauparse.c: Fix plugin license field.
21488         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21489         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21490         * gst/rtp/gstrtp.c: Fix plugin license field.
21491
21492 2004-08-11  Wim Taymans  <wim@fluendo.com>
21493
21494         * gst/tcp/Makefile.am:
21495         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21496         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21497         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21498         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21499         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21500         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21501         (gst_fdset_fd_can_write), (gst_fdset_wait):
21502         * gst/tcp/gstfdset.h:
21503         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21504         (gst_multifdsink_class_init), (gst_multifdsink_init),
21505         (gst_multifdsink_add), (gst_multifdsink_remove),
21506         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21507         (gst_multifdsink_remove_client_link),
21508         (gst_multifdsink_handle_client_read),
21509         (gst_multifdsink_client_queue_data),
21510         (gst_multifdsink_client_queue_caps),
21511         (gst_multifdsink_client_queue_buffer),
21512         (gst_multifdsink_handle_client_write),
21513         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21514         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21515         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21516         (gst_multifdsink_close):
21517         * gst/tcp/gstmultifdsink.h:
21518         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21519         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21520         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21521         (gst_tcpserversink_close):
21522         * gst/tcp/gsttcpserversink.h:
21523         Abstracted away the select call, implemented poll (yes we ran into
21524         the 1024 limit in production).
21525
21526 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21527
21528         * gst/tcp/gsttcp.c:
21529         * gst/tcp/gsttcpplugin.c:
21530           improve debuggging, remove assert
21531
21532 2004-08-10  Wim Taymans  <wim@fluendo.com>
21533
21534         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21535         (gst_client_status_get_type), (gst_multifdsink_class_init),
21536         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21537         (gst_multifdsink_handle_client_read),
21538         (gst_multifdsink_handle_client_write),
21539         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21540         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21541         (gst_multifdsink_get_property):
21542         * gst/tcp/gstmultifdsink.h:
21543         * gst/tcp/gsttcp-marshal.list:
21544         Starting to prepare for specifying buffer time in other units
21545         than buffers. Expose remove reason in signal.
21546
21547 2004-08-10  Wim Taymans  <wim@fluendo.com>
21548
21549         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21550         (gst_multifdsink_remove), (gst_multifdsink_clear),
21551         (gst_multifdsink_remove_client_link),
21552         (gst_multifdsink_handle_client_read),
21553         (gst_multifdsink_client_queue_data),
21554         (gst_multifdsink_client_queue_buffer),
21555         (gst_multifdsink_handle_client_write),
21556         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21557         (gst_multifdsink_chain), (gst_multifdsink_close):
21558         * gst/tcp/gstmultifdsink.h:
21559         Added more debugging info. Changed the way clients are
21560         removed from the lists. Fixed a bug where a bad file descriptor
21561         could cause many clients to be removed.
21562
21563 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21564
21565         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21566           allow all pixel-aspect-ratios, not just 1:1
21567
21568 2004-08-09  David Schleef  <ds@schleef.org>
21569
21570         * sys/glsink/ARB_multitexture.h:  Remove old files.
21571         * sys/glsink/EXT_paletted_texture.h:
21572         * sys/glsink/NV_register_combiners.h:
21573         * sys/glsink/gstgl_nvimage.c:
21574         * sys/glsink/gstgl_pdrimage.c:
21575         * sys/glsink/gstgl_rgbimage.c:
21576         * sys/glsink/gstglsink.c:
21577         * sys/glsink/gstglsink.h:
21578         * sys/glsink/gstglxwindow.c:
21579         * sys/glsink/regcomb_yuvrgb.c:
21580
21581 2004-08-09  David Schleef  <ds@schleef.org>
21582
21583         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21584         GL sink plugin.  (Bug #147302)
21585
21586         * configure.ac: Test for OpenGL
21587         * sys/Makefile.am: Use test for OpenGL
21588         * sys/glsink/Makefile.am:
21589         * sys/glsink/glimagesink.c: rewrite
21590         * sys/glsink/glimagesink.h: rewrite
21591
21592 2004-08-09  David Schleef  <ds@schleef.org>
21593
21594         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21595         sane framerates.
21596         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21598         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21599
21600 2004-08-09  Wim Taymans  <wim@fluendo.com>
21601
21602         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21603         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21604         (gst_multifdsink_client_remove),
21605         (gst_multifdsink_handle_client_read),
21606         (gst_multifdsink_handle_client_write),
21607         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21608         Do a bit more logging, make the client_read code more robust.
21609
21610 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21611
21612         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21613         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21614         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21615         (gst_jpegdec_init), (gst_jpegdec_chain):
21616         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21617         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21618           cleanups, debugging fixes and memleak plugging
21619
21620 2004-08-09  Wim Taymans  <wim@fluendo.com>
21621
21622         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21623         (theora_get_formats), (theora_dec_src_convert),
21624         (theora_dec_sink_convert), (theora_dec_src_query),
21625         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21626         (theora_dec_change_state):
21627         Don't crash on missing header packets.
21628
21629 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21630
21631         * po/LINGUAS:
21632         * po/sq.po:
21633           Added Albanian translation (Laurent Dhima)
21634         * po/cs.po:
21635           updated
21636
21637 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21638
21639         * ext/lame/gstlame.c:
21640           fix/add debugging
21641
21642 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21643
21644         * sys/ximage/ximagesink.c:
21645         * sys/xvimage/xvimagesink.c:
21646           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21647
21648 2004-08-06  Wim Taymans  <wim@fluendo.com>
21649
21650         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21651         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21652         (gst_multifdsink_client_remove),
21653         (gst_multifdsink_handle_client_read),
21654         (gst_multifdsink_handle_client_write),
21655         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21656         Make sure we don't try to read more from a client that what
21657         ioctl says us or we deadlock.
21658
21659 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21660
21661         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21662         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21663         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21664           decouple running_time and n_frames so it can handle changing
21665           framerate while running
21666
21667 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21668
21669         * po/nl.po:
21670         * po/sv.po:
21671           updated translations
21672
21673 2004-08-04  Benjamin Otte  <otte@gnome.org>
21674
21675         * gst/videotestsrc/gstvideotestsrc.c:
21676         (gst_videotestsrc_get_capslist), (generate_capslist),
21677         (plugin_init):
21678           generate the list of supported caps at startup and reuse it instead
21679           of always generating it
21680
21681 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21682
21683         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21684           whoops, last checkin broke normal build
21685
21686 2004-08-03  Benjamin Otte  <otte@gnome.org>
21687
21688         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21689         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21690         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21691         (gst_alsa_mixer_get_option):
21692         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21693         (dvdnavsrc_print_event):
21694         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21696         (gst_ogg_mux_pad_unlink):
21697         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21698         (gst_multipart_mux_pad_unlink):
21699         * gst/videofilter/gstvideobalance.c:
21700         (gst_videobalance_colorbalance_set_value):
21701         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21702         (gst_videomixer_pad_unlink):
21703         * po/uk.po:
21704         * sys/oss/gstossmixer.c:
21705         * sys/v4l/gstv4lcolorbalance.c:
21706         * sys/v4l/gstv4ltuner.c:
21707         * sys/v4l/v4lsrc_calls.c:
21708         * sys/v4l2/gstv4l2colorbalance.c:
21709         * sys/v4l2/gstv4l2tuner.c:
21710           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21711
21712 2004-08-03  Benjamin Otte  <otte@gnome.org>
21713
21714         * examples/dynparams/filter.c: (ui_control_create):
21715         * examples/gstplay/player.c: (print_tag):
21716         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21717         * ext/gdk_pixbuf/gstgdkanimation.c:
21718         (gst_gdk_animation_iter_may_advance):
21719         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21720         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21721         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21722         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21723         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21724         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21725         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21726         * gst/sine/demo-dparams.c: (main):
21727         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21728         * testsuite/alsa/formats.c: (create_pipeline):
21729         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21730           fixes for G_DISABLE_ASSERT and friends
21731         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21732         (mp3_type_frame_length_from_header), (mp3_type_find),
21733         (plugin_init):
21734           require mp3 typefinding to have at least MIN_HEADERS valid headers
21735           add typefinding for AAC adts files
21736
21737 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21738
21739         * sys/ximage/ximagesink.c:
21740         (gst_ximagesink_calculate_pixel_aspect_ratio):
21741         * sys/xvimage/xvimagesink.c:
21742         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21743         Make sure we calculate pixel-aspect-ratio using floating point maths
21744
21745 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21746
21747         * po/uk.po:
21748           updated translation
21749
21750 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21751
21752         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21754           add debugging for display PAR calculation
21755
21756 2004-08-02  David Schleef  <ds@schleef.org>
21757
21758         * configure.ac: Fix mikmod CFLAGS.
21759
21760 2004-07-27  Benjamin Otte  <otte@gnome.org>
21761
21762         * gst/audioscale/gstaudioscale.c:
21763         - fix templates to only support S16, it's the only format that works
21764         - make caps nego code use try_set_caps_nonfixed and fixation instead
21765         of try_set_caps twice, which is not nice for autopluggers
21766         - change rank to secondary, so autopluggers can pick it up after
21767         audioconvert
21768
21769 2004-08-02  Iain <iain@prettypeople.org>
21770
21771         * gst/interleave/interleave.c (interleave_init),
21772         (interleave_request_new_pad),
21773         (interleave_pad_removed),
21774         (interleave_buffered_loop): Use the real pad count, not the artificial
21775         one.
21776
21777 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21778
21779         * configure.ac: bump nano back to development
21780
21781 === release 0.8.3 ===
21782
21783 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21784
21785         * configure.ac: releasing 0.8.3, "Water"
21786
21787 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21788
21789         * sys/xvimage/xvimagesink.c:
21790         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21791         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21792         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21793         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21794         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21795         * sys/xvimage/xvimagesink.h:
21796           apply similar PAR fixes as to ximagesink
21797
21798 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21799
21800         patch from: Benjamin Otte
21801
21802         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21803           add link function to lame.  Fixes #148986.
21804
21805 2004-08-02  Johan Dahlin  <johan@gnome.org>
21806
21807         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21808         fix debugging log
21809
21810 2004-07-30  David Schleef  <ds@schleef.org>
21811
21812         * gst/videomixer/Makefile.am: Fix things that should have been
21813         fixed in the last checkin.
21814
21815 2004-07-30  David Schleef  <ds@schleef.org>
21816
21817         * gst/multipart/Makefile.am: Fix things that should have been
21818         fixed in the last checkin.
21819
21820 2004-07-30  David Schleef  <ds@schleef.org>
21821
21822         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21823
21824 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21825
21826         * configure.ac:
21827           bump nano for prerelease
21828         * po/af.po:
21829         * po/az.po:
21830         * po/cs.po:
21831         * po/en_GB.po:
21832         * po/hu.po:
21833         * po/nl.po:
21834         * po/sr.po:
21835         * po/sv.po:
21836         * po/uk.po:
21837           updates
21838
21839 2004-07-30  Wim Taymans  <wim@fluendo.com>
21840
21841         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21842         (gst_multifdsink_add), (gst_multifdsink_remove),
21843         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21844         (gst_multifdsink_client_remove),
21845         (gst_multifdsink_handle_client_write),
21846         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21847         * gst/tcp/gstmultifdsink.h:
21848         Recover from a select with a bad file descriptor by removing
21849         the client.
21850
21851 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21852
21853         * configure.ac:
21854           fix requirement of core
21855         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21856         (gst_play_pipeline_setup):
21857           don't use colorspace element.  do use hermescolorspace element.
21858           make macro to get a colorspace element.
21859           mark strings for translation.
21860         * po/POTFILES.in:
21861           add play.c
21862         * po/af.po:
21863         * po/az.po:
21864         * po/cs.po:
21865         * po/en_GB.po:
21866         * po/hu.po:
21867         * po/nl.po:
21868         * po/sr.po:
21869         * po/sv.po:
21870         * po/uk.po:
21871           update translations
21872
21873 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21874
21875         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21876         fix default for newmedia flag
21877
21878 2004-07-30  Wim Taymans  <wim@fluendo.com>
21879
21880         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21881         (gst_theora_dec_init), (theora_get_formats),
21882         (theora_dec_src_convert), (theora_dec_sink_convert),
21883         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21884         (theora_dec_chain), (theora_dec_set_property),
21885         (theora_dec_get_property):
21886         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21887         (gst_theora_enc_class_init), (gst_theora_enc_init),
21888         (theora_enc_sink_link), (theora_enc_chain),
21889         (theora_enc_set_property), (theora_enc_get_property):
21890         Added cropping option to theora decoder.
21891         Added border option to theora encoder.
21892
21893 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21894
21895         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21896         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21897         (gst_pngenc_set_property):
21898         * ext/libpng/gstpngenc.h:
21899         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
21900
21901 2004-07-30  Wim Taymans  <wim@fluendo.com>
21902
21903         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21904         (theora_enc_sink_link), (theora_enc_chain),
21905         (theora_enc_set_property), (theora_enc_get_property):
21906         Fix encoding of non-multiple-of-16 video.
21907
21908 2004-07-29  David Schleef  <ds@schleef.org>
21909
21910         * configure.ac: make test for audiofile more strict
21911
21912 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21913
21914         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21915           give different names to typefind functions
21916
21917 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21918
21919         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21920         (gst_ximagesink_calculate_pixel_aspect_ratio),
21921         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21922         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21923         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21924         (gst_ximagesink_get_property), (gst_ximagesink_init):
21925         * sys/ximage/ximagesink.h:
21926           allocate PAR's dynamically.
21927           use autodetected PAR if no object-set PAR is given.
21928           add workaround for directfb's X not setting physical size.
21929           fix to xvimagesink will follow tomorrow.
21930
21931 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21932
21933         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21934         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21935         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21936         (gst_shout2send_class_init), (gst_shout2send_init),
21937         (set_shout_metadata), (gst_shout2send_set_metadata),
21938         (gst_shout2send_chain), (gst_shout2send_set_property),
21939         (gst_shout2send_get_property), (gst_shout2send_connect),
21940         (gst_shout2send_change_state):
21941         * ext/shout2/gstshout2.h:
21942         - fix for sending mp3 audio to icecast2 server, if pad link function not
21943         called before PAUSED state
21944         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21945         - added tagging support for mp3 audio broadcasted
21946         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21947         debug info
21948
21949 2004-07-28  Wim Taymans  <wim@fluendo.com>
21950
21951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21952         (gst_ogg_demux_push):
21953         Return query failure when we don't know the length of
21954         an ogg stream insteda of returning TRUE with a bogus value.
21955
21956 2004-07-28  Wim Taymans  <wim@fluendo.com>
21957
21958         * ext/theora/theoradec.c: (theora_get_formats),
21959         (theora_dec_src_convert), (theora_dec_sink_convert),
21960         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21961         (theora_dec_chain):
21962         Don't screw up the 1 Chroma for 1 luma sample situation when we
21963         have an odd offset/width by adding a black border in those cases.
21964
21965 2004-07-28  Wim Taymans  <wim@fluendo.com>
21966
21967         * ext/theora/theoradec.c: (theora_get_formats),
21968         (theora_dec_src_convert), (theora_dec_sink_convert),
21969         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21970         (theora_dec_chain):
21971         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21972         Added first attempt at cropping of the image as required by the
21973         theora spec. We need more properties in the caps (offset_x,
21974         offset_y,stride) to implement this correctly.
21975
21976 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21977
21978         * ext/dvdnav/README:
21979           Update the README to use dvddemux
21980         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21981           Ensure getcaps returns a subset of the template caps
21982         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21983         (gst_mpeg2subt_init):
21984           Ensure getcaps returns a subset of the template caps
21985         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21986         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21987         (gst_dvd_demux_get_subpicture_stream),
21988         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21989         * gst/mpegstream/gstdvddemux.h:
21990           Set the explicit caps on the current_video pad before pushing
21991           anything
21992         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21993         (gst_mpeg_demux_get_audio_stream):
21994           Free caps used to gst_pad_set_explicit_caps, which takes a const
21995           GstCaps *
21996
21997 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21998
21999         * configure.ac: update GStreamer requirement to 0.8.4 because of
22000           GstFraction.
22001
22002 2004-07-28  Wim Taymans  <wim@fluendo.com>
22003
22004         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22005         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22006         Add the pad to the element after setting up the caps. This
22007         makes it a lot easier to autoplug.
22008
22009 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22010
22011         * gst/median/gstmedian.c:
22012         * gst/mpeg2subt/gstmpeg2subt.c:
22013         * gst/mpegaudioparse/gstmpegaudioparse.c:
22014         * gst/mpegstream/gstdvddemux.c:
22015         * gst/mpegstream/gstmpegdemux.c:
22016         * gst/mpegstream/gstmpegpacketize.c:
22017         * gst/rtjpeg/gstrtjpeg.c:
22018         * gst/rtjpeg/gstrtjpegdec.c:
22019         * gst/rtjpeg/gstrtjpegenc.c:
22020         * gst/sine/gstsinesrc.c:
22021         * gst/smooth/gstsmooth.c:
22022         * gst/smpte/gstsmpte.c:
22023         * gst/smpte/gstsmpte.h:
22024         * gst/stereo/gststereo.c:
22025         * gst/videofilter/gstgamma.c:
22026         * gst/videofilter/gstvideobalance.c:
22027         * gst/videofilter/gstvideofilter.c:
22028         * gst/videofilter/gstvideoflip.c:
22029         * gst/videoscale/gstvideoscale.c:
22030         * gst/videoscale/videoscale.c:
22031         * gst/videotestsrc/gstvideotestsrc.c:
22032         * gst/videotestsrc/videotestsrc.c:
22033         * gst/wavenc/gstwavenc.c:
22034         * gst/wavparse/gstwavparse.c:
22035           fix local includes and 64 bits constants
22036
22037 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22038
22039         * win32/gst.sln:
22040         * gst-libs/gst/*/*.vcproj:
22041         * gst/*/*.vcproj:
22042           more working plugins
22043
22044 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22045
22046         * testsuite/alsa/Makefile.am:
22047         * testsuite/alsa/srcstate.c:
22048         add test for alsasrc changing state
22049
22050 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22051
22052         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22053         (gst_silence_get):
22054         * gst/silence/gstsilence.h:
22055         fix silence generation for 16bit raw audio
22056
22057 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22058
22059         * gst/matroska/matroska-demux.c:
22060         (gst_matroska_demux_parse_metadata),
22061         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22062         * gst/mpegaudio/common.c:
22063         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22064         (gst_videoscale_getcaps), (gst_videoscale_link),
22065         (gst_videoscale_src_fixate), (gst_videoscale_init),
22066         (gst_videoscale_finalize):
22067         * gst/videoscale/gstvideoscale.h:
22068         * gst/videotestsrc/gstvideotestsrc.c:
22069         (gst_videotestsrc_get_capslist):
22070         * gst/wavenc/gstwavenc.c:
22071         * sys/oss/gstossmixer.c: (fill_labels):
22072         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22073         (gst_ximagesink_handle_xevents),
22074         (gst_ximagesink_calculate_pixel_aspect_ratio),
22075         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22076         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22077         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22078         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22079         (gst_ximagesink_init), (gst_ximagesink_class_init):
22080         * sys/ximage/ximagesink.h:
22081         * sys/xvimage/xvimagesink.c:
22082         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22083         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22084         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22085         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22086         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22087         * sys/xvimage/xvimagesink.h:
22088           first batch of pixel aspect ratio commits.
22089
22090 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22091
22092         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22093         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22094         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22095           handle stride, needs work if we want to move stride handling
22096           upstream, but works correctly for our purposes.
22097
22098 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22099
22100         * gst/videoscale/README:
22101           add testing examples
22102         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22103         (gst_videoscale_chain):
22104         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22105         (gst_videoscale_get_size):
22106           add get_size function that handles stride like videotestsrc.
22107           fixes conversion for YUV formats for as much as I can test them.
22108
22109 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22110
22111         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22112         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22114         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22115         (gst_xvimagesink_xvimage_put):
22116           further cleanups, logging, error handling and synchronizing
22117
22118 2004-07-27  Wim Taymans  <wim@fluendo.com>
22119
22120         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22121         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22122         (gst_videomixer_pad_set_property),
22123         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22124         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22125         (gst_videomixer_class_init), (gst_videomixer_init),
22126         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22127         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22128         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22129         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22130         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22131         (gst_videomixer_loop), (plugin_init):
22132         Be a nicer negotiation citizen and provide a getcaps function on
22133         the srcpad. This also fixes a crash when resizing.
22134
22135 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22136
22137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22138         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22139
22140 2004-07-27  Wim Taymans  <wim@fluendo.com>
22141
22142         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22143         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22144         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22145         (gst_pngenc_set_property):
22146         * ext/libpng/gstpngenc.h:
22147         Added snapshot property to pngenc.
22148         removed g_print from pngdec
22149
22150 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22151
22152         * gst/ac3parse/ac3parse.vcproj
22153         * gst/adder/adder.vcproj
22154         * gst/alpha/alpha.vcproj
22155         * gst/alpha/alphacolor.vcproj
22156         * gst/asfdemux/asf.vcproj
22157         * gst/audioconvert/audioconvert.vcproj
22158         * gst/audiorate/audiorate.vcproj
22159         * gst/audioscale/audioscale.vcproj
22160         * gst/auparse/auparse.vcproj
22161         * gst/avi/avi.vcproj
22162         * gst/cdxaparse/cdxaparse.vcproj
22163         * gst/chart/chart.vcproj
22164         * gst/colorspace/colorspace.vcproj
22165         * gst/cutter/cutter.vcproj
22166         * gst/debug/debug.vcproj
22167         * gst/debug/efence.vcproj
22168         * gst/debug/navigationtest.vcproj
22169         * gst/deinterlace/deinterlace.vcproj
22170         * gst/effectv/effectv.vcproj
22171         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22172         * gst/filter/filter.vcproj
22173         * gst/flx/flxdec.vcproj
22174         * gst/goom/goom.vcproj
22175         * gst/interleave/interleave.vcproj
22176         * gst/law/alaw.vcproj
22177         * gst/law/mulaw.vcproj
22178         * gst/matroska/matroska.vcproj
22179         * gst/median/median.vcproj
22180         * gst/mixmatrix/mixmatrix.vcproj
22181         * gst/mpeg1sys/mpeg1systemencode.vcproj
22182         * gst/mpeg1videoparse/mp1videoparse.vcproj
22183         * gst/mpeg2sub/mpeg2subt.vcproj
22184         * gst/mpegaudio/mpegaudio.vcproj
22185         * gst/mpegaudioparse/mpegaudioparse.vcproj
22186         * gst/mpegstream/mpegstream.vcproj
22187         * gst/multifilesink/multifilesink.vcproj
22188         * gst/multipart/multipart.vcproj
22189         * gst/oneton/oneton.vcproj
22190         * gst/overlay/overlay.vcproj
22191         * gst/passthrough/passthrough.vcproj
22192         * gst/qtdemux/qtdemux.vcproj
22193         * gst/realmedia/rmdemux.vcproj
22194         * gst/rtjpeg/rtjpeg.vcproj
22195         * gst/rtp/rtp.vcproj
22196         * gst/silence/silence.vcproj
22197         * gst/sine/sinesrc.vcproj
22198         * gst/smooth/smooth.vcproj
22199         * gst/smpte/smpte.vcproj
22200         * gst/spectrum/spectrum.vcproj
22201         * gst/speed/speed.vcproj
22202         * gst/stereo/stereo.vcproj
22203         * gst/switch/switch.vcproj
22204         * gst/tags/tagedit.vcproj
22205         * gst/tcp/tcp.vcproj
22206         * gst/typefind/typefindfunctions.vcproj
22207         * gst/udp/udp.vcproj
22208         * gst/videobox/videobox.vcproj
22209         * gst/videocrop/videocrop.vcproj
22210         * gst/videodrop/videodrop.vcproj
22211         * gst/videofilter/gamma.vcproj
22212         * gst/videofilter/videobalance.vcproj
22213         * gst/videofilter/videofilter.vcproj
22214         * gst/videofilter/videoflip.vcproj
22215         * gst/videoflip/videoflip.vcproj
22216         * gst/videomixer/videomixer.vcproj
22217         * gst/videorate/videorate.vcproj
22218         * gst/videoscale/videoscale.vcproj
22219         * gst/videotestsrc/videotestsrc.vcproj
22220         * gst/virtualdub/virtualdub.vcproj
22221         * gst/volenv/volenv.vcproj
22222         * gst/volume/volume.vcproj
22223         * gst/wavenc/wavenc.vcproj
22224         * gst/wavparse/wavparse.vcproj
22225         * gst/y4m/y4menc.vcproj
22226         * gst-libs/gst/audio/audio.vcproj
22227         * gst-libs/gst/audio/audiofilter.vcproj
22228         * gst-libs/gst/colorbalance/colorbalance.vcproj
22229         * gst-libs/gst/idct/idtc.vcproj
22230         * gst-libs/gst/media-info/media-info.vcproj
22231         * gst-libs/gst/mixer/mixer.vcproj
22232         * gst-libs/gst/navigation/navigation.vcproj
22233         * gst-libs/gst/play/play.vcproj
22234         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22235         * gst-libs/gst/resample/resample.vcproj
22236         * gst-libs/gst/riff/riff.vcproj
22237         * gst-libs/gst/tuner/tuner.vcproj
22238         * gst-libs/gst/video/video.vcproj
22239         * gst-libs/gst/xoverlay/xoverlay.vcproj
22240           avoid problems with math.h, fix release dependancy
22241           rename GStreamer-0.8.lib to libgstreamer.lib
22242
22243 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22244
22245         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22247         the atom is not available we have to unlock the mutex. Fixes #148023
22248
22249 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22250
22251         * gst-libs/gst/media-info/media-info.h:
22252           issue for a vararg macro with MSVC
22253
22254 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22255
22256         * gst/effectv/effectv.vcproj
22257         * gst-libs/gst/idct/idct.vcproj:
22258         * gst-libs/gst/media-info/media-info.vcproj:
22259         * gst-libs/gst/navigation/navigation.vcproj:
22260         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22261         * gst-libs/gst/video/video.vcproj:
22262         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22263           fixes for build problems
22264
22265 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22266
22267         * gst-libs/gst/audio/audio.def:
22268         * gst-libs/gst/audio/riff.def:
22269           add some definitions needed by plugins
22270
22271 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22272
22273         * gst/asfdemux/gstasfmux.c
22274           Fix some 64 bits constants to be glib friendly
22275
22276 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22277
22278         * gst/ac3parse/gstac3parse.c
22279         * gst/audioscale/gstaudioscale.c
22280         * gst/auparse/gstauparse.c
22281         * gst/colorspace/gstcolorspace.c
22282         * gst/colorspace/yuv2rgb.h
22283           local include fixes
22284
22285 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22286
22287         * win32/gst.sln
22288           add more plugins to the build
22289
22290 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22291
22292         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22293         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22294
22295 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22296
22297         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22298         (gst_level_set_property), (gst_level_get_property),
22299         (gst_level_base_init), (gst_level_class_init):
22300           add debugging categories.  cleanups.
22301
22302 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22303
22304         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22305         (gst_videoscale_planar411), (gst_videoscale_planar400),
22306         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22307         (gst_videoscale_scale_nearest_str1),
22308         (gst_videoscale_scale_nearest_str2),
22309         (gst_videoscale_scale_nearest_str4),
22310         (gst_videoscale_scale_nearest_16bit),
22311         (gst_videoscale_scale_nearest_24bit):
22312           fixed stride issues
22313           tested with 320x240 -> 321, 322, 324 x240
22314           tested with YV12, I420, YUY2, UYVY
22315           fixed packed422rev (don't think it could have worked before)
22316           by testing with UYVY
22317
22318 2004-07-26  Benjamin Otte  <otte@gnome.org>
22319
22320         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22321         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22322         (plugin_init):
22323           add debugging category, add error checks like checking return values
22324           of setup calls, make sure it still works after
22325           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22326
22327 2004-07-26  Wim Taymans  <wim@fluendo.com>
22328
22329         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22330         (gst_mpeg_demux_get_audio_stream),
22331         (gst_mpeg_demux_process_private):
22332         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22333         Check for error codes from the negotiation functions. Make sure
22334         we really set the pad caps when a new pad is created.
22335
22336 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22337
22338         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22339         (gst_ffmpeg_caps_to_pix_fmt):
22340         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22341         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22342         (gst_ffmpegcolorspace_pad_link):
22343           don't make function do two things at the same time without reason.
22344
22345 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22346
22347         * gst/ac3parse/ac3parse.vcproj
22348         * gst/adder/adder.vcproj
22349         * gst/alpha/alpha.vcproj
22350         * gst/alpha/alphacolor.vcproj
22351         * gst/asfdemux/asf.vcproj
22352         * gst/audioconvert/audioconvert.vcproj
22353         * gst/audiorate/audiorate.vcproj
22354         * gst/audioscale/audioscale.vcproj
22355         * gst/auparse/auparse.vcproj
22356         * gst/avi/avi.vcproj
22357         * gst/cdxaparse/cdxaparse.vcproj
22358         * gst/chart/chart.vcproj
22359         * gst/colorspace/colorspace.vcproj
22360         * gst/cutter/cutter.vcproj
22361         * gst/debug/debug.vcproj
22362         * gst/debug/efence.vcproj
22363         * gst/debug/navigationtest.vcproj
22364         * gst/deinterlace/deinterlace.vcproj
22365         * gst/effectv/effectv.vcproj
22366         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22367         * gst/filter/filter.vcproj
22368         * gst/flx/flxdec.vcproj
22369         * gst/goom/goom.vcproj
22370         * gst/interleave/interleave.vcproj
22371         * gst/law/alaw.vcproj
22372         * gst/law/mulaw.vcproj
22373         * gst/matroska/matroska.vcproj
22374         * gst/median/median.vcproj
22375         * gst/mixmatrix/mixmatrix.vcproj
22376         * gst/mpeg1sys/mpeg1systemencode.vcproj
22377         * gst/mpeg1videoparse/mp1videoparse.vcproj
22378         * gst/mpeg2sub/mpeg2subt.vcproj
22379         * gst/mpegaudio/mpegaudio.vcproj
22380         * gst/mpegaudioparse/mpegaudioparse.vcproj
22381         * gst/mpegstream/mpegstream.vcproj
22382         * gst/multifilesink/multifilesink.vcproj
22383         * gst/multipart/multipart.vcproj
22384         * gst/oneton/oneton.vcproj
22385         * gst/overlay/overlay.vcproj
22386         * gst/passthrough/passthrough.vcproj
22387         * gst/qtdemux/qtdemux.vcproj
22388         * gst/realmedia/rmdemux.vcproj
22389         * gst/rtjpeg/rtjpeg.vcproj
22390         * gst/rtp/rtp.vcproj
22391         * gst/silence/silence.vcproj
22392         * gst/sine/sinesrc.vcproj
22393         * gst/smooth/smooth.vcproj
22394         * gst/smpte/smpte.vcproj
22395         * gst/spectrum/spectrum.vcproj
22396         * gst/speed/speed.vcproj
22397         * gst/stereo/stereo.vcproj
22398         * gst/switch/switch.vcproj
22399         * gst/tags/tagedit.vcproj
22400         * gst/tcp/tcp.vcproj
22401         * gst/typefind/typefindfunctions.vcproj
22402         * gst/udp/udp.vcproj
22403         * gst/videobox/videobox.vcproj
22404         * gst/videocrop/videocrop.vcproj
22405         * gst/videodrop/videodrop.vcproj
22406         * gst/videofilter/gamma.vcproj
22407         * gst/videofilter/videobalance.vcproj
22408         * gst/videofilter/videofilter.vcproj
22409         * gst/videofilter/videoflip.vcproj
22410         * gst/videoflip/videoflip.vcproj
22411         * gst/videomixer/videomixer.vcproj
22412         * gst/videorate/videorate.vcproj
22413         * gst/videoscale/videoscale.vcproj
22414         * gst/videotestsrc/videotestsrc.vcproj
22415         * gst/virtualdub/virtualdub.vcproj
22416         * gst/volenv/volenv.vcproj
22417         * gst/volume/volume.vcproj
22418         * gst/wavenc/wavenc.vcproj
22419         * gst/wavparse/wavparse.vcproj
22420         * gst/y4m/y4menc.vcproj
22421           more plugins supported under windows
22422
22423 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22424
22425         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22426         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22427         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22429         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22430           Add debugging statements.  Use the sizes as returned by the
22431           *CreateImage calls.
22432
22433 2004-07-26  Johan Dahlin  <johan@gnome.org>
22434
22435         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22436         the pad is negotiated.
22437
22438         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22439
22440 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22441
22442         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22443         * gst-libs/gst/idct/idct.vcproj:
22444         * gst-libs/gst/media-info/media-info.vcproj:
22445         * gst-libs/gst/mixer/mixer.vcproj:
22446         * gst-libs/gst/navigation/navigation.vcproj:
22447         * gst-libs/gst/play/play.vcproj:
22448         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22449         * gst-libs/gst/resample/resample.vcproj:
22450         * gst-libs/gst/tuner/tuner.vcproj:
22451         * gst-libs/gst/video/video.vcproj:
22452         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22453           more plugins supported under windows
22454
22455 2004-07-25 Iain <iain@prettypeople.org>
22456
22457         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22458         pad now rather than when the pad is created because state changes wipe
22459         explicit caps (fixes #148043).
22460
22461 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22462
22463         reviewed by Benjamin Otte  <otte@gnome.org>
22464
22465         * ext/mad/gstmad.c:
22466           fix mad plugin crashing on Sun (fixes #148289)
22467
22468 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22469
22470         * gst/avi/avi.def:
22471         * gst/avi/avi.vcproj:
22472         * gst/matroska/matroska.def:
22473         * gst/matroska/matroska.vcproj:
22474           remove unused .def files
22475
22476 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22477
22478         * gst-libs/gst/audio/gstaudiofilter.c:
22479           Clean the local include
22480
22481 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22482
22483         * win32/gst.sln:
22484         * gst-libs/gst/audio/audio.def:
22485         * gst-libs/gst/audio/audio.vcproj:
22486         * gst-libs/gst/audio/audiofilter.vcproj:
22487         * gst-libs/gst/audio/riff.def:
22488         * gst-libs/gst/audio/riff.vcproj:
22489         * gst-libs/gst/gst-libs.def:
22490         * gst-libs/gst/gst-libs.vcproj:
22491         * gst/avi/avi.vcproj:
22492         * gst/avi/avi.vcproj:
22493           Copy the files where needed after building, cleaner projects
22494
22495 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22496
22497         * gst/matroska/ebml-write.c:
22498           Fix some 64 bits constants to be glib friendly
22499
22500 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22501
22502         * win32/gst.sln:
22503         * gst-libs/gst/gst-libs.def:
22504         * gst-libs/gst/gst-libs.vcproj:
22505         * gst/matroska/matroska.def:
22506         * gst/matroska/matroska.vcproj:
22507           Add the preliminary canvas to build plugins on Win32
22508
22509 2004-07-23  Benjamin Otte  <otte@gnome.org>
22510
22511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22512           don't enfore negotiation from source side, it breaks
22513           sinesrc ! audioconvert ! osssink
22514
22515 2004-07-22  David Schleef  <ds@schleef.org>
22516
22517         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22518         for ELF files, since they can easily be recognized as audio/mpeg.
22519         (bug #147441)
22520
22521 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22522
22523         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22524         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22525         (gst_videoscale_scale_nearest_24bit),
22526         (gst_videoscale_scale_nearest_16bit):
22527           fix 16bit and 24bit for stride (24bit might need testing)
22528           don't pretend we do more than one algorithm
22529
22530 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22531
22532         * configure.ac:
22533         * gst/Makefile.am:
22534         * gst/multifilesink/Makefile.am:
22535         * gst/multifilesink/gstmultifilesink.c:
22536         (gst_multifilesink_get_formats),
22537         (gst_multifilesink_get_query_types), (_do_init),
22538         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22539         (gst_multifilesink_init), (gst_multifilesink_dispose),
22540         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22541         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22542         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22543         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22544         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22545         (gst_multifilesink_uri_get_type),
22546         (gst_multifilesink_uri_get_protocols),
22547         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22548         (gst_multifilesink_uri_handler_init), (plugin_init):
22549         * gst/multifilesink/gstmultifilesink.h:
22550         * testsuite/Makefile.am:
22551         * testsuite/multifilesink/Makefile.am:
22552         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22553         (gst_newmedia_class_init), (gst_newmedia_init),
22554         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22555         (newfile_signal), (test_signal), (main):
22556         multifilesink plugin for creating new files every time a new media
22557         discontinuity event occurs
22558
22559 2004-07-22  Wim Taymans  <wim@fluendo.com>
22560
22561         * gst/alpha/Makefile.am:
22562         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22563         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22564         (gst_alpha_color_init), (gst_alpha_color_set_property),
22565         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22566         (transform), (gst_alpha_color_chain),
22567         (gst_alpha_color_change_state), (plugin_init):
22568         Stupid plugin to to RGBA to AYUV conversion because none of
22569         the colorspace plugins can handle that yet.
22570
22571 2004-07-22  Wim Taymans  <wim@fluendo.com>
22572
22573         * examples/seeking/seek.c: (update_scale), (main):
22574         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22575         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22576         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22577         (gst_decode_bin_init), (gst_decode_bin_dispose),
22578         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22579         (no_more_pads), (close_link), (type_found),
22580         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22581         (plugin_init):
22582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22583         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22584         (gst_play_base_bin_dispose), (queue_overrun),
22585         (gen_preroll_element), (remove_prerolls), (unknown_type),
22586         (no_more_pads), (new_stream), (setup_source),
22587         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22588         (play_base_eos), (gst_play_base_bin_change_state),
22589         (gst_play_base_bin_add_element),
22590         (gst_play_base_bin_remove_element),
22591         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22592         (gst_play_base_bin_unlink_stream),
22593         (gst_play_base_bin_get_streaminfo):
22594         * gst/playback/gstplaybin.c: (gen_video_element),
22595         (gen_audio_element):
22596         * gst/playback/gststreaminfo.h:
22597         More playback updates, attempt to fix things after the state change
22598         breakage.
22599
22600 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22601
22602         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22603         (gst_videoscale_scale_nearest_16bit):
22604           comment algorithm
22605
22606 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22607
22608         * gst/videotestsrc/gstvideotestsrc.c:
22609         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22610         (gst_videotestsrc_init), (gst_videotestsrc_get),
22611         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22612         (gst_videotestsrc_get_property):
22613         * gst/videotestsrc/gstvideotestsrc.h:
22614         * gst/videotestsrc/videotestsrc.c:
22615         * gst/videotestsrc/videotestsrc.h:
22616           cleanup and commenting
22617
22618 2004-07-21  Wim Taymans  <wim@fluendo.com>
22619
22620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22621         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22622         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22623         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22624         (_find_chain_get_unknown_part), (_find_streams_check),
22625         (gst_ogg_demux_push), (gst_ogg_pad_push):
22626         * ext/theora/theoradec.c: (theora_get_formats),
22627         (theora_dec_src_convert), (theora_dec_sink_convert),
22628         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22629         (theora_dec_chain):
22630         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22631         (vorbis_dec_convert), (vorbis_dec_src_query),
22632         (vorbis_dec_src_event), (vorbis_dec_event):
22633         More seeking fixes, oggdemux now supports seeking to time and
22634         uses the downstream element to convert granulepos to time.
22635         Seeking in theora-only ogg files now works.
22636
22637 2004-07-21  Wim Taymans  <wim@fluendo.com>
22638
22639         * ext/theora/theoradec.c: (gst_theora_dec_init),
22640         (theora_get_formats), (theora_get_event_masks),
22641         (theora_get_query_types), (theora_dec_src_convert),
22642         (theora_dec_sink_convert), (theora_dec_src_query),
22643         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22644         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22645         (vorbis_get_event_masks), (vorbis_get_query_types),
22646         (gst_vorbis_dec_init), (vorbis_dec_convert),
22647         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22648         Added query/convert/formats functions to vorbis and theora decoders
22649         so that the outside world can use them too. Fixed seeking on an
22650         ogg/theora/vorbis file by disabling the seeking seeking on the
22651         theora srcpad.
22652
22653 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22654
22655         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22656         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22657         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22658         images creation for both elements. We don't create the image on caps
22659         nego or renego, we just destroy the internal one if present if it does
22660         not match the needs. The chain function takes care of creating a new
22661         image when needed.
22662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22663         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22664         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22665         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22666         the image format information. The buffer pool checks for the context
22667         image format and discard images with different formats.
22668         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22669
22670 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22671
22672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22673         (gst_ffmpegcolorspace_chain):
22674           no point in doing any chaining if the pad we want to push from
22675           isn't usable.
22676
22677 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22678
22679         * gst-libs/gst/riff/riff-media.c:
22680         (gst_riff_create_audio_caps_with_data):
22681           Fix double end-to-native symbol conversion (#148021).
22682
22683 2004-07-20  David Schleef  <ds@schleef.org>
22684
22685         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22686         Don't use an Atom that doesn't exist.
22687
22688 2004-07-20  Wim Taymans  <wim@fluendo.com>
22689
22690         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22691         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22692         (gst_multifdsink_client_remove),
22693         (gst_multifdsink_handle_client_write),
22694         (gst_multifdsink_queue_buffer):
22695         * gst/tcp/gstmultifdsink.h:
22696         More multifdsink stats. Avoid deadlock by releasing locks
22697         before sending out a signal.
22698
22699 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22700
22701         * po/LINGUAS:
22702         * po/hu.po:
22703           added Hungarian translation (Laszlo Dvornik)
22704
22705 2004-07-20  Wim Taymans  <wim@fluendo.com>
22706
22707         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22708         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22709         (gst_multifdsink_handle_client_write),
22710         (gst_multifdsink_queue_buffer):
22711         * gst/tcp/gsttcp-marshal.list:
22712         Fixed the stupid marshal definition.
22713
22714 2004-07-20  Wim Taymans  <wim@fluendo.com>
22715
22716         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22717         (gst_multifdsink_init), (gst_multifdsink_add),
22718         (gst_multifdsink_client_remove),
22719         (gst_multifdsink_handle_client_write),
22720         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22721         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22722         (gst_multifdsink_init_send):
22723         * gst/tcp/gstmultifdsink.h:
22724         Added more stats, added timeout for a client, fixed some typos
22725         and added some comments.
22726
22727 2004-07-20  Wim Taymans  <wim@fluendo.com>
22728
22729         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22730         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22731         (gst_multifdsink_client_remove),
22732         (gst_multifdsink_handle_client_write):
22733         * gst/tcp/gstmultifdsink.h:
22734         * gst/tcp/gsttcp-marshal.list:
22735         Added get_stats method that returns a GValueArray of
22736         stats values.
22737
22738 2004-07-19  Benjamin Otte  <otte@gnome.org>
22739
22740         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22741           make sure longname, description and author are valid UTF-8
22742
22743 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22744
22745         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22746         (gst_ximagesink_set_property):
22747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22748         (gst_xvimagesink_set_property):
22749           make sure SYNCHRONOUS is respected after getting the X context
22750
22751 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22752
22753         * gst/matroska/matroska-demux.c:
22754         (gst_matroska_demux_handle_src_event),
22755         (gst_matroska_demux_parse_blockgroup):
22756         * gst/matroska/matroska-ids.h:
22757           add BlockReference tag and ignore it to clear out log.
22758           ignore NAVIGATION events to clear out log.
22759
22760 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22761
22762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22763         (gst_matroska_demux_add_stream):
22764         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22765           add debug categories
22766
22767 2004-07-16  Wim Taymans  <wim@fluendo.com>
22768
22769         * ext/libpng/Makefile.am:
22770         * ext/libpng/gstpng.c: (plugin_init):
22771         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22772         (gst_pngdec_get_type), (gst_pngdec_base_init),
22773         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22774         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22775         * ext/libpng/gstpngdec.h:
22776         Added png decoder.
22777
22778 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22779
22780         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22781         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22782         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22783         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22784         (gst_ximagesink_buffer_alloc):
22785         * sys/ximage/ximagesink.h:
22786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22787         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22788         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22789         (gst_xvimagesink_buffer_alloc):
22790         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22791         again. Using internal data pointer of the x(v)image to store image's
22792         data to be coherent with the buffer alloc mechanism. Investigated the
22793         image destruction code to be sure that everything gets freed correctly.
22794
22795 2004-07-16  Wim Taymans  <wim@fluendo.com>
22796
22797         * gst-libs/gst/riff/riff-read.c:
22798         (gst_riff_read_strf_vids_with_data),
22799         (gst_riff_read_strf_auds_with_data):
22800         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22801         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22802         Make sure we don't create 0 sized subbuffers in riff-read.
22803         Signal the no more pads signal after reading the avi header.
22804
22805 2004-07-16  Wim Taymans  <wim@fluendo.com>
22806
22807         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22808         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22809         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22810         (gst_decode_bin_init), (gst_decode_bin_dispose),
22811         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22812         (no_more_pads), (close_link), (type_found),
22813         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22814         (gst_decode_bin_change_state), (plugin_init):
22815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22816         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22817         (gst_play_base_bin_dispose), (queue_overrun),
22818         (gen_preroll_element), (remove_prerolls), (unknown_type),
22819         (no_more_pads), (new_stream), (setup_source),
22820         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22821         (play_base_eos), (gst_play_base_bin_change_state),
22822         (gst_play_base_bin_add_element),
22823         (gst_play_base_bin_remove_element),
22824         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22825         (gst_play_base_bin_unlink_stream),
22826         (gst_play_base_bin_get_streaminfo):
22827         * gst/playback/gstplaybasebin.h:
22828         Better error recovery. Added configurable preroll queue size. Faster
22829         detection of no-more-pads.
22830
22831 2004-07-16  Wim Taymans  <wim@fluendo.com>
22832
22833         * gst-libs/gst/video/video.h:
22834         Added 32 bits RGBA. Not sure if we should use another mime-type
22835         for alpha rgb. Currently the presence of the alpha_mask property
22836         signals an alpha channel.
22837
22838 2004-07-16  Wim Taymans  <wim@fluendo.com>
22839
22840         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22842         FPS seems to be 0.0 to MAX everywhere else.
22843
22844 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22845
22846         * gst-libs/gst/riff/riff-media.c:
22847         (gst_riff_create_video_caps_with_data):
22848           mp42/mp43 (no caps) exist too.
22849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22850           Set pixel_width/height; we've got them in-caps.
22851         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22852         * gst/wavparse/gstwavparse.c: (plugin_init):
22853           Both are valid primary.
22854         * sys/oss/gstossmixer.c:
22855           Remove i18n hack and enable translations.
22856
22857 2004-07-15  Benjamin Otte  <otte@gnome.org>
22858
22859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22860         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22861           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22862
22863 2004-07-15  Benjamin Otte  <otte@gnome.org>
22864
22865         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22866         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22867         (gst_alsa_close_audio):
22868           disable some of the debugging code for now. Writing debugging to a
22869           buffer is broken in current alsalib releases.
22870
22871 2004-07-12  Benjamin Otte  <otte@gnome.org>
22872
22873         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22874           use bufferpools
22875
22876 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22877
22878         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22879         (theora_dec_src_query), (theora_dec_event):
22880         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22881           add debugging categories.  Remove \n's.
22882
22883 2004-07-13  Johan Dahlin  <johan@gnome.org>
22884
22885         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22886         (gst_play_bin_get_property): Impl.
22887
22888 2004-07-13  Wim Taymans  <wim@fluendo.com>
22889
22890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22891         When trying to find the stream length, seek back N pages
22892         instead of just one, where N is the number of streams in
22893         the current chain.
22894
22895 2004-07-13  Wim Taymans  <wim@fluendo.com>
22896
22897         * gst-libs/gst/riff/riff-media.c:
22898         (gst_riff_create_audio_caps_with_data),
22899         (gst_riff_create_audio_caps),
22900         (gst_riff_create_audio_template_caps):
22901         * gst-libs/gst/riff/riff-media.h:
22902         * gst-libs/gst/riff/riff-read.c:
22903         (gst_riff_read_strf_vids_with_data),
22904         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22905         * gst-libs/gst/riff/riff-read.h:
22906         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22907         (gst_avi_demux_add_stream):
22908         Set codec_data on caps for avidemuxer.
22909
22910 2004-07-12  David Schleef  <ds@schleef.org>
22911
22912         * configure.ac: Fix test for Objective C
22913
22914 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22915         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22916         (gst_gdk_pixbuf_chain):
22917           Add svg and pcx to template caps, and ensure that getcaps returns a
22918           subset of the template caps.
22919           Copy each row manually for output, as gdkpixbuf may pad the
22920           rowstride to a 32-bit word boundary.
22921
22922 2004-07-12  Wim Taymans  <wim@fluendo.com>
22923
22924         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22925         (gst_riff_create_video_template_caps):
22926         Fix the template caps to include some more media types.
22927
22928 2004-07-12  Wim Taymans  <wim@fluendo.com>
22929
22930         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22931         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22932         (compare_ranks), (print_feature), (gst_decode_bin_init),
22933         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22934         (try_to_link_1), (new_pad), (close_link), (type_found),
22935         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22936         (gst_decode_bin_change_state), (plugin_init):
22937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22938         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22939         (gst_play_base_bin_dispose), (queue_overrun),
22940         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22941         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22942         (gst_play_base_bin_get_property), (play_base_eos),
22943         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22944         (gst_play_base_bin_remove_element),
22945         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22946         (gst_play_base_bin_unlink_stream),
22947         (gst_play_base_bin_get_streaminfo):
22948         * gst/playback/gstplaybasebin.h:
22949         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22950         (gst_play_bin_class_init), (gst_play_bin_init),
22951         (gst_play_bin_dispose), (gst_play_bin_set_property),
22952         (gst_play_bin_get_property), (gen_video_element),
22953         (gen_audio_element), (remove_sinks), (setup_sinks),
22954         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22955         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22956         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22957         (gst_play_bin_query), (plugin_init):
22958         * gst/playback/test4.c: (main):
22959         More fixes on reusing of the element.
22960
22961 2004-07-11  Benjamin Otte  <otte@gnome.org>
22962
22963         * ext/mad/gstmad.c: (normal_seek):
22964           allow seeking for other methods than just SET
22965
22966 2004-07-11  Andy Wingo  <wingo@pobox.com>
22967
22968         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22969         float, "any" caps -> buffer_frames=[0,MAX].
22970
22971         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22972         doesn't intersect our caps with the template any more. Do it
22973         ourselves.
22974         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22975
22976 2004-07-09  Wim Taymans  <wim@fluendo.com>
22977
22978         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22979         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22980         (compare_ranks), (print_feature), (gst_decode_bin_init),
22981         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22982         (try_to_link_1), (new_pad), (close_link), (type_found),
22983         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22984         (gst_decode_bin_change_state), (plugin_init):
22985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22986         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22987         (gst_play_base_bin_dispose), (queue_overrun),
22988         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22989         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22990         (gst_play_base_bin_get_property), (play_base_eos),
22991         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22992         (gst_play_base_bin_remove_element),
22993         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22994         (gst_play_base_bin_unlink_stream),
22995         (gst_play_base_bin_get_streaminfo):
22996         * gst/playback/gstplaybasebin.h:
22997         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22998         (gst_play_bin_class_init), (gst_play_bin_init),
22999         (gst_play_bin_dispose), (gst_play_bin_set_property),
23000         (gst_play_bin_get_property), (gen_video_element),
23001         (gen_audio_element), (remove_sinks), (setup_sinks),
23002         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23003         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23004         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23005         (gst_play_bin_query), (plugin_init):
23006         * gst/playback/test4.c: (main):
23007         Work on object reuse and seeking.
23008
23009 2004-07-09  Wim Taymans  <wim@fluendo.com>
23010
23011         * examples/seeking/seek.c: (iterate):
23012         Don't consume all CPU in the idle loop.
23013
23014 2004-07-09  Wim Taymans  <wim@fluendo.com>
23015
23016         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23017         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23018         Add pad to element *after* setting the pad functions so that
23019         the scheduler can use the correct ones.
23020
23021 2004-07-09  Wim Taymans  <wim@fluendo.com>
23022
23023         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23024         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23025         Sync to keyframe after seek
23026
23027 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23028
23029         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23030         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23031         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23032         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23033         * ext/libvisual/visual.c: (gst_visual_change_state):
23034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23035         * ext/theora/theoradec.c: (theora_dec_change_state):
23036         * ext/theora/theoraenc.c: (theora_enc_change_state):
23037         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23038         * gst-libs/gst/navigation/navigation.c:
23039         * gst/adder/gstadder.c: (gst_adder_change_state):
23040         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23041         (gst_audio_convert_get_buffer):
23042         * gst/multipart/multipartdemux.c:
23043         (gst_multipart_demux_change_state):
23044         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23045         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23046         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23047         * gst/videoscale/gstvideoscale.c:
23048         (gst_videoscale_handle_src_event):
23049         * gst/volume/gstvolume.c: (volume_chain_int16):
23050           don't assert in state change, this should be done by the base
23051           GstElement class.
23052           various debugging fixes.
23053
23054 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23055
23056         * configure.ac:
23057         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23058         (gst_play_dispose), (gst_play_set_location),
23059         (gst_play_set_data_src), (gst_play_set_video_sink),
23060         (gst_play_set_audio_sink), (gst_play_set_visualization),
23061         (gst_play_connect_visualization), (gst_play_get_sink_element),
23062         (gst_play_get_all_by_interface):
23063         * gst-libs/gst/play/play.h:
23064           add new method to get elements implementing an interface.
23065           add various error logging
23066
23067 2004-07-08  Wim Taymans  <wim@fluendo.com>
23068
23069         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23070         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23071         (make_playerbin_pipeline), (query_durations_elems),
23072         (query_durations_pads), (query_positions_elems),
23073         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23074         (main):
23075         Added playbin seeking example.
23076
23077 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23078
23079         * gst-libs/gst/play/play.c: (gst_play_set_location),
23080         (gst_play_set_data_src), (gst_play_set_video_sink),
23081         (gst_play_set_audio_sink), (gst_play_set_visualization),
23082         (gst_play_connect_visualization), (gst_play_get_framerate):
23083           use a macro to look up elements from hash table
23084
23085 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23086
23087         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23088         (gst_play_get_length_callback), (gst_play_set_location),
23089         (gst_play_seek_to_time), (gst_play_set_data_src),
23090         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23091         (gst_play_set_visualization), (gst_play_connect_visualization),
23092         (gst_play_get_sink_element):
23093         - add debugging info
23094         - fix looking up sink elements by iterating over complete caps
23095         - put everything except for source and autoplugger in a complete bin
23096
23097 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23098
23099         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23100         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23101         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23102         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23103         * ext/alsa/gstalsasink.h:
23104         - add debugging info
23105         - clean up schizophrenia of data/buffer/event
23106         - fix double event unref error
23107
23108 2004-07-08  Wim Taymans  <wim@fluendo.com>
23109
23110         * gst/playback/Makefile.am:
23111         Add headers to noinst
23112
23113 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23114
23115         * tools/gst-launch-ext-m.m:
23116         * tools/gst-launch-ext.1.in:
23117           convert to the third millenium
23118
23119 2004-07-07  David Schleef  <ds@schleef.org>
23120
23121         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23122
23123 2004-07-07  Wim Taymans  <wim@fluendo.com>
23124
23125         * gst/playback/Makefile.am:
23126         * gst/playback/README:
23127         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23128         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23129         (compare_ranks), (print_feature), (gst_decode_bin_init),
23130         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23131         (try_to_link_1), (new_pad), (close_link), (type_found),
23132         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23133         (plugin_init):
23134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23135         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23136         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23137         (gen_preroll_element), (no_more_pads), (new_stream),
23138         (setup_source), (gst_play_base_bin_set_property),
23139         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23140         (gst_play_base_bin_add_element),
23141         (gst_play_base_bin_remove_element),
23142         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23143         (gst_play_base_bin_unlink_stream),
23144         (gst_play_base_bin_get_streaminfo):
23145         * gst/playback/gstplaybasebin.h:
23146         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23147         (gst_play_bin_class_init), (gst_play_bin_init),
23148         (gst_play_bin_dispose), (gst_play_bin_set_property),
23149         (gst_play_bin_get_property), (gen_video_element),
23150         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23151         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23152         (gst_play_bin_get_formats), (gst_play_bin_convert),
23153         (gst_play_bin_get_query_types), (gst_play_bin_query),
23154         (plugin_init):
23155         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23156         (gst_stream_info_get_type), (gst_stream_info_class_init),
23157         (gst_stream_info_init), (gst_stream_info_new),
23158         (gst_stream_info_dispose), (gst_stream_info_set_property),
23159         (gst_stream_info_get_property):
23160         * gst/playback/gststreaminfo.h:
23161         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23162         (main):
23163         * gst/playback/test2.c: (main):
23164         * gst/playback/test3.c: (update_scale), (main):
23165         More playbin fixes. Added README. Do better element filtering.
23166         Added base class to preroll media. Added test apps.
23167
23168 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23169
23170         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23171         * ext/mpeg2dec/gstmpeg2dec.h:
23172           various debugging improvements.  Reset stream to next picture
23173           instead of sequence header, otherwise seeks cannot work.
23174
23175 2004-07-07  Wim Taymans  <wim@fluendo.com>
23176
23177         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23178         (gst_video_box_class_init), (gst_video_box_set_property),
23179         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23180         Use pad_alloc where possible.
23181
23182 2004-07-07  Wim Taymans  <wim@fluendo.com>
23183
23184         * sys/oss/gstosselement.c: (gst_osselement_reset),
23185         (gst_osselement_parse_caps):
23186         * sys/oss/gstosselement.h:
23187         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23188         Fix offset on osssrc.
23189
23190 2004-07-07  Wim Taymans  <wim@fluendo.com>
23191
23192         * ext/theora/theora.c: (plugin_init):
23193         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23194         (theora_dec_src_query), (theora_dec_chain):
23195         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23196         (theora_enc_sink_link), (theora_buffer_from_packet),
23197         (theora_push_packet), (theora_enc_chain):
23198         Fix theora granulepos calculation.
23199         Fix overflow in duration/position calculation.
23200         Bump rank to PRIMARY for theoradec.
23201         Use granulepos of last packet to calculate position.
23202         Set keyframe flag on buffers when needed.
23203
23204 2004-07-06  David Schleef  <ds@schleef.org>
23205
23206         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23207         serious?  (Fixed, obviously.)
23208
23209 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23210
23211         * po/LINGUAS:
23212         * po/cs.po:
23213           added Czech translation (Miloslav Trmac)
23214
23215 2004-07-05  Wim Taymans  <wim@fluendo.com>
23216
23217         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23218         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23219         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23220         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23221         (close_link), (type_found), (gst_decode_bin_set_property),
23222         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23223         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23224         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23225         (gst_decode_bin_query), (plugin_init):
23226         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23227         (gst_play_bin_class_init), (gst_play_bin_init),
23228         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23229         (get_video_element), (new_pad), (setup_source),
23230         (gst_play_bin_set_property), (gst_play_bin_get_property),
23231         (gst_play_bin_change_state), (gst_play_bin_add_element),
23232         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23233         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23234         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23235         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23236         * gst/playback/test.c: (main):
23237         More fixes, cleaned up playbin, make it use decodebin. Added
23238         threaded property to playbin.
23239
23240 2004-07-05  Wim Taymans  <wim@fluendo.com>
23241
23242         * configure.ac:
23243         * gst/playback/Makefile.am:
23244         * gst/playback/decodetest.c: (main):
23245         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23246         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23247         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23248         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23249         (close_link), (type_found), (gst_decode_bin_set_property),
23250         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23251         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23252         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23253         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23254         (plugin_init):
23255         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23256         (gst_play_bin_class_init), (gst_play_bin_init),
23257         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23258         (collect_sink_pads), (find_compatibles), (close_pad_link),
23259         (try_to_link_1), (new_pad), (close_link), (type_found),
23260         (setup_source), (gst_play_bin_set_property),
23261         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23262         (compare_ranks), (gst_play_bin_collect_factories),
23263         (gst_play_bin_change_state), (gst_play_bin_add_element),
23264         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23265         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23266         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23267         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23268         * gst/playback/test.c: (main):
23269         Added some playback helper elements and some test apps, very alpha
23270         still.
23271
23272 2004-07-04  Benjamin Otte  <otte@gnome.org>
23273
23274         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23275           only restart audio when we indeed have an xrun to fix repeated
23276           xruns. Fix suggested by Giuliano Pochini.
23277
23278 2004-07-03  David Schleef  <ds@schleef.org>
23279
23280         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23281         call to gst_debug_log() if debugging is disabled (bug #145118)
23282
23283 2004-07-03  Benjamin Otte  <otte@gnome.org>
23284
23285         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23286           use our own functions for restarting the alsa device.
23287         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23288           I should apply patches myself - use MIN for the third argument, not
23289           the second, this fixes seeking
23290
23291 2004-07-02  David Schleef  <ds@schleef.org>
23292
23293         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23294         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23295         do with the logic.
23296
23297 2004-07-02  David Schleef  <ds@schleef.org>
23298
23299         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23300         output buffers.  Fix logic mistake.  (bug #144866)
23301
23302 2004-07-02  David Schleef  <ds@schleef.org>
23303
23304         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23305         on X.  (bug #144753)
23306
23307 2004-07-02  David Schleef  <ds@schleef.org>
23308
23309         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23310         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23311         (bug #144624)
23312         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23313         (gst_osselement_rate_probe_check): Add another workaround for
23314         buggy drivers (bug #145336)
23315
23316 2004-07-02  David Schleef  <ds@schleef.org>
23317
23318         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23319         Most systems don't have MSG_NOSIGNAL.
23320
23321 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23322
23323         * Makefile.am:
23324         * gst-libs/gst/colorbalance/Makefile.am:
23325         * gst-libs/gst/mixer/Makefile.am:
23326         * gst-libs/gst/play/Makefile.am:
23327         * gst-libs/gst/tuner/Makefile.am:
23328           (hopefully) fix both install and dist and make error message useful.
23329           needs testing across automakes.
23330
23331 2004-07-02  Benjamin Otte  <otte@gnome.org>
23332
23333         * ext/ogg/gstogg.c: (plugin_init):
23334           we require bytestream now
23335         * ext/ogg/gstoggdemux.c:
23336           huge diff to implement chain setup in a fast and generic way. This
23337           improves tag reading and startup of huge files (read: Theora videos)
23338           quite a bit. It probably contains bugs, too, so please test.
23339           Seeking is not improved to the fast method.
23340
23341 2004-06-29  Wim Taymans  <wim@fluendo.com>
23342
23343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23344         * ext/ogg/gstoggmux.c:
23345         Fix memleak in oggdemux when running unconnected pads.
23346         doc update in mux, start working on keyframe mode.
23347
23348 2004-06-29  Benjamin Otte  <otte@gnome.org>
23349
23350         * sys/oss/gstosssink.c:
23351         * sys/oss/gstosssrc.c:
23352           advertise correct template caps - we indeed do non-native endianness
23353           and 8bit audio has no endianness
23354         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23356           avoid (wrong) duplications in getcaps function and return
23357           template caps
23358
23359 2004-06-29  Wim Taymans  <wim@fluendo.com>
23360
23361         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23362         (gst_multifdsink_class_init), (gst_multifdsink_add),
23363         (gst_multifdsink_remove), (gst_multifdsink_clear),
23364         (gst_multifdsink_client_remove),
23365         (gst_multifdsink_handle_client_read),
23366         (gst_multifdsink_client_queue_data),
23367         (gst_multifdsink_client_queue_caps),
23368         (gst_multifdsink_client_queue_buffer),
23369         (gst_multifdsink_handle_client_write),
23370         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23371         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23372         (gst_multifdsink_init_send), (gst_multifdsink_close):
23373         Fix wrong GList iteration that could crash the server when
23374         more then 2 clients disconnect at the same time. Read all the
23375         pending commands in one batch to recover from command storms under
23376         very heavy load.
23377
23378 2004-06-28  Wim Taymans  <wim@fluendo.com>
23379
23380         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23381         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23382         (gst_videomixer_pad_set_property),
23383         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23384         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23385         (gst_videomixer_class_init), (gst_videomixer_init),
23386         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23387         (pad_zorder_compare), (gst_videomixer_sort_pads),
23388         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23389         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23390         (gst_videomixer_update_queues), (gst_videomixer_loop),
23391         (plugin_init):
23392         Avoid divide by zero, choose masterpad as the pad with the highest
23393         framerate.
23394
23395 2004-06-27  Julien Moutte  <julien@moutte.net>
23396
23397         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23398         (gst_ximagesink_xwindow_new):
23399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23400         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23401         function directly. We might want to call it from somewhere else one day.
23402
23403 2004-06-27  Julien Moutte  <julien@moutte.net>
23404
23405         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23406         (gst_ximagesink_xwindow_new):
23407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23408         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23409         window decorations.
23410
23411 2004-06-27  Wim Taymans  <wim@fluendo.com>
23412
23413         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23414         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23415         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23416         (gst_dvdec_set_property), (gst_dvdec_get_property):
23417         * ext/dv/gstdvdec.h:
23418         Implement drop_factor property to lower the framerate with
23419         a factor.
23420
23421 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23422
23423         * gst-libs/gst/colorbalance/Makefile.am:
23424         * gst-libs/gst/mixer/Makefile.am:
23425         * gst-libs/gst/play/Makefile.am:
23426         * gst-libs/gst/tuner/Makefile.am:
23427           unbreak Company's fix that didn't install the -enum.h files
23428
23429 2004-06-27  Wim Taymans  <wim@fluendo.com>
23430
23431         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23432         (gst_dvdec_change_state):
23433         * ext/dv/gstdvdec.h:
23434         Fix timestamp, duration and offset of the buffers.
23435
23436 2004-06-27  Wim Taymans  <wim@fluendo.com>
23437
23438         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23439         (gst_multifdsink_class_init), (gst_multifdsink_add),
23440         (gst_multifdsink_remove), (gst_multifdsink_clear),
23441         (gst_multifdsink_client_remove),
23442         (gst_multifdsink_handle_client_read),
23443         (gst_multifdsink_client_queue_data),
23444         (gst_multifdsink_client_queue_caps),
23445         (gst_multifdsink_client_queue_buffer),
23446         (gst_multifdsink_handle_client_write),
23447         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23448         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23449         (gst_multifdsink_init_send), (gst_multifdsink_close):
23450         * gst/tcp/gstmultifdsink.h:
23451         * gst/tcp/gsttcpserversink.c:
23452         (gst_tcpserversink_handle_server_read),
23453         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23454         More multifdsink fixes, more recovery policy fixes.
23455         Removed stupid g_print
23456
23457 2004-06-26  Wim Taymans  <wim@fluendo.com>
23458
23459         * gst/tcp/Makefile.am:
23460         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23461         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23462         (gst_multifdsink_class_init), (gst_multifdsink_init),
23463         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23464         (gst_multifdsink_handle_client_read),
23465         (gst_multifdsink_client_queue_data),
23466         (gst_multifdsink_client_queue_caps),
23467         (gst_multifdsink_client_queue_buffer),
23468         (gst_multifdsink_handle_client_write),
23469         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23470         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23471         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23472         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23473         (gst_multifdsink_close), (gst_multifdsink_change_state):
23474         * gst/tcp/gstmultifdsink.h:
23475         * gst/tcp/gsttcpplugin.c: (plugin_init):
23476         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23477         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23478         (gst_tcpserversink_handle_server_read),
23479         (gst_tcpserversink_handle_select),
23480         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23481         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23482         * gst/tcp/gsttcpserversink.h:
23483         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23484         one of the locks, added recovery policy to multifdsink.
23485
23486 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23487
23488         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23489           fix decision for when getting frames with same timestamp
23490         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23491         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23492         (gst_v4lsrc_get_property):
23493         * sys/v4l/gstv4lsrc.h:
23494           add latency offset property
23495
23496 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23497
23498         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23499         (plugin_init):
23500           fix debugging. add category.
23501
23502 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23503
23504         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23505           fix wrong offsets
23506
23507 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23508
23509         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23510         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23511         (gst_alsa_src_change_state):
23512           return a time that is in sync with the element's processing
23513
23514 2004-06-25  Wim Taymans  <wim@fluendo.com>
23515
23516         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23517         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23518         (gst_tcpserversink_client_remove),
23519         (gst_tcpserversink_handle_client_read),
23520         (gst_tcpserversink_client_queue_data),
23521         (gst_tcpserversink_client_queue_caps),
23522         (gst_tcpserversink_client_queue_buffer),
23523         (gst_tcpserversink_handle_client_write),
23524         (gst_tcpserversink_queue_buffer),
23525         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23526         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23527         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23528         (gst_tcpserversink_close):
23529         * gst/tcp/gsttcpserversink.h:
23530         Serversink rewrite. Really do non blocking writes to clients and
23531         maintain an internal queue to handle slower clients while not
23532         disturbing fast clients.
23533
23534 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23535
23536         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23537           better debug, don't override OFFSET and OFFSET_END
23538
23539 2004-06-25  Iain <iain@prettypeople.org>
23540
23541         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23542         name=source for the wavparse pipeline.
23543
23544 2004-06-24  Johan Dahlin  <johan@gnome.org>
23545
23546         * ext/theora/theoraenc.c (theora_enc_chain): Call
23547         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23548         streamheader caps are set correctly.
23549
23550 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23551
23552         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23553         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23554           respect minimum bitrate; same could be done for max bitrate
23555
23556 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23557
23558         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23559         (gst_vorbisenc_setup):
23560           fix sample rate range
23561
23562 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23563
23564         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23565         (gst_oggvorbisenc_setup):
23566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23567         (gst_vorbisenc_setup):
23568           resolve ambiguities in code and description
23569
23570 2004-06-24  Wim Taymans  <wim@fluendo.com>
23571
23572         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23573         * ext/alsa/gstalsa.h:
23574         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23575         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23576         Use alsa trigger_tstamp to get the timestamp of the first
23577         sample in the buffer for more precise sync. Some cleanups.
23578
23579 2004-06-24  Wim Taymans  <wim@fluendo.com>
23580
23581         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23582         (gst_audiorate_init), (gst_audiorate_chain),
23583         (gst_audiorate_set_property), (gst_audiorate_get_property):
23584         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23585         (gst_videorate_chain):
23586         Added some logging, fixed an overflow bug in videorate.
23587
23588 2004-06-24  Benjamin Otte  <otte@gnome.org>
23589
23590         * ext/kio/Makefile.am:
23591           fix for builddir != srcdir and distcheck
23592
23593 2004-06-24  Benjamin Otte  <otte@gnome.org>
23594
23595         * gst-libs/gst/colorbalance/Makefile.am:
23596         * gst-libs/gst/mixer/Makefile.am:
23597         * gst-libs/gst/play/Makefile.am:
23598         * gst-libs/gst/tuner/Makefile.am:
23599         * gst/tcp/Makefile.am:
23600         * sys/dxr3/Makefile.am:
23601           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23602           tarball.
23603           Also add all *.list files that were missing.
23604         * Makefile.am:
23605           add a distcheck hook to ensure the above doesn't happen again.
23606
23607 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23608
23609         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23610
23611 2004-06-23  Colin Walters  <walters@redhat.com>
23612
23613         * m4/Makefile.am: Distribute gst-fionread.m4.
23614
23615 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23616
23617         * configure.ac: back to dev
23618
23619 2004-06-23  Wim Taymans  <wim@fluendo.com>
23620
23621         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23622         (gst_alsa_xrun_recovery):
23623         * ext/alsa/gstalsa.h:
23624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23625         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23626         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23627         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23628         (gst_alsa_src_loop):
23629         Add clock to alsasrc. Take new capture timestamp when
23630         restarting after an overrun. Split up some functions between
23631         alsasrc and alsasink.
23632
23633 === release 0.8.2 ===
23634
23635 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23636
23637         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23638         (gst_alsa_change_state), (gst_alsa_update_avail),
23639         (gst_alsa_xrun_recovery):
23640         * ext/alsa/gstalsa.h:
23641         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23642           merge back changes from release
23643
23644 2004-06-23  Wim Taymans  <wim@fluendo.com>
23645
23646         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23647         (gst_audiorate_init), (gst_audiorate_chain),
23648         (gst_audiorate_set_property), (gst_audiorate_get_property):
23649         Implement sample dropping and notify
23650
23651 2004-06-22  Wim Taymans  <wim@fluendo.com>
23652
23653         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23654         (theora_enc_sink_link), (theora_buffer_from_packet),
23655         (theora_push_packet), (theora_enc_chain):
23656         Some cleanups, make sure the timestamps are correct.
23657
23658 2004-06-22  Wim Taymans  <wim@fluendo.com>
23659
23660         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23661         (gst_alsa_change_state), (gst_alsa_update_avail),
23662         (gst_alsa_xrun_recovery):
23663         * ext/alsa/gstalsa.h:
23664         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23665         Cleanups, take queued samples into account when reporting
23666         the time.
23667
23668 2004-06-22  Wim Taymans  <wim@fluendo.com>
23669
23670         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23671         (gst_videorate_init):
23672         Initialize the property as well.
23673
23674 2004-06-22  Wim Taymans  <wim@fluendo.com>
23675
23676         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23677         (gst_videorate_init), (gst_videorate_chain),
23678         (gst_videorate_set_property), (gst_videorate_get_property):
23679         Add property to make videorate silent.
23680         Add property to prefer new frames over old ones.
23681
23682 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23683
23684         * sys/osxvideo/Makefile.am:
23685         Workaround so that the osxvideo .so file gets linked with the
23686         Cocoa, OpenGL and QuickTime frameworks
23687
23688 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23689
23690         * sys/osxaudio/Makefile.am:
23691         Workaround so that the osxaudio .so file gets linked with the
23692         CoreAudio framework
23693
23694 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23695
23696         * configure.ac:
23697         Whoops, my fault...fixed build issues
23698
23699 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23700
23701         * configure.ac:
23702         Add objective-c support if running in Darwin/Mac OS X
23703         * sys/Makefile.am:
23704         * sys/osxvideo:
23705         * sys/osxvideo/Makefile.am:
23706         * sys/osxvideo/osxvideosink.h:
23707         * sys/osxvideo/osxvideosink.m:
23708         * sys/osxvideo/cocoawindow.h:
23709         * sys/osxvideo/cocoawindow.m:
23710         Add osxvideosink, a cocoa-based osx video sink
23711
23712
23713 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23714         * ext/dvdnav/gst-dvd:
23715         Grab the gconf key from the right spot
23716         * gst/debug/gstnavseek.c: (gst_navseek_init),
23717         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23718         (gst_navseek_chain):
23719         * gst/debug/gstnavseek.h:
23720           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23721           and loop parameters of a segment seek.
23722         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23723         (gst_videotestsrc_get_event_masks),
23724         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23725         * gst/videotestsrc/gstvideotestsrc.h:
23726           Add seeking support to videotestsrc
23727           Initialise the timestamp_offset variable.
23728
23729 2004-06-18  Wim Taymans  <wim@fluendo.com>
23730
23731         * ext/sidplay/gstsiddec.cc:
23732         Fix negotiation and set correct end offset.
23733
23734 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23735
23736         * configure.ac: branch and prerelease
23737
23738 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23739
23740         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23741         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23742         (gst_tcpclientsrc_init_receive):
23743         * gst/tcp/gsttcpclientsrc.h:
23744           read caps when connecting to server for GDP so we set them correctly
23745
23746 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23747
23748         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23749           notify drops and duplicates
23750         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23751           no good reason to limit ourselves to 100x100
23752
23753 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23754
23755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23756         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23757         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23758         (gst_v4lsrc_get_property):
23759         * sys/v4l/gstv4lsrc.h:
23760         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23761         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23762         (gst_v4l_set_audio):
23763         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23764         (gst_v4lsrc_try_capture):
23765         * sys/v4l/v4lsrc_calls.h:
23766           change try_palette to more general try_capture
23767           add autoprobe option so we can turn off autoprobing
23768           various fixes
23769
23770 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23771
23772         * configure.ac:
23773           add videorate
23774         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23775         (gst_ximagesink_class_init):
23776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23777         (gst_xvimagesink_class_init):
23778           run them as finalize, not dispose, since dispose can be invoked
23779           multiple times
23780
23781 2004-06-17  Wim Taymans  <wim@fluendo.com>
23782
23783         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23784         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23785         * ext/alsa/gstalsa.h:
23786         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23787         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23788         (gst_alsa_src_change_state):
23789         * ext/alsa/gstalsasrc.h:
23790         Make the xrun code timestamp and offset the buffers correctly.
23791         moved the clock to the base class, use alsa methods to get time.
23792         Do correct timestamping on outgoing buffers.
23793
23794 2004-06-17  Wim Taymans  <wim@fluendo.com>
23795
23796         * gst/audiorate/Makefile.am:
23797         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23798         (gst_audiorate_base_init), (gst_audiorate_class_init),
23799         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23800         (gst_audiorate_set_property), (gst_audiorate_get_property),
23801         (gst_audiorate_change_state), (plugin_init):
23802         Added an audiorate converter that fills in gaps.
23803
23804 2004-06-17  Johan Dahlin  <johan@gnome.org>
23805
23806         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23807
23808 2004-06-16  Wim Taymans  <wim@fluendo.com>
23809
23810         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23812         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23813         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23814         (gst_v4lsrc_get_property):
23815         * sys/v4l/gstv4lsrc.h:
23816         Added a copy mode to v4lsrc where it will output a copied version
23817         of its internal hardware buffer.
23818         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23819         can't | them.
23820
23821 2004-06-16  Wim Taymans  <wim@fluendo.com>
23822
23823         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23824         Timestamp fixes.
23825
23826 2004-06-16  Wim Taymans  <wim@fluendo.com>
23827
23828         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23829         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23830         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23831         (gst_v4lsrc_get_property):
23832         * sys/v4l/gstv4lsrc.h:
23833         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23834         Added a sync mode enum property to control v4lsrc timestamp method
23835         Removed the use-fixed-fps property and moved functionality in
23836         the enum.
23837         Don't error on an error value from v4l-conf, it might not always
23838         be a real error.
23839
23840 2004-06-16  Wim Taymans  <wim@fluendo.com>
23841
23842         * gst/videorate/Makefile.am:
23843         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23844         (gst_videorate_base_init), (gst_videorate_class_init),
23845         (gst_videorate_getcaps), (gst_videorate_link),
23846         (gst_videorate_init), (gst_videorate_chain),
23847         (gst_videorate_set_property), (gst_videorate_get_property),
23848         (gst_videorate_change_state), (plugin_init):
23849         Added a video timestamp corrector.
23850
23851 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23852
23853         fixed a potential leak with previous commit
23854
23855         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23856
23857 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23858
23859         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23860         Added missing refcount, fixes bug #144425
23861         Cheers Tim for finding the bug
23862
23863 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23864
23865         * sys/v4l/gstv4l.c: (plugin_init):
23866         * sys/v4l/gstv4lcolorbalance.c:
23867         * sys/v4l/gstv4lcolorbalance.h:
23868         * sys/v4l/gstv4lelement.c:
23869         * sys/v4l/gstv4lelement.h:
23870         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23871         * sys/v4l/gstv4lmjpegsink.h:
23872         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23873         * sys/v4l/gstv4lmjpegsrc.h:
23874         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23875         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23876         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23877         * sys/v4l/gstv4lsrc.h:
23878         * sys/v4l/gstv4ltuner.c:
23879         * sys/v4l/gstv4ltuner.h:
23880         * sys/v4l/gstv4lxoverlay.c:
23881         * sys/v4l/gstv4lxoverlay.h:
23882         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23883         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23884         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23885         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23886         (gst_v4l_set_audio):
23887         * sys/v4l/v4l_calls.h:
23888         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23889         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23890         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23891         (gst_v4lmjpegsink_playback_init),
23892         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23893         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23894         (gst_v4lmjpegsink_playback_stop),
23895         (gst_v4lmjpegsink_playback_deinit):
23896         * sys/v4l/v4lmjpegsink_calls.h:
23897         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23898         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23899         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23900         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23901         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23902         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23903         * sys/v4l/v4lmjpegsrc_calls.h:
23904         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23905         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23906         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23907         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23908         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23909         (gst_v4lsrc_try_palette):
23910         * sys/v4l/v4lsrc_calls.h:
23911           bunch of paranoia cleanups
23912
23913 2004-06-14  David Schleef  <ds@schleef.org>
23914
23915         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23916         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23917         Send discont events and change timestamps appropriately when
23918         we get a seek event.  (bug #144240)
23919         * ext/cdparanoia/gstcdparanoia.h:
23920
23921 2004-06-14  Benjamin Otte  <otte@gnome.org>
23922
23923         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23924           snd_pcm_hw_params_set_rate  since the latter fails for no good
23925           reason on some setups.
23926
23927 2004-06-14  David Schleef  <ds@schleef.org>
23928
23929         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23930         standard.  Thank you for playing.
23931
23932 2004-06-14  Wim Taymans  <wim@fluendo.com>
23933
23934         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23935         Patch 1.3 broke the ordering of the colorspace info and
23936         made the plugin basically work by coincidence, reordered
23937         the info.
23938
23939 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23940
23941         * ext/lame/gstlame.c:
23942         * ext/mad/gstmad.c:
23943           sync caps.  Make sure mad can only output a list of rates, not
23944           a full range.  In the future, have three caps lists for each of the
23945           mpeg versions.  Change mpegversion to a double as well.
23946
23947 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23948
23949         * gst/volume/.cvsignore:
23950         * gst/volume/Makefile.am:
23951         * gst/volume/demo.c: (value_changed_callback), (idler),
23952         (setup_gui), (main):
23953           added small demo app
23954
23955 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23956         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23957         * ext/esd/esdsink.h:
23958         Close the esd connection on pause, because esd will just wait -
23959         blocking all other esd clients indefinitely.
23960
23961 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23962
23963         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23964           previous commit with GST_DEBUG
23965
23966 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23967
23968         * configure.ac:
23969           add a header check for a dvdread header in dvdnav.  Fixes #133002
23970
23971 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23972
23973         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23974         * gst/tcp/gsttcpclientsink.h:
23975         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23976         * gst/tcp/gsttcpclientsrc.h:
23977         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23978         (gst_tcpserversink_handle_server_read),
23979         (gst_tcpserversink_init_send):
23980         * gst/tcp/gsttcpserversink.h:
23981         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23982         * gst/tcp/gsttcpserversrc.h:
23983         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23984         version of IP)
23985
23986 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23987
23988         * configure.ac:
23989         Added ogg library so that OSX detects libtheora properly
23990
23991 2004-06-11  Wim Taymans  <wim@fluendo.com>
23992
23993         * ext/theora/theoradec.c: (theora_dec_chain),
23994         (theora_dec_change_state):
23995         Don't try to decode frames before we received a keyframe.
23996
23997 2004-06-11  Wim Taymans  <wim@fluendo.com>
23998
23999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24000         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24001         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24002         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24003         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24004         Added property to set the maximum delay of a page.
24005
24006 2004-06-10  Wim Taymans  <wim@fluendo.com>
24007
24008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24009         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24010         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24011         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24012         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24013         Added max-delay property to control the maximum amount
24014         of data to put in one page.
24015
24016 2004-06-10  Wim Taymans  <wim@fluendo.com>
24017
24018         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24019         (gst_theora_enc_init), (theora_enc_sink_link),
24020         (theora_buffer_from_packet), (theora_enc_set_property),
24021         (theora_enc_get_property):
24022         Set duration on encoded buffer, added some more properties
24023
24024 2004-06-10  Wim Taymans  <wim@fluendo.com>
24025
24026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24027         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24028         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24029         * ext/theora/theoraenc.c: (theora_enc_chain):
24030         Fix refcounting bugs
24031
24032 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24033
24034         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24035         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24036         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24037         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24038         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24039         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24040         (gst_asf_demux_change_state):
24041         * gst/asfdemux/gstasfdemux.h:
24042           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24043           feels like. I think we should set a new requirement for demuxers
24044           from now on to implement sane loop functions, data loops, query
24045           and seek functions before first commit into CVS. And this commit
24046           fixes all of the above.
24047
24048 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24049
24050         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24051           vorbis comments are properly encoded in UTF-8 before adding them
24052           to a GstTagList
24053
24054 2004-06-09  Benjamin Otte  <otte@gnome.org>
24055
24056         * ext/alsa/gstalsa.c: (add_channels):
24057           handle min <= max correctly
24058         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24059         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24060           add fixation functions so we fixate correctly. No preferring of alaw
24061           anymore because it's the first structure.
24062         * ext/alsa/gstalsa.h:
24063         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24064         (gst_alsa_hw_params_dump):
24065           add functions to ease debugging in alsalib
24066         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24067         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24068         (gst_alsa_start_audio):
24069           only specify hw params if we really setup a format (fixes #134007 -
24070           or at least works around it)
24071
24072 2004-06-09  Wim Taymans  <wim@fluendo.com>
24073
24074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24075         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24076         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24077         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24078         (gst_ogg_mux_loop):
24079         Use stream caps to setup the initial pages in the ogg stream.
24080         Correctly set the streamheader caps on the srcpad.
24081
24082 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24083
24084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24085         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24086         (gst_v4lsrc_getcaps):
24087         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24088         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24089           add querying of fps lists for webcams.  Negotiating to a framerate
24090           now works.
24091
24092 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24093
24094         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24095         (theora_push_buffer), (theora_push_packet),
24096         (theora_set_header_on_caps), (theora_enc_chain):
24097           mark buffers and put on streamheader, raw theora streaming
24098           now works too, whee
24099
24100 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24101
24102         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24103         (gst_tcp_gdp_read_caps):
24104           do a looping read for caps and GDP headers too
24105
24106 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24107
24108         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24109         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24110           return EOS instead of NULL in _get
24111
24112 2004-06-08  Wim Taymans  <wim@fluendo.com>
24113
24114         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24115         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24116         (gst_tcp_gdp_write_caps):
24117         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24118         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24119         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24120         Memory leak fixes
24121
24122 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24123
24124         * ext/vorbis/Makefile.am:
24125         * ext/vorbis/vorbis.c: (plugin_init):
24126         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24127         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24128         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24129         (vorbis_parse_change_state):
24130         * ext/vorbis/vorbisparse.h:
24131           adding a vorbisparse element that marks the buffers, streaming
24132           raw vorbis using GDP now works, whee
24133
24134 2004-06-08  Wim Taymans  <wim@fluendo.com>
24135
24136         * ext/jpeg/Makefile.am:
24137         * ext/jpeg/README:
24138         * ext/jpeg/gstjpeg.c: (plugin_init):
24139         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24140         (gst_smokedec_base_init), (gst_smokedec_class_init),
24141         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24142         * ext/jpeg/gstsmokedec.h:
24143         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24144         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24145         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24146         (gst_smokeenc_resync), (gst_smokeenc_chain),
24147         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24148         * ext/jpeg/gstsmokeenc.h:
24149         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24150         (smokecodec_flush_destination), (smokecodec_term_destination),
24151         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24152         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24153         (smokecodec_term_source), (smokecodec_encode_new),
24154         (smokecodec_decode_new), (smokecodec_info_free),
24155         (smokecodec_set_quality), (smokecodec_get_quality),
24156         (smokecodec_set_threshold), (smokecodec_get_threshold),
24157         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24158         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24159         (smokecodec_parse_header), (smokecodec_decode):
24160         * ext/jpeg/smokecodec.h:
24161         Added a new simple jpeg based codec
24162
24163 2004-06-08  Wim Taymans  <wim@fluendo.com>
24164
24165         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24166         (gst_multipart_mux_loop):
24167         Fix memory leak
24168
24169 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24170
24171         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24172         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24173         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24174         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24175         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24176         * gst/tcp/gsttcpserversink.h:
24177           take streamheader into account
24178
24179 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24180
24181         * gst/level/Makefile.am:
24182         * gst/level/gstlevel.c: (gst_level_class_init):
24183           clean up marshal generation
24184
24185 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24186
24187         * gst/tcp/Makefile.am:
24188         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24189         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24190         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24191         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24192         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24193         (gst_tcpclientsrc_get_property):
24194         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24195         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24196         (gst_tcpserversink_handle_client_read),
24197         (gst_tcpserversink_handle_client_write),
24198         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24199         * gst/tcp/gsttcpserversink.h:
24200           add signals client-added and client-removed
24201         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24202         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24203         (gst_tcpserversrc_get_property):
24204         uniformized, change default protocol to NONE
24205         * gst/tcp/gsttcp-marshal.list: added
24206 2004-06-07  Benjamin Otte  <otte@gnome.org>
24207
24208         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24209           handle discont events if they happen before caps nego
24210
24211 2004-06-07  Wim Taymans  <wim@fluendo.com>
24212
24213         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24214         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24215         (gst_multipart_demux_plugin_init):
24216         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24217         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24218         (gst_multipart_mux_change_state):
24219         Small updates, fix a memleak
24220
24221 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24222
24223         * configure.ac: OSS portability
24224         * ext/arts/gst_arts.c: idem
24225         * sys/oss/gstosselement.c: idem
24226         * sys/oss/gstossmixer.c: idem
24227         * sys/oss/gstosssink.c: idem
24228         * sys/oss/gstosssrc.c: idem
24229         * sys/oss/oss_probe.c: idem
24230           - check for soundcard.h in different places for some BSD
24231
24232 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24233
24234         * AUTHORS:
24235         Add me to the authors file
24236         * configure.ac:
24237         Increase the libdv requirement to >= version 0.100
24238         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24239         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24240         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24241         * ext/dv/gstdvdec.h:
24242         Add support for the new_media flag when sending DISCONT events
24243         Make the querying work when video pad is not linked
24244
24245 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24246
24247         reviewed by Benjamin Otte  <otte@gnome.org>
24248
24249         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24250           create a NULL-initialized array of pads, so we don't think they
24251           exist already. (fixes #143130)
24252
24253 2004-06-07  Benjamin Otte  <otte@gnome.org>
24254
24255         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24256         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24257         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24258           don't use // coments
24259
24260 2004-06-07  Benjamin Otte  <otte@gnome.org>
24261
24262         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24263           cast to GstClockTime to get higher granularity
24264         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24265           use gst_element_set_time_delay to get the exact time
24266         * ext/mad/gstmad.c: (gst_mad_chain):
24267           use the negotiated rate instead of the current frame's rate which
24268           might be wrong because of bit errors. This avoids emitting totally
24269           bogus timestamps and screwing sync.
24270         (fixes #143454)
24271
24272 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24273
24274         reviewed by Benjamin Otte  <otte@gnome.org>
24275
24276         * gst/adder/gstadder.c: (gst_adder_loop):
24277           properly error out when no negotiation has happened yet. (fixes
24278           #143032)
24279
24280 2004-06-06  Benjamin Otte  <otte@gnome.org>
24281
24282         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24283           forward correctly transformed offset in discont events. Based on
24284           patch by Arwed v. Merkatz. (fixes #142851)
24285
24286 2004-06-06  David Schleef  <ds@schleef.org>
24287
24288         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24289         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24290         problems on several systems.
24291
24292 2004-06-06  Benjamin Otte  <otte@gnome.org>
24293
24294         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24295           use explicit caps on the srcpad
24296         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24297           properly error out if caps couldn't be set (fixes #142764)
24298
24299 2004-06-06  Benjamin Otte  <otte@gnome.org>
24300
24301         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24302         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24303         (gst_alsa_start_audio):
24304           - don't call set_periods_integer anymore, it breaks the
24305           configuration randomly
24306           - call snd_pcm_hw_params_set_access directly instead of using masks
24307           - don't fail if the sw_params can't be set, just use the default
24308           params and hope it works. Alsalib has weird issues when you touch
24309           sw_params and does no proper error reporting about what failed.
24310         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24311         (gst_alsa_close_audio):
24312           make our alsa debugging go via gst debugging and not conditionally
24313           defined
24314         * ext/alsa/gstalsa.h:
24315           add ALSA_DEBUG_FLUSH macro
24316         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24317         (plugin_init):
24318           wrap alsa errors to be printed via the gst debugging system and not
24319           spammed to stderr
24320
24321 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24322
24323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24324         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24325         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24326         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24327         (qtdemux_parse_trak):
24328         * gst/qtdemux/qtdemux.h:
24329           Bitch. Also known as seeking, querying & co.
24330         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24331         (gst_osssink_change_state):
24332         * sys/oss/gstosssink.h:
24333           Resyncing is for weenies, this hack is no longer needed and was
24334           broken anyway (since it - unintendedly - always leaves resync to
24335           TRUE).
24336
24337 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24338
24339         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24340         * gst/tcp/gsttcpclientsrc.h: idem
24341           - define MSG_NOSIGNAL if not done
24342           - include unistd.h for off_t
24343           (fixes #143749)
24344
24345 2004-06-05  Benjamin Otte  <otte@gnome.org>
24346
24347         * configure.ac:
24348         * ext/kio/Makefile.am:
24349           check for qt's moc preprocessor explicitly and use it
24350
24351 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24352
24353         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24354           don't get a signal for EPIPE on socket writes
24355           (somebody check if this works on other platforms)
24356
24357 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24358
24359         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24360         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24361           check error condition on available samples correctly
24362
24363 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24364
24365         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24366           avoid a segfault
24367         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24368         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24369         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24370         (gst_tcpserversrc_gdp_read_header):
24371          use ssize_t over size_t since the former is signed and thus the
24372          check for error codes can work
24373
24374 2004-06-02  Wim Taymans  <wim@fluendo.com>
24375
24376         reviewed by: Johan
24377
24378         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24379         (gst_multipart_mux_loop):
24380         Oops
24381
24382 2004-06-02  Wim Taymans  <wim@fluendo.com>
24383
24384         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24385         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24386         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24387         (gst_multipart_mux_change_state):
24388         Added configurable boundary specifier, added the value as a
24389         caps field as well.
24390
24391 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24392
24393         * gst/tcp/gsttcp.c:
24394         * gst/tcp/gsttcpclientsrc.c:
24395         * gst/tcp/gsttcpclientsrc.h:
24396         * gst/tcp/gsttcpserversrc.c:
24397           - portability fix, to compile on OSX
24398             (fixes #143146)
24399
24400         * sys/osxaudio/gstosxaudioelement.c:
24401         * sys/osxaudio/gstosxaudiosink.c:
24402         * sys/osxaudio/gstosxaudiosrc.c:
24403           - compilation warnings on OSX
24404             (fixes #143153)
24405
24406 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24407
24408         * ext/vorbis/vorbisdec.c : sign warning fixes
24409
24410         * gst-libs/gst/mixer/mixertrack.c :
24411           do no use defines which are glib 2.4 specific
24412
24413 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24414
24415         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24416           buffer since libflac doesn't expect it (reports a sync error when
24417           it encounters that)
24418
24419
24420 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24421
24422         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24423         * gst-libs/gst/mixer/mixertrack.c:
24424         (gst_mixer_track_get_property), (get_mixer_track_init),
24425         (get_mixer_track_get_property): Added property accessors
24426         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24427         * gst-libs/gst/mixer/mixeroptions.c:
24428         (gst_mixer_options_get_values): Added
24429         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24430         * gst-libs/gst/mixer/mixer.c: Fixed comment
24431
24432
24433 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24434
24435         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24436           improve error messages on open
24437
24438
24439 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24440
24441         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24442           check if v4l-conf is in path
24443
24444 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24445
24446         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24447           change assert to a more readable error message
24448
24449 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24450
24451         * gst-libs/gst/tuner/tunerchannel.h:
24452           - add a freq_multiplicator field to make the conversion
24453             between internal frequency unit and Hz
24454         * sys/v4l/gstv4lelement.c:
24455         * sys/v4l2/gstv4l2element.c:
24456           - change default video device to /dev/video0
24457         * sys/v4l/v4l_calls.c:
24458         * sys/v4l2/v4l2_calls.c:
24459           - we only expose frequency to the user in Hz instead of
24460             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24461
24462 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24463         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24464           Initialise b_o_s and e_o_s variables
24465         * gst-libs/gst/riff/riff-media.c:
24466         (gst_riff_create_video_caps_with_data):
24467           Add some unusual fourcc's from mplayer avi's
24468         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24469           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24470           autoplugging.
24471
24472 2004-05-28  Wim Taymans  <wim@fluendo.com>
24473
24474         * configure.ac:
24475         * gst/alpha/Makefile.am:
24476         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24477         (gst_alpha_get_type), (gst_alpha_base_init),
24478         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24479         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24480         (gst_alpha_chroma_key), (gst_alpha_chain),
24481         (gst_alpha_change_state), (plugin_init):
24482         A plugin to add an alpha channel to I420 video. Can optionally do
24483         chroma keying.
24484         * gst/multipart/Makefile.am:
24485         * gst/multipart/multipart.c: (plugin_init):
24486         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24487         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24488         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24489         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24490         (gst_multipart_demux_change_state),
24491         (gst_multipart_demux_plugin_init):
24492         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24493         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24494         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24495         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24496         (gst_multipart_mux_pad_unlink),
24497         (gst_multipart_mux_request_new_pad),
24498         (gst_multipart_mux_handle_src_event),
24499         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24500         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24501         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24502         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24503         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24504         send multipart jpeg images to a browser.
24505         * gst/videobox/Makefile.am:
24506         * gst/videobox/README:
24507         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24508         (gst_video_box_get_type), (gst_video_box_base_init),
24509         (gst_video_box_class_init), (gst_video_box_init),
24510         (gst_video_box_set_property), (gst_video_box_get_property),
24511         (gst_video_box_sink_link), (gst_video_box_i420),
24512         (gst_video_box_ayuv), (gst_video_box_chain),
24513         (gst_video_box_change_state), (plugin_init):
24514         Crops or adds borders around an image. can do alpha channel
24515         borders as well.
24516         * gst/videomixer/Makefile.am:
24517         * gst/videomixer/README:
24518         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24519         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24520         (gst_videomixer_pad_get_sink_event_masks),
24521         (gst_videomixer_pad_get_property),
24522         (gst_videomixer_pad_set_property),
24523         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24524         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24525         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24526         (gst_videomixer_base_init), (gst_videomixer_class_init),
24527         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24528         (gst_videomixer_handle_src_event),
24529         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24530         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24531         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24532         (gst_videomixer_loop), (gst_videomixer_get_property),
24533         (gst_videomixer_set_property), (gst_videomixer_change_state),
24534         (plugin_init):
24535         Generic video mixer plugin, can handle multiple inputs all with
24536         different framerates and video sizes. Is fully alpha channel
24537         aware.
24538
24539 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24540
24541         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24542           Select first track as master track. Not sure how else to handle
24543           that...
24544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24545           Discard discont events. Should fix #142962.
24546
24547 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24548
24549         * ext/alsa/Makefile.am:
24550         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24551         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24552         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24553         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24554         (gst_alsa_mixer_get_option):
24555         * ext/alsa/gstalsamixer.h:
24556         * ext/alsa/gstalsamixeroptions.c:
24557         (gst_alsa_mixer_options_get_type),
24558         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24559         (gst_alsa_mixer_options_new):
24560         * ext/alsa/gstalsamixeroptions.h:
24561         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24562         * ext/alsa/gstalsamixertrack.h:
24563           Add enumerations (as GstMixerOptions). Make correct distinction
24564           between input/output tracks. Add capture/playback private flag.
24565           Use flag to decide on whether to set capture or playback volumes
24566           or switches. Use playback and record switches.
24567         * gst-libs/gst/mixer/Makefile.am:
24568         * gst-libs/gst/mixer/mixer-marshal.list:
24569         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24570         (gst_mixer_set_option), (gst_mixer_get_option),
24571         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24572         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24573         * gst-libs/gst/mixer/mixer.h:
24574         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24575         (gst_mixer_options_class_init), (gst_mixer_options_init),
24576         (gst_mixer_options_dispose):
24577         * gst-libs/gst/mixer/mixeroptions.h:
24578           Add GstMixerOptions.
24579         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24580           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24581           broken device detection on computers with multiple OSS sound
24582           cards.
24583
24584 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24585
24586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24587           fixate nicely even when the peer is not negotiating
24588
24589 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24590
24591         * gst/audioconvert/gstaudioconvert.c:
24592         (gst_audio_convert_parse_caps):
24593           make sure we don't allow depth > width
24594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24595           fixate endianness to G_BYTE_ORDER as default
24596         * gst/audioscale/gstaudioscale.c:
24597           we don't handle another endianness as host-endianness
24598
24599 2004-05-25  David Schleef  <ds@schleef.org>
24600
24601         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24602
24603 2004-05-24  Benjamin Otte  <otte@gnome.org>
24604
24605         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24606         (gst_oggvorbisenc_setup):
24607           properly fail when we can't setup the vorbis encoder due to
24608           unsupported settings
24609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24610         (gst_vorbisenc_setup):
24611           same
24612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24613           fix case where warnings occured when one pad was unlinked while the
24614           other's link function was called
24615
24616 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24617
24618         * gst/tcp/Makefile.am:
24619           use GST_ENABLE_NEW
24620
24621 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24622
24623         * gst-libs/gst/resample/private.h:
24624           don't use optimizations that are #if 0'ed
24625
24626 2004-05-24  Wim Taymans  <wim@fluendo.com>
24627
24628         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24629         Fix potential division by zero error and hopefully get
24630         the position query right to get correct timestamps on avi
24631         audio.
24632
24633 2004-05-24  Wim Taymans  <wim@fluendo.com>
24634
24635         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24636         (gst_videoscale_scale_nearest_str2),
24637         (gst_videoscale_scale_nearest_str4),
24638         (gst_videoscale_scale_nearest_32bit),
24639         (gst_videoscale_scale_nearest_24bit),
24640         (gst_videoscale_scale_nearest_16bit):
24641         Fix the scaling algorithm and avoid a buffer overflow.
24642         removed the while loop in the scaling function as it
24643         was used for point sampling only.
24644
24645 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24646
24647         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24648         (gst_id3_tag_class_init), (gst_id3_tag_init),
24649         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24650         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24651         (gst_id3_tag_send_tag_event):
24652           lots of fixes to make id3mux work and id3demux work correctly
24653
24654 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24655
24656         * ext/Makefile.am:
24657           add rules to build shout2send (was removed by accident
24658           when this module was no more marked experimental/broken)
24659
24660 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24661
24662         * ext/shout2/gstshout2.c:
24663         * ext/shout2/gstshout2.h:
24664           adding a "connection problem" signal to shout2send
24665           (fixes #142954)
24666
24667 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24668
24669         * ext/kio/kioreceiver.cpp:
24670         * ext/kio/kioreceiver.h:
24671           fix sign comparison issues
24672
24673 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24674
24675         * gst/cdxaparse/gstcdxaparse.c:
24676         * gst/cdxaparse/gstcdxaparse.h:
24677           some renaming
24678           add some checks/sanity
24679           prepare for seek addition
24680
24681         * sys/sunaudio/gstsunaudio.c:
24682           remove exported dupe init function
24683
24684 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24685
24686         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24687         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24688           Fix format conversion and position querying.
24689         * gst/debug/progressreport.c: (gst_progressreport_report):
24690           Don't output a bogus total value that we didn't query.
24691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24692           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24693           only a blank window after xine has been used.
24694
24695 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24696
24697         * m4/as-arts.m4:
24698           sync with upstream version to fix test on FC2
24699           readd with -ko to preserve Id header
24700
24701 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24702
24703         * configure.ac:
24704           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24705         * gst/tcp/gsttcpclientsrc.c: idem
24706         * gst/tcp/gsttcpserversink.c: idem
24707         * gst/tcp/gsttcpserversrc.c: idem
24708         * m4/gst-fionread.m4: idem
24709
24710         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24711
24712         * configure.ac: enable speex plugin for speex 1.1.5+
24713         * ext/speex/gstspeexenc.c: fix cast warning
24714
24715         * ext/esd/README: fix typo
24716
24717 2004-05-20  David Schleef  <ds@schleef.org>
24718
24719         * configure.ac: Minor cosmetic change to convince the buildbot to
24720         reautogen.
24721         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24722         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24723         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24724         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24725         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24726         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24727         More hacking.  Plays audio now.
24728
24729 2004-05-20  David Schleef  <ds@schleef.org>
24730
24731         * configure.ac:
24732         * sys/Makefile.am:
24733
24734 2004-05-20  David Schleef  <ds@schleef.org>
24735
24736         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24737         * sys/osxaudio/gstosxaudio.c:
24738         * sys/osxaudio/gstosxaudioelement.c:
24739         * sys/osxaudio/gstosxaudioelement.h:
24740         * sys/osxaudio/gstosxaudiosink.c:
24741         * sys/osxaudio/gstosxaudiosink.h:
24742         * sys/osxaudio/gstosxaudiosrc.c:
24743         * sys/osxaudio/gstosxaudiosrc.h:
24744
24745 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24746
24747         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24748         (gst_vorbisenc_chain):
24749           put the codec headers on the caps as streamheader as well as
24750           pushing them out
24751
24752 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24753
24754         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24755         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24756         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24757         split up push_packet into two functions
24758
24759 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24760
24761         * gst/tcp/.cvsignore:
24762           ignore enums
24763         * gst/tcp/Makefile.am:
24764         * gst/tcp/README:
24765         * gst/tcp/gsttcp.c:
24766         * gst/tcp/gsttcp.h:
24767         * gst/tcp/gsttcpclientsink.c:
24768         * gst/tcp/gsttcpclientsink.h:
24769         * gst/tcp/gsttcpclientsrc.c:
24770         * gst/tcp/gsttcpclientsrc.h:
24771         * gst/tcp/gsttcpplugin.c:
24772         * gst/tcp/gsttcpserversink.c:
24773         * gst/tcp/gsttcpserversink.h:
24774         * gst/tcp/gsttcpserversrc.c:
24775         * gst/tcp/gsttcpserversrc.h:
24776           add new tcp elements
24777
24778 2004-05-19  Wim Taymans  <wim@fluendo.com>
24779
24780         * gst/law/mulaw-conversion.c: (mulaw_encode):
24781         Fix overflow bug in ulaw encoding.
24782
24783 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24784
24785         * ext/mad/gstmad.c: (gst_mad_handle_event):
24786           don't unref the event twice
24787
24788 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24789
24790         * configure.ac:
24791           remove -Wno-sign-compare
24792
24793 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24794
24795         * configure.ac:
24796           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24797           if you want to work against glib 2.2 and 2.4
24798
24799 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24800
24801         * gst/tcp/Makefile.am:
24802         * gst/tcp/gsttcp.c:
24803         * gst/tcp/gsttcp.h:
24804         * gst/tcp/gsttcpsink.h:
24805         * gst/tcp/gsttcpsrc.h:
24806           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24807
24808 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24809
24810         * gst/debug/tests.c: (md5_get_value):
24811           fix segfault on gst-inspect
24812
24813 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24814
24815         * gst/debug/testplugin.c:
24816         * gst/debug/tests.c:
24817         * gst/debug/tests.h:
24818           add new extensible and configurable testing element. Current tests
24819           include buffer count, stream length, timestamp/duration matching and
24820           md5.
24821         * gst/debug/Makefile.am:
24822         * gst/debug/gstdebug.c: (plugin_init):
24823           add infrastructure for new element
24824
24825 2004-05-19  Johan Dahlin  <johan@gnome.org>
24826
24827         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24828         ending of the array. Fixes gst-inspect segfault on ppc.
24829
24830 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24831
24832         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24833
24834         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24835
24836 2004-05-18  David Schleef  <ds@schleef.org>
24837
24838         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24839         warnings (bugs, actually) noticed by gcc but not forte.
24840
24841 2004-05-18  David Schleef  <ds@schleef.org>
24842
24843         * sys/sunaudio/Makefile.am:
24844         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24845
24846 2004-05-18  David Schleef  <ds@schleef.org>
24847
24848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24849         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24850         to allow qtdemux to use non-seekable streams. (bug #142272)
24851
24852 2004-05-18  David Schleef  <ds@schleef.org>
24853
24854         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24855         (gst_resample_sinc_ft_float): Remove use of static temporary
24856         buffer.  This code was obviously not supposed to last long, but
24857         it's stuck in our ABI, so it required a little hack to make it
24858         ABI-compatible.  Fixes #142585.
24859         * gst-libs/gst/resample/resample.h: same.
24860
24861 2004-05-18  David Schleef  <ds@schleef.org>
24862
24863         * configure.ac: Add sunaudio
24864         * examples/Makefile.am: make gstplay depend on gconf
24865         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24866         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24867         (convert_table_lookup), (img_convert): remove c99-isms
24868         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24869           unsigned, to fix a warning on Solaris
24870         * gst/mpeg1sys/systems.c: bcopy->memcpy
24871         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24872         * sys/Makefile.am: Add sunaudio
24873
24874 2004-05-18  Wim Taymans  <wim@fluendo.com>
24875
24876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24877         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24878         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24879         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24880         (gst_ogg_mux_loop):
24881         Fix an ugly memleak where the muxer didn't flush enough ogg
24882         pages. This also resulted in badly muxed ogg files.
24883
24884 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24885
24886         * gst/asfdemux/asfheaders.c :
24887         * gst/asfdemux/asfheaders.h :
24888         * gst/asfdemux/gstasfdemux.c :
24889           - fix ASF_OBJ_PADDING guid
24890           - add 3 new object guids (language list, metadata,
24891             extended stream properties)
24892           - add a function to parse extended header objects
24893
24894 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24895
24896         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24897           remove leftover debugging g_print
24898
24899 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24900
24901         * ext/mad/gstmad.c: (gst_mad_handle_event):
24902           Fix for when the first format in a discont event is not a
24903           byte-based one. Should fix #137710.
24904
24905 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24906
24907         * m4/a52.m4 : fix compilation with -Wall -Werror
24908         * m4/libfame.m4 : idem
24909         * m4/libmikmod.m4 : idem
24910
24911 2004-05-17  Benjamin Otte  <otte@gnome.org>
24912
24913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24914           signal the new tags before giving up the reference
24915
24916 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24917
24918         * ext/shout2/gstshout2.c:
24919           use application/ogg instead of application/x-ogg (patch by Patrick
24920           Guimond, fixes #142432)
24921         * sys/oss/gstosselement.c: (gst_osselement_reset),
24922         (gst_osselement_sync_parms):
24923           don't set fragment size unless specified (fixes #142493)
24924
24925 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24926
24927         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24928           fixes #142664
24929
24930 2004-05-17  Benjamin Otte  <otte@gnome.org>
24931
24932         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24933           compute offsets correctly for internal buffers so timestamps are set
24934           correctly when we can't seek. Also handle cases where there are no
24935           offsets. (based on a patch by David Moore, fixes #142507)
24936
24937 2004-05-17  Benjamin Otte  <otte@gnome.org>
24938
24939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24940           use correct variable when determining amount of data to skip so we
24941           don't skip into the void and segfault
24942
24943 2004-05-16  Benjamin Otte  <otte@gnome.org>
24944
24945         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24946           Hi, I'm a memleak
24947
24948 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24949
24950         * gst/asfdemux/gstasfdemux.c:
24951           - fix a mem leak and always propagate tags
24952           - add WMV3 to known video codecs (but no decoder yet)
24953           - replace "surplus data" at end of audio header for what
24954             it is : codec specific data
24955           - fix a typo
24956
24957 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24958
24959         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24960
24961         * gst-libs/gst/audio/audioclock.c:
24962           Fix wrong return type (#142205).
24963
24964 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24965
24966         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24967           Ignore CRCs by default (fixes #142566).
24968
24969 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24970
24971         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24972         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24973         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24974         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24975         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24976         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24977           Fix for cases where we fail to attach to a mixer.
24978
24979 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24980
24981         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24982           Don't touch events after not owning them anymore.
24983         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24984         (gst_wavparse_fmt), (gst_wavparse_other),
24985         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24986         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24987         (gst_wavparse_srcpad_event):
24988         * gst/wavparse/gstwavparse.h:
24989           Add seeking, fix querying.
24990
24991 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24992
24993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24994           - process comments even if they don't end with \0\0
24995             g_convert would ignore them if present and works well without them
24996
24997 2004-05-16  Benjamin Otte  <otte@gnome.org>
24998
24999         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25000           simplify caps
25001
25002 2004-05-16  Benjamin Otte  <otte@gnome.org>
25003
25004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25005           don't write to memory we might not write to - g_convert does that
25006           for us anyway (fixes #142613)
25007         (gst_asf_demux_audio_caps):
25008           comment out gst_util_dump_mem
25009
25010 2004-05-16  Benjamin Otte  <otte@gnome.org>
25011
25012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25013           compute correct expected timestamps after seek (broken since
25014           last commit)
25015         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25016           rename element and debugging category to gdkpixbufscale
25017
25018 2004-05-16  Benjamin Otte  <otte@gnome.org>
25019
25020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25021           add error checking to snd_pcm_delay and remove duplicate call to
25022           snd_pcm_delay that caused issues (see inline code comments)
25023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25024           make more readable and fix return value when snd_pcm_delay fails
25025         (fixes #142586)
25026
25027 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25028         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25029         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25030         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25031         (gst_pixbufscale_link), (gst_pixbufscale_init),
25032         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25033         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25034         (gst_pixbufscale_get_property), (pixbufscale_init):
25035         * ext/gdk_pixbuf/pixbufscale.h:
25036         Add these files I forgot earlier
25037
25038 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25039         * ext/gdk_pixbuf/Makefile.am:
25040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25041         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25042         Add new pixbufscale element to scale RGB video
25043         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25044         and HYPER interpolation correctly.
25045         * ext/theora/theoraenc.c: (theora_enc_chain),
25046         Discard buffer and return if explicit caps could not be set
25047         (theora_enc_get_property):
25048         Make _get return kbps for the bitrate consistent with
25049         the _set function.
25050
25051
25052 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25053
25054         * ext/libvisual/visual.c: (gst_visual_chain):
25055           add missing visual_audio_analyze
25056
25057 2004-05-14  David Schleef  <ds@schleef.org>
25058
25059         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25060         is killed while we're playing.
25061         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25062         gst_element_no_more_pads().
25063
25064 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25065
25066         * gst-libs/gst/riff/riff-read.c :
25067           - fix INFO tag extraction in RIFF/AVI files
25068             because gst_event_unref (event) also freed taglist
25069           - avoid a mem leak
25070
25071 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25072
25073         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25074         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25075
25076         * gst/auparse/gstauparse.c :
25077           - add code (commented for now) to support audio/x-adpcm on src pad
25078             (we have no decoder for those layout yet)
25079
25080         * gst/cdxaparse/gstcdxaparse.c :
25081         * gst/cdxaparse/gstcdxaparse.h :
25082           - partial rewrite using RiffRead (ripped iain's wavparse code)
25083
25084         * gst/rtp/gstrtpL16enc.c : typo
25085         * gst/rtp/gstrtpgsmenc.c : typo
25086
25087 2004-05-13  Benjamin Otte  <otte@gnome.org>
25088
25089         * configure.ac:
25090           check for exact version of libvisual, it's not supposed to be
25091           API/ABI stable yet
25092
25093 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25094
25095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25096           signal no-more-pads
25097
25098 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25099
25100         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25101         Report which format was used for GST_FORMAT_DEFAULT
25102         * gst/debug/Makefile.am:
25103         * gst/debug/gstdebug.c: (plugin_init):
25104         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25105         (gst_progressreport_class_init), (gst_progressreport_init),
25106         (gst_progressreport_report), (gst_progressreport_set_property),
25107         (gst_progressreport_get_property), (gst_progressreport_chain),
25108         (gst_progressreport_plugin_init):
25109         Add progressreport element for testing.
25110
25111 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25112
25113         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25114         * sys/v4l/gstv4lsrc.h:
25115         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25116         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25117         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25118         (gst_v4lsrc_grab_frame):
25119           add more debugging
25120           send a discont at start
25121
25122 2004-05-12  Colin Walters  <walters@redhat.com>
25123
25124         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25125         inflooping if we can't find a chunk.  Or in other words, don't blow
25126         chunks if we don't have a chunk to blow.
25127
25128 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25129         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25130         Remove old debug output
25131         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25132         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25133         (gst_dvdec_set_property), (gst_dvdec_get_property):
25134         Change the quality setting to an enum, so it works from gst-launch
25135         Don't renegotiate a non-linked pad. Allows audio only decoding.
25136         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25137         (gst_deinterlace_link), (gst_deinterlace_init):
25138         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25139         (gst_videodrop_link):
25140         Some caps negotiation fixes
25141
25142 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25143
25144         * ext/tarkin/gsttarkin.c :
25145           - Change RANK from NONE to PRIMARY
25146         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25147           - Change RANK from NONE to MARGINAL
25148         * ext/divx/gstdivxenc.c :
25149           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25150
25151 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25152
25153         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25154         (gst_vorbisenc_push_packet):
25155           copy a function that was added between 1.0 and 1.0.1 until we
25156           depend on worthwhile features of post-1.0
25157
25158 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25159
25160         * configure.ac:
25161           enable shout2 by default
25162         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25163         (gst_shout2send_base_init), (gst_shout2send_init),
25164         (gst_shout2send_connect), (gst_shout2send_change_state):
25165         * ext/shout2/gstshout2.h:
25166           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25167           #142262)
25168         * ext/theora/theora.c: (plugin_init):
25169           don't set rank on encoders
25170
25171 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25172
25173         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25174           Use codec_data property instead of flag1 and flag2 for wma
25175
25176 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25177
25178         * gst/cdxaparse/gstcdxaparse.c :
25179           - Add mpegversion to CAPS to make it link
25180           - Rank is as GST_RANK_SECONDARY instead of NONE
25181         * gst/auparse/gstauparse.c :
25182           - Document all audio encoding we can encounter from Solaris 9
25183             headers and libsndfile information.
25184           - Increase max. rate from 48000 to 192000 (to match other elements)
25185           - Don't try to play junk data between header and samples
25186
25187 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25188
25189         * ext/libvisual/visual.c: (gst_visual_getcaps):
25190           use the right caps depending on endianness (I hope)
25191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25192           use GST_RANK_NONE for all non-decoding elements or spider gets
25193           mighty confused
25194
25195 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25196
25197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25198           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25199
25200 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25201
25202         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25203         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25204         (gst_switch_loop), (gst_switch_get_type):
25205           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25206           HEADERS. Had to be said.
25207
25208 2004-05-10  David Schleef  <ds@schleef.org>
25209
25210         * configure.ac: Add prototype Dirac support.
25211         * ext/Makefile.am:
25212         * ext/dirac/Makefile.am:
25213         * ext/dirac/gstdirac.cc:
25214         * ext/dirac/gstdiracdec.cc:
25215
25216 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25217
25218         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25219         (gst_auparse_init), (gst_auparse_chain),
25220         (gst_auparse_change_state):
25221           Hack around spider. Remove me some day please.
25222
25223 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25224
25225         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25226           Fix for some uninitialized variables in previous patch, also
25227           makes it work. Fixes #142286 while we're at it.
25228
25229 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25230
25231         * gst/auparse/gstauparse.c:
25232                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25233                 only unsupported formats are ADPCM/CCITT G.72x
25234                 reviewed by Ronald
25235         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25236
25237 2004-05-10  Wim Taymans  <wim@fluendo.com>
25238
25239         * ext/vorbis/Makefile.am:
25240         * ext/vorbis/README:
25241         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25242         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25243         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25244         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25245         (gst_oggvorbisenc_convert_sink),
25246         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25247         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25248         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25249         (get_constraints_string), (update_start_message),
25250         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25251         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25252         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25253         * ext/vorbis/oggvorbisenc.h:
25254         * ext/vorbis/vorbis.c: (plugin_init):
25255         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25256         (raw_caps_factory), (gst_vorbisenc_class_init),
25257         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25258         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25259         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25260         * ext/vorbis/vorbisenc.h:
25261         Added a raw vorbis encoder to be used with the oggmuxer.
25262         We still need the old encoder for some gnome applications,
25263         read the README to find out how that works.
25264         The raw encoder is called "rawvorbisenc" until 0.9.
25265
25266 2004-05-10  Wim Taymans  <wim@fluendo.com>
25267
25268         * ext/ogg/gstogg.c: (plugin_init):
25269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25270         (gst_ogg_print):
25271         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25272         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25273         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25274         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25275         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25276         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25277         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25278         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25279         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25280         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25281         Added an ogg muxer.
25282         Small typo fixes in the demuxer.
25283
25284 2004-05-10  Wim Taymans  <wim@fluendo.com>
25285
25286         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25287         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25288         (theora_enc_change_state), (theora_enc_set_property),
25289         (theora_enc_get_property):
25290         Mark the last packet with an EOS flag which is not really needed
25291         in gstreamer.
25292         Do some better video framerate initialisation.
25293         Update the buffer timestamp.
25294
25295 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25296
25297         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25298         Return the result of the parent state change call
25299
25300 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25301
25302         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25303         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25304         * gst/law/alaw-encode.c : (idem)
25305         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25306         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25307         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25308
25309 2004-05-09  Benjamin Otte  <otte@gnome.org>
25310
25311         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25312           don't use a fixed buffer size when writing variable length data to
25313           it. Fixes memory corruption and makes alsasrc work
25314
25315 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25316
25317         * ext/gnomevfs/gstgnomevfssink.c:
25318         (_gst_boolean_allow_overwrite_accumulator),
25319         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25320           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25321           RUN_LAST, and don't use that to set the accumulator value because
25322           then it's always FALSE.
25323
25324 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25325
25326         * gst-libs/gst/riff/riff-media.c:
25327         (gst_riff_create_video_caps_with_data),
25328         (gst_riff_create_audio_caps),
25329         (gst_riff_create_audio_template_caps):
25330         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25331           Fix for unaligned RIFF files (i.e. where all the chunks together
25332           in a LIST chunk are not of the same size as the size given in
25333           the LIST chunk header). Fixes several odd WAVE files. Also fix
25334           ADPCM (block_align property) in audio, so that wavparse based
25335           on this works now as it used to stand-alone.
25336
25337 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25338
25339         reviewed by Benjamin Otte  <otte@gnome.org>
25340
25341         * ext/a52dec/gsta52dec.c:
25342         * ext/divx/gstdivxdec.c:
25343         * ext/divx/gstdivxenc.c:
25344         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25345         * ext/faac/gstfaac.c: (gst_faac_base_init):
25346         * ext/faad/gstfaad.c: (gst_faad_base_init):
25347         * ext/ivorbis/vorbisfile.c:
25348         * ext/lame/gstlame.c:
25349         * ext/libfame/gstlibfame.c:
25350         * ext/mpeg2enc/gstmpeg2enc.cc:
25351         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25352         * ext/sidplay/gstsiddec.cc:
25353         * ext/speex/gstspeexdec.c:
25354         * ext/speex/gstspeexenc.c:
25355         * ext/xvid/gstxviddec.c:
25356         * ext/xvid/gstxvidenc.c:
25357           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25358           (fixes #142193)
25359
25360 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25361
25362         * ext/alsa/gstalsa.c: (device_list),
25363         (gst_alsa_class_probe_devices):
25364         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25365           Fix alsa oddness in mixer after the combination of using mixer
25366           in source/sink elements and using hw:x,y instead of just hw:x.
25367
25368 2004-05-09  Benjamin Otte  <otte@gnome.org>
25369
25370         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25371         (gst_wavparse_create_sourcepad):
25372           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25373           sourcepads
25374
25375 2004-05-09  Benjamin Otte  <otte@gnome.org>
25376
25377         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25378           allow discont events before caps nego
25379
25380 2004-05-08  Benjamin Otte  <otte@gnome.org>
25381
25382         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25383           don't leak events
25384
25385 2004-05-08  Benjamin Otte  <otte@gnome.org>
25386
25387         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25388         (gst_level_change_state), (gst_level_init):
25389         * gst/level/gstlevel.h:
25390           figure out if we're initialized directly instead of keeping a
25391           variable that's wrong in 90% of cases
25392           don't initialize pads and then leak them and use a new unitialized
25393           pad. (fixes #142084)
25394           these were bugs so n00bish I didn't find them for an hour :/
25395
25396 2004-05-08 Iain <iain@prettypeople.org>
25397
25398         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25399         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25400         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25401         return the length that was read.
25402         (gst_riff_read_strf_auds): Allow fmt tags as well.
25403
25404 2004-05-07  David Schleef  <ds@schleef.org>
25405
25406         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25407         signed char assumption in faad.h.
25408
25409 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25410
25411         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25412           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25413
25414 2004-05-07  Colin Walters  <walters@redhat.com>
25415
25416         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25417         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25418         function.
25419         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25420         Add dispose function.
25421
25422 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25423         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25424           Fix caps nego and pad templates. RGB mode caps should
25425           work now.
25426         * ext/dvdnav/gst-dvd:
25427           Move mpeg2dec inside the thread because otherwise the
25428           queue rejects cap changes mid-stream
25429         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25430         (gst_mpeg2dec_flush_decoder):
25431           For mpeg2dec > 0.4.0, call the flush function instead of
25432           manually extracting all in-flight frames.
25433         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25434         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25435           Change mime type video/dv go video/x-dv to match the
25436           rest of gst-plugins
25437
25438 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25439
25440         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25441         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25442         (gst_alsa_sink_class_init):
25443         * ext/alsa/gstalsasink.h:
25444         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25445         (gst_alsa_src_class_init):
25446         * ext/alsa/gstalsasrc.h:
25447           Make alsasink/src a subclass of alsamixer so that mixer stuff
25448           shows up in gst-rec. Needs some finetuning.
25449
25450 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25451
25452         * ext/lame/gstlame.c: (gst_lame_chain):
25453           simplify
25454         * ext/mad/gstmad.c: (gst_mad_handle_event):
25455           fix event leak
25456         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25457           be able to detect mp3 files < 4096 bytes
25458
25459 2004-05-06  Wim Taymans  <wim@fluendo.com>
25460
25461         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25462         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25463         (theora_enc_set_property), (theora_enc_get_property):
25464         Also encode the first frame, cleanup some code.
25465
25466 2004-05-06  Wim Taymans  <wim@fluendo.com>
25467
25468         * ext/mpeg2enc/gstmpeg2enc.cc:
25469         Forward events first before deciding that negotiation was
25470         not performed.
25471
25472 2004-05-06  Wim Taymans  <wim@fluendo.com>
25473
25474         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25475         First process the events before deciding that negotiation
25476         was not performed.
25477
25478 2004-05-06  Wim Taymans  <wim@fluendo.com>
25479
25480         * ext/theora/Makefile.am:
25481         * ext/theora/theora.c: (plugin_init):
25482         * ext/theora/theoradec.c: (theora_dec_change_state):
25483         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25484         (gst_theora_enc_class_init), (gst_theora_enc_init),
25485         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25486         (theora_enc_chain), (theora_enc_change_state),
25487         (theora_enc_set_property), (theora_enc_get_property):
25488         Added a theora encoder, grouped the encoder and decoder into the
25489         same plugin.
25490
25491 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25492
25493         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25494         (gst_jpegenc_chain):
25495         fix DURATION on outgoing buffers
25496         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25497         debug using time formats
25498         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25500         (gst_xvimagesink_sink_link):
25501         windows with width/height 0 generate X errors, so don't allow them
25502
25503 2004-05-05  Wim Taymans  <wim@fluendo.com>
25504
25505         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25506         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25507         (gst_mpeg2dec_negotiate_format):
25508         * ext/mpeg2dec/gstmpeg2dec.h:
25509           removed the static pad template so that we can add the
25510           more accurate framerate value to the caps.
25511
25512
25513 2004-05-04  Benjamin Otte  <otte@gnome.org>
25514
25515         * configure.ac:
25516           check for kdemacros.h, too (should fix #141821)
25517         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25518           don't crash if no header was sent, but nicely error out (fixes part
25519           of #141554)
25520
25521 2004-05-04  Wim Taymans  <wim@fluendo.com>
25522
25523         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25524         parent dispose function to avoid segfault on destroy.
25525
25526 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25527
25528         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25529         (plugin_init):
25530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25531         (gst_xvimagesink_sink_link):
25532         clean up debugging caps
25533         also recreate xvimage when format has changed
25534
25535 2004-05-04  Benjamin Otte  <otte@gnome.org>
25536
25537         * ext/libvisual/Makefile.am:
25538         * ext/libvisual/visual.c: (gst_visual_class_init),
25539         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25540         (gst_visual_srclink), (gst_visual_chain),
25541         (gst_visual_change_state), (plugin_init):
25542           use a GstAdapter to correctly adapt buffer sizes - allows using a
25543           framerate
25544
25545 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25546
25547         * sys/v4l/gstv4lelement.h:
25548         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25550         (gst_v4lsrc_buffer_free):
25551         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25552         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25553         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25554         (gst_v4lsrc_requeue_frame):
25555         move some debugging categories around
25556         query for fps index and set accordingly if found
25557
25558 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25559
25560         * ext/lame/gstlame.c:
25561         correct defaults that lame_init puts out of range
25562
25563 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25564
25565         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25566         (gst_divxenc_class_init):
25567         fix range since -1 is the default
25568         * gst/mpeg1sys/gstmpeg1systemencode.c:
25569         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25570         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25571         (gst_rtjpegdec_chain):
25572         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25573         (gst_rtjpegenc_chain):
25574         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25575         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25576         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25577         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25578         * sys/v4l/gstv4lsrc.c:
25579         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25580         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25581         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25582         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25583         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25584           remove gst_info calls
25585
25586 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25587
25588         * Makefile.am:
25589         * po/af.po:
25590         * po/az.po:
25591         * po/en_GB.po:
25592         * po/nl.po:
25593         * po/sr.po:
25594         * po/sv.po:
25595           Updated translations
25596
25597 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25598
25599         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25600           refactor/comment code
25601
25602 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25603
25604         * gst/asfdemux/Makefile.am:
25605         * gst/asfdemux/asfheaders.c:
25606         * gst/asfdemux/asfheaders.h:
25607         * gst/asfdemux/gstasf.c: (plugin_init):
25608         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25609         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25610         (gst_asf_demux_setup_pad):
25611         * gst/asfdemux/gstasfdemux.h:
25612         * gst/asfdemux/gstasfmux.c:
25613         * gst/asfdemux/gstasfmux.h:
25614           Add tagging support to demuxer, split out registration in its own
25615           file instead of in demux (hacky), and prevent having some tables
25616           in our memory multiple times (in asfheaders.h).
25617
25618 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25619
25620         * gst/matroska/matroska-demux.c:
25621         (gst_matroska_demux_parse_metadata):
25622         * gst/matroska/matroska-ids.h:
25623           Basic tag reading support.
25624
25625 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25626
25627         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25628           Really detect ac-3 audio.
25629         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25630           really detect matroska files (off-by-1).
25631
25632 2004-04-30  David Schleef  <ds@schleef.org>
25633
25634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25635         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25636         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25637         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25638         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25639         hackage -- parse a lot more atoms, extract a few tags.  One might even
25640         mistake this for tag support.  Maybe it is.
25641         * gst/qtdemux/qtdemux.h:
25642
25643 2004-04-30  Colin Walters  <walters@verbum.org>
25644
25645         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25646
25647 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25648
25649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25650         (gst_ffmpegcolorspace_getcaps):
25651           remove broken nego fix
25652
25653 2004-04-30  Benjamin Otte  <otte@gnome.org>
25654
25655         * configure.ac:
25656         * ext/Makefile.am:
25657         * ext/libvisual/Makefile.am:
25658         * ext/libvisual/visual.c:
25659           add initial support for libvisual (http://libvisual.sourceforge.net)
25660           libvisual is still quite alpha, so expect crashes in there :)
25661
25662 2004-04-29  David Schleef  <ds@schleef.org>
25663
25664         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25665         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25666         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25667         code; you will no longer respect me.
25668
25669 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25670
25671         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25672         * ext/alsa/gstalsa.h :
25673         change alsa pcm device discovery to find more than 1 device
25674         per card. code review by Ronald.
25675
25676 2004-04-29  David Schleef  <ds@schleef.org>
25677
25678         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25679         Add a check for a driver bug on FreeBSD.  (bug #140565)
25680
25681 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25682
25683         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25684         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25685         (gst_jpegenc_getcaps):
25686           move format setting to inner loop
25687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25688         (gst_ffmpegcolorspace_getcaps):
25689           use GST_PAD_CAPS if available so that we use already negotiated
25690           caps
25691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25692         (qtdemux_parse_moov), (qtdemux_parse):
25693           extra debugging
25694         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25695         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25696           move hardcoded path to DEFINE
25697
25698 2004-04-28  David Schleef  <ds@schleef.org>
25699
25700         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25701         (bug #140064)
25702
25703 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25704
25705         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25706           Don't probe for playback device if we're a source element. Fixes
25707           #139658.
25708
25709 2004-04-29  Benjamin Otte  <otte@gnome.org>
25710
25711         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25712         (gst_id3_tag_chain):
25713           rewrite buffer offset
25714
25715 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25716
25717         * configure.ac:
25718         * ext/Makefile.am:
25719         * ext/dts/Makefile.am:
25720         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25721         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25722         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25723         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25724         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25725         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25726         (plugin_init):
25727         * ext/dts/gstdtsdec.h:
25728           New DTS decoder.
25729         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25730         (gst_faad_srcconnect):
25731           Add ESDS atom handling (.m4a).
25732
25733 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25734
25735         * ext/divx/gstdivxdec.c: (plugin_init):
25736           Remove comment that makes no sense.
25737         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25738           Fix for obvious typo that resulted in warnings during gst-register.
25739         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25740         (gst_xviddec_sink_link):
25741           Fix caps negotiation a bit better.
25742         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25743           We call this 'codec_data', not 'esds'.
25744
25745 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25746
25747         * gst/monoscope/gstmonoscope.c:
25748           make sure we only provide 256x128
25749         * gst/monoscope/monoscope.c: (monoscope_init):
25750           assert size of 256x128
25751
25752 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25753
25754         * Makefile.am:
25755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25756         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25757           fixate to max width and height of device
25758
25759 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25760
25761         * Makefile.am:
25762         * sys/v4l/gstv4l.c:
25763         * sys/v4l/gstv4lsrc.c:
25764         * sys/v4l/v4l_calls.c:
25765         * sys/v4l/v4lsrc_calls.c:
25766           fix for qc-usb driver which fakes having more than one buffer
25767           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25768           buffer_free override
25769           add debugging
25770
25771 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25772
25773         * Makefile.am:
25774         * gst/videotestsrc/gstvideotestsrc.c:
25775         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25776         (gst_videotestsrc_init), (gst_videotestsrc_get),
25777         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25778         * gst/videotestsrc/gstvideotestsrc.h:
25779           add num-buffers property
25780
25781         2004-04-26  Benjamin Otte  <otte@gnome.org>
25782
25783         * ext/mad/gstid3tag.c: (plugin_init):
25784           set id3mux rank to NONE so it doesn't confuse spider
25785           require audio/mpeg,mpegversion=1 in id3mux
25786
25787 2004-04-26  Benjamin Otte  <otte@gnome.org>
25788
25789         * configure.ac:
25790           detect faad correctly as non-working if it's indeed non-working
25791
25792 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25793
25794         * Makefile.am:
25795         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25796         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25797         fix _getcaps so it only negotiates to its supported format
25798
25799 2004-04-25  Benjamin Otte  <otte@gnome.org>
25800
25801         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25802           fix memleak
25803
25804 2004-04-23  Benjamin Otte  <otte@gnome.org>
25805
25806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25807           audio/x-raw-int with height rules! not. Now it's depth.
25808
25809 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25812         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25813         (gst_wavparse_loop):
25814           Missing variable initialization. Add handling of DVI ADPCM. Fix
25815           mis-parsing of LIST chunks. This works around a bug where we mis-
25816           parse non-aligning LIST chunks (so LIST chunks where the contents
25817           don't align with the actual LIST size). The correct fix is to use
25818           rifflib, I'm not going to fix wavparse - too much work. All this
25819           fixes #104878.
25820
25821 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25822
25823         reviewed by Benjamin Otte  <otte@gnome.org>
25824
25825         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25826           fix shoutcast not working (fixes #140844)
25827
25828 2004-04-22  Benjamin Otte  <otte@gnome.org>
25829
25830         * ext/hermes/gsthermescolorspace.c:
25831         (gst_hermes_colorspace_caps_remove_format_info):
25832         * gst/colorspace/gstcolorspace.c:
25833         (gst_colorspace_caps_remove_format_info):
25834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25835         (gst_ffmpegcolorspace_caps_remove_format_info):
25836           s/gst_caps_simplify/gst_caps_do_simplify/
25837
25838 2004-04-22  Benjamin Otte  <otte@gnome.org>
25839
25840         * gst-libs/gst/riff/riff-media.c:
25841         (gst_riff_create_video_caps_with_data):
25842           mpegversion is an int
25843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25844           don't try to create pad templates with NULL caps, use any caps
25845           instead.
25846
25847 2004-04-20  David Schleef  <ds@schleef.org>
25848
25849         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25850         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25851         (bug #140384)
25852
25853 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25854
25855         reviewed by David Schleef
25856
25857         * ext/mad/gstid3tag.c: Add stdlib.h
25858         * gst/rtp/gstrtpgsmenc.c: same
25859         * gst/tags/gstid3tag.c: same
25860         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25861         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25862         GST_DISABLE_LOADSAVE use.
25863         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25864         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25865         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25866         atol(3)).
25867         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25868         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25869         strtoul(3)).
25870         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25871         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25872         $(ID3_CFLAGS).
25873         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25874         $(LIBFAME_CFLAGS).
25875
25876 2004-04-20  David Schleef  <ds@schleef.org>
25877
25878         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25879         last checkin.  Same idea.
25880
25881 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25882
25883         reviewed by David Schleef
25884
25885         * configure.ac: bump required gstreamer version to 0.8.1.1
25886         because of following changes [--ds]
25887
25888         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25889         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25890         (gst_riff_read_header):  Use GST_READ_UINT*
25891         macros to access possibly unaligned memory.
25892
25893         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25894         (mp3_type_find):  Use GST_READ_UINT*
25895         macros to access possibly unaligned memory.
25896         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25897         (speex_type_find): Likewise
25898
25899         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25900
25901         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25902         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25903         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25904         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25905         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25906         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25907         macros to access possibly unaligned memory.
25908
25909         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25910         Likewise.
25911
25912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25913         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25914
25915         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25916         Likewise.
25917
25918         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25919         (gst_mpeg2subt_chain_subtitle): Likewise.
25920
25921         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25922         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25923         Likewise.
25924
25925         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25926         Likewise.
25927
25928         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25929         Likewise.
25930
25931         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25932         Likewise.
25933
25934 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25935
25936         * configure.ac:
25937           update required version of GStreamer because of GST_TIME_FORMAT
25938
25939 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25940
25941         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25942           remove leftover g_print
25943         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25944           don't try setting only a subset of the caps. We don't want to kill
25945           autoplugging on purpose
25946
25947 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25948
25949         * sys/ximage/ximagesink.c: (plugin_init):
25950         * sys/xvimage/xvimagesink.c: (plugin_init):
25951           add debugging categories
25952
25953 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25954
25955         * po/en_GB.po:
25956         * po/LINGUAS:
25957           Adding en_GB translation (Gareth Owen)
25958
25959 2004-04-20  David Schleef  <ds@schleef.org>
25960
25961         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25962         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25963         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25964         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25965         A number of new features and hacks to extract the esds atom and
25966         put it into the caps.  (bug #137724)
25967
25968 2004-04-19  David Schleef  <ds@schleef.org>
25969
25970         * gconf/Makefile.am: Fix for non-GNU make
25971         * gst-libs/gst/Makefile.am: Change directory order to handle
25972         GstPlay linking with gstinterfaces
25973         * gst-libs/gst/audio/make_filter: make use of tr portable
25974         * gst-libs/gst/play/Makefile.am: Add intended \
25975         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25976         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25977         function prototype instead of void *.
25978         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25979         macro.
25980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25981         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25982         * gst/videofilter/make_filter: make use of tr portable
25983         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25984
25985 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25986
25987         * po/LINGUAS:
25988         * po/uk.po:
25989           Added Ukrainian translation (Maxim V. Dziumanenko)
25990
25991 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25992
25993         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25994         (gst_gsmdec_link), (gst_gsmdec_chain):
25995           Fix capsnego, simplify chain function slightly.
25996         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25997           Add GSM.
25998
25999 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26002         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26003         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26004           Hack to make wavparse work with spider (always -> sometimes pad).
26005           Fixes #135862 && #140411.
26006
26007 2004-04-18  Benjamin Otte  <otte@gnome.org>
26008
26009         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26010         (gst_osselement_rate_probe_check),
26011         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26012           get rid of \n in debug output
26013
26014 2004-04-17  Iain <iain@prettypeople.org>
26015
26016         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26017         not just EOS.
26018
26019 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26020
26021         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26022         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26023         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26024         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26025         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26026         (gst_id3_tag_change_state), (plugin_init):
26027           deprecate id3tag element and replace with id3demux/id3mux.
26028           great side effect: this ugly file is now even uglier, yay!
26029         * ext/mad/gstmad.h:
26030           remove non-available function
26031           update for new get_type
26032
26033 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26034
26035         * configure.ac:
26036           require mpeg2dec >= 0.4.0
26037
26038 2004-04-17  Benjamin Otte  <otte@gnome.org>
26039
26040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26041         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26042         (gst_xvimagesink_set_xwindow_id):
26043           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26044           assorted cleanup fixes.
26045
26046 2004-04-16  David Schleef  <ds@schleef.org>
26047
26048         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26049         * sys/xvimage/xvimagesink.h: same
26050
26051 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26052
26053         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26054           Fix GST_ELEMENT_ERROR with (NULL)
26055
26056 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26057
26058         * gst-libs/gst/riff/riff-media.c:
26059         (gst_riff_create_video_caps_with_data):
26060           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26061
26062 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26063
26064         * gst-libs/gst/riff/riff-media.c:
26065         (gst_riff_create_video_caps_with_data),
26066         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26067         (gst_riff_create_video_template_caps),
26068         (gst_riff_create_audio_template_caps):
26069         * gst-libs/gst/riff/riff-media.h:
26070         * gst-libs/gst/riff/riff-read.c:
26071         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26072         * gst-libs/gst/riff/riff-read.h:
26073         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26074           Add MS RLE support. I added some functions to read out strf chunks
26075           into strf chunks and the data behind it. This is usually color
26076           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26077           caps creation. Lastly, add ADPCM (similar to wavparse - which
26078           should eventually be rifflib based).
26079         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26080         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26081         * gst/matroska/matroska-demux.h:
26082           Remove placeholders for some prehistoric tagging system. Didn't add
26083           support for any tag system really anyway.
26084         * gst/qtdemux/qtdemux.c:
26085           Add support for audio/x-m4a (MPEG-4) through spider.
26086         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26087         (gst_wavparse_loop):
26088           ADPCM support (#135862). Increase max. buffer size because we
26089           cannot split buffers for ADPCM (screws references) and I've seen
26090           files with 2048 byte chunks. 4096 seems safe for now.
26091
26092 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26093
26094         * configure.ac: bump nano to 1
26095
26096 === release 0.8.1 ===
26097
26098 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26099
26100         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26101
26102 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26103
26104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26105           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26106           Fixes #140058
26107
26108 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26109
26110         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26111           lower rank of dvddemux so that it's not used for mpeg playback.
26112
26113 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26114
26115         * configure.ac:
26116           save libs correctly when checking mad
26117
26118 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26119
26120         * ext/mad/gstid3tag.c: (plugin_init):
26121           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26122
26123 2004-04-13  David Schleef  <ds@schleef.org>
26124
26125         * common/m4/gst-feature.m4: Call -config scripts with
26126         --plugin-libs if it is supported.
26127         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26128         JPEG images are image/jpeg.
26129         * gst/debug/Makefile.am:
26130         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26131         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26132         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26133         (gst_negotiation_plugin_init): Add a property that acts like
26134         filter caps.
26135         * testsuite/gst-lint:  Move license checking to be a standard
26136         test.
26137
26138 2004-04-13  David Schleef  <ds@schleef.org>
26139
26140         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26141         patch from Sebastien Cote (bug #139958)
26142
26143 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26144
26145         * examples/gstplay/Makefile.am:
26146         * examples/gstplay/player.c: (main):
26147           make the commandline player example use gconf settings
26148
26149 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26150
26151         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26152         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26153         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26154           init/end library during state transition, not object
26155           creation/disposal.  get rid of custom dispose handler.
26156
26157
26158 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26159
26160         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26161         be a symlink
26162
26163 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26166           Handle JUNK chunks inside data section. Prevents warnings.
26167
26168 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26169
26170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26171         (gst_riff_create_video_template_caps):
26172           Add MS video v1.
26173         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26174         (gst_avi_demux_stream_data):
26175           Add support for "rec-list" chunks.
26176
26177 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26178
26179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26180           Fix another codecname mismatch.
26181
26182 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26183
26184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26185           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26186           so that MJPEG plays back.
26187
26188 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26189
26190         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26191         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26192         * gst/mpeg1videoparse/gstmp1videoparse.h:
26193           Fix for some slight mis-cuts in buffer parsing, and for some
26194           potential overflows or faults-causers. Adds disconts. Also fixes
26195           #139105 while we're at it.
26196
26197 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * configure.ac:
26200         * sys/v4l2/gstv4l2element.h:
26201           Workaround for missing struct v4l2_buffer declaration in Suse 9
26202           and Mandrake 10 linux/videodev2.h header file (#135919).
26203
26204 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26207           Bail out if no filename was given.
26208
26209 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26210
26211         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26212         (gst_v4l2_fourcc_from_structure):
26213           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26214           Y41B somewhere).
26215
26216 2004-04-09  Benjamin Otte  <otte@gnome.org>
26217
26218         * ext/gnomevfs/gstgnomevfssink.c:
26219         (_gst_boolean_allow_overwrite_accumulator),
26220         (gst_gnomevfssink_class_init):
26221           fix erase signal - if any handler returns false the file will not be
26222           overwritten. If no handler is connected, the file will not be
26223           overwritten either.
26224           renamed signal to "allow-overwrite"
26225         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26226           free string when adding it to ID3 failed
26227         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26228           unref event when done
26229         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26230           free caps
26231         * gst/typefind/gsttypefindfunctions.c:
26232         (mpeg_video_stream_type_find):
26233           fix invalid read
26234
26235 2004-04-08  David Schleef  <ds@schleef.org>
26236
26237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26238         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26239
26240 2004-04-08  David Schleef  <ds@schleef.org>
26241
26242         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26243         we don't support (bug #139532)
26244
26245 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26246
26247         * ext/mad/gstmad.c: (gst_mad_handle_event),
26248         (gst_mad_check_caps_reset), (gst_mad_chain),
26249         (gst_mad_change_state):
26250           only set explicit caps if they haven't been set before for
26251           this stream.  MPEG-audio sample rate/channels aren't allowed
26252           to change in-stream.
26253           Fixes #139382
26254
26255 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26256
26257         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26258         (_gst_boolean_did_something_accumulator),
26259         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26260         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26261         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26262         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26263         (gst_gnomevfssink_change_state):
26264           Fix erase signal. Don't erase by default. Remove handoff signal.
26265           Remove erase property. Don't segfault. General cleanup.
26266
26267 2004-04-07  Benjamin Otte  <otte@gnome.org>
26268
26269         * gst-libs/gst/gconf/test-gconf.c: (main):
26270           add missing gst_init
26271
26272 2004-04-07  Benjamin Otte  <otte@gnome.org>
26273
26274         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26275           free the mutexes, too
26276
26277 2004-04-07  Benjamin Otte  <otte@gnome.org>
26278
26279         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26280           actually free the URI string
26281         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26282           compute offset correctly when passing discont events
26283         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26284           don't leak discont events
26285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26286           add some missing breaks so caps aren't copied randomly
26287         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26288           if we realloc memory, we better use it
26289
26290 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26291
26292         * ext/mad/gstmad.c: (normal_seek):
26293           fix GST_FORMAT_TIME usage
26294
26295 2004-04-05  David Schleef  <ds@schleef.org>
26296
26297         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26298         a deprecated function (hack!)
26299
26300 2004-04-05  Benjamin Otte  <otte@gnome.org>
26301
26302         * ext/esd/esdmon.c: (gst_esdmon_get):
26303           fix nonterminated vararg and memleak
26304
26305 2004-04-05  Benjamin Otte  <otte@gnome.org>
26306
26307         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26308         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26309         (gst_ladspa_set_property), (gst_ladspa_get_property),
26310         (gst_ladspa_instantiate), (gst_ladspa_activate),
26311         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26312           clean up debugging
26313
26314 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26315
26316         reviewed by Benjamin Otte  <otte@gnome.org>
26317
26318         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26319           check for broken LADSPA parameters (fixes #138635)
26320
26321 2004-04-05  Benjamin Otte  <otte@gnome.org>
26322
26323         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26324           advertise buffer-frames correctly on sinkpads
26325
26326 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26327
26328         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26329         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26330         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26331         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26332         (gst_mad_check_caps_reset), (gst_mad_chain):
26333         add more debugging, only reset caps when we're not in error state
26334
26335 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26336
26337         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26338
26339 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26340
26341         reviewed by Benjamin Otte  <otte@gnome.org>
26342
26343         * configure.ac:
26344           fix == in test(1) operator
26345
26346 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26347
26348         reviewed by Benjamin Otte  <otte@gnome.org>
26349
26350         * configure.ac:
26351           fix --export-symblos-regex to a working regex.
26352
26353 2004-04-04  Benjamin Otte  <otte@gnome.org>
26354
26355         * sys/oss/.cvsignore:
26356           add for oss_probe
26357
26358 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26359
26360         reviewed by Benjamin Otte  <otte@gnome.org>
26361
26362         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26363           add missing 'new_media' argument (fixes #138168)
26364         * gst/matroska/matroska-demux.c:
26365         (gst_matroska_demux_handle_seek_event):
26366           add vararg terminator (fixes #138169)
26367
26368 2004-04-02  David Schleef  <ds@schleef.org>
26369
26370         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26371         disted (bug #138914)
26372
26373 2004-04-01  Benjamin Otte  <otte@gnome.org>
26374
26375         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26376         (gst_alsa_close_audio):
26377           handle case better where a soundcard can't pause
26378         * ext/ogg/gstoggdemux.c:
26379           don't crash when we get events but don't have pads yet
26380
26381 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26382
26383         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26384           throw an error if we couldn't probe any caps.
26385
26386 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26387
26388         * ext/dvdnav/gst-dvd:
26389         Add a really simple sample DVD player
26390
26391 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26392
26393         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26394         (gst_a52dec_push), (gst_a52dec_handle_event),
26395         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26396         (gst_a52dec_change_state):
26397         * ext/a52dec/gsta52dec.h:
26398           Use a debug category, Output timestamps correctly
26399           Emit tag info, Handle events, tell liba52dec about cpu
26400           capabilities so it can use MMX etc.
26401         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26402           Fix a crasher accessing invalid memory
26403         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26404         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26405         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26406         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26407         (dvdnavsrc_query):
26408           Some support for byte-format seeking.
26409           Small fixes for still frames and menu button overlays
26410         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26411         (gst_mpeg2dec_alloc_buffer):
26412           Use a debug category. Adjust the report level of several items to
26413           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26414           so it doesn't lose the GstBuffer pointer
26415         * gst/debug/Makefile.am:
26416         * gst/debug/gstdebug.c: (plugin_init):
26417         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26418         (gst_navseek_base_init), (gst_navseek_class_init),
26419         (gst_navseek_init), (gst_navseek_seek),
26420         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26421         (gst_navseek_get_property), (gst_navseek_chain),
26422         (gst_navseek_plugin_init):
26423         * gst/debug/gstnavseek.h:
26424           Add the navseek debug element for seeking back and forth in a
26425           video stream using arrow keys.
26426         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26427         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26428         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26429         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26430         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26431         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26432         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26433         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26434         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26435         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26436         * gst/mpeg2sub/gstmpeg2subt.h:
26437           Pretty much a complete rewrite. Now a loopbased element. May still
26438           require work to properly synchronise subtitle buffers.
26439         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26440         (gst_dvd_demux_send_subbuffer):
26441         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26442           Don't attempt to create subbuffers of size 0
26443           Reduce a couple of error outputs to warnings.
26444         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26445         (gst_y4mencode_chain):
26446         Output the y4m frame header correctly.
26447
26448 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26449
26450         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26451           throw errors instead of allowing SIGFPE
26452
26453 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26454
26455         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26456         (gst_gconf_render_bin_from_key):
26457           leak plugging and style fixing
26458
26459 2004-03-31  David Schleef  <ds@schleef.org>
26460
26461         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26462         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26463         (bug #138225)
26464         * gst/debug/Makefile.am:
26465         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26466         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26467         plugin.
26468         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26469         (gst_negotiation_base_init), (gst_negotiation_class_init),
26470         (gst_negotiation_init), (gst_negotiation_getcaps),
26471         (gst_negotiation_pad_link), (gst_negotiation_chain),
26472         (gst_negotiation_set_property), (gst_negotiation_get_property),
26473         (gst_negotiation_plugin_init):  New element to talk about random
26474         negotiation things happening in a pipeline.
26475
26476 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26477
26478         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26479           fix integer addition with help of Stefan Kost
26480
26481 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26482
26483         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26484
26485 2004-03-30  David Schleef  <ds@schleef.org>
26486
26487         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26488         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26489         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26490         (bug #137504)
26491         * ext/mpeg2dec/gstmpeg2dec.h:
26492
26493 2004-03-30  David Schleef  <ds@schleef.org>
26494
26495         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26496
26497 2004-03-30  David Schleef  <ds@schleef.org>
26498
26499         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26500         Michael Petullo) to handle .mov
26501
26502 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26503
26504         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26505         (gst_osselement_rate_check_rate):
26506           probe caps correctly for sound cards that only support one format
26507
26508 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26509
26510         * ext/kio/kiosrc.cpp: (process_events):
26511           update handling event processing if inside KDE - untested
26512
26513 2004-03-29  David Schleef  <ds@schleef.org>
26514
26515         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26516         by 2 to not interfere with other colorspaces.
26517         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26518         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26519         one to not interfere with ffmpeg_colorspace.
26520
26521 2004-03-29  David Schleef  <ds@schleef.org>
26522
26523         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26524         aren't in the caps.
26525         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26526         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26527
26528 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26529
26530         * gst-libs/gst/riff/riff-media.c:
26531           fail on error, don't try to set stuff on NULL caps
26532
26533 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26534
26535         * configure.ac:
26536         * ext/Makefile.am:
26537         * ext/kio/Makefile.am:
26538         * ext/kio/kioreceiver.cpp:
26539         * ext/kio/kioreceiver.h:
26540         * ext/kio/kiosrc.cpp:
26541         * ext/kio/kiosrc.h:
26542           add experimental kiosrc plugin
26543         * ext/alsa/gstalsaplugin.c: (plugin_init):
26544           initialize debugging category only when we're sure registering the
26545           plugins worked.
26546
26547 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26548
26549         * examples/gstplay/player.c: (main):
26550         * gst-libs/gst/play/play.c: (gst_play_class_init),
26551         (gst_play_set_location), (gst_play_set_data_src),
26552         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26553         (gst_play_set_visualization), (gst_play_connect_visualization):
26554           check return values of element_set_state and return FALSE where
26555           failed
26556
26557 2004-03-29  Benjamin Otte  <otte@gnome.org>
26558
26559         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26560           try harder to check if an event is really a discont
26561
26562 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26563
26564         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26565         * po/az.po:
26566
26567 2004-03-28  Benjamin Otte  <otte@gnome.org>
26568
26569         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26570         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26571         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26572           get rid of non-standard "..." ranges in case statements.
26573
26574 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26575
26576         * gst/mpegstream/gstmpegdemux.c:
26577         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26578         specific functionality split to the new dvddemux element.
26579         * gst/mpegstream/gstdvddemux.c:
26580         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26581         streams, derived from mpegdemux.
26582         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26583         up. SCR based timestamp rewriting can be turned off (will probably
26584         completely disappear soon).
26585         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26586         hacking. General cleanup. All printf statements replaced by
26587         debugging messages. Almost complete libdvdnav support.
26588         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26589         by events. New properties for audio and subpicture languages.
26590         (dvdnavsrc_update_highlight): Now uses events.
26591         (dvdnavsrc_user_op): Cleaned up.
26592         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26593         based). Lots of cleanup, and propper support for most libdvdnav
26594         events.
26595         (dvdnavsrc_make_dvd_event): New function.
26596         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26597         (dvdnavsrc_make_clut_change_event): New function.
26598
26599 2004-03-26  Benjamin Otte  <otte@gnome.org>
26600
26601         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26602           fix bug where typefinding would claim it's theora whenever less then
26603           7 bytes of data were available
26604
26605 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26606
26607         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26608         (gst_alawdec_base_init), (gst_alawdec_class_init),
26609         (gst_alawdec_init), (gst_alawdec_chain):
26610         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26611         (gst_alawenc_base_init), (gst_alawenc_class_init),
26612         (gst_alawenc_init), (gst_alawenc_chain):
26613         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26614         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26615         (gst_mulawdec_init), (gst_mulawdec_chain):
26616         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26617         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26618         (gst_mulawenc_init), (gst_mulawenc_chain):
26619           Fix capsnego in all four, remove the unused property functions and
26620           simplify the chain functions slightly. I guess we could use macros
26621           or something similar for those, since the code is so similar, but
26622           I'm currently too lazy...
26623
26624 2004-03-24  David Schleef  <ds@schleef.org>
26625
26626         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26627         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26628         (gst_osselement_get_format_structure),
26629         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26630         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26631         (gst_osselement_rate_int_compare): Add code to handle rate probing
26632         (bug #120883)
26633         * sys/oss/gstosselement.h: same
26634         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26635         Use rate probing provided by osselement.
26636         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26637
26638 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26639
26640         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26641         (gst_xvidenc_get_property):
26642           ulong/int mess-up.
26643
26644 2004-03-24  David Schleef  <ds@schleef.org>
26645
26646         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26647         (gst_speexdec_init):
26648         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26649         (gst_speexenc_init):  Create the pad template correctly (from
26650         the static pad template, not a NULL pointer.)
26651
26652 2004-03-25  Benjamin Otte  <otte@gnome.org>
26653
26654         * gst/debug/Makefile.am:
26655         * gst/debug/breakmydata.c:
26656           add element that quasi-randomly changes bytes in the stream.
26657           Intended use is robustness checking of demuxers and decoders in
26658           media tests.
26659
26660 2004-03-24  Benjamin Otte  <otte@gnome.org>
26661
26662         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26663         (gst_alsa_probe_hw_params):
26664         * ext/alsa/gstalsa.h:
26665           debugging output fixes
26666
26667 2004-03-24  Benjamin Otte  <otte@gnome.org>
26668
26669         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26670           don't g_return_if_fail if element is PLAYING, fail silently as every
26671           other element.
26672         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26673           only fix needed for cast lvalue issues in gst-plugins
26674         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26675           add proxy_getcaps
26676
26677 2004-03-24  Benjamin Otte  <otte@gnome.org>
26678
26679         * gst/level/gstlevel.c: (gst_level_init):
26680           add proxying getcaps function, so level doesn't advertise impossible
26681           caps
26682
26683 2004-03-24  David Schleef  <ds@schleef.org>
26684
26685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26686         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26687         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26688         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26689         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26690         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26691         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26692         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26693         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26694         messages.  Divide the chunk size by the compression ratio
26695         (needed for MACE audio)
26696
26697 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26698
26699         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26700           Fix buffer overflow read error.
26701
26702 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26703
26704         * ext/alsa/gstalsa.h:
26705           Remove unused entry.
26706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26707           Add cinepak.
26708         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26709         (gst_videodrop_link), (gst_videodrop_chain):
26710           Fix, sort of. Was horribly broken with new capsnego. Bah...
26711
26712 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26713
26714         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26715         (plugin_init):
26716         Add a monkeysaudio typefind function
26717
26718 2004-03-23  Johan Dahlin  <johan@gnome.org>
26719
26720         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26721         (gst_play_video_fixate): Check so the structure has the field
26722         before trying to fixate them, this makes it possible to have
26723         fakesinks for video and audio output without printing errors on
26724         the output console.
26725
26726 2004-03-22  David Schleef  <ds@schleef.org>
26727
26728         * sys/oss/Makefile.am:
26729         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26730         (check_rate), (add_rate):  Rate probing test app.
26731
26732 2004-03-21  Benjamin Otte  <otte@gnome.org>
26733
26734         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26735         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26736           add a fixation function that pretty much does the right thing (fixes
26737           #137556)
26738
26739 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26740
26741         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26742
26743 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26744
26745         reviewed by: Benjamin Otte  <otte@gnome.org>
26746
26747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26748           terminate gst_event_new_discontinuous correctly (fixes parts of
26749           #137711)
26750
26751 2004-03-19  David Schleef  <ds@schleef.org>
26752
26753         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26754         since it doesn't depend on X, and it's part of our ABI.
26755
26756 2004-03-19  Iain <iain@prettypeople.org>
26757
26758         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26759         is_int in the structure, not the local variable.
26760
26761 2004-03-19  David Schleef  <ds@schleef.org>
26762
26763         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26764         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26765         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26766         Improvements in caps negotiation.
26767
26768 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26769
26770         * po/LINGUAS:
26771         * po/af.po:
26772           adding Afrikaans (Petri Jooste)
26773
26774 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26775
26776         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26777         (gst_ffmpegcolorspace_chain):
26778         throw error instead of g_critical (#137588)
26779
26780 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26781
26782         * Makefile.am:
26783         * configure.ac:
26784           dist common and m4 correctly
26785         * po/sv.po:
26786
26787 2004-03-17  David Schleef  <ds@schleef.org>
26788
26789         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26790         (bug #137348)
26791
26792 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26793
26794         * po/LINGUAS:
26795         * po/sv.po:
26796           adding Swedish translation (Christian Rose)
26797
26798 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26799
26800         * Makefile.am: use release.mak
26801
26802 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26803
26804         * common/ChangeLog:
26805         * common/gst-autogen.sh:
26806           add some explanation about the version detection
26807         * configure.ac:
26808           fix X check
26809
26810 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26811
26812         * configure.ac: bump nano to 1
26813
26814 === release 0.8.0 ===
26815
26816 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26817
26818         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26819
26820 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26821
26822         * configure.ac:
26823           update libtool version
26824         * gst-libs/gst/media-info/Makefile.am:
26825           actually use libtool version
26826
26827 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26828
26829         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26830
26831 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26832
26833         * configure.ac:
26834         * gst-plugins.spec.in:
26835         * pkgconfig/Makefile.am:
26836         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26837         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26838         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26839         * pkgconfig/gstreamer-libs.pc.in:
26840         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26841         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26842         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26843         * pkgconfig/gstreamer-plugins.pc.in:
26844           remove @VERSION@ from some of the pc files since core and plugins
26845           are decoupled.
26846           created gstreamer-plugins.pc as it's a better name, but keeping
26847           -libs around for now to get fixes upstream done first.
26848
26849 2004-03-15  Julien MOUTTE <julien@moutte.net>
26850
26851         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26852         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26853         * gst-libs/gst/play/play.h:
26854
26855 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26856
26857         * *.c, *.cc: don't mix tabs and spaces
26858
26859 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26860
26861         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26862           use the new ffmpegcolorspace
26863         * gst-plugins.spec.in:
26864           package new colorspace and media-info
26865         * configure.ac:
26866         * pkgconfig/Makefile.am:
26867           fix some more disting issues
26868         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26869         * pkgconfig/gstreamer-media-info.pc.in:
26870           generate media-info pc files
26871
26872 2004-03-15  Johan Dahlin  <johan@gnome.org>
26873
26874         * *.h: Revert indenting
26875
26876 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26877
26878         * configure.ac:
26879           adding ffmpegcolorspace element
26880         * gst/ffmpegcolorspace/Makefile.am:
26881         * gst/ffmpegcolorspace/avcodec.h:
26882         * gst/ffmpegcolorspace/common.h:
26883         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26884         * gst/ffmpegcolorspace/dsputil.h:
26885         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26886         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26887         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26888         (gst_ffmpeg_caps_to_pix_fmt):
26889         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26891         (gst_ffmpegcolorspace_caps_remove_format_info),
26892         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26893         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26894         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26895         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26896         (gst_ffmpegcolorspace_set_property),
26897         (gst_ffmpegcolorspace_get_property),
26898         (gst_ffmpegcolorspace_register):
26899         * gst/ffmpegcolorspace/imgconvert.c:
26900         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26901         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26902         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26903         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26904         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26905         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26906         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26907         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26908         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26909         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26910         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26911         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26912         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26913         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26914         (img_get_alpha_info), (deinterlace_line),
26915         (deinterlace_line_inplace), (deinterlace_bottom_field),
26916         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26917         * gst/ffmpegcolorspace/imgconvert_template.h:
26918         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26919         * gst/ffmpegcolorspace/mmx.h:
26920         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26921           adding ffmpegcolorspace element supplied by Ronald after cleaning
26922           up and pulling in the right bits of upstream source.
26923           I'm sure a better C/compiler wizard could do some cleaning up (for
26924           example use GLIB's malloc stuff), but as a first pass this
26925           works very well
26926
26927 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26928
26929         * ext/alsa/gstalsa.h:
26930           I assume Ronald forgot to commit the change to have cardname
26931           as a struct member.  Expect some public spanking at the next
26932           opportunity.
26933
26934 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26935
26936         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26937         (gst_alsa_open_audio), (gst_alsa_close_audio):
26938         * ext/alsa/gstalsa.c:
26939           Don't open the device if we're a mixer (= padless).
26940         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26941         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26942         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26943           Open mixer during state change rather than during object
26944           initialization. Also, get a device name. Currently in a somewhat
26945           hackish fashion, but I didn't really find something better.
26946
26947 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26948
26949         * *.c, *.h: run gst-indent
26950
26951 2004-03-14  Benjamin Otte  <otte@gnome.org>
26952
26953         * gst/modplug/gstmodplug.cc:
26954         * gst/modplug/gstmodplug.h:
26955           set correct timestamps on outgoing buffers
26956
26957 2004-03-14  Benjamin Otte  <otte@gnome.org>
26958
26959         * gst/modplug/gstmodplug.cc:
26960           handle events - don't do crap when a discont arrives that's not
26961           necessary
26962           This allows correct loading and playback of mods in Rhythmbox
26963
26964 2004-03-14  Benjamin Otte  <otte@gnome.org>
26965
26966         * configure.ac:
26967         * gst-libs/gst/gconf/Makefile.am:
26968         * pkgconfig/Makefile.am:
26969           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26970           they get rebuilt properly
26971         * configure.ac:
26972           when checking for vorbis, try pkgconfig first.
26973         * gst/modplug/gstmodplug.cc:
26974           add fixate function
26975
26976 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26977
26978         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26979           Fix for obvious mistake, where we first shift the offset and then
26980           read a samplesize element assuming the old offset. Note that this
26981           part still has something weird, i.e. my movies containing those
26982           don't actually play well, but at least there's something that looks
26983           like sound now.
26984
26985 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26986         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26987         (plugin_init):
26988         Add a typefind function for speex format
26989
26990 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26991
26992         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26993         (gst_asf_demux_setup_pad):
26994           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26995           instead of 0. Reason is simple: some elements have a fps range
26996           of 1-max instead of 0-max. So now ASF video actually works.
26997
26998 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26999
27000         * po/LINGUAS:
27001         * po/sr.po:
27002           adding serbian as a language
27003
27004 2004-03-13  Benjamin Otte  <otte@gnome.org>
27005
27006         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27007           return taglist correctly from _get function, don't gst_pad_push it.
27008           (fixes #137042)
27009
27010 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27011         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27012
27013 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27014
27015         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27016         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27017         (gst_alsa_mixer_track_new):
27018         * ext/alsa/gstalsamixertrack.h:
27019           Fix ancient leftovers... MixerTrack is a GObject.
27020
27021 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27022
27023         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27024         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27025           Don't block during probing...
27026
27027 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27030         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27031         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27032         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27033         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27034         (gst_alsa_open_audio), (gst_alsa_close_audio):
27035         * ext/alsa/gstalsa.h:
27036           Add propertyprobe interface implementation, add some device-name
27037           property, all this so that it looks good in gnome-volume-control.
27038
27039 2004-03-12  David Schleef  <ds@schleef.org>
27040
27041         * configure.ac: the Hermes library controls hermescolorspace, not
27042         colorspace.
27043         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27044         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27045         not /* */
27046         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27047         * ext/sdl/sdlvideosink.h: ditto.
27048         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27049
27050 2004-03-12  Benjamin Otte  <otte@gnome.org>
27051
27052         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27053         (gst_x_overlay_got_xwindow_id):
27054         * gst-libs/gst/xoverlay/xoverlay.h:
27055           replace XID with unsigned long to get rid of the xlibs dependency in
27056           XOverlay (fixes #137004)
27057
27058 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27059         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27060         (gst_agingtv_setup):
27061         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27062         (gst_dicetv_base_init), (gst_dicetv_class_init),
27063         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27064         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27065         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27066         (gst_edgetv_setup), (gst_edgetv_rgb32):
27067         * gst/effectv/gsteffectv.c:
27068         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27069         (gst_quarktv_set_property):
27070         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27071         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27072         (gst_revtv_setup), (gst_revtv_rgb32):
27073         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27074         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27075         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27076         (gst_shagadelictv_rgb32):
27077         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27078         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27079         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27080         * gst/effectv/gstwarp.c:
27081         Port everything that can be ported to videofilter and fix up the caps.
27082         Can someone with a big-endian machine please check these?
27083
27084 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27087         (gst_osssink_chain), (gst_osssink_change_state):
27088           Latest fixes for A/V sync, audio playback and such. This is about
27089           all... MPEG playback issues are mostly related to the async build-
27090           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27091
27092 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27093
27094         patch from: Stephane Loeuillet
27095
27096         * configure.ac:
27097           use pkg-config for some libraries, falling back to the old .m4 way
27098           (fixes #131270)
27099         * m4/libdv.m4:
27100           removed
27101
27102 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27103
27104         * configure.ac:
27105         * tools/Makefile.am:
27106         * tools/Makefile.in:
27107         * tools/gst-launch-ext-m.m:
27108         * tools/gst-launch-ext.1.in:
27109         * tools/gst-visualise-m.m:
27110         * tools/gst-visualise.1:
27111         * tools/gst-visualise.1.in:
27112           reorganizing generation of script tools
27113
27114 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * ext/divx/gstdivxdec.c:
27117           Downgrade priority. We prefer ffdec_mpeg4.
27118         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27119         (gst_faad_chain), (gst_faad_change_state):
27120           Fix capsnego. Doesn't work for some sounds because we don't have
27121           a 5:1 to stereo element.
27122         * ext/xvid/gstxvid.c: (plugin_init):
27123           Add priority.
27124         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27125         (gst_osssink_change_state):
27126           Add discont handling.
27127
27128 2004-03-09  Colin Walters  <walters@verbum.org>
27129
27130         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27131         conversion.
27132
27133 2004-03-09  Benjamin Otte  <otte@gnome.org>
27134
27135         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27136           the signals take 2 arguments
27137
27138 2004-03-09  David Schleef  <ds@schleef.org>
27139
27140         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27141         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27142         * ext/alsa/gstalsa.h:
27143         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27144
27145 2004-03-09  Benjamin Otte  <otte@gnome.org>
27146
27147         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27148         (gst_mikmod_change_state):
27149         * ext/mikmod/gstmikmod.h:
27150           make mikmod's loop function not loop infinitely and call
27151           gst_element_yield anymore
27152         * gst/modplug/gstmodplug.cc:
27153           fix pad negotiation (fixes #136590)
27154
27155 2004-03-09  David Schleef  <ds@schleef.org>
27156
27157         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27158         doesn't conflict with the internal colorspace plugin.
27159         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27160         satisfy the crappy-ass shell shipped by a certain vendor.
27161         * gst/videofilter/make_filter: same (bug #135299)
27162
27163 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27164
27165         * configure.ac: bump nano to 1
27166
27167 === release 0.7.6 ===
27168
27169 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27170
27171         * configure.in: releasing 0.7.6, "There"
27172
27173 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27174
27175         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27176         * pkgconfig/gstreamer-play.pc.in:
27177           synchronize the two
27178
27179 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27180
27181         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27182         (cdparanoia_open), (cdparanoia_event):
27183           fix/add error handling
27184         * po/POTFILES.in:
27185           add cdparanoia source
27186         * tools/Makefile.am:
27187           make scripts executable
27188
27189 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27190
27191         * configure.ac:
27192         * ext/vorbis/Makefile.am:
27193         * sys/Makefile.am:
27194           remove id3types, vorbisfile and xvideosink from the build (#133783)
27195
27196 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27197
27198         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27199           Fix metadata read crash (#136537).
27200
27201 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27202
27203         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27204         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27205           adding mime types, fixing the one-stop function
27206
27207 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27208
27209         * ext/nas/nassink.c and /ext/nas/nassink.h:
27210         More NAS love from Arwed von Merkatz
27211         So lets all sing 'Can you feel the NAS tonight'
27212
27213 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27214
27215         * tools/gst-launch-ext.in:
27216         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27217
27218 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27219
27220         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27221         (gst_mpeg2dec_init):
27222         remove the user_data pad for now, because it is being used in
27223         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27224         If someone knows how to fix this properly, please do.
27225
27226 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27227
27228         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27229         (gst_osssink_get_time):
27230         add a warning, IMO this won't get triggered anymore, remove later
27231
27232 2004-03-07  David Schleef  <ds@schleef.org>
27233
27234         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27235         format (bug #136470)
27236
27237 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27238
27239         * gst-libs/Makefile.am:
27240         * gst-libs/gst/media-info/Makefile.am:
27241         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27242         (error_callback), (gst_media_info_error_create),
27243         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27244         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27245         * gst-libs/gst/media-info/media-info-priv.h:
27246         * gst-libs/gst/media-info/media-info-test.c: (main):
27247         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27248         (gst_media_info_class_init), (gst_media_info_instance_init),
27249         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27250         (gst_media_info_read_idler), (gst_media_info_read):
27251         * gst-libs/gst/media-info/media-info.h:
27252         fixed, should work now
27253
27254 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27255
27256         * ext/nas/nassink.c:
27257         A bunch of NAS fixes from Arwed von Merkatz
27258
27259 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27260
27261         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27262         (qtdemux_parse_trak):
27263           Fix crash (j might be greater than n_samples, in which case we're
27264           writing outside the allocated space for the array) and memleak.
27265
27266 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27267
27268         * sys/oss/gstosssink.c: (gst_osssink_chain):
27269           And another caller that couldn't handle delay < 0 (unsigned
27270           integer overflow). Video now continues playing on an audio
27271           buffer underrun, and the clock continues working. Audio still
27272           stalls.
27273
27274 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27277         (gst_osssink_get_time):
27278           get_delay() may return values lower than 0. In those cases, we
27279           should not actually cast to *unsigned* int64, that will break
27280           stuff horribly. In my case, it screwed up A/V sync in movies
27281           in totem rather badly.
27282
27283 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27284
27285         * ext/faac/gstfaac.c: (gst_faac_chain):
27286         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27287         * ext/libpng/gstpngenc.c: (user_write_data):
27288         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27289         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27290         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27291         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27292         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27293         of any buffer), should fix some leaks. I hope I didn't unref buffers
27294         that shouldn't be...
27295
27296 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27297
27298         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27299         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27300         (error_callback), (gmi_reset), (gmi_seek_to_track),
27301         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27302         (gmip_find_type_post), (gmip_find_stream_post),
27303         (gmip_find_track_streaminfo_post):
27304         * gst-libs/gst/media-info/media-info-priv.h:
27305         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27306         (info_print), (main):
27307         * gst-libs/gst/media-info/media-info.c:
27308         (gst_media_info_error_create), (gst_media_info_error_element),
27309         (gst_media_info_instance_init), (gst_media_info_get_property),
27310         (gst_media_info_new), (gst_media_info_set_source),
27311         (gst_media_info_read_idler), (gst_media_info_read):
27312         * gst-libs/gst/media-info/media-info.h:
27313           first pass at making this work again.  This seems to work on
27314           tagged ogg/vorbis and mp3 files.
27315
27316 2004-03-06  Benjamin Otte  <otte@gnome.org>
27317
27318         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27319           fix huge leak: gst_buffer_merge doesn't unref the first argument
27320           itself.
27321
27322 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27323
27324         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27325           report layer/mode/emphasis
27326
27327 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27328
27329         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27330
27331 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27332
27333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27334           signal serial
27335
27336 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27337
27338         * ext/vorbis/vorbis.c: (plugin_init):
27339         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27340         (gst_vorbis_dec_init), (vorbis_dec_event):
27341         add debug category
27342         make vorbisdec handle _BYTE and _TIME queries
27343
27344 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27345
27346         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27347           from the xing header
27348
27349 2004-03-06  Benjamin Otte  <otte@gnome.org>
27350
27351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27352         (gst_audio_convert_link), (gst_audio_convert_change_state),
27353         (gst_audio_convert_buffer_from_default_format):
27354           do conversions from/to float correctly, fix some caps nego errors,
27355           export correct supported caps in template and getcaps, use correct
27356           caps in try_set_caps functions
27357
27358 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27359
27360         For some reason, I only committed a ChangeLog entry yesterday and
27361         not the corresponding code...
27362         * ext/mad/gstmad.c: Fix detection of Xing headers
27363         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27364
27365 2004-03-06  Benjamin Otte  <otte@gnome.org>
27366
27367         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27368         (gst_ogg_demux_src_query):
27369           make sure to handle the case where there's no current chain
27370           gracefully.
27371
27372 2004-03-05  David Schleef  <ds@schleef.org>
27373
27374         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27375         Add fixate function. (bug #131128)
27376         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27377         (gst_sdlvideosink_fixate):  Add fixate function.
27378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27379         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27380         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27381         Fix missing break that was causing ulaw to be interpreted as
27382         raw int.
27383
27384 2004-03-05  David Schleef  <ds@schleef.org>
27385
27386         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27387         Fix code that ignores return value of gst_buffer_merge().
27388         (bug #114560)
27389         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27390         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27391         * testsuite/gst-lint:  Check for above.
27392
27393 2004-03-05  David Schleef  <ds@schleef.org>
27394
27395         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27396         caps and throw an element error.  (bug #136334)
27397
27398 2004-03-05  David Schleef  <ds@schleef.org>
27399
27400         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27401         (gst_faad_chain): Fix negotiation.
27402         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27403         key and button events.
27404         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27405         dung heap of code.
27406         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27407         depends on gconf
27408         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27409         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27410         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27411         function to encourage better negotiation, particularly between
27412         audioconvert and osssink.
27413         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27414         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27415         more important.
27416         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27417         typefinding.
27418         * gst/vbidec/vbiscreen.c:  Add glib header
27419         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27420
27421 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27422
27423         * ext/mad/gstmad.c: Fix detection of Xing headers
27424         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27425
27426 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27427
27428         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27429         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27430           debug updates
27431
27432 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27433
27434         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27435         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27436         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27437         files, and report the parsed length as a GST_TAG_DURATION tag.
27438         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27439
27440 2004-03-05  Benjamin Otte  <otte@gnome.org>
27441
27442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27443           convert channels correctly. convert correctly to unsigned.
27444
27445 2004-03-05  Julien MOUTTE <julien@moutte.net>
27446
27447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27448         we have a window before clearing it.
27449
27450 2004-03-05  Julien MOUTTE <julien@moutte.net>
27451
27452         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27453         have a window before clearing it.
27454
27455 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27456
27457         * gconf/gstreamer.schemas.in:
27458         * gst-libs/gst/gconf/Makefile.am:
27459           version installation path the same way as for 0.6
27460         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27461         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27462         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27463           remove comment that was fixed
27464
27465 2004-03-05  David Schleef  <ds@schleef.org>
27466
27467         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27468         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27469         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27470         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27471         Add prototype code for handling seeking and querying.
27472
27473 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * examples/gstplay/player.c: (main):
27476           Initialize variables to NULL. Prevents a segfault because the
27477           (uninitialized) variable is not NULL, resulting in a crash on
27478           trying to reach error->message.
27479
27480 2004-03-05  Benjamin Otte  <otte@gnome.org>
27481
27482         * gst/audioconvert/gstaudioconvert.c:
27483         (gst_audio_convert_buffer_to_default_format):
27484         make float=>int conversion work correctly even in cornercases.
27485
27486 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27487
27488         * debian/README.Debian:
27489         * debian/build-deps:
27490         * debian/changelog:
27491         * debian/control:
27492         * debian/control.in:
27493         * debian/copyright:
27494         * debian/gstreamer-a52dec.files:
27495         * debian/gstreamer-aa.files:
27496         * debian/gstreamer-alsa.files:
27497         * debian/gstreamer-alsa.manpages:
27498         * debian/gstreamer-arts.files:
27499         * debian/gstreamer-artsd.files:
27500         * debian/gstreamer-audiofile.files:
27501         * debian/gstreamer-avifile.files:
27502         * debian/gstreamer-cdparanoia.files:
27503         * debian/gstreamer-colorspace.files:
27504         * debian/gstreamer-doc.files:
27505         * debian/gstreamer-dv.files:
27506         * debian/gstreamer-dvd.files:
27507         * debian/gstreamer-esd.files:
27508         * debian/gstreamer-festival.files:
27509         * debian/gstreamer-flac.files:
27510         * debian/gstreamer-gconf.conffiles:
27511         * debian/gstreamer-gconf.files:
27512         * debian/gstreamer-gconf.postinst:
27513         * debian/gstreamer-gnomevfs.files:
27514         * debian/gstreamer-gsm.files:
27515         * debian/gstreamer-http.files:
27516         * debian/gstreamer-jack.files:
27517         * debian/gstreamer-jpeg.files:
27518         * debian/gstreamer-mad.files:
27519         * debian/gstreamer-mikmod.files:
27520         * debian/gstreamer-misc.files:
27521         * debian/gstreamer-mpeg2dec.files:
27522         * debian/gstreamer-oss.files:
27523         * debian/gstreamer-plugin-apps.files:
27524         * debian/gstreamer-plugin-apps.manpages:
27525         * debian/gstreamer-plugin-libs-dev.files:
27526         * debian/gstreamer-plugin-libs.files:
27527         * debian/gstreamer-plugin-template.postinst:
27528         * debian/gstreamer-plugin-template.postrm:
27529         * debian/gstreamer-sdl.files:
27530         * debian/gstreamer-sid.files:
27531         * debian/gstreamer-vorbis.files:
27532         * debian/gstreamer-x.files:
27533         * debian/mk.control:
27534         * debian/rules:
27535         Debian package info not maintained here.
27536
27537 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27538
27539         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27540         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27541         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27542         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27543         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27544         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27545         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27546         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27547         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27548         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27549         * gst-libs/gst/colorbalance/colorbalance.c:
27550         (gst_color_balance_class_init):
27551         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27552         (gst_color_balance_channel_class_init):
27553         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27554         * gst-libs/gst/play/play.c: (gst_play_class_init):
27555         * gst-libs/gst/propertyprobe/propertyprobe.c:
27556         (gst_property_probe_iface_init):
27557         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27558         * gst-libs/gst/tuner/tunerchannel.c:
27559         (gst_tuner_channel_class_init):
27560         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27561         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27562         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27563         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27564         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27565         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27566         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27568         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27569           fix signals to use - instead of _
27570         * ext/libcaca/gstcacasink.h:
27571         * ext/sdl/sdlvideosink.h:
27572           fix header rename
27573
27574 2004-03-04  David Schleef  <ds@schleef.org>
27575
27576         * testsuite/gst-lint:  Add a check for bad signal names.
27577
27578 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27579
27580         reviewed by David Schleef
27581
27582         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27583         modified the alpha channel and caused a warning. (bug #136192)
27584
27585 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27586
27587         * gst-plugins.spec.in:
27588         Change names of plugins to actually be correct. Try to keep things
27589         alphabetical to avoid getting beat up by Thomas
27590
27591 2004-03-03  Julien MOUTTE <julien@moutte.net>
27592
27593         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27594         Using ximagesink as a default if no gconf key found. We should
27595         probably consider using alsasink instead of osssink for the audio
27596         part.
27597
27598 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27599
27600         * configure.ac:
27601           fix --with-plugins, don't think it ever worked before
27602         * gst-plugins.spec.in:
27603           even more updates
27604
27605 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27606
27607         * ext/sdl/sdlvideosink.h:
27608         * sys/ximage/ximagesink.h:
27609         * sys/xvideo/xvideosink.h:
27610         * sys/xvimage/xvimagesink.h:
27611           Fix for move of gstvideosink.h -> videosink.h.
27612
27613 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27614
27615         * gst-libs/gst/xwindowlistener/Makefile.am:
27616           this is a plugin library, not a library
27617
27618 2004-03-01  David Schleef  <ds@schleef.org>
27619
27620         * AUTHORS:  Added some names.  Add yourself if you're still
27621         missing.
27622
27623 2004-03-01  David Schleef  <ds@schleef.org>
27624
27625         * MAINTAINERS: Add
27626
27627 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27628
27629         * gst-plugins.spec.in: clean up spec file
27630
27631 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * gst-libs/gst/video/Makefile.am:
27634         * gst-libs/gst/video/gstvideosink.c:
27635         * gst-libs/gst/video/gstvideosink.h:
27636           rename gstvideosink.h to videosink.h to match other headers
27637         * gst/mixmatrix/Makefile.am:
27638           fix plugin filename
27639         * gst/tags/Makefile.am: fix plugin filename
27640
27641 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27642
27643         * gst/tags/Makefile.am: fix plugin filename
27644
27645 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27646
27647         * examples/gstplay/player.c: (got_time_tick), (main):
27648           add error handler
27649           display time_tick more readably
27650         * gst/mixmatrix/Makefile.am:
27651           fix plugin file name
27652
27653 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27654
27655         * sys/oss/gstosselement.c: (gst_osselement_probe),
27656         (device_combination_append), (gst_osselement_class_probe_devices):
27657         * sys/oss/gstosselement.h:
27658           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27659           on my system using alsa oss emulation, fixes bug #135597
27660
27661 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27662
27663         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27664         (gst_videodrop_chain), (gst_videodrop_change_state):
27665         * gst/videodrop/gstvideodrop.h:
27666           Work based on timestamp of input data, not based on the expected
27667           framerate from the input. The consequence is that this element now
27668           not only scales framerates, but also functions as a framerate
27669           corrector or framerate stabilizer/constantizer.
27670
27671 2004-02-27  David Schleef  <ds@schleef.org>
27672
27673         patches from jmmv@menta.net (Julio M. Merino Vidal)
27674
27675         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27676         GST_ELEMENT_ERROR call (bug #135634)
27677         * gst/interleave/interleave.c: (interleave_buffered_loop),
27678         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27679         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27680         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27681         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27682         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27683         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27684         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27685         Fix GST_ELEMENT_ERROR call.
27686         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27687         GST_ELEMENT_ERROR call.
27688
27689 2004-02-27  Benjamin Otte  <otte@gnome.org>
27690
27691         * gst-libs/gst/audio/audio.h:
27692           add macro to make sure header isn't included twice
27693         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27694           don't use gst_buffer_free
27695         * gst/playondemand/filter.func:
27696           don't use gst_data_free. Free data only once.
27697
27698 2004-02-26  David Schleef  <ds@schleef.org>
27699
27700         * gst-libs/gst/colorbalance/Makefile.am:
27701         * gst-libs/gst/mixer/Makefile.am:
27702         * gst-libs/gst/tuner/Makefile.am:
27703         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27704         should not be disted, -marshal.h files should not be installed,
27705         and -enum.h files _should_ be installed.  Fix to make this the
27706         case.
27707
27708 === release 0.7.5 ===
27709
27710 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27711
27712         * configure.ac: release 0.7.5, "Under The Sea"
27713
27714 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27715
27716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27717         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27718         * gst/videoscale/gstvideoscale.c:
27719         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27720           assorted debug/warning fixes
27721
27722 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27723
27724         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27725         (gst_videoscale_init), (gst_videoscale_chain),
27726         (gst_videoscale_set_property), (plugin_init):
27727         * gst/videoscale/gstvideoscale.h:
27728         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27729         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27730         (gst_videoscale_planar400), (gst_videoscale_packed422),
27731         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27732         (gst_videoscale_24bit), (gst_videoscale_16bit),
27733         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27734         (gst_videoscale_scale_plane_slow),
27735         (gst_videoscale_scale_point_sample),
27736         (gst_videoscale_scale_nearest),
27737         (gst_videoscale_scale_nearest_str2),
27738         (gst_videoscale_scale_nearest_str4),
27739         (gst_videoscale_scale_nearest_32bit),
27740         (gst_videoscale_scale_nearest_24bit),
27741         (gst_videoscale_scale_nearest_16bit):
27742         add debugging category and use it properly
27743         fix use of GST_PTR_FORMAT
27744
27745 2004-02-25  Andy Wingo  <wingo@pobox.com>
27746
27747         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27748         push only when channel->buffer is NULL. Prevents segfaults doing
27749         the state change after a nonlocal exit, like a scheme exception.
27750
27751         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27752         Handle the case where the intersected caps is empty.
27753
27754 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27755
27756         * gst/law/mulaw-decode.c: (mulawdec_link):
27757         * gst/law/mulaw.c: (plugin_init):
27758           fix mulawdec so it actually works again
27759
27760 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27761
27762         reviewed by: David Schleef  <ds@schleef.org>
27763
27764         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27765         (gst_gamma_init), (gst_gamma_set_property),
27766         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27767         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27768         for RGB, with separate r g and b correction factors. (#131167)
27769
27770 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27771
27772         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27773           only signal tags for bitrate if they're > 0 (#134894)
27774
27775 2004-02-24  David Schleef  <ds@schleef.org>
27776
27777         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27778         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27779         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27780         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27781         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27782         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27783         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27784         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27785         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27786         category.  Attempt to fix timestamp calculation.
27787
27788 2004-02-24  Johan Dahlin  <johan@gnome.org>
27789
27790         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27791
27792 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27793
27794         * configure.ac:
27795         * gconf/Makefile.am:
27796         * gconf/gstreamer.schemas:
27797         * gst-libs/gst/gconf/Makefile.am:
27798         * gst-libs/gst/gconf/gconf.c:
27799           version gconf schemas and install locations
27800
27801 2004-02-23  Benjamin Otte  <otte@gnome.org>
27802
27803         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27804         (gst_xine_input_subclass_init):
27805           call parent dispose.
27806           change pad template for CD reader correctly
27807         * ext/xine/Makefile.am:
27808         * ext/xine/gstxine.h:
27809         * ext/xine/xine.c: (plugin_init):
27810         * ext/xine/xineaudiosink.c:
27811           wrap audio sinks, too
27812         * gst-libs/gst/resample/private.h:
27813         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27814         (gst_resample_reinit), (gst_resample_scale),
27815         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27816         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27817         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27818         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27819         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27820         * gst-libs/gst/resample/resample.h:
27821         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27822         (gst_audioscale_class_init), (gst_audioscale_link),
27823         (gst_audioscale_get_buffer), (gst_audioscale_init),
27824         (gst_audioscale_chain), (gst_audioscale_set_property),
27825         (gst_audioscale_get_property):
27826         * gst/audioscale/gstaudioscale.h:
27827           s/resample_*/gst_resample_*/i to not clobber namespaces
27828
27829 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27830
27831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27832         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27833         (gst_riff_create_video_template_caps),
27834         (gst_riff_create_audio_template_caps),
27835         (gst_riff_create_iavs_template_caps):
27836         * gst-libs/gst/riff/riff-media.h:
27837         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27838         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27839         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27840         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27841         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27842         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27843         (gst_matroska_demux_plugin_init): First batch implementing audio and
27844         video codec tags in demuxers.
27845
27846 2004-02-22  Benjamin Otte  <otte@gnome.org>
27847
27848         * ext/xine/Makefile.am:
27849         * ext/xine/gstxine.h:
27850         * ext/xine/xine.c: (plugin_init):
27851         * ext/xine/xineinput.c:
27852           add input plugin wrapper. Playback from files, http, mms and cdda
27853           works.
27854         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27855           remove leftover G_GNUC_UNUSED
27856         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27857         (gst_asf_demux_identify_guid):
27858           improve debugging output
27859
27860 2004-02-22  Benjamin Otte  <otte@gnome.org>
27861
27862         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27863
27864         * autogen.sh:
27865           replace test -e with test -x for mkinstalldirs to be more portable.
27866           (fixes #134816)
27867
27868 2004-02-22  Benjamin Otte  <otte@gnome.org>
27869
27870         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27871
27872         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27873           set rank to PRIMARY
27874         * gst/volume/gstvolume.c: (plugin_init):
27875           set rank to NONE
27876         fixes #134960
27877
27878 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27879
27880         reviewed by Benjamin Otte  <otte@gnome.org>
27881
27882         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27883           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27884
27885 2004-02-22  Benjamin Otte  <otte@gnome.org>
27886
27887         * configure.ac:
27888           export [_]*{gst,Gst,GST}.* symbols from plugins
27889
27890 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27891
27892         reviewed by: Benjamin Otte  <otte@gnome.org>
27893
27894         * ext/lame/gstlame.c: (add_one_tag):
27895         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27897         (gst_vorbisenc_metadata_set1):
27898         * gst/tags/gstid3tag.c:
27899         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27900           apply fixes from bugs #135042 (lame can't write tags) and #133817
27901           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27902
27903 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27904
27905         * configure.ac: Export only gst_plugin_desc from plugins.
27906          Note that this change only makes any effect with Linux using libtool
27907          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27908          fine. And don't try to have several versions of libtool in different
27909          directories.
27910
27911 2004-02-20  Andy Wingo  <wingo@pobox.com>
27912
27913         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27914         interleave respectively.
27915
27916         * gst/interleave/deinterleave.c: New plugin: deinterleave
27917         (replaces on oneton).
27918         * gst/interleave/interleave.c: New plugin: interleave.
27919         * gst/interleave/plugin.h: Support file.
27920         * gst/interleave/plugin.c: Support file.
27921
27922         * configure.ac: Remove intfloat and oneton, add interleave.
27923
27924         * ext/sndfile/gstsf.c: Handle events better.
27925
27926         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27927         and float2int operation. int2float has scheduling problems as
27928         noted in in2float_chain.
27929
27930 2004-02-20  Benjamin Otte  <otte@gnome.org>
27931
27932         * ext/xine/Makefile.am:
27933         * ext/xine/gstxine.h:
27934         * ext/xine/xine.c:
27935         * ext/xine/xineaudiodec.c:
27936         * ext/xine/xinecaps.c:
27937           add first version of xine plugin wrapper. Currently only wraps the
27938           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27939         * configure.ac:
27940         * ext/Makefile.am:
27941           add xine plugin wrapper, disabled by default. Use --enable-xine to
27942           build. Note that it'll segfault on gst-register if you don't remove
27943           the goom and tvtime post plugins from xine.
27944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27945         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27946           add extradata parsing for QDM2.
27947           change around debugging prints.
27948
27949 2004-02-19  Benjamin Otte  <otte@gnome.org>
27950
27951         * ext/lame/gstlame.c: (gst_lame_chain):
27952         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27953           use gst_tag_list_insert when you want to insert tags
27954
27955 2004-02-18  David Schleef  <ds@schleef.org>
27956
27957         * configure.ac:  Move massink to gst-rotten
27958         * ext/Makefile.am:
27959         * ext/mas/Makefile.am:
27960         * ext/mas/massink.c:
27961         * ext/mas/massink.h:
27962
27963 2004-02-18  David Schleef  <ds@schleef.org>
27964
27965         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27966         typefinding, since it seems to be worse than nothing.
27967         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27968         atom to recognize .mp4 and .m4a files as video/quicktime.
27969
27970 2004-02-18  David Schleef  <ds@schleef.org>
27971
27972         * gst/sine/demo-dparams.c: (quit_live),
27973         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27974         Use double dparams, not float.
27975         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27976         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27977         sync'd elements don't really work correctly.
27978         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27979         (volume_update_volume), (volume_get_property):  Change dparam
27980         to double.
27981
27982 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27983
27984         * sys/ximage/ximagesink.c:
27985         (gst_ximagesink_xwindow_update_geometry),
27986         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27987         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27988         (gst_ximagesink_init): Rework the way software video scaling works. So
27989         now we check on each chain call if the video frames are feeling the
27990         window. If not we try to renegotiate caps. On failure we memorize that
27991         and we won't try again for that PLAYING sessions.
27992         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27993         failure.
27994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27995         synchronous flag.
27996
27997 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27998
27999         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28000           break up _link so we can give a better debug message for errors
28001
28002 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28003
28004         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28005           set up debug category
28006
28007 2004-02-18  Julien MOUTTE <julien@moutte.net>
28008
28009         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28010         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28011         the way renegotiation work. The event handling function is not taking
28012         care of external windows and renegotiate method check for pad flags
28013         NEGOTIATING. Should fix : #133209
28014
28015 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28016
28017         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28018         pad is negotiating before trying renegotiation.
28019
28020 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28021
28022         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28023           pass on all possible mime types as typefind hints
28024
28025 2004-02-17  Julien MOUTTE <julien@moutte.net>
28026
28027         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28029         possible SHM leak if we crash. All other apps using XShm are doing
28030         that.
28031
28032 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28033
28034         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28035         (gst_ximagesink_expose): Renegotiate size on expose.
28036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28037         size on expose.
28038
28039 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28040
28041         * testsuite/alsa/sinesrc.c:
28042           cosmetic fix to fix compile issue with gcc 2.95.4
28043
28044 2004-02-16  Julien MOUTTE <julien@moutte.net>
28045
28046         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28047         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28048         failed opening the audio device.
28049         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28050         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28051         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28052         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28053         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28054         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28055         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28056         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28057         Removing some useless g_return_if_fail like wingo suggested.
28058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28059         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28060         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28061         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28062         (gst_xvimagesink_update_colorbalance),
28063         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28064         (gst_xvimagesink_xcontext_clear),
28065         (gst_xvimagesink_get_fourcc_from_caps),
28066         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28067         (gst_xvimagesink_set_xwindow_id),
28068         (gst_xvimagesink_colorbalance_list_channels),
28069         (gst_xvimagesink_colorbalance_set_value),
28070         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28071         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28072
28073 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28074
28075         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28076           throw error when not negotiated instead of asserting
28077
28078 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28079
28080         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28081         correct data refcounting.
28082
28083 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28084
28085         * gst/switch/gstswitch.c: (gst_switch_change_state),
28086         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28087         change, mostly the EOS flag.
28088
28089 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28090
28091         * examples/gstplay/player.c: (got_eos), (main): Adding some
28092         output for debugging.
28093         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28094         timeouts if we go to any state different from PLAYING.
28095         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28096         more EOS bugs in riff lib.
28097
28098 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28099
28100         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28101         visualization until i find a way to fix switch correctly.
28102         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28103         EOS arrives.
28104         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28105         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28106         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28107         Reworked switch to get a more correct behaviour with events and refing
28108         of data stored in sinkpads.
28109         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28110         we don't pull from a pad in EOS.
28111
28112 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28113
28114         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28115           remove v1 tag even if we can't read it (makes sure we don't detect
28116           it again)
28117
28118 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28119
28120         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28121         (gst_alsa_xrun_recovery):
28122         * ext/alsa/gstalsa.h:
28123           try xrun recovery when wait failed. Make xrun recovery function
28124           return TRUE/FALSE to indicate success. (might fix #134354)
28125
28126 2004-02-13  David Schleef  <ds@schleef.org>
28127
28128         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28129         (dynparm_value_changed), (main): Convert from float to double.
28130         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28131
28132 2004-02-13  David Schleef  <ds@schleef.org>
28133
28134         * gst/silence/gstsilence.c: (gst_silence_class_init),
28135         (gst_silence_set_clock), (gst_silence_get),
28136         (gst_silence_set_property), (gst_silence_get_property):
28137         * gst/silence/gstsilence.h: Add sync property.
28138         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28139         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28140         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28141         * gst/sine/gstsinesrc.h: Add sync property.
28142
28143 2004-02-13  David Schleef  <ds@schleef.org>
28144
28145         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28146         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28147
28148 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28149
28150         * configure.ac:
28151         * ext/Makefile.am:
28152         * gst-libs/ext/Makefile.am:
28153           move ffmpeg plugin to gst-ffmpeg module
28154
28155 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28156
28157         * configure.ac: use GST_ARCH to detect architecture
28158
28159 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28160
28161         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28162
28163 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28164
28165         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28166           classify LADSPA plugins based on number of src/sink pads
28167           (#133663, Stefan Kost)
28168         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28169           fix dparams registration
28170           (#133528, Stefan Kost)
28171         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28172           fix use of isprint and use g_ascii_isprint instead
28173           (#133316, Stefan Kost)
28174
28175 2004-02-11  David Schleef  <ds@schleef.org>
28176
28177         Convert a few inner loops to use liboil.  This is currently
28178         optional, and is only enabled if liboil is present (duh!).
28179         * configure.ac: Check for liboil-0.1
28180         * gst/intfloat/Makefile.am:
28181         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28182         (gst_int2float_chain_gint16):
28183         * gst/videofilter/Makefile.am:
28184         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28185         (tablelookup_u8), (gst_videobalance_planar411):
28186         * gst/videotestsrc/Makefile.am:
28187         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28188         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28189         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28190         (paint_hline_RGB565), (paint_hline_xRGB1555):
28191
28192 2004-02-11  David Schleef  <ds@schleef.org>
28193
28194         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28195         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28196         (gst_colorspace_getcaps), (gst_colorspace_link),
28197         (gst_colorspace_base_init), (gst_colorspace_init),
28198         (gst_colorspace_chain), (gst_colorspace_change_state),
28199         (plugin_init): Merge Ronald's patch (bug #117897) and update
28200         for new caps and negotiation.  Seems to work, although it
28201         shows off bugs in lcs.
28202
28203 2004-02-11  David Schleef  <ds@schleef.org>
28204
28205         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28206         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28207
28208 2004-02-11  David Schleef  <ds@schleef.org>
28209
28210         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28211         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28212         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28213         Add server and port properties
28214
28215 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28216
28217         * m4/a52.m4:
28218         * m4/aalib.m4:
28219         * m4/as-ffmpeg.m4:
28220         * m4/as-liblame.m4:
28221         * m4/as-slurp-ffmpeg.m4:
28222         * m4/check-libheader.m4:
28223         * m4/esd.m4:
28224         * m4/freetype2.m4:
28225         * m4/gconf-2.m4:
28226         * m4/glib.m4:
28227         * m4/gst-alsa.m4:
28228         * m4/gst-artsc.m4:
28229         * m4/gst-ivorbis.m4:
28230         * m4/gst-matroska.m4:
28231         * m4/gst-sdl.m4:
28232         * m4/gst-shout2.m4:
28233         * m4/gst-sid.m4:
28234         * m4/gtk.m4:
28235         * m4/libdv.m4:
28236         * m4/libfame.m4:
28237         * m4/libmikmod.m4:
28238         * m4/ogg.m4:
28239         * m4/vorbis.m4:
28240           fix underquotedness of macros (#133800)
28241         * m4/as-avifile.m4:
28242         * m4/xmms.m4:
28243           removed because no longer used
28244
28245 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28246
28247         * configure.ac:
28248           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28249           by autopoint (fixes #132996)
28250
28251 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28252
28253         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28254         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28255         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28256         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28257           fix memleaks
28258
28259 2004-02-11  David Schleef  <ds@schleef.org>
28260
28261         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28262         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28263         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28264         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28265         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28266         (gst_jpegenc_class_init), (gst_jpegenc_init),
28267         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28268         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28269         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28270         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28271
28272 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28273
28274         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28275         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28276         * ext/mikmod/gstmikmod.h:
28277           fix caps negotiation in mikmod
28278         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28279           output debug information
28280
28281 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28282
28283         * gst-libs/gst/colorbalance/Makefile.am:
28284         * gst-libs/gst/navigation/Makefile.am:
28285         * gst-libs/gst/xoverlay/Makefile.am:
28286           remove unused GST_OPT_CFLAGS from Makefiles
28287           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28288
28289 2004-02-07  David Schleef  <ds@schleef.org>
28290
28291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28292         push events to pads that haven't been created (#133508)
28293
28294 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28295
28296         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28297         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28298         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28299         (gst_dvdec_loop), (gst_dvdec_change_state):
28300         Second attempt at committing a working dvdec element.
28301
28302 2004-02-06  David Schleef  <ds@schleef.org>
28303
28304         Build fixes for OS X: (see #129600)
28305         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28306         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28307         (gst_riff_read_strf_iavs):
28308         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28309         (gst_avi_demux_stream_odml):
28310         * gst/playondemand/Makefile.am:
28311         * gst/rtp/rtp-packet.c:
28312
28313 2004-02-05  David Schleef  <ds@schleef.org>
28314
28315         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28316         last change, because it Just Doesn't Compile.
28317
28318 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28319
28320         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28321           skip undecodable id3v2 tag instead of keeping it
28322
28323 2004-02-05  David Schleef  <ds@schleef.org>
28324
28325         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28326         Unref leaked buffer.  (Noticed by Ronald)
28327
28328 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28329
28330         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28331         Sync requires with other checks.  >= vs =.
28332
28333 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28334
28335         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28336         (gst_dvdec_video_link), (gst_dvdec_loop):
28337         * ext/dv/gstdvdec.h:
28338           rework the caps negotiation so that dvdec works again instead
28339           of just segfaulting.
28340
28341 === release 0.7.4 ===
28342
28343 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28344
28345         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28346         * configure.ac: changed for release
28347
28348 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28349
28350         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28351         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28352         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28353         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28354           reworked patch by David Lehn to fix libdir and includedir for
28355           uninstalled libraries
28356           removed play and gconf from gstreamer-libs since they have their
28357           own pkgconfig files
28358
28359 2004-02-04  David Schleef  <ds@schleef.org>
28360
28361         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28362         memleak.
28363
28364 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28365
28366         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28367           use correct GST_TAG_ENCODER tag
28368
28369 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28370
28371         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28372           be sure to stop the clock when going to paused
28373         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28374           reset number of transmitted when going to ready.
28375         fixes #132935
28376
28377 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28378
28379         reviewed by Benjamin Otte
28380
28381         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28382           extract track count (fixes #133410)
28383
28384 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28385
28386         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28387           that should be !=, not == (fixes #132519)
28388
28389 2004-02-04  David Schleef  <ds@schleef.org>
28390
28391         Make sure set_explicit_caps() is called before adding pad.
28392         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28393         * gst/id3/gstid3types.c: (gst_id3types_loop):
28394         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28395         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28396
28397 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28398
28399         * configure.ac:
28400           bump nano to 2, first prerelease
28401           put back AM_PROG_LIBTOOL
28402
28403 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28404
28405         * testsuite/alsa/Makefile.am:
28406           these are user test apps, not automatic testsuite tests
28407
28408 2004-02-04  David Schleef  <ds@schleef.org>
28409
28410         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28411         * gst/mpeg1videoparse/gstmp1videoparse.c:
28412         (mp1videoparse_parse_seq):
28413         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28414         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28415         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28416         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28417         (gst_xvideosink_getcaps):
28418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28419         * testsuite/gst-lint: more tests
28420
28421 2004-02-04  David Schleef  <ds@schleef.org>
28422
28423         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28424         with the code that they would expand to.
28425         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28426         (gst_flacdec_get_src_query_types),
28427         (gst_flacdec_get_src_event_masks):
28428         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28429         (gst_gnomevfssrc_get_query_types),
28430         (gst_gnomevfssrc_get_event_mask):
28431
28432 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28433
28434         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28435         (gst_sinesrc_dispose):
28436           fix memleak by properly disposing sinesrc
28437
28438 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28439
28440         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28441         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28442         an overlay to redraw the image because it has been exposed.
28443         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28444         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28445         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28446         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28447         interface
28448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28449         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28450         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28451         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28452         interface
28453
28454 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28455
28456         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28457           more memleak fixage
28458
28459 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28460
28461         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28462         * gst/typefind/gsttypefindfunctions.c:
28463           fix memleaks shown by gst-typefind
28464
28465 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28466
28467         * common/glib-gen.mak:
28468           add hack rule to touch .Plo files
28469         * gst-libs/gst/colorbalance/Makefile.am:
28470         * gst-libs/gst/mixer/Makefile.am:
28471         * gst-libs/gst/play/Makefile.am:
28472         * gst-libs/gst/tuner/Makefile.am:
28473           remove glib_root variable
28474
28475 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28476
28477         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28478           set explicit caps before adding the element, so the autopluggers can
28479           plug correctly.
28480         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28481         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28482         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28483         (dv_type_find):
28484           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28485           argument.
28486
28487 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28488
28489         * gst-libs/gst/colorbalance/Makefile.am:
28490         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28491         * gst-libs/gst/colorbalance/colorbalance.c:
28492         * gst-libs/gst/colorbalance/colorbalance.h:
28493         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28494         * gst-libs/gst/mixer/Makefile.am:
28495         * gst-libs/gst/mixer/mixer-marshal.list:
28496         * gst-libs/gst/mixer/mixer.c:
28497         * gst-libs/gst/mixer/mixer.h:
28498         * gst-libs/gst/mixer/mixermarshal.list:
28499         * gst-libs/gst/play/Makefile.am:
28500         * gst-libs/gst/play/play.h:
28501         * gst-libs/gst/tuner/Makefile.am:
28502         * gst-libs/gst/tuner/tuner-marshal.list:
28503         * gst-libs/gst/tuner/tuner.c:
28504         * gst-libs/gst/tuner/tuner.h:
28505         * gst-libs/gst/tuner/tunermarshal.list:
28506           use new glib-gen.mak snippet to clean up Makefile.am
28507           fix various bugs in Makefile.am's
28508
28509 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28510
28511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28512           handle chain parsing correctly in the multichain case
28513         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28514         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28515         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28516         (theora_dec_chain):
28517           handle events and queries correctly
28518
28519 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28520
28521         * .cvsignore:
28522         Ignore generated file _stdint.h.
28523
28524 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28525
28526         * gst-libs/gst/colorbalance/Makefile.am:
28527         * gst-libs/gst/colorbalance/colorbalance.h:
28528         * gst-libs/gst/mixer/Makefile.am:
28529         * gst-libs/gst/mixer/mixer.h:
28530         * gst-libs/gst/play/Makefile.am:
28531         * gst-libs/gst/play/play.h:
28532         * gst-libs/gst/tuner/Makefile.am:
28533         * gst-libs/gst/tuner/tuner.h:
28534         Generate enum type code with glib-mkenums.
28535         * gst-libs/gst/colorbalance/.cvsignore:
28536         * gst-libs/gst/mixer/.cvsignore:
28537         * gst-libs/gst/play/.cvsignore:
28538         * gst-libs/gst/tuner/.cvsignore:
28539         Ignore generated files.
28540
28541 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28542
28543         * gst-libs/gst/audio/.cvsignore:
28544         Ignore generated file.
28545         * gst-libs/gst/audio/Makefile.am:
28546         Do not install example filter.
28547
28548 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28549
28550         * examples/switch/.cvsignore:
28551         Ignore generated file.
28552
28553 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28554
28555         * common/m4/ax_create_stdint_h.m4:
28556         * configure.ac:
28557           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28558           _stdint.h.
28559         * Makefile.am:
28560           remove generated _stdint.h in DISTCLEANFILES
28561         * ext/a52dec/gsta52dec.c:
28562           include _stdint.h for a52dec. (should fix #133064)
28563
28564 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28565
28566         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28567         (gst_tag_to_vorbis_comments):
28568         Add replaygain support to vorbistag
28569
28570 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28571         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28572         (gst_ffmpeg_caps_to_extradata):
28573           Fix SVQ3 caps flag properties
28574           Use glib macro for bytes swap
28575
28576 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28577
28578         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28579         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28580         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28581         * ext/sndfile/gstsf.c: (plugin_init):
28582         * gst/avi/gstavi.c: (plugin_init):
28583         * sys/dxr3/dxr3init.c: (plugin_init):
28584         * sys/oss/gstossaudio.c: (plugin_init):
28585         * sys/v4l/gstv4l.c: (plugin_init):
28586         * sys/v4l2/gstv4l2.c: (plugin_init):
28587           remove textdomain calls
28588         * po/nl.po:
28589           update Dutch translation
28590
28591 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28592
28593         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28594         (gst_play_set_audio_sink): Moving volume in the audio thread for
28595         instantaneous volume change. Maybe i will add another volume in front
28596         of visualization later, not sure yet though.
28597
28598 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28599
28600         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28601         (gst_ximagesink_handle_xevents): Better X events handling, only take
28602         the latest events for configure and motion.
28603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28604
28605 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28606
28607         reviewed by: David Schleef  <ds@schleef.org>
28608
28609         Fix memory leaks:
28610         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28611         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28612
28613 2004-02-02  David Schleef  <ds@schleef.org>
28614
28615         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28616         of lines.
28617         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28618         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28619         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28620         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28621         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28622         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28623         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28624         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28625         (gst_float2_2_int_link):
28626         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28627         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28628         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28629         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28630         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28631         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28632         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28633         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28634         * testsuite/gst-lint: Add tests for bzero and ;;
28635
28636 2004-02-02  David Schleef  <ds@schleef.org>
28637
28638         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28639
28640 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28641
28642         * ext/aalib/gstaasink.c: (gst_aasink_open):
28643         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28644         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28645         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28646         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28647         (gst_afsink_close_file):
28648         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28649         (gst_afsrc_close_file):
28650         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28651         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28652         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28653         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28654         * ext/esd/esdmon.c: (gst_esdmon_get):
28655         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28656         * ext/faac/gstfaac.c: (gst_faac_chain):
28657         * ext/faad/gstfaad.c: (gst_faad_chain):
28658         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28659         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28660         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28661         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28662         (gst_flacdec_loop):
28663         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28664         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28665         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28666         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28667         (gst_gnomevfssink_close_file):
28668         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28669         (gst_gnomevfssrc_open_file):
28670         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28671         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28672         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28673         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28674         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28675         * ext/mad/gstmad.c: (gst_mad_chain):
28676         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28677         * ext/mpeg2dec/gstmpeg2dec.c:
28678         * ext/mpeg2enc/gstmpeg2enc.cc:
28679         * ext/mplex/gstmplex.cc:
28680         * ext/mplex/gstmplexibitstream.cc:
28681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28682         (gst_ogg_demux_push):
28683         * ext/raw1394/gstdv1394src.c:
28684         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28685         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28686         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28687         (gst_sf_loop):
28688         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28689         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28690         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28691         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28692         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28693         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28694         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28695         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28696         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28697         (gst_riff_read_element_data), (gst_riff_read_seek),
28698         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28699         * gst/adder/gstadder.c: (gst_adder_loop):
28700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28701         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28702         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28703         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28704         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28705         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28706         * gst/goom/gstgoom.c: (gst_goom_chain):
28707         * gst/id3/gstid3types.c: (gst_id3types_loop):
28708         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28709         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28710         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28711         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28712         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28713         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28714         (gst_ebml_read_float), (gst_ebml_read_header):
28715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28716         (gst_matroska_demux_parse_blockgroup):
28717         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28718         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28719         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28720         * gst/silence/gstsilence.c: (gst_silence_get):
28721         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28722         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28723         * gst/speed/gstspeed.c: (speed_loop):
28724         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28725         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28726         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28727         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28728         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28729         (gst_wavparse_loop):
28730         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28731         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28732         (dxr3audiosink_close):
28733         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28734         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28735         (dxr3videosink_close), (dxr3videosink_write_data):
28736         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28737         * sys/oss/gstosssink.c: (gst_osssink_chain):
28738         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28739         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28740         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28741         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28742         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28743         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28744         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28745         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28746         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28747         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28748         (gst_v4l_set_audio):
28749         * sys/v4l/v4l_calls.h:
28750         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28751         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28752         (gst_v4lmjpegsink_playback_init),
28753         (gst_v4lmjpegsink_playback_start):
28754         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28755         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28756         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28757         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28758         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28759         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28760         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28761         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28762         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28763         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28764         (gst_v4l2_get_output), (gst_v4l2_set_output),
28765         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28766         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28767         (gst_v4l2_set_attribute):
28768         * sys/v4l2/v4l2_calls.h:
28769         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28770         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28771         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28772         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28773         (gst_v4l2src_capture_stop):
28774         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28775         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28776         (gst_ximagesink_chain):
28777         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28778         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28779         (gst_xvideosink_xwindow_new):
28780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28781         (gst_xvimagesink_chain):
28782
28783 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28784
28785         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28786         (gst_volume_get_volume), (volume_class_init), (volume_init),
28787         (volume_chain_int16), (volume_update_volume):
28788         * gst/volume/gstvolume.h:
28789           make code more readable by removing magic numbers
28790           make mixer interface export 0-100 range
28791           make it internally map to 0.0-1.0 range so users don't distort
28792           output by putting the sliders at full volume
28793
28794 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28795
28796         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28797         (gst_play_state_change), (gst_play_seek_to_time):
28798         block the tick callback for 0.5 secs after doing a seek
28799
28800 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28801
28802         * gst-libs/gst/play/play.c: (gst_play_new):
28803           check for GError
28804
28805 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28806
28807         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28808         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28809         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28810         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28812         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28813
28814 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28815
28816         * configure.ac:
28817         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28818           check for a function added in vorbis 1.1
28819
28820 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28821
28822         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28823         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28824           really start/stop clock only on PLAYING <=> PAUSED
28825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28826           remove \n from debugging lines
28827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28828           make it work when seeking does not
28829         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28830           reset on DISCONT
28831
28832 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28833
28834         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28835           start clock on PAUSED=>PLAYING, not later
28836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28837           extract correct time for different discont formats
28838         (gst_alsa_sink_get_time):
28839           don't segfault when no format is negotiated yet, just return 0
28840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28841         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28842         (gst_ogg_pad_push):
28843           handle flush and discont events correctly
28844         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28845           handle discont events correctly
28846
28847 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28848
28849         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28850         (gst_play_error_create), (gst_play_error_plugin),
28851         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28852         * gst-libs/gst/play/play.h:
28853           add error handling during creation
28854         * examples/gstplay/player.c: (main):
28855           use new gst_play_new
28856
28857
28858 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28859
28860         * ext/theora/theoradec.c: (theora_dec_chain):
28861           make comments work
28862         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28863         (vorbis_dec_src_event), (vorbis_dec_chain):
28864           add encoder tag, fix tag reading to be more error tolerant, change
28865           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28866           gst_pad_event_default.
28867         * gst/tags/gstvorbistag.c:
28868         (gst_tag_list_from_vorbiscomment_buffer):
28869           undefine function specific define at end of function
28870
28871 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28872
28873         * ext/flac/gstflac.c: (plugin_init):
28874         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28875         * ext/flac/gstflacdec.h:
28876         * ext/flac/gstflacenc.h:
28877           Fix typos
28878
28879 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28880
28881         * examples/gstplay/player.c: s/gstplay.h/play.h/
28882
28883 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28884
28885         * gst-libs/gst/play/Makefile.am:
28886         * gst-libs/gst/play/gstplay.c:
28887         * gst-libs/gst/play/gstplay.h:
28888         * gst-libs/gst/play/play.c:
28889           more surgery, operation complete
28890
28891 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28892
28893         * gst-libs/gst/play/play.old.c:
28894         * gst-libs/gst/play/play.old.h:
28895           after CVS surgery by moving, remove
28896         * gst-libs/gst/play/playpipelines.c:
28897           remove
28898
28899         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28900           add negotiation error
28901
28902 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28903
28904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28905         (gst_ogg_demux_push):
28906           add some seeking debug info
28907           send a flush when seeking
28908
28909 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28910
28911         * configure.ac:
28912           use AC_C_INLINE
28913         * configure.ac:
28914         * ext/Makefile.am:
28915         * ext/theora/Makefile.am:
28916         * ext/theora/theoradec.c:
28917           add theora video decoder. Does just do simple decoding for now and
28918           has been tested against Theora cvs only. It only works when theora
28919           is compiled with --enable-static.
28920         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28921           always reset packetno on DISCONT
28922
28923 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28924
28925         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28926           Fix audio.
28927
28928 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28929
28930         * gst/mpegaudioparse/gstmpegaudioparse.c:
28931         (mp3_type_frame_length_from_header):
28932           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28933
28934 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28935
28936         * ext/esd/esdsink.c: (gst_esdsink_init):
28937           Since we have static pad template caps, we don't need to negotiate;
28938           either the core errors out or we know the format.
28939
28940 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28941
28942         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28943         (gst_riff_read_seek):
28944         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28945         (gst_ebml_read_seek):
28946           Fix event handling.
28947
28948 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28949
28950         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28951           removee video/x-theora from vp3 decoder, it doesn't handle raw
28952           theora streams
28953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28954           fix bug with finalizing element that never went to PAUSED
28955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28956           length and position queries were swapped
28957         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28958         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28959         (vorbis_dec_src_event):
28960           implement querying time and bytes
28961
28962 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28963
28964         * just about every source file:
28965           gst_element_error -> GST_ELEMENT_ERROR
28966
28967 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28968
28969         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28970         emiting FLUSH and even before DISCONT.
28971         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28972         get the best instant seeking as possible yay!
28973
28974 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28975
28976         * gst/mpeg1videoparse/gstmp1videoparse.c:
28977         (gst_mp1videoparse_real_chain):
28978           Committed wrong version last week... Grr... Didn't notice until now.
28979
28980 2004-01-29  Julien MOUTTE <julien@moutte.net>
28981
28982         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28984         have_xwindow_id signal in xwindow_create.
28985
28986 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28987
28988         * ext/ogg/gstoggdemux.c:
28989           lots of changes - mainly support for chained bitstreams, seeking,
28990           querying and bugfixes of course
28991         * ext/vorbis/Makefile.am:
28992         * ext/vorbis/vorbisdec.c:
28993         * ext/vorbis/vorbisdec.h:
28994           add vorbisdec raw vorbis decoder
28995         * ext/vorbis/vorbis.c: (plugin_init):
28996           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28997         * gst/intfloat/Makefile.am:
28998         * gst/intfloat/float22int.c:
28999         * gst/intfloat/float22int.h:
29000         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29001           add float2intnew plugin. It converts multichannel interleaved float to
29002           multichannel interleaved int. The name should probably be changed.
29003         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29004         (plugin_init):
29005           add typefinding for raw theora video so oggdemux can detect it.
29006
29007 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29008
29009         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29010         sink element first.
29011         * gst/videoscale/gstvideoscale.c:
29012         (gst_videoscale_handle_src_event): Fixing src event handler.
29013
29014 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29015
29016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29017         (gst_v4lsrc_open), (gst_v4lsrc_close),
29018         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29019         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29020         * sys/v4l/gstv4lsrc.h:
29021         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29022         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29023           Implement resizing... Hack. But that's why v4l is b0rked...
29024
29025 2004-01-28  Julien MOUTTE <julien@moutte.net>
29026
29027         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29028         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29029         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29030         (gst_ximagesink_xwindow_destroy):
29031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29032         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29033         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29034         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29035         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29036         correctly cleaning the image created to check xshm calls on succes,
29037         added a lot of XSync calls in X11 functions, and fixed a segfault when
29038         no image format was defined before negotiation happened.
29039
29040 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29041
29042         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29043           use gst_element_get_time to get correct time
29044
29045 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29046
29047         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29048         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29049         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29051         (gst_xvimagesink_check_xshm_calls),
29052         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29053         X plugins are now able to detect that XShm calls will fail even if the
29054         server claims that it has XShm support (remote displays most of the
29055         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29056         so that we use non XShm functions. This feature is almost useless for
29057         xvimagesink as Xv is not supported on remote displays anyway, but
29058         it might happen than even on the local display XShm calls fail.
29059
29060 2004-01-27  David Schleef  <ds@schleef.org>
29061
29062         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29063         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29064         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29065         changed esdsink to only use 44100,16,2, since esd sucks at rate
29066         conversion and esdsink has had difficulty negotiating.
29067
29068 2004-01-27  Julien MOUTTE <julien@moutte.net>
29069
29070         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29071         (gst_play_seek_to_time): Fixing the way to get current position.
29072
29073 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29074
29075         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29076           use gst_element_get_time to get correct time
29077
29078 2004-01-27  Julien MOUTTE <julien@moutte.net>
29079
29080         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29081         fix ever... Inverting 2 lines of code make spider autoplug correctly
29082         tagged mp3 !
29083
29084 2004-01-27  David Schleef  <ds@schleef.org>
29085
29086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29087         Use gst_pad_try_set_caps_nonfixed().
29088
29089 2004-01-27  David Schleef  <ds@schleef.org>
29090
29091         * gst/ac3parse/gstac3parse.c: update to checklist 5
29092         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29093         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29094         * gst/audioscale/gstaudioscale.c: same
29095         * gst/auparse/gstauparse.c: same
29096         * gst/avi/gstavidemux.c: same
29097
29098 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29099
29100         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29101           stop processing after EOS
29102
29103 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29104
29105         * gst/asfdemux/asfheaders.h:
29106         * gst/asfdemux/gstasfdemux.c:
29107         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29108         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29109         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29110           lot's of fixes to make data extraction simpler and get the code
29111           architecture and compiler independant. Add debugging category
29112         * gst/goom/gstgoom.c: (gst_goom_change_state):
29113           reset channel count on PAUSED=>READY, not READY=>PAUSED
29114
29115 2004-01-26  Colin Walters  <walters@verbum.org>
29116
29117         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29118         code to pull a bigger buffer in iradio mode.  This as a side effect
29119         makes typefinding work.
29120
29121 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29122
29123         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29124         Fix SVQ3 decoding on PPC
29125
29126 2004-01-26  Julien MOUTTE <julien@moutte.net>
29127
29128         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29129         that one managed to stay there... Fixed.
29130
29131 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29132
29133         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29134         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29135         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29136         (qtdemux_video_caps):
29137         * gst/qtdemux/qtdemux.h:
29138         Add SVQ3 specific flags to qtdemux and ffmpeg
29139
29140 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29141
29142         * gst-libs/gst/audio/audio.h:
29143           remove buffer-frames from audio caps
29144         * gst/audioconvert/gstaudioconvert.c:
29145           fix plugin to really work.
29146
29147 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29148
29149         * gst-libs/gst/mixer/mixer.c:
29150         * gst-libs/gst/propertyprobe/propertyprobe.c:
29151         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29152         (gst_tuner_find_channel_by_name):
29153         * gst-libs/gst/tuner/tuner.h:
29154           Add gtk-doc style comments. Also fix a function name.
29155
29156 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29157
29158         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29159         (gst_divxdec_negotiate):
29160           Fix for new capsnego - also fixes gst-player with divxdec.
29161
29162 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29163
29164         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29165         (gst_play_identity_handoff), (gst_play_set_location),
29166         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29167         try in visualization implementation. Still have an issue with switch
29168         blocking when pulling from video_queue and only audio comes out of
29169         spider.
29170         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29171         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29172         release method. And check if the pad is usable before pulling.
29173
29174 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29177         (gst_videobalance_init),
29178         (gst_videobalance_colorbalance_list_channels),
29179         (gst_videobalance_colorbalance_set_value),
29180         (gst_videobalance_colorbalance_get_value),
29181         (gst_videobalance_update_properties),
29182         (gst_videobalance_update_tables_planar411),
29183         (gst_videobalance_planar411):
29184         * gst/videofilter/gstvideobalance.h:
29185           Implement lookup-tables. +/- 10x faster.
29186
29187 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29190         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29191           The index reading was broken. The rest worked fine, but the whole
29192           goal of my rewrite was to make avidemux readable, and this was
29193           not at all readable. Please use typed variables.
29194
29195 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29196
29197         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29198           Additional pad usability check.
29199         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29200         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29201         (gst_mp1videoparse_real_chain):
29202           Fix MPEG video stream parsing. The original plugin had several
29203           issues, including not timestamping streams where the source was
29204           not timestamped (this happens with PTS values in mpeg system
29205           streams, but MPEG video is also a valid stream on its own so
29206           that needs timestamps too). We use the display time code for that
29207           for now. Also, if one incoming buffer contains multiple valid
29208           frames, we push them all on correctly now, including proper EOS
29209           handling. Lastly, several potential segfaults were fixed, and we
29210           properly sync on new sequence/gop headers to include them in next,
29211           not previous frames (since they're header for the next frame, not
29212           the previous). Also see #119206.
29213         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29214         (bpf_from_header):
29215           Move caps setting so we only do it after finding several valid
29216           MPEG-1 fraes sequentially, not right after the first one (which
29217           might be coincidental).
29218         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29219         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29220         (plugin_init):
29221           Add unsynced MPEG video stream typefinding, and change some
29222           probability values so we detect streams rightly. The idea is as
29223           follows: I can have an unsynced system stream which contains
29224           video. In the current code, I would randomly get a type for either
29225           system or video stream type found, because the probabilities are
29226           being calculated rather randomly. I now use fixed values, so we
29227           always prefer system stream if that was found (and that is how it
29228           should be). If no system stream was found, we can still identity                the stream as video-only.
29229
29230 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29231
29232         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29233         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29234           don't write to buffer. Extract data without the need of
29235           __attribute__ ((packed))
29236
29237 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29238
29239         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29240         (mpeg1_sys_type_find):
29241           Fix MPEG-1 stream typefinding.
29242
29243 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29244
29245         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29246           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29247
29248 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29249
29250         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29251         * ext/esd/gstesd.c: (plugin_init):
29252           private debugging, better error reporting
29253
29254 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29255
29256         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29257         (gst_riff_read_init), (gst_riff_read_change_state):
29258         * gst-libs/gst/riff/riff-read.h:
29259           Remove stuff fromold metadata system.
29260
29261 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29262
29263         * ext/ogg/gstoggdemux.c:
29264           Fix wrong file comment.
29265         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29266         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29267           Add metadata reading properly.
29268
29269 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29270
29271         * ext/Makefile.am:
29272           Fix nas DIST_SUBDIRS
29273           Uraeus:
29274           Fix bug where make distcheck doesn't get run on adding stuff to
29275           the build.
29276
29277 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29278
29279         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29280         * ext/divx/gstdivxdec.h:
29281           Fix divx3 ("msmpeg4") playback using divxdec.
29282
29283 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29284
29285         * gst/typefind/gsttypefindfunctions.c:
29286         (mp3_type_frame_length_from_header): fix bug in length computation
29287         (mp3_type_find): improve debugging output
29288
29289 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29290
29291         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29292         (gst_play_set_location), (gst_play_seek_to_time),
29293         (gst_play_set_audio_sink), (gst_play_set_visualization),
29294         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29295         the pipeline from scratch. Visualization is back and switch went out as
29296         i realized it was not possible to use the way i wanted.
29297         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29298         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29299         clearing in state change from READY to NULL. So that one can clean the
29300         X ressources keeping the element.
29301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29302         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29303         (gst_xvimagesink_colorbalance_set_value),
29304         (gst_xvimagesink_colorbalance_get_value),
29305         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29306         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29307         change from READY to NULL and fixed some stupid bugs in colorbalance
29308         get/set values. Also added the following feature : when nobody tries to
29309         set some values to the colorbalance levels before the xcontext is
29310         grabbed, then when creating channels list from Xv attributes we set the
29311         internal values to the Xv defaults. This way we handle buggy Xv drivers
29312         that set default hue values far from the middle of the range (Thanks
29313         to Jon Trowbridge for pointing that issue).
29314         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29315         colorbalance levels have been set before xcontext is grabbed.
29316
29317 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29318
29319         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29320           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29321           it might block operations (which is bad for a mixer).
29322
29323 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29324
29325         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29326         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29327         (gmip_find_type_pre):
29328         * gst-libs/gst/media-info/media-info-priv.h:
29329         * gst-libs/gst/media-info/media-info.c:
29330         (gst_media_info_instance_init), (gst_media_info_read_idler):
29331         add fakesink to get caps on decoder src pad again
29332         fix callback prototype to match new have_type signal signature
29333
29334 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29335
29336         * gst/adder/gstadder.c: (gst_adder_link):
29337           fix non-compile and cut-n-paste code
29338
29339 2004-01-21  David Schleef  <ds@schleef.org>
29340
29341         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29342         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29343         (gst_swfdec_init), (gst_swfdec_change_state):
29344         * ext/swfdec/gstswfdec.h:
29345         Fix negotiation.
29346         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29347         (gst_adder_request_new_pad): Fix negotiation.
29348         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29349         Add a fixate function.
29350         * gst/intfloat/gstfloat2int.c:
29351         * gst/intfloat/gstfloat2int.h:
29352         * gst/intfloat/gstint2float.c:
29353         * gst/intfloat/gstint2float.h:
29354         Completely rewrite the negotiation.  Doesn't quite work yet,
29355         due to some buffer-frames problem.
29356
29357 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29358
29359         * ext/gnomevfs/gstgnomevfssrc.c:
29360         * sys/v4l2/v4l2_calls.h:
29361           fix includes for distcheck
29362
29363 2004-01-21  Christian Schaller <uraeus@gnome.org>
29364
29365         * ext/nas/
29366         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29367         based on earlier patch from Laurent Vivier
29368
29369 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29370
29371         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29372         Fix wma caps property
29373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29374         Fix typo (flags1 and flags2)
29375
29376 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29377
29378         * gst-libs/gst/media-info/media-info-priv.c:
29379         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29380         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29381         (gmip_find_stream), (gmip_find_track_metadata),
29382         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29383         (gmip_find_track_format):
29384         * gst-libs/gst/media-info/media-info-priv.h:
29385         * gst-libs/gst/media-info/media-info-test.c: (main):
29386         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29387         (gst_media_info_read_idler), (gst_media_info_read):
29388         * gst-libs/gst/media-info/media-info.h:
29389           register debugging category and use it for debugging
29390
29391 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29392
29393         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29394         (gst_vorbisfile_new_link):
29395           signal streaminfo through tags
29396
29397 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29398
29399         * ext/mplex/gstmplex.cc:
29400         * ext/mplex/gstmplexibitstream.cc:
29401           g++ doesn't like NULL in our i18n/error macros, should be
29402           either (NULL) or ("").
29403
29404 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29405
29406         * sys/dxr3/dxr3audiosink.c:
29407         * sys/dxr3/dxr3init.c:
29408         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29409         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29410           Fix more error error error errors (missing includes here).
29411
29412 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29413
29414         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29415           fix thomas' error errors.
29416
29417 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29418
29419         * ext/mpeg2enc/gstmpeg2enc.cc:
29420           fix error errors.
29421
29422 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29425         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29426           Fix for new error system.
29427
29428 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29429
29430         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29431           fix for new error reporting
29432
29433 2004-01-20  David Schleef  <ds@schleef.org>
29434
29435         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29436         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29437         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29438         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29439         and neither is 100+, most likely.
29440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29441         (gst_xvimagesink_getcaps): same
29442
29443 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29444
29445         * configure.ac:
29446           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29447           clashes with ffmpeg.
29448
29449 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29450
29451         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29452         (gst_switch_init): Fixed switch element : proxying link and setting
29453         caps from src to sink on request.
29454
29455 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29456
29457         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29458         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29459         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29460         fix element_error
29461
29462 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29463
29464         * sys/v4l/v4l_calls.h:
29465         * sys/v4l2/v4l2_calls.h:
29466           element_error fixes
29467
29468 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29469
29470         * gst-libs/gst/gst-i18n-plugin.h:
29471           add locale.h
29472           remove config.h inclusion
29473
29474 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29475
29476         * autogen.sh:
29477           adding autopoint invocation
29478         * Makefile.am:
29479         * configure.ac:
29480         * gst-libs/gst/gettext.h:
29481           adding gettext bits
29482         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29483         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29484         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29485         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29486         (gst_gnomevfssink_close_file):
29487         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29488         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29489         * gst-libs/gst/gst-i18n-plugin.h:
29490         * gst/avi/gstavi.c: (plugin_init):
29491         * sys/dxr3/dxr3init.c: (plugin_init):
29492         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29493         * sys/oss/gstossaudio.c: (plugin_init):
29494         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29495         * sys/v4l/gstv4l.c: (plugin_init):
29496         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29497         * sys/v4l2/gstv4l2.c: (plugin_init):
29498         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29499         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29500         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29501         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29502         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29503         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29504           make sure locale and translation domain are set
29505           fix translated strings
29506         * po/.cvsignore:
29507         * po/LINGUAS:
29508         * po/Makevars:
29509         * po/POTFILES.in:
29510         * po/nl.po:
29511           put translation files into place
29512         * sys/xvideo/imagetest.c: (main):
29513         * ext/dv/demo-play.c: (main):
29514           fix unnecessary translations
29515
29516 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29517
29518         * ext/sndfile/gstsf.c:
29519         * gst/avi/gstavimux.c:
29520         * ext/audiofile/gstafsink.c:
29521         * ext/audiofile/gstafsrc.c:
29522         * ext/gnomevfs/gstgnomevfssink.c:
29523         * ext/gnomevfs/gstgnomevfssrc.c:
29524         * sys/oss/gstosselement.c:
29525         * sys/v4l/v4l_calls.h:
29526           fix i18n include
29527
29528 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29529
29530         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29531         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29532         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29533         (gst_v4l2_get_output), (gst_v4l2_set_output),
29534         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29535         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29536         (gst_v4l2_set_attribute):
29537         update to new error handling
29538
29539 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29540
29541         * ext/sidplay/gstsiddec.cc:
29542         * gst/modplug/gstmodplug.cc:
29543           parenthese NULL because C++ seems angry about it
29544
29545 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29546
29547         * gst-libs/gst/gst-i18n-plugin.h:
29548           add skeleton i18n stuff, but needs to be further implemented
29549
29550 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29551
29552         * examples/gstplay/player.c: (main):
29553         * ext/aalib/gstaasink.c: (gst_aasink_open):
29554         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29555         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29556         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29557         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29558         (gst_afsink_close_file):
29559         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29560         (gst_afsrc_close_file):
29561         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29562         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29563         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29564         * ext/esd/esdmon.c: (gst_esdmon_get):
29565         * ext/esd/esdsink.c: (gst_esdsink_chain):
29566         * ext/faac/gstfaac.c: (gst_faac_chain):
29567         * ext/faad/gstfaad.c: (gst_faad_chain):
29568         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29569         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29570         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29571         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29572         (gst_flacdec_loop):
29573         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29574         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29575         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29576         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29577         (gst_gnomevfssink_close_file):
29578         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29579         (gst_gnomevfssrc_open_file):
29580         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29581         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29582         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29583         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29584         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29585         * ext/mad/gstmad.c: (gst_mad_chain):
29586         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29587         * ext/mpeg2dec/gstmpeg2dec.c:
29588         * ext/mpeg2enc/gstmpeg2enc.cc:
29589         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29590         * ext/mplex/gstmplex.cc:
29591         * ext/mplex/gstmplexibitstream.cc:
29592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29593         (gst_ogg_demux_push), (gst_ogg_pad_push):
29594         * ext/raw1394/gstdv1394src.c:
29595         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29596         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29597         * ext/sidplay/gstsiddec.cc:
29598         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29599         (gst_sf_loop):
29600         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29601         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29602         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29604         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29605         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29606         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29607         * gst-libs/gst/Makefile.am:
29608         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29609         (gst_riff_read_element_data), (gst_riff_read_seek),
29610         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29611         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29612         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29613         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29614         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29615         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29616         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29617         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29618         * gst/goom/gstgoom.c: (gst_goom_chain):
29619         * gst/id3/gstid3types.c: (gst_id3types_loop):
29620         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29621         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29622         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29623         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29624         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29625         (gst_ebml_read_float), (gst_ebml_read_header):
29626         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29627         (gst_matroska_demux_parse_blockgroup):
29628         * gst/modplug/gstmodplug.cc:
29629         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29630         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29631         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29632         * gst/silence/gstsilence.c: (gst_silence_get):
29633         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29634         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29635         * gst/speed/gstspeed.c: (speed_loop):
29636         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29637         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29638         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29639         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29640         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29641         (gst_wavparse_loop):
29642         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29643         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29644         (dxr3audiosink_close):
29645         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29646         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29647         (dxr3videosink_close), (dxr3videosink_write_data):
29648         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29649         * sys/oss/gstosselement.h:
29650         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29651         (gst_osssink_chain):
29652         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29653         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29655         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29656         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29657         (gst_v4l_enable_overlay):
29658         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29659         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29660         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29661         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29662         (gst_v4l_set_audio):
29663         * sys/v4l/v4l_calls.h:
29664         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29665         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29666         (gst_v4lmjpegsink_playback_init),
29667         (gst_v4lmjpegsink_playback_start):
29668         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29669         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29670         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29671         (gst_v4lmjpegsrc_requeue_frame):
29672         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29673         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29674         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29675         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29676         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29677         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29678         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29679         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29680         (gst_v4l2src_capture_stop):
29681         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29682         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29683         (gst_ximagesink_chain):
29684         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29685         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29686         (gst_xvideosink_xwindow_new):
29687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29688         (gst_xvimagesink_chain):
29689         use new error signal, function and categories
29690
29691 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29692
29693         * configure.ac:
29694         * ext/Makefile.am:
29695         * ext/musicbrainz/gsttrm.c:
29696         * ext/musicbrainz/gsttrm.h:
29697         * ext/musicbrainz/Makefile.am:
29698         Add a trm plugin
29699
29700 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29701
29702         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29703         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29704         synchronous property for debugging.
29705         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29707         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29708         smaller block, fixing indent.
29709
29710 2004-01-16  David Schleef  <ds@schleef.org>
29711
29712         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29713         property affects the video stream.
29714         * sys/xvimage/xvimagesink.c:
29715         * sys/xvimage/xvimagesink.h:
29716         Add synchronous property for debugging.  Should probably be
29717         disabled in non-CVS builds.  Make sure that the Xv attribute
29718         exists before we set it (crash!).  Fix a silly float bug that
29719         caused colorbalance to just not work.
29720
29721 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29722
29723         * tools/gst-launch-ext.in - update for new plugins
29724
29725 2004-01-16  David Schleef  <ds@schleef.org>
29726
29727         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29728         already-freed caps.
29729
29730 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29731
29732         * Update spec for new colorspace plugin and libcaca plugin
29733         * Fix compilation of libcaca plugin (clock -> id)
29734
29735 2004-01-16  Julien MOUTTE <julien@moutte.net>
29736
29737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29738         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29739         (gst_xvimagesink_set_xwindow_id),
29740         (gst_xvimagesink_colorbalance_set_value),
29741         (gst_xvimagesink_colorbalance_get_value),
29742         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29743         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29744         correct colorbalance properties. They can now be set when the element
29745         is still in NULL state. The values will be committed to the Xv Port
29746         when xcontext is initialized.
29747         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29748         brightness int values in the GstXvImagesink structure.
29749
29750 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29751
29752         * gst-libs/gst/Makefile.am:
29753           restructure so having local patches works easier.
29754
29755 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29756
29757         * ext/mpeg2enc/Makefile.am:
29758         * ext/mpeg2enc/gstmpeg2enc.cc:
29759         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29760           Bugfix with respect to EOS handling.
29761
29762 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29763
29764         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29765           Link with right caps (else, it segfaults).
29766         * ext/mplex/gstmplexjob.cc:
29767           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29768
29769 2004-01-15  David Schleef  <ds@schleef.org>
29770
29771         * gst-libs/gst/audio/Makefile.am:
29772         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29773         from the template.
29774         * gst-libs/gst/audio/gstaudiofilter.c:
29775         * gst-libs/gst/audio/gstaudiofilter.h:
29776         Add bytes_per_sample and size and n_samples calculation.
29777         * gst-libs/gst/audio/gstaudiofilterexample.c:
29778         Remove, now autogenerated.
29779         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29780         Moved from gstaudiofilterexample, object name changed, code added
29781         so that it actually works.
29782         * gst-libs/gst/audio/make_filter:
29783         Script to build an audiofilter subclass from the template.
29784         * gst/colorspace/Makefile.am:
29785         * gst/colorspace/yuv2yuv.c:
29786         Remove file, since it's GPL, and we don't use it.
29787
29788 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29789
29790         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29792         them use the buffer free function to test how the buffer was allocated.
29793
29794 2004-01-15  David Schleef  <ds@schleef.org>
29795
29796         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29797         that handles osssink fallback.
29798         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29799         (gst_audio_convert_getcaps):
29800         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29801         Add audio/x-qdm2 for QDM2 audio.
29802         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29803         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29804         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29805         Decrease minimum size to 16x16.
29806         * gst/wavparse/gstwavparse.c:
29807         Convert disabled pad template caps to new caps.
29808         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29810         (gst_xvimagesink_chain): Throw element error when display cannot
29811         be opened.  Increase minimum framerate to 1.0.  Check the data
29812         free function on a buffer to make sure it is the type we expect
29813         before manipulating it.
29814
29815 2004-01-15  Julien MOUTTE <julien@moutte.net>
29816
29817         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29818         (gst_videobalance_colorbalance_set_value): Implement passthru if
29819         settings are in the middle.
29820         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29821
29822 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29823
29824         * gst/videofilter/Makefile.am:
29825         * gst/volume/Makefile.am:
29826           Since we use videofilter symbols, link to it.
29827
29828 2004-01-15  Julien MOUTTE <julien@moutte.net>
29829
29830         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29831         mixer interface type to HARDWARE.
29832         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29833         type to SOFTWARE.
29834         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29835         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29836         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29837         (gst_volume_interface_init), (gst_volume_list_tracks),
29838         (gst_volume_set_volume), (gst_volume_get_volume),
29839         (gst_volume_set_mute), (gst_volume_mixer_init),
29840         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29841         (volume_init): Implementing mixer interface.
29842         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29843         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29844         (gst_osselement_change_state): Removing some trailing commas in
29845         structures.
29846         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29847         interface type to HARDWARE.
29848         * sys/v4l/gstv4lcolorbalance.c:
29849         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29850         type to HARDWARE.
29851         * sys/v4l2/gstv4l2colorbalance.c:
29852         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29853         interface type to HARDWARE.
29854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29855         same code than ximagesink for event handling.
29856
29857 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29858
29859         * ext/snapshot/Makefile.am:
29860         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29861         (gst_snapshot_chain):
29862         * ext/snapshot/gstsnapshot.h:
29863           This has to be a joke... Snapshot should be connected to a tee,
29864           colorspace element before it and EOS after that, where the other
29865           src of the tee receives normal data.
29866           The current way is *wrong*.
29867
29868 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29869
29870         * ext/hermes/gsthermescolorspace.c:
29871           Fix another compile error. Same as below.
29872
29873 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29874
29875         * gst/colorspace/gstcolorspace.c:
29876         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29877         (gst_colorspace_i420_to_yv12):
29878           Fix compiling... Didn't test if it actually works.
29879
29880 2004-01-15  David Schleef  <ds@schleef.org>
29881
29882         * configure.ac:
29883         * gst/colorspace/Makefile.am:
29884         * gst/colorspace/gstcolorspace.c:
29885         * gst/colorspace/gstcolorspace.h:
29886         * gst/colorspace/yuv2rgb.c:
29887         * gst/colorspace/yuv2rgb.h:
29888         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29889         code and GPL code.  Fix for new caps negotiation.  Rewrite
29890         much of the format handling code, and some of the conversion
29891         code.  Basically, rewrote almost everything.  This element
29892         handles I420, YV12 to RGB conversions.
29893         * ext/hermes/Makefile.am:
29894         * ext/hermes/gsthermescolorspace.c:
29895         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29896         Remove non-Hermes related code.  This element handles lots of
29897         RGB to RGB conversions, but no YUV.
29898         * ext/hermes/gstcolorspace.c:
29899         * ext/hermes/gstcolorspace.h:
29900         * ext/hermes/rgb2yuv.c:
29901         * ext/hermes/yuv2rgb.c:
29902         * ext/hermes/yuv2rgb.h:
29903         * ext/hermes/yuv2rgb_mmx16.s:
29904         * ext/hermes/yuv2yuv.c:
29905         * ext/hermes/yuv2yuv.h:
29906         Remove old code.
29907
29908 2004-01-14  Colin Walters  <walters@verbum.org>
29909
29910         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29911         they've already been.
29912
29913 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29914
29915         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29916           assume tag mode when pad is not connected
29917
29918 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29919
29920         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29921           Don't update the time of the clock
29922         (gst_alsa_sink_loop):
29923           sync to the clock given to alsasink, not the own clock
29924         * sys/oss/gstosssink.c: (gst_osssink_chain):
29925           sync to the clock
29926         (gst_osssink_change_state):
29927           activate the clock
29928         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29930           remove bogus code that made DISCONT events unhandled
29931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29932           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29933           #131502)
29934         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29935         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29936         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29937           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29938           2nd warning in bug #131502)
29939
29940 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29941
29942         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29943         (gst_videobalance_colorbalance_set_value),
29944         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29945         for colorbalance interface implementation.
29946         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29947         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29948         (gst_ximagesink_dispose), (gst_ximagesink_init),
29949         (gst_ximagesink_class_init): Adding DISPLAY property.
29950         * sys/ximage/ximagesink.h: Adding display_name to store display.
29951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29952         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29953         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29954         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29955         properties (they still need polishing though for gst-launch use : no
29956         xcontext yet, i ll do that tomorrow).
29957         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29958
29959 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29960
29961         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29962         (gst_play_set_location), (gst_play_set_visualization): Preparing
29963         switch integration, adding videobalance in the pipeline.
29964
29965 2004-01-14  Julien MOUTTE <julien@moutte.net>
29966
29967         * gst-libs/gst/colorbalance/colorbalance.c:
29968         (gst_color_balance_class_init): Adding a default type.
29969         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29970         the type.
29971         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29972         (gst_videobalance_dispose), (gst_videobalance_class_init),
29973         (gst_videobalance_init), (gst_videobalance_interface_supported),
29974         (gst_videobalance_interface_init),
29975         (gst_videobalance_colorbalance_list_channels),
29976         (gst_videobalance_colorbalance_set_value),
29977         (gst_videobalance_colorbalance_get_value),
29978         (gst_videobalance_colorbalance_init): Implementing colorbalance
29979         interface.
29980         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29981         list.
29982         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29983         bug which was triggering a BadAccess X error when setting an overlay
29984         before pad was really negotiated.
29985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29986         Using the colorbalance type macro.
29987
29988 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29989
29990         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29991         (gst_flacenc_chain):
29992           handle tags correctly
29993         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29994           extract ID3v1 tags correctly
29995
29996 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29999         (plugin_init):
30000           Improve matroska typefinding for odd-typed headers...
30001
30002 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30003
30004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30005           Fix for using incremental number on padnames.
30006
30007 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30008
30009         * ext/divx/gstdivxdec.c:
30010         * ext/divx/gstdivxenc.c:
30011           Set category to divx4linux instead of divx (too generic).
30012         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30013         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30014         (gst_wavparse_loop), (gst_wavparse_change_state):
30015         * gst/wavparse/gstwavparse.h:
30016           fix parsing of WAV files with non-standard fmt-tag size and fix
30017           skipping of unrecognized chunks... Someone please fix this thing
30018           to use rifflib so all this is automated.
30019         * sys/v4l/Makefile.am:
30020         * sys/v4l2/Makefile.am:
30021           Add X_CFLAGS because we depend on X (for overlay).
30022
30023 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30024
30025         * ext/mpeg2dec/gstmpeg2dec.c:
30026           Don't issue a timestamp unless we tagged the frame
30027           with a PTS.
30028
30029 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30030
30031         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30032           Query the audio element to get the time, not the clock. We're
30033           interested in the element's time here.
30034
30035 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30036
30037         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30039         * ext/esd/esdsink.c: (gst_esdsink_chain):
30040         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30041         * ext/mas/massink.c: (gst_massink_chain):
30042         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30044         (gst_matroska_demux_parse_metadata):
30045         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30046         (gst_mpeg_parse_release_locks):
30047         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30048         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30049         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30050         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30051         (gst_osssink_change_state):
30052         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30053         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30054         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30055         (gst_xvideosink_release_locks):
30056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30057           use element time.
30058         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30059         (gst_alsa_clock_stop):
30060         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30061         (gst_audio_clock_get_internal_time):
30062           simplify for use with new clocking code.
30063         * testsuite/alsa/Makefile.am:
30064         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30065           fix testsuite for new caps system
30066
30067 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30068
30069         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30070         * ext/flac/gstflacenc.c: (add_one_tag):
30071           length is already host endian, no need to convert. Fixes playback of
30072           tagged files on PPC. (bug #128384)
30073
30074 2004-01-13  Julien MOUTTE <julien@moutte.net>
30075
30076         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30077         colorbalance interface stating if it is hardware based or software
30078         based.
30079         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30080         Removing a trailing comma.
30081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30082         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30083         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30084         the documentation seems to be wrong on the -1000 to 1000 interval.
30085
30086 2004-01-12  David Schleef  <ds@schleef.org>
30087
30088         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30089         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30090         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30091         Fix negotiation.  Add a bufferalloc function for the sink pad,
30092         and generally clean up some of the code.
30093
30094 2004-01-12  Julien MOUTTE <julien@moutte.net>
30095
30096         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30097         (gst_color_balance_channel_dispose): Adding safety check in dispose
30098         method.
30099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30100         (gst_xvimagesink_xcontext_clear),
30101         (gst_xvimagesink_interface_supported),
30102         (gst_xvimagesink_colorbalance_list_channels),
30103         (gst_xvimagesink_colorbalance_set_value),
30104         (gst_xvimagesink_colorbalance_get_value),
30105         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30106         Adding colorbalance interface support to set XV parameters such as
30107         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30108         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30109         interface.
30110
30111 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30112
30113         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30114         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30115         (gst_audio_convert_init), (gst_audio_convert_set_property),
30116         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30117         (gst_audio_convert_link),
30118         (gst_audio_convert_buffer_to_default_format),
30119         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30120           - implement _getcaps and use it
30121           - improve linking
30122           - remove float caps since no float conversion is actually done
30123           - remove properties and arguments that were to be used for rate
30124             conversion
30125
30126 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30127
30128         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30129         (gst_audio_structure_set_int):
30130         * gst-libs/gst/audio/audio.h:
30131           add helper functions for _getcaps matching the standard audio
30132           templates
30133
30134 2004-01-12  David Schleef  <ds@schleef.org>
30135
30136         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30137         Test that pad is negotiated before getting its caps.
30138
30139 2004-01-12  Julien MOUTTE <julien@moutte.net>
30140
30141         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30142         analyzing the pads of an element the bin is mostly in READY state so
30143         no caps were negotiated. This helper function needs to work with
30144         _get_caps directly then. I was not freeing them though, added that to
30145         fix the mem leak.
30146
30147 2004-01-12  Julien MOUTTE <julien@moutte.net>
30148
30149         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30151         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30152         than the free_func.
30153
30154 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30155
30156         * sys/oss/gstossaudio.c: (plugin_init):
30157         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30158         * sys/oss/gstosselement.h:
30159           make an oss debugging category
30160           make failure more descriptive
30161
30162 2004-01-11  David Schleef  <ds@schleef.org>
30163
30164         * ext/ffmpeg/gstffmpeg.c:
30165         * ext/ffmpeg/gstffmpegcodecmap.c:
30166         * ext/ffmpeg/gstffmpegdec.c:
30167         * ext/ffmpeg/gstffmpegenc.c:
30168         * ext/ffmpeg/gstffmpegprotocol.c:
30169         * ext/gdk_pixbuf/gstgdkanimation.c:
30170         * ext/jpeg/gstjpeg.c:
30171         * ext/libpng/gstpng.c:
30172         * ext/mpeg2dec/perftest.c:
30173         * ext/speex/gstspeex.c:
30174         * gst-libs/gst/resample/dtos.c:
30175         * gst/intfloat/gstintfloatconvert.c:
30176         * gst/oneton/gstoneton.c:
30177         * gst/rtjpeg/RTjpeg.c:
30178         * gst/rtp/gstrtp.c:
30179         * sys/dxr3/dxr3init.c:
30180         * sys/glsink/gstgl_nvimage.c:
30181         * sys/glsink/gstgl_pdrimage.c:
30182         * sys/glsink/gstglsink.c:
30183         * testsuite/gst-lint:
30184         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30185
30186 2004-01-11  David Schleef  <ds@schleef.org>
30187
30188         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30189         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30190         * ext/gdk_pixbuf/gstgdkanimation.c:
30191         (gst_gdk_animation_iter_create_pixbuf):
30192         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30193         (gst_gdk_pixbuf_chain):
30194         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30195         * ext/jack/gstjack.c: (gst_jack_change_state):
30196         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30197         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30198         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30199         * gst/videofilter/gstvideofilter.c:
30200         (gst_videofilter_set_output_size):
30201         Remove all usage of gst_pad_get_caps(), and replace it with
30202         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30203
30204 2004-01-11  David Schleef  <ds@schleef.org>
30205
30206         * configure.ac:
30207         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30208         * ext/divx/gstdivxdec.c:
30209         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30210         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30211         handle images that span multiple buffers.  Now work with both
30212         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30213         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30214         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30215         video/video.h changes
30216         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30217         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30218         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30219         of GstData free function.
30220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30221         same.
30222
30223 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30224
30225         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30226         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30227         (gst_v4l2element_get_property):
30228         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30229           add norm, channel and frequency properties.
30230         * sys/v4l2/gstv4l2tuner.c:
30231           fixes for tuner interface changes
30232         * sys/v4l2/gstv4l2element.h:
30233         * sys/v4l2/gstv4l2src.c:
30234         * sys/v4l2/gstv4l2src.h:
30235         * sys/v4l2/v4l2src_calls.c:
30236         * sys/v4l2/v4l2src_calls.h:
30237           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30238
30239 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30240
30241         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30242         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30243         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30244         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30245         * gst-libs/gst/tuner/tuner.h:
30246           GObjects aren't const.
30247           Add find_by_name functions.
30248           Add checks to _changed functions.
30249         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30250         (gst_v4l_tuner_get_norm):
30251           Fixes for above.
30252
30253 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30254
30255         * gst-libs/gst/video/video.h:
30256           Fix caps template names to be understandable.
30257           Prefix everything with GST_VIDEO.
30258         * ext/aalib/gstaasink.c:
30259         * ext/divx/gstdivxdec.c:
30260         * ext/divx/gstdivxenc.c:
30261         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30262         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30263         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30264         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30265         * ext/libcaca/gstcacasink.c:
30266         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30267         * ext/snapshot/gstsnapshot.c:
30268         * ext/swfdec/gstswfdec.c:
30269         * ext/xvid/gstxviddec.c:
30270         * ext/xvid/gstxvidenc.c:
30271         * gst/chart/gstchart.c:
30272         * gst/deinterlace/gstdeinterlace.c:
30273         * gst/effectv/gsteffectv.c:
30274         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30275         * gst/goom/gstgoom.c:
30276         * gst/median/gstmedian.c:
30277         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30278         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30279         * gst/overlay/gstoverlay.c:
30280         * gst/smooth/gstsmooth.c:
30281         * gst/smpte/gstsmpte.c:
30282         * gst/synaesthesia/gstsynaesthesia.c:
30283         * gst/videocrop/gstvideocrop.c:
30284         * gst/videodrop/gstvideodrop.c:
30285         * gst/y4m/gsty4mencode.c:
30286         * sys/qcam/gstqcamsrc.c:
30287         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30288           Make them work with new video.h file.
30289         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30290         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30292         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30293           Make it work with new buffer allocation system.
30294
30295 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30296
30297         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30298         pad_alloc_buffer implementation to use ->srcpad
30299         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30300         pad_alloc_buffer implementation to use ->srcpad
30301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30302         pad_alloc_buffer implementation to use ->srcpad
30303         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30304         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30305         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30306         a reference to everything we need.
30307         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30309         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30310         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30311         a reference to everything we need.
30312         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30313
30314 2004-01-11  David Schleef  <ds@schleef.org>
30315
30316         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30317         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30318         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30319         structure members.
30320         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30321         value during a resize/renegotiation.
30322         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30323         gst_pad_alloc_buffer();
30324         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30325         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30326         structure members.
30327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30328         Fix for rename of buffer private structure members.
30329         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30330         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30331         Fix for rename of buffer private structure members.
30332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30333         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30334         Fix for rename of buffer private structure members.
30335
30336 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30337
30338         reviewed by: David Schleef <ds@schleef.org>
30339
30340         * gst/videofilter/Makefile.am:
30341         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30342         from the patch by ds to fit in with recent make_filter changes.
30343
30344 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30345
30346         * configure.ac: Adding examples/switch/Makefile
30347         * examples/Makefile.am: Adding examples/switch
30348         * examples/switch/Makefile.am: Adding switcher example.
30349         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30350         (switch_timer), (main): Adding an example demonstrating switch usage
30351         with 2 videotestsrc showing different patterns.
30352         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30353         (gst_switch_init): Fixing switch with the new caps system.
30354
30355 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30356
30357         * gst-libs/gst/video/video.h:
30358           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30359           They should probably be like
30360           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30361
30362 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30363
30364         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30365         (qtdemux_parse_trak):
30366           fix audio chunk size/timestamp calculation
30367
30368 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30369
30370         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30371           fix SVQ3 caps
30372
30373 2004-01-11  Steve Baker  <steve@stevebaker.org>
30374
30375         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30376         (gst_agingtv_base_init), (gst_agingtv_class_init),
30377         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30378         (gst_agingtv_set_property), (gst_agingtv_get_property):
30379         Port agingTV to videofilter
30380
30381 2004-01-09  Julien MOUTTE <julien@moutte.net>
30382
30383         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30384         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30385
30386 2004-01-09  Julien MOUTTE <julien@moutte.net>
30387
30388         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30389         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30390         * gst-libs/gst/xoverlay/xoverlay.c:
30391         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30392         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30393         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30394         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30395         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30396         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30397         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30398         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30399         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30400         interface implementation to handle xid being 0 and fix some bugs
30401         triggered by Benjamin's testcase.
30402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30403         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30404         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30405         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30406         interface implementation to handle xid being 0 and fix some bugs
30407         triggered by Benjamin's testcase.
30408
30409 2004-01-09  David Schleef  <ds@schleef.org>
30410
30411         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30412         mouse pointer events.  It works.
30413
30414 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30415
30416         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30417           Use explicit caps - fix capsnego.
30418         * ext/xvid/gstxviddec.c:
30419         * ext/xvid/gstxvidenc.c:
30420           Remove macro-inside-macro which caused compile errors.
30421         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30422           Error out if it's not a RIFF file. Else we error out without
30423           gst_element_error() which is not good...
30424
30425 2004-01-08  David Schleef  <ds@schleef.org>
30426
30427         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30428         Fix pad_link function to handle formats that ffmpeg returns
30429         as multiple caps structures.
30430         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30431         Only complain if source buffer is _smaller_ than expected.
30432         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30433         (gst_videoscale_handle_src_event): Resize navigation events
30434         when passing them upstream.
30435         * gst/videotestsrc/gstvideotestsrc.c:
30436         * gst/videotestsrc/gstvideotestsrc.h:
30437         * gst/videotestsrc/videotestsrc.c:
30438         * gst/videotestsrc/videotestsrc.h:
30439         Rewrite many of the buffer painting functions to handle odd
30440         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30441         been verified to work with my video card.
30442         * testsuite/gst-lint:  Add check for elements calling
30443         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30444
30445 2004-01-08  David Schleef  <ds@schleef.org>
30446
30447         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30448         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30449
30450 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30451
30452         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30453         configure event is not emiting the desired size signal. That fixes
30454         aspect ratio issues with gst-player.
30455
30456 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30457
30458         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30459           Fix capsnego.
30460
30461 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30462
30463         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30464         public method to fire size signal.
30465
30466 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30467
30468         * examples/gstplay/Makefile.am: Adding the interface library.
30469         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30470         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30471         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30472         GST_IS_X_OVERLAY before signal connect.
30473         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30474         Removing the have_video_size signal.
30475         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30476         and associated public method.
30477         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30478         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30479         signal.
30480         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30481         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30482         signal.
30483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30484         Using XOverlay public method to fire size signal.
30485
30486 2004-01-07  David Schleef  <ds@schleef.org>
30487
30488         * gst/videofilter/Makefile.am:
30489         * gst/videofilter/gstvideotemplate.c:
30490         * gst/videofilter/make_filter:
30491         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30492         Convert make_filter to /bin/sh script.
30493
30494 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30495
30496         * gst/modplug/gstmodplug.cc: fix element description
30497
30498 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30499
30500         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30501         (got_video_size): Adding some new lines in g_print calls.
30502         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30503         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30504         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30505         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30506         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30507         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30508         Complete code review, reverting some stuff i disagree with, adding
30509         some fixes : time synchronization on invalid timestamps, renegotiation
30510         of private window.
30511         * sys/ximage/ximagesink.h:
30512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30513         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30514         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30515         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30516         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30517         (gst_xvimagesink_buffer_new),
30518         (gst_xvimagesink_navigation_send_event),
30519         (gst_xvimagesink_set_xwindow_id),
30520         (gst_xvimagesink_get_desired_size),
30521         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30522         stuff i disagree with, adding some fixes : Renegotiation of private
30523         window, implementing get_desired_size.
30524
30525 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30526
30527         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30528         (gst_afsink_handle_event):
30529         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30530         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30531         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30532         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30533         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30534           Fix for instantiate-test (see core). Also remove dead code from
30535           jpegenc (which still needs fixing, but that's lower on my TODO
30536           list...).
30537         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30538           Never return NULL as caps.
30539
30540 2004-01-07  David Schleef  <ds@schleef.org>
30541
30542         * configure.ac:
30543         * ext/Makefile.am:
30544         * ext/librfb/Makefile.am:
30545         * ext/librfb/gstrfbsrc.c:
30546         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30547         is the protocol used by VNC.
30548
30549 2004-01-07  David Schleef  <ds@schleef.org>
30550
30551         * gst/videofilter/gstvideotemplate.c:
30552         * gst/videofilter/gstvideotemplate.h:
30553         * gst/videofilter/make_filter:
30554         Merge videotemplate header into source file.
30555         * gst/effectv/Makefile.am:
30556         * gst/effectv/gsteffectv.c: (plugin_init):
30557         * gst/effectv/gstwarp.c:
30558         Make warpTV a subclass of videofilter.
30559
30560 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30561
30562         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30563           Add guard against invalid utf-8 conversions in mad. Just in case.
30564
30565 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30566
30567         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30568           Fix for bug shown by poisoning
30569
30570 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30571
30572         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30573         (gst_v4lmjpegsrc_buffer_free):
30574         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30575         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30576         (gst_v4lsrc_buffer_free):
30577           Fix for removed bufferpools.
30578
30579 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30580
30581         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30582         Fix caps negotiation.
30583
30584         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30585         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30586         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30587         (dvdnavsrc_event):
30588         * ext/mpeg2dec/gstmpeg2dec.c:
30589         * gst-libs/gst/navigation/navigation.c:
30590         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30591         * gst-libs/gst/navigation/navigation.h:
30592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30593         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30595         Super-simple first version of mouse and keyboard events. Clicking
30596         on a DVD menu now works, although it may not take you where you
30597         expected.
30598
30599         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30600         * gst/videotestsrc/gstvideotestsrc.c:
30601         (gst_videotestsrc_src_fixate):
30602         These fixate functions were broken - they never actually
30603         fixated :)
30604
30605 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30606
30607         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30608         (gst_icecastsend_init):
30609           fix for new caps system.
30610         * gst-libs/gst/mixer/mixertrack.h:
30611         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30612           Add 'master track' flag (for tools like ACME that only want to
30613           change the main volume).
30614
30615 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30616
30617         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30618         (gst_xvid_csp_to_caps):
30619         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30620         * ext/xvid/gstxvidenc.c:
30621         ifdef out ARGB type when it isn't available
30622         in xvidcore 1.0.0beta2
30623
30624 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30625
30626         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30627           When we have received a new SCR right in the first buffer after
30628           a seek (so in the same cycle that handles the discont), we should
30629           handle the buffer instead of unreffing it, else we lose data.
30630
30631 2004-01-06  Iain <iain@prettypeople.org>
30632
30633         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30634           buffer-frames caps too.
30635
30636         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30637           caps that we need, don't destroy them all and rebuild them. And when
30638           creating src pads, use the src pad template rather than the sink...
30639
30640 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30641
30642         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30643           Add pad to element *after* setting functions such as event handler.
30644           Without this, the scheduler (opt) will link pads, set the event
30645           handler from the default event function (dispatcher in gstpad.c)
30646           and *after* that, we will set our own event function, which will
30647           thus never be used (and thus mpegdemux doesn't handle events).
30648
30649 2004-01-04  David Schleef  <ds@schleef.org>
30650
30651         Fix the fixate functions to handle new prototype:
30652         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30653         * gst/videotestsrc/gstvideotestsrc.c:
30654         (gst_videotestsrc_src_fixate):
30655         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30656         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30658
30659 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30660
30661         * sys/ximage/ximagesink.h:
30662         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30663         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30664         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30665         (gst_ximagesink_xoverlay_init):
30666           assorted fixes to make (re)embedding work
30667         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30668         (gst_ximagesink_get_desired_size):
30669           implement desired size additions to XOverlay
30670
30671 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30672
30673         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30674         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30675         (gst_x_overlay_got_desired_size):
30676         * gst-libs/gst/xoverlay/xoverlay.h:
30677           Add optional "desired size" signal and querying.
30678
30679 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30680
30681         * gst/matroska/matroska-demux.c:
30682         (gst_matroska_demux_parse_blockgroup):
30683           Fix EBML-laced block parsing. Diffs are relative to previous
30684           lace, not the first lace. Thanks to Mosu from the Matroska
30685           team for detecting this.
30686         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30687         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30688         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30689         (gst_wavparse_change_state):
30690         * gst/wavparse/gstwavparse.h:
30691           Quickfix for capsnego.
30692
30693 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30694
30695         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30696           Fix indenting, fix pad creation.
30697
30698 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30699
30700         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30701         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30702         (gst_xviddec_sink_link):
30703           Implement src_getcaps() so proper size caps is negotiated.
30704
30705 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30706
30707         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30708           Finish flac decoder on EOS. See #116178.
30709
30710 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30711
30712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30713         (gst_matroska_demux_add_stream):
30714         * gst/matroska/matroska-ids.h:
30715           Add getcaps() function to fix capsnego...
30716
30717 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30718
30719         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30720         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30721         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30722           Fix more integer overflows. Again, see #126967.
30723
30724 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30725
30726         * ext/mpeg2dec/gstmpeg2dec.c:
30727           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30728           #130416.
30729
30730 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30731
30732         * configure.ac:
30733         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30734         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30735         * ext/xvid/gstxvid.h:
30736         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30737         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30738         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30739         (gst_xviddec_change_state):
30740         * ext/xvid/gstxviddec.h:
30741         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30742         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30743         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30744         (gst_xvidenc_link), (gst_xvidenc_set_property),
30745         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30746         * ext/xvid/gstxvidenc.h:
30747           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30748
30749 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30750
30751         * gst/rtp/rtp-packet.c:
30752           Add sys/types.h include, since OS X doesn't define in_addr_t
30753           in netinet/in.h, like it does on Linux (see #129600).
30754
30755 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30756
30757         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30758
30759         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30760           Correct logic of dispose function (see #129306).
30761
30762 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30763
30764         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30765         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30766         (gst_mpeg_parse_init):
30767         * gst/mpegstream/gstmpegparse.h:
30768           Remove clock (which was never provided, i.e. dead code), and
30769           also fix integer overflows at high PTS values (see #126967).
30770
30771 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30772
30773         * ext/flac/gstflacdec.c:
30774         * ext/libpng/gstpngenc.h:
30775         * ext/mikmod/gstmikmod.h:
30776           OS X fixes (see #126628).
30777
30778 2004-01-02  David Schleef  <ds@schleef.org>
30779
30780         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30781         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30782         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30783         (gst_mpeg_parse_class_init): Move pad template registration
30784         to class_init, since the derived class (mpegdemux) doesn't
30785         want them.
30786
30787 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30788
30789         * sys/ximage/Makefile.am:
30790         * sys/xvideo/Makefile.am:
30791         * sys/xvimage/Makefile.am:
30792           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30793           after installation (see #127664).
30794
30795 2004-01-02  David Schleef  <ds@schleef.org>
30796
30797         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30798         (gst_ffmpegenc_connect):  Negotiation fixes.
30799         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30800         Remove inappropriate gst_caps_free().
30801         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30802         Reenable Ronald's internal resize code, since the core handles
30803         it correctly now.
30804
30805 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30806
30807         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30808         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30810           Fix pad template stuff.
30811
30812 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30813
30814         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30815         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30816           fix signed integer reading/writing.
30817
30818 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30819
30820         * ext/alsa/README:
30821           Remove outdated document
30822
30823 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30824
30825         * gst/cutter/gstcutter.c: (gst_cutter_init):
30826           src pad was being created twice - oops.
30827
30828 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30829
30830         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30831           Comment out internal resize. It doesn't handle the resulting
30832           XEvent internally, does another try_set_caps() which leads to
30833           a really nice loop.
30834           Real fix will come when Julien and Dave are awake. ;).
30835
30836 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30837
30838         * ext/mpeg2enc/gstmpeg2enc.cc:
30839           fix const/nonconst compile issue.
30840
30841 2004-01-02  David Schleef  <ds@schleef.org>
30842
30843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30844         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30845         Add fixate function and a check for bad formats.
30846
30847 2004-01-01  David Schleef  <ds@schleef.org>
30848
30849         Negotiation fixes:
30850         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30851         (gst_audiofilter_init):
30852         * gst/debug/efence.c: (gst_efence_init):
30853         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30854         (gst_deinterlace_init):
30855         * gst/volume/gstvolume.c: (volume_connect):
30856
30857 2004-01-01  David Schleef  <ds@schleef.org>
30858
30859         Convert elements to use gst_pad_use_explicit_caps() where
30860         appropriate:
30861         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30862         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30863         (gst_afparse_open_file):
30864         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30865         (gst_afsrc_open_file):
30866         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30867         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30868         (gst_ffmpegdec_chain):
30869         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30870         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30871         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30872         (gst_gdk_pixbuf_chain):
30873         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30874         (gst_jpegdec_chain):
30875         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30876         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30877         (gst_mikmod_negotiate):
30878         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30879         (gst_mpeg2dec_negotiate_format):
30880         * ext/mpeg2enc/gstmpeg2enc.cc:
30881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30882         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30883         (gst_speexdec_sinkconnect):
30884         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30885         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30886         (gst_vorbisfile_new_link):
30887         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30888         (gst_ac3parse_chain):
30889         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30890         (gst_asf_demux_setup_pad):
30891         * gst/auparse/gstauparse.c: (gst_auparse_init),
30892         (gst_auparse_chain):
30893         * gst/id3/gstid3types.c: (gst_id3types_loop):
30894         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30895         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30896         (mp1videoparse_parse_seq):
30897         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30898         (bpf_from_header):
30899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30900         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30901         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30902         (gst_mpeg_parse_send_data):
30903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30904         (gst_qtdemux_add_stream):
30905         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30906         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30907         (gst_wavparse_parse_fmt):
30908
30909 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30910
30911         * configure.ac:
30912           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30913           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30914           it therefore uses the wrong include paths. Too bad... Note
30915           that 1.6.1.93 is not release yet. ;).
30916           Also add a check for mplex, which is now using the lib'ified
30917           mplex from mjpegtools, too.
30918         * ext/ffmpeg/gstffmpegcodecmap.c:
30919           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30920           issues. I don't think ffmpeg handles 3ivx correctly, so this
30921           probably won't work. But it won't hurt either.
30922         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30923         (gst_ffmpegdec_chain):
30924         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30925         (gst_ffmpegenc_chain_audio):
30926           Fix memleak in audio encoding. Close codec if open fails, this
30927           calls the cleanup routines so we can re-use the context.
30928         * ext/mpeg2enc/gstmpeg2enc.cc:
30929           Fix pad template names/types, fix memory issue with getcaps().
30930         * ext/mpeg2enc/gstmpeg2encoder.cc:
30931         * ext/mpeg2enc/gstmpeg2encoder.hh:
30932           Fix compile issue with new caps system (const thingy).
30933         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30934         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30935           We read a first frame right on initing, so that we have a caps
30936           when we init the output. This caps is cached in padprivate and
30937           read as first frame.
30938         * ext/mplex/Makefile.am:
30939         * ext/mplex/gstmplex.cc:
30940         * ext/mplex/gstmplex.h:
30941         * ext/mplex/gstmplex.hh:
30942         * ext/mplex/gstmplexibitstream.cc:
30943         * ext/mplex/gstmplexibitstream.hh:
30944         * ext/mplex/gstmplexjob.cc:
30945         * ext/mplex/gstmplexjob.hh:
30946         * ext/mplex/gstmplexoutputstream.cc:
30947         * ext/mplex/gstmplexoutputstream.hh:
30948           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30949           had issues, didn't do capsnego, supported only a subset of the
30950           mplex features and required a mplex fork in our local CVS. Plus
30951           that it worked agaist a very old mplex version. Rewriting was
30952           faster than updating it.
30953         * gst-libs/ext/Makefile.am:
30954         * gst-libs/ext/mplex/INSTRUCT:
30955         * gst-libs/ext/mplex/Makefile.am:
30956         * gst-libs/ext/mplex/README:
30957         * gst-libs/ext/mplex/TODO:
30958         * gst-libs/ext/mplex/ac3strm_in.cc:
30959         * gst-libs/ext/mplex/audiostrm.hh:
30960         * gst-libs/ext/mplex/audiostrm_out.cc:
30961         * gst-libs/ext/mplex/aunit.hh:
30962         * gst-libs/ext/mplex/bits.cc:
30963         * gst-libs/ext/mplex/bits.hh:
30964         * gst-libs/ext/mplex/buffer.cc:
30965         * gst-libs/ext/mplex/buffer.hh:
30966         * gst-libs/ext/mplex/fastintfns.h:
30967         * gst-libs/ext/mplex/format_codes.h:
30968         * gst-libs/ext/mplex/inputstrm.cc:
30969         * gst-libs/ext/mplex/inputstrm.hh:
30970         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30971         * gst-libs/ext/mplex/mjpeg_logging.cc:
30972         * gst-libs/ext/mplex/mjpeg_logging.h:
30973         * gst-libs/ext/mplex/mjpeg_types.h:
30974         * gst-libs/ext/mplex/mpastrm_in.cc:
30975         * gst-libs/ext/mplex/mpegconsts.cc:
30976         * gst-libs/ext/mplex/mpegconsts.h:
30977         * gst-libs/ext/mplex/mplexconsts.hh:
30978         * gst-libs/ext/mplex/multplex.cc:
30979         * gst-libs/ext/mplex/outputstream.hh:
30980         * gst-libs/ext/mplex/padstrm.cc:
30981         * gst-libs/ext/mplex/padstrm.hh:
30982         * gst-libs/ext/mplex/stillsstream.cc:
30983         * gst-libs/ext/mplex/stillsstream.hh:
30984         * gst-libs/ext/mplex/systems.cc:
30985         * gst-libs/ext/mplex/systems.hh:
30986         * gst-libs/ext/mplex/vector.cc:
30987         * gst-libs/ext/mplex/vector.hh:
30988         * gst-libs/ext/mplex/videostrm.hh:
30989         * gst-libs/ext/mplex/videostrm_in.cc:
30990         * gst-libs/ext/mplex/videostrm_out.cc:
30991         * gst-libs/ext/mplex/yuv4mpeg.cc:
30992         * gst-libs/ext/mplex/yuv4mpeg.h:
30993         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30994         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30995           We don't fork mjpegtools' mplex in our CVS anymore.
30996         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30997         (gst_avi_demux_add_stream):
30998         * gst/avi/gstavidemux.h:
30999           Add getcaps() function for proper caps nego. This makes some
31000           parts of AVI playback/reading work.
31001         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31002           Resize window on new capsnego. This is probably wrong, but
31003           I'm still committing it because with current capsnego, the
31004           first successfull capsnego is auto-fixated, therefore rounded
31005           down to the lowest values in the caps. this results in a 16x16
31006           XWindow that is not reized when real capsnego finishes.
31007           Dave, I see more cases of this, do you know a proper solution?
31008         * tools/gst-launch-ext.in:
31009           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31010
31011 2003-12-31  David Schleef  <ds@schleef.org>
31012
31013         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31014         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31015           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31016
31017 2003-12-30  David Schleef  <ds@schleef.org>
31018
31019         * ext/ffmpeg/gstffmpegcolorspace.c:
31020         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31021         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31022         (gst_ffmpegcsp_chain): Negotiation fixes
31023         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31024         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31025         (gst_audio_convert_link), (gst_audio_convert_channels):
31026         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31027         (gst_audioscale_link), (gst_audioscale_get_buffer),
31028         (gst_audioscale_chain): Negotiation fixes
31029         * gst/audioscale/gstaudioscale.h:
31030         * gst/videofilter/gstvideofilter.c:
31031         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31032         (gst_videofilter_link), (gst_videofilter_init),
31033         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31034         (gst_videofilter_find_format_by_structure):
31035         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31036         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31037         (gst_videoscale_link):
31038         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31039         (videoscale_find_by_structure), (gst_videoscale_setup):
31040         * gst/videoscale/videoscale.h: Negotiation fixes
31041         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31042         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31043         function, restrict resizing to a multiple of 4 (hack until
31044         everyone supports odd sizes correctly).
31045
31046 2003-12-29  Colin Walters  <walters@verbum.org>
31047
31048         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31049         signed.
31050
31051 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31052
31053         * ext/sndfile/gstsf.c: (gst_sf_loop):
31054           Fix warning about discarding const qualifier
31055
31056 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31057
31058         * gst/cutter/gstcutter.c:
31059         * gst/videoscale/gstvideoscale.c:
31060         * gst/volenv/gstvolenv.c:
31061         * gst-libs/gst/audio/audio.c:
31062         * gst-libs/gst/video/video.c:
31063           Fix warnings
31064
31065 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31066
31067         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31068           Don't send ALSA debugging to stderr.
31069         * ext/alsa/gstalsa.h:
31070           Use GST_WARNING instead of g_warning when ALSA functions fail.
31071
31072 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31073
31074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31075           Free XVAdapterInfo correctly.
31076
31077 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31078
31079         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31080         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31081           Make id3tag use correct caps nego.
31082
31083 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31084
31085         * ext/ivorbis/vorbis.c:
31086         * ext/ivorbis/vorbisenc.h:
31087         * ext/ivorbis/vorbisfile.c:
31088           Modify so that it uses the new caps things
31089
31090 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31091
31092         * testsuite/spider/spider1.c: (main):
31093         * testsuite/spider/spider2.c: (main):
31094         * testsuite/spider/spider3.c: (main):
31095           Make tests compile again. They probably don't work.
31096
31097 2003-12-24  Colin Walters  <walters@verbum.org>
31098
31099         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31100         we can't fixate the caps anymore.
31101
31102 2003-12-23  David Schleef  <ds@schleef.org>
31103
31104         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31105         * sys/oss/gstosssink.c: (gst_osssink_init),
31106         (gst_osssink_sink_fixate): Add fixate function.
31107
31108 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31109
31110         * ext/ffmpeg/gstffmpegcodecmap.c:
31111         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31112         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31113         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31114         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31115         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31116         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31117         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31118           fix typo in RGB masks, and move back to "old" colorspace
31119           capsnego code until whoever wrote this new crap has actually
31120           tested it so that it works.
31121           And yes, this works, keep it that way please.
31122
31123 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31124
31125         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31126         (gst_divxdec_init), (gst_divxdec_negotiate):
31127         * ext/divx/gstdivxdec.h:
31128         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31129         (gst_divxenc_init):
31130         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31131         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31132         * ext/mpeg2enc/gstmpeg2enc.cc:
31133         * ext/mpeg2enc/gstmpeg2encoder.cc:
31134         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31135         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31136         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31137         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31138         (dxr3spusink_init):
31139         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31140         (dxr3videosink_init):
31141           Fix caps breakage after Dave's caps branch merge.
31142
31143 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31144
31145         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31146           Fix for 24bpp display.
31147
31148 2003-12-23  Colin Walters  <walters@verbum.org>
31149
31150         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31151         a GnomeVFSHandle directly.
31152
31153 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31154
31155         * gst/volume/Makefile.am:
31156         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31157         (volume_base_init), (volume_init):
31158           Reenable volume element and fix to work with new caps stuff.
31159           Rhythmbox needs this.
31160
31161 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31162
31163         * gst/qtdemux/qtdemux.c: (plugin_init):
31164           qtdemux requires bytestream
31165
31166 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31167
31168         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31169           Fix remaining caps handling errors due to CAPS merge.
31170
31171 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31172
31173         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31174         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31175         (gst_faad_srcconnect):
31176           Port to new caps system.
31177
31178 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31179
31180         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31181         (got_video_size), (main): using g_print instead of g_message.
31182         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31183         signal which was not emitted because of "switch" element added to the
31184         bin but not connected. (Removing from the bin temporarily)
31185
31186 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31187
31188         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31189         find X development files. I don't understand the previous tests and
31190         they fail on my debian/ppc unstable. This one works.
31191         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31192         exiting.
31193         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31194         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31195         (gst_play_set_visualization): Add some safety checks in set_ methods
31196         and state_change. This was throwing some ugly CRITICAL messages when
31197         pipeline was getting disposed and casts were failing.
31198
31199 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31200
31201         * configure.ac:
31202           Improve mpeg2enc detection. This is for distributions that do
31203           ship mjpegtools, but without mpeg2enc. Also does object check
31204           for might there ever be ABI incompatibility.
31205         * ext/mpeg2enc/gstmpeg2enc.cc:
31206           Add Andrew as second maintainer (he's helping me), and also add
31207           an error if no caps was set. This happens if I pull before capsnego
31208           and that's something I should solve sometime else.
31209         * gst/matroska/matroska-demux.c:
31210         (gst_matroska_demux_parse_blockgroup):
31211           Fix time parsing.
31212         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31213         (gst_matroska_mux_track_header):
31214           Add caps to templates.
31215         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31216           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31217         * gst/mpegstream/gstmpegdemux.c:
31218           Remove layer since it causes warnings about unfixed caps.
31219         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31220           Fix obvious typo (we error out if caps were set, we should of
31221           course error out if *no* caps were set).
31222         * sys/oss/gstosselement.c: (gst_osselement_convert):
31223           Fix format conversion, we confused bits/bytes.
31224         * sys/oss/gstosselement.h:
31225           Improve documentation for 'bps'.
31226         * sys/v4l/TODO:
31227           Remove stuff about plugins that need removing - this was done
31228           ages ago.
31229         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31230         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31232         (gst_v4lsrc_src_query):
31233         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31234         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31235           Add get_query_types(), get_formats() and query() functions.
31236
31237 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31238
31239         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31240           * moved CVS to freedesktop.org