Don't run inplace if that overwrites source data as we go. Add more tests. Fixes...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4         (double_hq), (audio_convert_get_func_index),
5         (audio_convert_prepare_context), (audio_convert_convert):
6         * gst/audioconvert/gstaudioconvert.c:
7         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
8         (gst_audio_convert_transform_caps):
9         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10         (audioconvert_suite):
11           Don't run inplace if that overwrites source data as we go. Add more
12           tests. Fixes #339837 even more.
13
14 2007-02-27  Julien MOUTTE  <julien@moutte.net>
15
16         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
17         (msg_segment_done): Fix various seeking bugs (Slider was not
18         updating when doing a non flushing seek, Reverse playback 
19         on segment seek was wrong).
20
21 2007-02-26  Wim Taymans  <wim@fluendo.com>
22
23         * tests/examples/seek/seek.c: (stop_seek):
24         When we stop scrubbing, don't leave the pipeline PLAYING when we
25         requested a PAUSED state.
26
27 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
28
29         Patch by: René Stadler <mail at renestadler de>
30
31         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
32           Parse date strings in vorbis comments that have an invalid (zero)
33           month or day (#410396).
34
35         * tests/check/libs/tag.c: (GST_START_TEST):
36           Test case for the above.
37
38 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
39
40         Patch by: Loïc Minier <lool+gnome at via ecp fr>
41
42         * configure.ac:
43         * ext/alsa/Makefile.am:
44         * gst/audiotestsrc/Makefile.am:
45           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
46
47 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
48
49         * gst/playback/gstplaybin.c:
50           Improve docs: point out that the application needs to assist playbin
51           with buffering.
52
53 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
54
55         * gst-libs/gst/utils/install-plugins.c:
56         * gst-libs/gst/utils/missing-plugins.c:
57         * tests/check/libs/utils.c: (missing_msg_check_getters):
58           Change GStreamer marker prefix in detail string from 'gstreamer.net'
59           to just 'gstreamer'. Document the caps string component of the
60           decoder/encoder detail a bit better, since not everyone will be
61           familiar with the GStreamer media type/caps system (but they better
62           enjoy nested itemized lists).
63
64 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
65
66         * gst-libs/gst/netbuffer/gstnetbuffer.c:
67         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
68           Fix copying of GstNetBuffer (would crash before, or at least lead to
69           invalid memory access, #410772), for now by copying the GstBuffer copy
70           code from the core over here so we can copy the GstBuffer fields on a
71           provided buffer instance (of type GstNetBuffer in this case). Would be
72           better to fix this with some support by the core though (and in the long
73           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
74
75         * tests/check/Makefile.am:
76           Enable unit test for GstNetBuffer.
77
78 2007-02-22  Andy Wingo  <wingo@pobox.com>
79
80         * gst-libs/gst/audio/gstbaseaudiosink.c
81         (gst_base_audio_sink_init): Disable pull-mode activation until we
82         figure out how to make audio sinks go to PLAYING.
83
84 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
85
86         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
87         (double_hq), (audio_convert_get_func_index),
88         (audio_convert_prepare_context), (audio_convert_convert):
89         * gst/audioconvert/audioconvert.h:
90         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
91         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
92         * gst/audioconvert/gstchannelmix.h:
93         * tests/check/elements/audioconvert.c: (GST_START_TEST):
94           Add float as an intermediate format, as well as float mixing. Enable
95           test that was failing before. Fixes #339837
96
97 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
98
99         * tests/examples/seek/seek.c: (do_seek):
100         Undo the previous commit: -1 as a stop time implies that the stop
101         time is the end of file, clearing any previously configured segment.
102
103 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
104
105         * tests/examples/seek/seek.c: (do_seek):
106         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
107
108 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
109
110         * gst/volume/gstvolume.c: (volume_process_int16),
111         (volume_process_int16_clamp), (volume_set_caps):
112           Unbreak volume, value remains gint.
113
114 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
115
116         * gst/volume/gstvolume.c: (volume_choose_func),
117         (volume_update_real_volume), (gst_volume_set_volume),
118         (gst_volume_init), (volume_process_double), (volume_process_float),
119         (volume_process_int16), (volume_process_int16_clamp),
120         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
121         * gst/volume/gstvolume.h:
122           Extend float audio support (double) and some int->uint cleanups.
123
124 2007-02-20  Edward Hervey  <edward@fluendo.com>
125
126         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
127         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
128         (sort_end_pads), (gst_decode_group_expose),
129         (gst_decode_group_hide):
130         Don't free groups from the streaming threads. Just put them aside and
131         free them in dispose.
132
133 2007-02-20  Edward Hervey  <edward@fluendo.com>
134
135         * gst/playback/gstdecodebin2.c: (connect_element),
136         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
137         (sort_end_pads), (gst_decode_group_expose):
138         Handle dynamic pads within groups.
139         Sort pads before exposing them in order to make playbin happy.
140         There still is a race with the multiqueue filling up. This should be
141         solved separately.
142         Fixes #398721
143
144 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
145
146         * gst-libs/gst/utils/base-utils.c:
147         * gst-libs/gst/utils/descriptions.c:
148         * gst-libs/gst/utils/install-plugins.c:
149         * gst-libs/gst/utils/missing-plugins.c:
150           Some more docs (and descriptions for two subtitle formats).
151
152 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
153
154         * gst-libs/gst/audio/audio.c:
155           Fix documentation.
156
157 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
158
159         Patch by: Yves Lefebvre  <ivanohe abacom com>
160
161         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
162           Don't leak caps. Fixes #408278.
163
164 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
165
166         * ext/cdparanoia/gstcdparanoiasrc.h:
167         * ext/ogg/gstoggdemux.h:
168         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
169         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
170         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
171         * gst-libs/gst/audio/audio.h:
172         * gst-libs/gst/audio/gstaudiofilter.h:
173         * gst-libs/gst/interfaces/videoorientation.h:
174         * gst/adder/gstadder.h:
175           More docs coverage and some ChangeLog surgery (add missing names)
176
177 2007-02-15  Wim Taymans  <wim@fluendo.com>
178
179         * sys/ximage/ximagesink.c:
180         (gst_ximagesink_calculate_pixel_aspect_ratio):
181         * sys/xvimage/xvimagesink.c:
182         (gst_xvimagesink_calculate_pixel_aspect_ratio):
183         Small constifications.
184
185 2007-02-15  Wim Taymans  <wim@fluendo.com>
186
187         * gst-libs/gst/audio/gstbaseaudiosink.c:
188         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
189         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
190         (gst_base_audio_sink_async_play),
191         (gst_base_audio_sink_change_state):
192         Answer latency query.
193         Use configured latency when syncing.
194         Fix clock slaving.
195
196         * gst-libs/gst/audio/gstbaseaudiosrc.c:
197         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
198         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
199         Fix possible memleak.
200         Implement latency query.
201         Small cleanups.
202
203 2007-02-15  Wim Taymans  <wim@fluendo.com>
204
205         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
206         Ignore errors in reset, these are not fatal. They also grab the element
207         lock which is already taking when this function is called. Fixes
208         #405451.
209
210 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
211
212         * configure.ac:
213           Remove 'tests/examples/xerror/Makefile' from output files again.
214
215 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
216
217         * configure.ac:
218         * docs/plugins/Makefile.am:
219           Also crossref against gst-plugins-base-libs.
220
221 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
222
223         * configure.ac:
224         * docs/libs/Makefile.am:
225         * docs/plugins/Makefile.am:
226           Add crossreferences to glib/gobject/gstream docs.
227
228         * gst-libs/gst/audio/audio.h:
229           Source formatting.
230
231         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
232           Add own debug category.
233
234 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
235
236         Patch by: René Stadler <mail at renestadler de>
237
238         * gst-libs/gst/tag/gstvorbistag.c:
239           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
240           (#403597).
241
242 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
243
244         * gst/playback/gstplaybasebin.c: (setup_source):
245           When we have external subtitles and wait for the subtitle decodebin
246           to get up and running, we set up a (sync) bus handler for the
247           subtitle decodebin, so we can stop waiting when it posts an error
248           message. However, we should do that before we set the subtitle
249           decodebin's state to playing, otherwise things are racy and we might
250           miss error messages posted before we had a chance to set up the bus.
251           This should finally fix totem hanging on .txt pseudo-subtitle files.
252           
253 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
254
255         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
256           Use gst_gdouble_to_guint64 for conversions.
257         * win32/common/config.h.in:
258           Add a define for GST_INSTALL_PLUGINS_HELPER
259         * win32/common/libgstaudio.def:
260         * win32/common/libgstcdda.def:
261         * win32/common/libgstnetbuffer.def:
262         * win32/common/libgstrtp.def:
263         * win32/common/libgutils.def:
264           Add new exported functions.
265         * win32/vs6/gst_plugins_base.dsw:
266         * win32/vs6/libgstdecodebin.dsp:
267         * win32/vs6/libgstnetbuffer.dsp:
268         * win32/vs6/libgstplaybin.dsp:
269         * win32/vs6/libgstrtp.dsp:
270         * win32/vs6/libgstvorbis.dsp:
271         * win32/vs6/libgstcdda.dsp:
272         * win32/vs6/libgstgdp.dsp:
273         * win32/vs6/libgstutils.dsp:
274           Update and add new project files.
275
276 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
277
278         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
279         (subrip_remove_unhandled_tags), (parse_subrip):
280           For SubRip (.srt) subtitles, ignore all markup tags we don't
281           handle (like font tags, for example).
282
283         * tests/check/elements/subparse.c:
284           Add test for this.
285
286 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
287
288         * gst/playback/gstdecodebin.c: (add_fakesink),
289         (gst_decode_bin_change_state):
290         * gst/playback/gstdecodebin2.c: (add_fakesink),
291         (gst_decode_bin_change_state):
292           Don't error out if there is no fakesink in the NULL to READY state
293           change, since when decodebin is re-used, we're only adding the
294           fakesink element in READY to PAUSED.
295
296         * tests/check/elements/decodebin.c:
297         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
298         (decodebin_suite):
299           Minimal unit test to make sure we can use the same decodebin
300           instance twice (at least with audiotestsrc input).
301
302 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
303
304         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
305           Try to get devic-name from device string first, and from handle only
306           as fallback (seems to yield better results and is more robust
307           against buggy probing code on the application side).
308
309 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
310
311         Based on patch by: Julien Puydt <julien.puydt at laposte net>
312
313         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
314         (gst_alsa_find_device_name):
315         * ext/alsa/gstalsa.h:
316         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
317         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
318           Improve device-name detection a bit, especially in the case where
319           the device is not actually open (#405020, #405024). Move common code
320           into gstalsa.c instead of duplicating it.
321
322 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
323
324         * gst/audioconvert/gstaudioconvert.c:
325           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
326
327 2007-02-06  Julien MOUTTE  <julien@moutte.net>
328
329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
330         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
331         (gst_xvimagesink_interface_supported),
332         (gst_xvimagesink_probe_get_properties),
333         (gst_xvimagesink_probe_probe_property),
334         (gst_xvimagesink_probe_needs_probe),
335         (gst_xvimagesink_probe_get_values),
336         (gst_xvimagesink_property_probe_interface_init),
337         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
338         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
339         (gst_xvimagesink_get_type):
340         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
341         for XVAdaptors so that one can choose the adaptor to use with 
342         gstreamer-properties.
343
344 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
345
346         * gst/audioconvert/gstaudioconvert.c:
347           Also mention that a conversion from double to float is suboptimal still.
348
349 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * gst-libs/gst/audio/gstaudiofilter.c:
352         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
353           Clear our formats structure and free the caps contained in it when
354           shutting down.
355
356 2007-02-05  Andy Wingo  <wingo@pobox.com>
357
358         * gst-libs/gst/audio/gstbaseaudiosink.c
359         (gst_base_audio_sink_callback): Update basesink->offset so that we
360         pull monotonically increasing offsets instead of, um, seeking back
361         to 0 each time. Fixes alsasrc ! alsasink!
362
363 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
364
365         * gst/videoscale/gstvideoscale.c:
366           A width and height of 1 makes us crash, so increase minimum size to
367           2x2 pixels until someone feels like fixing this (#404512).
368
369 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
370
371         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
372           Add small test to make sure request pads are cleaned up properly
373           even if oggmux never changes state out of NULL.
374
375 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
376
377         * tests/check/libs/utils.c: (GST_START_TEST):
378           Fix unit test. Turns out things work much better when you
379           NULL-terminate string arrays. Should make p5 build bot happy again.
380
381 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * gst-libs/gst/audio/Makefile.am:
384         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
385         (gst_audio_filter_template_base_init),
386         (gst_audio_filter_template_class_init),
387         (gst_audio_filter_template_init),
388         (gst_audio_filter_template_set_property),
389         (gst_audio_filter_template_get_property),
390         (gst_audio_filter_template_setup),
391         (gst_audio_filter_template_filter),
392         (gst_audio_filter_template_filter_inplace), (plugin_init):
393           Oops, forgot to commit fixed-up example.
394
395 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
396
397         * docs/libs/gst-plugins-base-libs-sections.txt:
398         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
399         (gst_audio_filter_class_init), (gst_audio_filter_init),
400         (gst_audio_filter_set_caps),
401         (gst_audio_filter_class_add_pad_templates):
402         * gst-libs/gst/audio/gstaudiofilter.h:
403           Port GstAudioFilter to 0.10. This change technically breaks
404           API and ABI (and thus also every library developer's heart),
405           but seems justifiable on the grounds that the base class was
406           completely unusable before (ie. would crash immediately when
407           actually used). Fixes #403963 (and eventually also #403572).
408           Also document all of this a bit.
409
410 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
411
412         * gst-libs/gst/utils/install-plugins.c:
413         (gst_install_plugins_spawn_child):
414         * tests/check/libs/utils.c:
415         (test_base_utils_install_plugins_do_callout):
416           Lowering log level to see why things fail on the p5 build bot;
417           fix some typos in unit test messages.
418
419 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
420
421         * tests/check/libs/utils.c:
422         (test_base_utils_install_plugins_do_callout):
423           Don't hard-code temp directory for test helper; use GLib functions
424           to write out file and do error checking etc.
425
426 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
427
428         * gst-libs/gst/utils/Makefile.am:
429         * gst-libs/gst/utils/base-utils.h:
430         * gst-libs/gst/utils/install-plugins.c:
431         (gst_install_plugins_context_set_xid),
432         (gst_install_plugins_context_new),
433         (gst_install_plugins_context_free),
434         (gst_install_plugins_get_helper),
435         (gst_install_plugins_spawn_child),
436         (gst_install_plugins_return_from_status),
437         (gst_install_plugins_installer_exited),
438         (gst_install_plugins_async), (gst_install_plugins_sync),
439         (gst_install_plugins_return_get_name),
440         (gst_install_plugins_installation_in_progress):
441         * gst-libs/gst/utils/install-plugins.h:
442           API: add API for applications to initiate installation of missing
443           plugins, ie. gst_install_plugins_async() primarily.
444           Based on libgimme-codec by Ryan Lortie.
445
446         * configure.ac:
447           Add --with-install-plugins-helper configure option so distros can specify
448           the path of the helper script or program to call when plugin installation
449           is requested (distros: please do any argument munging in this helper
450           script instead of patching GStreamer to pass arguments differently
451           to another program directly).
452
453         * docs/libs/gst-plugins-base-libs-docs.sgml:
454         * docs/libs/gst-plugins-base-libs-sections.txt:
455           Build and document new API.
456
457         * tests/check/libs/utils.c: (result_cb),
458         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
459         (libgstbaseutils_suite):
460           Some simple checks for the new API.
461
462 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
463
464         * tests/check/elements/audioconvert.c: (test_float_conversion):
465           Add small test for 32bit float <=> 64bit float conversion (works
466           only one way so far, 32=>64 produces structured noise).
467
468 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * gst/audioconvert/gstaudioconvert.c:
471         (set_structure_widths_32_and_64), (make_lossless_changes):
472           We don't support floats with a width of 40, 48 or 56 bits.
473
474 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
475
476         * gst/audioconvert/audioconvert.c: (float), (double),
477         (audio_convert_get_func_index):
478         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
479         (make_lossless_changes):
480           Support for 64-bit float audio in audioconvert (#339837)
481
482 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
483
484         Patch by: Holger Wansing  <linux wansing-online de>
485
486         * po/LINGUAS:
487         * po/de.po:
488           Add German translation (#352069).
489
490 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
491
492         reviewed by: Wim Taymans <wim@fluendo.com>
493
494         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
495         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
496         Use newly added GstCollectPads API to free the allocated resources in
497         the GstOggPad structures (#402393).
498
499 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
500
501         * gst/playback/gstplaybin.c: (gen_vis_element):
502           Add audioresample+audioconvert in front of the visualisation
503           element, so that elements like libvisual 0.4 that don't support all
504           samplerates can work.
505
506           Fixes: #402505
507
508 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
509
510         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
511         (gst_play_base_bin_get_streaminfo_value_array):
512           Take some locks and make a copy of the streaminfo value array we
513           maintain while holding the lock, so that the application can
514           retrieve the stream-info as a value array in a thread-safe way.
515
516 2007-01-30  Wim Taymans  <wim@fluendo.com>
517
518         * gst/audioconvert/gstaudioconvert.c:
519         Don't fail on 0 sized buffers. Fixes #396835.
520
521 2007-01-29  David Schleef  <ds@schleef.org>
522
523         * gst/typefind/gsttypefindfunctions.c:
524           Detect BBCD as video/x-dirac, so we can play raw dirac
525           streams.
526
527 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
528
529         * ext/theora/theoraenc.c: (theora_enc_chain):
530           Check return value of theora_encode_header(), or we might try to
531           allocate a random number of bytes. theora_encode_header() can fail
532           if libtheora has been compiled with encoding support disabled.
533           Fixes #398110.
534
535 2007-01-29  Wim Taymans  <wim@fluendo.com>
536
537         * tests/check/gst/.cvsignore:
538         Do as buildbot says.
539
540 2007-01-29  Wim Taymans  <wim@fluendo.com>
541
542         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
543         Fix strides in libvisual. Gst uses X strides.
544         Inspired by: <ed at catmur dot co dot uk> and 
545         <tim at centricular dot net>
546         Fixes #401118.
547
548 2007-01-27  Wim Taymans  <wim@fluendo.com>
549
550         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
551         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
552         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
553         (gst_ogg_demux_perform_seek),
554         (gst_ogg_demux_bisect_forward_serialno),
555         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
556         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
557         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
558         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
559         * ext/ogg/gstoggdemux.h:
560         Properly propagate streaming errors when we are scanning the file for
561         chains so that we don't crash when shut down. Might fix some crashers
562         when quickly switching oggs in RB such as #332503 and #378436.
563
564 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
565
566         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
567           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
568           error code as well.
569
570 2007-01-25  Wim Taymans  <wim@fluendo.com>
571
572         * gst/playback/gstplaybasebin.c: (remove_source):
573         Don't try to disconnect a signal from a finalized object.
574
575 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
576
577         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
578           Cast lock macro parameters to make sure we're actually accessing the
579           lock member at the right class level. Free list itself in _dispose()
580           as well and NULL it in case dispose gets called multiple times.
581
582 2007-01-25  Edward Hervey  <edward@fluendo.com>
583
584         * gst/playback/gstdecodebin2.c:
585         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
586         Free GstDecodeGroups no longer used.
587         (gst_decode_group_expose):
588         Don't unlock too many times !
589         (deactivate_free_recursive):
590         Free iterator once we're done with it.
591         Fix for recursively deactivating elements (stop at ghostpads).
592
593 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
594
595         * gst/playback/gstplaybin.c: (handoff):
596           Fix up caps on the frame buffer before we save it and potentially
597           make it accessible to other threads via g_object_get; also use
598           gst_buffer_replace() instead of gst_mini_object_replace().
599
600 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
601
602         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
603           Make getting the current frame thread-safe.
604
605 2007-01-25  Edward Hervey  <edward@fluendo.com>
606
607         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
608         (gst_decode_group_new), (gst_decode_group_free):
609         Set queues to bigger sizes to cope with HD contents.
610         Fix some mutex freeing and add comment about MT safe methods.
611
612 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
613
614         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
615         (gst_text_overlay_text_event):
616           Don't unnecessarily ref (and then leak) upstream events if the text
617           pad is not linked. Fixes #399948.
618
619         * tests/check/gst-plugins-base.supp:
620           Add suppression for pango on edgy/x86 for textoverlay test.
621
622 2007-01-24  Wim Taymans  <wim@fluendo.com>
623
624         * gst-libs/gst/rtp/gstrtpbuffer.h:
625         Add some more fixed payloads.
626
627 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
628
629         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
630           Error out properly if we get an error from libogg while reading the
631           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
632
633 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
634
635         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
636           Don't leak mutex.
637
638         * tests/check/elements/playbin.c:
639         (test_sink_usage_video_only_stream),
640         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
641         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
642         (test_missing_suburisource_handler),
643         (test_missing_primary_decoder), (playbin_suite):
644           Run all tests once with decodebin and once with decodebin2.
645           One test does not pass yet with decodebin2.
646
647 2007-01-23  Edward Hervey  <edward@fluendo.com>
648
649         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
650         Fix the cases where oggmux doesn't properly figure out that all
651         sinkpads have gone EOS, and therefore doesn't push out the remaining
652         buffers and the final EOS event.
653         Fixes #363379
654
655 2007-01-23  Julien MOUTTE  <julien@moutte.net>
656
657         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
659         Don't lock on navigation event push, just on keysym to string.
660         Fixes #397673 again.
661
662 2007-01-22  Edward Hervey  <edward@fluendo.com>
663
664         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
665         (get_current_group), (group_demuxer_event_probe),
666         (gst_decode_group_expose), (deactivate_free_recursive),
667         (gst_decode_group_free):
668         Cleanups.
669         Don't forget to emit 'no-more-pads' once a group is exposed.
670         Cleanup elements from a DecodeGroup once we remove it.
671         Protect call to gst_decode_group_expose() with the decodebin lock.
672
673 2007-01-22  Julien MOUTTE  <julien@moutte.net>
674
675         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
677         Looking at Xorg code i can't figure out if that XKeysymToString
678         function is thread sensible or not. Lock it just in case as
679         recommended by Radek Doulik <rodo at ximian dot com>.
680
681 2007-01-22  Julien MOUTTE  <julien@moutte.net>
682
683         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
685         Lock that X Call as well. Fixes #397673.
686
687 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
688
689         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
690           Don't go into an endless loop if the file starts with 00 00 01 2X,
691           like quicktime redirect files might. Fixes #396042.
692
693         * tests/check/Makefile.am:
694         * tests/check/gst/.cvsignore:
695         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
696         (typefindfunctions_suite):
697           Add unit test for the above.
698
699 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
700
701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
702           On second thought, use "depth" field rather than "bpp" field.
703
704 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
705
706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
707           Camtasia caps apparently need a bpp field (#398875).
708
709 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
710
711         * gst/playback/gstplaybasebin.c: (setup_subtitle),
712         (gen_source_element), (gst_play_base_bin_change_state):
713           Attempt at a better error message in case we don't have the required
714           URI handler installed; post missing-plugin message also when we're
715           missing an URI handler for the subtitle URI; clean up properly also
716           when an error occurs and we never made it to PAUSED state.
717
718         * tests/check/elements/playbin.c: (GST_START_TEST),
719         (playbin_suite):
720           Check that we're also getting a missing-plugin messsage for a
721           missing subtitle URI handler (and clean up properly).
722
723 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
724
725         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
726           Plug a few reference leaks.
727
728 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
729
730         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
731           Lower probability a bit if the marker isn't right at the start,
732           to decrease the chance of false positives.
733
734 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
735
736         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
737           Small mpeg2 system stream typefinding improvement: make typefinder
738           probe a bit into the stream instead of just looking for a marker
739           at the beginning. Fixes #397810.
740
741 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
742
743         * gst/audioconvert/gstchannelmix.c:
744           Remove compatibility cruft for prehistoric GLib versions.
745
746 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
747
748         * gst/playback/Makefile.am:
749         * gst/playback/gstdecodebin.c: (close_pad_link):
750         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
751         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
752         (gst_play_base_bin_handle_message_func), (unknown_type):
753           Let decodebin be the element to post missing-plugin messages for
754           missing decoders (rather than playbin); make playbin implement
755           GstBin::handle_message so we can suppress missing-plugin messages
756           for types we're not handling on purpose (don't want to bring up an
757           installer in those cases).
758
759 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
760
761         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
762         * gst-libs/gst/tag/gstvorbistag.c:
763         (gst_tag_list_to_vorbiscomment_buffer):
764         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
765           Fix potentially unaligned access (#397207).
766
767 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
768
769         * tests/examples/seek/seek.c: (set_scale), (update_scale),
770         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
771         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
772         (main):
773           Allow to toggle looping while it plays. Fix callback prototype. Clean
774           up code a bit more. Add copyright header.
775
776 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
777
778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
779           Red and blue mask was swapped (spotted by Dan Williams).
780
781 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
782
783         * gst-libs/gst/tag/gstid3tag.c:
784         * gst-libs/gst/tag/gstvorbistag.c:
785           Use new beats-per-minute tag from core.
786
787 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * po/POTFILES.in:
790           Add new files with translatable strings, so they actually make it
791           into the template file one day.
792
793 2007-01-12  Andy Wingo  <wingo@pobox.com>
794
795         * gst-libs/gst/audio/gstbaseaudiosink.c
796         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
797         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
798         stuff, as the base class handles this now. Actually tell the ring
799         buffer to start.
800         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
801         How did this work before? Maybe I'm not as awesome a programmer as
802         I think.
803
804         * gst-libs/gst/audio/gstbaseaudiosrc.c
805         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
806         of a pad function.
807
808 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
809
810         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
811           Remove more fields so that the application can better blacklist
812           formats that have been tried before.
813
814 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
815
816         * gst-libs/gst/audio/mixerutils.h:
817           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
818           used when compiling with c++ compilers as well.
819
820 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
821
822         * gst/typefind/gsttypefindfunctions.c:
823           Fix comment.
824
825 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * gst/playback/gstplaybin.c: (post_missing_element_message),
828         (gen_video_element), (gen_text_element), (gen_audio_element),
829         (gen_vis_element):
830           Post missing-plugin messages also when we error out because
831           converters, textoverlay or auto*sinks are missing (#161922).
832
833 2007-01-10  Wim Taymans  <wim@fluendo.com>
834
835         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
836         (is_demuxer_element), (new_caps):
837         * gst/playback/gstplaybasebin.c: (source_new_pad):
838         Fix the case where we try to ref a NULL element when we delay a link
839         because of unfixed caps.
840         Set the state of autoplugged decodebins to PAUSED.
841         RTSP now works in playbin, we can remove it from the blacklist.
842
843 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
844
845         * gst/playback/Makefile.am:
846         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
847         (unknown_type), (setup_subtitle), (gen_source_element):
848         * gst/playback/gstplaybin.c: (plugin_init):
849           Post missing-plugin messages on the bus for missing sources and
850           missing decoders/demuxers/depayloaders; fix error code used when
851           we're missing an URI handler source; for media types that we are not
852           handling on purpose at the moment, don't print "don't know how to
853           handle xyz" messages to the terminal or post missing-plugin
854           messages on the bus.
855
856         * tests/check/elements/playbin.c: (create_playbin),
857         (GST_START_TEST), (gst_codec_src_uri_get_type),
858         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
859         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
860         (gst_codec_src_init_type), (gst_codec_src_base_init),
861         (gst_codec_src_create), (gst_codec_src_class_init),
862         (gst_codec_src_init), (plugin_init), (playbin_suite):
863           Add some tests for the missing-plugin stuff.
864
865 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
866
867         * configure.ac:
868         * gst-libs/gst/Makefile.am:
869         * gst-libs/gst/utils/Makefile.am:
870         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
871         * gst-libs/gst/utils/base-utils.h:
872         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
873         (find_format_info), (caps_are_rtp_caps),
874         (gst_base_utils_get_source_description),
875         (gst_base_utils_get_sink_description),
876         (gst_base_utils_get_decoder_description),
877         (gst_base_utils_get_encoder_description),
878         (gst_base_utils_get_element_description),
879         (gst_base_utils_add_codec_description_to_tag_list),
880         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
881         * gst-libs/gst/utils/descriptions.h:
882         * gst-libs/gst/utils/missing-plugins.c:
883         (missing_structure_get_type), (copy_and_clean_caps),
884         (gst_missing_uri_source_message_new),
885         (gst_missing_uri_sink_message_new),
886         (gst_missing_element_message_new),
887         (gst_missing_decoder_message_new),
888         (gst_missing_encoder_message_new),
889         (missing_structure_get_string_detail),
890         (missing_structure_get_caps_detail),
891         (gst_missing_plugin_message_get_installer_detail),
892         (gst_missing_plugin_message_get_description),
893         (gst_is_missing_plugin_message):
894         * gst-libs/gst/utils/missing-plugins.h:
895           API: add new libgstbaseutils library with functions
896           - to create and parse missing-plugins messages
897           - that provide (translated) descriptions for caps/decoders/sources/etc.
898           Closes #392393.
899
900         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
901         * pkgconfig/gstreamer-plugins-base.pc.in:
902           Add new lib.
903
904         * docs/libs/gst-plugins-base-libs-docs.sgml:
905         * docs/libs/gst-plugins-base-libs-sections.txt:
906           Generate docs for new lib and API.
907
908         * tests/check/Makefile.am:
909         * tests/check/libs/.cvsignore:
910         * tests/check/libs/utils.c: (missing_msg_check_getters),
911         (GST_START_TEST), (libgstbaseutils_suite):
912           Add some basic unit tests.
913
914 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
915
916         * ext/ogg/Makefile.am:
917           Dist gstoggdemux.h to fix 'make distcheck'.
918
919         * sys/v4l/Makefile.am:
920           Fix 'make distcheck' even more.
921
922 2007-01-09  Wim Taymans  <wim@fluendo.com>
923
924         * docs/plugins/Makefile.am:
925         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
926         * docs/plugins/gst-plugins-base-plugins-sections.txt:
927         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
928         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
929         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
930         (gst_ogg_demux_perform_seek):
931         * ext/ogg/gstoggdemux.h:
932         Added docs.
933         Add some more comments.
934         Small cleanups.
935
936 2007-01-09  Wim Taymans  <wim@fluendo.com>
937
938         * ext/theora/theoradec.c:
939         * ext/vorbis/vorbisdec.c:
940         * gst-libs/gst/audio/gstringbuffer.c:
941         (gst_ring_buffer_commit_full):
942         * gst-libs/gst/audio/gstringbuffer.h:
943         * gst-libs/gst/rtp/gstrtpbuffer.c:
944         * gst-libs/gst/tag/gstvorbistag.c:
945         Small documentation updates/fixes
946
947 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
948
949         * configure.ac:
950           Require core CVS HEAD for Andy's basesrc/sink API additions.
951
952 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
953
954         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
955
956         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
957         (plugin_init):
958           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
959           on flac.sf.net (there appear to be other versions of the first
960           ogg page in the wild) (#391365).
961
962 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
963
964         * configure.ac:
965           Check if localtime_r() is available.
966
967         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
968           If localtime_r() is not available, fall back to localtime(). Should
969           fix build on MingW (#393310).
970
971 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
974         * gst/subparse/gstsubparse.h:
975           Remove spurious 1000 subtrahend when calculating the timestamp from
976           the frame number and the frame rate . Also, use the frames/second
977           value specified in the first line of the file, if one is specified
978           there. Should fix #357503.
979
980         * tests/check/elements/subparse.c: (do_test),
981         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
982         (subparse_suite):
983           Add some basic unit tests for the microdvd subtitle format.
984
985 2007-01-07  Julien MOUTTE  <julien@moutte.net>
986
987         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
988         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
989         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
990         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
991         (gst_xvimagesink_set_xwindow_id),
992         (gst_xvimagesink_set_event_handling),
993         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
994         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
995         Patch by : Young-Ho Cha <ganadist at chollian dot net>
996         Fixes : #390076.
997         Add an adaptor property to select a specific XV adaptor.
998         * sys/xvimage/xvimagesink.h:
999
1000 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1001
1002         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1003         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1004         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1005         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1006         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1007         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1008         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1009         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1010         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1011         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1012         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1013         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1014         Use flow_lock much more to protect every access to xwindow.
1015         Try to catch erros while creating images in case some drivers are
1016         just generating an XError when the requested image is too big.
1017         Should fix : #354698, #384008, #384060.
1018         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1019         Implement some stress testing of setting window xid.
1020
1021 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1022
1023         * win32/common/libgsaudio.def:
1024           Add new exported function.
1025         * win32/common/libgstogg.dsp:
1026           Add gstoggaviparse.c to the build.
1027         * win32/common/libgstvideoscale.dsp:
1028           Add vs_4tap.c to the build.
1029         * win32/common/libgstvorbis.dsp:
1030           Add vorbistag.c to the build.
1031         
1032 2007-01-06  Andy Wingo  <wingo@pobox.com>
1033
1034         * gst-libs/gst/audio/gstbaseaudiosink.c
1035         (gst_base_audio_sink_class_init)
1036         (gst_base_audio_sink_init): 
1037         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1038         to baseaudiosink, and tell basesink that we can work in pull mode.
1039         This way the ring buffer thread drives the pipeline directly, if
1040         pull mode is possible. There is some lingering nastiness regarding
1041         capsnego, however.
1042         (gst_base_audio_sink_callback): Implement the callback to pull
1043         data. This interface is a bit light, though -- it should get a
1044         GstFlowReturn return value at least.
1045
1046 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1047
1048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1049         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1050         * gst/playback/gstdecodebin2.c:
1051         (gst_decode_group_check_if_blocked):
1052           Printf format and missing argument fixes.
1053
1054 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1055
1056         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1057         (gst_ogm_parse_change_state):
1058         Activate pads before adding them to the element.
1059
1060 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1061
1062         * tests/examples/seek/scrubby.c: (main):
1063         * tests/examples/seek/seek.c: (main):
1064           Call g_thread_init() first thing in main() (see #391278).
1065
1066 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1067
1068         * tests/check/Makefile.am:
1069         * tests/check/libs/.cvsignore:
1070         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1071         (netbuffer_suite):
1072           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1073           for the time being, since it's broken, see #393099.
1074
1075 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * tests/check/Makefile.am:
1078           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1079
1080 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1081
1082         * configure.ac:
1083           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1084           so that GST_BASE_CFLAGS can go inbetween them, making sure
1085           we use uninstalled gst-libs headers
1086         * docs/libs/Makefile.am:
1087         * ext/alsa/Makefile.am:
1088         * ext/cdparanoia/Makefile.am:
1089         * ext/gnomevfs/Makefile.am:
1090         * ext/libvisual/Makefile.am:
1091         * ext/ogg/Makefile.am:
1092         * ext/theora/Makefile.am:
1093         * ext/vorbis/Makefile.am:
1094         * gst-libs/gst/audio/Makefile.am:
1095         * gst-libs/gst/cdda/Makefile.am:
1096         * gst-libs/gst/interfaces/Makefile.am:
1097         * gst-libs/gst/riff/Makefile.am:
1098         * gst-libs/gst/rtp/Makefile.am:
1099         * gst-libs/gst/tag/Makefile.am:
1100         * gst/adder/Makefile.am:
1101         * gst/audioconvert/Makefile.am:
1102         * gst/audiorate/Makefile.am:
1103         * gst/audioresample/Makefile.am:
1104         * gst/playback/Makefile.am:
1105         * gst/tcp/Makefile.am:
1106         * gst/videoscale/Makefile.am:
1107         * gst/volume/Makefile.am:
1108         * sys/ximage/Makefile.am:
1109         * sys/xvimage/Makefile.am:
1110         * tests/icles/Makefile.am:
1111           adapt
1112
1113 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1114
1115         * gst-libs/gst/interfaces/xoverlay.c:
1116         (gst_x_overlay_handle_events):
1117         * gst-libs/gst/interfaces/xoverlay.h:
1118         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1119         (gst_ximagesink_set_xwindow_id),
1120         (gst_ximagesink_set_event_handling),
1121         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1122         (gst_ximagesink_get_property), (gst_ximagesink_init),
1123         (gst_ximagesink_class_init):
1124         * sys/ximage/ximagesink.h:
1125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1126         (gst_xvimagesink_set_xwindow_id),
1127         (gst_xvimagesink_set_event_handling),
1128         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1129         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1130         (gst_xvimagesink_class_init):
1131         * sys/xvimage/xvimagesink.h:
1132         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1133         Add a method to the XOverlay interface to allow disabling of 
1134         event handling in x[v]imagesink elements. This will let X events
1135         propagate to parent windows which can be usefull in some cases.
1136         Be carefull that the application is then responsible of pushing
1137         navigation events and expose events to the video sink.
1138         Fixes: #387138.
1139
1140 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1141
1142         * gst-libs/gst/tag/gstvorbistag.c:
1143         * tests/check/libs/tag.c: (GST_START_TEST):
1144           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1145           (fixes #392070).
1146
1147 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1148
1149         * configure.ac:
1150         * docs/Makefile.am:
1151         * docs/design/Makefile.am:
1152           Dist design docs.
1153
1154 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1155
1156         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1157         typo. Fixes: #390063.
1158
1159 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1160
1161         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1163         caps leak.
1164         * win32/common/config.h: Updated.
1165
1166 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1167
1168         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1169         (setup_gdpdepay_streamheader):
1170         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1171         (setup_gdppay_streamheader):
1172           Fix the dp tests, but activating the pads for the streamheader tests
1173           too and cleaning up conditionaly
1174
1175 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1176
1177         * gst/ffmpegcolorspace/avcodec.h:
1178         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1179         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1180         (gst_ffmpegcsp_avpicture_fill):
1181         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1182         (img_get_alpha_info):
1183         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1184         other end of the word. Fixes: #387073.
1185
1186         Add some inconsequential branch hints in a couple of places.
1187
1188 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1191         (gst_ffmpeg_caps_to_smpfmt):
1192           The "signed" field in raw audio caps is of boolean type, trying to
1193           extract the value with _get_int() will fail (fix to keep in sync with
1194           the copy in gst-ffmpeg)
1195
1196 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1199         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1200         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1201         (cleanup_gdpdepay):
1202         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1203         * tests/check/elements/subparse.c: (teardown_subparse):
1204         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1205         * tests/check/elements/videorate.c: (cleanup_videorate):
1206         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1207         * tests/check/elements/volume.c: (cleanup_volume):
1208         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1209         (cleanup_vorbisdec):
1210         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1211         (cleanup_vorbistag):
1212           consistent pad (de)activation
1213
1214 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1215
1216         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1217           Forgot to register the extensions.
1218
1219 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1222         (plugin_init):
1223           Add typefinder for VIVO files (my christmas present to the 90s).
1224
1225 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * gst/playback/gstdecodebin.c: (type_found):
1228           Special-case the text/plain media type: we only want to recognise it
1229           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1230           parser, but not if the entire stream is of text/plain type. If the
1231           entire stream is text/plain, we should just error out.
1232
1233           This fixes playback of audio files with lyrics in totem. Totem can't
1234           distinguish between text files and subtitle files and passes any
1235           .txt file with the same basename as the main file to playbin as
1236           suburi, and playbin will then throw a 'subtitle found, but no video
1237           stream' error, which isn't entirely helpful. See #380342.
1238
1239           Also, with this change we'll show a slightly more correct error
1240           message in case totem passes a playlist file to us (although a
1241           custom error message wording instead of the default text would
1242           probably not be a bad idea either).
1243
1244           Same problem also needs to be fixed for playbin+decodebin2.
1245
1246         * tests/check/Makefile.am:
1247         * tests/check/elements/decodebin.c: (src_handoff_cb),
1248         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1249         (decodebin_suite):
1250           Add simple unit test for decodebin for the above.
1251
1252 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1255         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1256           Refuse to change state to READY when we failed to create any of the
1257           required elements in our instance init function.
1258
1259 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1260
1261         * docs/libs/gst-plugins-base-libs-sections.txt:
1262           Small docs fixes/updates.
1263
1264         * gst-libs/gst/video/gstvideosink.h:
1265           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1266           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1267           removed from the base sink API between 0.9.6 and 0.9.7).
1268           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1269           accessor macros, so we don't do a runtime GObject type check every
1270           time we use them.
1271
1272 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1273
1274         * Makefile.am:
1275         * gst-plugins-base.doap:
1276         * gst-plugins-base.spec.in:
1277           add doap file
1278
1279 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1280
1281         Patch by: Jens Granseuer <jensgr at gmx net>
1282
1283         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1284         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1285         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1286         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1287         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1288           Declare variables at the beginning of a block. Fixes #383195.
1289
1290 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1291
1292         * configure.ac:
1293         Bump version nano - back to CVS.
1294
1295
1296 === release 0.10.11 ===
1297
1298 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1299
1300         * configure.ac:
1301           releasing 0.10.11, "Dumb things"
1302
1303 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1304
1305         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1306         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1307         Handle the case where an element has multiple pads with 
1308         unfixed caps as well as still possibly producing more dynamic 
1309         pads by storing each case as a distinct entry in the dynamic list.
1310         Fixes #38223 again.
1311
1312 2006-12-04  Wim Taymans  <wim@fluendo.com>
1313
1314         * gst/playback/gstdecodebin.c: (close_pad_link):
1315         Fix #382223, add more dynamic caps handling.
1316
1317 2006-12-04  Wim Taymans  <wim@fluendo.com>
1318
1319         reviewed by: <delete if not using a buddy>
1320
1321         * gst-libs/gst/audio/gstringbuffer.h:
1322         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1323         (gst_netaddress_set_ip4_interface),
1324         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1325         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1326         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1327         (gst_netaddress_get_ttl):
1328         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1329         * gst/playback/gstdecodebin.c: (close_pad_link):
1330         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1331         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1332         * win32/common/config.h:
1333
1334 2006-12-01  Michael Smith  <msmith@fluendo.com>
1335
1336         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1337           Delete bad debug code.
1338           Fixes #381219
1339
1340 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1341
1342         * gst/videoscale/vs_4tap.c:
1343         * win32/MANIFEST:
1344         * win32/common/config.h:
1345         * win32/vs8/libgstvideoscale.vcproj:
1346         Fix compilation on win32 under VS8
1347         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1348         Partially fixes #381175
1349
1350 2006-11-30  Michael Smith  <msmith@fluendo.com>
1351
1352         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1353         (GST_START_TEST):
1354           It would be very bad if, after a discont buffer, we thought every
1355           single following buffer was also discont. So, add to the test to
1356           ensure that this isn't the case.
1357           
1358         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1359           ... it was the case. So fix it.
1360
1361 2006-11-28  Wim Taymans  <wim@fluendo.com>
1362
1363         * gst/playback/gstplaybasebin.c: (check_queue_event):
1364         Improve debug.
1365
1366         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1367         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1368         padtemplate caps. Refixes #357577.
1369
1370 2006-11-28  Wim Taymans  <wim@fluendo.com>
1371
1372         * gst/playback/gstplaybasebin.c: (check_queue_event),
1373         (queue_threshold_reached), (queue_out_of_data),
1374         (gen_preroll_element):
1375         Add event probe to see when EOS is in a queue and we can disable the
1376         underrun signals. Fixes #357577.
1377
1378 2006-11-28  Edward Hervey  <edward@fluendo.com>
1379
1380         * gst/playback/Makefile.am:
1381         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1382         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1383         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1384         (gst_decode_bin_init), (gst_decode_bin_dispose),
1385         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1386         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1387         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1388         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1389         (connect_element), (expose_pad), (type_found),
1390         (pad_added_group_cb), (pad_removed_group_cb),
1391         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1392         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1393         (are_raw_caps), (multi_queue_overrun_cb),
1394         (multi_queue_underrun_cb), (gst_decode_group_new),
1395         (get_current_group), (group_demuxer_event_probe),
1396         (gst_decode_group_control_demuxer_pad),
1397         (gst_decode_group_control_source_pad),
1398         (gst_decode_group_check_if_blocked),
1399         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1400         (gst_decode_group_hide), (gst_decode_group_free),
1401         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1402         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1403         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1404         (plugin_init):
1405         New decodebin2 element.
1406         Closes #370092
1407         * gst/playback/gstplay-marshal.list:
1408         Added marshallers for new signals in decodebin2
1409         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1410         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1411         is set.
1412
1413 2006-11-28  Wim Taymans  <wim@fluendo.com>
1414
1415         * gst/playback/gstplaybasebin.c: (setup_source),
1416         (gst_play_base_bin_change_state):
1417         Disable rtsp:// uris for the release, it's not good enough yet.
1418         Remove unused var.
1419
1420 2006-11-26  Wim Taymans  <wim@fluendo.com>
1421
1422         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1423         (theora_dec_push_forward), (theora_dec_push_reverse),
1424         (theora_handle_data_packet), (theora_dec_decode_buffer),
1425         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1426         (theora_dec_chain_forward), (theora_dec_chain):
1427         Implement reverse playback.
1428
1429         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1430         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1431         (vorbis_dec_chain_forward):
1432         Clear buffers used for reverse playback in _reset.
1433         No need to set the eos flag, we clip samples using the segment.
1434
1435 2006-11-24  Wim Taymans  <wim@fluendo.com>
1436
1437         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1438         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1439         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1440         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1441         Some cleanups.
1442         Handle continued pages in reverse mode.
1443
1444 2006-11-24  Wim Taymans  <wim@fluendo.com>
1445
1446         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1447         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1448         (vorbis_dec_flush_decode):
1449         Small cleanups.
1450         Don't try to add invalid timestamps.
1451         Clipping will unref the buffer.
1452
1453 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1454
1455         * gst/adder/gstadder.h:
1456         * gst/audiotestsrc/gstaudiotestsrc.h:
1457           remove obsolete _factory_init protos
1458
1459 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1460
1461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1462           Fix spacing in debug message.
1463
1464 2006-11-23  Wim Taymans  <wim@fluendo.com>
1465
1466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1467         (gst_ogg_demux_chain):
1468         Don't just ignore return values from _pad_push().
1469         Small debug improvements.
1470
1471 2006-11-23  Michael Smith  <msmith@fluendo.com>
1472
1473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1474           If our incoming buffer is marked as DISCONT, then increment the page
1475           number (so that the discontinuity is marked in the final ogg
1476           bitstream) and flush the previous page.
1477
1478 2006-11-22  Michael Smith  <msmith@fluendo.com>
1479
1480         * ext/theora/gsttheoraenc.h:
1481         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1482         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1483         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1484         (theora_enc_chain), (theora_enc_change_state):
1485           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1486
1487         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1488         (GST_START_TEST), (theoraenc_suite):
1489           Enable discontinuity test, fix it.
1490
1491 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1494         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1495         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1496         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1497         (gst_text_overlay_change_state):
1498         * ext/pango/gsttextoverlay.h:
1499           Some textoverlay fixes: for one, in the video chain function,
1500           actually wait for a text buffer to come in if there is none at the
1501           moment and there should be one; also, deal more gracefully with
1502           incoming buffers that do not have a timestamp or duration; discard
1503           text buffer when not needed any longer. Fixes #341681.
1504
1505         * tests/check/Makefile.am:
1506         * tests/check/elements/.cvsignore:
1507         * tests/check/elements/textoverlay.c:
1508         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1509         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1510         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1511         (test_video_waits_for_text_send_text_newsegment_thread),
1512         (test_video_waits_for_text_shutdown_element),
1513         (test_render_continuity_push_video_buffers_thread),
1514         (textoverlay_suite):
1515           Add some unit tests for textoverlay.
1516
1517 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1518
1519         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1520           Avoid integer underflow when the found probability for mp3 is
1521           smaller than the 'penalty' we subtract if there's not a clean
1522           mp3 header sync at offset 0.
1523
1524 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1525
1526         * docs/libs/gst-plugins-base-libs-sections.txt:
1527           Add some new symbols to the docs
1528
1529 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1530
1531         * tests/check/Makefile.am:
1532         * tests/check/elements/ffmpegcolorspace.c:
1533         (ffmpegcolorspace_suite):
1534           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1535           (for now not for valgrinding though, since it takes too long).
1536
1537 2006-11-20  Wim Taymans  <wim@fluendo.com>
1538
1539         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1540         (gst_ffmpeg_pixfmt_to_caps):
1541         Fix RGBA32 caps. Fixes #357038.
1542
1543 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1544
1545         * gst-libs/gst/interfaces/mixertrack.h:
1546           Add FIXME so we can add some padding here in 0.11
1547
1548 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1551           Fix GstBaseRTPAudioPayload structure so the whole GObject
1552           inheritance business actually works (parent class instance structure
1553           must always come first in the derived class instance structure).
1554
1555 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * gst/videotestsrc/Makefile.am:
1558         * tests/check/Makefile.am:
1559           Make sure our checks and the videotestsrc plugin link against the
1560           local uninstalled gst libs and not any installed gst libs that
1561           might happen to exist as well.
1562
1563         * tests/check/elements/adder.c: (message_received),
1564         (test_event_message_received), (test_play_twice_message_received):
1565         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1566           Fix compiler warnings when compiling against core with disabled
1567           debugging system.
1568
1569 2006-11-16  Michael Smith  <msmith@fluendo.com>
1570
1571         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1572         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1573           Fix audiorate, so that it accurately sets offsets and timestamps.
1574           Doesn't change the fundamental algorithmic decisions; so should be
1575           safe.
1576
1577         * tests/check/Makefile.am:
1578           Enable audiorate test now that it passes.
1579
1580 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1581
1582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1583           clear xv when going to NULL, remove // commented non-existant proto
1584
1585         * tests/examples/seek/seek.c: (main):
1586           add missing tooltip description for scrub and play_scrub
1587
1588 2006-11-14  David Schleef  <ds@schleef.org>
1589
1590         * configure.ac:
1591           Bump liboil requirement to 0.3.8.
1592         * gst-libs/gst/riff/riff-media.c:
1593           Add Dirac fourcc.
1594         * gst/videoscale/vs_image.h:
1595         * gst/videoscale/vs_scanline.h:
1596           Use liboil's stdint.h.
1597         * gst/videotestsrc/videotestsrc.c:
1598           Remove liboil related ifdef's, since they aren't needed now, and
1599           won't work with future versions.
1600
1601 2006-11-14  David Schleef  <ds@schleef.org>
1602
1603         * gst/videoscale/Makefile.am:
1604         * gst/videoscale/gstvideoscale.c:
1605         * gst/videoscale/gstvideoscale.h:
1606         * gst/videoscale/vs_4tap.c:
1607         * gst/videoscale/vs_4tap.h:
1608         * gst/videoscale/vs_image.c:
1609         * gst/videoscale/vs_image.h:
1610         * gst/videoscale/vs_scanline.c:
1611         * gst/videoscale/vs_scanline.h:
1612           Add a 4-tap image scaler.  Theoretically looks much prettier.
1613           The tap calculation could use some improvement.
1614
1615 2006-11-14  Wim Taymans  <wim@fluendo.com>
1616
1617         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1618
1619         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1620         (gst_riff_parse_strf_iavs):
1621         * gst/subparse/gstsubparse.c: (convert_encoding):
1622         * gst/tcp/gstmultifdsink.c:
1623         (gst_multi_fd_sink_handle_client_write):
1624         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1625         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1626         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1627         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1628         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1629         (gst_ximagesink_ximage_new):
1630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1631         Various gsize and gssize printf fixes. Fixes #372507.
1632
1633 2006-11-13  Wim Taymans  <wim@fluendo.com>
1634
1635         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1636         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1637         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1638         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1639         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1640         * ext/vorbis/vorbisdec.h:
1641         First stab at vorbis reverse playback.
1642
1643 2006-11-13  Wim Taymans  <wim@fluendo.com>
1644
1645         * gst-libs/gst/audio/gstbaseaudiosink.c:
1646         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1647         * gst-libs/gst/audio/gstbaseaudiosink.h:
1648         Make the clock sync code more accurate wrt resampling and playback
1649         at different rates.
1650         
1651         * gst-libs/gst/audio/gstringbuffer.c:
1652         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1653         * gst-libs/gst/audio/gstringbuffer.h:
1654         Use better algorithm to interpolate sample rates. 
1655
1656 2006-11-13  Michael Smith  <msmith@fluendo.com>
1657
1658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1659           Improve a debug line slightly.
1660
1661         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1662           Call gst_riff_init() in plugin_init, to avoid getting errors from
1663           the debug system (unrelated changes to another plugin made this turn
1664           up; not sure why).
1665
1666 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1667
1668         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1669
1670         * win32/common/libgsttag.def:
1671           Add missing symbol (#366492).
1672
1673 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1676           Don't unref a NULL pad.
1677
1678 2006-11-09  Wim Taymans  <wim@fluendo.com>
1679
1680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1681         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1682         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1683         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1684         (gst_ogg_demux_loop):
1685         Implement first stab at reverse playback.
1686
1687 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1688
1689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1690         (gst_riff_create_video_template_caps):
1691           add h263/h264 variants to the caps, Fixes #363118
1692
1693 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1694
1695         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1696         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1697           Use g_strerror instead of strerror so we get UTF-8.
1698
1699 2006-11-03  David Schleef  <ds@schleef.org>
1700
1701         * ext/ogg/gstoggdemux.c:
1702         * ext/ogg/gstoggmux.c:
1703           Add/remove KW-DIRAC header here, since it is ogg-specific.
1704
1705 2006-11-03  Michael Smith  <msmith@fluendo.com>
1706
1707         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1708           Recognise more mpeg4 elementary video streams.
1709
1710 2006-11-02  Edward Hervey  <edward@fluendo.com>
1711
1712         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1713         Lower the probability of mp3 typefinding functions if we don't find a
1714         valid mp3 header at the start of the file.
1715         Closes #369482
1716
1717 2006-11-02  Wim Taymans  <wim@fluendo.com>
1718
1719         * ext/theora/gsttheoradec.h:
1720         * ext/theora/theoradec.c: (gst_theora_dec_init),
1721         (theora_dec_sink_event), (theora_dec_chain_forward),
1722         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1723         (theora_dec_chain):
1724         Document and partially implement an algorithm for doing reverse playback
1725         of theora video.
1726
1727 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1730
1731         * win32/common/config.h:
1732         * win32/common/interfaces-enumtypes.c:
1733         * win32/common/libgsttag.def:
1734         * win32/vs8/gst-plugins-base.sln:
1735         * win32/vs8/libgstaudioresample.vcproj:
1736         * win32/vs8/libgstinterfaces.vcproj:
1737         * win32/vs8/libgstogg.vcproj:
1738         * win32/vs8/libgstriff.vcproj:
1739         * win32/vs8/libgsttag.vcproj:
1740         * win32/vs8/libgsttheora.vcproj:
1741         * win32/vs8/libgstvideoscale.vcproj:
1742         * win32/vs8/libgstvorbis.vcproj:
1743           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1744           to libgsttag.def; add missing dependencies for some vs8 projects;
1745           re-arrange placement of .def files in vs8 projects (#366334).
1746
1747 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1748
1749         * ext/ogg/gstogg.c:
1750           Remove unused variable.
1751
1752         * ext/ogg/gstoggdemux.c:
1753           Fix Wim's surname in plugin description.
1754
1755 2006-10-31  Wim Taymans  <wim@fluendo.com>
1756
1757         * gst-plugins-base.spec.in:
1758         spec new .h file. Fixes #368310.
1759
1760 2006-10-31  Michael Smith  <msmith@fluendo.com>
1761
1762         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1763         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1764         (gst_multi_fd_sink_get_stats),
1765         (gst_multi_fd_sink_remove_client_link),
1766         (gst_multi_fd_sink_queue_buffer),
1767         (gst_multi_fd_sink_handle_clients):
1768         * gst/tcp/gstmultifdsink.h:
1769           Make using the remove or clear signals threadsafe.
1770           Make calling get-stats with an invalid fd not segfault.
1771           Fixes 368273.
1772
1773 2006-10-31  Wim Taymans  <wim@fluendo.com>
1774
1775         * gst-libs/gst/rtp/Makefile.am:
1776         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1777         (gst_base_rtp_audio_payload_init):
1778         Fix and activate base audio payloader.
1779
1780 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1783         (plugin_init):
1784           Add typefinder for QuickTime Image Files (see #366156).
1785
1786 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1787
1788         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1789           Another typo fix (#366212).
1790
1791 2006-10-27  Wim Taymans  <wim@fluendo.com>
1792
1793         * gst/volume/gstvolume.c: (volume_transform_ip):
1794         Use stream time to synchronize volume property instead of rather random
1795         timestamps. This is needed when gnonlin does its time shifting.
1796
1797 2006-10-27  Wim Taymans  <wim@fluendo.com>
1798
1799         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1800
1801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1802         Remove the pad from the element in release_pad. Fixes #364812.
1803
1804 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1805
1806         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1808           Explicitly create our custom buffer classes at a thread-safe
1809           location as well, since g_type_class_ref() doesn't seem to be
1810           entirely thread-safe either (#365501; also see #349410).
1811
1812 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1813
1814         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1815         (gst_riff_parse_info):
1816           If strings in INFO chunk are not UTF-8, do something similar to
1817           what we do for ID3v1 tags: check a number of environment variables
1818           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1819           character sets to try, otherwise try the current locale and/or fall
1820           back on ISO-8859-1. Fixes #360552.
1821
1822 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1823
1824         * gst/videotestsrc/gstvideotestsrc.c:
1825         (gst_video_test_src_pattern_get_type),
1826         (gst_video_test_src_set_pattern):
1827         * gst/videotestsrc/gstvideotestsrc.h:
1828         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1829         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1830         (gst_video_test_src_checkers8):
1831         * gst/videotestsrc/videotestsrc.h:
1832           Add a bunch of exciting new checkers patterns.
1833
1834 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1835
1836         * gst/subparse/Makefile.am:
1837         * gst/subparse/gstsubparse.c:
1838         (gst_sub_parse_data_format_autodetect),
1839         (gst_sub_parse_format_autodetect), (handle_buffer),
1840         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1841         * gst/subparse/gstsubparse.h:
1842         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1843         (parse_tmplayer):
1844         * gst/subparse/tmplayerparse.h:
1845           Add support for TMPlayer-type subtitles (#362845).
1846
1847         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1848         (GST_START_TEST), (subparse_suite):
1849           Add some basic unit tests for the above.
1850
1851 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1852
1853         * tests/check/elements/audiorate.c: (test_injector_base_init),
1854         (test_injector_class_init), (test_injector_chain),
1855         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1856         (GST_START_TEST), (audiorate_suite):
1857           More tests for audiorate: inject buffers to check behaviour when
1858           buffers overlap.
1859
1860 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1861
1862         * tests/check/Makefile.am:
1863         * tests/check/elements/.cvsignore:
1864         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1865         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1866           Add some basic unit tests for audiorate. Disabled at the moment
1867           since it doesn't pass yet (see bug #363119).
1868
1869 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1870
1871         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1872         (parse_subrip), (handle_buffer):
1873           Add missing closing tags for markup and fix broken markup,
1874           otherwise pango won't render anything (fixes #357531). Also,
1875           make sure the text we send out is always NUL-terminated
1876           (better safe than sorry etc.).
1877
1878         * tests/check/elements/subparse.c: (test_srt_do_test),
1879         (test_srt):
1880           Some more tests for .srt incl. tests for the above stuff.
1881
1882 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1883
1884         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1886         Patch by: Stefan Kost  <ensonic@users.sf.net>
1887         Try to redraw borders only when needed. Apparently this consumes
1888         resources on small devices... :-O (#363607)
1889
1890 2006-10-20  Michael Smith  <msmith@fluendo.com>
1891
1892         * gst/tcp/gstmultifdsink.c:
1893         (gst_multi_fd_sink_client_queue_buffer):
1894           If caps change, then update the client's idea of the caps so that we
1895           don't end up re-sending streamheaders for every single buffer after
1896           the caps change.
1897
1898 2006-10-20  Michael Smith  <msmith@fluendo.com>
1899
1900         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1901         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1902           Set caps on pushed buffers; fix up refcounting of caps objects.
1903
1904 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1907         (plugin_init):
1908           Typefind mmsh header data packet to application/x-mmsh (#362625).
1909
1910 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1911
1912         * tests/check/Makefile.am:
1913         * tests/check/elements/.cvsignore:
1914         * tests/check/elements/subparse.c: (buffer_from_static_string),
1915         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1916         (GST_START_TEST), (subparse_suite):
1917           Add very simple unit test for subparse.
1918
1919 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1920
1921         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1922         (parse_subrip):
1923           Strip trailing newlines from subtitle text output.
1924
1925 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1926
1927         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1928         (gst_sub_parse_change_state):
1929           Fix memleak; clear subparse->textbuf n state change function.
1930
1931 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1932
1933         * gst/subparse/gstsubparse.c:
1934         (gst_sub_parse_data_format_autodetect):
1935           Don't require subrip (.srt) files to start with a chunk number of 1.
1936
1937 2006-10-18  Wim Taymans  <wim@fluendo.com>
1938
1939         * gst-libs/gst/audio/gstbaseaudiosink.c:
1940         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1941         * gst-libs/gst/audio/gstbaseaudiosink.h:
1942         Extract rate from the NEWSEGMENT event.
1943         Use commit_full to also take rate adjustment into account when writing
1944         samples to the ringbuffer.
1945         
1946         * gst-libs/gst/audio/gstringbuffer.c:
1947         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1948         (gst_ring_buffer_read):
1949         * gst-libs/gst/audio/gstringbuffer.h:
1950         Added _commit_full() to also take rate into account.
1951         Use simple interpolation algorithm to resample audio.
1952         API: gst_ring_buffer_commit_full()
1953
1954         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1955         * tests/examples/seek/seek.c: (segment_done):
1956         Don't try to seek with 0.0 rate, just pause instead.
1957         Remove bogus debug line.
1958
1959 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1960
1961         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1962         (setup_source):
1963           Catch async errors when starting up the subtitle bin, so we can
1964           stop waiting and continue with the main film instead of hanging
1965           forever. Fixes #339366.
1966
1967         * tests/check/elements/playbin.c: (playbin_suite):
1968           Enable unit test for the above.
1969
1970 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1971
1972         * tests/check/Makefile.am:
1973         * tests/check/elements/.cvsignore:
1974         * tests/check/elements/playbin.c: (GST_START_TEST),
1975         (gst_red_video_src_uri_get_type),
1976         (gst_red_video_src_uri_get_protocols),
1977         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1978         (gst_red_video_src_uri_handler_init),
1979         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1980         (gst_red_video_src_create), (gst_red_video_src_class_init),
1981         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1982           Some small and basic unit tests for playbin; not very useful yet,
1983           but at least a start.
1984
1985 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1986
1987         * gst/playback/gstplaybin.c: (setup_sinks):
1988           The old pad activation spiel.
1989
1990 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1991
1992         * gst/playback/gstplaybasebin.c: (setup_source):
1993           Don't hang forever if the subbin already fails to start up in 
1994           the state change to PAUSED (#339366).
1995
1996 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1997
1998         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1999         (gst_tuner_set_channel), (gst_tuner_get_channel),
2000         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2001         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2002         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2003         (gst_tuner_find_channel_by_name):
2004           Fix some function guards, add some more function guards.
2005
2006 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2007
2008         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2009         (remove_element_chain):
2010         Don't return a pad from get_our_ghost_pad unless it is actually the
2011         one we want.
2012         Change a cast in remove_element_chain slightly.
2013
2014 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2015
2016         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2017         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2018         Segment seeking needs to use the rate and set stop to -1.
2019
2020 2006-10-13  Wim Taymans  <wim@fluendo.com>
2021
2022         * gst-libs/gst/audio/gstbaseaudiosink.c:
2023         (gst_base_audio_sink_setcaps):
2024         Don't crash when ringbuffer is not yet created.
2025         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2026         Fixes #361634.
2027
2028         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2029         * gst/playback/gststreamselector.c:
2030         (gst_stream_selector_request_new_pad):
2031         Activate pads befre adding them to running elements.
2032
2033 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2034
2035         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2036         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2037         updater when we start grabing the slider. Don't wait for the
2038         pipeline to be PAUSED.
2039
2040 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2041
2042         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2043         (gst_mixer_set_volume), (gst_mixer_get_volume),
2044         (gst_mixer_set_mute), (gst_mixer_set_option),
2045         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2046         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2047         (gst_mixer_option_changed):
2048           Guard mixer interface functions against bogus arguments.
2049
2050 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2051
2052         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2053         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2054         (msg_state_changed), (main): Use state-changed messages to trigger
2055         start/stop of scale update timer. Indeed the scale slider was
2056         jumping here and there because the update timer was activated 
2057         before seek completed. This fixes instant applying of rate changes
2058         by pressing the spinbutton like a crazy man !
2059
2060 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2061
2062         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2063
2064         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2065         (gst_basertppayload_finalize):
2066           Fix two small memory leaks (#361456).
2067
2068 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2069
2070         * tests/examples/seek/seek.c: (do_seek),
2071         (rate_spinbutton_changed_cb): When changing spinbutton we try
2072         to change the rate on the fly.
2073
2074 2006-10-10  Wim Taymans  <wim@fluendo.com>
2075
2076         * gst-libs/gst/riff/riff-ids.h:
2077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2078         (gst_riff_create_audio_template_caps):
2079         Add WMS caps.
2080
2081 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2082
2083         Patch by: Josep Torre Valles <josep@fluendo.com>
2084
2085         * ext/gnomevfs/gstgnomevfssink.c:
2086         * ext/gnomevfs/gstgnomevfssrc.c:
2087         Fix URI interface implementation return type.
2088         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2089         Fix what looks like a copy/paste issue when assigning values.
2090         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2091         (gst_audio_filter_template_get_type):
2092         Cast to prevent Forte warnings.
2093         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2094         Fix URI interface implementation return type.
2095         gst_pad_query_position requires a signed integer pointer as
2096         3rd parameter, GstClockTime is unsigned.
2097         * gst/audioconvert/audioconvert.c:
2098         Fix integer overflow when treated as signed.
2099         * gst/audioresample/resample.c: (resample_add_input_data):
2100         Cast to prevent warnings on Forte.
2101         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2102         Fix integer overflow when treated as signed.
2103         * gst/ffmpegcolorspace/imgconvert_template.h:
2104         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2105         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2106         (cleanup_decodebin):
2107         Who initialises a guint to -1!
2108         Cast function pointers to prevent warnings on Forte.
2109         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2110         (queue_threshold_reached):
2111         Cast function pointers correctly to prevent warnings on Forte.
2112         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2113         Cast function pointers correctly to prevent warnings on Forte.
2114         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2115         Obvious change to unsigned, 0xEF > max signed char.
2116         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2117         GstClockTime is unsigned, initialise correctly.
2118         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2119         Cast so pointer arithemetic doesn't cause warnings on Forte.
2120         * gst/videorate/gstvideorate.c:
2121         Use correct return value.
2122         * tests/examples/seek/scrubby.c:
2123         GstClockTime is unsigned, initialise correctly.
2124
2125 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2126
2127         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2128
2129         * gst/typefind/gsttypefindfunctions.c:
2130           Recognise XML files and XML-like files shorter than 256 bytes as
2131           well (fixes #359237).
2132
2133 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2134
2135         Patch by: Renato Filho <renato.filho@indt.org.br>
2136         
2137         * gst/typefind/gsttypefindfunctions.c:
2138         Added typefind functions to video/x-nuv media.
2139         
2140 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2141
2142         * gst-libs/gst/interfaces/xoverlay.c:
2143         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2144           Some more guards against invalid input.
2145
2146 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2147
2148         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2149         Useless goto.
2150         * tests/examples/seek/seek.c: (do_seek),
2151         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2152         seek example to experiment with rates != 1.0 (reverse playback !)
2153
2154 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2155
2156         * gst-libs/gst/interfaces/xoverlay.c:
2157           Unref message in doc-example (spotted by Robert McQueen)
2158
2159 2006-10-06  Wim Taymans  <wim@fluendo.com>
2160
2161         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2162         (mpeg1_parse_header), (mpeg1_sys_type_find):
2163         printf fix.
2164
2165 2006-10-06  Wim Taymans  <wim@fluendo.com>
2166
2167         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2168         (close_pad_link):
2169         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2170         Activate dynamic pads before adding them to the element.
2171
2172 2006-10-06  Michael Smith  <msmith@fluendo.com>
2173
2174         * gst-libs/gst/floatcast/floatcast.h:
2175           Fix obviously-bogus macros; use the correct types.
2176
2177 2006-10-06  Wim Taymans  <wim@fluendo.com>
2178
2179         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2180         (gst_base_rtp_depayload_change_state):
2181         Also call parent state change function to activate pads.
2182
2183         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2184         (mpeg1_parse_header), (mpeg1_sys_type_find):
2185         Add some more debug info in mpeg typefinding.
2186
2187 2006-10-06  Michael Smith  <msmith@fluendo.com>
2188
2189         * ext/theora/theoradec.c: (theora_dec_chain):
2190           Zero byte theora packets are valid and well-defined; don't warn on
2191           them.
2192
2193 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2194
2195         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2196         (gst_multi_fd_sink_get_stats), (find_limits),
2197         (gst_multi_fd_sink_queue_buffer):
2198           API: add dropped_buffers to the get-stats GValueArray
2199
2200 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2201
2202         * ext/alsa/gstalsadeviceprobe.c:
2203         (gst_alsa_device_property_probe_get_values):
2204         * ext/alsa/gstalsasink.c: (set_hwparams):
2205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2206         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2208         (gst_ogg_mux_process_best_pad):
2209         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2210         (gst_ogg_parse_chain):
2211         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2212         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2213         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2214         (gst_vorbis_enc_buffer_check_discontinuous):
2215         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2216         * gst-libs/gst/audio/gstbaseaudiosink.c:
2217         (gst_base_audio_sink_render):
2218         * gst-libs/gst/cdda/gstcddabasesrc.c:
2219         (gst_cdda_base_src_handle_track_seek):
2220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2221         (gst_base_rtp_depayload_push_full):
2222         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2223         * gst/audioresample/resample.c: (resample_input_pushthrough):
2224         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2225         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2226         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2227         (wavpack_type_find):
2228         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2229         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2230         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2231         * tests/check/elements/volume.c: (GST_START_TEST):
2232           Printf format fixes.
2233
2234 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2235
2236         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2237           Fix a simple mistake (see the docs)
2238           Fixes #359580
2239
2240 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2241
2242         * docs/plugins/Makefile.am:
2243         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2244         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2245         * docs/plugins/gst-plugins-base-plugins.args:
2246         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2247         * docs/plugins/inspect/plugin-adder.xml:
2248         * docs/plugins/inspect/plugin-alsa.xml:
2249         * docs/plugins/inspect/plugin-audioconvert.xml:
2250         * docs/plugins/inspect/plugin-audiorate.xml:
2251         * docs/plugins/inspect/plugin-audioresample.xml:
2252         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2253         * docs/plugins/inspect/plugin-cdparanoia.xml:
2254         * docs/plugins/inspect/plugin-decodebin.xml:
2255         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2256         * docs/plugins/inspect/plugin-gdp.xml:
2257         * docs/plugins/inspect/plugin-gnomevfs.xml:
2258         * docs/plugins/inspect/plugin-libvisual.xml:
2259         * docs/plugins/inspect/plugin-ogg.xml:
2260         * docs/plugins/inspect/plugin-pango.xml:
2261         * docs/plugins/inspect/plugin-playbin.xml:
2262         * docs/plugins/inspect/plugin-subparse.xml:
2263         * docs/plugins/inspect/plugin-tcp.xml:
2264         * docs/plugins/inspect/plugin-theora.xml:
2265         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2266         * docs/plugins/inspect/plugin-video4linux.xml:
2267         * docs/plugins/inspect/plugin-videorate.xml:
2268         * docs/plugins/inspect/plugin-videoscale.xml:
2269         * docs/plugins/inspect/plugin-videotestsrc.xml:
2270         * docs/plugins/inspect/plugin-volume.xml:
2271         * docs/plugins/inspect/plugin-vorbis.xml:
2272         * docs/plugins/inspect/plugin-ximagesink.xml:
2273         * docs/plugins/inspect/plugin-xvimagesink.xml:
2274           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2275
2276 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2277
2278         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2279
2280         * ext/vorbis/Makefile.am:
2281         * ext/vorbis/vorbis.c: (plugin_init):
2282         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2283         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2284         * ext/vorbis/vorbisparse.h:
2285         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2286         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2287         (gst_vorbis_tag_parse_packet):
2288         * ext/vorbis/vorbistag.h:
2289           Add new vorbistag element which derives from vorbisparse
2290           and is essentially the same as well, only that it implements
2291           the GstTagSetter interface and can modify the stream's
2292           vorbiscomment on the fly (#335635).
2293
2294         * tests/check/Makefile.am:
2295         * tests/check/elements/.cvsignore:
2296         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2297         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2298         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2299         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2300           Add unit test for new vorbistag element.
2301
2302 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2303
2304         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2305         (vorbis_parse_push_headers), (vorbis_parse_chain):
2306           Set BOS flag in packet structure to fix 'jump depends
2307           on unitialized value' errors in valgrind; various minor
2308           clean-ups.
2309
2310 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2311
2312         * gst/playback/gstdecodebin.c: (close_pad_link):
2313         Fix typo in a debug statement.
2314
2315         * gst/playback/gstplaybasebin.c: (probe_triggered),
2316         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2317         (gen_source_element), (source_new_pad), (analyse_source),
2318         (setup_source):
2319         When handling no_more_pads in new_decoded_pad, make sure to treat
2320         subtitle pads correctly. Fixes playback with subtitle files.
2321
2322         Move a recurring message to LOG level.
2323
2324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2325         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2326         which ends up as -1 when cast to an int. Make the logic handle the
2327         max value as an unsigned mask and only change the colorkey when it's
2328         a value we recognise.
2329
2330 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2331
2332         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2333         Removed empty * between paragraphs
2334
2335 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2336
2337         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2338         * gst-libs/gst/rtp/README:
2339         Moved some documentation into .c file
2340
2341 2006-09-29  Wim Taymans  <wim@fluendo.com>
2342
2343         * gst/playback/gstdecodebin.c: (no_more_pads):
2344         Fix compilation.
2345
2346 2006-09-29  Wim Taymans  <wim@fluendo.com>
2347
2348         * gst/playback/gstdecodebin.c: (new_caps):
2349         Remove g_print
2350
2351         * gst/playback/gstplaybin.c:
2352         Add some docs.
2353
2354 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2355
2356         * tests/check/Makefile.am:
2357           Re-enable cddabasesrc test to see if it works again
2358           now.
2359
2360 2006-09-29  Wim Taymans  <wim@fluendo.com>
2361
2362         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2363         (gen_source_element):
2364         Handle invalid URIs a bit more gracefully.
2365
2366 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2367
2368         * tests/check/pipelines/oggmux.c:
2369           Remove obsolete comment.
2370
2371 2006-09-29  Michael Smith  <msmith@fluendo.com>
2372
2373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2374         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2375         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2376         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2377         (gst_ogg_mux_collected):
2378           Commit patch from James "Doc" Livingston, adds proper EOS handling
2379           in oggmux. GStreamer can, for the first time ever, create a valid
2380           Ogg file! Yay!
2381
2382         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2383         (oggmux_suite):
2384           Reenable tests now that they pass.
2385
2386 2006-09-29  Wim Taymans  <wim@fluendo.com>
2387
2388         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2389         Stop reading commands when EOF (we read 0) as well.
2390
2391 2006-09-28  Wim Taymans  <wim@fluendo.com>
2392
2393         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2394         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2395         (find_dynamic), (unlinked), (close_link):
2396         Implement delayed caps linking needed for element with a lot of
2397         different caps on the src pads that get fixed at runtime.
2398         Improve management of dynamic elements.
2399
2400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2401         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2402         (gen_preroll_element), (remove_groups), (unknown_type),
2403         (add_element_stream), (no_more_pads_full), (no_more_pads),
2404         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2405         (new_decoded_pad), (setup_subtitle), (array_has_value),
2406         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2407         (analyse_source), (remove_decoders), (make_decoder),
2408         (remove_source), (setup_source), (finish_source), (prepare_output),
2409         (gst_play_base_bin_change_state):
2410         * gst/playback/gstplaybasebin.h:
2411         Use more _CAST instead of full type checking casts.
2412         Small cleanups, plug some leaks.
2413         Handle dynamic sources.
2414         Add some helper functions to create lists of strings used for
2415         blacklisting and other stuff.
2416         Refactor some code dealing with analysing the source.
2417         Re-enable sources without pads (like cd:// or other selfcontained
2418         elements).
2419
2420 2006-09-28  Wim Taymans  <wim@fluendo.com>
2421
2422         * gst-libs/gst/audio/gstbaseaudiosink.c:
2423         (gst_base_audio_sink_render):
2424         When we have a timestamp, we can still perform clipping.
2425         When we have no clock, we must play the sample ASAP.
2426
2427 2006-09-28  Wim Taymans  <wim@fluendo.com>
2428
2429         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2430         Set caps on outgoing buffers.
2431
2432         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2433         (gst_video_rate_event), (gst_video_rate_chain):
2434         * gst/videorate/gstvideorate.h:
2435         Fix videorate some more. Fixes #357977
2436
2437 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2438
2439         * tests/check/elements/adder.c: (adder_suite):
2440           Don't set timeout to 6 seconds when we're running
2441           in valgrind ... (and how is 6 seconds longer than
2442           the default anyway?)
2443
2444 2006-09-28  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2447         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2448         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2449         Keep sink and src segment to keep track of time and support more
2450         input formats.
2451         Fix bogus next_offset and run_time calculation, don't understand how
2452         this could have worked before. Fixes #357976.
2453         Remove some unneeded vars.
2454
2455 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2456
2457         * gst/playback/gstplaybin.c: (remove_sinks):
2458           Only remove visualisation from visbin if there is a visbin (or:
2459           don't throw warnings when closing totem without playing a file).
2460
2461 2006-09-27  Wim Taymans  <wim@fluendo.com>
2462
2463         * gst-libs/gst/audio/gstbaseaudiosink.c:
2464         (gst_base_audio_sink_render):
2465         Add some more info in a WARNING.
2466
2467         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2468         (gst_base_audio_src_create):
2469         Handle PAUSE in create function, use new -core addition to
2470         wait for playing. Fixes pausing and resuming capture from an
2471         audiosrc.
2472
2473         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2474         (gst_ring_buffer_read):
2475         Constify some more.
2476         Caller supports interrupted reads now.
2477
2478 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2479
2480         * tests/check/Makefile.am:
2481           Another attempt to make the gen64 buildbot happy.
2482
2483 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2484
2485         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2486
2487         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2488         (gst_visual_chain), (gst_visual_change_state):
2489           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2490           correctly. Fixes #357800
2491
2492 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2493
2494         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2495           Add timeout to _get_state() so we see which pipeline it is
2496           that causes trouble on the gen64 build bot.
2497
2498 2006-09-27  Wim Taymans  <wim@fluendo.com>
2499
2500         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2501         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2502         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2503         (gst_base_rtp_depayload_set_gst_timestamp):
2504         the source pad always uses fixed caps.
2505
2506 2006-09-27  Wim Taymans  <wim@fluendo.com>
2507
2508         * docs/libs/gst-plugins-base-libs-docs.sgml:
2509         * docs/libs/gst-plugins-base-libs-sections.txt:
2510         * gst-libs/gst/audio/gstaudioclock.c:
2511         * gst-libs/gst/audio/gstaudioclock.h:
2512         * gst-libs/gst/audio/gstaudiosink.c:
2513         * gst-libs/gst/audio/gstaudiosink.h:
2514         * gst-libs/gst/audio/gstaudiosrc.c:
2515         * gst-libs/gst/audio/gstbaseaudiosink.c:
2516         (gst_base_audio_sink_render):
2517         * gst-libs/gst/audio/gstbaseaudiosink.h:
2518         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2519         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2520         * gst-libs/gst/audio/gstringbuffer.h:
2521         Added docs for the audio libs.
2522
2523 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2524
2525         * tests/check/Makefile.am:
2526           Temporarily disable test that fails on the bots for unknown reasons.
2527
2528 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2529
2530         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2531         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2532         Moved AudioCodecType into priv
2533         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2534
2535 2006-09-25  Wim Taymans  <wim@fluendo.com>
2536
2537         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2538         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2539         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2540         (new_pad):
2541         Cleanups and small leak fixes.
2542         Added Depayloaders to valid list of autopluggable elements.
2543
2544 2006-09-25  Wim Taymans  <wim@fluendo.com>
2545
2546         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2547         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2548         (gen_video_element), (gen_text_element), (gen_audio_element),
2549         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2550         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2551         Detect NO_PREROLL state change returns and disable clock distribution to
2552         the sinks so that sync is disabled.
2553         Avoid some type checking and do simple casts instead.
2554         Small cleanups, fix some FIXMEs.
2555         Be more robust when linking user specified elements, catch an report
2556         errors. Fixes #357404.
2557         Fix some leaks in the error paths.
2558
2559 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2560
2561         * ChangeLog:
2562           ChangeLog surgery for missing bug-number
2563
2564 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2565
2566         Patch by: Peter Kjellerstedt  <pkj at axis com>
2567
2568         * gst/playback/test.c:
2569           Fix compilation with uClibc and -Werror (#357591).
2570
2571 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2572
2573         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2574           Parse dates that are followed by a time as well (#357532).
2575
2576         * tests/check/libs/tag.c: (test_vorbis_tags):
2577           Add unit test for this.
2578
2579 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2580
2581         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2582         (gst_audio_convert_transform_caps):
2583         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2584         * gst/videotestsrc/videotestsrc.h:
2585           A few array const-ifications.
2586
2587 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2588
2589         * tests/check/Makefile.am:
2590           See if this makes the build bots happy.
2591
2592         * tests/check/libs/cddabasesrc.c:
2593           UTF8-ise my name.
2594
2595 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2596
2597         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2598
2599         * gst/subparse/samiparse.c: (handle_start_font),
2600         (fix_invalid_entities):
2601           More case-insensitivity for certain tags; recognise entities with
2602           decimal codes as special entities as well (#357330).
2603
2604 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2605
2606         * gst-libs/gst/Makefile.am:
2607           Need to build tag directory before cdda.
2608
2609 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2610
2611         * docs/libs/gst-plugins-base-libs-sections.txt:
2612         * gst-libs/gst/cdda/Makefile.am:
2613         * gst-libs/gst/cdda/gstcddabasesrc.c:
2614         (gst_cdda_base_src_base_init):
2615         * gst-libs/gst/cdda/gstcddabasesrc.h:
2616         * gst-libs/gst/tag/tag.h:
2617         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2618         (gst_tag_register_musicbrainz_tags):
2619           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2620           depend on libgsttag. This is required so we can extract/read tags like
2621           DISCID without depending on libgstcddabasesrc (which used to register
2622           them).
2623
2624         * gst-libs/gst/tag/gstvorbistag.c:
2625           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2626           tags (also see #347848).
2627
2628         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2629           Log vorbis comments we are actually writing. Const-ify array.
2630
2631 2006-09-23  Wim Taymans  <wim@fluendo.com>
2632
2633         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2634         Improve buffering a bit by avoiding a deadlock because we cannot assume
2635         the underrun is always called.
2636
2637 2006-09-23  Wim Taymans  <wim@fluendo.com>
2638
2639         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2640
2641         * gst-libs/gst/riff/riff-ids.h:
2642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2643         (gst_riff_create_audio_template_caps):
2644         Added MPEG-4 AAC and id and caps. Fixes #357289
2645         Added WMA9 Lossless id.
2646
2647 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2648
2649         * ext/gnomevfs/gstgnomevfssrc.c:
2650           Fix misleading docs addition.
2651
2652         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2653           Get rid of compiler warning the right way.
2654
2655 2006-09-22  Wim Taymans  <wim@fluendo.com>
2656
2657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2658         (gst_base_rtp_depayload_finalize),
2659         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2660         (gst_base_rtp_depayload_push_full),
2661         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2662         (gst_base_rtp_depayload_process),
2663         (gst_base_rtp_depayload_set_gst_timestamp),
2664         (gst_base_rtp_depayload_queue_release):
2665         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2666         Small cleanups.
2667         Fix some leaks.
2668         Refactored the process method and added methods to push from the process
2669         vmethod.
2670         Use _scale functions.
2671         API: gst_base_rtp_depayload_push_ts
2672         API: gst_base_rtp_depayload_push
2673
2674         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2675         timestamps are uint.
2676
2677 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2678
2679         * gst-libs/gst/interfaces/xoverlay.c:
2680           Remove unused statement from doc example.
2681
2682 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2683
2684         * gst-libs/gst/interfaces/videoorientation.c:
2685         (gst_video_orientation_iface_init),
2686         (gst_video_orientation_get_hflip),
2687         (gst_video_orientation_get_vflip),
2688         (gst_video_orientation_get_hcenter),
2689         (gst_video_orientation_get_vcenter),
2690         (gst_video_orientation_set_hflip),
2691         (gst_video_orientation_set_vflip),
2692         (gst_video_orientation_set_hcenter),
2693         (gst_video_orientation_set_vcenter):
2694           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2695           in ChangeLog)
2696
2697 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2698
2699         * tests/check/Makefile.am:
2700         * tests/check/elements/.cvsignore:
2701         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2702         (create_rgb_conversions), (rgb_conversion_free),
2703         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2704         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2705           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2706           but disable for now since it doesn't pass (something wrong with
2707           RGBA somewhere).
2708
2709 2006-09-21  Wim Taymans  <wim@fluendo.com>
2710
2711         * gst/playback/gstplaybasebin.c: (group_commit),
2712         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2713         (queue_out_of_data), (gen_preroll_element),
2714         (preroll_remove_overrun), (probe_triggered):
2715         Refactor handling of overrun detection.
2716         Separate handling of group completion and deadlock detection when doing
2717         network buffering. This should fix some deadlocks that were not detected
2718         because the group was completed.
2719         Add more comments, improve debugging.
2720
2721 2006-09-21  Wim Taymans  <wim@fluendo.com>
2722
2723         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2724         * tests/check/libs/audio.c:
2725         Some more compilation fixes.
2726
2727 2006-09-21  Wim Taymans  <wim@fluendo.com>
2728
2729         * gst-libs/gst/audio/gstringbuffer.c:
2730         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2731         (gst_ring_buffer_read):
2732         Early morning compilation fix.
2733
2734 2006-09-20  Wim Taymans  <wim@fluendo.com>
2735
2736         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2737         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2738         * tests/check/elements/videorate.c: (GST_START_TEST):
2739         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2740         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2741         Fix some warnings.
2742
2743 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2744
2745         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2746         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2747         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2748           Handcrafted merge to help CVS understanding what I changed and what
2749           not.
2750
2751 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2752
2753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2754         (gst_xvimagesink_get_times):
2755           change colorkey behaviour back according to #354773 comment 6/7
2756
2757 2006-09-19  Michael Smith  <msmith@fluendo.com>
2758
2759         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2760         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2761         (gst_multi_fd_sink_recover_client),
2762         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2763         (gst_multi_fd_sink_get_property):
2764         * gst/tcp/gstmultifdsink.h:
2765           Implement stubbed out properties unit-type, units-soft-max,
2766           units-max, to allow specifying maximum sizes in units other than
2767           buffers.
2768           Fixes #355935
2769
2770 2006-09-19  Wim Taymans  <wim@fluendo.com>
2771
2772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2773         (gst_riff_create_audio_template_caps):
2774         Reorder the audio formats a bit for clarity.
2775         Detect and create caps for MSGSM and MSN (WAV49).
2776         Fixes #356596.
2777
2778         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2779         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2780         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2781         Small cleanups, move error handling out of normal flow for clarity.
2782
2783 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2784
2785         * docs/libs/gst-plugins-base-libs-docs.sgml:
2786         * docs/libs/gst-plugins-base-libs.types:
2787         * gst-libs/gst/interfaces/Makefile.am:
2788         * gst-libs/gst/interfaces/videoorientation.c:
2789         (gst_video_orientation_get_type),
2790         (gst_video_orientation_iface_init),
2791         (gst_video_orientation_get_hflip),
2792         (gst_video_orientation_get_vflip),
2793         (gst_video_orientation_get_hcenter),
2794         (gst_video_orientation_get_vcenter),
2795         (gst_video_orientation_set_hflip),
2796         (gst_video_orientation_set_vflip),
2797         (gst_video_orientation_set_hcenter),
2798         (gst_video_orientation_set_vcenter):
2799         * gst-libs/gst/interfaces/videoorientation.h:
2800           API: Add new interface to control video orientation (fixes #354908)
2801
2802 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2803
2804         * gst/videotestsrc/gstvideotestsrc.c:
2805           Use G_UNLIKELY in _create and log one more detail.
2806           
2807         (gst_video_test_src_get_times), (gst_video_test_src_create):
2808         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2809           Use gst_util_uint64_scale_int in _get_times().
2810
2811 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2812
2813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2814           Give better warning message (add object and detail).
2815
2816 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2817
2818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2819         (gst_xvimagesink_get_times):
2820           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2821           #354773), use gst_util_uint64_scale_int in _get_times()
2822
2823 2006-09-18  Michael Smith  <msmith@fluendo.com>
2824
2825         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2826           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2827           always true, leading to dropping all timestamps.
2828
2829 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2830
2831         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2832         (gst_visual_chain), (gst_visual_change_state):
2833           update to work also with libvisual 0.4 API, fix double unref (#355914)
2834           
2835         * tools/gst-launch-ext.1.in:
2836         * tools/gst-visualise.1.in:
2837           remove references to old man-pages
2838
2839         * tests/examples/seek/seek.c: (main):
2840           add real meadi-buttons, add tool-tips for the seek-options, arrange
2841           seek options in a table
2842
2843 2006-09-18  Michael Smith  <msmith@fluendo.com>
2844
2845         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2846         (gst_ogg_mux_push_buffer):
2847           Don't generate out-of-order timestamps from oggmux, instead clamp
2848           output timestamps to be >= the previously output ts.
2849           Fixes #355595
2850
2851 2006-09-18  Michael Smith  <msmith@fluendo.com>
2852
2853         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2854         (gst_multi_fd_sink_class_init):
2855           Updates, fixes, and typo corrections for multifdsink. No functional
2856           changes.
2857
2858 2006-09-17  Michael Smith  <msmith@fluendo.com>
2859
2860         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2861           Don't crash on truncated files - check that we got an 8 byte buffer
2862           before trying to memcmp it.
2863
2864 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2865
2866         * gst/playback/gstplaybasebin.c: (get_active_source):
2867           Make stream-switching appear instant to the application
2868           (ie. make sure that a g_object_get on 'current-foo' returns
2869           the stream previously set with g_object_set(). Totem needs
2870           this to update stream-related meta-info (like audio-codec)
2871           correctly when switching streams.
2872
2873 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2874
2875         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2876         (gst_alsa_mixer_ensure_track_list):
2877           Try harder to guess which mixer track is the master mixer
2878           track (instead of just taking the first one that has a pvolume).
2879           Fixes #342228.
2880
2881 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2882
2883         reviewed by: <delete if not using a buddy>
2884
2885         * gst-libs/gst/audio/audio.h:
2886         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2887
2888 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2889
2890         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2891         (gst_audio_convert_transform_caps):
2892           Get structure-name just once.
2893
2894 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2895
2896         * tests/check/elements/audioresample.c: (GST_START_TEST):
2897         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2898         * tests/check/elements/volume.c: (GST_START_TEST):
2899         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2900         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2901         (test_pipeline), (GST_START_TEST):
2902         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2903         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2904           Fix big batch of compiler warnings.
2905
2906 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2907
2908         * ext/gnomevfs/gstgnomevfssrc.c:
2909           Add docs about icydemux usage in connection with gnomevfssrc
2910
2911         * ext/libvisual/visual.c:
2912         * ext/ogg/gstoggaviparse.c:
2913         * ext/ogg/gstoggdemux.c:
2914         * ext/ogg/gstoggmux.c:
2915         * ext/ogg/gstoggparse.c:
2916         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2917         * gst-libs/gst/audio/gstaudiosink.c:
2918         * gst-libs/gst/audio/gstaudiosrc.c:
2919         * gst/audiorate/gstaudiorate.c:
2920           More G_OBJECT macro fixing.
2921
2922         * gst/audiotestsrc/gstaudiotestsrc.h:
2923           Fix wrong info in header due to copy & paste
2924
2925 2006-09-15  Wim Taymans  <wim@fluendo.com>
2926
2927         * gst-libs/gst/audio/gstbaseaudiosink.c:
2928         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2929         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2930         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2931         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2932         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2933         Do the delay calculation in the source/sink base classes as this is
2934         specific for the capture/playback mode.
2935         Try to fixate a bit better, like round depth up to a multiple of 8
2936         bigger than width.
2937         Handle underruns correctly by marking DISCONT on buffers and adjusting
2938         timestamps to handle the gap.
2939         Set offset/offset_end correctly on buffers.
2940
2941         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2942         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2943         (gst_ring_buffer_read):
2944         Remove resync and underrun recovery from the ringbuffer.
2945         Fix ringbuffer read code on under/overrun.
2946
2947 2006-09-15  Wim Taymans  <wim@fluendo.com>
2948
2949         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2950         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2951         (queue_threshold_reached), (gst_play_base_bin_set_property),
2952         (gst_play_base_bin_get_property):
2953         * gst/playback/gstplaybasebin.h:
2954         Don't use a 0 low watermark when buffering, it is catching starvation
2955         way too late. Instead, use a 3 second queue with 30 and 95
2956         percent low/high watermarks. 
2957         Added queue-min-threshold property to configure low watermark.
2958         Use new _buffering message API.
2959         Make queue_threshold variable big enough to store a uint64 time value.
2960         API: playbin::queue-min-threshold property.
2961
2962 2006-09-15  Wim Taymans  <wim@fluendo.com>
2963
2964         * configure.ac:
2965         We require 0.10.10.1 now because of _wait_preroll().
2966
2967         * gst-libs/gst/audio/gstbaseaudiosink.c:
2968         (gst_base_audio_sink_render):
2969         Use gst_base_sink_wait_preroll().
2970
2971 2006-09-15  Wim Taymans  <wim@fluendo.com>
2972
2973         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2974         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2975         Use DEBUG_OBJECT more.
2976
2977 === release 0.10.10 ===
2978
2979 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2980
2981         patch by: Michael Smith <msmith at fluendo dot com>
2982
2983         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2984         (gst_multi_fd_sink_client_queue_buffer),
2985         (gst_multi_fd_sink_new_client):
2986         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2987         (multifdsink_suite):
2988           Fix implementation of sync-method 'next-keyframe'
2989           Closes #354594
2990
2991 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2992
2993         patch by: Wim Taymans <wim at fluendo dot com>
2994
2995         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2996         This patch removes the RANDOM flag that was incorrectly introduced with
2997         revision 1.91.  Fixes #354590
2998
2999 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3000
3001         * tests/check/Makefile.am:
3002           Random variation in Makefile line to see if it makes the
3003           gen64-base-full bot any happier.
3004
3005 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3006
3007         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3008           Disable test that fails at the moment (killed after timeout).
3009
3010 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3011
3012         Patch by: James Livingston  <doclivingston at gmail.com>
3013
3014         * tests/check/Makefile.am:
3015         * tests/check/pipelines/.cvsignore:
3016         * tests/check/pipelines/oggmux.c: (get_page_codec),
3017         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3018         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3019         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3020         (test_theora_vorbis), (oggmux_suite):
3021           Add simple unit test for oggmux from #337026 with checking for the
3022           EOS flags disabled for the time being.
3023
3024 2006-09-04  Wim Taymans  <wim@fluendo.com>
3025
3026         patch by: Alessandro Dessina <alessandro nnva org>
3027
3028         * ext/ogg/gstoggmux.c:
3029         Add cmml caps to oggmux. Fixes #353912
3030
3031 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3032
3033         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3034           Returning a return value often helps. In this case, we
3035           don't need the return value anyway, so just get rid of it.
3036           Should make build bots much happier.
3037
3038 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3039
3040         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3041         (paint_get_structure), (gst_video_test_src_get_size),
3042         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3043         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3044         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3045         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3046         * gst/videotestsrc/videotestsrc.h:
3047           Add support for AYUV and the various RGBA formats. Initialise
3048           fields of paintinfo structs allocated on the stack.
3049
3050         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3051         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3052         (check_rgb_buf), (videotestsrc_suite):
3053           Add unit tests for videotestsrc's RGB output.
3054
3055 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         * gst/videotestsrc/gstvideotestsrc.c:
3058         (gst_video_test_src_pattern_get_type),
3059         (gst_video_test_src_set_pattern):
3060         * gst/videotestsrc/gstvideotestsrc.h:
3061         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3062         (gst_video_test_src_black), (gst_video_test_src_white),
3063         (gst_video_test_src_red), (gst_video_test_src_green),
3064         (gst_video_test_src_blue):
3065         * gst/videotestsrc/videotestsrc.h:
3066           Add more uni-colour patterns ("white", "red", "green", and "blue").
3067
3068 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3069
3070         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3071           Fix stride for YVYU, should be word-aligned (#353658).
3072
3073 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3074
3075         * gst/adder/gstadder.c: (gst_adder_src_event):
3076           Fix build.
3077
3078 2006-08-31  Edward Hervey  <edward@fluendo.com>
3079
3080         * gst/adder/gstadder.c: (forward_event_func),
3081         (gst_adder_src_event), (gst_adder_collected),
3082         (gst_adder_change_state):
3083         * gst/adder/gstadder.h:
3084         Remember the start position asked in the incoming seeks, so we can
3085         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3086         of assuming it will always be 0).
3087
3088 2006-08-31  Edward Hervey  <edward@fluendo.com>
3089
3090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3091         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3092         (gst_ogg_demux_loop):
3093         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3094
3095 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3096
3097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3098         (gst_ffmpegcsp_get_unit_size):
3099           Return FALSE instead of returning a random false unit
3100           size when the format isn't known/supported (even if
3101           this shouldn't happen under normal circumstances).
3102
3103 2006-08-29  Wim Taymans  <wim@fluendo.com>
3104
3105         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3106
3107         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3108         (gst_gnome_vfs_src_start):
3109         Try harder to get the size from a uri by using _info_uri() when
3110         _info_from_handle() does not give us enough info. 
3111         Also follow symlinks when getting the size.
3112         Partially Fixes #332864.
3113
3114 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3115
3116         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3117
3118         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3119         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3120         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3121         (gst_alsa_mixer_set_record):
3122         * ext/alsa/gstalsamixertrack.c:
3123         (gst_alsa_mixer_track_update_alsa_capabilities),
3124         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3125         (gst_alsa_mixer_track_update):
3126         * ext/alsa/gstalsamixertrack.h:
3127           Improve and fix mixer track handling, in particular better handling
3128           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3129           separate track objects for tracks that have both capture and playback
3130           volume (and label them differently as well so they're not mistakenly
3131           assumed to be duplicates); classify mixer tracks that only affect
3132           the audible volume of something (rather than the capture volume)
3133           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3134           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3135           (following the meaning documented in the mixer interface header
3136           file); add support for alsa's exclusive cswitch groups; update/sync
3137           state/flags better if mixer settings are changed by another
3138           application. Fixes #336075.
3139
3140 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3141
3142         * gst/playback/gstplaybin.c:
3143           Improve docs: add section about BUFFERING messages sent by playbin.
3144
3145 2006-08-29  Michael Smith  <msmith@fluendo.com>
3146
3147         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3148         (gst_vorbis_enc_buffer_check_discontinuous),
3149         (gst_vorbis_enc_chain):
3150           Ignore explicit DISCONT marked on buffers (which is often spurious,
3151           particularly when using multiple segments), in favour of solely
3152           using the timestamps/durations.
3153
3154 2006-08-29  Edward Hervey  <edward@fluendo.com>
3155
3156         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3157         Don't rely on incoming buffers offset anymore, since it is completely
3158         broken when using multiple segments.
3159         Instead convert the incoming buffers timestamp to running time, and
3160         then convert that value to the offsets.
3161         Also inform GstSegment of the last outputted stop position, which is
3162         needed if we received several segments with an unknown stop value.
3163
3164 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3165
3166         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3167           fix buffer unreffing on a header push failure
3168
3169 2006-08-28  Wim Taymans  <wim@fluendo.com>
3170
3171         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3172         (gst_audio_rate_chain):
3173         Make the metadata of the buffer writable before changing its
3174         flags.
3175
3176 2006-08-28  Wim Taymans  <wim@fluendo.com>
3177
3178         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3179         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3180         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3181         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3182         Fix audiorate some more.
3183         Reset and resync counters on flush and READY.
3184         Handle the DISCONT flag correctly.
3185         Use GstSegment to track position.
3186         Fail when not negotiated.
3187         Fixes #353234.
3188
3189 2006-08-25  Michael Smith  <msmith@fluendo.com>
3190
3191         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3192           Fix spelling.
3193           Remove accidently included debug line.
3194
3195 2006-08-25  Wim Taymans  <wim@fluendo.com>
3196
3197         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3198         Small cleanups.
3199         If a buffer is received with no caps, make the buffer metadata
3200         writable and set the caps, making sure that we don't screw up the
3201         refcounts.
3202
3203 2006-08-25  Michael Smith  <msmith@fluendo.com>
3204
3205         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3206         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3207           Fix memory leaks and misleading debug messages, add a couple of
3208           comments.
3209
3210         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3211         (gst_multi_fd_sink_render):
3212           Do not use gst_buffer_make_writable() in a basesink render method,
3213           as it may incorrectly unref the buffer. Instead, use convoluted
3214           dance to avoid copying the buffer except when we need to.
3215
3216 2006-08-25  Michael Smith  <msmith@fluendo.com>
3217
3218         * ext/vorbis/vorbisenc.c:
3219         (gst_vorbis_enc_buffer_check_discontinuous):
3220           Allow very small discontinuities in the timestamps. These we can't
3221           do anything useful with anyway (because vorbis's timestamps have
3222           only sample granularity), and are commonly produced by elements with
3223           minor bugs. Allow up to 1/2 a sample out.
3224           Fixes #351742.
3225
3226 2006-08-24  Wim Taymans  <wim@fluendo.com>
3227
3228         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3229         (play_scrub_toggle_cb), (main):
3230         Add a checkbox to enable play scrubbing. Makes it possible to disable
3231         normal scrubbing.
3232
3233 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3234
3235         * tests/check/elements/.cvsignore:
3236           make buildbot happy
3237
3238 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3239
3240         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3241         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3242         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3243         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3244         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3245         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3246         (gst_ogm_text_parse_strip_trailing_zeroes),
3247         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3248         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3249           Refactor ogm parse, do better input checking, misc. clean-ups.
3250           Cache incoming events and push them once the source pad has
3251           been created. Don't pass unterminated strings to sscanf().
3252           Strip trailing zeroes from subtitle text output, since they
3253           are not valid UTF-8. Don't push vorbiscomment packets on
3254           the subtitle text pad. Output perfect streams if possible.
3255
3256 2006-08-23  Wim Taymans  <wim@fluendo.com>
3257
3258         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3259         Waits for tasks to settle down so that we clean up correctly for 
3260         valgrind.
3261
3262 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3263
3264         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3265           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3266           actually return return value in taglists_are_equal.
3267
3268 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3269
3270         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3271           Fix crash due to broken bitstream parsing on x86-64: can't make
3272           any assumptions about sizeof(struct) due to alignment/packing
3273           differences on different architectures. Fixes #351790.
3274
3275 2006-08-22  Wim Taymans  <wim@fluendo.com>
3276
3277         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3278         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3279         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3280         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3281         (gst_riff_parse_info):
3282         Protect public functions against bad input.
3283         Do some cleanups.
3284         Fix documentation.
3285
3286 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3287
3288         * gst-libs/gst/riff/riff-ids.h:
3289         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3290           Add voxware audio IDs (even if we can't play it) (#351795).
3291
3292 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3293
3294         * gst-libs/gst/riff/riff-media.c:
3295         (gst_riff_create_video_template_caps),
3296         (gst_riff_create_audio_template_caps),
3297         (gst_riff_create_iavs_template_caps):
3298           Const-ify some arrays and use G_N_ELEMENTS instead
3299           of wasting oodles of RAM on terminator bits.
3300
3301 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3302
3303         * gst-libs/gst/tag/gstvorbistag.c:
3304         (gst_tag_list_to_vorbiscomment_buffer):
3305         * tests/check/libs/tag.c: (GST_START_TEST):
3306           And the same for _to_vorbiscomment_buffer(): allow
3307           id_data_len == 0 for speex.
3308
3309 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3310
3311         * configure.ac:
3312         * docs/plugins/Makefile.am:
3313         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3314         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3315         * docs/plugins/inspect/plugin-gdp.xml:
3316         * gst/gdp/Makefile.am:
3317         * tests/check/Makefile.am:
3318           Move GDP plugin to -base from -bad.  Closes #347783.
3319
3320 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3321
3322         * gst-libs/gst/tag/gstvorbistag.c:
3323         (gst_tag_list_from_vorbiscomment_buffer):
3324           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3325           Also add some checks to make sure we don't memcmp() beyond the end of
3326           vorbiscomment buffer if the ID to check for is larger than the buffer.
3327
3328         * tests/check/libs/tag.c: (GST_START_TEST):
3329           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3330
3331 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3334         (gst_vorbis_enc_set_metadata):
3335           Use vorbis comment utility functions from libgsttag
3336           instead of re-inventing the wheel (partially fixes #347091).
3337
3338 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3339
3340         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3341         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3342         as some that won't.
3343
3344 2006-08-21  Wim Taymans  <wim@fluendo.com>
3345
3346         * docs/libs/Makefile.am:
3347         * docs/libs/gst-plugins-base-libs-sections.txt:
3348         * docs/libs/gst-plugins-base-libs.types:
3349         Don't try to GObject scan the netbuffer as it's not a GObject.
3350         Fixes #351308.
3351
3352         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3353         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3354         Document GstNetBuffer.
3355
3356 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3357
3358         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3359         (audioconvert_suite):
3360           Add testcase for caps-size-explosion
3361
3362 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3363
3364         * gst/audioconvert/gstaudioconvert.c:
3365         (gst_audio_convert_get_unit_size), (set_structure_widths):
3366           Lower debug, use g_assert in _get_unit_size
3367
3368         * gst/audioresample/gstaudioresample.c:
3369         (audioresample_get_unit_size):
3370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3371         (gst_ffmpegcsp_get_unit_size):
3372         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3373           use g_assert in _get_unit_size
3374
3375 2006-08-18  Wim Taymans  <wim@fluendo.com>
3376
3377         * docs/libs/gst-plugins-base-libs-sections.txt:
3378         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3379         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3380         (gst_rtp_buffer_get_payload_buffer):
3381         * gst-libs/gst/rtp/gstrtpbuffer.h:
3382         Document GstRTPBuffer.
3383         Added function to efficiently strip payload headers.
3384         API: gst_rtp_buffer_get_payload_subbuffer()
3385
3386 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3387
3388         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3389         (gst_tag_to_vorbis_comments):
3390           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3391           tags and deserialise them properly as well (#347091).
3392           Add some more gtk-doc blurbs and also some g_return_if_fail().
3393
3394         * tests/check/libs/tag.c: (GST_START_TEST),
3395         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3396           More tests.
3397
3398 2006-08-17  Wim Taymans  <wim@fluendo.com>
3399
3400         * ext/ogg/Makefile.am:
3401         * ext/ogg/gstogg.c: (plugin_init):
3402         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3403         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3404         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3405         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3406         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3407         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3408         Added ogg-in-avi parser element. Fixes #140139.
3409
3410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3411         Fixed a bug in oggdemux debug code.
3412
3413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3414         (gst_riff_create_audio_template_caps):
3415         Recognise Ogg in the AVI extensible wave format.
3416
3417 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3418
3419         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3420           Make buffer durations add up (duration should be next_ts-ts for
3421           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3422           from CVS.
3423
3424         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3425         (test_buffer_timestamps), (cddabasesrc_suite):
3426           Add unit test for the above.
3427
3428         * tests/check/Makefile.am:
3429           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3430           to see what happens.
3431
3432 2006-08-16  Wim Taymans  <wim@fluendo.com>
3433
3434         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3435         (gst_alsasink_open):
3436         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3437         (gst_alsasrc_open):
3438         Avoid setting and using a NULL device name.
3439         Print more info when we fail to open a device.
3440
3441 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3442
3443         * docs/libs/gst-plugins-base-libs-sections.txt:
3444         * gst-libs/gst/tag/tag.h:
3445         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3446           API: add gst_tag_parse_extended_comment() (#351426).
3447
3448         * tests/check/Makefile.am:
3449         * tests/check/libs/.cvsignore:
3450         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3451           Add unit test for gst_tag_parse_extended_comment().
3452
3453 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3454
3455         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3457           Fix leak (#351502).
3458
3459 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3460
3461         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3462         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3463         * docs/plugins/gst-plugins-base-plugins.args:
3464         * gst/playback/gstplaybin.c:
3465           Document playbin.
3466           
3467         * docs/plugins/inspect/plugin-adder.xml:
3468         * docs/plugins/inspect/plugin-alsa.xml:
3469         * docs/plugins/inspect/plugin-audioconvert.xml:
3470         * docs/plugins/inspect/plugin-audiorate.xml:
3471         * docs/plugins/inspect/plugin-audioresample.xml:
3472         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3473         * docs/plugins/inspect/plugin-cdparanoia.xml:
3474         * docs/plugins/inspect/plugin-decodebin.xml:
3475         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3476         * docs/plugins/inspect/plugin-gnomevfs.xml:
3477         * docs/plugins/inspect/plugin-ogg.xml:
3478         * docs/plugins/inspect/plugin-pango.xml:
3479         * docs/plugins/inspect/plugin-playbin.xml:
3480         * docs/plugins/inspect/plugin-subparse.xml:
3481         * docs/plugins/inspect/plugin-tcp.xml:
3482         * docs/plugins/inspect/plugin-theora.xml:
3483         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3484         * docs/plugins/inspect/plugin-video4linux.xml:
3485         * docs/plugins/inspect/plugin-videorate.xml:
3486         * docs/plugins/inspect/plugin-videoscale.xml:
3487         * docs/plugins/inspect/plugin-videotestsrc.xml:
3488         * docs/plugins/inspect/plugin-volume.xml:
3489         * docs/plugins/inspect/plugin-vorbis.xml:
3490         * docs/plugins/inspect/plugin-ximagesink.xml:
3491         * docs/plugins/inspect/plugin-xvimagesink.xml:
3492           Update to CVS version.
3493
3494 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3497         (gst_play_bin_set_property), (gst_play_bin_get_property),
3498         (value_list_append_structure_list),
3499         (gst_play_bin_handle_redirect_message),
3500         (gst_play_bin_handle_message):
3501           API: GstPlayBin::connection-speed
3502           Add "connection-speed" property; re-order redirect messages with
3503           multiple redirect locations depending on the minimum bitrate if
3504           that information is available and a connection speed is set
3505           (#350399).
3506
3507 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * gst/playback/gstplaybin.c:
3510           Update max volume to the same value that the volume element uses.
3511
3512 2006-08-14  Wim Taymans  <wim@fluendo.com>
3513
3514         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3515         Less uglyness..
3516
3517 2006-08-14  Wim Taymans  <wim@fluendo.com>
3518
3519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3520         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3521         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3522         Add some more debug info.
3523         Don't crash when a seek failed.
3524         Actually return the result of the seek instead of TRUE.
3525         Ignore multiple BOS pages with the same serial so that we don't create
3526         the same stream multiple times.
3527         Post an error when we fail to do the initial seek.
3528
3529 2006-08-13  Wim Taymans  <wim@fluendo.com>
3530
3531         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3532         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3533         Small code cleanup.
3534
3535         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3536         (gst_alsa_mixer_new):
3537         Remove hack that always set the device to hw:0*.
3538         Properly find the card name for whatever device was configured.
3539         Do some better debugging.
3540         Fixes #350784.
3541
3542         * ext/alsa/gstalsamixerelement.c:
3543         (gst_alsa_mixer_element_set_property),
3544         (gst_alsa_mixer_element_change_state):
3545         Cleanups.
3546         Handle setting of a NULL device name better.
3547
3548 2006-08-11  Wim Taymans  <wim@fluendo.com>
3549
3550         * gst/adder/gstadder.c:
3551         Don't clip float values. Fixes #350900.
3552
3553 2006-08-11  Andy Wingo  <wingo@pobox.com>
3554
3555         * gst/tcp/gsttcp.c: Really fix the build?
3556
3557         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3558         fixes the build.
3559
3560 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3561
3562         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3563           Float caps shouldn't have a "signed" field.
3564
3565 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3566
3567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3568           Implement SEEKING query in its most basic form, so that we can
3569           at least check if we're seekable or not (#350655).
3570
3571 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3572
3573         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3574           The checks here are not even close to anything that would
3575           justify MAXIMUM probability, lowering to POSSIBLE until someone
3576           fixes the checks (case at hand: quicktime redirection files
3577           might start with 00 00 01 XX and pass the checks here just
3578           fine, see #350399).
3579
3580 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3581
3582         Patch by: Sjoerd Simons  <sjoerd at luon net>
3583
3584         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3585           Better detection for multipart/x-mixed-replace: accept leading
3586           whitespaces before the boundary marker as well (as our very own
3587           multipartmux used to produce) (#349068).
3588
3589 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3590
3591         Patch by: Young-Ho Cha  <ganadist at chollian net>
3592
3593         * gst-libs/gst/riff/riff-ids.h:
3594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3595         (gst_riff_create_audio_template_caps):
3596           Detect DTS audio streams (#350157).
3597
3598 2006-08-05  Andy Wingo  <wingo@pobox.com>
3599
3600         * ext/theora/gsttheoraparse.h:
3601         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3602         (theora_parse_dispose, theora_parse_set_property)
3603         (theora_parse_get_property, theora_parse_munge_granulepos)
3604         (theora_parse_push_buffer, theora_parse_change_state):
3605         API: GstTheoraParse::synchronization-points
3606         Add a property 'synchronization-points' to fix badly synchronized oggs.
3607
3608 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         * tests/check/Makefile.am:
3611         * tests/check/libs/.cvsignore:
3612         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3613         (fixed_caps_have_channel_positions), (GST_START_TEST),
3614         (audio_suite), (main):
3615           Add a few tests for the channel position stuff in libgstaudio.
3616
3617 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3618
3619         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3620         (gst_alsa_detect_channels):
3621         * ext/alsa/gstalsasink.c:
3622           Add support for cards that (only) do more than 8 channels,
3623           like the Delta 44 (#345188).
3624
3625         * gst-libs/gst/audio/multichannel.c:
3626         (gst_audio_check_channel_positions):
3627         * gst-libs/gst/audio/multichannel.h:
3628           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3629           unspecified channel position and cannot be combined with any
3630           of the other audio channel positions; adjust position layout
3631           checks accordingly (#345188).
3632
3633 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3634
3635         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3636           Recognise ancient RealAudio files (see #349779).
3637
3638 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3639
3640         Patch by: Jens Granseuer  <jensgr at gmx net>
3641
3642         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3643           Add typefinder for Interplay's MVE format (#348973).
3644
3645 2006-08-02  Wim Taymans  <wim@fluendo.com>
3646
3647         Patch by: Marcel Moreaux <marcelm at luon dot net>
3648
3649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3650         (gst_base_rtp_depayload_add_to_queue):
3651         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3652         Handle RTP sequence number rollover.
3653         Disable jitterbuffer by default.
3654
3655 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3656
3657         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3658         (audioresample_set_caps):
3659         Don't leak references to the incoming caps. Clean them up when
3660         stopping.
3661
3662         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3663         (gst_video_scale_finalize):
3664         Don't leak our temporary pixel buffer.
3665
3666         * tests/check/Makefile.am:
3667         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3668         (GST_START_TEST), (simple_launch_lines_suite):
3669
3670         Fix leaks and re-enable the test for valgrind checking.
3671
3672 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3673
3674         Patch by: Sjoerd Simons  <sjoerd at luon net>
3675
3676         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3677         (plugin_init):
3678           Add typefind function for multipart/x-mixed-replace (#348916).
3679
3680 2006-07-28  Wim Taymans  <wim@fluendo.com>
3681
3682         * gst/adder/gstadder.c: (gst_adder_setcaps),
3683         (gst_adder_query_duration):
3684         Fix leak in duration query.
3685         Reflow some docs and notes.
3686
3687 2006-07-28  Michael Smith  <msmith@fluendo.com>
3688
3689         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3690         (vorbisenc_suite):
3691           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3692           aspect of it.
3693
3694 2006-07-28  Michael Smith  <msmith@fluendo.com>
3695
3696         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3697         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3698         (gst_vorbis_enc_push_buffer),
3699         (gst_vorbis_enc_buffer_check_discontinuous),
3700         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3701         * ext/vorbis/vorbisenc.h:
3702           Handle discontinuities in the input vorbis stream correctly,
3703           so that the output is properly timestamped (and has good granulepos
3704           values). Needs some oggmux fixes too.
3705
3706 2006-07-27  Wim Taymans  <wim@fluendo.com>
3707
3708         patch by: Kai Vehmanen <kv2004 eca cx>
3709
3710         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3711         (gst_base_rtp_depayload_chain),
3712         (gst_base_rtp_depayload_handle_sink_event),
3713         (gst_base_rtp_depayload_change_state):
3714         Don't send multiple newsegments with different formats.
3715         Fixes #348677.
3716
3717 2006-07-26  Wim Taymans  <wim@fluendo.com>
3718
3719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3720         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3721         Make seeking in ogg more accurate again by doing the more correct
3722         granuletime to stream time conversion.
3723
3724 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3725
3726         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3727         (gst_multi_fd_sink_new_client):
3728           debug a little more understandably
3729           do not use goto as a substitute for break, especially if
3730           break is also being used
3731
3732 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3735         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3736           Remove GLib-2.6 compatibility cruft.
3737
3738 2006-07-24  Wim Taymans  <wim@fluendo.com>
3739
3740         * gst-libs/gst/audio/gstbaseaudiosink.c:
3741         (gst_base_audio_sink_render):
3742         Don't try to align a sample to an unknown value.
3743
3744 2006-07-24  Wim Taymans  <wim@fluendo.com>
3745
3746         * gst-libs/gst/audio/gstbaseaudiosink.c:
3747         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3748         When the audio clock is slaved to another clock, never try to align
3749         samples but trust the rate interpolation algorithm.
3750
3751 2006-07-24  Wim Taymans  <wim@fluendo.com>
3752
3753         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3754         Don't try to calculate silence samples, base class does this much
3755         better now.
3756
3757         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3758         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3759         (gst_ring_buffer_acquire):
3760         Calculate silence samples correctly.
3761
3762         * gst-libs/gst/audio/gstringbuffer.h:
3763         Add _CAST macro.
3764
3765 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3766
3767         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3768           Limit search for the first markup tag to the first few kB of
3769           the file. If we don't find one there, it's highly unlikely that
3770           this is an XML(-ish) file.
3771
3772 2006-07-21  Andy Wingo  <wingo@pobox.com>
3773
3774         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3775         test to the one in vorbisenc. Also commented out.
3776
3777         * tests/check/pipelines/vorbisenc.c: 
3778         (test_discontinuity): New test, commented out until Mike lands
3779         some elite vorbisenc patches.
3780
3781         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3782         Bufferstraw was actually factored out of these tests. Now we share
3783         code yay.
3784
3785         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3786         for bufferstraw addition to gstcheck.
3787
3788 2006-07-21  Wim Taymans  <wim@fluendo.com>
3789
3790         * ext/theora/theoradec.c: (clip_buffer):
3791         Better clipping.
3792
3793 2006-07-21  Wim Taymans  <wim@fluendo.com>
3794
3795         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3796         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3797         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3798         Fix leak.
3799         Avoid type casting when we can.
3800
3801         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3802         Fix mem leak.
3803
3804 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3805
3806         * ext/alsa/gstalsamixerelement.c:
3807         (gst_alsa_mixer_element_change_state):
3808           Make state change fail if the specified device can't be opened
3809           for some reason.
3810
3811 2006-07-20  Wim Taymans  <wim@fluendo.com>
3812
3813         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3814         (cb_newpad), (main):
3815         Example of a small audio/video player using decodebin.
3816
3817 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3818
3819         * gst-libs/gst/riff/riff-ids.h:
3820           Add 'fact' chunk id
3821
3822 2006-07-19  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3825         (gst_base_rtp_depayload_chain),
3826         (gst_base_rtp_depayload_change_state):
3827         Don't assert when not negotiated but post a meaningfull 
3828         error message. Fixes #347918.
3829
3830         * gst-libs/gst/rtp/gstbasertppayload.c:
3831         Add comment about better default MTU size.
3832
3833         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3834         Small cleanups, start docs.
3835
3836 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3837
3838         Patch by: Martin Szulecki
3839
3840         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3841           If "device-name" is requested and the device is not
3842           open, try to temporarily open it to obtain this
3843           information (#342494).
3844
3845 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3846
3847         * gst-libs/gst/tag/gstid3tag.c:
3848           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3849
3850         * gst-libs/gst/tag/gsttageditingprivate.h:
3851         * gst-libs/gst/tag/gstvorbistag.c:
3852           Some more random const-ifications.
3853
3854 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3855
3856         * gst-libs/gst/riff/riff-ids.h:
3857         * gst-libs/gst/riff/riff-media.c:
3858         (gst_riff_create_video_template_caps):
3859           Add more FOURCCs (sort list to make stuff easier to find),
3860           add comment what those 16 bytes in struct _gst_riff_strh according to
3861           one avi-dumper are
3862
3863 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3864
3865         * gst-libs/gst/audio/multichannel.c:
3866         (gst_audio_check_channel_positions),
3867         (gst_audio_fixate_channel_positions):
3868           Const-ify two arrays.
3869
3870 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3873           Fix typo, so that alsasink also advertises 8 channels
3874           if that's supported (tags: can, worms, open, alsa, ph34r).
3875
3876 2006-07-17  Wim Taymans  <wim@fluendo.com>
3877
3878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3879         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3880         *sigh*, when is the compiler going to warn when the comments
3881         are out-of-sync with the code.. Refix case of busted theora
3882         headers with 0 granule pos.
3883
3884 2006-07-14  Wim Taymans  <wim@fluendo.com>
3885
3886         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3887         (gst_base_rtp_depayload_wait),
3888         (gst_base_rtp_depayload_change_state),
3889         (gst_base_rtp_depayload_set_property),
3890         (gst_base_rtp_depayload_get_property):
3891         Fix 99% cpu load by waiting for absolute times on the
3892         clock. Fixes #347300.
3893
3894 2006-07-14  Andy Wingo  <wingo@pobox.com>
3895
3896         * ext/theora/gsttheoraparse.h: 
3897         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3898         (theora_parse_push_headers, theora_parse_clear_queue)
3899         (theora_parse_drain_queue_prematurely, )
3900         (theora_parse_sink_event, theora_parse_change_state): Queue events
3901         until we initialized our state, like in vorbisparse.
3902
3903         * ext/vorbis/vorbisparse.h: 
3904         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3905         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3906         (vorbis_parse_drain_queue_prematurely, )
3907         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3908         until we have initialized our state. Fixes seeking after an
3909         initial pad block.
3910
3911 2006-07-14  Andy Wingo  <wingo@pobox.com>
3912
3913         Patch by: Iain Holmes <iaingnome@gmail.com>
3914         
3915         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3916
3917 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3918
3919         * configure.ac:
3920         Bump nano back to CVS
3921
3922 === release 0.10.9 ===
3923
3924 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3925
3926         * configure.ac:
3927           releasing 0.10.9, "I walk the line"
3928
3929 2006-07-14  Michael Smith  <msmith@fluendo.com>
3930
3931         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3932           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3933           (commonly happens when running this test under valgrind) when trying
3934           to remove the buffer probe.
3935
3936 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3937
3938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3939         Fix missing g_unlock from the previous commit
3940
3941 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3942
3943         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3944         (gst_ximagesink_change_state):
3945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3946         (gst_xvimagesink_change_state):
3947         Implement a locking order to ensure we always take the object lock
3948         before the x_lock and never vice-versa.
3949
3950 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3951
3952         * gst/playback/gstdecodebin.c: (find_compatibles):
3953         Fix a caps leak when linking (#347304)
3954
3955         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3956         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3957         (gst_ximagesink_change_state):
3958         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3959         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3960         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3961         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3962         Don't leak shared memory resources. Use the object lock to protect
3963         against the xcontext disappearing while returning a buffer from the
3964         pipeline. (#347304)
3965
3966 2006-07-12  Edward Hervey  <edward@fluendo.com>
3967
3968         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3969         (vorbis_handle_comment_packet):
3970         gst_tag_list_merge() returns a new object. Take that into account when
3971         using it. This avoids memleak.
3972         Revert previous commit which is not needed.
3973
3974 2006-07-12  Edward Hervey  <edward@fluendo.com>
3975
3976         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3977         Reset the decoder in finalize so that all fields get cleared.
3978
3979 2006-07-12  Wim Taymans  <wim@fluendo.com>
3980
3981         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3982         (gst_base_audio_src_set_clock),
3983         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3984         Don't try to post an error message when setting the clock fails
3985         as this can happen when adding an element to a bin which will then
3986         deadlock. Fixes #347296.
3987
3988 2006-07-12  Edward Hervey  <edward@fluendo.com>
3989
3990         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3991         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3992         (vorbis_handle_type_packet):
3993         Post tag messages on the bus even if we're not initialized.
3994         If we're not initialized, we still postpone the event pushing of tags.
3995
3996 2006-07-12  Wim Taymans  <wim@fluendo.com>
3997
3998         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3999         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4000         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4001         Revert last two changes that broke the freeze.
4002
4003 2006-07-12  Wim Taymans  <wim@fluendo.com>
4004
4005         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4006         basesink calculates silence sample correctly for us.
4007
4008 2006-07-12  Wim Taymans  <wim@fluendo.com>
4009
4010         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4011         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4012         Calculate correct silence samples so we don't fill our ringbuffer
4013         with noise.
4014
4015 2006-07-12  Edward Hervey  <edward@fluendo.com>
4016
4017         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4018         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4019         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4020         * ext/vorbis/vorbisdec.h:
4021         Delay sending events (newsegment, tags) until the decoder is properly
4022         initialized.
4023         Fixes #347295
4024
4025 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4026
4027         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4028         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4029           Patch from #347221 adding a test for audioconvert
4030           channel remappings.
4031
4032 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4033
4034         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4035         (gst_ssa_parse_parse_line):
4036           Don't include the terminating NUL in the buffer size,
4037           it's only there for extra paranoia (would add random
4038           '*' characters at the end of each subtitle since the
4039           terminator itself is not valid UTF-8 technically).
4040           Also fix indenting after boilerplate macro.
4041
4042 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4043
4044         * gst/playback/gstdecodebin.c: (close_pad_link):
4045           Also emit 'unknown-type' signal (which should really be
4046           called unhandled-type) if we found potential decoders/demuxers
4047           in the registry but none of them worked in the end (as in the
4048           case where the plugins don't exist any longer but are still
4049           listed in the registry). Fixes #329798.
4050
4051 2006-07-08  Andy Wingo  <wingo@pobox.com>
4052
4053         * theoraparse.c (theora_parse_push_buffer)
4054         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4055         Add some more debugging. Fix granulepos reconstruction in the face
4056         of discontinuities.
4057
4058 2006-07-06  Wim Taymans  <wim@fluendo.com>
4059
4060         * gst-libs/gst/audio/gstbaseaudiosink.c:
4061         (gst_base_audio_sink_class_init),
4062         (gst_base_audio_sink_provide_clock):
4063         Use gobject_class instead of G_OBJECT_CLASS (klass)
4064
4065         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4066         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4067         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4068         (gst_base_audio_src_get_time),
4069         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4070         (gst_base_audio_src_create_ringbuffer):
4071         Fix latency and buffer-time constants and properties ala basesink.
4072         Implement pull based scheduling. Fixes #346527.
4073         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4074         one segment.
4075         Refuse slaving to another clock instead of silently not working.
4076         Only provide a clock when we are actually able to do so.
4077         Various small cleanups and compiler hints.
4078
4079 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         Patch by: Lutz Mueller <lutz at topfrose de>
4082
4083         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4084         (plugin_init):
4085           Add typefinding for text/html (#346581).
4086
4087 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4090         (xml_check_first_element), (xml_type_find), (smil_type_find):
4091           Fix SMIL typefinding, make xml_check_first_element() more
4092           useful.
4093
4094 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4097         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4098         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4099         * gst/playback/gstplaybasebin.h:
4100           Protect list of elements with a subtitle-encoding property and
4101           the subtitle encoding member itself with a lock of their own
4102           instead of using the object lock. This prevents a dead-lock in
4103           the element-remove callback in some circumstances when shutting
4104           down playbin.
4105
4106 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4107
4108         * win32/common/libgsttag.def:
4109         Export some new functions.
4110         * win32/vs6/libgstogg.dsp:
4111         Add a link to libgsttag-0.10.lib.
4112
4113 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4114
4115         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4116           Some const-ification.
4117
4118 2006-07-04  Wim Taymans  <wim@fluendo.com>
4119
4120         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4121         Improve checking if we are dealing with a stream. Added some
4122         more uris that need buffering.
4123
4124 2006-07-03  Edward Hervey  <edward@fluendo.com>
4125
4126         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4127         Remove unused variable.
4128
4129 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4130
4131         * Makefile.am:
4132           include lcov.mak
4133         * configure.ac:
4134           add GCOV_LIBS to GST_LIBS
4135
4136 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4137
4138         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4139
4140         * ext/alsa/gstalsasrc.c:
4141           Add 32 bps to template caps and increase channels range
4142           from [1,2] to [1,MAX]. See #346326.
4143
4144 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4145
4146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4147           Recognise 'WMVA' video codec fourcc (#345879).
4148           
4149 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4150          
4151         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4152           Fixed nasty memory leak
4153
4154 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4155
4156         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4157         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4158           fix logging
4159
4160 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4161
4162         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4163         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4164         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4165         Protect remove_fakesink using a mutex, so that we don't try and
4166         remove the fakesink simultaneously from multiple threads.
4167
4168         When going from READY to PAUSED, restore the fakesink, so that
4169         it is there when decodebin gets reused.
4170
4171 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4175         * gst-libs/gst/rtp/gstbasertppayload.c:
4176         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4177         * gst/tcp/gstmultifdsink.c:
4178         * gst/tcp/gsttcpclientsink.c:
4179         * gst/tcp/gsttcpclientsrc.c:
4180         * gst/tcp/gsttcpserversink.c:
4181         * gst/tcp/gsttcpserversrc.c:
4182         * gst/videorate/gstvideorate.c:
4183         * gst/videotestsrc/gstvideotestsrc.c:
4184         * sys/v4l/gstv4ljpegsrc.c:
4185         * sys/v4l/gstv4lmjpegsink.c:
4186         * sys/v4l/gstv4lsrc.c:
4187         * tests/examples/seek/scrubby.c:
4188         * tests/examples/seek/seek.c:
4189           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4190
4191 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4192
4193         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4194           Second field in GEnumValue shouldn't be a description,
4195           but a stringified version of the enum value.
4196
4197 2006-06-22  Wim Taymans  <wim@fluendo.com>
4198
4199         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4200         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4201         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4202         Avoid type checking in buffer casts.
4203         Avoid caps copy in buffer_alloc when we can.
4204         Use pad_peer_accept.
4205
4206 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4207
4208         * gst-libs/gst/tag/tag.h:
4209           Oops, make that 'Since: 0.10.9'.
4210
4211 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4212
4213         * docs/libs/gst-plugins-base-libs-sections.txt:
4214         * gst-libs/gst/tag/tag.h:
4215         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4216         (gst_tag_image_type_get_type):
4217           API: add GstTagImageType enum to describe images contained
4218           in image tags (#345641).
4219
4220 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4223           Fix warnings with gst-inspect: "buffers-min" property
4224           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4225           typo in property description.
4226
4227 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4228
4229         Patch by: Cody Russell <bratsche at gnome org>
4230
4231         * gst/audioresample/gstaudioresample.c:
4232         (gst_audioresample_class_init):
4233         * gst/playback/gststreamselector.c:
4234         (gst_stream_selector_class_init):
4235         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4236         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4237         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4238         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4239         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4240         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4241         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4242         * gst/videotestsrc/gstvideotestsrc.c:
4243         (gst_video_test_src_class_init):
4244         * gst/volume/gstvolume.c: (gst_volume_class_init):
4245           Avoid unnecessary class cast check in class_init
4246           functions (#337747).
4247
4248 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4249
4250         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4251         (gst_text_overlay_video_chain):
4252           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4253           and doesn't validate its input either (and neither did
4254           textoverlay it seems). Let's do that then and fix #345206.
4255
4256 2006-06-19  Wim Taymans  <wim@fluendo.com>
4257
4258         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4259         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4260         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4261         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4262         (find_syncframe), (find_limits), (assign_value),
4263         (count_burst_unit), (gst_multi_fd_sink_new_client),
4264         (gst_multi_fd_sink_handle_client_write),
4265         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4266         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4267         (gst_multi_fd_sink_change_state):
4268         * gst/tcp/gstmultifdsink.h:
4269         Added shiny new burst-on-connect methods.
4270         Add properties to control the minimal amount of data queued.
4271         Small cleanups.
4272         API: bytes-min property
4273         API: time-min property
4274         API: buffers-min property
4275         API: burst-unit property
4276         API: burst-value property
4277         API: add-full signal
4278
4279         * gst/tcp/gsttcp-marshal.list:
4280         Added new marshaller code for the new signal.
4281
4282         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4283         (multifdsink_suite):
4284         Added testcases for new burst methods.
4285
4286 2006-06-19  Edward Hervey  <edward@fluendo.com>
4287
4288         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4289         Implement clipping for accurate seeking.
4290         Closes #345225
4291
4292 2006-06-19  Wim Taymans  <wim@fluendo.com>
4293
4294         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4295
4296         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4297         (gst_video_scale_transform):
4298         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4299
4300 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4301
4302         * configure.ac:
4303           Fix --disable-external (can't set conditionals conditionally,
4304           #343602).
4305
4306 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         * tests/check/elements/audioresample.c: (test_reuse),
4309         (audioresample_suite):
4310           Add test case for bug #342789 fixed below.
4311
4312 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4313
4314         * gst/audioresample/gstaudioresample.c:
4315         (gst_audioresample_class_init), (gst_audioresample_init),
4316         (audioresample_start), (audioresample_stop),
4317         (gst_audioresample_set_property), (gst_audioresample_get_property):
4318           Implement GstBaseTransform::start and ::stop so that audioresample
4319           can clear its internal state properly and be reused instead of
4320           causing non-negotiated errors with playbin under some circumstances
4321           (#342789).
4322
4323         * tests/check/elements/audioresample.c: (setup_audioresample),
4324         (cleanup_audioresample):
4325           Need to set element state here so that ::start and ::stop are
4326           called.
4327
4328 2006-06-16  Wim Taymans  <wim@fluendo.com>
4329
4330         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4331
4332         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4333         Parse extra data better, apparently it's right behind
4334         the normal strf header size. Fixes #343500.
4335
4336 2006-06-16  Wim Taymans  <wim@fluendo.com>
4337
4338         * ext/alsa/gstalsasink.c: (set_hwparams):
4339         If we fail to set the buffer_time and period_time alsa
4340         parameters, post a warning and leave alsa select a 
4341         default instead of failing. Fixes #342085
4342
4343 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * docs/libs/gst-plugins-base-libs-sections.txt:
4346         * gst-libs/gst/cdda/gstcddabasesrc.h:
4347           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4348           out in the header file and shouldn't be listed in the docs.
4349
4350         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4351           Must dereference pointer to fourcc in the debug statement.
4352
4353 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4354
4355         * docs/libs/Makefile.am:
4356         * docs/libs/gst-plugins-base-libs-docs.sgml:
4357         * docs/libs/gst-plugins-base-libs-sections.txt:
4358         * docs/libs/gst-plugins-base-libs.types:
4359         add remaining symbols into correct setions
4360         
4361         * gst-libs/gst/audio/gstringbuffer.c:
4362         fix incomplete docs
4363         
4364         * gst-libs/gst/audio/gstringbuffer.h:
4365         comment out not yet implemented function
4366         
4367         
4368         * gst-libs/gst/floatcast/floatcast.h:
4369         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4370         add short descriptions
4371         
4372         
4373         * gst-libs/gst/interfaces/propertyprobe.c:
4374         fix return value docs   
4375         
4376         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4377         simplify debug logging
4378         
4379         * gst-libs/gst/riff/riff-read.h:
4380         sync function prototype and docs
4381         
4382         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4383         remove left over symbol
4384
4385 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4386
4387         * autogen.sh:
4388         * configure.ac:
4389         * docs/Makefile.am:
4390           Use GST_PLUGIN_DOCS macro in configure.ac, add
4391           --enable-plugin-docs default to autogen.sh and use
4392           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4393
4394 2006-06-15  Wim Taymans  <wim@fluendo.com>
4395
4396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4397         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4398         (gst_ogg_demux_loop):
4399         Combine GstFlowReturn from the source pads to give a
4400         meaningfull result to the upstream peer or to stop the
4401         processing task in case of errors.
4402
4403 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4404
4405         * gst/playback/gststreaminfo.c: (cb_probe):
4406           Try GST_TAG_CODEC as fallback when extracting the
4407           codec name; more debug info.
4408
4409 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4410
4411         * ext/ogg/Makefile.am:
4412         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4413           Extract language tags from ogm subtitle streams, so that
4414           the subtitle menu choices are labelled correctly in
4415           Totem (fixes #344708).
4416
4417 2006-06-14  Wim Taymans  <wim@fluendo.com>
4418
4419         Patch by: Alessandro Decina <alessandro at nnva dot org>
4420
4421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4422         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4423         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4424         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4425         Fix various leaks. Fixes #343699.
4426         Add x-smoke mime type.
4427
4428 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4429
4430         * gst-libs/gst/riff/riff-ids.h:
4431           Add IDs for 'bext' chunks (see #343837).
4432
4433 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4434
4435         Patch by: Young-Ho Cha  <ganadist at chollian net>
4436
4437         * gst/subparse/samiparse.c: (sami_context_pop_state),
4438         (handle_start_font), (end_sami_element):
4439           Honour font face tags in SAMI subtitles (#344503).
4440
4441 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4442
4443         * po/POTFILES.in:
4444           add missing files containing translatable strings
4445
4446 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4447
4448         * docs/libs/tmpl/.cvsignore:
4449           we don't want those *.sgml files in CVS either
4450
4451 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4452
4453         * docs/libs/.cvsignore:
4454         * tests/check/elements/.cvsignore:
4455         * tests/check/libs/.cvsignore:
4456           ignore more
4457
4458 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4459
4460         * docs/libs/Makefile.am:
4461           also commiting the changed Makefile.am (added more libs to the
4462           doc-build)
4463
4464 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4465
4466         * docs/libs/gst-plugins-base-libs-docs.sgml:
4467         * docs/libs/gst-plugins-base-libs-sections.txt:
4468         * docs/libs/gst-plugins-base-libs.types:
4469           first batch of reordering things, add index & hierarchy
4470
4471 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4472
4473         * configure.ac:
4474           use GST_PKG_CHECK_MODULES, cleans up output
4475
4476 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4477
4478         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4479           Add support for burn:// URIs (#343385); const-ify things a bit,
4480           use G_N_ELEMENTS instead of hard-coded array size.
4481
4482 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4483
4484         Patch by: Young-Ho Cha  <ganadist at chollian net>
4485
4486         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4487           Fix up broken entities before passing them to libxml *sigh*.
4488           (#343303).
4489           
4490 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4491
4492         * configure.ac:
4493           back to TRUNK
4494
4495 === release 0.10.8 ===
4496
4497 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4498
4499         * configure.ac:
4500           releasing 0.10.8, "Moar gij ziet mij nie"
4501
4502 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4503
4504         * configure.ac:
4505         * po/af.po:
4506         * po/az.po:
4507         * po/cs.po:
4508         * po/en_GB.po:
4509         * po/hu.po:
4510         * po/it.po:
4511         * po/nb.po:
4512         * po/nl.po:
4513         * po/or.po:
4514         * po/sq.po:
4515         * po/sr.po:
4516         * po/sv.po:
4517         * po/uk.po:
4518         * po/vi.po:
4519         * win32/common/config.h:
4520           0.10.7.2 prerelease
4521
4522 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4523
4524         * docs/libs/tmpl/gstaudio.sgml:
4525         * docs/libs/tmpl/gstcolorbalance.sgml:
4526         * docs/libs/tmpl/gstmixer.sgml:
4527         * docs/libs/tmpl/gstringbuffer.sgml:
4528         * docs/libs/tmpl/gsttuner.sgml:
4529         * docs/libs/tmpl/gstxoverlay.sgml:
4530         * gst-libs/gst/audio/audio.c:
4531         * gst-libs/gst/audio/gstringbuffer.c:
4532         * gst-libs/gst/interfaces/colorbalance.c:
4533         * gst-libs/gst/interfaces/mixer.c:
4534         * gst-libs/gst/interfaces/tuner.c:
4535         * gst-libs/gst/interfaces/xoverlay.c:
4536           move last template doc snippets to source code and delete them
4537
4538 2006-06-06  Michael Smith  <msmith@fluendo.com>
4539
4540         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4541         (theora_parse_drain_queue):
4542           Mark DELTA_UNIT on non-keyframes.
4543
4544 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4545
4546         * gst-libs/gst/audio/gstbaseaudiosink.c:
4547         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4548         * gst-libs/gst/audio/gstbaseaudiosink.h:
4549         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4550         (gst_ring_buffer_samples_done):
4551         * gst-libs/gst/audio/gstringbuffer.h:
4552         Document better the fact that latency_time and buffer_time are values
4553         stored in microseconds, and not the usual GStreamer nanoseconds.
4554         Change the variables (compatibly) that store them from GstClockTime 
4555         to guint64 to make it more clear that they're not storing clock times.
4556         Also, remove the bogus property description that says the user can
4557         specify -1 to get the default value, since that's never been the case.
4558
4559         When computing the default segment size for the ring buffer, make it
4560         an integer number of samples.
4561
4562         When the sub-class indicates a delay greater than the number of
4563         samples we've written return 0 from the audio sink get_time method.
4564
4565 2006-06-02  Michael Smith  <msmith@fluendo.com>
4566
4567         * tests/check/elements/audioconvert.c: (set_channel_positions),
4568         (get_float_mc_caps), (get_int_mc_caps):
4569         * tests/check/elements/audioresample.c:
4570         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4571         * tests/check/elements/videorate.c:
4572         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4573         * tests/check/elements/volume.c:
4574         * tests/check/elements/vorbisdec.c:
4575         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4576           Don't busy-wait in tests; this was causing test timeouts very
4577           frequently when running under valgrind.
4578
4579 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4580
4581         * gst/tcp/README:
4582         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4583         (gst_multi_fd_sink_remove_client_link),
4584         (gst_multi_fd_sink_client_queue_caps),
4585         (gst_multi_fd_sink_client_queue_buffer),
4586         (gst_multi_fd_sink_handle_client_write),
4587         (gst_multi_fd_sink_render):
4588         * gst/tcp/gstmultifdsink.h:
4589           make multifdsink properly deal with streamheader:
4590           - streamheader is taken from caps
4591           - buffers marked with IN_CAPS are not sent
4592           - streamheaders are sent, on connection, from the caps of the
4593             buffer where the client gets positioned to
4594           - further streamheader changes are done every time the client
4595             will receive a buffer with different caps
4596         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4597         (gst_multifdsink_create_streamheader):
4598           add tests for this
4599
4600 2006-06-02  Michael Smith  <msmith@fluendo.com>
4601
4602         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4603           Reinstate limit on channel count. Vorbis does not define the meaning
4604           of > 6 channels, so they're just independent channels. Gstreamer
4605           currently has no mechanism to represent N independent channels.
4606
4607 2006-06-02  Michael Smith  <msmith@fluendo.com>
4608
4609         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4610           Don't arbitrarily restrict channel counts and rate in vorbis.
4611           In terms of effects likely on real-world files, this fixes 96kHz
4612           playback of vorbis.
4613
4614 2006-06-02  Michael Smith  <msmith@fluendo.com>
4615
4616         * gst/audioconvert/audioconvert.c: (float):
4617           More correct float->int conversion.
4618
4619 2006-06-02  Michael Smith  <msmith@fluendo.com>
4620
4621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4622           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4623           value. Fixes g-critical on trying to play back ogg containing
4624           unknown codec.
4625
4626 2006-06-02  Wim Taymans  <wim@fluendo.com>
4627
4628         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4629         (setup_source):
4630         * gst/playback/gstplaybasebin.h:
4631         Make the subtitle detection work from any thread so we don't
4632         deadlock. Fixes #343397.
4633
4634 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4635
4636         * gst/volume/Makefile.am:
4637           Seriously, it's not *that* hard to get compilation right.  Even
4638           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4639
4640 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4641
4642         * gst/volume/gstvolume.c: (volume_choose_func),
4643         (volume_update_real_volume), (gst_volume_class_init),
4644         (gst_volume_init), (volume_process_float), (volume_process_int16),
4645         (volume_process_int16_clamp), (volume_set_caps),
4646         (volume_transform_ip), (plugin_init):
4647         * gst/volume/gstvolume.h:
4648         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4649         another property desc., remove unused param from process function
4650         
4651         * tests/check/elements/volume.c: (volume_suite):
4652         reactivate the passthrough test
4653
4654 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4655
4656         * ext/alsa/gstalsamixerelement.h:
4657         * ext/alsa/gstalsamixeroptions.h:
4658         * ext/alsa/gstalsamixertrack.h:
4659         * ext/gnomevfs/gstgnomevfssink.h:
4660         * ext/gnomevfs/gstgnomevfssrc.h:
4661         * ext/theora/gsttheoradec.h:
4662         * ext/theora/gsttheoraenc.h:
4663         * ext/theora/gsttheoraparse.h:
4664         * ext/vorbis/vorbisparse.h:
4665         * gst-libs/gst/audio/gstaudioclock.h:
4666         * gst-libs/gst/audio/gstaudiofilter.h:
4667         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4668         * gst/audioconvert/gstaudioconvert.h:
4669         * gst/audioresample/gstaudioresample.h:
4670         * gst/audiotestsrc/gstaudiotestsrc.h:
4671         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4672         * gst/playback/gststreamselector.h:
4673         * gst/tcp/gstmultifdsink.h:
4674         * gst/tcp/gsttcpclientsink.h:
4675         * gst/tcp/gsttcpclientsrc.h:
4676         * gst/tcp/gsttcpserversink.h:
4677         * gst/tcp/gsttcpserversrc.h:
4678         * gst/videorate/gstvideorate.h:
4679         * gst/videoscale/gstvideoscale.h:
4680         * gst/videotestsrc/gstvideotestsrc.h:
4681         * gst/volume/gstvolume.h:
4682         * sys/v4l/gstv4ljpegsrc.h:
4683         * sys/v4l/gstv4lmjpegsink.h:
4684         * sys/v4l/gstv4lmjpegsrc.h:
4685         * sys/v4l/gstv4lsrc.h:
4686         * sys/ximage/ximagesink.h:
4687         * sys/xvimage/xvimagesink.h:
4688         * tests/old/testsuite/alsa/sinesrc.h:
4689         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4690
4691 2006-05-31  Wim Taymans  <wim@fluendo.com>
4692
4693         * ext/libvisual/visual.c: (gst_visual_reset),
4694         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4695         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4696         Handle DISCONT.
4697         Use running time before doing QoS.
4698         Handle mono too.
4699
4700 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4701
4702         * docs/libs/Makefile.am:
4703           set a magic variable to indicate we know the docs are incomplete
4704
4705 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4706
4707         * win32/common/libgstvideo.def:
4708           export gst_video_calculate_display_ratio
4709         * win32/vs6/libgstvideoscale.dsp:
4710           add link to libgstvideo-0.10.lib
4711
4712 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4713
4714         * gst/playback/gstplaybasebin.c: (gen_source_element):
4715           Throw a more comprehensible error for rtsp:// URIs (rather
4716           than erroring out with a negotiation error later on) until
4717           we fix playbin to handle rtspsrc etc.
4718
4719 2006-05-30  Wim Taymans  <wim@fluendo.com>
4720
4721         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4722         (gst_text_overlay_text_event):
4723         Added some FIXMEs.
4724
4725 2006-05-30  Wim Taymans  <wim@fluendo.com>
4726
4727         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4728         (gst_adder_request_new_pad), (gst_adder_release_pad):
4729         * gst/adder/gstadder.h:
4730         Implement release_request_pad.
4731         Make padcounter atomic.
4732
4733         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4734         Added check for release_pad in adder.
4735
4736 2006-05-30  Wim Taymans  <wim@fluendo.com>
4737
4738         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4739         Fix build again.
4740
4741 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4742
4743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4744         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4745         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4746         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4747         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4748         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4749         (gst_ogg_demux_bisect_forward_serialno),
4750         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4751         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4752           add more debugging
4753           clean up printf formats for granulepos and serialno
4754
4755 2006-05-30  Michael Smith  <msmith@fluendo.com>
4756
4757         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4758         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4759         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4760         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4761         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4762         * ext/vorbis/vorbisenc.h:
4763           Multi-channel caps negotiation, so we can do proper multichannel
4764           vorbis encoding, negotiated through audioconvert.
4765
4766 2006-05-30  Wim Taymans  <wim@fluendo.com>
4767
4768         * tests/check/elements/adder.c: (test_event_message_received),
4769         (test_play_twice_message_received), (GST_START_TEST),
4770         (adder_suite):
4771         Added check to show that #339935 is fixed with ongoing
4772         adder and collectpads fixes.
4773
4774 2006-05-29  Wim Taymans  <wim@fluendo.com>
4775
4776         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4777         Don't leak pad name.
4778
4779 2006-05-29  Wim Taymans  <wim@fluendo.com>
4780
4781         * gst/adder/gstadder.c: (gst_adder_query_duration),
4782         (forward_event_func), (forward_event), (gst_adder_src_event):
4783         Fix adder seeking.
4784         Make query/seeking code threadsafe.
4785
4786         * tests/check/Makefile.am:
4787         * tests/check/elements/adder.c: (test_event_message_received),
4788         (GST_START_TEST), (test_play_twice_message_received):
4789         Fix adder test case.
4790
4791 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4792
4793         Patch by: Young-Ho Cha  <ganadist at chollian net>
4794
4795         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4796         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4797         (set_encoding_element), (decodebin_element_added_cb),
4798         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4799         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4800         * gst/playback/gstplaybasebin.h:
4801           Add 'subtitle-encoding' property to playbin, so applications can
4802           force a subtitle encoding for non-UTF8 subtitles (#342268).
4803
4804         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4805         (gst_sub_parse_set_property):
4806           Rename recently-added 'encoding' property to 'subtitle-encoding'
4807           (so it can be proxied by playbin/decodebin in a generic way
4808           with less danger of false positives).
4809
4810 2006-05-29  Michael Smith  <msmith@fluendo.com>
4811
4812         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4813         (append_with_other_format), (set_structure_widths),
4814         (gst_audio_convert_transform_caps):
4815           Patch from #341562: give more specific audio caps in get_caps, so
4816           that basetransform  can make better decisions on what caps to
4817           negotiate.
4818
4819 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4820
4821         * tests/check/elements/volume.c:
4822         make it compile again
4823
4824 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4825
4826         * tests/check/elements/volume.c: (volume_suite):
4827         disable test until #343196 gets resolved
4828
4829 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4830
4831         * gst/adder/gstadder.c: (gst_adder_get_type):
4832         Make it easier to copy&paste
4833         
4834         * gst/volume/Makefile.am:
4835         * gst/volume/gstvolume.c: (volume_update_real_volume),
4836         (gst_volume_set_volume), (gst_volume_set_mute),
4837         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4838         (volume_transform_ip), (volume_update_mute),
4839         (volume_update_volume):
4840         * gst/volume/gstvolume.h:
4841         Add own debug category, move duplicate code to helper function, fix
4842         property texts, add more comments and prepare ffor liboil-goodness
4843         
4844         * tests/check/Makefile.am:
4845         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4846         add test for mute and passtrough case, be a bit more verbose to track
4847         failure
4848         
4849         * tests/check/generic/states.c: (GST_START_TEST):
4850         catch elements that fail to instantiate
4851
4852 2006-05-28  Edward Hervey  <edward@fluendo.com>
4853
4854         * tests/check/pipelines/simple-launch-lines.c:
4855         * tests/check/pipelines/theoraenc.c:
4856         * tests/check/pipelines/vorbisenc.c:
4857         Comment out tests using parse_launch() if core was built without
4858         parsing capabilities.
4859
4860 2006-05-27  Edward Hervey  <edward@fluendo.com>
4861
4862         * tests/check/Makefile.am:
4863         Extra bonus points for whoever explains to ensonic that you are meant
4864         to test unit tests thoroughly before commiting them, especially if
4865         you know it's going to break.
4866         De-activated element/adder tests.
4867
4868 2006-05-27  Edward Hervey  <edward@fluendo.com>
4869
4870         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4871         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4872         Marking caps conversion issues as GST_WARNING is way too verbose,
4873         Moving them to GST_LOG.
4874
4875 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4876
4877         * README:
4878           Replace current README (containing the release notes from
4879           some 0.9.x version) with a proper README taken from the core.
4880
4881 2006-05-26  Wim Taymans  <wim@fluendo.com>
4882
4883         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4884         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4885         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4886         (vorbis_dec_change_state):
4887         Small cleanups.
4888         Add some FIXMEs
4889         Clip output samples to segment boundaries.
4890
4891 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4892
4893         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4894         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4895         Improve the errors produced on bad output, including some human
4896         readable description strings.
4897         Handle the (theoretical for ximagesink) case where the XServer 
4898         has a different idea about the size required for a particular 
4899         frame and gives us too small a memory allocation.
4900
4901 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4902
4903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4904         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4905         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4906         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4907         Improve the errors produced on bad output, including some human 
4908         readable description strings.
4909         Handle RGB Xv formats properly by transforming them into our 
4910         big-endian caps description.
4911         Use gst_caps_truncate to ensure that we never try and choose a
4912         non-fixed caps in buffer_alloc.
4913         Handle the case where the XServer has a different idea about the size
4914         required for a particular frame and gives us too small a memory
4915         allocation.
4916         Use -1 to indicate 'no image format', because 0 is a valid XServer
4917         image format number.
4918         Put RGB Xv formats at the end of the caps, so that we always prefer
4919         YUV format frames.
4920         Iterate the available Xv Encodings to determine the maximum width and
4921         height, and then return that in our caps.
4922         (Closes #315312, #337544)
4923
4924 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4925
4926         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4927         When there is only one unfinished pad and it receives an event that
4928         doesn't match our requirements, we need to set alldone=FALSE so that
4929         the fakesink is not removed yet.
4930
4931 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4934           Use gst_type_find_helper_for_buffer() to find the type
4935           of stream from the first packet.
4936
4937         * configure.ac:
4938           Bump requirements to core CVS (needed for vorbis
4939           typefinding to work).
4940
4941 2006-05-24  Edward Hervey  <edward@fluendo.com>
4942
4943         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4944         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4945         contain.  Else they play perfectly fine with qtdemux.
4946
4947 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4948
4949         * ext/theora/theoradec.c:
4950         * ext/theora/theoraenc.c:
4951         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4952         * gst/audiorate/gstaudiorate.c:
4953           make more debug catagories static
4954         
4955         * tests/check/Makefile.am:
4956         * tests/check/elements/adder.c: (message_received),
4957         (test_event_message_received), (GST_START_TEST),
4958         (test_play_twice_message_received), (adder_suite):
4959           added test case for using element twice, extra bonus points for anyone
4960           who can make these test run reliably
4961
4962 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         * ext/theora/theoradec.c: (theora_dec_chain):
4965           Make work with time-stamped input buffers that do not
4966           have a granulepos in BUFFER_OFFSET_END (like theora
4967           buffers coming from matroskademux). Fixes #342448.
4968
4969 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         Patch by: Peter Kjellerstedt  <pkj at axis com>
4972
4973         * gst/tcp/Makefile.am:
4974           fdstresstest doesn't need Gtk+, fix compilation if 
4975           gtk is not available (#342566).
4976
4977 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4978          
4979         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4980           80 line columns
4981           Removed redundant floor()
4982
4983 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4984
4985         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4986           On second thought, just skip JUNK chunks automatically, so
4987           the caller doesn't have to handle this. Fixes #342345.
4988           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4989           not GST_FLOW_ERROR.
4990
4991 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4992
4993         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4994           Don't bail out on JUNK chunks with a size of 0 (would try to
4995           pull_range 0 bytes before, which sources don't like too much).
4996           See #342345.
4997
4998 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4999
5000         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5002         Use the gstutil scaling function to preserve 64 bits while calculating
5003         output width and height from the display-aspect-ratio. (A continuation
5004         of #341542)
5005
5006 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5007
5008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5009         (gst_xvimagesink_buffer_alloc):
5010         * sys/xvimage/xvimagesink.h:
5011         When performing buffer allocations, remember the caps and image format
5012         we return so that if the same caps are asked for next time we can
5013         return them immediately without doing any caps intersections.
5014
5015 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5016          
5017         * gst-libs/gst/rtp/README:
5018           Some new documentation
5019         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5020           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5021         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5022         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5023           New RTP audio base payloader class. Supports frame or sample based
5024           codecs.  Not enabled in Makefile.am until approved.
5025
5026 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5027
5028         * tests/check/elements/alsa.c: (test_device_property_probe):
5029           Fix test case: don't try to free NULL GValueArray when there
5030           are no devices.
5031
5032 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5033
5034         * tests/check/Makefile.am:
5035         * tests/check/elements/alsa.c: (test_device_property_probe),
5036         (alsa_suite), (main):
5037           Add simple test that runs a device property probe on alsasrc,
5038           alsasink and alsamixer. Disable valgrind check for now (too
5039           many leaks in libasound, and valgrind ignored my suppressions
5040           additions).
5041
5042 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5043
5044         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5045         (gst_alsa_device_property_probe_probe_property),
5046         (gst_alsa_device_property_probe_needs_probe),
5047         (gst_alsa_device_property_probe_get_values),
5048         (gst_alsa_type_add_device_property_probe_interface):
5049         * ext/alsa/gstalsadeviceprobe.h:
5050         * ext/alsa/gstalsamixerelement.c:
5051         (gst_alsa_mixer_element_init_interfaces):
5052         * ext/alsa/gstalsamixerelement.h:
5053           Clean up and simplify alsa device probing. Make it actually work
5054           for multiple classes. Don't cache results any longer.
5055
5056         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5057         (gst_alsasink_init):
5058         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5059         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5060         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5061           Make alsasink and alsasrc implement the GstPropertyProbe interface
5062           for device probing (#342181).
5063           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5064
5065 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5066
5067         * gst/subparse/samiparse.c: (handle_start_font):
5068           Don't ignore return value of strtol (++compiler_happiness).
5069
5070 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5071
5072         Patch by: Young-Ho Cha  <ganadist chollian net>
5073
5074         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5075         (gst_sub_parse_class_init), (gst_sub_parse_init),
5076         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5077         (convert_encoding):
5078         * gst/subparse/gstsubparse.h:
5079           Add 'encoding' property (#341681).
5080
5081         * gst/subparse/samiparse.c: (characters_sami):
5082           Output is pango markup, so we need to escape text
5083           between tags (#342143).
5084
5085 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5086
5087         * gst-libs/gst/audio/multichannel.c:
5088         (gst_audio_check_channel_positions):
5089           It's okay to have caps with channels=1 and a channel position
5090           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5091           (deinterleavers might want to keep the position in the caps,
5092           so that they can be re-interleaved again properly later).
5093           Leave check for unexpected 2-channel layouts intact for now.
5094
5095 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5096
5097         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5098         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5099         basesrc can do its job correctly.
5100
5101 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5102
5103         * ext/alsa/Makefile.am:
5104         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5105         (gst_alsa_detect_formats), (get_channel_free_structure),
5106         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5107         (gst_alsa_probe_supported_formats):
5108         * ext/alsa/gstalsa.h:
5109         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5110           Refactor and improve caps probing code: probe signedness
5111           when we probe the supported formats/widths; set endianness
5112           to the one we actually probed for (ie. cpu endianness).
5113           
5114         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5115         (gst_alsasrc_close):
5116         * ext/alsa/gstalsasrc.h:
5117           Implement caps probing for alsasrc.
5118
5119 2006-05-15  Wim Taymans  <wim@fluendo.com>
5120
5121         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5122         (theora_dec_src_query), (theora_dec_src_event),
5123         (theora_dec_sink_event), (theora_handle_comment_packet),
5124         (theora_handle_data_packet), (theora_dec_change_state):
5125         Cleanups, add some G_LIKELY.
5126         Use segment helpers instead of our own wrong code.
5127         Clear queued buffers on seek and READY.
5128
5129         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5130         (vorbis_dec_convert), (vorbis_dec_src_query),
5131         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5132         (vorbis_handle_comment_packet), (vorbis_dec_push),
5133         (vorbis_handle_data_packet), (vorbis_dec_chain),
5134         (vorbis_dec_change_state):
5135         * ext/vorbis/vorbisdec.h:
5136         Remove old useless packetno variable.
5137         Do position query properly.
5138         Add some G_LIKELY.
5139         Do cleanup of queued buffers in new helper function
5140         and use it.
5141
5142 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5145           Query supported sample rates. Fixes #341732.
5146
5147 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5148
5149         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5150         (gst_decode_bin_change_state): Make decodebin reusable
5151         when going from PAUSE_TO_READY and then back to PAUSED.
5152         Fixes #331678.
5153
5154 2006-05-15  Wim Taymans  <wim@fluendo.com>
5155
5156         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5157         (vorbis_dec_convert), (vorbis_dec_src_query),
5158         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5159         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5160         (vorbis_dec_clean_queued), (vorbis_dec_push),
5161         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5162         Cleanups. Use refcounting and DEBUG_OBJECT.
5163         Reset segment on flush, use code methods instead of our
5164         own wrong version.
5165         Fix potential memleak.
5166
5167 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5168
5169         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5170         (gst_alsasink_init):
5171         * ext/alsa/gstalsasink.h:
5172           Don't leak allocated snd_output_t structure if there's
5173           more than one alsasink instance at a time (#341873).
5174           Also fix GObject macros in header file.
5175           
5176 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5177
5178         * gst/subparse/gstsubparse.c:
5179         (gst_sub_parse_data_format_autodetect):
5180           Don't use libxml functions in the typefinding code.
5181
5182 2006-05-15  Wim Taymans  <wim@fluendo.com>
5183
5184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5185         Fix seeking performance in the case where a non-header 
5186         packet has a 0 granulepos (busted theora case). 
5187         Fixes #341719
5188         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5189          the first place, you limelight stealer you)
5190
5191 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * gst/subparse/gstsubparse.c:
5194         (gst_sub_parse_data_format_autodetect):
5195           Improve SAMI typefinding: handle case where there are
5196           whitespaces or newlines in front of the first <SAMI>
5197           tag (#169936).
5198
5199 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5200
5201         * configure.ac:
5202           Build video4linux plugin even if there's no XVIDEO, just
5203           without implementing the GstXOverlay interface (#334002).
5204          
5205 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * configure.ac:
5208         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5209         (plugin_init):
5210           Add tentative support for libvisual-0.4 (#336881).
5211
5212 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         Patch by: Young-Ho Cha <ganadist at chollian net>
5215
5216         * gst/subparse/samiparse.c: (handle_start_font):
5217           Need to map "silver" colour explicitly (#169936).
5218
5219 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         Patch by: Young-Ho Cha  <ganadist at chollian net>
5222
5223         * gst/subparse/Makefile.am:
5224         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5225         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5226         (gst_sub_parse_format_autodetect), (feed_textbuf),
5227         (gst_subparse_type_find), (plugin_init):
5228         * gst/subparse/gstsubparse.h:
5229         * gst/subparse/samiparse.c:
5230         * gst/subparse/samiparse.h:
5231           Add support for SAMI subtitles (#169936).
5232
5233 2006-05-14  Michael Smith  <msmith@fluendo.com>
5234
5235         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5236           Fix #341696: crash when mixing L+R+C to mono or stereo.
5237         * tests/check/Makefile.am:
5238         * tests/check/elements/audioconvert.c: (set_channel_positions),
5239         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5240         (audioconvert_suite):
5241           Add test for the above, including some generic framework bits for
5242           testing multichannel things.
5243
5244 === release 0.10.7 ===
5245
5246 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5247
5248         * configure.ac:
5249           releasing 0.10.7, "Leave the gun"
5250
5251 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5252
5253         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5255         Fix the build.
5256
5257 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5258
5259         * docs/libs/gst-plugins-base-libs-docs.sgml:
5260         * docs/libs/gst-plugins-base-libs-sections.txt:
5261         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5262         * gst-libs/gst/video/video.h:
5263         * gst/videoscale/Makefile.am:
5264         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5266         * tests/check/Makefile.am:
5267         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5268         (main):
5269           Fix integer overflow problem with pixel-aspect-ratio calculations
5270           in videoscale and xvimagesink (#341542)
5271
5272 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5273
5274         * gst-libs/gst/tag/gstid3tag.c:
5275           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5276
5277 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5278
5279         * win32/MANIFEST:
5280           update win32 files listing
5281
5282 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5283
5284         patch by: Sjoerd Simons (sjoerd@luon.net)
5285
5286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5287         (group_create), (group_destroy), (add_stream),
5288         (gst_play_base_bin_get_property),
5289         (gst_play_base_bin_get_streaminfo_value_array):
5290         * gst/playback/gstplaybasebin.h:
5291           API: GstPlayBaseBin::stream-info-value-array property
5292           use a more bindings-friendly way of exposing streaminfo
5293           using a GValueArray.  Tested in ipython.
5294           Closes #341114
5295
5296 2006-05-11  Wim Taymans  <wim@fluendo.com>
5297
5298         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5299         (queue_underrun_cb), (queue_filled_cb):
5300         Also catch queue underruns but don't do anything yet.
5301         Refactor and comment queue enlarging code a bit.
5302
5303         * gst/playback/gstplaybasebin.c: (queue_overrun),
5304         (queue_threshold_reached), (queue_out_of_data),
5305         (gen_preroll_element):
5306         If a queue over/underruns check that we don't create nasty
5307         deadlocks when the min-threshold is not reached but the
5308         max-bytes is. In those cases disable max-bytes when we
5309         know that the queue is fed timed data.
5310         Add more comments.
5311
5312 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5313
5314         * gst/playback/gstplaybin.c: (gen_audio_element):
5315           Make playbin automatically plug an 'audioresample'
5316           element before the audio sink as well. This solves
5317           problems with sinks that only accept a very specific
5318           sample rate, like esdsink (e.g. #340379).
5319
5320 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * gst/playback/gstplaybasebin.c: (gen_source_element):
5323           Make http sources send special headers so that we receive
5324           icecast metadata if the http stream is an icecast stream
5325           (otherwise the server will just ignore them). This also
5326           means that from now on users will need the 'icydemux'
5327           element from gst-plugins-good installed if they want to
5328           listen to icecast radio streams. (#341432, #333657).
5329
5330 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5331
5332         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5333         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5334           remove stupid example from docs - it should come with a simple
5335           C program instead.
5336           Clean up/fix docs
5337         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5338         (fail_if_can_read), (GST_START_TEST),
5339         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5340           add a test for changing streamheader which exposes a bug in
5341           multifdsink
5342
5343 2006-05-11  Michael Smith  <msmith@fluendo.com>
5344
5345         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5346         (gst_gnome_vfs_src_received_headers_callback):
5347         * ext/gnomevfs/gstgnomevfssrc.h:
5348           Don't set icy-caps unless we have a sane interval value. Move
5349           interval to a local variable; we never use it outside this function.
5350
5351 2006-05-11  Wim Taymans  <wim@fluendo.com>
5352
5353         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5355         Register special buffer types along with the objects so
5356         that they are not registered at runtime from N different
5357         streaming threads since they are not threadsafe.
5358
5359 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5360
5361         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5362         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5363           add two more tests, one doing streamheader
5364
5365 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5366
5367         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5368           clean up the bufqueue when shutting down
5369         * tests/check/Makefile.am:
5370         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5371         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5372         (main):
5373           add a test for the leak that was just fixed
5374
5375 2006-05-10  Wim Taymans  <wim@fluendo.com>
5376
5377         * gst/adder/gstadder.c: (gst_adder_setcaps),
5378         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5379         (gst_adder_src_event), (gst_adder_sink_event),
5380         (gst_adder_class_init), (gst_adder_finalize),
5381         (gst_adder_request_new_pad), (gst_adder_collected):
5382         * gst/adder/gstadder.h:
5383         Updated some docs. Added comments and FIXMEs all over the place.
5384         Improve debugging info.
5385         Fix leak on finalize by not calling the parent.
5386         Implement duration query.
5387         Make event forwarding threadsafe.
5388         Correctly send NEWSEGMENT at start and after flush.
5389         Handle EOS correctly.
5390         Post error when not negotiated.
5391
5392         * tests/check/elements/adder.c: (GST_START_TEST):
5393         Added FIXME in the test.
5394
5395 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5396
5397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5398         (gst_text_overlay_halign_get_type),
5399         (gst_text_overlay_wrap_mode_get_type):
5400         * ext/theora/theoradec.c: (theora_handle_type_packet),
5401         (theora_handle_data_packet):
5402         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5403         (theora_enc_sink_setcaps), (theora_enc_chain):
5404         * gst-libs/gst/cdda/gstcddabasesrc.c:
5405         (gst_cdda_base_src_mode_get_type):
5406         * gst/audiotestsrc/gstaudiotestsrc.c:
5407         (gst_audiostestsrc_wave_get_type):
5408         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5409         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5410         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5411         (gst_sync_method_get_type), (gst_unit_type_get_type),
5412         (gst_client_status_get_type):
5413         * gst/videoscale/gstvideoscale.c:
5414         (gst_video_scale_method_get_type):
5415         * gst/videotestsrc/gstvideotestsrc.c:
5416         (gst_video_test_src_pattern_get_type):
5417         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5418         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5419         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5420         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5421         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5422         (paint_setup_RGB565), (paint_setup_xRGB1555):
5423           Const-ify GEnumValue and GFlagsValue arrays. Use
5424           GST_ROUND_UP_* macros instead of home-made ones.
5425
5426 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         * configure.ac:
5429           Require core CVS for the new newsegment stuff.
5430
5431 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5432
5433         Patch by: Sjoerd Simons  <sjoerd at luon net>
5434
5435         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5436           Register nick for enum value (#341160).
5437
5438 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5439
5440         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5441         (plugin_init):
5442          backout typefind patch #340375
5443          
5444         * tests/check/elements/adder.c: (message_received),
5445         (GST_START_TEST), (adder_suite):
5446           redo, signal-handling of test
5447
5448 2006-05-09  Wim Taymans  <wim@fluendo.com>
5449
5450         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5451         (gst_adder_collected):
5452         * gst/adder/gstadder.h:
5453         Remove bogus segment merging and forwarding, we don't
5454         care about timestamps anyway and we just produce a
5455         continuous stream. 
5456         Also create a nice NEWSEGMENT event when we start.
5457         Use _scale_int some more.
5458
5459 2006-05-09  Edward Hervey  <edward@fluendo.com>
5460
5461         * tests/icles/stress-xoverlay.c:
5462         Fix if core was built without parsing support.
5463
5464 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5467           Add SEDG (Samsung MPEG-4) fourcc.
5468
5469 2006-05-09  Edward Hervey  <edward@fluendo.com>
5470
5471         * tests/icles/stress-xoverlay.c:
5472         * tests/examples/volume/volume.c:
5473         Fix if core was built without parsing support.
5474
5475         * tests/examples/seek/seek.c:
5476         Disable the parse_launch example if core was built without parsing
5477         support.
5478
5479 2006-05-08  Edward Hervey  <edward@fluendo.com>
5480
5481         * autogen.sh: (CONFIGURE_DEF_OPT): 
5482         libtoolize on Darwin/MacOSX is called glibtoolize
5483
5484 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5485
5486         * tests/check/Makefile.am:
5487         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5488           Disable the adder test, until the build-slaves posses the kindness to 
5489           either like it or to give valid reason for not doing so 
5490
5491 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5492
5493         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5494         (adder_suite):
5495           Shuffle NULL state change around and raise timeout more
5496
5497 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5498
5499         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5500         (mp4_type_find), (plugin_init):
5501           Add typefind to distinguish between "audio/x-m4a" and new type
5502           "video/mp4". Fixes #340375
5503
5504         * tests/check/elements/adder.c: (adder_suite):
5505           Raise timeout to make buildbot happy
5506
5507 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5508
5509         * gst/adder/gstadder.c: (gst_adder_sink_event),
5510         (gst_adder_request_new_pad), (gst_adder_change_state):
5511         * gst/adder/gstadder.h:
5512         * tests/check/Makefile.am:
5513         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5514         (adder_suite), (main):
5515           Add sink-event handling to adder. It tries to merge incomming
5516           newsegment-events. Added test to check if segment_done is comming
5517           through. Fixes #340060
5518
5519 2006-05-05  Andy Wingo  <wingo@pobox.com>
5520
5521         * ext/theora/theoraparse.c (gst_theora_parse_init)
5522         (theora_parse_src_convert, theora_parse_src_query):
5523         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5524         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5525         query functions on the source pads of the theora and vorbis parse
5526         elements. Fixes position querying when doing a remux.
5527
5528 2006-05-05  Michael Smith  <msmith@fluendo.com>
5529
5530         * ext/theora/theoraparse.c: (parse_granulepos),
5531         (theora_parse_drain_queue_prematurely),
5532         (theora_parse_queue_buffer), (theora_parse_sink_event):
5533           Fix flushing.
5534           Fix invalid granulepos outputs when starting with a non-keyframe.
5535
5536 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5537
5538         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5539         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5540         Rearrange MPEG system stream detection, fixing some memleaks in the
5541         process.
5542         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5543         they clean up their data correctly.
5544         Remove unused ogganx caps and move the 'is_annodex' check to inside
5545         the 'is_ogg' if statement.
5546
5547 2006-05-05  Wim Taymans  <wim@fluendo.com>
5548
5549         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5550         Properly remove ghostpads. Fixes #340392
5551
5552 2006-05-04  David Schleef  <ds@schleef.org>
5553
5554         * gst/typefind/gsttypefindfunctions.c:
5555
5556 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5557
5558         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5559         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5560
5561         When typefinding an MP3 in push-based mode, don't penalise the
5562         probability down to 74% when we found 5 valid frames just because we
5563         can't peek the end of the file.
5564
5565         Make the probability for detecting MPEG Transport Streams based on the
5566         number of sequential headers we successfully detected.
5567
5568 2006-05-03  Wim Taymans  <wim@fluendo.com>
5569
5570         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5571         (vorbis_dec_push), (vorbis_dec_chain):
5572         Still produce an error when we receive an empty packet.
5573
5574 2006-05-03  Wim Taymans  <wim@fluendo.com>
5575
5576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5577         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5578         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5579         Mark buffers with DISCONT after seek and after activating new
5580         chains.
5581
5582         * ext/theora/gsttheoradec.h:
5583         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5584         (theora_get_query_types), (theora_dec_sink_event),
5585         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5586         (theora_dec_change_state):
5587         Fix frame counter.
5588         Detect and mark DISCONT buffers.
5589
5590         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5591         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5592         (vorbis_dec_change_state):
5593         * ext/vorbis/vorbisdec.h:
5594         Use GstSegment.
5595         Detect and mark DISCONT buffers.
5596         Don't crash on 0 sized buffers.
5597
5598 2006-05-03  Wim Taymans  <wim@fluendo.com>
5599
5600         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5601         (volume_transform_ip):
5602         Increase "volume" property to 10.0. Fixes #340369.
5603         Set the process function to NULL when capsnego fails so that
5604         we properly error out.
5605
5606 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5607
5608         * gst/playback/gstplaybin.c: (add_sink):
5609         * gst/playback/test.c: (main):
5610         * gst/playback/test5.c: (dump_element_stats):
5611         * gst/playback/test6.c: (main):
5612           free caps using gst_caps_unref, don't leak caps-strings
5613
5614 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5615
5616         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5617         (plugin_init):
5618           Refine musepack typefinding a bit. Return MAXIMUM
5619           probability when we detect stream version 7 to make
5620           sure the mpeg audio typefinder doesn't trump us.
5621
5622 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5623
5624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5625           Protect against unexpected NULL strf_data buffer.
5626
5627 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5628
5629         * tests/check/elements/audioconvert.c: (verify_convert),
5630         (GST_START_TEST):
5631           interpret the out[] buffer in the order the bytes are actually
5632           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5633           Other tests should use BYTE_ORDER since the array is filled in
5634           with actual values
5635
5636 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5637
5638         * tests/check/elements/audioconvert.c: (verify_convert),
5639         (GST_START_TEST):
5640           when a test fails, give an indication of which it is
5641
5642 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5643
5644         * gst-libs/gst/cdda/gstcddabasesrc.c:
5645           compile fix; strtol() needs <stdlib.h>
5646
5647 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5648
5649         * ext/alsa/gstalsamixerelement.c:
5650         * ext/alsa/gstalsasrc.c:
5651         * ext/cdparanoia/gstcdparanoiasrc.c:
5652         * ext/gnomevfs/gstgnomevfssink.c:
5653         * ext/gnomevfs/gstgnomevfssrc.c:
5654         * ext/ogg/gstoggdemux.c:
5655         * ext/ogg/gstoggmux.c:
5656         * ext/ogg/gstoggparse.c:
5657         * ext/ogg/gstogmparse.c:
5658         * ext/pango/gstclockoverlay.c:
5659         * ext/pango/gsttextoverlay.c:
5660         * ext/pango/gsttextrender.c:
5661         * ext/pango/gsttimeoverlay.c:
5662         * ext/theora/theoradec.c:
5663         * ext/theora/theoraenc.c:
5664         * ext/vorbis/vorbisdec.c:
5665         * ext/vorbis/vorbisenc.c:
5666         * gst-libs/gst/audio/gstaudiofilter.c:
5667         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5668         * gst/audioconvert/gstaudioconvert.c:
5669         * gst/audiorate/gstaudiorate.c:
5670         * gst/audioresample/gstaudioresample.c:
5671         * gst/audiotestsrc/gstaudiotestsrc.c:
5672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5673         * gst/playback/gstdecodebin.c:
5674         * gst/playback/gstplaybin.c:
5675         * gst/playback/gststreamselector.c:
5676         * gst/subparse/gstsubparse.c:
5677         * gst/tcp/gstmultifdsink.c:
5678         * gst/tcp/gsttcpclientsink.c:
5679         * gst/tcp/gsttcpclientsrc.c:
5680         * gst/tcp/gsttcpserversink.c:
5681         * gst/tcp/gsttcpserversrc.c:
5682         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5683         * gst/videorate/gstvideorate.c:
5684         * gst/videoscale/gstvideoscale.c:
5685         * gst/videotestsrc/gstvideotestsrc.c:
5686         * gst/volume/gstvolume.c:
5687         * sys/v4l/gstv4ljpegsrc.c:
5688         * sys/v4l/gstv4lmjpegsink.c:
5689         * sys/v4l/gstv4lmjpegsrc.c:
5690         * sys/v4l/gstv4lsrc.c:
5691         * sys/ximage/ximagesink.c:
5692         * sys/xvimage/xvimagesink.c:
5693         * tests/check/libs/cddabasesrc.c:
5694           make GstElementDetails const
5695
5696 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5697
5698         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5699         (gst_adder_init):
5700           send events from src-pad to all sink-pads fixes #338657
5701
5702 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5703
5704         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5705         (alsasink_parse_spec):
5706           query width capabilities from alsa, fixes #338919
5707
5708 2006-04-28  Wim Taymans  <wim@fluendo.com>
5709
5710         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5711         (gst_multi_fd_sink_remove_client_link):
5712         * gst/tcp/gstmultifdsink.h:
5713         Fix race condition in multifdsink that can lead to spurious 
5714         duplicate clients. this patch adds a new signal that is fired when
5715         multifdsink has removed all references to the fd.
5716         Fixes #339574.
5717         Updated documentation.
5718         API: client-fd-removed signal added
5719
5720 2006-04-28  Michael Smith  <msmith@fluendo.com>
5721
5722         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5723           When asking g_value_array_new to prealloc elements, we may as well
5724           ask for the right number of elements.
5725
5726 2006-04-28  Wim Taymans  <wim@fluendo.com>
5727
5728         * gst-libs/gst/audio/gstbaseaudiosink.c:
5729         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5730         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5731         patch to make timestamp checking more tollerant to rounding 
5732         errors given that real discontinuities are to be marked on
5733         buffers. Fixes some asf files and #338778.
5734         Also avoid some crashers when we receive an event in the 
5735         NULL state.
5736
5737 2006-04-28  Michael Smith  <msmith@fluendo.com>
5738
5739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5740         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5741         (gst_gnome_vfs_src_get_property),
5742         (gst_gnome_vfs_src_send_additional_headers_callback),
5743         (gst_gnome_vfs_src_received_headers_callback),
5744         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5745         (gst_gnome_vfs_src_stop):
5746         * ext/gnomevfs/gstgnomevfssrc.h:
5747           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5748           proper shared support within icydemux.
5749
5750 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5751
5752         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5753         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5754           fix up docs
5755           fix a leak when no caps negotiated
5756           fix counting of input frames
5757         * tests/check/elements/.cvsignore:
5758         * tests/check/elements/videorate.c: (assert_videorate_stats),
5759         (GST_START_TEST), (videorate_suite):
5760           add tests for these
5761
5762 2006-04-28  Wim Taymans  <wim@fluendo.com>
5763
5764         * gst-libs/gst/audio/gstringbuffer.c:
5765         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5766         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5767         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5768         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5769         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5770         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5771         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5772         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5773         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5774         Check arguments passed to public functions instead of
5775         crashing.
5776
5777 2006-04-28  Wim Taymans  <wim@fluendo.com>
5778
5779         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5780         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5781         GstBaseAudioSrc must be live or it does not work.
5782
5783         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5784         Don't set live to TRUE as this is the default in the parentclass.
5785
5786 2006-04-28  Wim Taymans  <wim@fluendo.com>
5787
5788         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5789         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5790         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5791         fixation cases better. Fixes #338991
5792
5793 2006-04-28  Wim Taymans  <wim@fluendo.com>
5794
5795         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5796         Handle 0/1 framerate correctly Fixes #331901.
5797
5798 2006-04-28  Wim Taymans  <wim@fluendo.com>
5799
5800         * tests/check/elements/audioconvert.c: (get_float_caps),
5801         (GST_START_TEST), (audioconvert_suite):
5802         Added check for correct clipping when doing float samples
5803         in audioconvert.
5804
5805 2006-04-28  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5808         (gst_video_rate_chain):
5809         Print more debugging info.
5810
5811 2006-04-28  Wim Taymans  <wim@fluendo.com>
5812
5813         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5814         (resample_set_state_from_caps):
5815         Add support for other formats audioresample can handle such as
5816         32 bits in and float and 64 bits float. Fixes #301759
5817
5818 2006-04-28  Wim Taymans  <wim@fluendo.com>
5819
5820         * gst/audioconvert/audioconvert.c: (float):
5821         correctly clip float samples > 1.0. Fixes #338718
5822
5823 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         Patch by: Young-Ho Cha  <ganadist at chollian net>
5826
5827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5828         (gst_text_overlay_render_text):
5829           Don't strip newlines from the text. Also, center lines
5830           within multi-line paragraphs (#339405).
5831
5832 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5833
5834         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5835           Fix wavpack typefinding to work in more cases (don't peek
5836           for chunks of multiple hundred kBs at once, but process
5837           things step-by-step in smaller units). Fixes #339786.
5838
5839 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5840
5841         * configure.ac:
5842           back to HEAD
5843
5844 === release 0.10.6 ===
5845
5846 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5847
5848         * configure.ac:
5849           releasing 0.10.6, "Chao"
5850
5851 2006-04-26  David Schleef  <ds@schleef.org>
5852
5853         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5854           Fixes #338897.
5855
5856 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5857
5858         * configure.ac:
5859         * win32/common/config.h:
5860           new prerelease
5861
5862 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5863
5864         patch by: Wim Taymans
5865
5866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5867         (gst_ogg_demux_perform_seek):
5868           make sure correct newsegments are sent, so that the decoder
5869           and the demuxer agree on timestamps.  Fixes playback of a lot
5870           of Ogg files that do not start from 0.  Fixes #339833.
5871
5872 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5873
5874         Patch by: Edward Hervey  <edward@fluendo.com>
5875
5876         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5877         * tests/check/Makefile.am:
5878         * tests/check/elements/videorate.c: (assert_videorate_stats),
5879         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5880         (videorate_suite), (main):
5881           Fix an infinite loop if frames are passed in with wrongly ordered
5882           timestamps.  Fixes #339013.
5883
5884 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5885
5886         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5887
5888         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5889           fix typefinding on some ISO files.  Fixes #339212.
5890
5891 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5892
5893         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5894
5895         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5896           add another H264 fourcc.  Fixes #339047.
5897
5898 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5899
5900         Patch by: Jan Schmidt
5901
5902         * gst/playback/gststreamselector.c:
5903         (gst_stream_selector_bufferalloc):
5904           Restore old StreamSelector behaviour.
5905           Fixes #338419.
5906
5907 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5908
5909         * configure.ac:
5910         * win32/common/config.h:
5911           prerelease
5912
5913 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5914
5915         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5916
5917         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5918         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5919           Fix some memory leaks: on finalize, free buffers left in the queue
5920           before destroying the queue; in _push(), unref rtp_buf even if
5921           the process vfunc returned a NULL buffer as output buffer (#337548);
5922           demote some recuring debug messages to LOG level.
5923
5924 2006-04-11  Wim Taymans  <wim@fluendo.com>
5925
5926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5927         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5928         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5929         (gst_ogg_demux_loop):
5930         More cleanups.
5931         Respect segment stop when emiting EOS or SEGMENT_DONE.
5932         Fixes (#337945).
5933
5934 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5935
5936         * gst/playback/gststreamselector.c:
5937         (gst_stream_selector_get_property):
5938           Don't leak pad name.
5939
5940 2006-04-10  Michael Smith  <msmith@fluendo.com>
5941
5942         * tests/check/Makefile.am:
5943         * tests/check/gst-plugins-base.supp:
5944           Suppress an old libtheora bug (fixed in more recent versions), so 
5945           that FC4 buildslaves can pass.
5946
5947 2006-04-10  Wim Taymans  <wim@fluendo.com>
5948
5949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5950         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5951         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5952         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5953         (gst_ogg_demux_loop):
5954         Don't leak events.
5955         Remember what error we got when finding chains, if we
5956         were shutdown, that would not be an error.
5957
5958 2006-04-10  Wim Taymans  <wim@fluendo.com>
5959
5960         * gst-libs/gst/audio/gstbaseaudiosink.c:
5961         (gst_base_audio_sink_event):
5962         Starting the ringbuffer when we did not acquire it can cause
5963         a deadlock, is pointless and causes nasty things for
5964         subclasses. 
5965         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5966
5967 2006-04-10  Wim Taymans  <wim@fluendo.com>
5968
5969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5970         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5971         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5972         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5973         (gst_ogg_demux_deactivate_current_chain),
5974         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5975         (gst_ogg_demux_bisect_forward_serialno),
5976         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5977         Add some more debugging.
5978
5979 2006-04-10  Wim Taymans  <wim@fluendo.com>
5980
5981         * ext/theora/theoradec.c: (theora_dec_src_event),
5982         (theora_handle_data_packet):
5983         Some more debug info.
5984
5985         * tests/examples/seek/seek.c: (start_seek), (main):
5986         Print element messages too.
5987
5988 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5989
5990         * gst/audioresample/debug.h:
5991           replace debug macros with variable number of parameters
5992           by a simple alias to gstreamer standard debug macros 
5993          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5994           supported by MSVC 6.0 and 7.1)
5995         * gst/audioresample/resample.h:
5996           define M_PI and rint for WIN32
5997         * win32/common/libgstaudio.def:
5998         * win32/common/libgstriff.def:
5999         * win32/common/libgsttag.def:
6000         * win32/common/libgstvideo.def:
6001           add new exported functions
6002         * win32/vs6:
6003           update project files
6004
6005 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6006
6007         * ext/alsa/gstalsamixeroptions.c:
6008         (gst_alsa_mixer_options_class_init):
6009         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6012         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6013         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6014         * gst-libs/gst/audio/gstaudiofilter.c:
6015         (gst_audio_filter_class_init):
6016         * gst-libs/gst/audio/gstaudiosink.c:
6017         (gst_audioringbuffer_class_init):
6018         * gst-libs/gst/audio/gstaudiosrc.c:
6019         (gst_audioringbuffer_class_init):
6020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6021         * gst-libs/gst/interfaces/colorbalancechannel.c:
6022         (gst_color_balance_channel_class_init):
6023         * gst-libs/gst/interfaces/mixeroptions.c:
6024         (gst_mixer_options_class_init):
6025         * gst-libs/gst/interfaces/mixertrack.c:
6026         (gst_mixer_track_class_init):
6027         * gst-libs/gst/interfaces/tunerchannel.c:
6028         (gst_tuner_channel_class_init):
6029         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6030         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6031         (gst_netbuffer_class_init):
6032         * gst-libs/gst/rtp/gstbasertppayload.c:
6033         (gst_basertppayload_class_init):
6034         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6035         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6036         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6037         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6038         * gst/playback/gststreamselector.c:
6039         (gst_stream_selector_class_init):
6040         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6041         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6042         * sys/v4l/gstv4lcolorbalance.c:
6043         (gst_v4l_color_balance_channel_class_init):
6044         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6045         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6046         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6047         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6048         (gst_v4l_tuner_norm_class_init):
6049         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6051         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6052         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6053
6054 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6055
6056         * ext/pango/gsttextrender.h:
6057         * gst-libs/gst/audio/gstaudiosink.h:
6058         * gst-libs/gst/audio/gstaudiosrc.h:
6059         * gst-libs/gst/audio/gstbaseaudiosink.h:
6060         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6061         * gst-libs/gst/audio/gstringbuffer.h:
6062         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6063         * gst-libs/gst/rtp/gstbasertppayload.h:
6064         * gst-libs/gst/video/gstvideofilter.h:
6065         * gst-libs/gst/video/gstvideosink.h:
6066         * gst/playback/gstplaybasebin.h:
6067         * gst/tcp/gstmultifdsink.h:
6068         * sys/v4l/gstv4lelement.h:
6069         Fix broken GObject macros
6070
6071 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6072
6073         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6074         More debug to trace why my USB headset is not working with gst
6075
6076 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6077
6078         * gst/playback/gstplaybasebin.c: (group_destroy):
6079         Clean up our group elements properly in the case where it never 
6080         got committed - it still got added unconditionally to the bin.
6081
6082 2006-04-07  Wim Taymans  <wim@fluendo.com>
6083
6084         * ext/theora/theoradec.c: (theora_dec_sink_event),
6085         (theora_handle_data_packet), (theora_dec_chain):
6086         Unref unhandled events.
6087         Protect against empty buffers.
6088         Perform QoS on running time.
6089
6090 2006-04-07  Michael Smith  <msmith@fluendo.com>
6091
6092         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6093         (gst_vorbis_enc_chain):
6094           Remove leaks from vorbisenc.
6095           Mostly minor changes, the only significant one is that now the
6096           buffers we set as 'streamheader' on the caps are copies of the
6097           original buffers, to avoid circular refcounting problems.
6098
6099 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6100
6101         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6102           Don't remove our mute-probe if someone else already did so.
6103           Don't set a 2nd one if there is already one pending on the pad.
6104
6105         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6106         (do_playbin_seek):
6107           When a seek fails, ensure that playbin is still set back to playing.
6108           
6109         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6110         (mpeg_ts_type_find), (plugin_init):
6111           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6112
6113 2006-04-06  Andy Wingo  <wingo@pobox.com>
6114
6115         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6116         (gst_video_rate_init): Caps-related parameters should not be reset
6117         by a flush -- move their inits to the instance init function.
6118         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6119         is not OK, just return the result.
6120
6121         * gst/audiotestsrc/gstaudiotestsrc.c
6122         (gst_audio_test_src_class_init)
6123         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6124         broken by Stefan's commit on 24 March.
6125
6126         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6127         buffers being pushed out. Fixes oggmux ! multifdsink.
6128
6129 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6130
6131         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6132         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6133         * ext/vorbis/vorbisdec.h:
6134         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6135         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6136         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6137         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6138         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6139         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6140         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6141         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6142         (gst_vorbis_enc_buffer_from_packet),
6143         (gst_vorbis_enc_buffer_from_header_packet),
6144         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6145         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6146         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6147         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6148         (gst_vorbis_enc_change_state):
6149         * ext/vorbis/vorbisenc.h:
6150           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6151           vorbisenc adhere to the official nomenclature; use boilerplate
6152           macro.
6153
6154 2006-04-04  Andy Wingo  <wingo@pobox.com>
6155
6156         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6157         Whoops, fix bug introduced. Bad hacker!
6158         
6159         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6160         Properly handle the case where you get EOS before any buffers are
6161         received. Use gst_buffer_make_metadata_writable where appropriate.
6162
6163         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6164         is often negative -- make it signed so as not to wrap around.
6165         Fixes segfaults introduced on 9 March.
6166
6167 2006-04-03  Wim Taymans  <wim@fluendo.com>
6168
6169         * ext/theora/gsttheoradec.h:
6170         * ext/theora/theoradec.c: (theora_dec_src_event):
6171         Don't try to store a gdouble in a gboolean.
6172         Small cleanups.
6173
6174 2006-04-03  Michael Smith  <msmith@fluendo.com>
6175
6176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6177           Oggmux sucks.
6178           Make it suck slightly less by writing out the final page.
6179           Still can't encode a vorbis-in-ogg file correctly, though.
6180
6181 2006-04-03  Andy Wingo  <wingo@pobox.com>
6182
6183         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6184         a g_print.
6185
6186         * ext/theora/theora.c (plugin_init): Register theoraparse.
6187
6188         * ext/theora/gsttheoraparse.h: 
6189         * ext/theora/theoraparse.c: New files implementing a theora
6190         parser. Now we can properly remux ogg/theora+vorbis, yay.
6191
6192         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6193
6194 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6195
6196         * gst/audiotestsrc/gstaudiotestsrc.c:
6197           Fixed the sample pipeline (see #323798)
6198
6199 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6200
6201         * configure.ac:
6202         * win32/common/config.h:
6203         * win32/common/config.h.in:
6204           use AS_VERSION and AS_NANO
6205           more cleanups
6206
6207 2006-03-31  Andy Wingo  <wingo@pobox.com>
6208
6209         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6210         uninitialized variable return that would happen.
6211         
6212         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6213         uninitialized variable return that would never happen.
6214
6215         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6216         (vorbis_parse_sink_event): Add an event function to flush our
6217         state on a seek, and to drain buffers on a premature EOS.
6218         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6219         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6220         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6221         (vorbis_parse_drain_queue): Queue up buffers until we can set
6222         their timestamps and granulepos values.
6223
6224         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6225         and keep track of data needed for deriving granulepos and
6226         timestamps for buffers.
6227
6228 2006-03-29  Wim Taymans  <wim@fluendo.com>
6229
6230         Patch by: j^ <j at bootlab dot org>
6231
6232         * ext/alsa/gstalsamixerelement.c:
6233         (gst_alsa_mixer_element_class_init):
6234         * ext/alsa/gstalsasink.c:
6235         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6236         * ext/ogg/gstoggdemux.c:
6237         * ext/ogg/gstoggmux.c:
6238         * ext/ogg/gstoggparse.c:
6239         * ext/pango/gstclockoverlay.c:
6240         * ext/pango/gsttextoverlay.c:
6241         * ext/pango/gsttextrender.c:
6242         * ext/pango/gsttimeoverlay.c:
6243         * ext/theora/theoradec.c:
6244         * ext/theora/theoraenc.c:
6245         * ext/vorbis/vorbisdec.c:
6246         * ext/vorbis/vorbisenc.c:
6247         * gst/audioconvert/gstaudioconvert.c:
6248         * gst/subparse/gstsubparse.c:
6249         * gst/tcp/gstmultifdsink.c:
6250         * gst/tcp/gsttcpclientsink.c:
6251         * gst/tcp/gsttcpclientsrc.c:
6252         * gst/tcp/gsttcpserversink.c:
6253         * gst/tcp/gsttcpserversrc.c:
6254           better/unified long descriptions
6255           Fixes #336477
6256
6257 2006-03-29  Wim Taymans  <wim@fluendo.com>
6258
6259         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6260         (stop_seek):
6261         Don't let double and triple clicks mess up our state.
6262
6263 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6264
6265         * gst/playback/gstplaybin.c: (gen_video_element),
6266         (gen_text_element), (gen_audio_element), (gen_vis_element):
6267           Error out gracefully when we can't create any of the usual
6268           conversion elements for some reason. Also, don't try to
6269           create an audioscale (sic) element that's not used anyway.
6270
6271 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6272
6273         * gst/playback/gstplaybasebin.c: (setup_source):
6274           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6275           element for a particular protocol, that's confusing for users.
6276           Instead, post a RESOURCE_FAILED error, so that our own error
6277           message is actually shown in totem etc. (#336303).
6278
6279 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6280
6281         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6282
6283         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6284         (gst_gnome_vfs_src_get_icy_metadata):
6285           Fix some minor memory leaks (#336194).
6286
6287 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6288
6289         * ext/gnomevfs/gstgnomevfs.c:
6290         (gst_gnome_vfs_location_to_uri_string):
6291         * ext/gnomevfs/gstgnomevfs.h:
6292         * ext/gnomevfs/gstgnomevfssink.c:
6293         (gst_gnome_vfs_sink_set_property):
6294         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6295           Make gnomevfssink accept filenames as well as URIs for the
6296           "location" property, just like gnomevfssrc does (and
6297           filesrc/filesink do) (#336190).
6298
6299 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6300
6301         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6302           set to NULL before unreffing, fixes a valgrind leak.
6303           Why was this not triggering the error that an object needs to
6304           be NULL before unreffing ?
6305         * win32/common/config.h:
6306           update
6307
6308 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         * gst/subparse/gstsubparse.c: (convert_encoding),
6311         (gst_sub_parse_change_state):
6312         * gst/subparse/gstsubparse.h:
6313           Text subtitle files may or may not be UTF-8. If it's not, we
6314           don't really want to see '?' characters in place of non-ASCII
6315           characters like accented characters. So let's assume the input
6316           is UTF-8 until we come across text that is clearly not. If it's
6317           not UTF-8, we don't really know what it is, so try the following:
6318           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6319           is set; if not, check (b) if the current locale encoding is
6320           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6321           the current locale encoding is UTF-8 and the environment variable
6322           was not set to any particular encoding. Not perfect, but better
6323           than nothing (and better than before, I think) (fixes #172848).
6324
6325 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6326
6327         * configure.ac:
6328           update core requirement to 0.10.4.1 because of async_playback
6329           vmethod on GstBaseSink
6330
6331 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6332
6333         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6334         * gst/adder/gstadder.c: (gst_adder_init):
6335         use DEBUG_FUNCPTR for collectpads
6336
6337 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6338
6339         * docs/plugins/Makefile.am:
6340         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6341         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6342         * ext/cdparanoia/gstcdparanoiasrc.c:
6343         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6344         (gst_gnome_vfs_sink_class_init):
6345         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6347         * ext/ogg/gstoggmux.c:
6348         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6349         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6350         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6351         * ext/pango/gsttextoverlay.c:
6352         * ext/pango/gsttextrender.c:
6353         * ext/theora/theoradec.c:
6354         * ext/theora/theoraenc.c:
6355         * ext/vorbis/vorbisdec.c:
6356         * ext/vorbis/vorbisenc.c:
6357         * gst-libs/gst/audio/gstaudiofilter.c:
6358         (gst_audio_filter_base_init):
6359         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6360         (gst_audio_filter_template_base_init):
6361         * gst/adder/gstadder.c: (gst_adder_get_type):
6362         * gst/adder/gstadder.h:
6363         * gst/audioconvert/gstaudioconvert.c:
6364         * gst/audiotestsrc/gstaudiotestsrc.c:
6365         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6366         (gst_audio_test_src_create):
6367         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6368         * gst/playback/gstdecodebin.c:
6369         * gst/playback/gstplaybin.c:
6370         * gst/playback/gststreamselector.c:
6371         (gst_stream_selector_base_init):
6372         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6373         * gst/volume/gstvolume.c:
6374         * sys/v4l/gstv4lmjpegsink.c:
6375         * sys/v4l/gstv4lmjpegsrc.c:
6376         * tests/check/libs/cddabasesrc.c:
6377         * tests/old/examples/gob/gst-identity2.gob:
6378           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6379           define GstElementDetails at the top
6380
6381 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6382
6383         * win32/common/libgstinterfaces.def:
6384         Add a lot of export functions for gst-python
6385         * win32/vs6/libgstinterfaces.dsp:
6386         Add a missing include folder in the project configuration
6387         
6388 2006-03-23  Wim Taymans  <wim@fluendo.com>
6389
6390         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6391         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6392         (gst_base_audio_src_change_state):
6393         Fix audio sources, forgot to make the ringbuffer
6394         startable...
6395
6396 2006-03-23  Wim Taymans  <wim@fluendo.com>
6397
6398         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6399         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6400         (gst_base_audio_src_change_state):
6401         unparent instead of unref the ringbuffer.
6402
6403 2006-03-23  Wim Taymans  <wim@fluendo.com>
6404
6405         * gst-libs/gst/audio/gstbaseaudiosink.c:
6406         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6407         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6408         Implement new async_play vmethod to start slaving and allow
6409         playback start in case of async PLAY state changes. 
6410
6411         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6412         Enable QoS with new method in base class.
6413
6414 2006-03-23  Wim Taymans  <wim@fluendo.com>
6415
6416         Patch by: Julien MOUTTE <julien at moutte dot net>
6417
6418         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6419         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6420         Partially handle 0 framerate, only EOS after the first frame
6421         is missing.
6422
6423 2006-03-23  Wim Taymans  <wim@fluendo.com>
6424
6425         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6426
6427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6428         (gst_riff_create_video_template_caps):
6429         * gst/ffmpegcolorspace/avcodec.h:
6430         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6431         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6432         (gst_ffmpegcsp_avpicture_fill):
6433         * gst/ffmpegcolorspace/imgconvert.c:
6434         Patch for support of YVU9 AVI files (#334822)
6435
6436 2006-03-22  Edward Hervey  <edward@fluendo.com>
6437
6438         * docs/design/design-decodebin.txt:
6439         Added design document for new decodebin
6440         (Target Caps): text/x-pango-markup is also a default target caps.
6441
6442 2006-03-22  Wim Taymans  <wim@fluendo.com>
6443
6444         * gst-libs/gst/audio/gstbaseaudiosink.c:
6445         (gst_base_audio_sink_dispose):
6446         Since we _parent the ringbuffer, we also need to
6447         _unparent instead of a plain _unref.
6448
6449 2006-03-22  Wim Taymans  <wim@fluendo.com>
6450
6451         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6452         (stop_seek), (scrub_toggle_cb), (main):
6453         Add scrub checkbox.
6454
6455 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6456
6457         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6458         (gst_ogg_parse_chain):
6459           Fix very inefficient usage of linked lists (#335365).
6460
6461 2006-03-21  Edward Hervey  <edward@fluendo.com>
6462
6463         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6464         * gst/playback/gstplaybin.c: (handoff):
6465         * gst/playback/gststreamselector.c:
6466         (gst_stream_selector_set_property):
6467         gcc 4.1 unreferenced pointer fixes.
6468         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6470         gst_buffer_ref() now takes a GstBuffer*.
6471
6472 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6473
6474         * sys/xvimage/xvimagesink.c:
6475         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6476         by Jan Schmidt.
6477
6478 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6479
6480         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6481         (id3v1_type_find), (apetag_type_find), (plugin_init):
6482           Can't do tag preferences via probability, as tags would then
6483           lose against types that are recognised with MAXIMUM probability
6484           (like .wav); so let all tag typefinders return MAXIMUM themselves
6485           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6486           that we can prefer APE to ID3v1 (fixes #335028).
6487           
6488 2006-03-17  Wim Taymans  <wim@fluendo.com>
6489
6490         * gst-libs/gst/audio/gstbaseaudiosink.c:
6491         (gst_base_audio_sink_change_state):
6492         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6493         (gst_ring_buffer_may_start):
6494         * gst-libs/gst/audio/gstringbuffer.h:
6495         Only start playback if we are playing.
6496         should fix #330748.
6497
6498 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6499
6500         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6501         * win32/common/config.h:
6502           Revert accidental commits to these files.
6503
6504 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6505
6506         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6507
6508         * tests/Makefile.am:
6509           Don't try to build tests in tests/icles if we
6510           don't have X (#323852)
6511
6512 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * gst-libs/gst/tag/gstid3tag.c:
6515           Add TXXX frame identifiers for replaygain stuff as used
6516           by some taggers (see #323721).
6517
6518 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6519
6520         * gst/playback/gststreamselector.c:
6521         (gst_stream_selector_set_property),
6522         (gst_stream_selector_bufferalloc):
6523           Preserve the existing buggy streamselector behaviour by performing
6524           a fallback buffer allocation when downstream isn't linked yet.
6525           This should really be fixed in playbin by blocking pads until it's
6526           linked them.
6527           Also, use gst_pad_alloc_buffer instead of
6528           gst_pad_alloc_buffer_and_set.
6529
6530 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         * gst-libs/gst/tag/gstid3tag.c:
6533           Don't crash on unknown ID3v2 TXXX frames.
6534           
6535 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6536
6537         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6538           Chain up to the parent finalize method.
6539           Add 32-bit sample size to the template caps.
6540
6541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6542         (gst_riff_create_video_template_caps):
6543           Add the fourcc that the VMWare codec uses.
6544           
6545         * gst/playback/gststreamselector.c:
6546         (gst_stream_selector_set_property),
6547         (gst_stream_selector_bufferalloc),
6548         (gst_stream_selector_request_new_pad):
6549           For the active pad, forward buffer-alloc requests, otherwise
6550           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6551           having to memcpy every frame when used by playbin.
6552
6553         * gst/tcp/gstmultifdsink.c:
6554         (gst_multi_fd_sink_handle_client_write):
6555           Get negotiated caps from the sink pad, rather than the sink
6556           pad's peer.
6557
6558 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6559
6560         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6561         
6562         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6563           Don't forget to set src->callbacks_pushed to FALSE again when
6564           popping them, otherwise re-activation in a different mode won't
6565           work (#334620).
6566
6567 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6568
6569         Patch by: Sebastien Moutte  <sebastien moutte net>
6570
6571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6572         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6573         (gst_ffmpeg_smpfmt_to_caps):
6574           Replace __VA_ARGS__ caps creation macros with varargs functions.
6575           Makes things compile on MSVC (#320765), looks nicer, and we can
6576           tell the compiler to check for the NULL terminator.
6577
6578 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6581
6582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6583           Make sure the buffer we copy into is really always big
6584           enough, this time for real (#333488).
6585           
6586 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6587
6588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6589           Add support for 24bpp DIB (#305279).
6590
6591 2006-03-14  Wim Taymans  <wim@fluendo.com>
6592
6593         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6594         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6596         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6597         (gst_video_scale_init), (gst_video_scale_src_event):
6598         Re-enable QoS after the release.
6599         Rework videoscale to use the base class src_event handler.
6600
6601 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6602
6603         * configure.ac:
6604           back to CVS.
6605
6606 === release 0.10.5 ===
6607
6608 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6609
6610         * configure.ac:
6611           releasing 0.10.5, "Net"
6612
6613 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         * docs/plugins/Makefile.am:
6616           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6617           
6618 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6621         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6622         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6623           Add cdparanoiasrc to docs.
6624
6625         * gst-libs/gst/cdda/gstcddabasesrc.c:
6626           More GstCddaBaseSrc docs.
6627
6628 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * docs/libs/gst-plugins-base-libs-sections.txt:
6631         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6632         * gst-libs/gst/tag/tag.h:
6633           API: libgsttag: new method gst_tag_from_id3_user_tag().
6634
6635 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6638           NULL-terminate array of mpeg4 video file extensions.
6639           Fixes crash on PPC (#334226).
6640
6641 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * ext/gnomevfs/gstgnomevfssrc.c:
6644         (gst_gnome_vfs_src_check_get_range):
6645           gnome_vfs_uri_is_local() alone is not a good indicator
6646           whether we can operate in pull-mode with a specific URI,
6647           as it returns FALSE for file:// URIs that point to an
6648           NFS-mounted path. Be more conservative here: whitelist
6649           local files, blacklist http URIs and use the old
6650           mechanism for anything else (fixes #334216).
6651
6652 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6653
6654         * configure.ac:
6655           back to trunk
6656
6657 === release 0.10.4 ===
6658
6659 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6660
6661         * configure.ac:
6662           releasing 0.10.4, "Power"
6663
6664 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6665
6666         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6667         Disable max-lateness by setting it to -1 for now, so that 
6668         we can bed QoS stuff in thoroughly between now and the next
6669         release.
6670
6671 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         Patch by: Fabrizio Gennari
6674
6675         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6676           Make sure we don't read beyond the palette buffer in case of
6677           broken or manipulated files (#333488)
6678
6679 2006-03-10  Edward Hervey  <edward@fluendo.com>
6680
6681         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6682         Fix for variable not initialized.
6683
6684 2006-03-09  Wim Taymans  <wim@fluendo.com>
6685
6686         * ext/libvisual/visual.c: (gst_visual_get_type),
6687         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6688         (gst_visual_chain):
6689         Small cleanups.
6690
6691         * ext/theora/gsttheoradec.h:
6692         * ext/theora/theoradec.c: (gst_theora_dec_init),
6693         (gst_theora_dec_reset), (_theora_granule_time),
6694         (theora_dec_src_convert), (theora_dec_sink_convert),
6695         (theora_dec_src_query), (theora_dec_src_event),
6696         (theora_dec_sink_event), (theora_handle_comment_packet),
6697         (theora_handle_header_packet), (theora_dec_push),
6698         (theora_handle_data_packet), (theora_dec_chain),
6699         (theora_dec_change_state):
6700         Add simple QoS.
6701
6702 2006-03-09  Wim Taymans  <wim@fluendo.com>
6703
6704         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6705         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6706         Some cleanups.
6707
6708 2006-03-09  Wim Taymans  <wim@fluendo.com>
6709
6710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6711         Don't try to activate NULL chains.
6712
6713 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6716           Fix invalid memory access to region before peek'd data (#332964).
6717
6718 2006-03-09  Wim Taymans  <wim@fluendo.com>
6719
6720         Patch by: Christophe Fergeau
6721
6722         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6723         * ext/pango/gsttextrender.c: (gst_text_render_init):
6724         * gst/adder/gstadder.c: (gst_adder_init):
6725         Don't leak padtemplates, closes #333510.
6726
6727 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6730           Fix invalid memory access: make sure string passed to
6731           regexec() is NUL-termianted.
6732
6733 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6736         (mp3_type_find):
6737           Refactor mpeg/audio typefinding to make it more maintainable
6738           and easier to fine-tune. Make probing into middle of the file
6739           work properly (fixes #333900, also see #152688).
6740
6741 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst/typefind/gsttypefindfunctions.c:
6744         (utf8_type_find_have_valid_utf8_at_offset):
6745           Remove part from previous commit that was bogus:
6746           g_utf8_validate() does in fact not accept embedded
6747           zeroes, so we don't need to check for those (thanks
6748           to Mike for the hint).
6749
6750 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * gst/typefind/gsttypefindfunctions.c:
6753         (utf8_type_find_count_embedded_zeroes),
6754         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6755           Make plain/text typefinder more conservative: firstly, check
6756           for embedded zeroes, which are perfectly valid UTF-8 characters,
6757           but also a fairly good sign that something is not a plain text
6758           file; secondly, probe into the middle of the file if possible.
6759           If we can't probe into the middle, limit the probability value
6760           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6761
6762 2006-03-08  Michael Smith  <msmith@fluendo.com>
6763
6764         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6765           Make typefind function name for mpeg4 video unique.
6766
6767 2006-03-08  Wim Taymans  <wim@fluendo.com>
6768
6769         * ext/libvisual/visual.c: (gst_visual_init),
6770         (gst_visual_clear_actors), (gst_visual_dispose),
6771         (gst_visual_reset), (gst_visual_src_setcaps),
6772         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6773         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6774         (gst_visual_chain), (gst_visual_change_state):
6775         Cleanups, post nice errors.
6776         Handle sink and src events.
6777         Implement simple QoS.
6778
6779         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6780         Use new basesink methods to configure max-lateness.
6781         Small doc update.
6782
6783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6784         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6785         Debug statement cleanups.
6786
6787         * gst/volume/gstvolume.c: (gst_volume_class_init):
6788         Simple cleanup.
6789
6790 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6793         (gst_text_overlay_init), (gst_text_overlay_set_property),
6794         (gst_text_overlay_get_property):
6795           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6796           as string type properties, but mark them deprecated. Add
6797           'halignment' and 'valignment' properties that use enums
6798           instead of strings.
6799
6800 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6801
6802         Patch by: Fabrizio Gennari
6803
6804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6805           Allow palettes with less than 256 colours in AVI files
6806           (#333488)
6807
6808 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6809
6810         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6811         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6812         pad. We were releasing the queued text buffer when we should keep
6813         it until video pad gets EOS or discard the text buffer because it's
6814         too old. That was eating the last subtitle buffer. Add some more
6815         debug.
6816
6817 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6820         (gst_text_overlay_video_chain):
6821           Fix invalid memory access (we can't access a buffer after it's been
6822           pushed downstream without taking a reference); fix memory leak (if
6823           there's no text to render, bail out before allocating stuff).
6824
6825 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6826
6827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6828         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6829         * ext/pango/gsttextoverlay.h:
6830           If input is plain text, escape it before passing it to
6831           pango_layout_set_markup().
6832
6833 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6836           Don't ignore flow return from gst_pad_push().
6837
6838 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6839
6840         Patch by: Fabrizio Gennari
6841
6842         * ext/libvisual/visual.c: (gst_visual_getcaps),
6843         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6846         (gst_vorbisenc_convert_sink):
6847         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6848         (gst_audio_duration_from_pad_buffer):
6849         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6850         (gst_audio_filter_chain):
6851         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6852         (gst_base_rtp_depayload_setcaps):
6853         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6854         (gst_video_get_size):
6855         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6856           Don't leak references returned by gst_pad_get_parent()
6857           (#333663)
6858
6859 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6860
6861         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6862           change location param details
6863         * gst/volume/gstvolume.c: (plugin_init):
6864           correct plugin description
6865
6866 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6867
6868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6869         (gst_gnome_vfs_src_check_get_range):
6870           Override GstBaseSrc::check_get_range() in order to avoid opening
6871           the resource just to check whether we can operate in pull-mode or
6872           not - we can predict that pretty well from the URI alone. Should
6873           fix problems with last.fm (#331690). (Requires latest core CVS).
6874
6875 2006-03-06  Wim Taymans  <wim@fluendo.com>
6876
6877         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6878         (gst_video_sink_class_init):
6879         Throw away frames that are later than 20 ms.
6880
6881 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         Patch by: Fabrizio Gennari
6884
6885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6886           Set depth on WMA caps (#333545)
6887
6888 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6889
6890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6891         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6892           put Theora BOS pages before others.  This hardcodes
6893           the Ogg/Theora I profile, but hey.
6894
6895 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6896
6897         * ext/ogg/README:
6898           updated with some examples
6899         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6900         (granulepos_add), (theora_buffer_from_packet):
6901         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6902         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6903         (gst_vorbisenc_chain):
6904           implement strategy from ext/ogg/README
6905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6906         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6907         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6908         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6909           Fix muxer so that oggz-validate is happy with all streams;
6910           except for no eos mark, and the BOS page ordering
6911         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6912         (check_buffer_granulepos):
6913         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6914           update tests to check for OFFSET being set as requested
6915           fixed type of granulepos, it's not a ClockTime
6916
6917 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6918
6919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6920         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6921         Check that the xvimage we are creating has a correct size
6922         before returning it. (#314897)
6923
6924 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6925
6926         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6927           Give id3 and ape tag typefinders a rank slightly higher
6928           than PRIMARY to ensure they're always run before any of
6929           the other typefinders (in particular wav and mp3) (#324186).
6930
6931 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6934           Add support for '3IVD' fourcc (#333403).
6935
6936 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         * configure.ac:
6939           Bump requirements to GStreamer CVS for the new error enum.
6940
6941         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6942           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6943           space left on the device (fixes #333352).
6944
6945 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6946
6947         * win32/vs6:
6948           add a project file for libgstvolume
6949           update the workspace
6950
6951 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6952
6953         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6954         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6955         (GST_START_TEST):
6956           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6957           Set IN_CAPS on header buffers
6958
6959 2006-03-02  Wim Taymans  <wim@fluendo.com>
6960
6961         * docs/plugins/Makefile.am:
6962         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6963         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6964         Add audioresample to docs.
6965
6966         * gst/audioconvert/gstaudioconvert.c:
6967         Add revision date.
6968
6969         * gst/audioresample/gstaudioresample.c:
6970         (gst_audioresample_base_init), (gst_audioresample_class_init),
6971         (gst_audioresample_init), (gst_audioresample_dispose),
6972         (audioresample_get_unit_size), (audioresample_transform_caps),
6973         (resample_set_state_from_caps), (audioresample_transform_size),
6974         (audioresample_set_caps), (audioresample_event),
6975         (audioresample_do_output), (audioresample_transform),
6976         (audioresample_pushthrough), (gst_audioresample_set_property),
6977         (gst_audioresample_get_property), (plugin_init):
6978         * gst/audioresample/gstaudioresample.h:
6979         Added docs.
6980         Small code cleanups.
6981
6982 2006-03-02  Wim Taymans  <wim@fluendo.com>
6983
6984         * docs/plugins/Makefile.am:
6985         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6986         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6987         Added videoscale to docs.
6988
6989         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6990         (gst_video_rate_swap_prev), (gst_video_rate_event),
6991         (gst_video_rate_chain):
6992         Fix typo in docs.
6993
6994         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6995         (gst_video_scale_init), (gst_video_scale_prepare_size),
6996         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6997         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6998         * gst/videoscale/gstvideoscale.h:
6999         Added docs, examples.
7000         Some code cleanups.
7001         Post errors instead of g_warning.
7002
7003 2006-03-02  Wim Taymans  <wim@fluendo.com>
7004
7005         * docs/libs/gst-plugins-base-libs-docs.sgml:
7006         * docs/libs/gst-plugins-base-libs-sections.txt:
7007         * docs/libs/gst-plugins-base-libs.types:
7008         * docs/plugins/Makefile.am:
7009         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7010         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7011         Added some more docs to libs and plugins.
7012
7013         * gst-libs/gst/audio/gstringbuffer.c:
7014         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7015         * gst-libs/gst/audio/gstringbuffer.h:
7016         Document ringbuffer some more.
7017
7018         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7019         (gst_video_rate_setcaps), (gst_video_rate_reset),
7020         (gst_video_rate_init), (gst_video_rate_flush_prev),
7021         (gst_video_rate_swap_prev), (gst_video_rate_event),
7022         (gst_video_rate_chain), (gst_video_rate_change_state):
7023         * gst/videorate/gstvideorate.h:
7024         Fix videorate to use segments.
7025         Make it work with 0/1 framerates (closes #331903)
7026         Handle EOS correctly.
7027         Added docs.
7028
7029 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7032         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7033         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7034           In state change function, first chain up to parent class,
7035           then handle downwards state change stuff. Remove some
7036           commented out cruft from 0.8 code.
7037
7038 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7041         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7042         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7043         (gst_ogm_parse_chain):
7044           Don't remove/re-add source pad if the new caps are the same as
7045           the old caps anyway (#333042). When removing source pad, don't
7046           unref it afterwards - we didn't ref it when adding. Sprinkle some
7047           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7048           after using gst_pad_get_parent(). Return downstream flow return
7049           value in chain function.
7050
7051 2006-03-02  Wim Taymans  <wim@fluendo.com>
7052
7053         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7054         * docs/plugins/gst-plugins-base-plugins.args:
7055         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7056         * docs/plugins/gst-plugins-base-plugins.interfaces:
7057         * docs/plugins/gst-plugins-base-plugins.signals:
7058         Fix hierarchy, added some more elements to the docs.
7059
7060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7061         (gst_ffmpegcsp_get_type):
7062         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7063         Fix docs for ffmpegcolorspace.
7064
7065 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7068         (apetag_type_find), (ape_type_find), (plugin_init):
7069           Some typefinding fine-tuning:
7070           - rank ID3/APE tags in order of preference via probabilities, so that
7071             ID3v2 > APEv2 > APEv1 > ID3v1.
7072           - three or four bytes don't really justify MAXIMUM probability,
7073             change those to 'very likely' (musepack and monkeysaudio).
7074
7075 2006-03-01  Wim Taymans  <wim@fluendo.com>
7076
7077         * docs/plugins/Makefile.am:
7078         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7079         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7080         * ext/alsa/gstalsamixer.c:
7081         * ext/alsa/gstalsamixer.h:
7082         * ext/alsa/gstalsamixerelement.c:
7083         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7084         * ext/alsa/gstalsamixerelement.h:
7085         * ext/alsa/gstalsasink.c:
7086         * ext/alsa/gstalsasink.h:
7087         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7088         (gst_alsasrc_init):
7089         * ext/alsa/gstalsasrc.h:
7090         Added alsa docs.
7091         Small code cleanups.
7092
7093 2006-03-01  Wim Taymans  <wim@fluendo.com>
7094
7095         * ext/theora/Makefile.am:
7096         Dist new header too,
7097
7098 2006-03-01  Wim Taymans  <wim@fluendo.com>
7099
7100         * docs/plugins/Makefile.am:
7101         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7102         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7103         * ext/gnomevfs/gstgnomevfssink.h:
7104         * ext/gnomevfs/gstgnomevfssrc.h:
7105         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7106         * ext/vorbis/vorbisdec.h:
7107         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7108         * ext/vorbis/vorbisenc.h:
7109         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7110         (vorbis_parse_chain), (vorbis_parse_change_state):
7111         * ext/vorbis/vorbisparse.h:
7112         * gst/audioconvert/gstaudioconvert.h:
7113         * gst/tcp/gsttcpserversink.h:
7114         * gst/videotestsrc/gstvideotestsrc.c:
7115         * gst/videotestsrc/gstvideotestsrc.h:
7116         * gst/volume/gstvolume.c:
7117         * gst/volume/gstvolume.h:
7118         Fix some more docs.
7119         Added docs for vorbisdec and vorbisparse.
7120         Fix vorbisparse.
7121
7122 2006-03-01  Wim Taymans  <wim@fluendo.com>
7123
7124         * docs/plugins/Makefile.am:
7125         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7126         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7127         * ext/pango/gstclockoverlay.h:
7128         * ext/pango/gsttextoverlay.h:
7129         * ext/pango/gsttextrender.h:
7130         * ext/pango/gsttimeoverlay.h:
7131         * ext/theora/gsttheoradec.h:
7132         * ext/theora/gsttheoraenc.h:
7133         * ext/theora/theoradec.c:
7134         * ext/theora/theoraenc.c:
7135         * gst/audioconvert/gstaudioconvert.h:
7136         * gst/audiotestsrc/gstaudiotestsrc.h:
7137         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7138         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7139         * gst/tcp/gstmultifdsink.h:
7140         Updated/added documentation.
7141
7142         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7143         (gst_text_overlay_halign_get_type),
7144         (gst_text_overlay_wrap_mode_get_type),
7145         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7146         (gst_text_overlay_init), (gst_text_overlay_set_property),
7147         (gst_text_overlay_get_property):
7148         Fix up properties to be enums instead of string to make bindings,
7149         introspection and automatic GUI creation possible.
7150         Add getters for the properties.
7151
7152 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7153
7154         * gst/audiotestsrc/gstaudiotestsrc.c:
7155           added defines of M_PI and M_PI_2
7156         * gst/ffmpegcolorspace/avcodec.h:
7157           removed #include "stdint.h" for win32 as _stdint.h is 
7158           autogenerated to win32/common
7159         * win32/common/libgstaudio.def:
7160         * win32/common/libgsttag.def:
7161           added some exports
7162         * win32/vs6:
7163           some project files bugs corrected
7164         * win32/vs7:
7165           project files are reset to the default vs7 configuration 
7166           (they link to msvcr71.dll using default optimizations)
7167           
7168 2006-02-28  Wim Taymans  <wim@fluendo.com>
7169
7170         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7171         Fix some docs.
7172
7173 2006-02-28  Edward Hervey  <edward@fluendo.com>
7174
7175         * ext/alsa/gstalsasrc.c:
7176         Set proper class on the ElementDetails:
7177         Source/Audio instead of Src/Audio/
7178
7179 2006-02-28  Edward Hervey  <edward@fluendo.com>
7180
7181         * gst/videoscale/vs_scanline.c:
7182         (vs_scanline_resample_nearest_RGBA):
7183         Revert optimization in videoscale. It should go in liboil and have
7184         an appropriate liboil function.
7185
7186 2006-02-28  Wim Taymans  <wim@fluendo.com>
7187
7188         * gst-libs/gst/audio/gstbaseaudiosink.c:
7189         (gst_base_audio_sink_provide_clock):
7190         Don't try to provide a clock in the NULL state.
7191
7192 2006-02-28  Wim Taymans  <wim@fluendo.com>
7193
7194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7195         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7196         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7197         (gst_ogg_demux_deactivate_current_chain),
7198         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7199         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7200         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7201         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7202         Use GstSegment infrastructure to remove duplicated code
7203         and handle more seek cases correctly.
7204
7205 2006-02-28  Wim Taymans  <wim@fluendo.com>
7206
7207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7208         (gst_ffmpegcsp_transform):
7209         Don't ignore return code from ffmpeg convert function.
7210
7211         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7212         Split out some long statements to ease debugging.
7213
7214 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7215
7216         * ext/libvisual/visual.c: (gst_visual_init),
7217         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7218         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7219         being able to renegotiate the size. Instead, use the negotiation
7220         algorithm from the goom plugin to pick an initial output caps. 
7221
7222         Also, allow theoretical libvisual plugins that might support non-GL 
7223         output even if they also do GL.
7224
7225 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7226
7227         * ext/libvisual/visual.c: (gst_visual_init),
7228         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7229         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7230         possible negotiation issues.
7231
7232 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7233
7234         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7235
7236 2006-02-24  Michael Smith  <msmith@fluendo.com>
7237
7238         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7239         (cmml_type_find), (plugin_init):
7240           Fix CMML type find function to not require a specific minor version
7241           of the CMML header.
7242
7243           Add an MPEG4 video elementary stream typefind function.
7244
7245 2006-02-04  Michael Smith  <msmith@fluendo.com>
7246
7247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7248         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7249         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7250         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7251         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7252         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7253           Annodex support in ogg demuxer. Doesn't do very much without the
7254           other annodex patches (to come).
7255
7256 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7259
7260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7261           Pick up palette for MS video v1 (#327028)
7262
7263 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7264
7265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7266         (gst_ffmpegcsp_caps_remove_format_info),
7267         (gst_ffmpegcsp_get_unit_size):
7268           The 'palette_data' field from incoming RGB caps shouldn't be
7269           proxied on outgoing YUV caps; also, restrict unit size
7270           adjustment in case of paletted data only to the unit that
7271           actually has a palette. Fixes #330711.
7272
7273 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7274
7275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7276         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7277         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7278         (gst_ffmpegcsp_get_unit_size):
7279           Plug some memory leaks.
7280
7281 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         * sys/ximage/Makefile.am:
7284         * sys/xvimage/Makefile.am:
7285           Add some _CFLAGS and _LIBS that seem to be missing
7286           and/or required for Cygwin (see #317048).
7287
7288 2006-02-22  Wim Taymans  <wim@fluendo.com>
7289
7290         * ext/alsa/gstalsasrc.c:
7291         Fix description as pointed out by caugier.
7292
7293 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7294
7295         Reviewed by : Edward Hervey  <edward@fluendo.com>
7296
7297         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7298         (qt_type_find):
7299         Better 3gp typefinding (#331526).
7300
7301 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7302
7303         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7304           Don't send EOS event here, the base class will send one for us.
7305
7306         * gst/playback/gstplaybasebin.c: (prepare_output):
7307           Subpictures without video stream aren't allowed either.
7308         
7309         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7310           Fix debug statement copy'n'paste-o.
7311
7312 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7315           Fix issues with mixer keeping state when muting/unmuting
7316           and when changing the volume whilst muted (see #331763
7317           and #331765).
7318
7319 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7320
7321         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7322         (parse_subrip), (gst_sub_parse_format_autodetect):
7323           Set right caps given that we send escaped text. Also,
7324           honour <i></i>, <b></b> and <u></u> markers that can be found
7325           in .srt files (fixes #310202).
7326
7327 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7328
7329         * gst-libs/gst/audio/mixerutils.c:
7330         (element_factory_rank_compare_func):
7331           Make order in which elements are tried more determinable.
7332
7333 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7334
7335         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7336         (remove_element_chain), (cleanup_decodebin),
7337         (gst_decode_bin_change_state): Make decodebin reusable by
7338         fixing remove_element_chain first and then introduce a
7339         cleaner in state change to ->NULL. (Closes #331678)
7340
7341 2006-02-19  Wim Taymans  <wim@fluendo.com>
7342
7343         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7344         use 0666 mask when creating files so umask gets applied
7345         correctly. Fixes #331295.
7346
7347 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7348
7349         * gst/subparse/Makefile.am:
7350         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7351         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7352         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7353         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7354         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7355         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7356         * gst/subparse/gstssaparse.h:
7357         * gst/subparse/gstsubparse.c: (plugin_init):
7358           Add very basic parser for SSA subtitle streams (as often
7359           found in matroska files).
7360
7361 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7364           That should be text/x-pango-markup, not text/x-pango-layout.
7365
7366 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7367
7368         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7369         Polishing.
7370
7371 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7372
7373         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7374         (gst_text_overlay_finalize), (gst_text_overlay_init),
7375         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7376         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7377         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7378         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7379         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7380         Fix state change deadlock.
7381
7382 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7383
7384         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7385         (gst_text_overlay_finalize), (gst_text_overlay_init),
7386         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7387         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7388         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7389         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7390         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7391         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7392         and subtitles files.
7393
7394 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7395
7396         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7397         should be considered as raw.
7398
7399 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7400
7401         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7402         (cb_probe):
7403         * gst/playback/gststreaminfo.h: Introduce language informations.
7404
7405 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7406
7407         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7408         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7409         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7410         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7411         Set shared memory segments to be deleted as soon as we have attached,
7412         that way they get cleaned up automatically if we crash.
7413
7414 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7415
7416         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7417         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7418         functions are called with lock held.
7419
7420 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7421
7422         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7423         (gst_text_overlay_finalize), (gst_text_overlay_init),
7424         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7425         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7426         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7427         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7428         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7429         (gst_text_overlay_change_state): Refactoring of textoverlay
7430         without collectpads. This now supports sparse subtitles coming
7431         from a demuxer instead of a sub file. Seeking is still broken 
7432         though. Need to discuss with wtay some more on how to handle
7433         seeking correctly.
7434         * ext/pango/gsttextoverlay.h:
7435         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7436         subtitles coming from the demuxer.
7437
7438 2006-02-17  Wim Taymans  <wim@fluendo.com>
7439
7440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7441         (gst_vorbisenc_convert_sink):
7442         Use some more scaling functions.
7443
7444 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7445
7446         * ext/cdparanoia/gstcdparanoiasrc.c:
7447         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7448         (gst_cd_paranoia_paranoia_callback),
7449         (gst_cd_paranoia_src_signal_is_being_watched),
7450         (gst_cd_paranoia_src_read_sector):
7451         * ext/cdparanoia/gstcdparanoiasrc.h:
7452           Add back 'transport-error' and 'uncorrected-error' signals and
7453           make them actually be fired when bad stuff happens (#319340).
7454
7455 2006-02-17  Wim Taymans  <wim@fluendo.com>
7456
7457         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7458         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7459         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7460         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7461         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7462         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7463         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7464         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7465         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7466         (gst_ring_buffer_clear):
7467         Small cleanups.
7468         Added some G_LIKELY.
7469
7470 2006-02-17  Wim Taymans  <wim@fluendo.com>
7471
7472         * gst-libs/gst/audio/TODO:
7473         Update TODO
7474
7475         * gst-libs/gst/audio/gstbaseaudiosink.c:
7476         (gst_base_audio_sink_get_offset):
7477         When trying to play samples ASAP and we don't have a
7478         previous sample, try to play at position 0 instead of
7479         an invalid position.
7480
7481 2006-02-17  Wim Taymans  <wim@fluendo.com>
7482
7483         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7484         (gst_alsasink_reset):
7485         Also release lock when we get an error in _reset();
7486         fix an error message.
7487
7488 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7489
7490         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7491         (gst_alsasink_init), (get_channel_free_structure),
7492         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7493         (gst_alsasink_close):
7494         * ext/alsa/gstalsasink.h:
7495           Add support for more than 2 channels (#326720).
7496
7497 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7498
7499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7500           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7501           with 4 or 6 channels, assume a default channel layout to make things
7502           work (not sure there's anything else we can do in those cases).
7503
7504 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * gst-libs/gst/audio/multichannel.c:
7507           Minor docs fix.
7508
7509         * gst-libs/gst/riff/Makefile.am:
7510         * gst-libs/gst/riff/riff-ids.h:
7511         * gst-libs/gst/riff/riff-media.c:
7512         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7513           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7514           channels and a channel layout map.
7515           
7516 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7517
7518         Reviewed by Edward Hervey  <edward@fluendo.com>
7519
7520         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7521         C-level optimization of the RGBA nearest neighbour function.
7522         Eventually this might end up in liboil with vectorized versions.
7523
7524 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7525
7526         * gst-libs/gst/audio/multichannel.c:
7527         (gst_audio_get_channel_positions):
7528           When we have more than 2 channels, but no channel layout is
7529           specified in the caps, return some default channel layout
7530           to the caller and warn about about a possibly buggy element
7531           (could be buggy filtercaps as well of course) (#317038).
7532
7533 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7534
7535         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7536           Add gst-libs/gst/cdda to list of lib search paths.
7537
7538 2006-02-15  Andy Wingo  <wingo@pobox.com>
7539
7540         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7541         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7542         to the Lord Jesus that I do not have to touch the ogg muxer ever
7543         again.
7544
7545 2006-02-15  Edward Hervey  <edward@fluendo.com>
7546
7547         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7548         quicktime movie files can also contain 'uuid' atoms.
7549
7550 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7551
7552         * gst/audioconvert/plugin.c: (plugin_init):
7553           Register the GstAudioChannelPosition enum type with the type
7554           system in the plugin_init function, so that it is known before
7555           any element actually makes use of multi-channel stuff. This is
7556           required for example if one wants to be able to deserialise/use
7557           a caps string with channel positions before any pipeline has
7558           been setup and started, like with gst-launch.
7559
7560 2006-02-14  Wim Taymans  <wim@fluendo.com>
7561
7562         * gst-libs/gst/audio/gstringbuffer.c:
7563         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7564         (gst_ring_buffer_samples_done), (wait_segment),
7565         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7566         Add some compiler G_(UN_)LIKELY help.
7567         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7568         make sure they can exit their functions. Should fix #330748
7569
7570 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7571
7572         * Makefile.am:
7573         * configure.ac:
7574         * win32/MANIFEST:
7575         * win32/common/_stdint.h:
7576           Windows does not have long long; copy the generated _stdint.h
7577         * win32/common/interfaces-enumtypes.c:
7578         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7579         (gst_mixer_track_flags_get_type),
7580         (gst_tuner_channel_flags_get_type):
7581         * win32/common/multichannel-enumtypes.c:
7582         (gst_audio_channel_position_get_type):
7583           update
7584
7585 2006-02-13  Wim Taymans  <wim@fluendo.com>
7586
7587         * gst-libs/gst/audio/gstbaseaudiosink.c:
7588         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7589         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7590         Always sync on first sample we receive when starting.
7591
7592 2006-02-13  Wim Taymans  <wim@fluendo.com>
7593
7594         * gst/playback/gstplaybin.c: (gen_vis_element):
7595         Update vis bin docs.
7596         Move queue after tee so we don't queue video buffers but
7597         audio samples instead. Fixes problems where the video queue
7598         is filled and the audio queue empty.
7599
7600 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7603           No need to push an EOS event here, GstBaseSrc will do that for us
7604           when we return FLOW_UNEXPECTED.
7605           
7606 2006-02-12  Wim Taymans  <wim@fluendo.com>
7607
7608         * gst-libs/gst/audio/gstbaseaudiosink.c:
7609         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7610         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7611         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7612         Use scale functions when possible.
7613         Fix error messages.
7614         Free clockid when after waiting for EOS.
7615         Use G_(UN_)LIKLY when it makes sense.
7616         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7617
7618 2006-02-12  Edward Hervey  <edward@fluendo.com>
7619
7620         * gst/playback/gstplaybasebin.c: (prepare_output): 
7621         Remove stray semi-colon (fixes #330888).
7622
7623 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7624
7625         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7627         Fix up the XShm call testing so that we catch errors, and don't
7628         cause new ones by attempting to detach from a segment we failed
7629         to attach to. Fixes #312439.
7630
7631 2006-02-10  Edward Hervey  <edward@fluendo.com>
7632
7633         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7634         Added flv file typefind (video/x-flv).
7635
7636 2006-02-10  Edward Hervey  <edward@fluendo.com>
7637
7638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7639         (gst_riff_create_video_template_caps):
7640         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7641         Also added the caps to the default set of riff video caps.
7642
7643 2006-02-09  Andy Wingo  <wingo@pobox.com>
7644
7645         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7646         time and the end time of the last packet in the page.
7647         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7648         on the pages in our queue, set the duration as well. Reflow a
7649         debug statement.
7650         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7651         Fixes bad muxing order.
7652
7653 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7654
7655         * gst-libs/gst/rtp/gstbasertppayload.c:
7656         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7657           update seqnum before setting it on the packet; this makes sure
7658           that the timestamp and seqnum properties match after pushing
7659           a buffer
7660
7661 2006-02-09  Andy Wingo  <wingo@pobox.com>
7662
7663         * gst-libs/gst/audio/gstringbuffer.c
7664         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7665         overflow after 13.5 hours of recording. Kapow!
7666
7667         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7668         the buffer size -- we don't care about underrun/overrun reporting
7669         right now, just need to return a useful value.
7670
7671 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7672
7673         * configure.ac:
7674           Back to CVS
7675
7676 === release 0.10.3 ===
7677
7678 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7679
7680         * configure.ac:
7681           releasing 0.10.3, "Under Pressure"
7682
7683 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7684
7685         * configure.ac:
7686         Drat. Bump libtool version number for new API.
7687         Prelease 0.10.2.3 (of 0.10.3)
7688
7689 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7690
7691         * configure.ac:
7692         * win32/common/config.h:
7693         0.10.2.2 prerelease (of 0.10.3).
7694
7695 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7696
7697         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7698           Revert Andy's newsegment change pending a more correct
7699           fix.
7700
7701 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7702
7703         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7704         (qt_type_find), (plugin_init):
7705           detect more files as 3gp
7706           group and reorder the iso file formats
7707
7708 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7709
7710         * ext/vorbis/vorbis.c: (plugin_init):
7711           Register musicbrainz tags, so apps don't have to.
7712
7713 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7714
7715         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7716         (gst_tag_to_vorbis_tag):
7717           Make sure we called gst_tag_register_musicbrainz_tags()
7718           before possibly mapping a vorbiscomment string from/to a
7719           musicbrainz tag.
7720
7721 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7724           In case we can't find the required number of consecutive
7725           mpeg audio frames to positively identify an MPEG audio
7726           stream, check if there's at least a valid mpeg audio
7727           frame right at offset 0 and if so suggest mpeg/audio
7728           caps with a very low probability (#153004).
7729
7730 2006-02-07  Andy Wingo  <wingo@pobox.com>
7731
7732         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7733         a TIME segment if we get timestamped buffers. Requires recent
7734         fixes in core to work properly.
7735
7736 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7737
7738         * gst/playback/gstplaybasebin.c: (prepare_output):
7739           Don't print the URI as part of the error message, it
7740           makes error dialogs look rather ugly, especially if
7741           the URI is very long or has characters in it that
7742           need escaping.
7743
7744 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * gst/playback/gstplaybasebin.c: (prepare_output):
7747           Error out if we have only text or subtitles, but nothing
7748           else. Also error out if we have subtitles but no video
7749           stream.
7750
7751 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7754           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7755           Post an error message on the bus when we encounter an
7756           error, which will hopefully be more meaningful than the
7757           'Internal Flow Error' message users get to see if we
7758           just return GST_FLOW_ERROR.
7759
7760 2006-02-07  Andy Wingo  <wingo@pobox.com>
7761
7762         * configure.ac (GST_MAJORMINOR): Update core version req to
7763         0.10.2.2, for the collectpads API addition (#330244).
7764
7765 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7766
7767         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7768           Return FALSE from plugin_init() when GnomeVFS can't
7769           be initialised for some reason (#328423).
7770
7771 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7772
7773         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7774         Stick to seeking theory until i find the bug.
7775         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7776
7777 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7778
7779         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7780         (theora_enc_finalize), (theora_enc_sink_setcaps),
7781         (theora_set_header_on_caps), (theora_enc_chain),
7782         (theora_enc_change_state):
7783         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7784           Make theoraenc and the tests leak free. Like, really.
7785
7786 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7787
7788         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7789         (theora_enc_finalize), (theora_enc_sink_setcaps):
7790           Add a finalize method to ensure we clean up state even if
7791           someone omitted the state change back to NULL.
7792
7793         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7794         (gst_vorbisenc_chain):
7795           Free some more leaked bits.
7796
7797         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7798         (stop_pipeline):
7799           Wait for state changes to happen if they're ASYNC.
7800
7801           This ought to teach those fancy pants buildbots a lesson.
7802
7803 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7804
7805         * gst-libs/gst/tag/gstid3tag.c:
7806           Add mapping for ID3 International Standard Recording Code
7807           tag "TSRC"
7808
7809 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7810
7811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7812           Don't leak tag names.
7813
7814 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7815
7816         * docs/libs/gst-plugins-base-libs-docs.sgml:
7817         * docs/libs/gst-plugins-base-libs-sections.txt:
7818         * gst-libs/gst/tag/gstid3tag.c:
7819         * gst-libs/gst/tag/gstvorbistag.c:
7820         * gst-libs/gst/tag/tags.c:
7821           Split libgsttag docs into multiple sections.
7822
7823 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7824
7825         * docs/libs/Makefile.am:
7826         * docs/libs/gst-plugins-base-libs-docs.sgml:
7827         * docs/libs/gst-plugins-base-libs-sections.txt:
7828         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7829         * gst-libs/gst/tag/gstvorbistag.c:
7830         * gst-libs/gst/tag/tag.h:
7831         * gst-libs/gst/tag/tags.c:
7832           Add libgsttag to the docs.
7833
7834 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7835
7836         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7837         (gst_text_overlay_init), (gst_text_overlay_src_event),
7838         (gst_text_overlay_collected): Fix clockoverlay.
7839
7840 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7841
7842         * docs/libs/compiling.sgml:
7843           Fix typo: it's pkg-config, not pkg-gconfig
7844
7845         * docs/libs/gst-plugins-base-libs-docs.sgml:
7846         * docs/libs/gst-plugins-base-libs-sections.txt:
7847         * docs/libs/tmpl/gstgconf.sgml:
7848           There is no libgstgconf in 0.10, remove it
7849           from the docs.
7850
7851 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7852
7853         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7854         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7855         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7856         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7857         (gst_sub_parse_class_init), (gst_sub_parse_init),
7858         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7859         (parse_mpsub), (parser_state_init), (handle_buffer),
7860         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7861         * gst/subparse/gstsubparse.h: Introduce seeking code.
7862
7863 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7864
7865         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7866           Add comment about LANGUAGE tag inconsistency (we want
7867           ISO-639-1, but extract three-letter identifiers?)
7868
7869         * po/POTFILES.in:
7870           Add two translatable files.
7871
7872 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7873
7874         * gst-libs/gst/tag/Makefile.am:
7875         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7876         * gst-libs/gst/tag/tag.h:
7877         * gst-libs/gst/tag/tags.c:
7878         (gst_tag_register_musicbrainz_tags_internal),
7879         (gst_tag_register_musicbrainz_tags):
7880           Forward-port some tags stuff from the 0.8 branch. This is
7881           mostly the addition of musicbrainz tags and their mapping
7882           to vorbistags, and a vorbistag mapping of the language tag.
7883
7884 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7885
7886         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7887         refactoring.
7888
7889 2006-02-04  David Schleef  <ds@schleef.org>
7890
7891         * ext/ogg/gstoggmux.c:
7892         * gst/typefind/gsttypefindfunctions.c:
7893           Add Dirac typefinding and add dirac format to oggmux.
7894
7895 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7896
7897         * gst/playback/gstdecodebin.c: (try_to_link_1):
7898           Don't put essential function call into
7899           g_return_*() macro, otherwise it'll all be
7900           replaced by NOOPs when compiling with
7901           G_DISABLE_CHECKS defined.
7902
7903 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7904
7905         * ext/ogg/gstoggdemux.c:
7906         * ext/ogg/gstoggparse.c:
7907         * gst/tcp/gsttcpserversink.c:
7908         * sys/v4l/v4lsrc_calls.c:
7909         * sys/v4l/v4lsrc_calls.h:
7910         Just make it compile with --disable-gst-debug.
7911
7912 2006-02-03  Wim Taymans  <wim@fluendo.com>
7913
7914         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7915         (gst_alsasink_class_init), (gst_alsasink_init),
7916         (gst_alsasink_write), (gst_alsasink_reset):
7917         * ext/alsa/gstalsasink.h:
7918         Add lock to protect alsa calls.
7919         Implement reset to flush samples ASAP, does not work
7920         with dmix though.
7921
7922 2006-02-02  Wim Taymans  <wim@fluendo.com>
7923
7924         * gst-libs/gst/audio/gstbaseaudiosink.c:
7925         (gst_base_audio_sink_provide_clock):
7926         Ugh.. getting late I guess...
7927
7928 2006-02-02  Wim Taymans  <wim@fluendo.com>
7929
7930         * gst-libs/gst/audio/gstbaseaudiosink.c:
7931         (gst_base_audio_sink_provide_clock),
7932         (gst_base_audio_sink_set_property),
7933         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7934         Don't try to provide a clock when we are not negotiated since
7935         we might not be able to make it run.
7936
7937 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7938
7939         * gst/playback/gstdecodebin.c: (try_to_link_1):
7940           Unlinking two source pads is ... hard.
7941
7942 2006-02-02  Wim Taymans  <wim@fluendo.com>
7943
7944         * gst-libs/gst/audio/TODO:
7945         Updated.
7946
7947         * gst-libs/gst/audio/gstbaseaudiosink.c:
7948         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7949         On EOS, wait till the last sample is played before posting EOS.
7950
7951 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7952
7953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7954           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7955           setting queue_delay to zero. Also avoid thread being started if
7956           queue_delay is zero.
7957
7958 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7961           Make test work again by connecting fakesinks to each decoded pad,
7962           which makes the pipeline wait until each fakesink has a buffer
7963           queued before going to PAUSED state. At that point we know the
7964           decodebin pads are negotiated.
7965
7966 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7967
7968         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7969         (gst_cdda_base_src_handle_event):
7970         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7971           Pass unhandled queries to the parent class's query function.
7972
7973 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7974
7975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7976         (gst_ogg_pad_src_query):
7977         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7978         * ext/theora/theoradec.c: (theora_dec_src_query),
7979         (theora_dec_sink_query):
7980         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7981         (vorbis_dec_sink_query):
7982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7983         (gst_vorbisenc_sink_query):
7984         * gst/adder/gstadder.c: (gst_adder_query):
7985           Pass unhandled queries upstream instead of just
7986           dropping them (#326447). Also, fix supported
7987           query types list for some elements.
7988
7989 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7990
7991         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7992         (paris_type_find), (ilbc_type_find), (plugin_init):
7993           Fix typefinding for audio/x-au, audio/x-paris and
7994           audio/iLBC-sh. We cannot use the START_WITH macros
7995           here, because there can only be one typefind factory
7996           with the same name (caps), so the second one would
7997           replace the first one and the first one would never
7998           be called when doing typefinding (see #161712).
7999           
8000
8001 2006-01-31  Wim Taymans  <wim@fluendo.com>
8002
8003         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8004         (vorbis_handle_header_packet), (vorbis_dec_push),
8005         (vorbis_handle_data_packet):
8006         Use scale_int when we can, add some more scaling.
8007         Check packettype before parsing it.
8008
8009 2006-01-31  Wim Taymans  <wim@fluendo.com>
8010
8011         * ext/theora/theoradec.c: (_theora_granule_time),
8012         (theora_dec_src_convert), (theora_dec_sink_convert):
8013         Call right _scale functions.
8014         Use parameter instead of some other random value.
8015
8016 2006-01-31  Wim Taymans  <wim@fluendo.com>
8017
8018         * ext/theora/theoradec.c: (_theora_granule_frame),
8019         (_theora_granule_time), (_inc_granulepos),
8020         (theora_dec_src_convert), (theora_dec_sink_convert),
8021         (theora_handle_type_packet), (theora_handle_data_packet),
8022         (theora_dec_chain):
8023         Use higher precision timestamps calculation.
8024         Convert some other conversions to _scale.
8025
8026 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8027
8028         * gst/audiotestsrc/gstaudiotestsrc.c:
8029         (gst_audio_test_src_create_sine_table), (plugin_init):
8030         * gst/volume/gstvolume.c: (plugin_init):
8031           initialize gst_controller before using
8032
8033 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8034
8035         * tests/check/pipelines/theoraenc.c:
8036         * tests/check/pipelines/vorbisenc.c:
8037         Define constant using G_GINT64_CONSTANT to avoid errors when
8038         passing it around - otherwise it gets truncated to 32 bits.
8039
8040         Fixes failing tests.
8041
8042 2006-01-31  Andy Wingo  <wingo@pobox.com>
8043
8044         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8045         caps being set doesn't have a framerate value. Basically a stopgap
8046         measure.
8047
8048         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8049         technically correct enough to put into core though.
8050         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8051         DURATION. Fixes theoraenc ! oggmux.
8052
8053         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8054         fraction, not double.
8055
8056 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8057
8058         * win32/vs7:
8059         add vs7 project files created by Sergey Scobich
8060
8061 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8062
8063         * win32/vs8:
8064         add vs8 project files created by Sergey Scobich
8065         
8066 2006-01-30  Andy Wingo  <wingo@pobox.com>
8067
8068         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8069         timestamp + duration, not just timestamp -- ogg pages should be
8070         ordered by stop time. Necessary fix given the change in vorbis
8071         timestamps.
8072
8073         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8074         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8075         (granulepos_add): New function, handles the messiness of adjusting
8076         granulepos values.
8077         (theora_buffer_from_packet):
8078         (theora_enc_chain):
8079         (theora_enc_sink_event): Use granulepos_add, not +.
8080
8081         * tests/check/pipelines/theoraenc.c
8082         (check_buffer_granulepos_from_starttime): Just check the frame
8083         count, not the actual granulepos -- we can't dictate to the
8084         encoder when it should be placing keyframes.
8085
8086 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8087
8088         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8089           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8090           play an http:// stream from a server that's not serving
8091
8092 2006-01-30  Andy Wingo  <wingo@pobox.com>
8093
8094         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8095         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8096         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8097         available.
8098
8099         * ext/theora/gsttheoraenc.h:
8100         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8101         although theoraenc was timestamping correctly. Added handling of
8102         streams that start with nonzero timestamps.
8103
8104         * tests/check/Makefile.am:
8105         * tests/check/pipelines/theoraenc.c: New file, basically does same
8106         tests as vorbisenc.
8107
8108         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8109
8110 2006-01-30  Wim Taymans  <wim@fluendo.com>
8111
8112         * gst-libs/gst/audio/gstaudiosink.c:
8113         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8114         (gst_audioringbuffer_pause):
8115         Implement pause that does not wait for completion.
8116
8117         * gst-libs/gst/audio/gstbaseaudiosink.c:
8118         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8119         Don't drop buffers when going to PAUSED but perform preroll on
8120         remaining samples now that core base class supports this.
8121
8122         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8123         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8124         (gst_ring_buffer_commit):
8125         Pause should not signal waiters.
8126         Implement return value of _commit correctly.
8127
8128 2006-01-30  Andy Wingo  <wingo@pobox.com>
8129
8130         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8131
8132         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8133         updated to timestamp from the first sample, not the last.
8134         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8135         special care of granulepos and timestamp for header packets.
8136         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8137         when the first buffer has a nonzero timestamp.
8138
8139         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8140         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8141         case when the first audio buffer we get has a nonzero timestamp.
8142         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8143         properly timestamp vorbis buffers with the time of the first
8144         sample, not the last.
8145         
8146         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8147         vorbis_granule_time_copy -- now it takes the granule/subgranule
8148         offset into account.
8149
8150         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8151         timestamps, durations, and granulepos on buffers produced by
8152         vorbisenc.
8153
8154 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8155
8156         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8157         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8158           Patch from Eric Jonas to support conversions to/from UYVY 
8159           (Fixes: #324626)
8160
8161 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8162
8163         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8164         (setup_subtitle), (setup_source), (set_active_source):
8165         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8166         (gen_text_element), (gen_audio_element), (gen_vis_element),
8167         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8168
8169 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8170
8171         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8172         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8173                 use gst_guint64_to_gdouble to be compliant with vs6
8174         * gst/playback/gstdecodebin.c: (try_to_link_1)
8175         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8176                 use G_GINT64_CONSTANT for int64 constants
8177         * win32/common/libgstinterfaces.def:
8178                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8179         * win32/vs6:
8180                 update and add new project files
8181                 
8182 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8183
8184         * Makefile.am:
8185         * win32/MANIFEST:
8186         * win32/common/interfaces-enumtypes.c:
8187         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8188         (gst_mixer_track_flags_get_type),
8189         (gst_tuner_channel_flags_get_type):
8190         * win32/common/interfaces-enumtypes.h:
8191         * win32/common/multichannel-enumtypes.c:
8192         (gst_audio_channel_position_get_type):
8193         * win32/common/multichannel-enumtypes.h:
8194           add a win32-update rule like in core, and copy over enumtypes files
8195
8196 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8197
8198         * win32/MANIFEST:
8199         * win32/common/config.h:
8200         * win32/common/config.h.in:
8201           add config files just like in core
8202
8203 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8206           Make gcc-4.1 happy (part of #327357).
8207
8208 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8209
8210         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8211         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8212         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8213         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8214         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8215         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8216           Update all error messages.  All of them should either use
8217           the default translated message, or actually provide a
8218           translatable string.
8219           Make the string for channel count problems meaningful.
8220
8221 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8222
8223         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8224           check for and throw RESOURCE_BUSY
8225
8226 2006-01-27  David Schleef  <ds@schleef.org>
8227
8228         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8229           checked in this change -- it requires liboil features not
8230           in 0.3.6.  Revert parts.
8231
8232 2006-01-27  David Schleef  <ds@schleef.org>
8233
8234         * REQUIREMENTS:
8235         * configure.ac: update liboil requirement to 0.3.6
8236         * gst/videoscale/Makefile.am:
8237         * gst/videoscale/vs_scanline.c: liboilify
8238
8239 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8240
8241         * ext/libvisual/visual.c: (get_buffer):
8242           When pad_alloc returns a GstFlowReturn other
8243           than GST_FLOW_OK, make sure it is passed upstream.
8244
8245 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8246
8247         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8248         (gst_alsasink_class_init):
8249           Free the device name string.
8250
8251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8252         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8253         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8254           Don't remove a pad from the collectpads structure until it
8255           is released - it's a request pad, and may receive data again
8256           if the element gets moved back to PLAYING state.
8257
8258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8259           Ensure we turn on double buffering on the Xv port, and
8260           set the colour key to something dark and mysterious that
8261           isn't black.
8262
8263 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8264
8265         * ext/alsa/gstalsaplugin.c: (plugin_init):
8266         * ext/cdparanoia/gstcdparanoiasrc.c:
8267         (gst_cd_paranoia_src_base_init), (plugin_init):
8268         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8270           - a library should not call setlocale. see "Libraries" node in
8271             gettext manual
8272           - make sure all plugins that use translation do bindtextdomain
8273             to point to the localedir
8274         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8275         (setup_sinks), (plugin_init):
8276           all this, and check for NULL when creating sinks
8277
8278 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8279
8280         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8281         (plugin_init): Make typefinding of subtitles work again.
8282
8283 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8284
8285         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8286         (mp3_type_frame_length_from_header), (mp3_type_find),
8287         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8288         (plugin_init):
8289           Backport a bunch of typefinding fixes from the 0.8 branch.
8290           Also, improve wavpack typefinding: if we can't peek the
8291           entire wavpack block, try to parse the bits we can get and
8292           see if we find what we're looking for in those.
8293
8294 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8295
8296         * sys/ximage/ximagesink.c:
8297         (gst_ximagesink_calculate_pixel_aspect_ratio):
8298         * sys/xvimage/xvimagesink.c:
8299         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8300         more cases of pixel aspect ratio.
8301
8302 2006-01-26  Edward Hervey  <edward@fluendo.com>
8303
8304         * gst/playback/gstdecodebin.c: (pad_probe):
8305         Also consider the flush-start and tag events as unblockers
8306         for the pad probes.
8307
8308 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8309
8310         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8311         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8312         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8313         On the fly visualisation switch, works disabling, enabling as
8314         well but it won't be able to enable vis in a playbin that was
8315         created with no visualisation.
8316
8317 2006-01-25  Wim Taymans  <wim@fluendo.com>
8318
8319         * gst-libs/gst/audio/gstbaseaudiosink.c:
8320         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8321         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8322         resume after pause.
8323
8324 2006-01-25  Wim Taymans  <wim@fluendo.com>
8325
8326         * gst-libs/gst/audio/gstbaseaudiosink.c:
8327         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8328         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8329         Improve debugging.
8330         Post error when caps cannot be parsed.
8331         Resync on discontinuity in the stream.
8332         Clip samples to segment boundaries.
8333         return WRONG_STATE sooner when we are flushing.
8334
8335         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8336         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8337         Make audiosrc operate in TIME.
8338         Set TIMESTAMP and DURATION on buffers.
8339
8340 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8341
8342         * tests/examples/seek/seek.c: (main):
8343           Output tag messages as well.
8344
8345 2006-01-23  Edward Hervey  <edward@fluendo.com>
8346
8347         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8348         (free_pad_probes), (remove_fakesink), (pad_probe),
8349         (close_pad_link), (gst_decode_bin_change_state):
8350         Replace GstPadBlockCallback with pad probes that detect
8351         first buffer AND eos before removing fakesink.
8352         Fixes hang with demuxers doing EOS while pre-rolling.
8353         Solves #328279
8354
8355 2006-01-23  Andy Wingo  <wingo@pobox.com>
8356
8357         * ext/alsa/gstalsasink.c:
8358         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8359         (gst_base_rtp_depayload_setcaps),
8360         (gst_base_rtp_depayload_add_to_queue),
8361         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8362         
8363         Patch by: Jens Granseuer <jensgr at gmx dot net>
8364
8365 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8366
8367         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8368         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8369         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8370         frames. We might get a frame destroyed after changing state to
8371         NULL, adding a safety check on xcontext.
8372
8373 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8374
8375         * gst-libs/gst/interfaces/xoverlay.c:
8376           Fix prepare-xwindow-id code example in the docs - we need to
8377           ignore all messages that aren't element messages as well.
8378           
8379 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8380
8381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8382           I think one day i'll completely undestand how caps negotiation
8383           is supposed to work. This refactoring handles buffer_alloc
8384           called with caps we can't handle. We definitely don't want a
8385           set_caps with those caps, so we define and allocate a buffer
8386           we would like to receive.
8387
8388 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8389
8390         * gst/playback/gstplaybasebin.c: (setup_source):
8391           Free iterator when done.
8392
8393 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8394
8395         * gst-libs/gst/audio/gstbaseaudiosink.c:
8396         (gst_base_audio_sink_render):
8397           Fix playback of non-synchronised streams by assuming a rate
8398           of 1.0 instead of a random one.
8399
8400           Makes this work again:
8401
8402           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8403           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8404           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8405           audioresample ! alsasink
8406
8407 === release 0.10.2 ===
8408
8409 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8410
8411         * configure.ac:
8412           releasing 0.10.2, "Then the devil is six"
8413
8414 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8415
8416         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8417         * gst/playback/gststreamselector.c:
8418         (gst_stream_selector_set_property):
8419           Comment out broken code that connects to the state-changed signal.
8420           At this point, changing current stream selection is broken, but 
8421           stuff like gst-launch playbin current-audio=1 works and filters
8422           to the chosen stream.
8423
8424 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8425
8426         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8427           Fix #327216 (null dereference in vorbisdec)
8428
8429 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8430
8431         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8432           Post taglist actually on bus instead of just freeing it
8433           (fixes #327114 and totem bug #327080).
8434
8435         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8436           Use gst_element_found_tags_for_pad(), so that the tags
8437           are sent downstream as an event as well.
8438
8439 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8440
8441         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8442         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8443         (gst_ximagesink_buffer_alloc):
8444         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8445         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8446         (gst_xvimagesink_buffer_alloc):
8447           move all regularly occurring messages to GST_LOG level
8448           add some more object logs
8449
8450 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8451
8452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8453           fix a silly segfault
8454
8455 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * docs/libs/gst-plugins-base-libs-docs.sgml:
8458         * docs/libs/gst-plugins-base-libs-sections.txt:
8459         * gst-libs/gst/audio/mixerutils.c:
8460         * gst-libs/gst/audio/mixerutils.h:
8461           Add docs for mixerutils stuff.
8462
8463 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8464
8465         * gst/playback/gstplaybasebin.c: (setup_source):
8466           Fix playback for sources that emit raw audio or
8467           raw video streams (e.g.: cd audio sources) (#325984).
8468
8469 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8470
8471         * gst-libs/gst/audio/mixerutils.c:
8472         (gst_audio_mixer_filter_do_filter):
8473           actually save the element we create
8474
8475 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8476
8477         * gst-libs/gst/cdda/gstcddabasesrc.c:
8478         (gst_cdda_base_src_handle_track_seek):
8479           No need to post a tag message on the bus when seeking
8480           within the same track, only post it when the current
8481           track changes.
8482
8483 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8484
8485         * gst/playback/gstplaybasebin.c: (group_destroy),
8486         (probe_triggered), (new_decoded_pad), (mute_group_type),
8487         (set_active_source):
8488         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8489         * gst/playback/gststreamselector.c:
8490         (gst_stream_selector_base_init),
8491         (gst_stream_selector_set_property),
8492         (gst_stream_selector_request_new_pad):
8493           Reenable stream selection. These mechanisms need a complete overhaul
8494           in the face of 0.8->0.10 changes though.
8495
8496 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8497
8498         * ext/ogg/gstoggdemux.c:
8499           Change the pad template to src_%d to match the pads that 
8500           are created from it. decodebin needs this information in order
8501           to decide that oggdemux is capable of producing multiple pads
8502           (and hence needs queues inserted).
8503
8504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8505         (gst_ogg_mux_collected):
8506           Make debug output more useful by using GST_PTR_FORMAT.
8507
8508 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8509
8510         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8511
8512         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8513           Set depth and width for alaw/mulaw (fixes #326601).
8514
8515 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8516
8517         * tests/icles/Makefile.am:
8518           don't build the tests if we don't have the libs
8519
8520 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8521
8522         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8523         (gst_cd_paranoia_paranoia_callback):
8524           Don't try to free NULL pointers.
8525
8526 2006-01-10  Edward Hervey  <edward@fluendo.com>
8527
8528         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8529         (gst_audio_rate_change_state), (plugin_init):
8530         Add debugging category.
8531         Fix type issues.
8532         Add case for incoming buffers without valid offset/offset_end.
8533
8534 2006-01-10  Michael Smith  <msmith@fluendo.com>
8535
8536         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8537           Don't leak GCond in audio sources.
8538
8539 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8540
8541         * gst/playback/gstplaybin.c: (gen_audio_element):
8542           Don't leak an autoaudiosink/alsasink when we generate
8543           a new audio element. (old code, I guess)
8544
8545 2006-01-10  Michael Smith  <msmith@fluendo.com>
8546
8547         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8548           Support float audio in audiorate.
8549           Use width rather than depth for selecting sample width.
8550
8551 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8552
8553         * gst/videotestsrc/videotestsrc.h:
8554           Use GLib types here (that way we don't have to include the
8555           generated _stdint.h header, which makes life easier for win32
8556           folks that don't use autotools for the build) (#325990, patch
8557           by: Sergey Scobich).
8558
8559 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8562         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8563         (gst_ring_buffer_pause), (wait_segment):
8564         * gst-libs/gst/audio/gstringbuffer.h:
8565           Name (private) union, makes Forte compiler happy (this time
8566           for real) (#324900).
8567
8568 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * gst-libs/gst/audio/Makefile.am:
8571           Link against libgstinterfaces, needed for mixer
8572           and property probe stuff.
8573
8574 2006-01-09  Edward Hervey  <edward@fluendo.com>
8575
8576         * gst-libs/gst/Makefile.am:
8577
8578 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8579
8580         * gst-libs/gst/audio/Makefile.am:
8581         * gst-libs/gst/audio/mixerutils.c:
8582         (gst_audio_mixer_filter_do_filter),
8583         (gst_audio_mixer_filter_check_element),
8584         (gst_audio_mixer_filter_probe_feature),
8585         (element_factory_rank_compare_func),
8586         (gst_audio_default_registry_mixer_filter):
8587         * gst-libs/gst/audio/mixerutils.h:
8588           Add gst_audio_default_registry_mixer_filter() utility
8589           function.
8590
8591 2006-01-03  Michael Smith  <msmith@fluendo.com>
8592
8593         * gst/audioresample/resample.h:
8594           As before, but for o_buf
8595
8596 2006-01-03  Michael Smith  <msmith@fluendo.com>
8597
8598         * gst/audioresample/resample.h:
8599           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8600           since we do arithmetic on it.
8601
8602 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8603
8604         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8605         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8606         (gst_ring_buffer_pause), (wait_segment):
8607         * gst-libs/gst/audio/gstringbuffer.h:
8608           Sun's Forte compiler doesn't seem to like anonymous structs,
8609           so use same setup as in GstBaseSrc (fixes #324900).
8610
8611 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8612
8613         * configure.ac:
8614         * gst/volume/Makefile.am:
8615         * gst/volume/demo.c:
8616           move old example to tests/examples/volume/volune.c
8617         * tests/examples/Makefile.am:
8618         * tests/examples/seek/seek.c: (main):
8619           change window-close event from "delete-event" to "destroy"
8620         * tests/examples/volume/Makefile.am:
8621         * tests/examples/volume/volume.c: (value_changed_callback),
8622         (setup_gui), (message_received), (eos_message_received), (main):
8623           fix event handling and bus usage
8624
8625 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8626
8627         * gst/audiotestsrc/gstaudiotestsrc.c:
8628         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8629         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8630         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8631         (gst_audio_test_src_create_square),
8632         (gst_audio_test_src_create_saw),
8633         (gst_audio_test_src_create_triangle),
8634         (gst_audio_test_src_create_silence),
8635         (gst_audio_test_src_create_white_noise),
8636         (gst_audio_test_src_create_pink_noise),
8637         (gst_audio_test_src_init_sine_table),
8638         (gst_audio_test_src_create_sine_table),
8639         (gst_audio_test_src_change_wave),
8640         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8641         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8642         * gst/audiotestsrc/gstaudiotestsrc.h:
8643           update to basesrc changes, implement segmented seeking and eos
8644           handling, add a 'sine-tab' waveform for performance critical playback
8645
8646 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8647
8648         * po/POTFILES.in:
8649           ... and this time the other modified file that I missed last time.
8650
8651 2005-12-29  Michael Smith  <msmith@fluendo.com>
8652
8653         * gst/playback/gstdecodebin.c: (new_pad):
8654           Fix non-C89 variable declaration not at the start of a block. Should
8655           help some compilers.
8656
8657 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8658
8659         * tests/check/Makefile.am:
8660           And now fix 'make distcheck' (builddir != srcdir)
8661
8662 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8663
8664         * configure.ac:
8665         * ext/cdparanoia/Makefile.am:
8666         * ext/cdparanoia/gstcdparanoia.c:
8667         * ext/cdparanoia/gstcdparanoia.h:
8668         * ext/cdparanoia/gstcdparanoiasrc.c:
8669         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8670         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8671         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8672         (gst_cd_paranoia_paranoia_callback),
8673         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8674         (gst_cd_paranoia_src_set_property),
8675         (gst_cd_paranoia_src_get_property), (plugin_init):
8676         * ext/cdparanoia/gstcdparanoiasrc.h:
8677           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8678           plugin again (there are still fixes required to playbin to make
8679           cdda:// uris work there).
8680
8681 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8682
8683         * tests/check/Makefile.am:
8684           Fix test case compilation.
8685
8686 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         * gst-libs/gst/cdda/gstcddabasesrc.c:
8689         (gst_cdda_base_src_update_duration),
8690         (gst_cdda_base_src_calculate_cddb_id):
8691           An integer is not a string. Fix access to uninitialised variable.
8692
8693         * tests/check/Makefile.am:
8694           Add cddabasesrc unit test; also actually enable the vorbis test.
8695
8696         * tests/check/generic/states.c:
8697           Blacklist new cd audio elements as well.
8698
8699         * tests/check/libs/cddabasesrc.c:
8700           Unit test for GstCddaBaseSrc (discid calculation mostly).
8701
8702 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8703
8704         * docs/libs/Makefile.am:
8705         * docs/libs/gst-plugins-base-libs-docs.sgml:
8706         * docs/libs/gst-plugins-base-libs-sections.txt:
8707         * docs/libs/gst-plugins-base-libs.types:
8708           Add docs for libgstcdda/GstCddaBaseSrc.
8709
8710         * gst-libs/gst/interfaces/mixertrack.h:
8711           Do one struct member per line with a semicolon at the end, that way
8712           even gtk-doc might parse it without complaining.
8713
8714 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * configure.ac:
8717         * gst-libs/gst/Makefile.am:
8718         * gst-libs/gst/cdda/Makefile.am:
8719         * gst-libs/gst/cdda/base64.c:
8720         * gst-libs/gst/cdda/base64.h:
8721         * gst-libs/gst/cdda/gstcddabasesrc.c:
8722         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8723         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8724         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8725         (gst_cdda_base_src_get_property),
8726         (gst_cdda_base_src_get_track_from_sector),
8727         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8728         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8729         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8730         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8731         (gst_cdda_base_src_uri_get_protocols),
8732         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8733         (gst_cdda_base_src_uri_handler_init),
8734         (gst_cdda_base_src_setup_interfaces),
8735         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8736         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8737         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8738         (gst_cdda_base_src_add_tags),
8739         (gst_cdda_base_src_add_index_associations),
8740         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8741         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8742         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8743         (gst_cdda_base_src_create):
8744         * gst-libs/gst/cdda/gstcddabasesrc.h:
8745         * gst-libs/gst/cdda/sha1.c:
8746         * gst-libs/gst/cdda/sha1.h:
8747           Add new libgstcdda with GstCddaBaseSrc class.
8748
8749 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8750
8751         * ext/gnomevfs/gstgnomevfssink.h:
8752           Use GstBaseSinkClass as parent_class member for class struct, not
8753           GstBaseSink.
8754
8755 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8756
8757         Patch by: Michael Benes
8758
8759         * gst/videotestsrc/gstvideotestsrc.c:
8760         (gst_video_test_src_class_init), (gst_video_test_src_start):
8761           Add start method to reset running time and number of frames sent
8762           when starting up (fixes #324696)
8763
8764 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * docs/plugins/Makefile.am:
8767         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8768         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8769         * docs/plugins/gst-plugins-base-plugins.args:
8770         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8771         * docs/plugins/gst-plugins-base-plugins.signals:
8772           Add docs stuff for gnomevfssrc and gnomevfssink.
8773
8774         * ext/gnomevfs/gstgnomevfssrc.c:
8775           Fix example pipeline in gtk-doc blurb.
8776
8777 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * ext/gnomevfs/Makefile.am:
8780         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8781         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8782         (gst_gnome_vfs_handle_get_type), (plugin_init):
8783         * ext/gnomevfs/gstgnomevfs.h:
8784         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8785         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8786         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8787         (gst_gnome_vfs_sink_set_property),
8788         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8789         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8790         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8791         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8792         (gst_gnome_vfs_sink_uri_get_type),
8793         (gst_gnome_vfs_sink_uri_get_protocols),
8794         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8795         (gst_gnome_vfs_sink_uri_handler_init):
8796         * ext/gnomevfs/gstgnomevfssink.h:
8797           Port gnomevfssink; add gtk-doc blurb.
8798
8799         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8800         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8801         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8802         (gst_gnome_vfs_src_uri_get_type),
8803         (gst_gnome_vfs_src_uri_get_protocols),
8804         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8805         (gst_gnome_vfs_src_uri_handler_init),
8806         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8807         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8808         (gst_gnome_vfs_src_send_additional_headers_callback),
8809         (gst_gnome_vfs_src_received_headers_callback),
8810         (gst_gnome_vfs_src_push_callbacks),
8811         (gst_gnome_vfs_src_pop_callbacks),
8812         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8813         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8814         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8815         * ext/gnomevfs/gstgnomevfssrc.h:
8816           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8817           file; add gtk-doc blurb with example pipelines.
8818
8819 === release 0.10.1 ===
8820
8821 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8822
8823         * configure.ac:
8824           releasing 0.10.1, "Dobro Dedek"
8825
8826 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8827
8828         * gst/typefind/gsttypefindfunctions.c:
8829         iLBC30 and iLBC20 added to typefind.
8830
8831 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8832
8833         * gst-libs/gst/audio/gstbaseaudiosink.c:
8834         (gst_base_audio_sink_class_init):
8835         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8836         (gst_base_audio_src_class_init):
8837           update strings, values are in microseconds
8838           change the default sink buffer time to something that is smaller
8839           (to help software volume mixing have a slightly lower delay) but
8840           still be acceptable on Wim's laptop
8841
8842 2005-12-20  Edward Hervey  <edward@fluendo.com>
8843
8844         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8845         Made a quack, forgot to add DUCK to the riff video template.
8846
8847 2005-12-19  Edward Hervey  <edward@fluendo.com>
8848
8849         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8850         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8851         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8852         (gst_ogm_parse_chain):
8853         Make sure pads are initialized correctly.
8854         * gst-libs/gst/riff/riff-ids.h:
8855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8856         (gst_riff_create_video_template_caps):
8857         Add a whole bunch of FOURCC <=> MimeType.
8858         Extend the riff video pad template to support the newly added fourcc.
8859
8860 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8861
8862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8863         (gst_ogg_demux_activate_chain):
8864           Extra debug output when activating/deactivating chains.
8865
8866         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8867         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8868         (unlinked):
8869           Remove a queue from our list when it becomes unlinked.
8870           Don't add queues to elements in class 'Demux' if they
8871           can only produce one pad 
8872
8873 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8874
8875         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8876         (gst_video_sink_get_type): Add a debug category.
8877
8878 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8879
8880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8881         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8882           Handle downstream newsegment by sending our own newsegment before the
8883           next buffer to be released. (#323900)
8884
8885 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8886
8887         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8888         (gst_base_rtp_depayload_set_gst_timestamp):
8889           add queue delay to new segment as well (as opposed to just the first
8890           buffer). (bug #322347)
8891
8892 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8893
8894         * ext/libvisual/visual.c: (make_valid_name):
8895           change some char* into char[]
8896         * gst/audiotestsrc/gstaudiotestsrc.c:
8897         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8898         (gst_audio_test_src_create):
8899         * gst/audiotestsrc/gstaudiotestsrc.h:
8900           prepare to handle EOS and SEGMENT_DONE
8901
8902 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * tests/check/generic/states.c: (GST_START_TEST):
8905           Blacklist cdparanoia element in state test.
8906
8907 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8908
8909           Patch by: Benjamin Pineau
8910
8911         * gst/tcp/gsttcp.c:
8912         * gst/tcp/gsttcpclientsink.c:
8913         * gst/tcp/gsttcpserversink.c:
8914         * gst/tcp/gsttcpserversrc.c:
8915           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8916
8917 2005-12-15  Michael Smith  <msmith@fluendo.com>
8918
8919         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8920         (gst_video_rate_chain):
8921           Fix timestamping for videorate when the first buffer it sees has a
8922           non-zero timestamp. Fix some misleading debug output.
8923
8924 2005-12-15  Michael Smith  <msmith@fluendo.com>
8925
8926         * gst/audioresample/gstaudioresample.c:
8927           Don't leak all input buffers to audioresample.
8928
8929 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8930
8931         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8932           Don't operate on empty text buffers. Strip newlines and
8933           tabs only from the end of the text, but leave them intact
8934           in the middle. Fix typo in gtk-doc description.
8935
8936 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * gst/playback/gstplaybasebin.c:
8939         * gst/playback/gstplaybin.c: (handoff):
8940           Make sure the video frame buffer we return to apps via the
8941           "frame" property always has caps set on it. Modify
8942           _gst_gvalue_set_object() macro to handle NULL objects
8943           gracefully too.
8944
8945 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8946
8947         * gst/audiotestsrc/gstaudiotestsrc.c:
8948         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8949         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8950         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8951         (gst_audio_test_src_create):
8952         * gst/audiotestsrc/gstaudiotestsrc.h:
8953         Adjust to some recent api changes and add wtays new cool seeking
8954         capabillities
8955
8956 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8957
8958         * ext/alsa/Makefile.am:
8959         * ext/alsa/gstalsadeviceprobe.c:
8960         * ext/alsa/gstalsadeviceprobe.h:
8961           Helper functions to add device probing via the GstPropertyProbe
8962           interface to a class.
8963
8964         * ext/alsa/gstalsamixer.h:
8965           Comment out GST_ALSA_MIXER, it returns a struct that's not
8966           used.
8967
8968         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8969           Add some debug info. 
8970
8971         * ext/alsa/gstalsamixerelement.c:
8972         (gst_alsa_mixer_element_interface_supported),
8973         (gst_implements_interface_init),
8974         (gst_alsa_mixer_element_init_interfaces),
8975         (gst_alsa_mixer_element_class_init),
8976         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8977         (gst_alsa_mixer_element_set_property),
8978         (gst_alsa_mixer_element_get_property),
8979         (gst_alsa_mixer_element_change_state):
8980         * ext/alsa/gstalsamixerelement.h:
8981           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8982           for device handling (gnome-volume-control will need that).
8983
8984 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8985
8986         * ext/Makefile.am: fix cdparanoia entry
8987         * gst-plugins-base.spec.in: add cdparanoia
8988
8989 2005-12-12  Michael Smith  <msmith@fluendo.com>
8990
8991         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8992           Use the correct function to free list of typefind factories.
8993
8994 2005-12-12  Wim Taymans  <wim@fluendo.com>
8995
8996         * gst/videotestsrc/gstvideotestsrc.c:
8997         (gst_video_test_src_class_init), (gst_video_test_src_init),
8998         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8999         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9000         (gst_video_test_src_create):
9001         * gst/videotestsrc/gstvideotestsrc.h:
9002         Implement seeking in videotestsrc.
9003         Small cleanups.
9004
9005 2005-12-12  Wim Taymans  <wim@fluendo.com>
9006
9007         * ext/cdparanoia/Makefile.am:
9008         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9009         (gst_paranoia_endian_get_type), (_do_init),
9010         (cdparanoia_class_init), (cdparanoia_init),
9011         (cdparanoia_set_property), (cdparanoia_get_property),
9012         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9013         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9014         (cdparanoia_convert), (cdparanoia_get_query_types),
9015         (cdparanoia_query), (cdparanoia_set_index),
9016         (cdparanoia_uri_set_uri):
9017         * ext/cdparanoia/gstcdparanoia.h:
9018         Partially ported cdparanoia now that basesrc can support a
9019         plugin like this..
9020
9021 2005-12-12  Wim Taymans  <wim@fluendo.com>
9022
9023         * tests/examples/seek/scrubby.c: (main):
9024         Set higher priority for bus events so they don't get reordered with
9025         gtk gui events.
9026
9027         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9028         (flush_toggle_cb), (main):
9029         Added checkbox to disable flushing seeks. 
9030         Disable scrubbing when doing non flushing seeks.
9031
9032 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9035         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9036         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9037         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9038           Implement some sort of event handling that doesn't rely on
9039           g_return_if_fail; make sure we always push the last chunk of an 
9040           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9041           state change function; remove some old cruft. Seeking is still
9042           rather unlikely to work though.
9043
9044         * tools/.cvsignore:
9045           Ignore more.
9046
9047 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9048
9049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9050         Fixed a leak of the current image reference when cleaning up.
9051         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9052
9053 2005-12-09  Michael Smith  <msmith@fluendo.com>
9054
9055         * tools/Makefile.am:
9056         * tools/gst-launch-ext-m.m:
9057           Remove gst-launch-ext. It doesn't work, and is no longer
9058           particularly useful.
9059
9060 2005-12-08  Luca Ognibene  <luogni@tin.it>
9061
9062         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9063           don't pass random values to ogmparse convert function.
9064           Make seeking possible in the exile1.ogm file.
9065
9066 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9067
9068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9069         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9070           Work around refcount problem with g_value_set_object() that occur
9071           if the core has been compiled against GLib-2.6 (g_value_set_object()
9072           will only g_object_ref() the element, but the caller will
9073           gst_object_unref() it and bad things will happen due to the way
9074           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9075           totem for people on FC4 using Thomas's 0.10 RPMs.
9076           
9077 2005-12-07  Edward Hervey  <edward@fluendo.com>
9078
9079         Time to welcome ogm to 0.10 :)
9080         
9081         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9082         (gst_ogg_pad_typefind):
9083         Oggdemux can now properly typefind elements with dynamic pads.
9084         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9085         Properly set caps on src pad, and set caps on outgoing buffers.
9086
9087 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9088
9089         * ext/alsa/gstalsamixer.h:
9090         * ext/alsa/gstalsamixerelement.h:
9091         * ext/alsa/gstalsamixeroptions.h:
9092         * ext/alsa/gstalsamixertrack.h:
9093         * ext/alsa/gstalsasink.c:
9094         * ext/alsa/gstalsasink.h:
9095         * ext/alsa/gstalsasrc.c:
9096         * ext/alsa/gstalsasrc.h:
9097         * ext/cdparanoia/gstcdparanoia.h:
9098         * ext/gnomevfs/gstgnomevfsuri.h:
9099         * ext/ogg/gstoggdemux.c:
9100         * ext/ogg/gstoggmux.c:
9101         * ext/pango/gsttextoverlay.h:
9102         * ext/theora/theoradec.c:
9103         * ext/theora/theoraenc.c:
9104         * ext/vorbis/vorbisdec.h:
9105         * ext/vorbis/vorbisenc.c:
9106         * ext/vorbis/vorbisenc.h:
9107         * ext/vorbis/vorbisparse.h:
9108         * gst-libs/gst/audio/gstaudioclock.h:
9109         * gst-libs/gst/audio/gstaudiosink.c:
9110         * gst-libs/gst/audio/gstaudiosink.h:
9111         * gst-libs/gst/audio/gstaudiosrc.c:
9112         * gst-libs/gst/audio/gstaudiosrc.h:
9113         * gst-libs/gst/audio/gstbaseaudiosink.c:
9114         * gst-libs/gst/audio/gstbaseaudiosink.h:
9115         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9116         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9117         * gst-libs/gst/audio/gstringbuffer.h:
9118         * gst-libs/gst/audio/multichannel.h:
9119         * gst-libs/gst/floatcast/floatcast.h:
9120         * gst-libs/gst/interfaces/colorbalance.c:
9121         * gst-libs/gst/interfaces/colorbalance.h:
9122         * gst-libs/gst/interfaces/colorbalancechannel.h:
9123         * gst-libs/gst/interfaces/mixer.h:
9124         * gst-libs/gst/interfaces/mixeroptions.h:
9125         * gst-libs/gst/interfaces/mixertrack.h:
9126         * gst-libs/gst/interfaces/navigation.h:
9127         * gst-libs/gst/interfaces/propertyprobe.h:
9128         * gst-libs/gst/interfaces/tuner.h:
9129         * gst-libs/gst/interfaces/tunerchannel.h:
9130         * gst-libs/gst/interfaces/tunernorm.h:
9131         * gst-libs/gst/interfaces/xoverlay.h:
9132         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9133         * gst-libs/gst/riff/riff-ids.h:
9134         * gst-libs/gst/riff/riff-media.h:
9135         * gst-libs/gst/riff/riff-read.h:
9136         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9137         * gst-libs/gst/rtp/gstbasertppayload.c:
9138         * gst-libs/gst/rtp/gstbasertppayload.h:
9139         * gst-libs/gst/rtp/gstrtpbuffer.c:
9140         * gst-libs/gst/rtp/gstrtpbuffer.h:
9141         * gst-libs/gst/tag/gsttageditingprivate.h:
9142         * gst-libs/gst/tag/gstvorbistag.c:
9143         (gst_tag_list_from_vorbiscomment_buffer):
9144         * gst-libs/gst/tag/tag.h:
9145         * gst-libs/gst/video/video.h:
9146         * gst/adder/gstadder.c:
9147         * gst/adder/gstadder.h:
9148         * gst/audioconvert/audioconvert.c:
9149         * gst/audioconvert/audioconvert.h:
9150         * gst/audioconvert/gstaudioconvert.c:
9151         * gst/audioconvert/gstchannelmix.c:
9152         * gst/audioconvert/gstchannelmix.h:
9153         * gst/audiorate/gstaudiorate.c:
9154         * gst/audioresample/buffer.h:
9155         * gst/audioresample/functable.h:
9156         * gst/audioresample/gstaudioresample.c:
9157         * gst/audioresample/resample.h:
9158         * gst/ffmpegcolorspace/avcodec.h:
9159         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9160         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9161         * gst/ffmpegcolorspace/imgconvert.c:
9162         * gst/ffmpegcolorspace/imgconvert_template.h:
9163         * gst/playback/gstdecodebin.c:
9164         * gst/playback/gstplaybasebin.h:
9165         * gst/playback/gstplaybin.c:
9166         * gst/playback/gststreaminfo.h:
9167         * gst/tcp/gstfdset.c:
9168         * gst/tcp/gstfdset.h:
9169         * gst/tcp/gstmultifdsink.c:
9170         * gst/tcp/gstmultifdsink.h:
9171         * gst/tcp/gsttcp.h:
9172         * gst/tcp/gsttcpclientsrc.c:
9173         * gst/tcp/gsttcpclientsrc.h:
9174         * gst/tcp/gsttcpplugin.h:
9175         * gst/tcp/gsttcpserversink.c:
9176         * gst/tcp/gsttcpserversrc.c:
9177         * gst/typefind/gsttypefindfunctions.c:
9178         * gst/videorate/gstvideorate.c:
9179         * gst/videotestsrc/gstvideotestsrc.h:
9180         * gst/videotestsrc/videotestsrc.h:
9181         * sys/v4l/gstv4lcolorbalance.h:
9182         * sys/v4l/gstv4ltuner.h:
9183         * sys/v4l/gstv4lxoverlay.h:
9184         * sys/v4l/v4l_calls.h:
9185         * sys/v4l/videodev_mjpeg.h:
9186         * tests/check/elements/audioconvert.c:
9187         * tests/check/elements/audioresample.c:
9188         * tests/check/elements/audiotestsrc.c:
9189         * tests/check/elements/videotestsrc.c:
9190         * tests/check/elements/volume.c:
9191         * tests/examples/seek/scrubby.c:
9192         * tests/examples/seek/seek.c:
9193           expand tabs
9194
9195 === release 0.10.0 ===
9196
9197 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9198
9199         * configure.ac:
9200           releasing 0.10.0, "Mont-d'or"
9201
9202 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9203
9204         * tests/examples/seek/Makefile.am:
9205         Build fix for when gtk is not available.
9206
9207 2005-12-05  Andy Wingo  <wingo@pobox.com>
9208
9209         * ext/libvisual/visual.c: (get_buffer):
9210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9211         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9212         * ext/theora/theoradec.c: (theora_handle_data_packet):
9213         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9214         (theora_enc_chain):
9215         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9216         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9217         Update for alloc_buffer changes.
9218
9219 2005-12-05  Andy Wingo  <wingo@pobox.com>
9220
9221         patch by: Kai Vehmanen <kv2004 eca cx>
9222         
9223         * gst-libs/gst/rtp/gstbasertpdepayload.c
9224         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9225
9226 2005-12-04  Andy Wingo  <wingo@pobox.com>
9227
9228         patch by: Sebastien Cote <sebas642 yahoo ca>
9229         
9230         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9231         Fixes #319172.
9232
9233 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9234
9235         * docs/plugins/Makefile.am:
9236         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9237         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9238         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9239         * ext/pango/gstclockoverlay.c:
9240         * ext/pango/gsttextoverlay.c: 
9241         * ext/pango/gsttextrender.c:
9242         * ext/pango/gsttimeoverlay.c:
9243           Add gtk-doc blurbs to pango elements.
9244
9245 2005-12-02  Wim Taymans  <wim@fluendo.com>
9246
9247         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9248         * gst/audioresample/buffer.h:
9249         * gst/audioresample/gstaudioresample.c:
9250         * gst/audioresample/gstaudioresample.h:
9251         * gst/audioresample/resample.c: (resample_input_flush),
9252         (resample_input_pushthrough), (resample_input_eos),
9253         (resample_get_output_size_for_input),
9254         (resample_get_input_size_for_output), (resample_get_output_size),
9255         (resample_get_output_data):
9256         * gst/audioresample/resample.h:
9257         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9258         Fix audioresample, seek torture, new segments, reverse negotiation
9259         etc.. work fine.
9260
9261 2005-12-02  Wim Taymans  <wim@fluendo.com>
9262
9263         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9264         Small cleanups.
9265
9266 2005-12-02  Wim Taymans  <wim@fluendo.com>
9267
9268         * gst/audioconvert/gstaudioconvert.c:
9269         (gst_audio_convert_transform):
9270         Post errors.
9271
9272 === release 0.9.7 ===
9273
9274 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9275
9276         * configure.ac:
9277           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9278
9279 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9280
9281         * Makefile.am:
9282         * po/hu.po:
9283         * win32/MANIFEST:
9284         * win32/gst.sln:
9285           add win32 MANIFEST file
9286           do something to the hungarian translation
9287
9288 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9289
9290         * ext/Makefile.am:
9291           Add $(PANGO_DIR) to SUBDIRS
9292
9293         * ext/pango/gstclockoverlay.c:
9294         * ext/pango/gsttimeoverlay.c:
9295           Fix and improve element descriptions.
9296
9297 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9298
9299         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9300         * docs/plugins/inspect/plugin-libvisual.xml:
9301         * docs/plugins/inspect/plugin-pango.xml:
9302           add pango plugin to docs
9303
9304 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9305
9306         * configure.ac:
9307         * ext/Makefile.am:
9308           moved pango to base
9309
9310 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9311
9312         * configure.ac:
9313         * tests/Makefile.am:
9314         * tests/icles/.cvsignore:
9315         * tests/icles/Makefile.am:
9316         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9317         (close_display), (resize_window), (move_window), (create_window),
9318         (terminate_playback), (pause_playback), (start_playback), (main):
9319           add stress test for xoverlay from Julien
9320
9321 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9322
9323         * docs/libs/tmpl/gstcolorbalance.sgml:
9324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9325         * gst-libs/gst/rtp/gstbasertppayload.c:
9326         * gst-libs/gst/rtp/gstrtpbuffer.c:
9327         * gst-libs/gst/rtp/gstrtpbuffer.h:
9328           Do burger's rename for rtp payloaders and depayloaders
9329
9330 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9331
9332         * win32/:
9333           add Visual Studio 6 build files
9334
9335 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9336
9337         * docs/libs/gst-plugins-base-libs-docs.sgml:
9338         * docs/libs/gst-plugins-base-libs-sections.txt:
9339         * docs/libs/tmpl/gstaudio.sgml:
9340         * docs/libs/tmpl/gstringbuffer.sgml:
9341         * gst-libs/gst/interfaces/xoverlay.c:
9342         * gst-libs/gst/video/gstvideofilter.c:
9343         * gst-libs/gst/video/gstvideosink.c:
9344           update documentation
9345
9346 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9347
9348         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9349         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9350         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9351         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9352         (gst_multi_fd_sink_get_stats),
9353         (gst_multi_fd_sink_remove_client_link),
9354         (gst_multi_fd_sink_handle_client_read),
9355         (gst_multi_fd_sink_client_queue_data),
9356         (gst_multi_fd_sink_client_queue_caps),
9357         (gst_multi_fd_sink_client_queue_buffer),
9358         (gst_multi_fd_sink_new_client),
9359         (gst_multi_fd_sink_handle_client_write),
9360         (gst_multi_fd_sink_recover_client),
9361         (gst_multi_fd_sink_queue_buffer),
9362         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9363         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9364         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9365         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9366         * gst/tcp/gstmultifdsink.h:
9367         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9368         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9369         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9370         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9371         (gst_tcp_client_sink_set_property),
9372         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9373         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9374         * gst/tcp/gsttcpclientsink.h:
9375         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9376         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9377         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9378         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9379         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9380         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9381         * gst/tcp/gsttcpclientsrc.h:
9382         * gst/tcp/gsttcpplugin.c: (plugin_init):
9383         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9384         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9385         (gst_tcp_server_sink_finalize),
9386         (gst_tcp_server_sink_handle_server_read),
9387         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9388         (gst_tcp_server_sink_set_property),
9389         (gst_tcp_server_sink_get_property),
9390         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9391         * gst/tcp/gsttcpserversink.h:
9392         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9393         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9394         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9395         (gst_tcp_server_src_set_property),
9396         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9397         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9398         * gst/tcp/gsttcpserversrc.h:
9399           more borgifying
9400
9401 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9402
9403         * docs/plugins/Makefile.am:
9404         * docs/plugins/gst-plugins-base-plugins.args:
9405         * docs/plugins/inspect/plugin-libvisual.xml:
9406         * gst/audioconvert/plugin.h:
9407         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9408         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9409         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9410         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9411         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9412         (plugin_init):
9413         * gst/audiotestsrc/gstaudiotestsrc.c:
9414         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9415         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9416         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9417         (gst_audio_test_src_get_query_types),
9418         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9419         (gst_audio_test_src_create_square),
9420         (gst_audio_test_src_create_saw),
9421         (gst_audio_test_src_create_triangle),
9422         (gst_audio_test_src_create_silence),
9423         (gst_audio_test_src_create_white_noise),
9424         (gst_audio_test_src_init_pink_noise),
9425         (gst_audio_test_src_generate_pink_noise_value),
9426         (gst_audio_test_src_create_pink_noise),
9427         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9428         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9429         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9430         (plugin_init):
9431         * gst/audiotestsrc/gstaudiotestsrc.h:
9432         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9433         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9434         (gst_sub_parse_init), (gst_sub_parse_formats),
9435         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9436         (convert_encoding), (get_next_line),
9437         (gst_sub_parse_data_format_autodetect),
9438         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9439         (gst_sub_parse_loop), (gst_sub_parse_chain),
9440         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9441         (plugin_init):
9442         * gst/subparse/gstsubparse.h:
9443         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9444         (gst_video_rate_base_init), (gst_video_rate_class_init),
9445         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9446         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9447         (gst_video_rate_init), (gst_video_rate_event),
9448         (gst_video_rate_chain), (gst_video_rate_set_property),
9449         (gst_video_rate_get_property), (gst_video_rate_change_state),
9450         (plugin_init):
9451         * gst/videoscale/gstvideoscale.c:
9452         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9453         (gst_video_scale_src_template_factory),
9454         (gst_video_scale_sink_template_factory),
9455         (gst_video_scale_get_type), (gst_video_scale_base_init),
9456         (gst_video_scale_class_init), (gst_video_scale_init),
9457         (gst_video_scale_set_property), (gst_video_scale_get_property),
9458         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9459         (gst_video_scale_prepare_size), (parse_caps),
9460         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9461         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9462         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9463         (plugin_init):
9464         * gst/videoscale/gstvideoscale.h:
9465         * gst/videotestsrc/gstvideotestsrc.c:
9466         (gst_video_test_src_pattern_get_type),
9467         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9468         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9469         (gst_video_test_src_set_pattern),
9470         (gst_video_test_src_set_property),
9471         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9472         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9473         (gst_video_test_src_event), (gst_video_test_src_get_times),
9474         (gst_video_test_src_create), (plugin_init):
9475         * gst/videotestsrc/gstvideotestsrc.h:
9476         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9477         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9478         (gst_video_test_src_black):
9479         * gst/videotestsrc/videotestsrc.h:
9480           borgify further
9481           clean up docs a little
9482
9483 2005-11-30  Wim Taymans  <wim@fluendo.com>
9484
9485         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9486         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9487         (gst_basertppayload_event), (gst_basertppayload_push),
9488         (gst_basertppayload_change_state):
9489         * gst-libs/gst/rtp/gstbasertppayload.h:
9490         closed #320644.
9491
9492 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9493
9494         * docs/libs/gst-plugins-base-libs-docs.sgml:
9495         * docs/libs/gst-plugins-base-libs-sections.txt:
9496         * gst-libs/gst/video/gstvideofilter.c:
9497         * gst-libs/gst/video/gstvideosink.c:
9498         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9499
9500 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9501
9502         * LICENSE:
9503           move
9504         * po/af.po:
9505         * po/az.po:
9506         * po/cs.po:
9507         * po/en_GB.po:
9508         * po/hu.po:
9509         * po/it.po:
9510         * po/nb.po:
9511         * po/nl.po:
9512         * po/or.po:
9513         * po/sq.po:
9514         * po/sr.po:
9515         * po/sv.po:
9516         * po/uk.po:
9517         * po/vi.po:
9518         * Makefile.am:
9519           update
9520         * scripts/autoplugins.sh:
9521           remove
9522
9523 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9524
9525         * Makefile.am:
9526         * configure.ac:
9527         * examples/Makefile.am:
9528         * examples/capsfilter/Makefile.am:
9529         * examples/capsfilter/capsfilter1.c:
9530         * examples/gob/Makefile.am:
9531         * examples/gob/gst-identity2.gob:
9532         * examples/indexing/.cvsignore:
9533         * examples/indexing/Makefile.am:
9534         * examples/indexing/indexmpeg.c:
9535         * examples/seeking/.cvsignore:
9536         * examples/seeking/Makefile.am:
9537         * examples/seeking/cdparanoia.c:
9538         * examples/seeking/cdplayer.c:
9539         * examples/seeking/chained.c:
9540         * examples/seeking/scrubby.c:
9541         * examples/seeking/seek.c:
9542         * examples/stats/Makefile.am:
9543         * examples/stats/mp2ogg.c:
9544         * examples/switch/.cvsignore:
9545         * examples/switch/Makefile.am:
9546         * examples/switch/switcher.c:
9547         * tests/Makefile.am:
9548         * tests/check/generic/.cvsignore:
9549         * tests/check/pipelines/.cvsignore:
9550         * tests/examples/Makefile.am:
9551         * tests/examples/seek/Makefile.am:
9552           reorganize stuff under tests/
9553
9554 2005-11-30  Edward Hervey  <edward@fluendo.com>
9555
9556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9557         Go away you stupid GstStaticPadTemplate memleak.
9558
9559 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9560
9561         * gst-libs/gst/net/Makefile.am:
9562         * gst-libs/gst/net/README:
9563         * gst-libs/gst/net/gstnetbuffer.c:
9564         * gst-libs/gst/net/gstnetbuffer.h:
9565           this was moved to "netbuffer"
9566
9567 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9568
9569         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9570         (gst_video_filter_class_init), (gst_video_filter_init):
9571         * gst-libs/gst/video/gstvideofilter.h:
9572           borgify name to bring in line with other classes
9573
9574 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9575
9576         * gst/audioscale/.cvsignore:
9577         * gst/audioscale/Makefile.am:
9578         * gst/audioscale/README:
9579         * gst/audioscale/audioscale.vcproj:
9580         * gst/audioscale/dtof.c:
9581         * gst/audioscale/dtos.c:
9582         * gst/audioscale/functable.c:
9583         * gst/audioscale/gstaudioscale.c:
9584         * gst/audioscale/gstaudioscale.h:
9585         * gst/audioscale/private.h:
9586         * gst/audioscale/resample.c:
9587         * gst/audioscale/resample.h:
9588         * gst/audioscale/test.c:
9589           remove
9590
9591 2005-11-30  Edward Hervey  <edward@fluendo.com>
9592
9593         * gst-libs/gst/netbuffer/Makefile.am:
9594         really, really tired
9595
9596 2005-11-30  Edward Hervey  <edward@fluendo.com>
9597
9598         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9599         Update for new GstTypeFindFactory _register()
9600
9601 2005-11-30  Edward Hervey  <edward@fluendo.com>
9602
9603         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9604         Let's not override libgstnet from core for no reason...
9605         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9606         Ok, maybe not so quick next time.
9607
9608 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9609
9610         * configure.ac:
9611         * gst-libs/gst/Makefile.am:
9612           moved gst-libs/gst/net to netbuffer through CVS surgery
9613           remove old directory
9614           updating build to accomodate
9615           (#322257)
9616
9617 2005-11-29  Andy Wingo  <wingo@pobox.com>
9618
9619         * pkgconfig/gstreamer-plugins-base.pc.in:
9620         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9621         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9622         (#322257).
9623
9624 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9625
9626         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9627         3rd time's the charm. Correct ref-counting for discarded buffers.
9628
9629 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9630
9631         * gst/playback/gststreamselector.c:
9632         (gst_stream_selector_class_init),
9633         (gst_stream_selector_set_property),
9634         (gst_stream_selector_get_property),
9635         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9636         Fix ref-counting
9637
9638 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * gst/subparse/gstsubparse.c: (feed_textbuf):
9641           Don't access already unref'ed buffer.
9642
9643 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9644
9645         * gst/playback/gststreamselector.c:
9646         (gst_stream_selector_class_init), (gst_stream_selector_init),
9647         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9648         (gst_stream_selector_get_property),
9649         (gst_stream_selector_get_linked_pad),
9650         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9651         * gst/playback/gststreamselector.h:
9652         Add the active-pad property for playbin to use shortly. Ignore buffers
9653         from any other pad, returning GST_FLOW_NOT_LINKED
9654
9655 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9656
9657         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9658         patch from bug #322704 (Alessandro Decina).
9659
9660 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9661
9662         * gst-libs/gst/audio/Makefile.am:
9663           folded audiofilter into the audio library
9664
9665 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9666
9667         * gst/videoscale/gstvideoscale.h:
9668         * gst/videoscale/gstvideoscale.c:
9669           remove unimplemented scale methods
9670
9671 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9674           Don't leak caps.
9675
9676 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9677
9678         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9679         (gst_ximagesink_setcaps):
9680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9681         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9682         happens (only visible on ximagesink but bug is in xv too) set_caps was
9683         destroying the internal x[v]image used to memcpy non locally alloced
9684         buffers so that it got renewed on next _chain. The issue is that 
9685         _expose will try to put that image as it reffed it in _put.
9686         Using gst_buffer_unref instead of destroy fixes it !
9687
9688 2005-11-28  Edward Hervey  <edward@fluendo.com>
9689
9690         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9691         (try_to_link_1), (queue_filled_cb):
9692         Better use of the queues. Start with a small size queue and only increase
9693         the size of the queues when the other queues are empty.
9694
9695 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9696
9697         * gst-libs/gst/video/Makefile.am:
9698           compile in copied-over videofilter into the video library
9699         * gst-libs/gst/video/videosink.h:
9700           rename the header to gstvideosink.h since it's a base GstObject class
9701         * sys/ximage/ximagesink.h:
9702         * sys/xvimage/xvimagesink.h:
9703           use the new header
9704
9705 2005-11-28  Wim Taymans  <wim@fluendo.com>
9706
9707         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9708         * gst/playback/gstplaybasebin.h:
9709         Prepare to handle errors betters.
9710
9711         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9712         Set sinks to PAUSED first before adding and linking them so that
9713         we don't interrupt dataflow.
9714
9715 2005-11-28  Wim Taymans  <wim@fluendo.com>
9716
9717         * gst-libs/gst/audio/TODO:
9718         Updated TODO
9719
9720         * gst-libs/gst/audio/gstaudiosink.c:
9721         (gst_audioringbuffer_open_device),
9722         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9723         (gst_audioringbuffer_release):
9724         Small cleanups.
9725
9726         * gst-libs/gst/audio/gstbaseaudiosink.c:
9727         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9728         (gst_base_audio_sink_change_state):
9729         Slave to the master clock when going to PLAYING and unslave when
9730         going to PAUSED.
9731
9732         * gst-libs/gst/audio/gstringbuffer.c:
9733         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9734         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9735         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9736         (gst_ring_buffer_clear_all), (wait_segment),
9737         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9738         (gst_ring_buffer_advance):
9739         * gst-libs/gst/audio/gstringbuffer.h:
9740         Add some docs and cleanups.
9741
9742 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9743
9744         * sys/xvimage/xvimagesink.c:
9745         (gst_xvimagesink_navigation_send_event): Fix navigation events
9746         coordinates translation with pixel aspect ratios.
9747
9748 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9749
9750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9751         Use calculated video geometry from _setcaps instead of buffer
9752         caps to respect pixel aspect ratio. (fixes #322388)
9753
9754 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9755
9756         * docs/libs/tmpl/gstcolorbalance.sgml:
9757         * docs/libs/tmpl/gstmixer.sgml:
9758         * docs/libs/tmpl/gstxoverlay.sgml:
9759         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9760         interface.
9761
9762 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9763
9764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9765         Refuse to create an XvImage if we can't find the format.
9766
9767 2005-11-28  Edward Hervey  <edward@fluendo.com>
9768
9769         * gst-libs/gst/riff/riff-media.c:
9770         (gst_riff_create_audio_template_caps):
9771         Add ATRAC3 to the list of riff-possible audio caps.
9772         I know we still don't have a plugin for atrac3, but it's saner to output
9773         that than a cryptic mimetype.
9774
9775 2005-11-27  Edward Hervey  <edward@fluendo.com>
9776
9777         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9778         Don't try to create a zero-sized subbuffer.
9779
9780 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9781
9782         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9783         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9784         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9785         (gst_ximagesink_expose): Fixed a tricky race.
9786         * sys/ximage/ximagesink.h:
9787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9788         (gst_xvimagesink_expose): Fixed a tricky race.
9789         * sys/xvimage/xvimagesink.h:
9790
9791 2005-11-27  Edward Hervey  <edward@fluendo.com>
9792
9793         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9794         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9795         Remove unused properties, and add queues between demuxers and decoders
9796         so that a lot more files can preroll properly.
9797
9798 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9799
9800         * gst-libs/gst/net/Makefile.am:
9801         * gst-libs/gst/rtp/Makefile.am:
9802         * gst-libs/gst/tag/Makefile.am:
9803           remove silly include
9804         * gst/tags/Makefile.am:
9805         * gst/tags/gsttagediting.c:
9806         * gst/tags/gsttageditingprivate.h:
9807         * gst/tags/tagedit.vcproj:
9808           remove directory, is as good as empty
9809
9810 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9811
9812         * configure.ac:
9813           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9814         * gst-libs/Makefile.am:
9815         * gst-libs/gst/audio/Makefile.am:
9816         * gst-libs/gst/interfaces/Makefile.am:
9817         * gst-libs/gst/net/Makefile.am:
9818         * gst-libs/gst/riff/Makefile.am:
9819         * gst-libs/gst/rtp/Makefile.am:
9820         * gst-libs/gst/tag/Makefile.am:
9821         * gst-libs/gst/video/Makefile.am:
9822           and use them
9823
9824 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9825
9826         * docs/libs/tmpl/gstcolorbalance.sgml:
9827         * docs/libs/tmpl/gstmixer.sgml:
9828         * docs/libs/tmpl/gstxoverlay.sgml:
9829         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9830         * sys/ximage/ximagesink.h:
9831         * sys/xvimage/xvimagesink.h: More and more documentation.
9832
9833 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9834
9835         * docs/libs/gst-plugins-base-libs-docs.sgml:
9836         * docs/libs/gst-plugins-base-libs-sections.txt:
9837         * docs/libs/tmpl/gstcolorbalance.sgml:
9838         * docs/libs/tmpl/gstmixer.sgml:
9839         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9840         to documentation.
9841
9842 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9843
9844         * docs/plugins/Makefile.am:
9845         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9846         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9847         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9848
9849 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9850
9851         * docs/plugins/Makefile.am:
9852         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9853         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9854         * docs/plugins/inspect/plugin-adder.xml:
9855         * docs/plugins/inspect/plugin-alsa.xml:
9856         * docs/plugins/inspect/plugin-audioconvert.xml:
9857         * docs/plugins/inspect/plugin-audiorate.xml:
9858         * docs/plugins/inspect/plugin-audioresample.xml:
9859         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9860         * docs/plugins/inspect/plugin-decodebin.xml:
9861         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9862         * docs/plugins/inspect/plugin-gnomevfs.xml:
9863         * docs/plugins/inspect/plugin-ogg.xml:
9864         * docs/plugins/inspect/plugin-playbin.xml:
9865         * docs/plugins/inspect/plugin-subparse.xml:
9866         * docs/plugins/inspect/plugin-tcp.xml:
9867         * docs/plugins/inspect/plugin-theora.xml:
9868         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9869         * docs/plugins/inspect/plugin-video4linux.xml:
9870         * docs/plugins/inspect/plugin-videorate.xml:
9871         * docs/plugins/inspect/plugin-videoscale.xml:
9872         * docs/plugins/inspect/plugin-videotestsrc.xml:
9873         * docs/plugins/inspect/plugin-volume.xml:
9874         * docs/plugins/inspect/plugin-vorbis.xml:
9875         * docs/plugins/inspect/plugin-ximagesink.xml:
9876         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9877         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9878
9879 2005-11-26  Edward Hervey  <edward@fluendo.com>
9880
9881         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9882         Properly return GstFlowReturn from gst_pad_push in chain functions.
9883
9884 2005-11-25  Michael Smith  <msmith@fluendo.com>
9885
9886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9887         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9888         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9889         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9890           Handle various conditions better when we don't understand a stream.
9891           Removes a heap of CRITICALs on ogg streams containing unknown data.
9892
9893 2005-11-24  Andy Wingo  <wingo@pobox.com>
9894
9895         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9896         Be threadsafe.
9897
9898 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9899
9900         * configure.ac: back to HEAD
9901
9902 === release 0.9.6 ===
9903
9904 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9905
9906         * configure.ac:
9907           releasing 0.9.6, "White Eight"
9908
9909 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9910
9911         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9912         * docs/plugins/inspect/plugin-sine.xml:
9913           remove sinesrc some more
9914
9915 2005-11-23  Wim Taymans  <wim@fluendo.com>
9916
9917         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9918         If we are reading too slowly, jump forward in the ringbuffer
9919         instead of blocking.
9920
9921 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9922
9923         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9924         (gst_visual_chain):
9925         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9926         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9927         (gst_videorate_chain):
9928         * gst/videotestsrc/gstvideotestsrc.c:
9929         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9930         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9931         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9932         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9933         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9934         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9935           Updates for API changes
9936
9937 2005-11-23  Wim Taymans  <wim@fluendo.com>
9938
9939         * gst-libs/gst/audio/gstbaseaudiosink.c:
9940         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9941         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9942         Fix for calibration API change.
9943
9944 2005-11-23  Michael Smith <msmith@fluendo.com>
9945
9946         * gst-libs/gst/audio/multichannel.c:
9947         (gst_audio_get_channel_positions),
9948         (gst_audio_set_channel_positions),
9949         (gst_audio_set_structure_channel_positions_list),
9950         (gst_audio_fixate_channel_positions):
9951           Use gst_value_array_*() functions on value arrays, not
9952           gst_value_list_*().
9953
9954 2005-11-23  Edward Hervey  <edward@fluendo.com>
9955
9956         * autogen.sh:
9957         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9958         Fixes autogen
9959
9960 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9961
9962         * check/Makefile.am:
9963         * check/elements/videotestsrc.c: (setup_videotestsrc),
9964         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9965         (main):
9966           add a test for videotestsrc
9967
9968 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9969
9970         * gst/sine/.cvsignore:
9971         * gst/sine/Makefile.am:
9972         * gst/sine/gstsinesrc.c:
9973         * gst/sine/gstsinesrc.h:
9974         * gst/sine/sinesrc.vcproj:
9975           and remove sinesrc from the repository.  Closes #321446
9976
9977 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9978
9979         * configure.ac:
9980         * gst-plugins-base.spec.in:
9981           remove sinesrc from the build
9982
9983 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9984
9985         * check/Makefile.am:
9986         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9987         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9988         (main):
9989           add a test for audiotestsrc, testing all waves.  Even seems
9990           leak-free at first glance, nice job Stefan
9991
9992 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9993
9994         * po/af.po:
9995         * po/az.po:
9996         * po/cs.po:
9997         * po/en_GB.po:
9998         * po/hu.po:
9999         * po/it.po:
10000         * po/nb.po:
10001         * po/nl.po:
10002         * po/or.po:
10003         * po/sq.po:
10004         * po/sr.po:
10005         * po/sv.po:
10006         * po/uk.po:
10007         * po/vi.po:
10008           Translation string updates
10009
10010         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10011         (gst_v4lsrc_set_caps):
10012         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10013         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10014         * sys/v4l/v4lsrc_calls.h:
10015           Improve v4lsrc, by making it work again.
10016
10017 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10018
10019         * ext/libvisual/visual.c: (gst_visual_chain):
10020           Fix the fps calculations.
10021
10022         * gst/ffmpegcolorspace/avcodec.h:
10023           Move structure element for clarity
10024
10025         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10026         * gst-libs/gst/interfaces/tunernorm.h:
10027         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10028         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10029         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10030         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10031         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10032         (gst_v4lmjpegsrc_getcaps):
10033         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10034         (gst_v4lsrc_set_caps):
10035         * sys/v4l/gstv4lsrc.h:
10036         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10037         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10038         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10039         * sys/v4l/v4lsrc_calls.h:
10040           Fractional framerates...
10041
10042 2005-11-22  Wim Taymans  <wim@fluendo.com>
10043
10044         * gst-libs/gst/audio/gstbaseaudiosink.c:
10045         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10046         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10047         And we provide a clock by default, of course...
10048
10049 2005-11-22  Wim Taymans  <wim@fluendo.com>
10050
10051         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10052         This clock can be slaved to a master clock now.
10053
10054         * gst-libs/gst/audio/gstbaseaudiosink.c:
10055         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10056         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10057         (gst_base_audio_sink_set_clock),
10058         (gst_base_audio_sink_set_property),
10059         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10060         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10061         * gst-libs/gst/audio/gstbaseaudiosink.h:
10062         Handle slaving the internal clock to the clock selected in the
10063         pipeline.
10064         Add property to make the basesink not provide a clock.
10065
10066         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10067         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10068         (gst_base_rtp_depayload_wait):
10069         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10070         We can use the clock in GstElement, no need to store it ourselves.
10071
10072 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10073
10074         * docs/libs/tmpl/gstaudio.sgml:
10075           update
10076         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10077         (gst_paranoia_endian_get_type):
10078         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10079         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10080         * gst/audiotestsrc/gstaudiotestsrc.c:
10081         (gst_audiostestsrc_wave_get_type):
10082         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10083         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10084         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10085         (gst_sync_method_get_type), (gst_unit_type_get_type),
10086         (gst_client_status_get_type), (gst_multifdsink_class_init),
10087         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10088         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10089         (gst_multifdsink_get_property):
10090         * gst/tcp/gstmultifdsink.h:
10091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10092         * gst/videotestsrc/gstvideotestsrc.c:
10093         (gst_videotestsrc_pattern_get_type):
10094           remove deprecated properties
10095           fix up enums to correctly have short lowercase dashed nicks
10096
10097 2005-11-22  Michael Smith <msmith@fluendo.com>
10098
10099         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10100         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10101           Add underscore.
10102
10103 2005-11-22  Michael Smith <msmith@fluendo.com>
10104
10105         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10106         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10107           Use utility method for scaling clocktime for fractional framerates.
10108
10109 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10110
10111         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10112         (gst_visual_chain):
10113         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10114         * ext/theora/theoradec.c: (theora_handle_type_packet):
10115         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10116         (theora_enc_chain):
10117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10118         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10119         * gst-libs/gst/video/video.h:
10120         * gst/ffmpegcolorspace/avcodec.h:
10121         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10122         (gst_ffmpeg_caps_to_pixfmt):
10123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10124         (gst_ffmpegcsp_set_caps):
10125         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10126         (gst_videorate_setcaps), (gst_videorate_blank_data),
10127         (gst_videorate_chain):
10128         * gst/videotestsrc/gstvideotestsrc.c:
10129         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10130         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10131         (gst_videotestsrc_event), (gst_videotestsrc_create):
10132         * gst/videotestsrc/gstvideotestsrc.h:
10133         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10134         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10135         (gst_ximagesink_get_times), (gst_ximagesink_init):
10136         * sys/ximage/ximagesink.h:
10137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10138         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10139         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10140         * sys/xvimage/xvimagesink.h:
10141           Convert elements to use fractions for their framerate.
10142           V4L elements to come later tonight.
10143
10144 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10145
10146         * gst-libs/gst/audio/audio.c:
10147         * gst-libs/gst/audio/audio.h:
10148           remove some deprecated functions
10149
10150 2005-11-22  Andy Wingo  <wingo@pobox.com>
10151
10152         * Update for gst_tag_setter API changes.
10153
10154 2005-11-22  Andy Wingo  <wingo@pobox.com>
10155
10156         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10157         (gst_ogg_demux_perform_seek):
10158         * ext/theora/theoradec.c (theora_dec_sink_event):
10159         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10160         update-funcnames.
10161
10162 2005-11-22  Wim Taymans  <wim@fluendo.com>
10163
10164         * examples/seeking/seek.c: (main):
10165         Give higher priority to bus signals than the gtk events
10166         to fix a race condition in the segment looping.
10167
10168 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         * ext/theora/Makefile.am:
10171         * ext/vorbis/Makefile.am:
10172         * gst-libs/gst/tag/Makefile.am:
10173         * gst-plugins-base.spec.in:
10174           Rename libgsttagedit to libgsttag (#322117).
10175
10176 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10180           Call gst_x_overlay_prepare_xwindow_id() to give applications
10181           a final chance to set their own xwindow id before the video
10182           sink creates its own window.
10183
10184 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10185
10186         * sys/xvimage/xvimagesink.c:
10187         (gst_xvimagesink_navigation_send_event): Handle navigation
10188         events correcly with borders if applicable.
10189
10190 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10191
10192         Patch by: Luca Ognibene
10193
10194         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10195         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10197         (gst_ffmpegcsp_caps_remove_format_info):
10198         * gst/ffmpegcolorspace/imgconvert.c:
10199         * gst/ffmpegcolorspace/imgconvert_template.h:
10200           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10201           #318353); use gst_structure_has_name().
10202
10203 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10204
10205         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10206         (gst_ximagesink_class_init): Add debug macros on functions.
10207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10208         (gst_xvimagesink_xwindow_draw_borders),
10209         (gst_xvimagesink_xvimage_put),
10210         (gst_xvimagesink_xwindow_update_geometry),
10211         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10212         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10213         (gst_xvimagesink_xcontext_clear),
10214         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10215         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10216         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10217         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10218         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10219         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10220         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10221         expose while being PAUSED, out of data flow navigation events, etc..
10222
10223 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10224
10225         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10226         * gst-libs/gst/audio/audio.h:
10227           fix prototype - wondering why the test worked regardless
10228
10229 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10230
10231         * check/Makefile.am:
10232         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10233         * gst-libs/gst/audio/audio.h:
10234           add a method that returns a proper GstClockTime
10235
10236 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10239         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10240         * gst-libs/gst/interfaces/xoverlay.h:
10241           Remove everything having to do with the desired size; add 
10242           gst_x_overlay_prepare_xwindow_id() function; remove the
10243           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10244           post a message on the bus instead (#321816).
10245
10246         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10248         (gst_xvimagesink_xoverlay_init):
10249           Remove desired size stuff (#321816).
10250
10251 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10254         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10255         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10256           Terminate vararg functions with NULL instead of 0 to 
10257           make gcc4 happy.
10258
10259 2005-11-21  Andy Wingo  <wingo@pobox.com>
10260
10261         patch by: Sebastien Cote <sebas642@yahoo.ca>
10262         
10263         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10264         * gst-libs/gst/rtp/gstrtpbuffer.c
10265         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10266
10267 2005-11-21  Andy Wingo  <wingo@pobox.com>
10268
10269         * gst/playback/gstplaybin.c (gen_audio_element) 
10270         (gen_video_element): Use the new MISSING_PLUGIN core error
10271         category. Closes #320060.
10272
10273         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10274         * gst/videorate/gstvideorate.c (gst_videorate_event):
10275         * ext/theora/theoradec.c (theora_dec_sink_event): 
10276         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10277         stream lock.
10278
10279         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10280         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10281         stream lock changes.
10282
10283 2005-11-21  Wim Taymans  <wim@fluendo.com>
10284
10285         * gst-libs/gst/audio/gstbaseaudiosink.c:
10286         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10287         (gst_base_audio_sink_provide_clock),
10288         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10289         (gst_base_audio_sink_change_state):
10290         * gst/audioresample/gstaudioresample.c:
10291         Segment update fix.
10292
10293 2005-11-21  Andy Wingo  <wingo@pobox.com>
10294
10295         * *.h:
10296         * *.c: Ran scripts/update-macros. Oh yes.
10297
10298 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10299
10300         * sys/ximage/Makefile.am:
10301         * sys/ximage/ximage.c:
10302           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10303           remove your old libgstximage.* manually if necessary).
10304
10305 2005-11-21  Michael Smith <msmith@fluendo.com>
10306
10307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10308           Minimal fix for bug #320200: set the min/max bitrate in the correct
10309           units. A better fix would be to upgrade to the RATEMANAGE2
10310           interface, rather than using the deprecated interface used here, but
10311           that would require an update in our libvorbis dependency (to 1.1),
10312           which is probably undesirable.
10313
10314 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10315
10316         * ext/libvisual/visual.c: (get_buffer):
10317         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10318         (gst_base_audio_src_fixate):
10319         * gst/audioconvert/gstaudioconvert.c:
10320         (gst_audio_convert_fixate_caps):
10321         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10322         * gst/audiotestsrc/gstaudiotestsrc.c:
10323         (gst_audiotestsrc_src_fixate):
10324         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10325         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10326         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10327         * gst/videotestsrc/gstvideotestsrc.c:
10328         (gst_videotestsrc_src_fixate):
10329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10331           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10332           (#322027)
10333
10334
10335 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10336
10337         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10338         (gst_riff_create_iavs_caps):
10339         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10340         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10341         (gst_riff_parse_info):
10342         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10343         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10345           Fixes for GST_FOURCC_FORMAT API change.
10346
10347 2005-11-21  Andy Wingo  <wingo@pobox.com>
10348
10349         patch by: Alessandro Dessina <alessandro nnva org>
10350
10351         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10352         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10353         (gst_ogg_parse_chain):
10354         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10355         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10356         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10357         gst_value_list calls on arrays. Fixes #321962.
10358
10359 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10362         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10363         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10364         * gst/adder/gstadder.c: (gst_adder_init),
10365         (gst_adder_request_new_pad), (gst_adder_collected),
10366         (gst_adder_change_state):
10367           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10368           API change.
10369
10370 2005-11-21  Michael Smith <msmith@fluendo.com>
10371
10372         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10373         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10374           Properly handle pad_push return values.
10375
10376 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10377
10378         * gst-libs/gst/tag/Makefile.am:
10379         * gst-libs/gst/tag/gstvorbistag.c:
10380         (gst_tag_list_to_vorbiscomment_buffer):
10381           Remove obsolete vorbistag element and debug category.
10382
10383         * gst/playback/gstplaybasebin.c: (check_queue):
10384           Don't divide by 0 when queue-threshold is 0.
10385
10386         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10387           Don't modify an existing pixel-aspect-ratio if we fail to read
10388           a new one.
10389
10390 2005-11-20  Wim Taymans  <wim@fluendo.com>
10391
10392         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10393         (gst_vorbisenc_push_packet):
10394         GST_PAD_IS_USABLE is gone, use the return value of
10395         the push or pad_alloc_buffer instead.
10396
10397 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10398
10399         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10400         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10401         (gst_ximagesink_ximage_destroy),
10402         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10403         (gst_ximagesink_xwindow_new),
10404         (gst_ximagesink_xwindow_update_geometry),
10405         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10406         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10407         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10408         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10409         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10410         (gst_ximagesink_navigation_send_event),
10411         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10412         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10413         (gst_ximagesink_finalize), (gst_ximagesink_init),
10414         (gst_ximagesink_class_init):
10415         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10416         This new version brings correct software scaling, non flickering
10417         window while resizing, pixel aspect ratio handling, usage of
10418         hardware buffer pools, out of data flow event thread for 
10419         navigation and handling of expose events even when being PAUSED,
10420         a new property to keep video aspect ratio when resizing, etc...
10421
10422 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10423
10424         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10425         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10426         handling of PAR.
10427
10428 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10429
10430         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10431         Unsetting IS_SINK flag from the fakesink, so decodebin
10432         never behaves as a sink.
10433
10434 2005-11-17  Wim Taymans  <wim@fluendo.com>
10435
10436         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10437         (gst_base_audio_src_change_state):
10438         Fix the audiosrc base class again, we did not unflush.
10439
10440 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10441
10442         * examples/seeking/seek.c: (make_dv_pipeline),
10443         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10444         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10445         to ogg/vorbis/theora pipeline.
10446
10447 2005-11-17  Wim Taymans  <wim@fluendo.com>
10448
10449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10450         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10451         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10452         Fix EOS on multiple streams.
10453         More debugging.
10454
10455 2005-11-16  Wim Taymans  <wim@fluendo.com>
10456
10457         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10458         (gst_ogg_demux_perform_seek):
10459         Segment done must include stream time.
10460
10461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10462         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10463         (gst_ogg_mux_change_state):
10464         Fix ogg muxer again.
10465
10466 2005-11-16  Wim Taymans  <wim@fluendo.com>
10467
10468         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10469         Fix compile again.
10470
10471 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10472
10473         * ext/libvisual/visual.c: (gst_visual_init):
10474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10475         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10476         (gst_ogg_parse_chain):
10477         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10478         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10479         * ext/theora/theoradec.c: (gst_theora_dec_init):
10480         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10481         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10482         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10483         * gst/adder/gstadder.c: (gst_adder_class_init),
10484         (gst_adder_dispose):
10485         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10486         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10487         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10488           Fix a whole set of pad template leaks
10489
10490 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10491
10492         * check/generic/states.c: (GST_START_TEST):
10493           fix the test so that it only checks for elements that are part of
10494           this source module
10495
10496 2005-11-16  Michael Smith <msmith@fluendo.com>
10497
10498         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10499         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10500         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10501         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10502         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10503         (gst_ogg_mux_change_state):
10504           Fix leaking collectpads.
10505
10506 2005-11-16  Edward Hervey  <edward@fluendo.com>
10507
10508         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10509         (gst_videorate_event), (gst_videorate_chain):
10510         Handle segment seeks
10511
10512 2005-11-16  Wim Taymans  <wim@fluendo.com>
10513
10514         * gst-libs/gst/audio/gstbaseaudiosink.c:
10515         (gst_base_audio_sink_provide_clock),
10516         (gst_base_audio_sink_change_state):
10517         Set ringbuffer to non-flushing when going to PAUSED, set to
10518         flushing again when going to READY.
10519
10520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10521         (gst_ring_buffer_stop):
10522         Start in flushing mode by default.
10523         Don't set flushing in the _stop method, let the app call
10524         this explicitly.
10525
10526 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10527
10528         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10529         * gst-libs/gst/video/videosink.h: Add helper function needed
10530         for video sinks.
10531
10532 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10533
10534         * gst/videoscale/gstvideoscale.c:
10535         (gst_videoscale_handle_src_event):
10536           Don't leak reference to pad parent.
10537
10538 2005-11-16  Wim Taymans  <wim@fluendo.com>
10539
10540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10541         Set ringbuffer to flushing when stopping so that we don't
10542         block on wait_segment anymore and livelock.
10543
10544 2005-11-16  Wim Taymans  <wim@fluendo.com>
10545
10546         * examples/seeking/seek.c: (send_event), (do_seek),
10547         (loop_toggle_cb), (segment_done), (main):
10548         Added looping checkbox.
10549
10550 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10551
10552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10553         (gst_ogg_demux_init):
10554         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10555         (gst_vorbis_dec_init):
10556           revert unrefs, they don't pass make check
10557
10558 2005-11-15  Johan Dahlin  <johan@gnome.org>
10559
10560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10561         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10562         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10563         (gst_vorbis_dec_init):
10564         Fix pad template leaks. 
10565
10566 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10569           Make state change function thread safe.
10570
10571 2005-11-15  Edward Hervey  <edward@fluendo.com>
10572
10573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10574         (gst_ogg_demux_class_init):
10575         Implement GstElement::send_event, so we can send seek events
10576         in GST_STATE_READY
10577
10578 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10579
10580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10581         Discovered how to take away flickering while resizing the
10582         window. Please don't put that in ximagesink, refactoring in
10583         progress.
10584
10585 2005-11-14  Michael Smith <msmith@fluendo.com>
10586
10587         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10588         (gst_multifdsink_render):
10589           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10590
10591 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         * gst/playback/gstplaybin.c: (gen_audio_element):
10594           Use autoaudiosink, it tends to be more widely available than
10595           autoaudiiosink.
10596           
10597 2005-11-14  Andy Wingo  <wingo@pobox.com>
10598
10599         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10600         as well if it is available. Fixes #316442.
10601
10602 2005-11-14  Michael Smith <msmith@fluendo.com>
10603
10604         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10605         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10606         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10607         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10608         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10609         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10611         (gst_vorbisenc_change_state):
10612           Fix a small memory leak in vorbisenc.
10613           Fix large memory leaks in oggmux, also fix lots of state change
10614           bugs in oggmux.
10615
10616 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10617
10618         * gst/videotestsrc/gstvideotestsrc.c:
10619         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10620         (gst_videotestsrc_src_fixate):
10621           move fixation to a fixate function
10622           remove negotiate function, basesrc's is good enough
10623           fixes a bug for check when using the element alone
10624
10625 2005-11-13  Edward Hervey  <edward@fluendo.com>
10626
10627         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10628         (key_toggle_cb), (main):
10629         Added checkboxes for adding/removing the accurate and key_unit seek
10630         flags.
10631
10632 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10633
10634         * configure.ac: back to HEAD
10635
10636 === release 0.9.5 ===
10637
10638 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10639
10640         * configure.ac:
10641           releasing 0.9.5, "No No Kia"
10642
10643 2005-11-11  Edward Hervey  <edward@fluendo.com>
10644
10645         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10646         Added parse-launch syntax seeking mode for the seeking example.
10647         This should help stress-test even more cases.
10648         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10649
10650 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         * sys/xvimage/xvimagesink.c:
10653         (gst_xvimagesink_navigation_send_event):
10654           Check whether peer pad exists before sending navigation events
10655           to it.
10656
10657 2005-11-11  Michael Smith <msmith@fluendo.com>
10658
10659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10660         (gst_vorbisenc_buffer_from_packet):
10661         * ext/vorbis/vorbisenc.h:
10662           Set duration on encoded buffers. This allows oggmux's
10663           max_page_delay parameter to actually work.
10664
10665 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10666
10667         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10668         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10669         (gst_ffmpegcsp_avpicture_fill):
10670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10671         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10672           Make palettes work again (see #132341). Use our own macros
10673           for rounding up.
10674
10675 2005-11-10  Andy Wingo  <wingo@pobox.com>
10676
10677         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10678         string doober.
10679
10680 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10681
10682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10683         (gst_ffmpegcsp_transform_caps):
10684           Prefer passthrough in transform_caps
10685
10686 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10687
10688         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10689           check for ALSA errors properly, instead of relying on ALSA's
10690           error strings to serve to the user.
10691
10692 2005-11-10  Wim Taymans  <wim@fluendo.com>
10693
10694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10695         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10696         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10697         Modernise the seek code.
10698
10699 2005-11-10  Michael Smith <msmith@fluendo.com>
10700         
10701         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10702         (setup_substreams), (set_active_source):
10703           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10704           trying to go to NULL if we failed to read a file.
10705
10706 2005-11-10  Wim Taymans  <wim@fluendo.com>
10707
10708         * gst/audiotestsrc/gstaudiotestsrc.c:
10709         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10710         (gst_audiotestsrc_create):
10711         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10712         (gst_sinesrc_get_times), (gst_sinesrc_create):
10713         * gst/videotestsrc/gstvideotestsrc.c:
10714         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10715         (gst_videotestsrc_create):
10716         The base class can now sync for us.
10717
10718 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10719
10720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10721           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10722           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10723           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10724           format=(fourcc)I420" ! xvimagesink
10725
10726 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10727
10728         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10729         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10730         (gst_sinesrc_newsegment):
10731           Send newsegment event in TIME format, set duration if
10732           num-buffers is set, fix duration querying.
10733
10734 2005-11-10  Michael Smith <msmith@fluendo.com>
10735
10736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10737         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10738         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10739         (gst_ogg_mux_collected):
10740          Fix EOS handling, partially. Now forwarding an EOS event once we have
10741          EOS on all pads works correctly. However, we still don't properly set
10742          EOS on the actual ogg stream pages.
10743
10744 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10745
10746         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10747           Set elements to NULL state before disposing of them.
10748
10749 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10750
10751         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10754         (gst_base_rtp_depayload_init),
10755         (gst_base_rtp_depayload_set_gst_timestamp):
10756         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10757           We need to send a newsegment event for each instance, not
10758           just for the first instance of this class (get rid of
10759           static variable in function). (#321011).
10760           
10761 2005-11-08  Michael Smith <msmith@fluendo.com>
10762
10763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10764         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10765         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10766         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10767           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10768           This makes us mux things correctly according to the ogg muxing
10769           rules. Still not handling EOS correctly right now, though.
10770
10771 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         * gst/audioconvert/gstaudioconvert.c:
10774           Fix typo in docs. 
10775
10776 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10777
10778         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10779         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10780           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10781           creating a new chain; should fix live streaming. Also
10782           add more debug output and fix a typo.
10783
10784 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10785
10786         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10787
10788         * gst/volume/gstvolume.c: (volume_set_caps):
10789           Fix compilation on Solaris with Forte. (#320923)
10790
10791 2005-11-08  Wim Taymans  <wim@fluendo.com>
10792
10793         * gst-libs/gst/audio/gstbaseaudiosink.c:
10794         (gst_base_audio_sink_render):
10795         No need to do a typecheck.
10796
10797 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         * ext/alsa/gstalsa.h:
10800           We register a debug category, so let's use it.
10801
10802 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10803
10804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10805         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10806         Fixed a small problem.
10807
10808 2005-11-04  Wim Taymans  <wim@fluendo.com>
10809
10810         * examples/seeking/Makefile.am:
10811         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10812         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10813         (make_playerbin_pipeline), (format_value), (update_scale),
10814         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10815         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10816         (print_usage), (main):
10817         Added app for playback speed testing.
10818
10819         * examples/seeking/seek.c: (dynamic_link),
10820         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10821         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10822         (message_received), (main):
10823         Updated seek example.
10824
10825 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10826
10827         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10828         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10829         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10830         (gst_base_rtp_depayload_set_clock):
10831         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10832         Don't sleep on the bench (system clock) when you have a nice 
10833         comfortable bed (Gstreamer clock) to sleep on.
10834
10835 2005-11-03  Wim Taymans  <wim@fluendo.com>
10836
10837         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10838         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10839         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10840         Handle the case where a pad_block failed.
10841
10842 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10843
10844         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10845
10846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10847         (gst_base_rtp_depayload_add_to_queue),
10848         (gst_base_rtp_depayload_push),
10849         (gst_base_rtp_depayload_set_gst_timestamp),
10850         (gst_base_rtp_depayload_queue_release):
10851           Fixes some bugs in the depayloader's queuing/de-queueing code.
10852
10853 2005-10-31  Michael Smith <msmith@fluendo.com>
10854
10855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10856         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10857         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10858           Patch from Alessandro Decina <alessandro@nnva.org>.
10859           Make oggdemux only find the final time in a chain, not per-pad,
10860           since the per-pad information can be very expensive to locate, and
10861           it isn't used anywhere. This makes reading a file containing
10862           OggSkeleton reasonably fast.
10863           Also, make chain finding work when there are logical bitstreams that
10864           can't be decoded. Fixes #319110.
10865
10866 2005-10-31  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_chain),
10871         (gst_base_rtp_depayload_add_to_queue),
10872         (gst_base_rtp_depayload_push),
10873         (gst_base_rtp_depayload_set_gst_timestamp),
10874         (gst_base_rtp_depayload_queue_release),
10875         (gst_base_rtp_depayload_start_thread),
10876         (gst_base_rtp_depayload_set_property),
10877         (gst_base_rtp_depayload_get_property):
10878         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10879         Some random fixes, to fullfill the desires of thomas.
10880
10881 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10882
10883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10884         (gst_base_rtp_depayload_add_to_queue),
10885         (gst_base_rtp_depayload_push):
10886         Fixed the queueing algorithm.
10887
10888 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10889
10890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10891         (gst_base_rtp_depayload_push):
10892         A small fix
10893
10894 2005-10-31  Wim Taymans  <wim@fluendo.com>
10895
10896         * gst-libs/gst/audio/gstringbuffer.h:
10897         Don't break ABI.
10898
10899         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10900         (gst_ffmpeg_caps_to_pixfmt):
10901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10902         (gst_ffmpegcsp_set_caps):
10903         Some more comments.
10904         Handle missing required caps fields better.
10905
10906 2005-10-31  Wim Taymans  <wim@fluendo.com>
10907
10908         * gst-libs/gst/audio/gstbaseaudiosink.c:
10909         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10910         (gst_base_audio_sink_render):
10911         * gst-libs/gst/audio/gstringbuffer.c:
10912         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10913         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10914         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10915         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10916         (gst_ring_buffer_read):
10917         * gst-libs/gst/audio/gstringbuffer.h:
10918         Add flushing mode to the ringbuffer so that it in all cases does
10919         not try to handle more audio. This makes sure it does not try to
10920         block anymore when flushing and fixes a livelock.
10921
10922 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10925         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10926         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10927           Explicitly check for -1 values before doing a conversion
10928           and always map them to -1. (#315545)
10929
10930 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10931
10932         * gst/playback/gstplaybin.c: (gen_video_element):
10933           first try autovideosink, then xvimagesink, then error out
10934         * po/POTFILES.in:
10935           add translatable file
10936         * po/af.po:
10937         * po/az.po:
10938         * po/cs.po:
10939         * po/en_GB.po:
10940         * po/hu.po:
10941         * po/it.po:
10942         * po/nb.po:
10943         * po/nl.po:
10944         * po/or.po:
10945         * po/sq.po:
10946         * po/sr.po:
10947         * po/sv.po:
10948         * po/uk.po:
10949         * po/vi.po:
10950           update translations
10951
10952 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10953
10954         * gst-libs/gst/rtp/gstbasedepayload.c:
10955         * gst-libs/gst/rtp/gstbasedepayload.h:
10956           Minor cleanups
10957
10958 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * gst/playback/.cvsignore:
10961         * gst/playback/decodetest.c:
10962         * gst/playback/test3.c:
10963           Port these two tests as well.
10964
10965 2005-10-27  Wim Taymans  <wim@fluendo.com>
10966
10967         * ext/theora/theoradec.c: (theora_dec_src_query),
10968         (theora_dec_sink_event):
10969         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10970         (theora_enc_change_state):
10971         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10972         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10973         Take proper locks when handling events.
10974
10975 2005-10-27  Wim Taymans  <wim@fluendo.com>
10976
10977         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10978         (gst_adder_change_state):
10979         Fix timestamps and fix deadlock when stopping the collectpads.
10980
10981 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10982
10983         * gst-libs/gst/rtp/gstrtpbuffer.h:
10984         Declaring the payload types as strings too so that they can be used
10985         in the padtemplate inialization.
10986
10987 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10988
10989         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10990
10991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10992         (gst_base_rtp_depayload_class_init):
10993         Fixes a small but nasty bug. The derived elements no longer segfaults
10994         on finalization.
10995
10996 2005-10-26  Michael Smith <msmith@fluendo.com>
10997
10998         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10999           When clearing an audioconvert context, set tmpbufsize to zero, so
11000           we'll allocate it again later if required.
11001           This fixes audioconvert re-negotiating formats, which previously
11002           segfaulted with a NULL destination buffer.
11003
11004 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11005
11006         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11007         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11008         (gst_base_rtp_depayload_set_gst_timestamp),
11009         (gst_base_rtp_depayload_queue_release):
11010         Fixed a smalll memleak.
11011
11012 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11013         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11014         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11015         (gst_base_rtp_depayload_finalize),
11016         (gst_base_rtp_depayload_setcaps),
11017         (gst_base_rtp_depayload_add_to_queue),
11018         (gst_base_rtp_depayload_push),
11019         (gst_base_rtp_depayload_set_gst_timestamp),
11020         (gst_base_rtp_depayload_queue_release),
11021         (gst_base_rtp_depayload_thread),
11022         (gst_base_rtp_depayload_change_state):
11023         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11024         Changed the C++ comments to C comments
11025
11026 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11029         * gst/tcp/gsttcpclientsrc.h:
11030         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11031         * gst/tcp/gsttcpserversrc.h:
11032           Remove unused 'curoffset' structure member.
11033
11034 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11035
11036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11037         (gst_base_rtp_depayload_base_init),
11038         (gst_base_rtp_depayload_finalize):
11039         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11040         * gst-libs/gst/rtp/gstbasertppayload.h:
11041           The pad-template on the sinkpad should be set by the derived classes.
11042           Also added some useful macros.
11043
11044 2005-10-24  Wim Taymans  <wim@fluendo.com>
11045
11046         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11047         Correctly flush decoder samples even if we could not
11048         copy them to an output buffer. Fixes #319618.
11049
11050 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11051
11052         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11054         the caps against our xcontext caps.
11055
11056 2005-10-24  Wim Taymans  <wim@fluendo.com>
11057
11058         * gst-libs/gst/audio/gstbaseaudiosink.c:
11059         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11060         Remove g_print
11061         Use sync property from baseclass to disable sync.
11062
11063 2005-10-24  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst-libs/gst/audio/gstbaseaudiosink.c:
11066         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11067         Buffers with no timestamps get aligned with previous buffers or
11068         on underrun, played ASAP.
11069
11070 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11071
11072         * gst-libs/gst/video/video.h:
11073         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11074         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11076         here comes my change on caps for framerate and geometry range.
11077         We are now accepting 1 to MAXINT for width and height, and from
11078         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11079         to be blended correctly in videomixer.
11080
11081 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11082
11083         * configure.ac:
11084           back to HEAD
11085
11086 === release 0.9.4 ===
11087
11088 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11089
11090         * NEWS:
11091         * RELEASE:
11092         * configure.ac:
11093           releasing 0.9.4, "Velociraptor"
11094
11095 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11096
11097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11098         * po/POTFILES.in:
11099           STOPPED -> FAILED
11100
11101 2005-10-21  Wim Taymans  <wim@fluendo.com>
11102
11103         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11104         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11105         (pad_blocked), (close_pad_link), (new_pad):
11106         Don't try to remove elements twice.
11107
11108 2005-10-21  Wim Taymans  <wim@fluendo.com>
11109
11110         * ext/theora/theoradec.c: (theora_dec_src_query),
11111         (theora_dec_sink_event):
11112         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11113         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11114         (vorbis_handle_data_packet):
11115         * ext/vorbis/vorbisdec.h:
11116         Fix old naming.
11117
11118         * gst-libs/gst/audio/gstbaseaudiosink.c:
11119         (gst_base_audio_sink_render):
11120         Don't try to sync on buffers without a timestamp.
11121
11122 2005-10-21  Wim Taymans  <wim@fluendo.com>
11123
11124         * ext/theora/theoradec.c: (theora_dec_src_query),
11125         (theora_dec_sink_event):
11126         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11127         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11128         (vorbis_handle_data_packet):
11129         * ext/vorbis/vorbisdec.h:
11130         Fix old naming.
11131
11132 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11133
11134         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11135         (gst_vorbisenc_src_query):
11136           Implement position and duration queries.
11137
11138         * gst/playback/test3.c: (update_scale), (main):
11139           Fix for async state changes and print nicer output.
11140
11141 2005-10-20  Wim Taymans  <wim@fluendo.com>
11142
11143         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11144         (dump_element_stats), (main):
11145         * gst/playback/test6.c: (main):
11146         Fix tests again
11147
11148 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11149
11150         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11151         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11152           Don't use functions for position queries when handling
11153           duration queries.
11154
11155 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11156
11157         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11158         (vorbis_handle_data_packet), (vorbis_dec_chain),
11159         (vorbis_dec_change_state):
11160         * ext/vorbis/vorbisdec.h:
11161           Vorbis streams can be embedded in other container formats
11162           than ogg, container formats where the demuxer might set 
11163           timestamps on encoded vorbis buffers instead of those silly 
11164           granulepos thingies. In short: make vorbisdec handle 
11165           timestamps on incoming buffers as well.
11166
11167 2005-10-20  Wim Taymans  <wim@fluendo.com>
11168
11169         * gst/playback/gstplaybasebin.c: (group_destroy),
11170         (gst_play_base_bin_change_state):
11171         Fix leak.
11172         Handle case where playbasebin is now ASYNC because
11173         decodebin is.
11174
11175 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11176
11177         * gst/audioconvert/Makefile.am:
11178         * gst/audioconvert/bufferframesconvert.c:
11179         * gst/audioconvert/plugin.c: (plugin_init):
11180         * gst/audioconvert/plugin.h:
11181           And bye bye buffer-frames-convert
11182
11183 2005-10-19  Wim Taymans  <wim@fluendo.com>
11184
11185         * check/elements/audioconvert.c:
11186         * docs/libs/tmpl/gstaudio.sgml:
11187         * docs/libs/tmpl/gstcolorbalance.sgml:
11188         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11189         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11190         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11191         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11192         * gst-libs/gst/audio/audio.h:
11193         * gst/audioconvert/audioconvert.h:
11194         * gst/audioconvert/gstaudioconvert.c:
11195         (gst_audio_convert_parse_caps):
11196         * gst/volume/gstvolume.c:
11197         Bye bye buffer-frames.
11198
11199 2005-10-19  Wim Taymans  <wim@fluendo.com>
11200
11201         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11202         (query_positions_elems), (query_positions_pads), (update_scale),
11203         (do_seek), (set_update_scale), (message_received), (main):
11204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11205         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11206         (gst_ogg_demux_loop):
11207         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11208         * ext/theora/theoradec.c: (theora_dec_src_query),
11209         (theora_dec_sink_event):
11210         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11211         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11212         * gst/adder/gstadder.c: (gst_adder_query):
11213         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11214         * gst/playback/test3.c: (update_scale):
11215         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11216         (dump_element_stats), (main):
11217         * gst/playback/test6.c: (main):
11218         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11219         Query API update.
11220
11221 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11222
11223         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11224         (xml_check_first_element), (xml_type_find), (smil_type_find),
11225         (plugin_init):
11226           Add typefinding for SMIL and for generic XML. Based on patch by
11227           Akos Maroy (#308663).
11228
11229 2005-10-18  Wim Taymans  <wim@fluendo.com>
11230
11231         * gst/playback/Makefile.am:
11232         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11233         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11234         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11235         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11236         (gst_decode_bin_change_state):
11237         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11238         (gst_play_bin_send_event_to_sink):
11239         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11240         (dump_element_stats), (main):
11241         * gst/playback/test6.c: (main):
11242         Make playbin async, it'll commit state to paused when all streams
11243         are detected.
11244         Remove ugly hack.
11245         Added test6.c to show async behaviour.
11246
11247 2005-10-18  Wim Taymans  <wim@fluendo.com>
11248
11249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11250         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11251         Fix for segment-start/stop API change.
11252
11253 2005-10-18  Wim Taymans  <wim@fluendo.com>
11254
11255         * check/Makefile.am:
11256         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11257         (main):
11258         Add future test for clock selection.
11259
11260 2005-10-18  Wim Taymans  <wim@fluendo.com>
11261
11262         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11263         (gst_alsasink_close):
11264         Set handle to NULL.
11265
11266         * gst-libs/gst/audio/gstringbuffer.c:
11267         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11268         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11269         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11270         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11271         (gst_ring_buffer_read):
11272         More debug info.
11273
11274 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11275
11276         * gst/audiotestsrc/Makefile.am:
11277         * gst/sine/Makefile.am:
11278         * gst/volume/Makefile.am:
11279           fix broken build of controllerized plugins
11280
11281 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11282
11283         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11286         (gst_riff_create_video_template_caps):
11287           Add support for Indeo-3 (IV32).
11288
11289 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11290
11291         * configure.ac:
11292           rewrite
11293
11294 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11295
11296         * gst-libs/gst/video/video.c: (gst_video_get_size):
11297         * gst/audiotestsrc/gstaudiotestsrc.c:
11298           doc updates
11299
11300 2005-10-17  Andy Wingo  <wingo@pobox.com>
11301
11302         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11303         with the collectpads change.
11304         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11305
11306         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11307
11308         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11309
11310         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11311         alloc_buffer flow return to callers.
11312         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11313         change. Fix some memleaks in theoraenc.
11314
11315         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11316         in strange circumstance.
11317
11318 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11319
11320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11321         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11322         from caps, let's use the caps...
11323
11324 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11325
11326         * configure.ac:
11327           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11328
11329 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11330
11331         * gst-libs/gst/interfaces/Makefile.am:
11332           fix silly typo
11333
11334 2005-10-16  Andy Wingo  <wingo@pobox.com>
11335
11336         * gst/playback/gstdecodebin.c
11337         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11338         function!
11339         (try_to_link_1): Increase kraziness level.
11340
11341 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11342
11343         * configure.ac:
11344           restructure like the core one
11345         * gst-libs/gst/audio/Makefile.am:
11346         * gst-libs/gst/interfaces/Makefile.am:
11347         * gst-libs/gst/net/Makefile.am:
11348         * gst-libs/gst/riff/Makefile.am:
11349         * gst-libs/gst/rtp/Makefile.am:
11350         * gst-libs/gst/tag/Makefile.am:
11351         * gst-libs/gst/video/Makefile.am:
11352           use correct linker flags, now the libs are properly versioned
11353         * check/elements/audioconvert.c: (verify_convert):
11354         * ext/alsa/gstalsaplugin.c:
11355         * ext/cdparanoia/gstcdparanoia.c:
11356         * ext/gnomevfs/gstgnomevfs.c:
11357         * ext/libvisual/visual.c:
11358         * ext/ogg/gstogg.c:
11359         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11360         * ext/theora/theora.c:
11361         * ext/vorbis/vorbis.c:
11362         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11363         * gst-libs/gst/tag/gsttagediting.c:
11364         * gst-libs/gst/video/video.c:
11365         * gst/adder/gstadder.c:
11366         * gst/audioconvert/plugin.c:
11367         * gst/audiorate/gstaudiorate.c:
11368         * gst/audioresample/gstaudioresample.c:
11369         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11370         * gst/audioscale/gstaudioscale.c:
11371         * gst/audioscale/resample.c:
11372         * gst/audiotestsrc/gstaudiotestsrc.c:
11373         * gst/ffmpegcolorspace/gstffmpeg.c:
11374         * gst/playback/gstdecodebin.c: (close_pad_link):
11375         * gst/playback/gstplaybin.c: (gen_video_element),
11376         (gen_audio_element):
11377         * gst/sine/gstsinesrc.c:
11378         * gst/subparse/gstsubparse.c:
11379         * gst/tags/gsttagediting.c:
11380         * gst/tcp/gsttcpplugin.c:
11381         * gst/typefind/gsttypefindfunctions.c:
11382         * gst/videorate/gstvideorate.c:
11383         * gst/videoscale/gstvideoscale.c:
11384         * gst/videotestsrc/gstvideotestsrc.c:
11385         * gst/volume/gstvolume.c:
11386         * sys/v4l/gstv4l.c:
11387         * sys/ximage/ximage.c:
11388         * sys/xvimage/xvimagesink.c:
11389           fix up defines
11390
11391 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * ext/vorbis/vorbisenc.c:
11394         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11395         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11396         (gst_tag_to_vorbis_comments):
11397           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11398
11399 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11400
11401         * examples/stats/mp2ogg.c:
11402         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11403           typo fixes
11404
11405 2005-10-13  Michael Smith <msmith@fluendo.com>
11406
11407         * ext/ogg/gstoggmux.c:
11408           Use magic glib macros to define constants as 64 bit, to ensure
11409           appropriate vararg passing.
11410
11411 2005-10-13  Michael Smith <msmith@fluendo.com>
11412
11413         * ext/ogg/gstoggmux.c:
11414         * gst/audioconvert/audioconvert.c: (float):
11415           Don't use LL suffix, as it's not portable, and neither of these
11416           uses required it anyway.
11417
11418 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11419
11420         * examples/indexing/indexmpeg.c: (main):
11421         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11422         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11423         (cdparanoia_convert), (cdparanoia_query):
11424         * ext/cdparanoia/gstcdparanoia.h:
11425         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11426         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11427         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11429         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11430         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11431         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11432         (gst_multifdsink_render), (gst_multifdsink_start),
11433         (gst_multifdsink_stop):
11434         * gst/tcp/gstmultifdsink.h:
11435         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11436         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11437         (gst_tcpclientsink_stop):
11438         * gst/tcp/gsttcpclientsink.h:
11439         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11440         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11441         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11442         * gst/tcp/gsttcpclientsrc.h:
11443         * gst/tcp/gsttcpserversink.h:
11444         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11445         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11446         (gst_tcpserversrc_stop):
11447         * gst/tcp/gsttcpserversrc.h:
11448         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11449         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11450         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11451           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11452           moved bitshift from macro to enum definition
11453
11454 2005-10-12  Wim Taymans  <wim@fluendo.com>
11455
11456         * examples/seeking/Makefile.am:
11457         Oops.
11458
11459 2005-10-12  Wim Taymans  <wim@fluendo.com>
11460
11461         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11462         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11463         Don't assert on normal stuff.
11464
11465         * gst/playback/gstplaybin.c: (do_playbin_seek):
11466         API fix.
11467
11468 2005-10-12  Wim Taymans  <wim@fluendo.com>
11469
11470         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11471         * examples/seeking/Makefile.am:
11472         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11473         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11474         (do_seek), (set_update_scale), (message_received), (main):
11475         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11476         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11477         Update for _get_state() API change.
11478
11479 2005-10-11  Wim Taymans  <wim@fluendo.com>
11480
11481         * gst-libs/gst/audio/gstbaseaudiosink.c:
11482         (gst_base_audio_sink_render):
11483         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11484         (gst_base_audio_src_create):
11485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11486         (gst_ring_buffer_read):
11487         Cleanups.
11488         Commit and read from ringbuffer in samples rather than bytes.
11489
11490 2005-10-11  Wim Taymans  <wim@fluendo.com>
11491
11492         * gst-libs/gst/audio/gstbaseaudiosink.c:
11493         (gst_base_audio_sink_render):
11494         Respect segment rate and accum when scheduling samples.
11495
11496 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11497
11498         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11499         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11500         EOS correctly, that needs more work.
11501
11502 2005-10-11  Wim Taymans  <wim@fluendo.com>
11503
11504         * check/generic/states.c: (GST_START_TEST):
11505         remove old property.
11506
11507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11508         (gst_ogg_demux_perform_seek):
11509         * ext/theora/theoradec.c: (theora_dec_sink_event):
11510         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11511         (vorbis_handle_data_packet):
11512         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11513         (gst_base_rtp_depayload_set_gst_timestamp):
11514         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11515         Update for newsegment API change.
11516
11517 2005-10-11  Michael Smith <msmith@fluendo.com>
11518
11519         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11520         (do_playbin_seek), (gst_play_bin_send_event):
11521           Override send_event differently, so that we can takes bits of
11522           functionality from GstPipeline (special handling for seeks,
11523           including pausing/resuming, and resetting stream time) and still get
11524           the appropriate behaviour of only forwarding event to a single sink,
11525           rather than all of them.
11526           Unfortunately requires a lot of code duplication, but the
11527           alternatives are equally ugly in the end.
11528
11529 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11530
11531         * check/elements/audioconvert.c: (setup_audioconvert),
11532         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11533         (GST_START_TEST), (audioconvert_suite):
11534           clean up tests a little, fix some leaks.
11535
11536 2005-10-10  Wim Taymans  <wim@fluendo.com>
11537
11538         * ext/alsa/gstalsasink.c:
11539         Also allow unsigned int.
11540
11541         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11542         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11543         Small cleanup
11544
11545 2005-10-10  Wim Taymans  <wim@fluendo.com>
11546
11547         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11548         Small update, use API as stated in design docs.
11549
11550         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11551         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11552         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11553         (message_received), (main):
11554         Updated seek example for GOption. Some usability improvements.
11555
11556 2005-10-10  Wim Taymans  <wim@fluendo.com>
11557
11558         * gst/audioconvert/audioconvert.h:
11559         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11560         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11561         Alloc temp storage somewhere else where we can do it more
11562         portable.
11563
11564 2005-10-10  Wim Taymans  <wim@fluendo.com>
11565
11566         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11567         (gst_tcpserversrc_start):
11568         Don't block in accept while doing the state change, move
11569         to poll and make cancellable.
11570
11571 2005-10-09  Philippe Khalaf <burger@speedy.org>
11572
11573         * gst-libs/gst/rtp/rtpbasedepayload.c:
11574         Set timestamp and add queue delay to timestamp
11575         * gst-libs/gst/rtp/rtpbuffer.h:
11576         Set correct payload type for h263
11577
11578 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11579
11580         * gst/audiotestsrc/gstaudiotestsrc.c:
11581         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11582         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11583         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11584         (gst_audiotestsrc_create_triangle),
11585         (gst_audiotestsrc_create_silence),
11586         (gst_audiotestsrc_create_white_noise),
11587         (gst_audiotestsrc_init_pink_noise),
11588         (gst_audiotestsrc_generate_pink_noise_value),
11589         (gst_audiotestsrc_create_pink_noise),
11590         (gst_audiotestsrc_change_wave):
11591         * gst/audiotestsrc/gstaudiotestsrc.h:
11592           fixed typo, added pink noise
11593
11594 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11597         (plugin_init):
11598           Add wavpack and spc typefind functions from 0.8 branch.
11599
11600 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11601
11602         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11603         (ar_type_find), (msdos_type_find), (plugin_init):
11604           Add typefind functions for tar archives, ar archives,
11605           RAR archives, and msdos-executables (dlls, exe, etc.).
11606           Some of those would be wrongly identified as mpeg
11607           streams of some sort before (#315550).
11608
11609 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11610
11611         * configure.ac:
11612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11613         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11614         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11615         * gst/audiotestsrc/Makefile.am:
11616         * gst/audiotestsrc/gstaudiotestsrc.c:
11617         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11618         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11619         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11620         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11621         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11622         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11623         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11624         (gst_audiotestsrc_create_silence),
11625         (gst_audiotestsrc_create_white_noise),
11626         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11627         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11628         (gst_audiotestsrc_start), (plugin_init):
11629         * gst/audiotestsrc/gstaudiotestsrc.h:
11630           add new plugin and element
11631         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11632           use gobject_class
11633
11634 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11635
11636         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11637         (gst_adder_init), (gst_adder_request_new_pad),
11638         (gst_adder_change_state):
11639           Add query function to source pad, so adder reports the correct
11640           time/sample position when queried (#315457); fix state change
11641           function; use GST_DEBUG_FUNCPTR() for pad functions.
11642
11643 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11644
11645         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11646           Fix leaks in typefind registration
11647           Clean up the gratuitous commenting and whitespacing a little
11648
11649 2005-10-08  Wim Taymans  <wim@fluendo.com>
11650
11651         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11652         Only actually wait for the thread to be stopped if it's 
11653         running.
11654
11655 2005-10-08  Wim Taymans  <wim@fluendo.com>
11656
11657         * gst-libs/gst/audio/gstbaseaudiosink.c:
11658         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11659         If we receive EOS we can start playback of what we had.
11660
11661 2005-10-08  Wim Taymans  <wim@fluendo.com>
11662
11663         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11664         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11665         (gst_multifdsink_stop):
11666         Fix crasher when going to NULL multiple times.
11667
11668 2005-10-06  Wim Taymans  <wim@fluendo.com>
11669
11670         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11671         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11672         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11673         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11674         patch from Edgard Lima <edgard.lima@indt.org.br>
11675         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11676
11677 2005-10-06  Wim Taymans  <wim@fluendo.com>
11678
11679         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11680         Report the FLOW_RETURN as string in the error message.
11681
11682         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11683         Don't assert when clearing an unnegotiated buffer.
11684
11685 2005-10-04  Michael Smith <msmith@fluendo.com>
11686
11687         * gst/playback/gstplaybasebin.c: (group_destroy),
11688         (gen_preroll_element), (remove_groups), (setup_source):
11689         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11690         (setup_sinks), (gst_play_bin_send_event),
11691         (gst_play_bin_change_state):
11692           Set state to NULL before removing from bin. Fix refcounting.
11693
11694 2005-10-04  Michael Smith <msmith@fluendo.com>
11695
11696         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11697           Correct refcounting in send_event() function. Previously was wrong
11698           if the first sink was unable to handle the event.
11699
11700 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11701
11702         * configure.ac:
11703           back to development
11704
11705 === release 0.9.3 ===
11706
11707 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11708
11709         * configure.ac:
11710           Releasing 0.9.3, "De Facto"
11711
11712 2005-10-03  Andy Wingo  <wingo@pobox.com>
11713
11714         * gst/playback/gstdecodebin.c (try_to_link_1)
11715         (remove_element_chain): set element to NULL before removing it.
11716
11717 2005-10-02  Johan Dahlin  <johan@gnome.org>
11718
11719         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11720         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11721         MT safe.
11722
11723 2005-10-02  Andy Wingo  <wingo@pobox.com>
11724
11725         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11726         (gst_ring_buffer_prepare_read): 
11727         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11728         Demote to LOG.
11729
11730 2005-09-29  Wim Taymans  <wim@fluendo.com>
11731
11732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11733         * ext/theora/theoradec.c: (theora_handle_data_packet):
11734         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11735         Propagate error codes from alloc_buffer too.
11736
11737 2005-09-29  Wim Taymans  <wim@fluendo.com>
11738
11739         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11740         We use fixed caps.
11741
11742         * gst/playback/Makefile.am:
11743         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11744         (dump_element_stats), (main):
11745         Added example stream introspection code.
11746
11747 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11748
11749         * gst/adder/gstadder.c: (gst_adder_collected):
11750           fix adder for float elements
11751
11752 2005-09-28  Wim Taymans  <wim@fluendo.com>
11753
11754         * gst-libs/gst/audio/gstbaseaudiosink.c:
11755         (gst_base_audio_sink_class_init),
11756         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11757         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11758         (gst_base_audio_src_class_init),
11759         (gst_base_audio_src_provide_clock):
11760         get_clock -> provide_clock
11761
11762 2005-09-28  Andy Wingo  <wingo@pobox.com>
11763
11764         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11765         and unlocking.
11766
11767         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11768         unlocking.
11769
11770         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11771         Actually add the pad template.
11772         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11773
11774         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11775         I'm at it...
11776
11777         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11778         from fdsrc. Get caps in create() instead of start() so it can be
11779         interrupted. Interruption somewhat untested.
11780
11781         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11782         Proper EOS handling.
11783
11784 2005-09-27  Andy Wingo  <wingo@pobox.com>
11785
11786         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11787
11788         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11789
11790         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11791
11792         * gst/tcp/gsttcp.h: 
11793         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11794         out of tcpclientsrc.c. Cancellable.
11795         (gst_tcp_socket_read): Made private, cancellable, with better
11796         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11797         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11798         whole buffer, and better diagnostics.
11799         (gst_tcp_gdp_read_caps): Same.
11800
11801         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11802
11803 2005-09-26  Andy Wingo  <wingo@pobox.com>
11804
11805         * gst/sine/gstsinesrc.h:
11806         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11807         change the 'sync' property to 'is-live' and implement it halfway,
11808         update for controller api change.
11809
11810         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11811         controller api change.
11812
11813 2005-09-24  Wim Taymans  <wim@fluendo.com>
11814
11815         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11816         * gst-libs/gst/audio/gstaudiosink.c:
11817         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11818         (gst_audioringbuffer_stop):
11819         * gst-libs/gst/audio/gstbaseaudiosink.c:
11820         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11821         (gst_base_audio_sink_change_state):
11822         * gst-libs/gst/audio/gstbaseaudiosink.h:
11823         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11824         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11825         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11826         * gst-libs/gst/audio/gstringbuffer.h:
11827         Fix sync again. Moved sample alignment to basesink.
11828
11829 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11830
11831         * docs/plugins/Makefile.am:
11832         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11833         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11834         * gst/volume/gstvolume.c:
11835           add/fix docs
11836         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11837         * gst-libs/gst/audio/audio.h:
11838           add conversion macros for frames <-> clocktime
11839
11840 2005-09-23  David Schleef  <ds@schleef.org>
11841
11842         * gst/audioresample/Makefile.am:
11843         * gst/audioresample/debug.h:
11844         * gst/audioresample/gstaudioresample.c:
11845         * gst/audioresample/resample.c: Convert to using gst debugging
11846
11847 2005-09-22  Wim Taymans  <wim@fluendo.com>
11848
11849         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11850         (gst_play_bin_send_event):
11851         Only seek on one sink, the first one that succeeds.
11852
11853 2005-09-22  Michael Smith <msmith@fluendo.com>
11854
11855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11856         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11857         Don't flush encoder state unless we have an initialised encoder.
11858         Clear out encoder state on PAUSED_TO_READY.
11859
11860 2005-09-22  Wim Taymans  <wim@fluendo.com>
11861
11862         * gst-libs/gst/rtp/gstbasertppayload.c:
11863         (gst_basertppayload_class_init), (gst_basertppayload_init),
11864         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11865         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11866         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11867         (gst_basertppayload_set_property),
11868         (gst_basertppayload_get_property),
11869         (gst_basertppayload_change_state):
11870         * gst-libs/gst/rtp/gstbasertppayload.h:
11871         Added max-ptime to control amount of data in the rtp packets.
11872
11873 2005-09-21  Andy Wingo  <wingo@pobox.com>
11874
11875         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11876         thingies.
11877
11878         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11879         can be called multiple times, dogs.
11880
11881 2005-09-21  Wim Taymans  <wim@fluendo.com>
11882
11883         * gst-libs/gst/rtp/gstbasertppayload.c:
11884         (gst_basertppayload_class_init), (gst_basertppayload_init),
11885         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11886         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11887         (gst_basertppayload_push), (gst_basertppayload_get_property),
11888         (gst_basertppayload_change_state):
11889         Allow 0 ssrc too.
11890
11891 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11892
11893         * docs/libs/compiling.sgml:
11894           fixing typos
11895
11896 2005-09-20  Wim Taymans  <wim@fluendo.com>
11897
11898         * gst-libs/gst/rtp/gstbasertppayload.c:
11899         (gst_basertppayload_class_init), (gst_basertppayload_init),
11900         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11901         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11902         (gst_basertppayload_push), (gst_basertppayload_set_property),
11903         (gst_basertppayload_get_property),
11904         (gst_basertppayload_change_state):
11905         * gst-libs/gst/rtp/gstbasertppayload.h:
11906         Added property to configure sequence number offsets.
11907
11908 2005-09-20  Wim Taymans  <wim@fluendo.com>
11909
11910         * gst-libs/gst/rtp/gstbasertppayload.c:
11911         (gst_basertppayload_class_init), (gst_basertppayload_init),
11912         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11913         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11914         (gst_basertppayload_push), (gst_basertppayload_set_property),
11915         (gst_basertppayload_get_property),
11916         (gst_basertppayload_change_state):
11917         * gst-libs/gst/rtp/gstbasertppayload.h:
11918         Make timestamp offset configurable.
11919
11920 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11921
11922         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11923           fix wrong pop/unref
11924
11925 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11926
11927         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * gst-libs/gst/interfaces/propertyprobe.c:
11930         (gst_property_probe_probe_property_name),
11931         (gst_property_probe_needs_probe_name),
11932         (gst_property_probe_get_values_name),
11933         (gst_property_probe_probe_and_get_values_name):
11934           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11935           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11936
11937 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11938
11939         * check/Makefile.am:
11940           have some tests be disabled for valgrinding
11941         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11942         (GST_START_TEST):
11943         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11944           Fix A Leak.  Chain To Parent Finalize.
11945
11946 2005-09-19  Wim Taymans  <wim@fluendo.com>
11947
11948         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11949         Fixed wav pipeline.
11950
11951 2005-09-19  Wim Taymans  <wim@fluendo.com>
11952
11953         * gst-libs/gst/rtp/gstbasertppayload.c:
11954         (gst_basertppayload_class_init), (gst_basertppayload_init),
11955         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11956         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11957         (gst_basertppayload_push), (gst_basertppayload_get_property),
11958         (gst_basertppayload_change_state):
11959         Posting ERROR and WARNING messages is good.
11960
11961 2005-09-19  Wim Taymans  <wim@fluendo.com>
11962
11963         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11964         (gst_base_rtp_depayload_add_to_queue),
11965         (gst_base_rtp_depayload_push),
11966         (gst_base_rtp_depayload_set_gst_timestamp),
11967         (gst_base_rtp_depayload_queue_release):
11968         This one was not supposed to go in.
11969
11970 2005-09-19  Wim Taymans  <wim@fluendo.com>
11971
11972         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11973         Fix for bus API.
11974
11975         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11976         (gst_base_rtp_depayload_chain),
11977         (gst_base_rtp_depayload_add_to_queue),
11978         (gst_base_rtp_depayload_push),
11979         (gst_base_rtp_depayload_set_gst_timestamp),
11980         (gst_base_rtp_depayload_queue_release):
11981         Some cleanups.
11982
11983         * gst-libs/gst/rtp/gstbasertppayload.c:
11984         (gst_basertppayload_class_init), (gst_basertppayload_init),
11985         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11986         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11987         (gst_basertppayload_get_property),
11988         (gst_basertppayload_change_state):
11989         Added debugging category.
11990
11991 2005-09-18  David Schleef  <ds@schleef.org>
11992
11993         * gst/playback/gstdecodebin.c: free plugin list correctly
11994         * gst/playback/gstplaybin.c: emit warning if autovideosink
11995           and autoaudiosink can't be found (instead of segfaulting)
11996
11997 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11998
11999         * check/elements/audioconvert.c: (GST_START_TEST):
12000           try out 24 bit conversion
12001
12002 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12003
12004         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12005         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12006         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12007         * ext/vorbis/vorbisenc.h:
12008           Fix EOS handling.  Still needs a fix in the ogg muxer to
12009           mark the last page as eos.
12010
12011 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12012
12013         * common/gtk-doc-plugins.mak:
12014         * docs/plugins/Makefile.am:
12015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12016         * gst/ffmpegcolorspace/Makefile.am:
12017         * gst/ffmpegcolorspace/avcodec.h:
12018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12019         * gst/tcp/gstmultifdsink.c:
12020           fix up ffmpegcolorspace docs; extract header
12021
12022 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12023
12024         * common/gtk-doc-plugins.mak:
12025         * docs/plugins/Makefile.am:
12026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12027         * ext/theora/Makefile.am:
12028         * ext/theora/gsttheoraenc.h:
12029         * ext/theora/theoraenc.c:
12030         * ext/vorbis/vorbisenc.c:
12031           pick up signals and args for vorbis; add some docs for vorbis
12032
12033 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12034
12035         * common/gstdoc-scangobj:
12036         * common/gtk-doc-plugins.mak:
12037         * docs/libs/Makefile.am:
12038         * docs/plugins/gst-plugins-base-plugins.args:
12039         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12040         * docs/plugins/gst-plugins-base-plugins.interfaces:
12041         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12042         * docs/plugins/gst-plugins-base-plugins.signals:
12043           only scanobj stuff from our source module.  Not sure yet
12044           if that's correct, given the hierarchy stuff :)
12045
12046 2005-09-15  Wim Taymans  <wim@fluendo.com>
12047
12048         * gst/audioconvert/gstaudioconvert.c:
12049         And enable 24 bits mode as well..
12050
12051 2005-09-15  Wim Taymans  <wim@fluendo.com>
12052
12053         * gst-libs/gst/rtp/Makefile.am:
12054         * gst-libs/gst/rtp/gstbasertppayload.c:
12055         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12056         (gst_basertppayload_class_init), (gst_basertppayload_init),
12057         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12058         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12059         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12060         (gst_basertppayload_set_property),
12061         (gst_basertppayload_get_property),
12062         (gst_basertppayload_change_state):
12063         * gst-libs/gst/rtp/gstbasertppayload.h:
12064         Added rtp payloader base class.
12065
12066 2005-09-15  Andy Wingo  <wingo@pobox.com>
12067
12068         * configure.ac (plugindir): Remove the EOL matcher from the
12069         regexp, as it causes me problems. Libtool? Make? Who knows?
12070
12071 2005-09-14  David Schleef  <ds@schleef.org>
12072
12073         * check/generic/states.c: 
12074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12075         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12076           Fixes for changes in registry API.
12077
12078         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12079           to GST_PLUGIN_LDFLAGS.
12080         * ext/libvisual/visual.c: Make the library shut up.
12081         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12082         * gst-libs/gst/audio/gstaudiofilter.c: same
12083
12084 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12085
12086         * docs/plugins/Makefile.am:
12087         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12088         * docs/plugins/inspect/plugin-libvisual.xml:
12089         * docs/plugins/tmpl/element-tcpserversink.sgml:
12090         * ext/theora/theoraenc.c:
12091           add libvisual plugin and theoraenc element to docs
12092
12093 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12094
12095         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12096         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12097         * ext/theora/theoraenc.c:
12098           add theoraenc
12099
12100 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12101
12102         * gst/audioconvert/Makefile.am:
12103           Audioconvert derives from GstBaseTransform and should
12104           link to the library with our base elements to avoid
12105           unresolved symbols. Makes things work with MinGW (#316160)
12106
12107         * gst/playback/test4.c: (main):
12108           Fix MinGW build problem and use g_usleep() instead of 
12109           sleep() (#316162)
12110
12111 2005-09-12  Wim Taymans  <wim@fluendo.com>
12112
12113         * gst/audioconvert/audioconvert.c: (float),
12114         (audio_convert_prepare_context), (audio_convert_convert):
12115         * gst/audioconvert/audioconvert.h:
12116         Cleanups, speedups, simplifications, added back support
12117         for 24 bits.
12118
12119 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12120
12121         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12122         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12123         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12124         * docs/plugins/tmpl/element-tcpserversink.sgml:
12125         * gst/ffmpegcolorspace/gstffmpeg.c:
12126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12127         * gst/videotestsrc/gstvideotestsrc.c:
12128         * gst/volume/gstvolume.c:
12129           add more elements to the docs
12130
12131 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12132
12133         * check/Makefile.am:
12134         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12135         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12136           Add extra tests for basetransform based components. 
12137           Comment out the test_element_negotiation test until we decide
12138           if it's testing correct behaviour.
12139         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12140         (gst_visual_chain), (gst_visual_change_state):
12141           Slightly more correct but still bogus timestamping.
12142           Fix state change function.
12143         * gst/audioconvert/gstaudioconvert.c:
12144         (gst_audio_convert_class_init):
12145         * gst/audioresample/gstaudioresample.c:
12146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12147         (gst_ffmpegcsp_class_init):
12148         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12149         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12150         (gst_videoscale_prepare_image):
12151         * gst/volume/gstvolume.c: (gst_volume_class_init),
12152         (volume_transform_ip):
12153           Basetransform updates. Enable passthrough modes.
12154         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12155         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12156         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12157           Negotiation fix that allows the window to return to the original
12158           size and renegotiate passthrough upstream. Extra debug output.
12159
12160 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12161
12162         * gst/sine/gstsinesrc.c:
12163         * gst/volume/gstvolume.c:
12164           fix up header include
12165
12166 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12167
12168         * gst-libs/gst/audio/gstbaseaudiosink.c:
12169         (gst_base_audio_sink_render):
12170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12171         * gst/volume/gstvolume.c: (gst_volume_class_init),
12172         (volume_transform):
12173           fixing lost sync, some more debugging
12174
12175 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12176
12177         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12178         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12179         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12180         (gst_xvimagesink_check_xshm_calls):
12181           Fix compilation when XShm is not available.
12182
12183 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12184
12185         * ext/libvisual/visual.c: (gst_visual_dispose),
12186         (gst_visual_getcaps), (gst_visual_src_setcaps),
12187         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12188         (gst_visual_change_state):
12189           Finish fixing up libvisual plugin so that it runs. 
12190
12191 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12192
12193         * ext/vorbis/vorbisenc.c:
12194         * gst-libs/gst/tag/gstvorbistag.c:
12195           gsttaginterface.h -> gsttagsetter.h
12196
12197 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12198
12199         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12200           added another test that failes for me (test is not active by default)
12201
12202 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12203
12204         * configure.ac:
12205           v4l2 is no longer in gst-plugins-base
12206
12207 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12208
12209         * configure.ac:
12210           In the output at the end, don't show the first plugin on the same
12211           line as "Core plug-ins, always built:".
12212           Indent the output as for other plugin categories
12213         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12214           #define that can be used to not use peer buffer_alloc functions for
12215           test purposes.
12216         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12217         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12218         (gst_ximagesink_show_frame):
12219         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12220         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12221         (gst_xvimagesink_show_frame):
12222           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12223           fails gracefully instead of XError aborting or deadlocking.
12224
12225 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12226
12227         * ext/libvisual/Makefile.am:
12228           link against gst-base-libs
12229
12230 2005-09-06  David Schleef  <ds@schleef.org>
12231
12232         * configure.ac: Enable libvisual plugin.
12233         * ext/libvisual/Makefile.am:
12234         * ext/libvisual/visual.c: Fixes to make it compile.
12235
12236 === release 0.9.2 ===
12237
12238 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12239
12240         * NEWS:
12241         * RELEASE:
12242         * configure.ac:
12243         * docs/random/ChangeLog-0.8:
12244           releasing 0.9.2, "Spoon"
12245
12246 2005-09-05  Michael Smith <msmith@fluendo.com>
12247
12248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12249           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12250           that in the vorbisenc element.
12251
12252 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12253
12254         * common/gtk-doc-plugins.mak:
12255         * docs/plugins/Makefile.am:
12256           fix distcheck
12257         * gst/audioresample/resample.c:
12258           fix wrong docstring
12259
12260 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12261
12262         * common/gst-xmlinspect.py:
12263         * common/gtk-doc-plugins.mak:
12264           only inspect plugins for this given package
12265           require gst-python 0.9
12266
12267 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12268
12269         * Makefile.am:
12270         * autogen.sh:
12271         * common/gst-xmlinspect.py:
12272         * configure.ac:
12273         * docs/Makefile.am:
12274         * docs/plugins/inspect/plugin-alsa.xml:
12275         * docs/plugins/inspect/plugin-audioresample.xml:
12276         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12277         * docs/plugins/inspect/plugin-ogg.xml:
12278         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12279         * docs/plugins/tmpl/element-multifdsink.sgml:
12280         * docs/plugins/tmpl/element-tcpserversink.sgml:
12281         * docs/plugins/tmpl/element-vorbisenc.sgml:
12282         * gst-plugins-base.spec.in:
12283           various doc-related updates
12284
12285 2005-08-31  Wim Taymans  <wim@fluendo.com>
12286
12287         * gst-libs/gst/audio/gstbaseaudiosink.c:
12288         (gst_base_audio_sink_render):
12289         Resync if the buffer timestamps drift more than a 10th 
12290         of a second.
12291
12292 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12293
12294         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12295         (gst_v4lsrc_get_property):
12296           The 'timestamp-offset' property is registered as an int64, so
12297           let's use g_value_{set|get}_int64() in our setter and getter
12298           functions (makes it work and fixes warnings with gst-inspect).
12299
12300 2005-08-30  Wim Taymans  <wim@fluendo.com>
12301
12302         * check/elements/audioconvert.c: (setup_audioconvert):
12303         * check/elements/audioresample.c: (setup_audioresample):
12304         * check/elements/volume.c: (setup_volume):
12305         Fix checks.
12306
12307 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12308
12309         * common/gtk-doc-plugins.mak:
12310         * common/plugins.xsl:
12311         * docs/plugins/Makefile.am:
12312           make module a param
12313
12314 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12315
12316         * examples/seeking/seek.c: (make_mp3_pipeline),
12317         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12318         (play_cb), (pause_cb), (stop_cb):
12319           update the example
12320
12321 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12322
12323         * gst/volume/gstvolume.c: (gst_volume_class_init),
12324         (volume_transform):
12325           do not update controlled params, if buffer has no timestamp
12326
12327 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12328
12329         * configure.ac:
12330         * gst/sine/Makefile.am:
12331         * gst/volume/Makefile.am:
12332           controllerized elements also need to link against controller-libs ;)
12333
12334 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12335
12336         * docs/libs/tmpl/gstcolorbalance.sgml:
12337         * docs/libs/tmpl/gstgconf.sgml:
12338         * docs/libs/tmpl/gstmixer.sgml:
12339         * docs/libs/tmpl/gstringbuffer.sgml:
12340         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12341         (gst_sinesrc_create):
12342         * gst/volume/gstvolume.c: (gst_volume_class_init),
12343         (volume_transform):
12344           controllerized two audio plugins
12345
12346 2005-08-29  Andy Wingo  <wingo@pobox.com>
12347
12348         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12349         (vorbis_handle_data_packet): Fix some int overflow errors.
12350
12351         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12352         -1.
12353         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12354         valid.
12355         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12356         if it's valid. Fixed streaming-mode playback.
12357
12358         * check/elements/volume.c (cleanup_volume): Fix for running
12359         CK_FORK=no.
12360
12361         * check/elements/audioconvert.c: Convert from native endian, not
12362         little endian.
12363
12364 2005-08-29  Michael Smith <msmith@fluendo.com>
12365
12366         * ext/ogg/Makefile.am:
12367         * ext/ogg/gstogg.c: (plugin_init):
12368         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12369         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12370         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12371         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12372         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12373         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12374         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12375         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12376         Add an ogg parser element.
12377
12378 2005-08-28  Andy Wingo  <wingo@pobox.com>
12379
12380         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12381
12382 2005-08-26  Wim Taymans  <wim@fluendo.com>
12383
12384         * gst/audioconvert/audioconvert.c: (if), (float),
12385         (audio_convert_get_func_index), (check_default),
12386         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12387         (audio_convert_clean_context), (audio_convert_get_sizes),
12388         (audio_convert_convert):
12389         Cleanups.
12390
12391 2005-08-26  Wim Taymans  <wim@fluendo.com>
12392
12393         * gst/audioconvert/audioconvert.c: (if), (float),
12394         (audio_convert_get_func_index), (check_default),
12395         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12396         (audio_convert_clean_context), (audio_convert_get_sizes),
12397         (audio_convert_convert):
12398         More elegant and working temp buffer selection algo.
12399
12400 2005-08-26  Wim Taymans  <wim@fluendo.com>
12401
12402         * gst/audioconvert/audioconvert.c: (if), (float),
12403         (audio_convert_get_func_index), (check_default),
12404         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12405         (audio_convert_clean_context), (audio_convert_get_sizes),
12406         (get_temp_buffer), (audio_convert_convert):
12407         Use realloc else we lose our original data.
12408
12409 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12410
12411         * gst/audioresample/gstaudioresample.c:
12412           use base class' newsegment to properly timestamp
12413
12414 2005-08-26  Wim Taymans  <wim@fluendo.com>
12415
12416         * gst/audioconvert/audioconvert.c: (if), (float),
12417         (audio_convert_get_func_index), (check_default),
12418         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12419         (audio_convert_clean_context), (audio_convert_get_sizes),
12420         (get_temp_buffer), (audio_convert_convert):
12421         * gst/audioconvert/gstaudioconvert.c:
12422         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12423         (gst_audio_convert_transform_caps),
12424         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12425         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12426         Oops, allocate enough space to perform the channel mix.
12427
12428 2005-08-26  Wim Taymans  <wim@fluendo.com>
12429
12430         * gst/audioconvert/Makefile.am:
12431         * gst/audioconvert/audioconvert.c: (if), (float),
12432         (audio_convert_get_func_index), (check_default),
12433         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12434         (audio_convert_clean_context), (audio_convert_get_sizes),
12435         (get_temp_buffer), (audio_convert_convert):
12436         * gst/audioconvert/audioconvert.h:
12437         * gst/audioconvert/gstaudioconvert.c:
12438         (gst_audio_convert_class_init), (gst_audio_convert_init),
12439         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12440         (gst_audio_convert_get_unit_size),
12441         (gst_audio_convert_transform_caps),
12442         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12443         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12444         * gst/audioconvert/gstaudioconvert.h:
12445         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12446         (gst_channel_mix_fill_identical),
12447         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12448         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12449         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12450         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12451         (gst_channel_mix_mix):
12452         * gst/audioconvert/gstchannelmix.h:
12453         Cleanups, librarify a bit, optimize, better negotiation and more.
12454
12455 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12456
12457         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12458         Another from MikeS:
12459         During typefinding, don't support negative offsets
12460         (offsets from the end of the stream) in our typefind->peek() function
12461         - nothing embedded in ogg ever needs them. However, we need to recognise
12462         those requests and reject them, otherwise we return invalid pointers.
12463
12464 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12465
12466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12467         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12468         (vorbisdec_finalize), (vorbis_handle_type_packet):
12469           Big shout-out to MikeS for fixing this giant memory leak.
12470           Huzzah!
12471
12472 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12473
12474         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12475         (audio_convert_get_unit_size):
12476           plug some leaks
12477
12478 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12479
12480         * check/Makefile.am:
12481         * check/elements/audioconvert.c: (setup_audioconvert),
12482         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12483         (GST_START_TEST), (audioconvert_suite), (main):
12484           add a test for audioconvert
12485         * gst/audioresample/gstaudioresample.c:
12486         * gst/audioresample/gstaudioresample.h:
12487           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12488           note that for buffers of 1/3 sec this means DURATION(c) is 
12489           one nanosecond more than for a and b
12490
12491 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12492
12493         * check/Makefile.am:
12494         * check/elements/audioresample.c: (setup_audioresample),
12495         (cleanup_audioresample), (fail_unless_perfect_stream),
12496         (test_perfect_stream_instance), (GST_START_TEST),
12497           add a check for audioresample
12498         (audioresample_suite), (main):
12499         * check/elements/volume.c: (GST_START_TEST):
12500           remove unused method
12501         * gst/audioresample/gstaudioresample.c:
12502           set correct buffer parameters since we're changing them
12503         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12504           add some debug
12505
12506 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12507
12508         * gst/audioresample/debug.c:
12509         * gst/audioresample/gstaudioresample.c:
12510           add room for extra overlap samples when asked to transform size
12511           protect against possible mem corruption and check for discrepancies
12512           between written size and outbuffer's size so we can warn for
12513           potential problems
12514         * gst/audioresample/resample.c: (resample_init),
12515         (resample_get_output_size_for_input), (resample_get_output_size),
12516         (resample_set_n_channels), (resample_set_format):
12517           set debug level based on RESAMPLE_DEBUG env var
12518           make sure that get_output_size* returns a whole number of
12519           sample_size
12520           set sample_size each time either channel or format is set
12521         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12522         * gst/audioresample/resample_functable.c:
12523         (resample_scale_functable):
12524         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12525           remove r->sample_size, it's done in resample.c now
12526           add some debugging to the ref implementation
12527           make sure we only give back bytes that are wholes of the sample
12528           size
12529
12530 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12531         * gst/playback/gstplaybasebin.c: (fill_buffer):
12532         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12533
12534 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12535
12536         * gst/volume/gstvolume.c:
12537           made set_caps function static
12538
12539 2005-08-24  Wim Taymans  <wim@fluendo.com>
12540
12541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12542         (gst_vorbisenc_change_state):
12543         Stop leaking taglists.
12544
12545 2005-08-24  Wim Taymans  <wim@fluendo.com>
12546
12547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12548         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12549         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12550         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12551         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12552         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12553         Parse seeking events better.
12554         Unref static caps.
12555         Generate correct newsegment events, fixes seeking in live oggs.
12556
12557         * ext/theora/theoradec.c: (theora_dec_src_query),
12558         (theora_dec_src_event), (theora_dec_src_getcaps),
12559         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12560         Use newsegment values to report correct play time.
12561
12562         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12563         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12564         * ext/vorbis/vorbisdec.h:
12565         Parse and use newsegment values to report correct play time.
12566
12567         * gst-libs/gst/audio/gstbaseaudiosink.c:
12568         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12569         Clear ringbuffer on flush.
12570         Use newsegment values to calculate playback time.
12571
12572         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12574         Basesink does newsegment calculations for us now.
12575
12576 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         * check/Makefile.am:
12579         * configure.ac:
12580           add core's plugins to the mix so that playbin works
12581         * check/generic/states.c: (GST_START_TEST):
12582           set a 0 timeout on pipelines, so they don't force the next
12583           state change
12584         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12585         (gst_play_base_bin_change_state):
12586           remove the crappy error handling and do GST error handling
12587
12588 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12589
12590         * check/Makefile.am:
12591         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12592           add same test as to core, it bitches out on playbin atm.
12593
12594 2005-08-24  Wim Taymans  <wim@fluendo.com>
12595
12596         * configure.ac:
12597         Remove audioscale.
12598
12599 2005-08-24  Wim Taymans  <wim@fluendo.com>
12600
12601         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12602         (gst_videoscale_prepare_size), (parse_caps),
12603         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12604         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12605         (gst_videoscale_transform):
12606         * gst/videoscale/gstvideoscale.h:
12607         Refactor, make use of BaseTranform really well.
12608
12609 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12610
12611         * configure.ac:
12612           compile audioresample
12613         * gst/audioresample/Makefile.am:
12614         * gst/audioresample/buffer.c:
12615         * gst/audioresample/functable.c:
12616         * gst/audioresample/gstaudioresample.c:
12617         * gst/audioresample/gstaudioresample.h:
12618         * gst/audioresample/resample.c:
12619         (resample_get_output_size_for_input):
12620         * gst/audioresample/resample.h:
12621         * gst/audioresample/resample_chunk.c:
12622         * gst/audioresample/resample_functable.c:
12623         * gst/audioresample/resample_ref.c:
12624           port to use basetransform; doesn't work in all cases yet
12625
12626 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12627
12628         * gst/audioconvert/gstaudioconvert.c:
12629         (gst_audio_convert_class_init), (gst_audio_convert_init),
12630         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12631         (audio_convert_fixate_caps), (audio_convert_set_caps),
12632         (audio_convert_transform),
12633         (gst_audio_convert_buffer_to_default_format),
12634         (gst_audio_convert_buffer_from_default_format),
12635         (gst_audio_convert_channels):
12636         * gst/audioconvert/gstchannelmix.c:
12637         * gst/audioconvert/gstchannelmix.h:
12638           port to basetransform
12639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12640         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12641         (gst_ffmpegcsp_get_unit_size):
12642         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12643         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12644           fix for basetransform changes
12645
12646 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12647
12648         * check/Makefile.am:
12649           Add CHECK_CFLAGS and LDFLAGS
12650
12651         * gst/playback/gstplaybasebin.c: (fill_buffer):
12652           GST_MESSAGE_SRC became a GObject
12653
12654 2005-08-24  Wim Taymans  <wim@fluendo.com>
12655
12656         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12657         (gst_ring_buffer_clear_all):
12658         * gst-libs/gst/audio/gstringbuffer.h:
12659         Added function to clear the ringbuffer.
12660
12661 2005-08-24  Andy Wingo  <wingo@pobox.com>
12662
12663         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12664         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12665         of _open and _close.
12666
12667         * sys/v4l/gstv4lxoverlay.h:
12668         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12669         an Xv connection here, instead of all the time. Make Xv only be
12670         loaded if you axe for it. Kindof a workaround for buggy behaviour
12671         of Xv when using remote xservers (XvQueryExtension would block).
12672         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12673         replace the _open and _close public API. Only start the xv
12674         connection if necessary.
12675         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12676
12677 2005-08-23  David Schleef  <ds@schleef.org>
12678
12679         * gst/audioresample/Makefile.am: Leet audioresampling code
12680         * gst/audioresample/buffer.c:
12681         * gst/audioresample/buffer.h:
12682         * gst/audioresample/debug.c:
12683         * gst/audioresample/debug.h:
12684         * gst/audioresample/functable.c:
12685         * gst/audioresample/functable.h:
12686         * gst/audioresample/gstaudioresample.c:
12687         * gst/audioresample/gstaudioresample.h:
12688         * gst/audioresample/resample.c:
12689         * gst/audioresample/resample.h:
12690         * gst/audioresample/resample_chunk.c:
12691         * gst/audioresample/resample_functable.c:
12692         * gst/audioresample/resample_ref.c:
12693
12694 2005-08-23  Wim Taymans  <wim@fluendo.com>
12695
12696         * examples/seeking/seek.c: (make_vorbis_pipeline),
12697         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12698         Small seek updates.
12699
12700 2005-08-23  Andy Wingo  <wingo@pobox.com>
12701
12702         * gst-libs/gst/audio/gstbaseaudiosrc.c
12703         (gst_base_audio_src_fixate): Only fixate endianness if it is
12704         present in the caps.
12705
12706 2005-08-22  Andy Wingo  <wingo@pobox.com>
12707
12708         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12709         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12710         device-name property.
12711
12712         * gst-libs/gst/audio/gstaudiosrc.h:
12713         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12714         close_device in the ring buffer, like gstaudiosink.
12715
12716         * ext/alsa/gstalsamixer.h:
12717         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12718         macro to implement the interface without much code. Cleanups. 
12719
12720         * ext/alsa/gstalsasrc.h:
12721         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12722         READY.
12723
12724         * ext/alsa/Makefile.am: Add new files.
12725         * ext/alsa/gstalsamixerelement.c: 
12726         * ext/alsa/gstalsamixerelement.c: Split element code out from
12727         mixer code so that alsasrc can be a mixer too.
12728
12729 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12730
12731         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12732         (GST_START_TEST):
12733         * check/elements/vorbisdec.c: (setup_vorbisdec),
12734         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12735         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12736         (vorbis_handle_identification_packet),
12737         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12738         (vorbis_handle_header_packet), (vorbis_dec_push),
12739         (vorbis_dec_chain):
12740           use the setup/teardown methods to save code.  save code is good.
12741
12742 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12743
12744         * check/Makefile.am:
12745           add ext dir for plugins
12746           add vorbisdec test conditionally
12747         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12748         (GST_START_TEST), (volume_suite):
12749           add a test with wrong caps
12750         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12751         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12752           add a vorbisdec test
12753         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12754         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12755           clean up debug output
12756         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12757           yay, fix a segfault/security issue in vorbisdec
12758           gst-launch fakesrc ! vorbisdec wasn't happy
12759         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12760         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12761         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12762         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12763         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12764         (gst_vorbisenc_set_metadata), (get_constraints_string),
12765         (update_start_message), (gst_vorbisenc_setup),
12766         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12767         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12768         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12769         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12770         * ext/vorbis/vorbisenc.h:
12771           march in line
12772         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12773         (gst_ffmpegcsp_transform):
12774           have the kow come home
12775         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12776           debug my func ptr
12777         * gst/volume/gstvolume.c: (volume_set_caps):
12778           add a debug
12779
12780 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12781
12782         * Makefile.am:
12783         * check/.cvsignore:
12784         * check/Makefile.am:
12785         * check/elements/.cvsignore:
12786         * check/elements/volume.c: (chain_func), (event_func),
12787         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12788         (main):
12789         * configure.ac:
12790           add unit test structure for gst-plugins-base
12791           add a test for volume
12792         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12793         (gst_volume_set_volume), (gst_volume_get_volume),
12794         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12795         (volume_funcfind), (volume_process_float), (volume_process_int16),
12796         (volume_set_caps), (volume_transform), (volume_update_mute),
12797         (volume_update_volume), (volume_set_property),
12798         (volume_get_property):
12799           document a little; use basetransform vmethod _set_caps
12800
12801 2005-08-19  Andy Wingo  <wingo@pobox.com>
12802
12803         * ext/alsa/gstalsamixertrack.h:
12804         * ext/alsa/gstalsamixertrack.c:
12805         * ext/alsa/gstalsamixeroptions.h:
12806         * ext/alsa/gstalsamixeroptions.c:
12807         * ext/alsa/gstalsamixer.h:
12808         * ext/alsa/gstalsamixer.c: Port to 0.9.
12809
12810         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12811         Remove gstalsa.c and alsaclock. No more cruft here.
12812         
12813 2005-08-18  Wim Taymans  <wim@fluendo.com>
12814
12815         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12816         (gst_base_rtp_depayload_chain),
12817         (gst_base_rtp_depayload_add_to_queue),
12818         (gst_base_rtp_depayload_push),
12819         (gst_base_rtp_depayload_queue_release):
12820         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12821         Fix for RTPBuffer changes.
12822
12823         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12824         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12825         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12826         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12827         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12828         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12829         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12830         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12831         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12832         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12833         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12834         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12835         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12836         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12837         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12838         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12839         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12840         (gst_rtpbuffer_get_payload):
12841         * gst-libs/gst/rtp/gstrtpbuffer.h:
12842         Don't subclass GstBuffer but add methods and helper functions
12843         to construct and manipulate RTP packets in regular GstBuffers.
12844
12845 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12846
12847         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12848           moved statement below switch
12849         * gst/volume/gstvolume.c: (gst_volume_class_init):
12850           added debug ptr
12851
12852 2005-08-16  Wim Taymans  <wim@fluendo.com>
12853
12854         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12855         (gst_base_audio_src_change_state):
12856         Open and close device in READY<->NULL state change.
12857
12858 2005-08-16  Andy Wingo  <wingo@pobox.com>
12859
12860         * examples/seeking/Makefile.am: Don't compile non-compiling
12861         compiled objects with the compiler.
12862
12863         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12864         elements.
12865
12866 2005-08-12  Philippe Khalaf <burger@speedy.org>
12867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12868         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12869           Made a thread to release the queue.
12870           Removed timestamp conversion for now.
12871
12872 2005-08-10  Philippe Khalaf <burger@speedy.org>
12873         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12874         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12875           Added rtp timestamp -> gst timestamp conversion.
12876           Fixed several problems with queue.
12877
12878 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12879
12880         * gst-libs/gst/audio/gstaudioclock.h:
12881         * gst-libs/gst/audio/gstaudiofilter.h:
12882         * gst-libs/gst/audio/gstaudiosink.h:
12883         * gst-libs/gst/audio/gstaudiosrc.h:
12884         * gst-libs/gst/audio/gstbaseaudiosink.h:
12885         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12886         * gst-libs/gst/audio/gstringbuffer.h:
12887         * gst-libs/gst/net/gstnetbuffer.h:
12888         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12889         * gst-libs/gst/rtp/gstrtpbuffer.h:
12890           Add padding (you will need to rebuild gst-plugins-base,
12891           gst-plugins and all applications afterwards!)
12892
12893 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12894
12895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12896         (gst_riff_parse_chunk):
12897           Fix bug in debug message and add some more debug messages.
12898
12899 2005-08-08  Edward Hervey  <edward@fluendo.com>
12900
12901         * gst-libs/gst/riff/riff-media.c:
12902         backported updates since branch
12903
12904 2005-08-08  Andy Wingo  <wingo@pobox.com>
12905
12906         * gst-libs/gst/audio/gstbaseaudiosink.c
12907         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12908         like good elements should. Close on READY->NULL too.
12909
12910         * gst-libs/gst/audio/gstaudiosink.c
12911         (gst_audioringbuffer_open_device,
12912         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12913         (gst_audioringbuffer_release): Updates for new ring buffer API,
12914         hook into the new audio sink api.
12915
12916         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12917         (GstAudioSinkClass.close): Just open and close the device -- no
12918         resource allocation or configuration.
12919         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12920         vmethods, handle device setup and resource allocation.
12921
12922         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12923         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12924         base class API.
12925
12926         * gst-libs/gst/audio/gstringbuffer.h
12927         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12928         New vmethods.
12929
12930         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12931         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12932         New API functions. The device should be opened before acquiring
12933         and closed after releasing.
12934
12935 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12936
12937         * gst-libs/gst/interfaces/mixer.h:
12938           Reset padding to GST_PADDING.
12939
12940 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12941
12942         * gst/playback/gstplaybin.c: (remove_sinks):
12943           Remove visualization from parent explicitely; works around some
12944           apparent refcount issue that I haven't tracked down yet.
12945
12946 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12947
12948         * ext/alsa/gstalsasink.c: (set_hwparams):
12949           Assign debug category, add negotiation debug msgs.
12950
12951 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12952
12953         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12954           Fix error code for file-not-found to NOT_FOUND.
12955
12956 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12957
12958         * common/gtk-doc-plugins.mak:
12959         * docs/plugins/Makefile.am:
12960         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12961         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12962           renamed to actual element names, so much nicer to look at
12963         * docs/plugins/tmpl/gstmultifdsink.sgml:
12964           remove
12965         * docs/plugins/tmpl/multifdsink.sgml:
12966         * docs/plugins/tmpl/tcpserversink.sgml:
12967           add
12968         * ext/alsa/gstalsa.c:
12969         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12970         * ext/ogg/gstoggmux.c:
12971         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12972         * gst/playback/gstdecodebin.c:
12973         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12974         * gst/tcp/gsttcpserversink.c:
12975           various fixes and documentation additions
12976
12977 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12978
12979         * common/Makefile.am:
12980         * common/gstdoc-scangobj:
12981         * common/gtk-doc-plugins.mak:
12982         * common/gtk-doc.mak:
12983           add a custom scangobj that uses the registry
12984           add a custom gtk-doc-plugins.mak that uses it
12985           some doc build fixes
12986         * configure.ac:
12987         * docs/Makefile.am:
12988         * docs/plugins/Makefile.am:
12989         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12990         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12991         * docs/plugins/gst-plugins-base-plugins.types:
12992         * docs/plugins/tmpl/gstmultifdsink.sgml:
12993           add docs for one element, multifdsink
12994         * gst/adder/gstadder.h:
12995         * gst/volume/gstvolume.h:
12996           don't privatize enum
12997         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12998         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12999         (gst_sync_method_get_type), (gst_client_status_get_type),
13000         (gst_multifdsink_class_init),
13001         (gst_multifdsink_client_queue_buffer),
13002         (gst_multifdsink_handle_client_write):
13003         * gst/tcp/gstmultifdsink.h:
13004         * gst/tcp/gsttcp.h:
13005         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13006         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13007         (gst_tcpclientsink_render):
13008         * gst/tcp/gsttcpclientsink.h:
13009         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13010         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13011         (gst_tcpclientsrc_start):
13012         * gst/tcp/gsttcpclientsrc.h:
13013         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13014         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13015         * gst/tcp/gsttcpserversrc.h:
13016         * gst/typefind/gsttypefindfunctions.c:
13017           remove superfluous Type stuff
13018
13019 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13020
13021         * gst/playback/gstplaybin.c: (gen_video_element):
13022           Enable videoscale.
13023
13024 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13025
13026         * gst-libs/gst/gconf/gconf.c:
13027         * gst-libs/gst/gconf/gconf.h:
13028           Fix some Andy Problem [tm].
13029
13030 2005-08-04  Andy Wingo  <wingo@pobox.com>
13031
13032         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13034         (gst_ffmpegcsp_get_size): Adapt to API changes.
13035
13036         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13037         Implement an in-place do-nothing transform.
13038
13039 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13040
13041         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13042         (gst_ximagesink_renegotiate_size):
13043           Do not set new window sizes yet if we prepare a new buffer size
13044           for upstream renegotiation (software scaling) at some point in the
13045           future, because this new size waqs not actually accepted yet. Once
13046           accepted, renegotiation later on will set the new sizes just fine.
13047           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13048           embedding testcase.
13049
13050 2005-08-03  Andy Wingo  <wingo@pobox.com>
13051
13052         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13053         (gst_ximagesink_buffer_alloc): 
13054         Protect the height, width, and desired_caps with the pool_lock.
13055         Fixes videotestsrc ! queue ! ximagesink.
13056
13057 2005-08-02  Edward Hervey  <edward@fluendo.com>
13058
13059         * gst/volume/gstvolume.c:
13060         include left from controller cleanup
13061
13062 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13064           Stop collectpads before calling the parent state
13065           change function on PAUSED->READY.
13066
13067 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13068         * configure.ac:
13069           When testing for X libs, use the X CFlags 
13070         * gst/adder/gstadder.c: (gst_adder_change_state):
13071           Stop the collectpads before calling parent state change function
13072           on PAUSED->READY, otherwise we deadlock deactivating pads.
13073
13074 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13075
13076         * configure.ac:
13077         * docs/libs/tmpl/gstcolorbalance.sgml:
13078         * docs/libs/tmpl/gstmixer.sgml:
13079         * examples/Makefile.am:
13080         * gst/sine/Makefile.am:
13081         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13082         (gst_sinesrc_set_property), (plugin_init):
13083         * gst/sine/gstsinesrc.h:
13084         * gst/volume/Makefile.am:
13085         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13086         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13087         (volume_process_float), (volume_process_int16),
13088         (volume_set_property), (plugin_init):
13089         * gst/volume/gstvolume.h:
13090           deactivate and remove dparams (libgstcontrol)
13091
13092 2005-07-29  Wim Taymans  <wim@fluendo.com>
13093
13094         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13095         Convert me to BaseTransform!! help..
13096
13097 2005-07-29  Andy Wingo  <wingo@pobox.com>
13098
13099         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13100         sinks.
13101
13102         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13103         support of both endiannesses.
13104
13105 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13108           Fix confusing debug message (s/event/query/)
13109
13110 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13111
13112         * gst/videotestsrc/videotestsrc.h:
13113           Use "_stdint.h" instead of <stdint.h>
13114
13115 2005-07-27  Wim Taymans  <wim@fluendo.com>
13116
13117         * ext/vorbis/Makefile.am:
13118         Revert wrong commit.
13119
13120 2005-07-27  Wim Taymans  <wim@fluendo.com>
13121
13122         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13123         More compilation fixen.
13124
13125 2005-07-27  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst-libs/gst/audio/gstbaseaudiosink.c:
13128         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13129         (gst_base_audio_sink_create_ringbuffer),
13130         (gst_base_audio_sink_change_state):
13131         Fix compilation.
13132
13133 2005-07-27  Wim Taymans  <wim@fluendo.com>
13134
13135         * examples/seeking/seek.c: (setup_dynamic_link),
13136         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13137         (query_positions_elems), (query_positions_pads), (do_seek):
13138         Update seek example.
13139
13140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13141         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13142         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13143         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13144         (gst_ogg_demux_handle_event),
13145         (gst_ogg_demux_deactivate_current_chain),
13146         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13147         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13148         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13149         (gst_ogg_demux_loop):
13150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13151         * ext/theora/theoradec.c: (theora_dec_src_event),
13152         (theora_dec_src_getcaps), (theora_dec_sink_event),
13153         (theora_dec_push), (theora_dec_chain):
13154         * ext/vorbis/Makefile.am:
13155         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13156         (vorbis_dec_sink_event), (vorbis_dec_push),
13157         (vorbis_handle_data_packet):
13158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13159         (gst_vorbisenc_chain):
13160         * gst/playback/gststreaminfo.c: (cb_probe):
13161         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13162         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13163         * gst/videoscale/gstvideoscale.c:
13164         (gst_videoscale_handle_src_event):
13165         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13166         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13167         (gst_ximagesink_navigation_send_event):
13168         * sys/xvimage/xvimagesink.c:
13169         (gst_xvimagesink_navigation_send_event):
13170         Various event updates and cleanups
13171
13172 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13173
13174         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13175           Fix segfault for I420/YV12.
13176
13177 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13178
13179         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13180           Report bitrate.
13181
13182 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13183
13184         * gst/playback/gstplaybin.c: (gen_video_element),
13185         (gen_audio_element):
13186           Switch to auto*sink elements as default sinks; add volume element
13187           so that volume control in totem works.
13188
13189 2005-07-21  Wim Taymans  <wim@fluendo.com>
13190
13191         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13192         * gst/playback/gstplaybin.c: (setup_sinks),
13193         (gst_play_bin_change_state):
13194         Refcount fix and more comments.
13195
13196 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13197
13198         * sys/ximage/Makefile.am:
13199         * sys/ximage/ximage.c: (plugin_init):
13200         * sys/ximage/ximagesink.c:
13201         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13202         
13203
13204 2005-07-21  Wim Taymans  <wim@fluendo.com>
13205
13206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13207         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13208         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13209         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13210         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13211         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13212         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13213         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13214         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13215         Generate correct disconts for live chained oggs.
13216
13217         * gst-libs/gst/audio/gstbaseaudiosink.c:
13218         (gst_base_audio_sink_render),
13219         (gst_base_audio_sink_create_ringbuffer),
13220         (gst_base_audio_sink_change_state):
13221         Handle discont math correctly.
13222
13223         * gst/playback/gstplaybin.c: (add_sink):
13224         Some small debug cleanup.
13225
13226 2005-07-21  Wim Taymans  <wim@fluendo.com>
13227
13228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13229         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13230         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13231         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13232         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13233         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13234         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13235         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13236         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13237         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13238         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13239         (gst_ogg_demux_change_state), (gst_ogg_print):
13240         Reorganize code to send the right disconts when in streaming
13241         mode.
13242
13243 2005-07-20  Andy Wingo  <wingo@pobox.com>
13244
13245         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13246         fix (?), fixes a seggie mcfalterson (#310894).
13247
13248 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13249
13250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13251         (gst_ogg_mux_set_header_on_caps):
13252         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13253         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13254         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13255         * gst-libs/gst/audio/multichannel.c:
13256         (gst_audio_set_channel_positions),
13257         (gst_audio_set_structure_channel_positions_list):
13258         * gst/playback/gstdecodebin.c: (dynamic_create):
13259         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13260         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13261           Fixes for API changes in core.
13262
13263 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13264
13265         * gst/playback/gstplaybasebin.c: (fill_buffer):
13266           Use _new_custom() so we can set custom message types for buffering
13267           messages.
13268
13269 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13270
13271         * configure.ac:
13272         * gst-libs/gst/Makefile.am:
13273         * gst-libs/gst/gconf/.cvsignore:
13274         * gst-libs/gst/gconf/Makefile.am:
13275         * gst-libs/gst/gconf/test-gconf.c:
13276         * pkgconfig/Makefile.am:
13277         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13278         * pkgconfig/gstreamer-gconf.pc.in:
13279           Remove gconf stuff, use gconf elements instead from now on.
13280
13281 2005-07-20  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst-libs/gst/audio/TODO:
13284         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13285         (gst_audio_clock_get_internal_time):
13286         * gst-libs/gst/audio/gstaudioclock.h:
13287         * gst-libs/gst/audio/gstbaseaudiosink.c:
13288         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13289         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13290         (gst_base_audio_sink_render),
13291         (gst_base_audio_sink_create_ringbuffer),
13292         (gst_base_audio_sink_change_state):
13293         Make sure the audio clock always returns an increasing value.
13294
13295 2005-07-19  Andy Wingo  <wingo@pobox.com>
13296
13297         * gst/videotestsrc/: Cleanups.
13298
13299 2005-07-19  Wim Taymans  <wim@fluendo.com>
13300
13301         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13302         Better debugging.
13303
13304 2005-07-19  Wim Taymans  <wim@fluendo.com>
13305
13306         * examples/seeking/seek.c: (make_dv_pipeline),
13307         (make_vorbis_theora_pipeline), (query_rates),
13308         (query_positions_elems), (query_positions_pads), (do_seek):
13309         Make correct DV pipeline.
13310
13311 2005-07-18  Andy Wingo  <wingo@pobox.com>
13312
13313         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13314         default. Also because it's the only thing that really works. (This
13315         is used in the GConf elements).
13316         Use AS_LIBTOOL_TAGS.
13317
13318 2005-07-18  Wim Taymans  <wim@fluendo.com>
13319
13320         * gst/playback/gstdecodebin.c: (remove_element_chain):
13321         * gst/playback/gstplaybin.c: (add_sink):
13322         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13323         (gst_stream_info_set_mute):
13324         * gst/playback/gststreamselector.c:
13325         (gst_stream_selector_get_linked_pad),
13326         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13327         More leak and compile fixes.
13328
13329 2005-07-18  Wim Taymans  <wim@fluendo.com>
13330
13331         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13332         (query_rates), (query_positions_elems), (query_positions_pads),
13333         (do_seek), (seek_cb), (stop_seek):
13334         Updated seek example. 
13335
13336         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13337         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13338         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13339         * gst/playback/gstplaybin.c: (add_sink):
13340         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13341         (gst_stream_info_set_mute):
13342         Some refcount leak fixes.
13343
13344 2005-07-16  Wim Taymans  <wim@fluendo.com>
13345
13346         * gst-libs/gst/audio/gstbaseaudiosink.c:
13347         (gst_base_audio_sink_render):
13348         Align samples even if we have roundoff errors in the 
13349         timestamp conversion.
13350
13351 2005-07-16  Wim Taymans  <wim@fluendo.com>
13352
13353         * docs/libs/tmpl/gstringbuffer.sgml:
13354         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13355         (query_rates), (query_positions_elems), (query_positions_pads),
13356         (update_scale), (do_seek):
13357         Updated seek example.
13358
13359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13360         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13361         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13362         (gst_ogg_demux_loop):
13363         Push out correct discont values.
13364
13365         * ext/theora/theoradec.c: (theora_dec_src_convert),
13366         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13367         (theora_dec_sink_event), (theora_handle_type_packet),
13368         (theora_handle_header_packet), (theora_dec_push),
13369         (theora_handle_data_packet), (theora_dec_chain),
13370         (theora_dec_change_state):
13371         Better timestamping.
13372
13373         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13374         (vorbis_dec_sink_event), (vorbis_dec_push),
13375         (vorbis_handle_data_packet), (vorbis_dec_chain):
13376         * ext/vorbis/vorbisdec.h:
13377         Better timestamping.
13378
13379         * gst-libs/gst/audio/gstbaseaudiosink.c:
13380         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13381         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13382         Handle syncing on timestamps instead of sample offsets. Make
13383         use of DISCONT values as described in design docs.
13384
13385         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13386         (gst_base_audio_src_get_time):
13387         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13388         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13389         (gst_ring_buffer_read):
13390         * gst-libs/gst/audio/gstringbuffer.h:
13391         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13392         (gst_ximagesink_show_frame):
13393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13394         Correcly convert buffer timestamp to stream time.
13395
13396 2005-07-16  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst/audioconvert/gstaudioconvert.c:
13399         (gst_audio_convert_get_buffer):
13400         Timestamp buffers correctly.
13401
13402         * gst/playback/gstplaybin.c: (gen_video_element):
13403         Make internal fakesink silent.
13404
13405 2005-07-15  Wim Taymans  <wim@fluendo.com>
13406
13407         * gst/ffmpegcolorspace/Makefile.am:
13408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13409         (gst_ffmpegcsp_caps_remove_format_info),
13410         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13411         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13412         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13413         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13414         Ported ffmpegcolorspace to basetransform.
13415
13416         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13417         * gst/volume/gstvolume.c: (volume_transform):
13418         Ported to new API.
13419
13420 2005-07-14  Wim Taymans  <wim@fluendo.com>
13421
13422         * gst/videotestsrc/Makefile.am:
13423         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13424         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13425         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13426         (gst_videotestsrc_init), (gst_videotestsrc_event),
13427         (gst_videotestsrc_create), (gst_videotestsrc_start),
13428         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13429         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13430         (gst_videotestsrc_get_property):
13431         * gst/videotestsrc/gstvideotestsrc.h:
13432         Make videotestsrc a pushsrc.
13433
13434 2005-07-14  Wim Taymans  <wim@fluendo.com>
13435
13436         * gst/tcp/gstfdset.c: (gst_fdset_free):
13437         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13438         (gst_multifdsink_add), (gst_multifdsink_remove),
13439         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13440         (gst_multifdsink_remove_client_link),
13441         (gst_multifdsink_client_queue_data),
13442         (gst_multifdsink_client_queue_caps),
13443         (gst_multifdsink_client_queue_buffer),
13444         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13445         (gst_multifdsink_stop):
13446         * gst/tcp/gstmultifdsink.h:
13447         0.8 backporting.
13448
13449         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13450         Also draw image when not from a pool.
13451
13452 2005-07-14  Wim Taymans  <wim@fluendo.com>
13453
13454         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13455         (mute_stream), (silence_stream):
13456         Small debug additions.
13457
13458 2005-07-14  Wim Taymans  <wim@fluendo.com>
13459
13460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13461         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13462         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13463         Better error recovery, ignore unconnected pads and
13464         non-fatal errors.
13465
13466 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13467
13468         * docs/libs/tmpl/gstaudio.sgml:
13469         * docs/libs/tmpl/gstcolorbalance.sgml:
13470         * docs/libs/tmpl/gstgconf.sgml:
13471         * docs/libs/tmpl/gstmixer.sgml:
13472         * docs/libs/tmpl/gstringbuffer.sgml:
13473         * docs/libs/tmpl/gsttuner.sgml:
13474         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13475         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13476         (gst_tcpclientsrc_class_init):
13477         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13478         (gst_tcpserversrc_class_init):
13479         * sys/v4l/gstv4lelement.c:
13480           more autistic cleanliness in functions/names/defines
13481
13482 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13483
13484         * configure.ac:
13485           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13486           added manually to each Makefile.am so we are sure it goes
13487           *last* and doesn't add -L flags before linking in libs of our
13488           own, like, say, internal .la libs, that then accidentally pick
13489           up the installed copy.
13490         * docs/libs/Makefile.am:
13491         * ext/alsa/Makefile.am:
13492         * ext/cdparanoia/Makefile.am:
13493         * ext/gnomevfs/Makefile.am:
13494         * ext/libvisual/Makefile.am:
13495         * ext/ogg/Makefile.am:
13496         * ext/theora/Makefile.am:
13497         * ext/vorbis/Makefile.am:
13498         * gst-libs/gst/video/Makefile.am:
13499         * gst/adder/Makefile.am:
13500         * gst/audioconvert/Makefile.am:
13501         * gst/audiorate/Makefile.am:
13502         * gst/audioscale/Makefile.am:
13503         * gst/ffmpegcolorspace/Makefile.am:
13504         * gst/playback/Makefile.am:
13505         * gst/sine/Makefile.am:
13506         * gst/subparse/Makefile.am:
13507         * gst/tags/Makefile.am:
13508         * gst/tcp/Makefile.am:
13509         * gst/typefind/Makefile.am:
13510         * gst/videorate/Makefile.am:
13511         * gst/videoscale/Makefile.am:
13512         * gst/videotestsrc/Makefile.am:
13513         * gst/volume/Makefile.am:
13514         * sys/v4l/Makefile.am:
13515         * sys/ximage/Makefile.am:
13516         * sys/xvimage/Makefile.am:
13517           adapt properly to this change. This should make sure that
13518           plugins and libs properly link to the as-yet-uninstalled
13519           copies of stuff like libgstinterfaces and libgstvideo
13520
13521 2005-07-13  Andy Wingo  <wingo@pobox.com>
13522
13523         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13524         (gst_v4lsrc_fixate): Fixate on format as well.
13525
13526         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13527         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13528         buffer points to it.
13529         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13530         rather just doing X calls ourselves. Also fixes a memleak.
13531
13532 2005-07-12  Andy Wingo  <wingo@pobox.com>
13533
13534         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13535         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13536         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13537         TRUE to avoid deadlocks if an element holds on to our buffers.
13538
13539 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13540
13541         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13542         (gst_sinesrc_init), (gst_sinesrc_create),
13543         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13544         (gst_sinesrc_start):
13545         * gst/sine/gstsinesrc.h:
13546           removing num-buffers property before moving it
13547
13548 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13549
13550         * configure.ac:
13551           use overridable ERROR_CFLAGS
13552         * docs/libs/gst-plugins-base-libs.types:
13553         * docs/libs/tmpl/gstringbuffer.sgml:
13554         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13555         (gst_alsasink_class_init):
13556         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13557         (gst_alsasrc_class_init):
13558         * gst-libs/gst/audio/audio.h:
13559         * gst-libs/gst/audio/gstaudioclock.h:
13560         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13561         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13562         (gst_audio_filter_link), (gst_audio_filter_init),
13563         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13564         (gst_audio_filter_get_property),
13565         (gst_audio_filter_class_add_pad_templates):
13566         * gst-libs/gst/audio/gstaudiofilter.h:
13567         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13568         (gst_audio_filter_template_get_type),
13569         (gst_audio_filter_template_base_init),
13570         (gst_audio_filter_template_class_init),
13571         (gst_audio_filter_template_init),
13572         (gst_audio_filter_template_set_property),
13573         (gst_audio_filter_template_get_property), (plugin_init),
13574         (gst_audio_filter_template_setup),
13575         (gst_audio_filter_template_filter),
13576         (gst_audio_filter_template_filter_inplace):
13577         * gst-libs/gst/audio/gstaudiosink.c:
13578         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13579         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13580         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13581         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13582         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13583         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13584         * gst-libs/gst/audio/gstaudiosink.h:
13585         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13586         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13587         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13588         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13589         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13590         (gst_audio_src_class_init), (gst_audio_src_init),
13591         (gst_audio_src_create_ringbuffer):
13592         * gst-libs/gst/audio/gstaudiosrc.h:
13593         * gst-libs/gst/audio/gstbaseaudiosink.c:
13594         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13595         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13596         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13597         (gst_base_audio_sink_set_property),
13598         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13599         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13600         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13601         (gst_base_audio_sink_create_ringbuffer),
13602         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13603         * gst-libs/gst/audio/gstbaseaudiosink.h:
13604         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13605         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13606         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13607         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13608         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13609         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13610         (gst_base_audio_src_event), (gst_base_audio_src_create),
13611         (gst_base_audio_src_create_ringbuffer),
13612         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13613         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13614         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13615         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13616         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13617         (gst_ring_buffer_debug_spec_caps),
13618         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13619         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13620         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13621         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13622         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13623         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13624         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13625         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13626         (gst_ring_buffer_clear):
13627         * gst-libs/gst/audio/gstringbuffer.h:
13628         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13629         (gst_video_sink_class_init), (gst_video_sink_get_type):
13630         * gst-libs/gst/video/videosink.h:
13631         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13632         (gst_multifdsink_class_init),
13633         (gst_multifdsink_handle_client_write),
13634         (gst_multifdsink_change_state):
13635         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13636         (gst_tcpclientsink_setcaps):
13637         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13638         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13639         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13640         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13641         (gst_ximagesink_send_pending_navigation),
13642         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13643         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13645         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13646         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13647         (gst_xvimagesink_send_pending_navigation),
13648         (gst_xvimagesink_navigation_send_event),
13649         (gst_xvimagesink_set_xwindow_id),
13650         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13651         (gst_xvimagesink_get_type):
13652         more macro splitting
13653
13654 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13655
13656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13657           plug a memleak, allows me to import 1479 albums in one go
13658           in jamboree
13659         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13660         (vorbis_handle_type_packet), (vorbis_dec_chain),
13661         (vorbis_dec_change_state):
13662           fix some format strings
13663
13664 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13665
13666         * docs/libs/tmpl/gstcolorbalance.sgml:
13667         * docs/libs/tmpl/gstmixer.sgml:
13668         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13669         (gst_alsasink_set_property), (gst_alsasink_get_property):
13670         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13671         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13672           add device property
13673
13674 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13675
13676         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13677         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13678         (audiocast_register_listener), (audiocast_thread_run),
13679         (gst_gnomevfssrc_send_additional_headers_callback),
13680         (gst_gnomevfssrc_received_headers_callback),
13681         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13682         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13683         (gst_gnomevfssrc_get_size):
13684           add/clean up debugging
13685         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13686           cleanups
13687
13688 2005-07-07  Andy Wingo  <wingo@pobox.com>
13689
13690         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13691         framerate. Need to get a handle on when exactly this function is
13692         called, tho.
13693
13694         * sys/v4l/v4lsrc_calls.h:
13695         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13696         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13697         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13698
13699         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13700         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13701         v4lelements are sources.
13702
13703         * sys/v4l/gstv4lxoverlay.h:
13704         * sys/v4l/gstv4lxoverlay.c:
13705         * sys/v4l/gstv4ltuner.h:
13706         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13707         
13708         * sys/v4l/gstv4lsrc.h:
13709         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13710         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13711         or something should handle that. Made a live source.
13712
13713         * sys/v4l/gstv4lelement.h:
13714         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13715         signals. Some cleanups.
13716
13717         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13718
13719         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13720         stuff.
13721
13722         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13723         stuff.
13724
13725         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13726
13727 2005-07-07  Wim Taymans  <wim@fluendo.com>
13728
13729         * ext/theora/theoradec.c: (theora_get_query_types),
13730         (theora_dec_src_getcaps), (theora_dec_push):
13731         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13733         Remove deprecated/unused query types.
13734
13735 2005-07-06  Wim Taymans  <wim@fluendo.com>
13736
13737         * ext/alsa/Makefile.am:
13738         * ext/alsa/gstalsaplugin.c: (plugin_init):
13739         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13740         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13741         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13742         (gst_alsasrc_class_init), (gst_alsasrc_init),
13743         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13744         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13745         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13746         (gst_alsasrc_reset):
13747         * ext/alsa/gstalsasrc.h:
13748         * gst-libs/gst/audio/Makefile.am:
13749         * gst-libs/gst/audio/gstaudiosink.c:
13750         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13751         (gst_audioringbuffer_start):
13752         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13753         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13754         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13755         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13756         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13757         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13758         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13759         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13760         * gst-libs/gst/audio/gstaudiosrc.h:
13761         * gst-libs/gst/audio/gstbaseaudiosink.c:
13762         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13763         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13764         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13765         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13766         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13767         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13768         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13769         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13770         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13771         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13772         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13773         (gst_baseaudiosrc_change_state):
13774         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13775         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13776         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13777         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13778         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13779         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13780         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13781         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13782         * gst-libs/gst/audio/gstringbuffer.h:
13783         Added audiosource base classes.
13784         Ported alsasrc, still very basic.
13785
13786 2005-07-06  Wim Taymans  <wim@fluendo.com>
13787
13788         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13789         (theora_dec_push), (theora_handle_data_packet):
13790         Prepare for better timestamp fix later.
13791
13792         * gst/audioconvert/gstaudioconvert.c:
13793         List most accurate caps first
13794
13795         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13796         Use proper pad task function.
13797
13798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13799         (gst_xvimagesink_show_frame):
13800         Fix deadlock when alloc failed.
13801
13802 2005-07-05  Andy Wingo  <wingo@pobox.com>
13803
13804         * ext/gnomevfs/gstgnomevfssrc.c:
13805         * gst/sine/gstsinesrc.c:
13806         * gst/tcp/gsttcpserversrc.c:
13807         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13808
13809         * sys/v4l/: Port from 0.8.
13810
13811         * Many files: Null if we got it....
13812
13813 2005-07-05  Andy Wingo  <wingo@pobox.com>
13814
13815         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13816         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13817         Signedness fixes.
13818
13819 2005-07-05  Wim Taymans  <wim@fluendo.com>
13820
13821         * configure.ac:
13822         * gst/tcp/Makefile.am:
13823         * gst/tcp/README:
13824         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13825         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13826         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13827         (is_sync_frame), (gst_multifdsink_handle_client_write),
13828         (gst_multifdsink_render), (gst_multifdsink_start),
13829         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13830         * gst/tcp/gstmultifdsink.h:
13831         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13832         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13833         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13834         * gst/tcp/gsttcp.h:
13835         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13836         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13837         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13838         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13839         * gst/tcp/gsttcpclientsink.h:
13840         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13841         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13842         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13843         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13844         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13845         * gst/tcp/gsttcpclientsrc.h:
13846         * gst/tcp/gsttcpplugin.c: (plugin_init):
13847         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13848         * gst/tcp/gsttcpserversink.h:
13849         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13850         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13851         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13852         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13853         (gst_tcpserversrc_stop):
13854         * gst/tcp/gsttcpserversrc.h:
13855         * gst/tcp/gsttcpsink.c:
13856         * gst/tcp/gsttcpsink.h:
13857         * gst/tcp/gsttcpsrc.c:
13858         * gst/tcp/gsttcpsrc.h:
13859         Ported tcp plugins to 0.9. 
13860         
13861
13862 2005-07-05  Andy Wingo  <wingo@pobox.com>
13863
13864         * gst/playback/gstplaybasebin.c (fill_buffer):
13865         message_new_application fixen.
13866
13867         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13868         Style fix.
13869
13870 2005-07-04  Wim Taymans  <wim@fluendo.com>
13871
13872         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13873         Set caps on output buffer.
13874
13875 2005-07-04  Andy Wingo  <wingo@pobox.com>
13876
13877         * ext/gnomevfs/gstgnomevfssrc.c
13878         (gst_gnomevfssrc_received_headers_callback) 
13879         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13880         hopefully.
13881
13882         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13883         No refcount leakage.
13884
13885         * configure.ac: Enable -Werror.
13886         
13887         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13888         * gst/audioconvert/bufferframesconvert.c
13889         (buffer_frames_convert_fixate):
13890         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13891         (gst_audio_convert_fixate):
13892         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13893         (gst_sinesrc_create): Fixate func changes.
13894         
13895         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13896         (gst_ximagesink_buffer_alloc): Unused var.
13897
13898 2005-07-01  Andy Wingo  <wingo@pobox.com>
13899
13900         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13901         getcaps to do explicit caps. Needs to be done in all decoders,
13902         possibly via a base class.
13903
13904         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13905
13906         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13907         caps on the sink pad, just rely on the pad template. Also, setting
13908         ANY caps on a pad is not valid because the caps are not fixed.
13909
13910         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13911         caps on the buffer, and get the width from the desired_caps if
13912         they're set.
13913         (gst_ximagesink_renegotiate_size): Implement via setting the
13914         desired_caps on the ximagesink.
13915         (gst_ximagesink_setcaps): Only reset the width of the player if it
13916         wasn't already set. Not sure if this is right.
13917         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13918
13919         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13920         that the user wants. NULL unless the window has been resized.
13921
13922         * gst/volume/gstvolume.c (volume_transform): Adapt to
13923         basetransform refcount changes.
13924         
13925 2005-07-01  Andy Wingo  <wingo@pobox.com>
13926
13927         * gst/videoscale/gstvideoscale.c:
13928         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13929         from BaseTransform, implements a transform_caps. Removed dead code
13930         including some PAR stuff that was never reached -- should probably
13931         be added back somehow.
13932
13933 2005-07-01  Andy Wingo  <wingo@pobox.com>
13934
13935         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13936         come later.
13937
13938 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13939
13940         * configure.ac:
13941         * docs/libs/Makefile.am:
13942         * docs/libs/gst-plugins-libs.types:
13943         * ext/alsa/Makefile.am:
13944         * ext/alsa/gstalsamixer.h:
13945         * ext/alsa/gstalsamixeroptions.h:
13946         * ext/alsa/gstalsamixertrack.h:
13947         * gst-libs/gst/Makefile.am:
13948         * gst-libs/gst/colorbalance/.cvsignore:
13949         * gst-libs/gst/colorbalance/Makefile.am:
13950         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13951         * gst-libs/gst/colorbalance/colorbalance.c:
13952         * gst-libs/gst/colorbalance/colorbalance.h:
13953         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13954         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13955         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13956         * gst-libs/gst/interfaces/Makefile.am:
13957         * gst-libs/gst/interfaces/colorbalance.c:
13958         (gst_color_balance_class_init):
13959         * gst-libs/gst/interfaces/colorbalance.h:
13960         * gst-libs/gst/interfaces/interfaces-marshal.list:
13961         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13962         * gst-libs/gst/interfaces/mixer.h:
13963         * gst-libs/gst/interfaces/mixeroptions.h:
13964         * gst-libs/gst/interfaces/navigation.c:
13965         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13966         * gst-libs/gst/interfaces/tuner.h:
13967         * gst/volume/Makefile.am:
13968         * gst/volume/gstvolume.c:
13969         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13970         * sys/ximage/Makefile.am:
13971         * sys/ximage/ximagesink.c:
13972         * sys/xvimage/Makefile.am:
13973         * sys/xvimage/xvimagesink.c:
13974           fold in all interfaces into an interfaces dir, preserving CVS
13975           history
13976
13977 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13978
13979         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13980           Fix build after riff changes.
13981
13982 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13983
13984         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13985         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13986         (gst_riff_create_video_template_caps),
13987         (gst_riff_create_audio_template_caps),
13988         (gst_riff_create_iavs_template_caps):
13989         * gst-libs/gst/riff/riff-media.h:
13990         * gst-libs/gst/riff/riff-read.h:
13991         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13992           Add gst_riff_init() to initialize the debug category, instead
13993           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13994
13995 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13996
13997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13998           Oops, I shouldn't apply hacks.
13999
14000 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14001
14002         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14003           Remove pad_loop function which doesn't work.
14004
14005 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14006
14007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14008           Send EOS when deactivating.
14009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14010         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14011         (gen_preroll_element), (probe_triggered), (mute_stream),
14012         (silence_stream), (new_decoded_pad), (setup_substreams),
14013         (set_active_source):
14014         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14015         (remove_sinks), (add_sink):
14016         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14017           Change for new probe API.
14018
14019 2005-06-29  Wim Taymans  <wim@fluendo.com>
14020
14021         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14022         * gst-libs/gst/audio/gstbaseaudiosink.c:
14023         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14024         (gst_baseaudiosink_change_state):
14025         * gst-libs/gst/audio/gstbaseaudiosink.h:
14026         * gst-libs/gst/audio/gstringbuffer.c:
14027         (gst_ringbuffer_set_callback):
14028         Fix compilation error.
14029         Ringbuffer starts out as not running.
14030         Free our clock in dispose.
14031         When releasing the ringbuffer we need to renegotiate so
14032         clear the pad caps.
14033
14034 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14035
14036         * autogen.sh:
14037         * configure.ac:
14038         * docs/Makefile.am:
14039         * docs/libs/Makefile.am:
14040         * docs/libs/gst-plugins-libs-docs.sgml:
14041         * docs/libs/gst-plugins-libs-sections.txt:
14042         * docs/libs/gst-plugins-libs.types:
14043         * docs/libs/tmpl/gstaudio.sgml:
14044         * docs/libs/tmpl/gstcolorbalance.sgml:
14045         * docs/libs/tmpl/gstringbuffer.sgml:
14046         * gst-libs/gst/audio/gstringbuffer.c:
14047         (gst_ringbuffer_set_callback):
14048           reinstate gtk-doc docs for plugin libs
14049
14050 2005-06-28  Wim Taymans  <wim@fluendo.com>
14051
14052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14053         (gst_ogg_demux_init):
14054         Removed pad loop function.
14055
14056 2005-06-28  Wim Taymans  <wim@fluendo.com>
14057
14058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14059         If we're building a chain we are not in an error case
14060         when we queue a buffer.
14061
14062 2005-06-28  Andy Wingo  <wingo@pobox.com>
14063
14064         * *.c: Don't cast to GstObject before reffing/unreffing.
14065
14066 2005-06-27  Andy Wingo  <wingo@pobox.com>
14067
14068         * gst/videotestsrc/gstvideotestsrc.c
14069         (gst_videotestsrc_activate_push): Activation API changes.
14070
14071         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14072         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14073         they have refs on the decodebin.
14074
14075         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14076         parent class.
14077         (gst_ogg_pad_typefind): Don't leak a pad ref.
14078         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14079         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14080         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14081
14082 2005-06-27  Edward Hervey  <edward@fluendo.com>
14083
14084         * ext/theora/theoradec.c: (theora_dec_change_state): 
14085         re-arranged call to parent's state change in order to avoid locks (or
14086         worse).
14087
14088 2005-06-26  Edward Hervey  <edward@fluendo.com>
14089
14090         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14091         2nd argument of 'unknow-type' signal is a GstCaps and not a
14092         GstMiniObject
14093
14094 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14095         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14096           Set the worker thread's running flag to TRUE before starting the
14097           thread.
14098         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14099           Catch a failure to add typefind to the bin.
14100
14101 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14102
14103         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14104         (gst_sinesrc_init), (gst_sinesrc_create),
14105         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14106         (gst_sinesrc_start):
14107         * gst/sine/gstsinesrc.h:
14108           add num-buffers and timestamp-offset properties
14109         * gst/videotestsrc/gstvideotestsrc.c:
14110         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14111         (gst_videotestsrc_get_property):
14112           add timestamp-offset property
14113
14114 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14115
14116         * configure.ac: add videorate
14117         * gst-plugins-base.spec.in: add videorate
14118
14119 2005-06-23  Wim Taymans  <wim@fluendo.com>
14120
14121         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14122         (gst_videorate_getcaps), (gst_videorate_setcaps),
14123         (gst_videorate_event), (gst_videorate_chain):
14124         Fixed videorate, fixating an already fixated caps is not
14125         an error.
14126
14127 2005-06-23  Wim Taymans  <wim@fluendo.com>
14128
14129         * ext/ogg/README:
14130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14131         Buffer on caps is not boxed anymore.
14132
14133 2005-06-22  Wim Taymans  <wim@fluendo.com>
14134
14135         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14136         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14137         Set buffers on caps as miniobjects and not as boxed.
14138
14139 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14140
14141         * configure.ac:
14142           back to HEAD
14143
14144 === release 0.9.1 ===
14145
14146 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14147
14148         * .cvsignore:
14149         * NEWS:
14150         * README:
14151         * RELEASE:
14152         * configure.ac:
14153         * po/af.po:
14154         * po/az.po:
14155         * po/cs.po:
14156         * po/en_GB.po:
14157         * po/hu.po:
14158         * po/it.po:
14159         * po/nb.po:
14160         * po/nl.po:
14161         * po/or.po:
14162         * po/sq.po:
14163         * po/sr.po:
14164         * po/sv.po:
14165         * po/uk.po:
14166         * po/vi.po:
14167           updates for release
14168
14169 2005-06-09  Andy Wingo  <wingo@pobox.com>
14170
14171         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14172         
14173 2005-06-09  Andy Wingo  <wingo@pobox.com>
14174
14175         * configure.ac:
14176         * gst-libs/gst/Makefile.am:
14177         * gst-libs/gst/net/Makefile.am:
14178         Add gstnet to build.
14179
14180 2005-06-09  Andy Wingo  <wingo@pobox.com>
14181
14182         * gst-libs/gst/gconf/gconf.c:
14183         * gst/playback/test.c:
14184         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14185         fixes.
14186
14187         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14188
14189         * ext/theora/theoraenc.c (theora_enc_chain): 
14190         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14191
14192         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14193         RealPad.
14194
14195 2005-06-02  Wim Taymans  <wim@fluendo.com>
14196
14197         * gst-libs/gst/net/Makefile.am:
14198         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14199         * pkgconfig/gstreamer-libs.pc.in:
14200         Added net stuff, version net lib.
14201
14202 2005-06-02  Wim Taymans  <wim@fluendo.com>
14203
14204         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14205         (query_rates), (query_positions_elems), (query_positions_pads),
14206         (do_seek):
14207         Updated seek example.
14208
14209 2005-06-02  Andy Wingo  <wingo@pobox.com>
14210
14211         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14212         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14213         list.
14214
14215         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14216         remove the typefind, the bin dispose will do it for us. When it's
14217         removed and unreffed, the signal handler will be disconnected,
14218         too.
14219         (unlinked): It's too difficult to disconnect from unlinked
14220         handlers, as they are on pads not elements. Just punt if the pads
14221         aren't grandkids of the bin.
14222
14223 2005-06-02  Wim Taymans  <wim@fluendo.com>
14224
14225         * ext/ogg/README:
14226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14227         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14229         * ext/theora/theoradec.c: (theora_dec_src_query),
14230         (theora_handle_data_packet):
14231         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14232         (theora_enc_chain):
14233         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14234         (vorbis_handle_data_packet):
14235         * gst/audioconvert/bufferframesconvert.c:
14236         (buffer_frames_convert_chain):
14237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14238         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14239         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14240         (gst_ffmpegcsp_chain):
14241         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14242         (gst_videorate_getcaps), (gst_videorate_setcaps),
14243         (gst_videorate_event), (gst_videorate_chain):
14244         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14245         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14246         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14247         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14248         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14249         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14250         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14251         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14252         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14253         Cleanups and buffer alloc.
14254
14255 2005-05-31  Wim Taymans  <wim@fluendo.com>
14256
14257         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14258         Don't try to call the delay method when the device is not
14259         opened.
14260
14261 2005-05-31  Wim Taymans  <wim@fluendo.com>
14262
14263         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14264         Get actual segment size and buffer size after opening
14265         the device.
14266
14267 2005-05-30  Wim Taymans  <wim@fluendo.com>
14268
14269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14270         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14271         Also FLUSH upstream, makes the loop function exit faster.
14272         
14273         * ext/theora/theoradec.c: (theora_dec_src_query):
14274         Some more debug info in the query.
14275         
14276         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14277         (gst_ximagesink_setcaps):
14278         Release lock on par error, better error reporting.
14279
14280 2005-05-26  Wim Taymans  <wim@fluendo.com>
14281
14282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14283         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14284         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14285         Clear chains in READY
14286         Queue packets until the chain is activated.
14287
14288 2005-05-25  Wim Taymans  <wim@fluendo.com>
14289
14290         * gst-libs/gst/audio/gstaudiosink.c:
14291         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14292         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14293         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14294         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14295         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14296         (gst_audiosink_create_ringbuffer):
14297         * gst-libs/gst/audio/gstbaseaudiosink.c:
14298         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14299         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14300         (gst_baseaudiosink_set_property), (build_linear_format),
14301         (debug_spec_caps), (debug_spec_buffer),
14302         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14303         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14304         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14305         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14306         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14307         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14308         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14309         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14310         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14311         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14312         (wait_segment), (gst_ringbuffer_commit),
14313         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14314         (gst_ringbuffer_clear):
14315         Various small cleanups.
14316
14317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14318         (gst_audio_convert_change_state):
14319         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14320         No need to take the locks anymore.
14321
14322 2005-05-25  Wim Taymans  <wim@fluendo.com>
14323
14324         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14325         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14326         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14327         (type_found):
14328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14329         (group_destroy), (group_commit), (queue_overrun),
14330         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14331         (mute_stream), (new_decoded_pad), (setup_substreams),
14332         (setup_source), (mute_group_type), (set_active_source),
14333         (gst_play_base_bin_change_state):
14334         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14335         (gen_video_element), (gen_text_element), (gen_audio_element),
14336         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14337         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14338         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14339         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14340         Some playbin cleanups mostly refcounting sloppyness.
14341
14342 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14343
14344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14345           Work with streaming input.
14346
14347 2005-05-25  Wim Taymans  <wim@fluendo.com>
14348
14349         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14350         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14351         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14352         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14353         No need to take the STREAM lock anymore.
14354
14355 2005-05-25  Wim Taymans  <wim@fluendo.com>
14356
14357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14358         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14359         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14360         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14361         (gst_ogg_demux_sink_activate):
14362         * ext/theora/theoradec.c: (theora_dec_src_event),
14363         (theora_handle_comment_packet), (theora_dec_chain),
14364         (theora_dec_change_state):
14365         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14366         (vorbis_handle_data_packet), (vorbis_dec_chain),
14367         (vorbis_dec_change_state):
14368         Remove STREAM locks as they are taken in core now.
14369         Never set bogus granulepos on vorbis/theora.
14370         Fix leaks in theoradec tag parsing.
14371
14372 2005-05-25  Wim Taymans  <wim@fluendo.com>
14373
14374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14375         Fix memleaks, GST_BUFFER_DATA() is not freed.
14376
14377 2005-05-25  Wim Taymans  <wim@fluendo.com>
14378
14379         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14380         Open non-blocking, set to blocking mode afterwards to avoid
14381         lockups when audio device is busy.
14382
14383 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14384
14385         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14386           This can't be good.
14387
14388 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14389
14390         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14391         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14392         (gst_audio_convert_setcaps):
14393           Implement instant setup switching.
14394
14395 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14396
14397         * gst/playback/gstplaybasebin.c: (probe_triggered):
14398           Fix missing unlock.
14399         * gst/playback/gstplaybin.c: (add_sink):
14400           First add, then link (otherwise pad link fails).
14401
14402 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14403
14404         * examples/Makefile.am:
14405         fix buildbot (make distcheck)
14406
14407 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14408
14409         * gst/playback/gstplaybin.c: (gen_vis_element):
14410           Remove some wrong code. Doesn't work yet.
14411
14412 2005-05-19  Wim Taymans  <wim@fluendo.com>
14413
14414         * gst-libs/gst/net/Makefile.am:
14415         * gst-libs/gst/net/README:
14416         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14417         (gst_netbuffer_class_init), (gst_netbuffer_init),
14418         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14419         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14420         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14421         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14422         * gst-libs/gst/net/gstnetbuffer.h:
14423         Added buffer subclass to store extra to/from addresses for
14424         network sources/sinks.
14425
14426 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14427
14428         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14429           Don't lock an unassigned variable.
14430
14431 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14432
14433         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14434           Increase buffer for video, decrease buffer for other media types.
14435         * gst/playback/gstplaybin.c: (gen_video_element),
14436         (gen_audio_element):
14437           Change names for debugging purposes.
14438
14439 2005-05-18  Wim Taymans  <wim@fluendo.com>
14440
14441         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14442         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14443         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14444         (gst_ffmpegcsp_chain):
14445         Enable buffer alloc passthrough if the source and dest
14446         formats are the same.
14447
14448 2005-05-17  Wim Taymans  <wim@fluendo.com>
14449
14450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14451         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14452         (gst_ogg_demux_chain_unlocked):
14453         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14454         (gst_audio_convert_caps_remove_format_info),
14455         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14456         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14458         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14459         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14460         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14461         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14462         (gst_ffmpegcsp_get_property):
14463         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14464         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14465         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14466         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14467         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14468         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14469         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14470         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14471         Leak fixes in oggdemux.
14472         Some cleanups in audioconvert.
14473         Make passthrough work along with buffer_alloc etc.
14474         Make buffer_alloc and buffer recycling actually work in
14475         xvimagesink.
14476
14477 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14478
14479         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14480           make the compiler happy
14481
14482 2005-05-17  Wim Taymans  <wim@fluendo.com>
14483
14484         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14485         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14486         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14487         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14488         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14489         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14490         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14491         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14492         (gst_xvimagesink_set_xwindow_id):
14493         * sys/xvimage/xvimagesink.h:
14494         Port xvimagesink to new MiniObject.
14495
14496 2005-05-17  Wim Taymans  <wim@fluendo.com>
14497
14498         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14499         (gst_audiofilter_chain):
14500         * gst-libs/gst/audio/gstaudiosink.c:
14501         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14502         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14503         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14504         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14505         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14506         (gst_audiosink_create_ringbuffer):
14507         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14508         (gst_audio_convert_caps_remove_format_info),
14509         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14510         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14512         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14513         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14514         Fix passthrough in ffmpegcolorspace.
14515         Fix memset in audiosink on wrong memory.
14516
14517 2005-05-16  David Schleef  <ds@schleef.org>
14518
14519         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14520         to GstMiniObject.
14521
14522 2005-05-16  David Schleef  <ds@schleef.org>
14523
14524         Port from GstData to GstMiniObject.
14525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14527         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14528         (gst_ogg_mux_collected):
14529         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14530         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14531         (theora_handle_data_packet):
14532         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14533         (theora_set_header_on_caps), (theora_enc_chain):
14534         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14535         (vorbis_handle_comment_packet):
14536         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14537         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14538         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14539         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14540         * gst/audioconvert/gstaudioconvert.c:
14541         (gst_audio_convert_get_buffer):
14542         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14543         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14544         (mute_stream), (silence_stream):
14545         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14546         * gst/volume/gstvolume.c: (volume_transform):
14547         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14548         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14549         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14550         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14551         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14552         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14553         (gst_ximagesink_buffer_alloc):
14554         * sys/ximage/ximagesink.h:
14555
14556 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14557
14558         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14559         (fill_buffer), (check_queue), (queue_threshold_reached),
14560         (queue_out_of_data):
14561         * gst/playback/gstplaybasebin.h:
14562           Post buffer-fullness on the bus.
14563
14564 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14565
14566         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14567         (try_to_link_1):
14568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14569         (group_commit), (probe_triggered), (setup_source),
14570         (gst_play_base_bin_change_state):
14571         * gst/playback/gstplaybasebin.h:
14572         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14573         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14574         (gst_play_bin_change_state):
14575           Move setup_output_pads into a virtual function, remove
14576           group-switch (no longer needed) and redirect (handled by bus
14577           now) signals.
14578
14579 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14580
14581         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14582         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14583         (get_active_group), (get_building_group), (group_destroy),
14584         (group_commit), (check_queue), (queue_overrun),
14585         (queue_threshold_reached), (queue_out_of_data),
14586         (gen_preroll_element), (remove_groups), (unknown_type),
14587         (add_element_stream), (no_more_pads), (probe_triggered),
14588         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14589         (setup_substreams), (setup_source), (finish_source),
14590         (prepare_output), (muted_group_change_state),
14591         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14592         (gst_play_base_bin_change_state):
14593         * gst/playback/gstplaybasebin.h:
14594         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14595         (gst_play_bin_init), (gst_play_bin_set_property),
14596         (gen_video_element), (gen_text_element), (gen_audio_element),
14597         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14598         (gst_play_bin_change_state):
14599         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14600         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14601         (stream_info_change_state), (gst_stream_info_set_mute),
14602         (gst_stream_info_get_property):
14603         * gst/playback/gststreaminfo.h:
14604         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14605         (gst_stream_selector_get_linked_pad),
14606         (gst_stream_selector_getcaps),
14607         (gst_stream_selector_get_linked_pads),
14608         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14609         * gst/playback/gststreamselector.h:
14610           Rough port of playbin. Needs some more work, but is mostly done,
14611           and uses a few locks in important places, which should make stuff
14612           like chain-switches clean. Still uses GST_STATE() in a few places,
14613           which isn't all that good an idea, subtitles/elements disabled
14614           because no elements to test with and thus probably broken, query
14615           and event handling moved to GstBin, internal thread removed
14616           alltogether because the pipeline does that for us now. Can play
14617           Ogg/Vorbis files. Haven't tested anything else yet.
14618
14619 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14620
14621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14622           Do no-more-pads (needed for autoplugging).
14623
14624 2005-05-10  Andy Wingo  <wingo@pobox.com>
14625
14626         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14627         message to the bus with the tags. Still not sent downstream tho.
14628
14629         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14630         get_parent.
14631         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14632         avoid refcounting hassles.
14633
14634 2005-05-09  Andy Wingo  <wingo@pobox.com>
14635
14636         * gst/volume/Makefile.am:
14637         * gst/volume/demo.c
14638         * gst/volume/gstvolume.h
14639         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14640         basetransform. Probably need an audio filter base class.
14641
14642 2005-05-09  Wim Taymans  <wim@fluendo.com>
14643
14644         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14645         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14646         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14647         (gst_vorbisenc_chain):
14648         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14649         (gst_audio_convert_caps_remove_format_info),
14650         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14651         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14652         Make caps writable before writing to it.
14653         Fix negotiation in audioconvert some more.
14654
14655 2005-05-09  Wim Taymans  <wim@fluendo.com>
14656
14657         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14658         (gst_videorate_getcaps), (gst_videorate_setcaps),
14659         (gst_videorate_event), (gst_videorate_chain):
14660         Better negotiation.
14661
14662 2005-05-09  Wim Taymans  <wim@fluendo.com>
14663
14664         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14665         (gst_videorate_getcaps), (gst_videorate_setcaps),
14666         (gst_videorate_blank_data), (gst_videorate_init),
14667         (gst_videorate_event), (gst_videorate_chain),
14668         (gst_videorate_change_state):
14669         Port videorate, do a better job at negotiation while we're at
14670         it.
14671
14672 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14673
14674         * configure.ac:
14675           Disable libvisual
14676
14677         * examples/Makefile.am:
14678         * gst-libs/gst/audio/Makefile.am:
14679         * gst-libs/gst/riff/Makefile.am:
14680         * gst-libs/gst/tag/Makefile.am:
14681         * gst-libs/gst/video/Makefile.am:
14682           Fixups for missing variables.
14683
14684 2005-05-09  Wim Taymans  <wim@fluendo.com>
14685
14686         * examples/seeking/seek.c: (make_theora_pipeline),
14687         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14688         (query_rates), (query_positions_elems), (query_positions_pads),
14689         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14691         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14692         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14693         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14694         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14696         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14697         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14698         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14699         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14700         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14701         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14702         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14703         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14704         (theora_dec_src_convert), (theora_dec_sink_convert),
14705         (theora_dec_src_query), (theora_dec_sink_query),
14706         (theora_dec_src_event), (theora_dec_sink_event),
14707         (theora_handle_comment_packet), (theora_handle_type_packet),
14708         (theora_handle_header_packet), (theora_handle_data_packet),
14709         (theora_dec_chain):
14710         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14711         (vorbis_dec_convert), (vorbis_dec_src_query),
14712         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14713         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14714         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14715         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14717         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14718         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14719         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14720         (gst_play_bin_query):
14721         * gst/playback/test3.c: (update_scale):
14722         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14723         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14724         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14725         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14726         (gst_videotestsrc_src_query):
14727         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14728         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14729         (paint_hline_YUV9):
14730         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14731         Port to new query API.
14732         Updated seek.
14733         Cleanups in x[v]imagesink
14734
14735 2005-05-09  Andy Wingo  <wingo@pobox.com>
14736
14737         * ext/alsa/gstalsasink.h:
14738         * ext/gnomevfs/gstgnomevfssrc.c:
14739         (gst_gnomevfssrc_get_icy_metadata):
14740         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14741         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14742         * ext/theora/theoradec.c (theora_dec_src_query)
14743         (theora_dec_src_event, theora_dec_sink_event)
14744         (theora_handle_comment_packet, theora_handle_data_packet):
14745         * ext/theora/theoraenc.c (theora_enc_chain):
14746         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14747         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14748         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14749         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14750         (qt_type_find):
14751         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14752         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14753         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14754         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14755         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14756         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14757         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14758         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14759         (paint_setup_RGB565, paint_setup_xRGB1555):
14760         * gst/videotestsrc/videotestsrc.h:
14761         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14762         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14763         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14764         GCC4 fixes.
14765         
14766         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14767         gst_pad_query_position. Fixes oggdemux.
14768
14769 2005-05-08  David Schleef  <ds@schleef.org>
14770
14771         * configure.ac: Require liboil.
14772         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14773         a few more.
14774         * gst/videotestsrc/videotestsrc.c:
14775         * gst/videotestsrc/videotestsrc.h:
14776
14777 2005-05-06  Wim Taymans  <wim@fluendo.com>
14778
14779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14780         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14781         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14782         Well, unreffing a buffer right before pushing it is asking
14783         for trouble..
14784
14785 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14786
14787         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14788
14789 2005-05-06  Wim Taymans  <wim@fluendo.com>
14790
14791         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14792         (gst_audio_convert_caps_remove_format_info),
14793         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14794         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14796         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14797         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14798         * gst/sine/Makefile.am:
14799         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14800         (gst_sinesrc_class_init), (gst_sinesrc_init),
14801         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14802         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14803         (gst_sinesrc_update_freq):
14804         * gst/sine/gstsinesrc.h:
14805         * gst/tcp/gstmultifdsink.c:
14806         * sys/xvimage/xvimagesink.c:
14807         Fixed negotiation wrt _peer_get_caps()
14808         Some cleanups.
14809
14810
14811 2005-05-06  Wim Taymans  <wim@fluendo.com>
14812
14813         * gst-libs/gst/audio/gstaudiosink.c:
14814         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14815         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14816         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14817         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14818         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14819         (gst_audiosink_create_ringbuffer):
14820         * gst-libs/gst/audio/gstbaseaudiosink.c:
14821         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14822         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14823         (gst_baseaudiosink_set_property), (build_linear_format),
14824         (debug_spec_caps), (debug_spec_buffer),
14825         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14826         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14827         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14828         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14829         * gst-libs/gst/audio/gstbaseaudiosink.h:
14830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14831         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14832         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14833         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14834         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14835         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14836         (wait_segment), (gst_ringbuffer_commit),
14837         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14838         (gst_ringbuffer_clear):
14839         * gst-libs/gst/audio/gstringbuffer.h:
14840         Make the base audiosink return an error when there is no
14841         audiobuffer negotiated.
14842
14843 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14844
14845         * ext/Makefile.am:
14846         Disable cdparanoia until someone ports it!
14847
14848 2005-05-06  Wim Taymans  <wim@fluendo.com>
14849
14850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14851         (gst_ogg_demux_sink_activate):
14852         And revert after wingo's revert.. sigh..
14853
14854 2005-05-05  Andy Wingo  <wingo@pobox.com>
14855
14856         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14857         GObject.
14858         * configure.ac: Return audiorate and subparse from the ghetto.
14859         Re-enable -Wall -Werror.
14860         * gst/subparse/gstsubparse.c:
14861         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14862         or chain-based. Cleaned up a bit. Not tested.
14863         
14864 2005-05-05  Christian Schaller <christian@fluendo.com> 
14865
14866         * Makefile.am: remove stuff that is not building
14867         * configure.ac: remove stuff that is not building
14868         * examples/Makefile.am: remove stuff that is not building
14869         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14870         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14871         * sys/Makefile.am: remove stuff that is not building
14872         * testsuite/Makefile.am: remove stuff that is not building
14873
14874 2005-05-05  Andy Wingo  <wingo@pobox.com>
14875
14876         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14877         * gst-libs/gst/tag/gstvorbistag.c:
14878         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14879         * gst/adder/gstadder.h:
14880         * gst/audioconvert/gstchannelmix.c:
14881         (gst_audio_convert_fill_one_other):
14882         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14883         (gst_audiorate_init), (gst_audiorate_chain):
14884         * gst/playback/gstplaybasebin.c: (setup_source):
14885         * gst/playback/test3.c: (update_scale):
14886         Some GCC4 fixes
14887         
14888         * po/af.po:
14889         * po/az.po:
14890         * po/cs.po:
14891         * po/en_GB.po:
14892         * po/hu.po:
14893         * po/it.po:
14894         * po/nb.po:
14895         * po/nl.po:
14896         * po/or.po:
14897         * po/sq.po:
14898         * po/sr.po:
14899         * po/sv.po:
14900         * po/uk.po:
14901         * po/vi.po: Foo
14902
14903 2005-05-05  Wim Taymans  <wim@fluendo.com>
14904
14905         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14906         (gst_audio_convert_caps_remove_format_info),
14907         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14908         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14909         * gst/videotestsrc/gstvideotestsrc.c:
14910         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14911         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14912         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14913         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14914         Don't ignore _push() return values.
14915         Make sure no processing is done when shutting down.
14916         Videotestsrc pad activation fix.
14917
14918 2005-05-05  Wim Taymans  <wim@fluendo.com>
14919
14920         * gst/adder/Makefile.am:
14921         * gst/adder/gstadder.c: (gst_adder_setcaps),
14922         (gst_adder_class_init), (gst_adder_init),
14923         (gst_adder_request_new_pad), (gst_adder_collected),
14924         (gst_adder_change_state):
14925         * gst/adder/gstadder.h:
14926         Ported adder as an example of a mixer element using
14927         collect pads. Needs more negotiation work.
14928
14929 2005-05-05  Wim Taymans  <wim@fluendo.com>
14930
14931         * ext/theora/theoradec.c: (_inc_granulepos),
14932         (theora_dec_src_event), (theora_dec_sink_event),
14933         (theora_handle_comment_packet), (theora_handle_type_packet),
14934         (theora_handle_header_packet), (theora_handle_data_packet),
14935         (theora_dec_chain):
14936         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14937         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14938         (theora_push_buffer), (theora_push_packet),
14939         (theora_enc_sink_event), (theora_enc_chain),
14940         (theora_enc_change_state), (theora_enc_set_property),
14941         (theora_enc_get_property):
14942         Added stream lock to decoder so that we can serialize
14943         the discont event.
14944         More theoraenc porting, recover from errors, do clean
14945         shutdown.
14946
14947 2005-05-05  Wim Taymans  <wim@fluendo.com>
14948
14949         * ext/ogg/Makefile.am:
14950         * ext/ogg/README:
14951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14952         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14953         (gst_ogg_print):
14954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14955         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14956         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14957         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14958         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14959         (gst_ogg_mux_change_state):
14960         Ported ogg muxer.
14961
14962 2005-05-05  Wim Taymans  <wim@fluendo.com>
14963
14964         * docs/design-audiosinks.txt:
14965         * gst-libs/gst/audio/TODO:
14966         * gst-libs/gst/audio/gstaudiosink.c:
14967         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14968         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14969         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14970         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14971         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14972         (gst_audiosink_create_ringbuffer):
14973         * gst-libs/gst/audio/gstbaseaudiosink.c:
14974         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14975         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14976         (gst_baseaudiosink_set_property), (build_linear_format),
14977         (debug_spec_caps), (debug_spec_buffer),
14978         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14979         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14980         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14981         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14982         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14983         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14984         (gst_ringbuffer_release), (gst_ringbuffer_play),
14985         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14986         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14987         (gst_ringbuffer_set_sample), (wait_segment),
14988         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14989         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14990         More work on the audiosink, mostly debugging and a race in
14991         shutdown.
14992
14993 2005-04-28  Wim Taymans  <wim@fluendo.com>
14994
14995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14996         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14997         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14998         (vorbis_dec_src_query), (vorbis_dec_src_event),
14999         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15000         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15001         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15002         Don't crap out when seeking back to position 0.
15003
15004 2005-04-28  Wim Taymans  <wim@fluendo.com>
15005
15006         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15007         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15008         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15009         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15010         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15011         Make audio sink configurable, use alsasink as default.
15012
15013 2005-04-28  Wim Taymans  <wim@fluendo.com>
15014
15015         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15016         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15017         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15018         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15019         (vorbis_dec_change_state):
15020         * ext/vorbis/vorbisdec.h:
15021         Refactor, use STREAM_LOCK.
15022
15023 2005-04-28  Wim Taymans  <wim@fluendo.com>
15024
15025         * ext/theora/theoradec.c: (_inc_granulepos),
15026         (theora_dec_sink_event), (theora_handle_comment_packet),
15027         (theora_handle_type_packet), (theora_handle_header_packet),
15028         (theora_handle_data_packet), (theora_dec_chain),
15029         (theora_dec_change_state):
15030         Refactor a bit, use STREAM_LOCK.
15031
15032 2005-04-28  Wim Taymans  <wim@fluendo.com>
15033
15034         * ext/alsa/Makefile.am:
15035         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15036         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15037         (gst_alsa_link), (gst_alsa_close_audio):
15038         * ext/alsa/gstalsaplugin.c: (plugin_init):
15039         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15040         (gst_alsasink_dispose), (gst_alsasink_base_init),
15041         (gst_alsasink_class_init), (gst_alsasink_init),
15042         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15043         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15044         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15045         (gst_alsasink_reset):
15046         * ext/alsa/gstalsasink.h:
15047         Implement alsasink with simple open/write/close API. 
15048         Make alsa dir build by disabling compilation of code.
15049
15050 2005-04-28  Wim Taymans  <wim@fluendo.com>
15051
15052         * gst-libs/gst/audio/Makefile.am:
15053         * gst-libs/gst/audio/audio.h:
15054         * gst-libs/gst/audio/audioclock.c:
15055         * gst-libs/gst/audio/audioclock.h:
15056         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15057         (gst_audio_clock_class_init), (gst_audio_clock_init),
15058         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15059         * gst-libs/gst/audio/gstaudioclock.h:
15060         * gst-libs/gst/audio/gstaudiosink.c:
15061         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15062         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15063         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15064         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15065         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15066         (gst_audiosink_create_ringbuffer):
15067         * gst-libs/gst/audio/gstbaseaudiosink.c:
15068         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15069         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15070         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15071         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15072         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15073         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15074         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15075         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15076         * gst-libs/gst/audio/gstbaseaudiosink.h:
15077         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15078         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15079         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15080         (gst_ringbuffer_release), (gst_ringbuffer_play),
15081         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15082         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15083         (gst_ringbuffer_set_sample), (wait_segment),
15084         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15085         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15086         * gst-libs/gst/audio/gstringbuffer.h:
15087         Make ringbuffer faster and more simple by removing the locks
15088         in the playback thread.
15089         Add sample accurate playback based on buffer sample offsets.
15090         Make the baseaudiosink provide a clock.
15091         Parse caps in the base class.
15092         Correctly handle seeking, flushing and state changes.
15093
15094 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15095
15096         * configure.ac:
15097         * gst/audioconvert/Makefile.am:
15098         * gst/audioscale/Makefile.am:
15099           Fix part of the build.  Come on guys, autogen didn't even work :)
15100
15101 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15102
15103         * configure.ac:
15104         * gst-libs/gst/Makefile.am:
15105         * gst-libs/gst/media-info/.cvsignore:
15106         * gst-libs/gst/media-info/Makefile.am:
15107         * gst-libs/gst/media-info/README:
15108         * gst-libs/gst/media-info/media-info-priv.c:
15109         * gst-libs/gst/media-info/media-info-priv.h:
15110         * gst-libs/gst/media-info/media-info-test.c:
15111         * gst-libs/gst/media-info/media-info.c:
15112         * gst-libs/gst/media-info/media-info.h:
15113         * gst-libs/gst/media-info/media-info.vcproj:
15114         * pkgconfig/Makefile.am:
15115         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15116         * pkgconfig/gstreamer-media-info.pc.in:
15117           Remove media-info, which is also successed by playbin (see Totem
15118           implementation).
15119
15120 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15121
15122         * configure.ac:
15123         * examples/Makefile.am:
15124         * examples/gstplay/.cvsignore:
15125         * examples/gstplay/Makefile.am:
15126         * examples/gstplay/player.c:
15127         * gst-libs/gst/Makefile.am:
15128         * gst-libs/gst/play/.cvsignore:
15129         * gst-libs/gst/play/Makefile.am:
15130         * gst-libs/gst/play/play.c:
15131         * gst-libs/gst/play/play.h:
15132         * gst-libs/gst/play/play.vcproj:
15133         * pkgconfig/Makefile.am:
15134         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15135         * pkgconfig/gstreamer-play.pc.in:
15136           Remove libgstplay, playbin is now the official successor.
15137
15138 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15139
15140         * configure.ac:
15141         * gst-libs/gst/Makefile.am:
15142         * gst-libs/gst/xwindowlistener/Makefile.am:
15143         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15144         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15145           Remove deprecated xwindowlistener (I've moved xwindowlistening
15146           in the v4l/v4l2 plugins over to serverside).
15147
15148 2005-04-25  David Schleef  <ds@schleef.org>
15149
15150         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15151         to examples/dynparams.  Examples do not belong interspersed with
15152         source code.
15153         * examples/dynparams/demo-dparams.c:
15154         * gst/sine/Makefile.am:
15155         * gst/sine/demo-dparams.c:
15156
15157 2005-04-25  David Schleef  <ds@schleef.org>
15158
15159         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15160         * gst-libs/gst/audio/Makefile.am:
15161         * gst-libs/gst/riff/Makefile.am:
15162         * gst-libs/gst/tag/Makefile.am:
15163         * gst-libs/gst/video/Makefile.am:
15164         * gst-libs/gst/xwindowlistener/Makefile.am:
15165
15166         Convert to 0.9 API, seems to work:
15167         * sys/ximage/Makefile.am:
15168         * sys/ximage/ximagesink.c:
15169
15170 2005-04-24  David Schleef  <ds@schleef.org>
15171
15172         Link plugins against libraries:
15173         * ext/alsa/Makefile.am:
15174         * gst/tcp/Makefile.am:
15175
15176         Remove asm code that should be in liboil
15177         * gst/videoscale/Makefile.am:
15178         * gst/videoscale/videoscale_x86_asm.s:
15179
15180         gettext wants these checked in:
15181         * po/af.po:
15182         * po/az.po:
15183         * po/cs.po:
15184         * po/en_GB.po:
15185         * po/hu.po:
15186         * po/it.po:
15187         * po/nb.po:
15188         * po/nl.po:
15189         * po/or.po:
15190         * po/sq.po:
15191         * po/sr.po:
15192         * po/sv.po:
15193         * po/uk.po:
15194         * po/vi.po:
15195
15196 2005-04-24  David Schleef  <ds@schleef.org>
15197
15198         Convert gst_main() to g_main_loop_run()
15199         * gst/playback/decodetest.c: (main):
15200         * gst/playback/test2.c: (main):
15201         * gst/playback/test3.c: (main):
15202         * gst/playback/test4.c: (main):
15203
15204         Link plugins against libraries:
15205         * ext/libvisual/Makefile.am:
15206         * sys/xvimage/Makefile.am:
15207
15208 2005-04-24  David Schleef  <ds@schleef.org>
15209
15210         * configure.ac: Remove idct and resample libs
15211         * gst-libs/gst/Makefile.am: same
15212
15213         Remove usage of gst_library_load():
15214         * ext/alsa/gstalsaplugin.c: (plugin_init):
15215         * ext/libvisual/visual.c: (plugin_init):
15216         * ext/ogg/gstogg.c: (plugin_init):
15217         * ext/theora/theora.c: (plugin_init):
15218         * ext/vorbis/vorbis.c: (plugin_init):
15219         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15220         * gst/audioscale/gstaudioscale.c:
15221         * gst/adder/gstadder.c: (plugin_init):
15222         * gst/audioconvert/plugin.c: (plugin_init):
15223         * sys/ximage/ximagesink.c: (plugin_init):
15224         * sys/xvimage/xvimagesink.c: (plugin_init):
15225         * gst/tcp/gsttcpplugin.c: (plugin_init):
15226
15227         Link plugins against libraries:
15228         * ext/ogg/Makefile.am:
15229         * ext/theora/Makefile.am:
15230         * ext/vorbis/Makefile.am:
15231         * gst/audioconvert/Makefile.am:
15232
15233         Create proper libraries:
15234         * gst-libs/gst/riff/Makefile.am:
15235         * gst-libs/gst/audio/Makefile.am:
15236         * gst-libs/gst/video/Makefile.am:
15237
15238         Move resample library to audioscale plugin directory:
15239         * gst-libs/gst/resample/Makefile.am:
15240         * gst-libs/gst/resample/README:
15241         * gst-libs/gst/resample/dtof.c:
15242         * gst-libs/gst/resample/dtos.c:
15243         * gst-libs/gst/resample/functable.c:
15244         * gst-libs/gst/resample/private.h:
15245         * gst-libs/gst/resample/resample.c:
15246         * gst-libs/gst/resample/resample.h:
15247         * gst-libs/gst/resample/resample.vcproj:
15248         * gst-libs/gst/resample/test.c:
15249         * gst/audioscale/Makefile.am:
15250         * gst/audioscale/README:
15251         * gst/audioscale/dtof.c:
15252         * gst/audioscale/dtos.c:
15253         * gst/audioscale/functable.c:
15254         * gst/audioscale/private.h:
15255         * gst/audioscale/resample.c:
15256         * gst/audioscale/resample.h:
15257         * gst/audioscale/test.c:
15258
15259         Move tagedit library to gst-libs:
15260         * gst-libs/gst/tag/Makefile.am:
15261         * gst-libs/gst/tag/gstid3tag.c:
15262         * gst-libs/gst/tag/gsttagediting.c:
15263         * gst-libs/gst/tag/gsttageditingprivate.h:
15264         * gst-libs/gst/tag/gstvorbistag.c:
15265         * gst/tags/Makefile.am:
15266         * gst/tags/gstid3tag.c:
15267         * gst/tags/gstvorbistag.c:
15268
15269         Fix for core changes:
15270         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15271         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15272         (gst_sinesrc_getrange):
15273
15274 2005-04-23  David Schleef  <ds@schleef.org>
15275
15276         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15277         in gst-plugins in a long time, and properly belongs in liboil.
15278         * gst-libs/gst/idct/Makefile.am:
15279         * gst-libs/gst/idct/README:
15280         * gst-libs/gst/idct/dct.h:
15281         * gst-libs/gst/idct/doieee:
15282         * gst-libs/gst/idct/fastintidct.c:
15283         * gst-libs/gst/idct/floatidct.c:
15284         * gst-libs/gst/idct/idct.c:
15285         * gst-libs/gst/idct/idct.h:
15286         * gst-libs/gst/idct/idtc.vcproj:
15287         * gst-libs/gst/idct/ieeetest.c:
15288         * gst-libs/gst/idct/intidct.c:
15289
15290 2005-04-20  Wim Taymans  <wim@fluendo.com>
15291
15292         * docs/design-audiosinks.txt:
15293         * gst-libs/gst/audio/Makefile.am:
15294         * gst-libs/gst/audio/TODO:
15295         * gst-libs/gst/audio/gstaudiosink.c:
15296         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15297         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15298         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15299         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15300         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15301         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15302         (gst_audiosink_class_init), (gst_audiosink_init),
15303         (gst_audiosink_create_ringbuffer):
15304         * gst-libs/gst/audio/gstaudiosink.h:
15305         * gst-libs/gst/audio/gstbaseaudiosink.c:
15306         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15307         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15308         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15309         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15310         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15311         (gst_baseaudiosink_create_ringbuffer),
15312         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15313         * gst-libs/gst/audio/gstbaseaudiosink.h:
15314         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15315         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15316         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15317         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15318         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15319         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15320         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15321         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15322         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15323         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15324         * gst-libs/gst/audio/gstringbuffer.h:
15325         An attempt at a set of audio base classes together with some
15326         design docs.
15327
15328 2005-04-20  Wim Taymans  <wim@fluendo.com>
15329
15330         * gst/audioconvert/Makefile.am:
15331         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15332         (gst_audio_convert_caps_remove_format_info),
15333         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15334         (gst_audio_convert_channels):
15335         Link against audio libs.
15336         Fix audio convert plugin.
15337
15338 2005-04-20  Wim Taymans  <wim@fluendo.com>
15339
15340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15341         (gst_ogg_demux_sink_activate):
15342         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15343         (theora_set_header_on_caps), (theora_enc_sink_event),
15344         (theora_enc_chain):
15345         Fix theora encoder.
15346
15347 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15348
15349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15350         * gst/playback/gstdecodebin.c: (find_compatibles):
15351           Work with staticpadtemplates in elementfactories.
15352
15353 2005-04-12  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst/playback/README:
15356         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15357         (compare_ranks), (print_feature), (gst_decode_bin_init),
15358         (dynamic_create), (dynamic_free), (find_compatibles),
15359         (mimetype_is_raw), (close_pad_link), (got_redirect),
15360         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15361         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15362         (gst_decode_bin_change_state):
15363         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15364         (gst_play_base_bin_init), (group_destroy), (group_commit),
15365         (check_queue), (queue_overrun), (queue_threshold_reached),
15366         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15367         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15368         (got_redirect), (setup_source), (play_base_eos),
15369         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15370         (gst_play_base_bin_remove_element):
15371         * gst/playback/gstplaybasebin.h:
15372         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15373         (gst_play_bin_init), (gst_play_bin_dispose),
15374         (gst_play_bin_set_property), (gen_video_element),
15375         (gen_text_element), (gen_audio_element), (remove_sinks),
15376         (gst_play_bin_send_event):
15377         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15378         (stream_info_change_state), (gst_stream_info_set_mute):
15379         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15380         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15381         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15382         (gst_stream_selector_chain):
15383         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15384         (main):
15385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15386         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15387         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15388         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15389         Raw and crude port of decodebin. 
15390         Make playbin compile.
15391
15392 2005-04-06  Wim Taymans  <wim@fluendo.com>
15393
15394         * ext/gnomevfs/Makefile.am:
15395         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15396         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15397         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15398         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15399         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15400         (gst_gnomevfssrc_stop):
15401         * ext/ogg/Makefile.am:
15402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15403         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15404         * ext/theora/Makefile.am:
15405         * ext/theora/theoradec.c: (_inc_granulepos),
15406         (theora_dec_sink_event), (theora_dec_chain):
15407         * ext/vorbis/Makefile.am:
15408         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15409         (vorbis_dec_sink_event), (vorbis_dec_chain):
15410         * gst-libs/gst/audio/Makefile.am:
15411         * sys/xvimage/Makefile.am:
15412         Make gnomevfssrc extend the source base class.
15413         Fix linking against libs in various plugins.
15414
15415 2005-04-06  Andy Wingo  <wingo@pobox.com>
15416
15417         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15418         GST_BASE_LIBS.
15419
15420         * configure.ac: Add check and AC_SUBST for libgstbase.
15421
15422 2005-03-31  Wim Taymans  <wim@fluendo.com>
15423
15424         * examples/seeking/Makefile.am:
15425         * examples/seeking/cdparanoia.c: (main):
15426         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15427         (play_cb), (pause_cb), (stop_cb), (main):
15428         * examples/seeking/playbin.c:
15429         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15430         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15431         (make_sid_pipeline), (make_vorbis_pipeline),
15432         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15433         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15434         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15435         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15436         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15437         (stop_cb), (main):
15438         * examples/seeking/spider_seek.c:
15439         * examples/seeking/vorbisfile.c:
15440         * ext/gnomevfs/Makefile.am:
15441         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15442         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15443         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15444         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15445         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15446         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15447         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15448         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15449         * ext/ogg/README:
15450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15451         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15452         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15453         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15454         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15455         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15456         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15457         (gst_ogg_demux_factory_filter), (compare_ranks),
15458         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15459         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15460         (gst_ogg_chain_new), (gst_ogg_chain_free),
15461         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15462         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15463         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15464         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15465         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15466         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15467         (gst_ogg_demux_get_prev_page),
15468         (gst_ogg_demux_deactivate_current_chain),
15469         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15470         (gst_ogg_demux_bisect_forward_serialno),
15471         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15472         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15473         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15474         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15475         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15476         (gst_ogg_demux_change_state), (gst_ogg_print):
15477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15478         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15479         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15480         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15481         (gst_ogg_mux_loop):
15482         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15483         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15484         (theora_dec_src_convert), (theora_dec_sink_convert),
15485         (theora_dec_src_query), (theora_dec_src_event),
15486         (theora_dec_sink_event), (theora_dec_chain),
15487         (theora_dec_change_state):
15488         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15489         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15490         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15491         (theora_enc_change_state):
15492         * ext/vorbis/Makefile.am:
15493         * ext/vorbis/oggvorbisenc.c:
15494         * ext/vorbis/oggvorbisenc.h:
15495         * ext/vorbis/vorbis.c: (plugin_init):
15496         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15497         (vorbis_dec_src_query), (vorbis_dec_src_event),
15498         (vorbis_dec_sink_event), (vorbis_dec_chain),
15499         (vorbis_dec_change_state):
15500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15501         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15502         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15503         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15504         (gst_vorbisenc_change_state):
15505         * ext/vorbis/vorbisenc.h:
15506         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15507         * gst-libs/gst/audio/audioclock.c:
15508         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15509         (gst_audiofilter_init), (gst_audiofilter_chain):
15510         * gst-libs/gst/audio/testchannels.c: (main):
15511         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15512         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15513         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15514         (gmip_find_track_streaminfo), (gmip_find_track_format):
15515         * gst-libs/gst/media-info/media-info.c:
15516         (gst_media_info_read_idler):
15517         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15518         (gst_play_get_all_by_interface):
15519         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15520         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15521         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15522         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15523         (gst_riff_parse_info):
15524         * gst-libs/gst/riff/riff-read.h:
15525         * gst-libs/gst/riff/riff.c: (plugin_init):
15526         * gst-libs/gst/video/Makefile.am:
15527         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15528         (gst_videosink_class_init), (gst_videosink_get_type):
15529         * gst-libs/gst/video/videosink.h:
15530         * gst/audioconvert/bufferframesconvert.c:
15531         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15532         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15533         * gst/audioconvert/channelmixtest.c: (main):
15534         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15535         (gst_audio_convert_chain),
15536         (gst_audio_convert_caps_remove_format_info),
15537         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15538         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15539         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15540         (gst_audio_convert_buffer_to_default_format),
15541         (gst_audio_convert_buffer_from_default_format),
15542         (gst_audio_convert_channels):
15543         * gst/audioconvert/gstchannelmix.h:
15544         * gst/ffmpegcolorspace/avcodec.h:
15545         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15546         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15547         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15548         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15549         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15550         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15551         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15552         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15553         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15554         (dv_type_find):
15555         * gst/videotestsrc/gstvideotestsrc.c:
15556         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15557         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15558         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15559         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15560         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15561         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15562         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15564         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15565         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15566         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15567         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15568         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15569         (gst_xvimagesink_navigation_send_event),
15570         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15571         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15572         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15573         * sys/xvimage/xvimagesink.h:
15574         Plugin port to 0.9, ogg/theora playback should work in the seek
15575         example now.
15576         Removed old examples.
15577         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15578         explained in 0.9 TODO doc.
15579
15580
15581 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15582
15583         * autogen.sh:
15584         * configure.ac:
15585         * ext/Makefile.am:
15586         * gst/Makefile.am:
15587         * po/POTFILES.in:
15588         * po/af.po:
15589         * po/az.po:
15590         * po/cs.po:
15591         * po/en_GB.po:
15592         * po/hu.po:
15593         * po/it.po:
15594         * po/nb.po:
15595         * po/nl.po:
15596         * po/or.po:
15597         * po/sq.po:
15598         * po/sr.po:
15599         * po/sv.po:
15600         * po/uk.po:
15601         * po/vi.po:
15602         * sys/Makefile.am:
15603         * testsuite/Makefile.am:
15604           remove a whole bunch of plugins.  This module now contains a set
15605           of free reference plugins/elements as agreed.
15606
15607 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15608
15609         * configure.ac:
15610           hunting season on 0.9 is now OPEN
15611
15612 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15613
15614         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15615           Kick the hell out of gcc for not warning me about a symbol conflict.
15616
15617 2005-02-22  Luca Ognibene  <luogni@tin.it>
15618
15619         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15620
15621         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15622           Don't leak caps string (fixes #168134)
15623
15624         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15625         (gst_jpegenc_init), (gst_jpegenc_finalize),
15626         (gst_jpegenc_change_state):
15627           Don't leak line buffers and context struct (fixes #168133).
15628
15629 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15630
15631         * configure.ac:
15632         * ext/dirac/gstdiracdec.cc:
15633         (gst_diracdec_chain):
15634           Since dirac 0.5.0 the framerate in dirac is expressed as a
15635           rational number. Fix build and up requirement to 0.5.0, and
15636           also pass parameters to gst_diracdec_link in the right order
15637           (fixes #167959).
15638
15639 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15640
15641         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15642         * ext/faad/gstfaad.h:
15643         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15644         certain invalid muxed streams, where some packets will contain 
15645         junk after decoder data. Partially fixes #149158.
15646
15647 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15648         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15649           Make sure we only write to writable buffers
15650
15651 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15652
15653         * gst-libs/gst/riff/riff-media.c:
15654         (gst_riff_create_audio_caps_with_data):
15655           Do actually fix invalid RIFF fmt header values for alaw
15656           and mulaw audio instead of just saying so.
15657
15658         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15659           Give gst_riff_create_audio_caps_with_data() a chance to
15660           fix up broken format header fields before extracting any
15661           parameters from the header. (fixes #167633)
15662
15663 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15664
15665         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15666
15667         * gst/audioconvert/bufferframesconvert.c:
15668         (buffer_frames_convert_link):
15669           Don't leak othercaps. (fixes #167878)
15670
15671 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15672
15673         * configure.ac:
15674         * ext/libvisual/visual.c: (gst_visual_srclink),
15675         (gst_visual_change_state):
15676           Support libvisual 0.2.0.
15677
15678 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15681         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15682           Use same rowstrides for I420 as used everywhere else.
15683
15684 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15685
15686         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15687           Declare variables at beginning of block and make gcc-2.95 happy
15688           (fixes # 167482, patch by Gergely Nagy).
15689           
15690         * gst/tcp/gsttcpclientsrc.c:
15691         * gst/tcp/gsttcpclientsrc.h:
15692           Move some includes into the header, so that struct sockaddr_in is
15693           defined when it should be defined on FreeBSD as well (fixes
15694           #167483).
15695           
15696         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15697           Don't pass uninitialised values to setsockopt() here either.
15698
15699 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15700
15701         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15702
15703         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15704           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15705
15706 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15707
15708         * gst/playback/gstplaybin.c: (add_sink):
15709           Invert bin_add/link order to workaround deadlock in opt.
15710
15711 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15712
15713         * gst/modplug/gstmodplug.cc:
15714           Add missing break causing position queries to fail.
15715
15716 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15717
15718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15719           Granpos can apparently be -1, which screws up calculations...
15720
15721 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15722
15723         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15724         (gst_ximagesink_send_pending_navigation),
15725         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15726         (gst_ximagesink_init):
15727         * sys/ximage/ximagesink.h:
15728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15729         (gst_xvimagesink_send_pending_navigation),
15730         (gst_xvimagesink_navigation_send_event),
15731         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15732         * sys/xvimage/xvimagesink.h:
15733           Use a mutex protected list to marshal navigation
15734           events into the stream thread from whichever thread
15735           sends them.
15736
15737 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15738
15739         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15740           Display current position and track length; misc. clean-ups.
15741           
15742         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15743         (speed_init), (speed_chain):
15744           Add query function, so that the stream length and current position
15745           get adjusted when queried (note that current position queries may
15746           still be wrong if the audio sink returns values based on buffer
15747           timestamps instead of passing on the query).
15748
15749 2005-02-13  Benjamin Otte  <otte@gnome.org>
15750
15751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15752         (gst_audio_convert_channels):
15753           create channel conversion matrix when linking
15754         * gst/audioconvert/.cvsignore:
15755         * gst/audioconvert/Makefile.am:
15756         * gst/audioconvert/channelmixtest.c: (main):
15757           add (ugly) test that ensures stereo <=> mono conversion works
15758           correctly
15759
15760 2005-02-13  Benjamin Otte  <otte@gnome.org>
15761
15762         * gst/audioconvert/gstchannelmix.h:
15763           include missing header file
15764         * gst/audioconvert/gstchannelmix.c:
15765         (gst_audio_convert_fill_compatible):
15766           use same sign for both channels when converting to/from compatible
15767           channel. Previously used different signs made the signals cancel
15768           each other out and appear like silence. (fixes #167269)
15769
15770 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15771
15772         * gst/ffmpegcolorspace/avcodec.h:
15773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15774         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15775         (gst_ffmpegcsp_avpicture_fill):
15776         * gst/ffmpegcolorspace/imgconvert.c:
15777           Convert to and from YV12 (fixes #156379).
15778
15779 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15780
15781         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15782         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15783         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15784         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15785         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15786         methods from chain and negotiation and vice versa (Fixes #166142).
15787         * sys/ximage/ximagesink.h: Add stream_lock.
15788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15789         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15790         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15791         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15792
15793 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15796           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15797           error message when we can't open the DVD device (when dvdnav_open()
15798           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15799           the above). Send something more useful instead (fixes #167117).
15800
15801 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15802
15803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15804         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15805         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15806         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15807         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15808         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15809         methods from chain and negotiation and vice versa (Fixes #166142).
15810         Fix a possible bug of images in the buffer pool being discarded because
15811         we are looking at the wrong geometry.
15812         * sys/xvimage/xvimagesink.h: Add stream_lock.
15813
15814 2005-02-11  David Schleef  <ds@schleef.org>
15815
15816         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15817         unsigned int. (fixes #167128)
15818
15819 2005-02-11  David Schleef  <ds@schleef.org>
15820
15821         * gst/librfb/Makefile.am: Testing stuff before committing is
15822           for wimps... and people with fast machines.  Fix stupid
15823           mistake.
15824
15825 2005-02-11  David Schleef  <ds@schleef.org>
15826
15827         * configure.ac: Pull in librfb from my CVS tree, because it is
15828           too small and annoying to be separate.  Move rfbsrc plugin
15829           to gst/.
15830         * ext/Makefile.am:
15831         * ext/librfb/Makefile.am:
15832         * ext/librfb/gstrfbsrc.c:
15833         * gst/librfb/Makefile.am:
15834         * gst/librfb/gstrfbsrc.c:
15835         * gst/librfb/rfb.c:
15836         * gst/librfb/rfb.h:
15837         * gst/librfb/rfbbuffer.c:
15838         * gst/librfb/rfbbuffer.h:
15839         * gst/librfb/rfbbytestream.c:
15840         * gst/librfb/rfbbytestream.h:
15841         * gst/librfb/rfbcontext.h:
15842         * gst/librfb/rfbdecoder.c:
15843         * gst/librfb/rfbdecoder.h:
15844         * gst/librfb/rfbutil.h:
15845
15846 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15847
15848         * gst/speed/Makefile.am:
15849         * gst/speed/demo-mp3.c: (main):
15850         * gst/speed/filter.func:
15851         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15852         (speed_class_init), (speed_init), (speed_chain_int16),
15853         (speed_chain_float32), (speed_chain), (speed_set_property),
15854         (speed_get_property), (speed_change_state):
15855         * gst/speed/gstspeed.h:
15856           Fix speed element and make it chain-based (fixes #156467),
15857           and make it handle more than one channel.
15858
15859 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15860
15861         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15862         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15863         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15864         * ext/dts/gstdtsdec.h:
15865           Don't clobber the stack constructing the channels array.
15866           Make the element chain-based. DTS tracks can now be played.
15867           
15868 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15869
15870         * gst-libs/gst/audio/multichannel.h:
15871         * gst-libs/gst/gconf/gconf.h:
15872         * gst-libs/gst/idct/idct.h:
15873         * gst-libs/gst/media-info/media-info-priv.h:
15874         * gst-libs/gst/play/play.h:
15875         * gst-libs/gst/resample/private.h:
15876         * gst-libs/gst/resample/resample.h:
15877         * gst-libs/gst/riff/riff-ids.h:
15878         * gst-libs/gst/video/video.h:
15879         * gst-libs/gst/video/videosink.h:
15880           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15881           missing, so that they work when included from C++ code.
15882
15883 2005-02-09  David Schleef  <ds@schleef.org>
15884
15885         * testsuite/gst-lint: Check for non-statically scoped
15886           parent_class variables.  This won't be a problem once
15887           plugins are loaded with RTLD_LOCAL.
15888
15889 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15890
15891         * ext/mplex/gstmplexibitstream.cc:
15892           gcc madness.
15893
15894 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15895
15896         * ext/ogg/gstogmparse.c:
15897         * gst/debug/gstnavigationtest.c:
15898           Die, thou faulty symbol pollutors (non-static parent_class).
15899
15900 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15901
15902         * ext/mplex/gstmplexibitstream.cc:
15903           Fix event handling (#165525).
15904
15905 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15906
15907         * ext/mikmod/gstmikmod.c:
15908         * gst/modplug/gstmodplug.cc:
15909           Add missing endianness to template (fixes #165509).
15910
15911 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15912
15913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15914           Fix wrong order of reading of optional bytes (#165290).
15915
15916 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15917
15918         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15919           Implement FILLER event awareness.
15920
15921 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15922
15923         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15924           Fix track calculations (#166208).
15925
15926 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15927
15928         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15929
15930         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15931         * ext/libpng/gstpngenc.c:
15932           Fix byte-order, use proper fixed caps. Fixes #164197.
15933
15934 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15935
15936         * configure.ac:
15937           Add dvdlpcmdec 
15938
15939         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15940         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15941           Don't push buffers if the src pad isn't negotiated yet.
15942           
15943         * gst/audioconvert/gstaudioconvert.c:
15944         (gst_audio_convert_buffer_to_default_format),
15945         (gst_audio_convert_buffer_from_default_format):
15946           Add support for 24-bit width.
15947
15948         * gst/dvdlpcmdec/.cvsignore:
15949         * gst/dvdlpcmdec/Makefile.am:
15950         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15951         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15952         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15953         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15954         (plugin_init):
15955         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15956           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15957           format. Needs support for the channels maps if someone can find 
15958           a DVD LPCM track with > 2 channels.
15959
15960         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15961         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15962         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15963         * gst/mpegstream/gstdvddemux.h:
15964         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15965         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15966         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15967         * gst/mpegstream/gstmpegdemux.h:
15968         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15969         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15970         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15971         (gst_mpeg_parse_handle_src_query),
15972         (gst_mpeg_parse_handle_src_event):
15973           Use audio/x-dvd-lpcm for LPCM output.
15974           Add DTS output.
15975
15976 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15977
15978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15979
15980         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15981         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15982           Add BGRA handling (#165736).
15983
15984 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15985
15986         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15987
15988         * gst/law/alaw-decode.c: (alawdec_link):
15989         * gst/law/alaw-encode.c: (alawenc_link):
15990         * gst/law/mulaw-decode.c: (mulawdec_link):
15991         * gst/law/mulaw-encode.c: (mulawenc_link):
15992           Fix caps memleaks (#166600).
15993
15994 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15995
15996         * ext/tarkin/mem.h:
15997         * ext/tarkin/wavelet.h:
15998         * ext/tarkin/yuv.h:
15999         * gst/ffmpegcolorspace/avcodec.h:
16000           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16001           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16002
16003 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16004
16005         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16007         (gst_xvimagesink_change_state):
16008           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16009           Xv video (and thereby regenerate Xv colourkey) in clear() so
16010           that PLAY -> READY -> PLAY works (fixes #162504).
16011
16012 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16013
16014         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16015           Switch to list instead of range, since MJPEG-devices really just
16016           support decimations, not any size.
16017
16018 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16019         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16020         (gst_mpeg2dec_reset), (free_all_buffers),
16021         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16022         * ext/mpeg2dec/gstmpeg2dec.h:
16023           The libmpeg2 user-allocated buffer management is awkward, 
16024           to say the least. Hopefully this fixes things.
16025
16026 2005-02-04  Andy Wingo  <wingo@pobox.com>
16027
16028         * gst/audioconvert/bufferframesconvert.c
16029         (buffer_frames_convert_fixate): New function, fixates to 256
16030         frames per buffer by default. (Much better than 1.)
16031         (buffer_frames_convert_init): Set the fixate function for both src
16032         and sink pad.
16033         (buffer_frames_convert_link): After success setting nonfixed caps,
16034         get the negotiated caps so we can know how many buffer-frames it
16035         will be. No idea how this worked at all before.
16036
16037 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16038
16039         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16040         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16041         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16042         (handle_sequence), (handle_picture):
16043         * ext/mpeg2dec/gstmpeg2dec.h:
16044           Rearrange buffer tracking and refcounting and refactor
16045           a little for readability. 
16046
16047 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16048         * sys/v4l/gstv4l.c: (plugin_init):
16049         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16050         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16051         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16052         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16053         * sys/v4l/gstv4ljpegsrc.h:
16054         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16055         * sys/v4l/v4l_calls.h:
16056         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16057         (gst_v4lsrc_get_fps):
16058         * sys/v4l/v4lsrc_calls.h:
16059           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16060           you jpeg inside rgb frames" driver.
16061           Don't error in the v4lsrc link function, just return 
16062           REFUSED.
16063
16064 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16065
16066         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16067         (gst_qcamsrc_open):
16068           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16069
16070 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16071
16072         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16073           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16074
16075 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16076
16077         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16078           Reset negotiated state on PAUSED->READY.
16079
16080 2005-02-02  David Schleef  <ds@schleef.org>
16081
16082         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16083         whereever possible.  (Fixes #165997)
16084         * examples/capsfilter/capsfilter1.c: (main):
16085         * examples/dynparams/filter.c: (create_ui):
16086         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16087         * examples/seeking/chained.c: (main):
16088         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16089         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16090         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16091         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16092         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16093         * examples/switch/switcher.c: (main):
16094         * ext/dv/demo-play.c: (main):
16095         * ext/faad/gstfaad.c: (gst_faad_change_state):
16096         * ext/mad/gstmad.c: (gst_mad_chain):
16097         * ext/smoothwave/demo-osssrc.c: (main):
16098         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16099         (gst_gconf_render_bin_from_description),
16100         (gst_gconf_get_default_audio_sink),
16101         (gst_gconf_get_default_video_sink),
16102         (gst_gconf_get_default_audio_src),
16103         (gst_gconf_get_default_video_src),
16104         (gst_gconf_get_default_visualization_element):
16105         * gst/level/demo.c: (main):
16106         * gst/level/plot.c: (main):
16107         * gst/playback/gstplaybin.c: (gen_video_element),
16108         (gen_audio_element):
16109         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16110         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16111         * gst/sine/demo-dparams.c: (main):
16112         * gst/spectrum/demo-osssrc.c: (main):
16113         * gst/speed/demo-mp3.c: (main):
16114         * gst/volume/demo.c: (main):
16115         * testsuite/embed/embed.c: (main):
16116
16117 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16118
16119         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16120         (gst_tcpclientsink_finalize):
16121         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16122         (gst_tcpclientsrc_finalize):
16123         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16124         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16125         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16126         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16127           Don't leak the hostname when shutting down.
16128           In tcpserversrc, take a copy of the default hostname.
16129
16130 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16131
16132         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16133           Set caps to systemstream=TRUE.
16134
16135 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16136
16137         * testsuite/Makefile.am:
16138           Fix more OSX buildbots.
16139
16140 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16141
16142         * ext/mpeg2dec/gstmpeg2dec.c:
16143           Don't send things to NULL PAD_PEERs
16144
16145         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16146           Copy-on-write the incoming buffer.
16147
16148         * gst/mpegstream/gstdvddemux.h:
16149         * gst/mpegstream/gstmpegclock.h:
16150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16151         (normal_seek), (gst_mpeg_demux_handle_src_event):
16152         * gst/mpegstream/gstmpegdemux.h:
16153         * gst/mpegstream/gstmpegpacketize.h:
16154         * gst/mpegstream/gstmpegparse.c:
16155         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16156         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16157         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16158         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16159         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16160         * gst/mpegstream/gstmpegparse.h:
16161         * gst/mpegstream/gstrfc2250enc.h:
16162           Various changes to the way time is computed that make seeking and
16163           total time estimation much better here.
16164           Use G_BEGIN/END_DECLS instead of __cplusplus
16165
16166         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16167           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16168
16169 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16170
16171         * gst/subparse/gstsubparse.c:
16172           Fix OSX buildbot.
16173
16174 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16177         (theora_enc_chain), (theora_enc_change_state):
16178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16179         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16180         (gst_vorbisenc_change_state):
16181         * ext/vorbis/vorbisenc.h:
16182           Set granulepos and timestamp correctly for streams not
16183           starting at 0, taking into account the initial delay.
16184
16185 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16186
16187         * gst/mpegstream/gstdvddemux.c:
16188           Add audio/x-dts to audio pad template caps
16189
16190 2005-01-30  David Schleef  <ds@schleef.org>
16191
16192         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16193         (create_context), (gst_polypsink_link): Fix silly endianness
16194         bug.  Add some debugging.  Remove float from caps; it doesn't
16195         work.  Attempt to get remote audio working.
16196
16197 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16198
16199         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16200           Add 3IV2 fourcc.
16201
16202 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16203
16204         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16205         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16206         (gst_avi_demux_stream_data):
16207         * gst/avi/gstavidemux.h:
16208           Invert DIB images. Fixes #132341.
16209
16210 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16211
16212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16213         (gst_ffmpegcsp_chain):
16214           D'oh, reference the palette data, not the palette structure.
16215           Fixes color distortion in #132341.
16216
16217 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16218
16219         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16220           PAR can be non-fixed when not provided as argument (#162626).
16221
16222 2005-01-29  David Moore  <dcm@acm.org>
16223
16224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16225
16226         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16227         (gst_qtdemux_loop_header):
16228           Re-apply patch from #142272 that allows non-seekable sources,
16229           re-proposed by Daniel Drake <dsd@gentoo.org>.
16230
16231 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16232
16233         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16234           Use the src template for creating the src pad (#162330).
16235
16236 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16237
16238         * configure.ac:
16239         * ext/musepack/Makefile.am:
16240         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16241         (gst_musepackdec_init), (gst_musepackdec_dispose),
16242         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16243         (gst_musepack_stream_init), (gst_musepackdec_loop),
16244         (gst_musepackdec_change_state):
16245         * ext/musepack/gstmusepackdec.cpp:
16246         * ext/musepack/gstmusepackdec.h:
16247         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16248         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16249         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16250         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16251         * ext/musepack/gstmusepackreader.cpp:
16252         * ext/musepack/gstmusepackreader.h:
16253           Update to 1.1 API (#165446).
16254
16255 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16256
16257         * ext/Makefile.am:
16258           Unbreak buildbot.
16259
16260 2005-01-28  Andy Wingo  <wingo@pobox.com>
16261
16262         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16263         to reflect a different dubious internet source. Add a reference
16264         and some commentary.
16265
16266 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16267
16268         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16269         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16270         * gst/playback/gststreamselector.h:
16271           Be more selective when we're redoing caps negotiation from
16272           within the chain function on a stream change.
16273
16274 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16275
16276         * configure.ac:
16277         * ext/Makefile.am:
16278         * ext/amrnb/Makefile.am:
16279         * ext/amrnb/amrnb.c: (plugin_init):
16280         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16281         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16282         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16283         (gst_amrnbdec_state_change):
16284         * ext/amrnb/amrnbdec.h:
16285         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16286         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16287         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16288         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16289         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16290         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16291         * ext/amrnb/amrnbparse.h:
16292           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16293         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16294           Add AMR-NB/-WB raw formats.
16295         * ext/alsa/gstalsa.c: (gst_alsa_link):
16296           Keep valid time when changing format.
16297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16298         (qtdemux_parse_trak):
16299           Add some more format-specific options (#140141, #143555, #155163).
16300
16301 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16302
16303         * gst/matroska/matroska-demux.c:
16304         (gst_matroska_demux_parse_blockgroup):
16305           Fix logic error in timing of subtitle stream synchronization.
16306         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16307           Add skip-chunk, which is found in kodak-camera streams.
16308
16309 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16310
16311         * po/LINGUAS:
16312         * po/vi.po:
16313           Adding Vietnamese translation (submitted by Clytie Siddall)
16314
16315 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16316
16317         * gst/playback/gstdecodebin.c: (try_to_link_1):
16318           Use realpad for signal.
16319
16320 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16321
16322         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16323           Fix category so decodebin picks it up.
16324
16325 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16326
16327         * ext/mad/Makefile.am:
16328         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16329         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16330         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16331         (found_type), (gst_id3demux_bin_change_state):
16332         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16333         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16334         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16335         (gst_id3_tag_change_state), (plugin_init):
16336         * ext/mad/gstmad.h:
16337           Add id3demuxbin (which is a simple bin consisting of id3demux
16338           and typefind), take over rank from id3demux, remove typefind
16339           code from id3demux. Makes all broken mp3s that I know of work,
16340           and thereby fixes #152688.
16341
16342 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16343
16344         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16345
16346         * ext/mad/gstmad.c: (gst_mad_src_event):
16347         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16348           Allow seeks on audio pad, make mad forward those (#164826).
16349         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16350           Set duration (#165335).
16351
16352 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16353
16354         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16355         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16356         (gst_asf_demux_process_ext_content_desc),
16357         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16358         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16359         * gst/asfdemux/gstasfdemux.h:
16360           Improve metadata display, e.g. if the metadata comes before the
16361           streams are loaded (which is perfectly valid).
16362
16363 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16364
16365         * tools/gst-launch-ext-m.m:
16366           Fix AVI/ASF pipelines (#165340).
16367
16368 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16369         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16370         build failure on amd64
16371
16372 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16373
16374         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16375         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16376           Check environment variables GST_ID3V2_TAG_ENCODING,
16377           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16378           list of character encodings to force interpretation of non-unicode
16379           strings stored in an ID3v2 tag to a particular encoding. If none
16380           is specified, try to use current locale's encoding, then fall back
16381           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16382         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16383         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16384           Check environment variables GST_ID3V1_TAG_ENCODING,
16385           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16386           list of character encodings to use in case a string encountered
16387           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16388           specified, try to use the current locale's encoding, then fall
16389           back to ISO-8859-1 (which will always succeed).
16390
16391 2005-01-25  Benjamin Otte  <otte@gnome.org>
16392
16393         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16394           - on half framerate, compute the rate in advance so the comparisons
16395             don't compare wrong values
16396           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16397             behaviour
16398           - don't use mad_header_decode anymore, mad_frame_decode does that
16399             automatically
16400           - when getting rid of consumed bytes, reset the stream's skiplen
16401           (fixes #163867)
16402
16403 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16404
16405         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16406           Use 1/2 a second for default max_discont, as PES streams from DVB
16407           seem to have larger spacings in the SCR. 
16408           Fix a typo.
16409
16410 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16411
16412         * gst/playback/gstplaybasebin.c: (group_commit):
16413           Notify delayed stream-info availability.
16414
16415 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16416         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16417         (gst_a52dec_handle_event), (gst_a52dec_chain):
16418         Add some debug output. Check that a discont has a valid
16419         time associated.
16420         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16421         (gst_alsa_sink_loop):
16422         Ignore TAG events. A little extra debug for broken timestamps.
16423         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16424         (dvdnavsrc_change_state):
16425         Ensure we send a discont to engage the link before we send any
16426         other events.
16427         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16428         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16429         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16430         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16431         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16432         dvd://title works in totem because typefinding sends a seek that ends
16433         up going back to chapter 1 regardless.
16434         * ext/mpeg2dec/gstmpeg2dec.c:
16435         * ext/mpeg2dec/gstmpeg2dec.h:
16436         Output correct timestamps and handle disconts.
16437         * ext/ogg/gstoggdemux.c: (get_relative):
16438         Small guard against a null dereference.
16439         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16440         (gst_textoverlay_set_property):
16441         Free memory when done. Don't call gst_event_filler_get_duration on
16442         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16443         g_warning.
16444         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16445         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16446         (gst_sw_srclink), (gst_smoothwave_chain):
16447         Draw solid lines, prettier colours.
16448         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16449         Add a default palette that'll work for some movies.
16450         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16451         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16452         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16453         * gst/mpegstream/gstdvddemux.h:
16454         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16455         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16456         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16457         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16458         * gst/mpegstream/gstmpegparse.h:
16459         Use PTM/NAV events when for timestamp adjustment when connected to 
16460         dvdnavsrc. Don't use many discont events where one suffices.
16461         * gst/playback/gstplaybasebin.c: (group_destroy),
16462         (gen_preroll_element), (gst_play_base_bin_add_element):
16463         * gst/playback/gstplaybasebin.h:
16464         Make sure we remove subtitles from the same bin we put them in.
16465         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16466         (gst_subparse_buffer_format_autodetect),
16467         (gst_subparse_change_state):
16468         Fix some memleaks and invalid accesses.
16469         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16470         (oggskel_type_find), (cmml_type_find), (plugin_init):
16471         Some typefind functions for Annodex v3.0 files
16472         * gst/wavparse/gstwavparse.h:
16473         GstRiffReadClass is the correct parent class.
16474
16475 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16476
16477         * gst-libs/gst/riff/riff-media.c:
16478         (gst_riff_create_video_caps_with_data):
16479           Add extradata to huffyuv (fixes #165013).
16480         * gst-libs/gst/riff/riff-read.c:
16481         (gst_riff_read_strf_vids_with_data):
16482           Fix extradata extraction if it is in the chunk size.
16483
16484 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16485
16486         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16487
16488         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16489         (gst_quarktv_change_state), (gst_quarktv_dispose):
16490           Memory free'ing location fix (#164708).
16491
16492 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16493
16494         * gst/playback/gstplaybasebin.c: (group_commit),
16495         (gen_preroll_element), (probe_triggered), (gen_source_element),
16496         (setup_source), (gst_play_base_bin_change_state),
16497         (gst_play_base_bin_add_element):
16498           Don't block for streams.
16499         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16500         (gst_stream_info_set_mute):
16501           Use gst_pad_set_active_recursive.
16502
16503 2005-01-25  Andy Wingo  <wingo@pobox.com>
16504
16505         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16506         for #ifndef HAVE_XVIDEO.
16507
16508 2005-01-24  Jeffrey C. Ollie
16509
16510         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16511
16512         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16513         * ext/gsm/gstgsmdec.h:
16514         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16515         * ext/gsm/gstgsmenc.h:
16516         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16517         was given by property. Add proper buffer timestamps and offsets.
16518
16519 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16520
16521         * gst-libs/gst/riff/riff-media.c:
16522         (gst_riff_create_audio_caps_with_data):
16523           Audio can be <8000Hz.
16524
16525 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16526
16527         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16528           Explicit state change to workaround refcount bugs.
16529
16530 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16531
16532         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16533         (gst_avimux_riff_get_avi_header):
16534           Fix...
16535
16536 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16537
16538         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16539         (gst_riff_read_element_data):
16540         * gst-libs/gst/riff/riff-read.h:
16541           Add _peek version (req'ed in CDXA).
16542         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16543         (gst_cdxaparse_loop):
16544           Fix parsing in playbin.
16545         * gst/playback/gstdecodebin.c: (close_pad_link):
16546           Ignore current_ pads, they cause major annoyance.
16547
16548 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16549
16550         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16551           Safety guard.
16552
16553 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16554
16555         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16556           Fix padding...
16557
16558 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16559
16560         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16561           Allow for 0-sized buffers. Fixes length query problems in
16562           starwars.mkv from the testsuite.
16563
16564 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16567         (gst_video_box_i420), (gst_video_box_chain):
16568           Fix row strides for I420 (fixes #163159)
16569           
16570 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16573           MPEG2 has a useful rate property, so we can actually use that.
16574           For MPEG-1, continue using the bytes/time properties.
16575
16576 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16577
16578         * gst-libs/gst/riff/riff-media.c:
16579         (gst_riff_create_video_caps_with_data),
16580         (gst_riff_create_video_template_caps):
16581           Add intel-h263.
16582
16583 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16586           Fail if caps negotiation fails. Should fix #162184, and should
16587           definately be in there regardless of it fixing the actual bug.
16588         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16589         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16590         (gst_avimux_riff_get_avix_header),
16591         (gst_avimux_riff_get_video_header),
16592         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16593         (gst_avimux_start_file), (gst_avimux_handle_event),
16594         (gst_avimux_change_state):
16595         * gst/avi/gstavimux.h:
16596           Refactor structure writing to use GST_WRITE_UINT macros, add
16597           metadata writing support.
16598
16599 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16600
16601         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16602           Elements may already be destroyed when this function is called.
16603
16604 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16605
16606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16607         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16608           More memory leak fixes (#149162).
16609
16610 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16613         (gst_qtdemux_add_stream):
16614           Fix two memleaks.
16615
16616 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16617
16618         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16619           Argh...
16620
16621 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16622
16623         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16624           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16625           when fixating to six channels in Totem.
16626
16627 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16630           Fix compile warnings on Solaris 10 buildbot
16631
16632 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16633
16634         * ext/dvdread/dvdreadsrc.c: (_read):
16635           Don't read beyond the last cell in a chapter (fixes 
16636           invalid memory access)
16637
16638 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16639
16640         * ext/dvdread/stream_labels.c:
16641         (dvdreadsrc_get_audio_stream_labels):
16642           Use NULL for an empty GList instead of g_list_alloc(); fix 
16643           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16644           of GString (easier to bulk free later)
16645
16646 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16647
16648         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16649
16650         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16651         (gst_ffmpeg_pixfmt_to_caps):
16652           Fix BGRA32 caps (#164209).
16653
16654 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16655
16656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16657
16658         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16659         (gst_ffmpeg_caps_to_pixfmt):
16660           alpha_mask can be RGBA/ABGR. Fixes #164265.
16661
16662 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16663
16664         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16665
16666         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16667         (gst_mpeg2dec_alloc_buffer):
16668         * ext/mpeg2dec/gstmpeg2dec.h:
16669           Crop if decoding size is not the actual image size (#163676).
16670
16671 2005-01-17  Steve Baker  <steve@stevebaker.org>
16672
16673         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16674
16675         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16676         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16677           Add libsndfile typefind functions (#163309).
16678
16679 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16680
16681         * tools/gst-launch-ext-m.m:
16682           Add .aac, fix .m1v/.m2v (#163891).
16683
16684 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16685
16686         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16687           Sanity check, don't wait endlessly since the clock might not
16688           actually run at this point (which is a deadlock). Fixes #164069.
16689
16690 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16691
16692         * gst/playback/gstplaybasebin.c: (probe_triggered):
16693           Of course, only pause if group is done...
16694
16695 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16696
16697         * gst/playback/gstplaybasebin.c: (probe_triggered):
16698           Thread safety.
16699
16700 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16701
16702         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16703           Don't return state change success when the parent
16704           failed.
16705
16706 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16707
16708         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16709           Free events (fix memleak in #162905).
16710
16711 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16712
16713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16714
16715         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16716         (gst_ffmpeg_caps_to_pixfmt):
16717           Fix for depth = 15. Fixes #161675.
16718
16719 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16720
16721         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16722           Set FPS correctly, even for webcams and the like.
16723         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16724           Don error on setting while capturing.
16725
16726 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16727
16728         * ext/dv/gstdvdec.c:
16729         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16730         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16731           I'm a bad boy. using /1001. to force C to do float division
16732           and not integer division (as it did in my last commit)
16733           Thanks to David I. Lehn for pointing this mistake.
16734
16735 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16736
16737         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16738           Revert Johan's 1.35->1.36 since it breaks compat.
16739
16740 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16741
16742         * ext/dv/gstdvdec.c:
16743         * ext/libfame/gstlibfame.c:
16744         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16745         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16746           replace framerate aproximations by their real value
16747           (24000/1001, 30000/1001, 60000/1001)
16748           Finish fixing bug #164049
16749
16750 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16751
16752         * ext/ogg/gstoggmux.c:
16753           eos/bos debugging
16754         * gst/tcp/gstmultifdsink.c:
16755         * gst/tcp/gstmultifdsink.h:
16756         * gst/tcp/gsttcp.c:
16757         * gst/tcp/gsttcp.h:
16758         * gst/tcp/gsttcpclientsink.c:
16759         * gst/tcp/gsttcpclientsrc.c:
16760         * gst/tcp/gsttcpserversink.c:
16761         * gst/tcp/gsttcpserversrc.c:
16762           improve reusability of elements after state changes and errors
16763           make multifdsink throw away streamheaders when receiving new ones
16764
16765 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16766
16767         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16768           Fix for if items are already in list...
16769
16770 2005-01-12  Benjamin Otte  <otte@gnome.org>
16771
16772         * gst/adder/gstadder.c: (gst_adder_loop):
16773           fix adder a bit so it doesn't screw up with events as much anymore
16774
16775 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16776
16777         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16778         (pixbufscale_scale), (gst_pixbufscale_chain):
16779         * ext/gdk_pixbuf/pixbufscale.h:
16780           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16781           to ensure rowstrides are calculated the same way as 
16782           ffmpegcolorspace
16783           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16784           that we pick up duration and offset also.
16785
16786 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16787
16788         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16789         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16790           Reusability fixes.
16791
16792 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16793
16794         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16795         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16796         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16797         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16798           Update flags when requested.
16799
16800 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16801
16802         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16803           Fix dmix.
16804
16805 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16806
16807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16808         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16809         (probe_triggered), (new_decoded_pad), (gen_source_element),
16810         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16811         * gst/playback/gstplaybasebin.h:
16812         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16813         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16814         (gst_play_bin_change_state):
16815           Implement group-switch signal for use in apps to clear metadata
16816           cache, clean up subtitle, add suburi property instead of # hack,
16817           some error-out fixes.
16818
16819 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16820
16821         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16822           Debug.
16823         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16824           If we got a state change in the _get handler, don't return success.
16825
16826 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16827
16828         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16829         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16830           Make jpegdec quiet on MJPEG decoding
16831         * gst/asfdemux/README:
16832           Fix mimetypes for MJPEG and H263
16833
16834 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16835
16836         * ext/theora/theoradec.c: (theora_dec_chain):
16837           Fix broken code generation by gcc by swapping arguments.
16838         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16839           Fix \n in debug.
16840
16841 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16842
16843         * TODO:
16844           delete this file, it is by far outdated
16845         * ext/alsa/gstalsa.1: remove
16846         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16847         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16848         (gst_alsa_get_caps):
16849           Add HW probing for supported sample rates. Fixes #161704
16850
16851 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16854           Don't crash, biatch! :).
16855
16856 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16857
16858         * ext/musepack/gstmusepackreader.cpp:
16859         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16860           Some work on tags - still doesn't work in playbin...
16861         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16862           Handle events...
16863
16864 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16865
16866         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16867           Also shove tags on kid pads.
16868
16869 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16870
16871         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16872           Don't bail on unknown events.
16873         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16874           Don't crash on events before negotiation.
16875         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16876           Send tags on pads, too.
16877         * gst/playback/gststreamselector.c:
16878         (gst_stream_selector_request_new_pad):
16879           Forward events on first pad if no input was selected yet.
16880
16881 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16882
16883         * gst/playback/gstplaybasebin.c: (setup_substreams):
16884           Don't disable streamtype if the stream doesn't exist, since
16885           then playing a video after audio will disable both and nothing
16886           will happen. Fixes the testsuite.
16887
16888 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16889
16890         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16891         (gst_v4l_xoverlay_set_xwindow_id):
16892         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16893         (gst_v4l2_xoverlay_set_xwindow_id):
16894           Add debug categories, fix overlay disabling.
16895
16896 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16897
16898         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16899         * ext/alsa/gstalsa.h:
16900           Add HW probing for period_count/size and buffer_size MIX/MAX
16901           Adjust default/user defined value if out of bounds
16902           Should fix bug #162024
16903
16904 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16907           Fix warning (#161191).
16908
16909 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16910
16911         * ext/dvdread/stream_labels.c:
16912         (dvdreadsrc_get_audio_stream_labels):
16913           Fix warning (init the good variable in switch default)
16914
16915 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16916
16917         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16918
16919         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16920           Fix gcc-2.95 compile (#163485).
16921
16922 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16923
16924         * configure.ac:
16925         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16926         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16927         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16928         (gst_flacenc_change_state):
16929         * ext/flac/gstflacenc.h:
16930           Update for API change in flac-1.1.1. Update requirement in
16931           configure.ac. Fixes #162974.
16932
16933 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16934
16935         * gst/playback/gstplaybasebin.c: (group_destroy):
16936           Remove hack to get rid of assert and get rid of unlinked
16937           signals properly.
16938
16939 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16940
16941         * gst/playback/gstplaybasebin.c: (setup_source):
16942           Set source to NULL so that resources are free'ed. Fixes issues
16943           with playback of CDDA and similar device-accessing things.
16944
16945 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16946
16947         * testsuite/embed/Makefile.am:
16948           test->noinst, fix make test in buildbot.
16949
16950 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16951
16952         * ext/dvdread/stream_labels.c: new file
16953         * ext/dvdread/stream_labels.h: new file
16954         * ext/dvdread/Makefile.am:
16955         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16956           Extract audio stream label from DVD IFO files.
16957           It only dump them on the console for now, still have to
16958           make playbin aware of them.
16959
16960 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16961
16962         * gst/playback/gstplaybasebin.c: (setup_source):
16963           Fix hanging subs.
16964
16965 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16966
16967         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16968         (gen_preroll_element), (remove_groups), (setup_subtitle),
16969         (gen_source_element), (setup_source):
16970         * gst/playback/gstplaybasebin.h:
16971           Multiple .sub files is just a stupid idea... Fix some threading
16972           mistakes. Interestingly, external .sub files cause playbin to
16973           hang, I don't know why... Parsing fixes contributed by Fran??ois
16974           Kooman <fkooman@tuxed.net>.
16975
16976 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16977
16978         * testsuite/embed/Makefile.am:
16979           Fix buildbot.
16980
16981 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16982
16983         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16984
16985         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16986         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16987         (gst_pngenc_set_property):
16988         * ext/libpng/gstpngenc.h:
16989           Add compression level property (#163323).
16990
16991 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16992
16993         * configure.ac:
16994         * examples/capsfilter/capsfilter1.c: (main):
16995         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16996         * ext/dvdread/Makefile.am:
16997         * ext/dvdread/demo-play:
16998         * ext/dvdread/demo-play.c:
16999         * gconf/gstreamer.schemas.in:
17000         * gst-libs/gst/gconf/gconf.c:
17001         * sys/v4l/TODO:
17002         * testsuite/Makefile.am:
17003         * testsuite/embed/Makefile.am:
17004         * testsuite/embed/embed.c: (cb_expose), (main):
17005           Remove all references to xvideosink, fix examples (#140845).
17006         * gst/playback/gstplaybasebin.c: (group_destroy):
17007           Apparently, disposal does not unlink - so do explicitely.
17008         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17009           Add debug.
17010
17011 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17012
17013         * README: fix PKG_CONFIG_PATH instructions, what was there
17014         previously was breaking default search path, not nice. 
17015         Fixes #163358
17016
17017 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17018
17019         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17020         (gst_audioscale_chain):
17021           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17022           when resampling - how the ^@$^!@^! is this possible?!?
17023
17024 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17027           Reset variables on READY.
17028         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17029         (gst_matroska_mux_loop):
17030           Require data before writing header.
17031
17032 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17033
17034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17035
17036         * ext/mad/gstmad.c: (gst_mad_chain):
17037           Don't call mad_stream_sync() directly after recovering sync.
17038           Fixes #151661.
17039
17040 2005-01-09  Martin Eikermann  <meiker@upb.de>
17041
17042         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17043
17044         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17045         (snapshot_handler), (gst_snapshot_sinkconnect),
17046         (gst_snapshot_chain):
17047           Allocate resources when required, fix recursive signal emission
17048           and fix caps. Fixes #161667.
17049
17050 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17051
17052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17053
17054         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17055         (gst_pngdec_chain):
17056           Handle only 8-bppc (bits-per-pixel-component) images, better
17057           error handling and correct strides. Fixes #163177.
17058         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17059         (gst_pngenc_chain):
17060           Better error handling. Fixes #163348.
17061
17062 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17063
17064         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17065         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17066         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17067         (dvdnavsrc_uri_handler_init):
17068           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17069         * gst/playback/gstplaybasebin.c: (gen_source_element):
17070           Add MMS to streaming URIs.
17071
17072 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17073
17074         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17075         * sys/xvimage/xvimagesink.c:
17076         (gst_xvimagesink_navigation_send_event):
17077           Check for pad availability before sending event.
17078
17079 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17080
17081         * gst-plugins.spec.in:
17082           Add subparse.
17083
17084 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17085
17086         * configure.ac:
17087           Since we use functions from CVS, up requirement.
17088
17089 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17090
17091         * gst/playback/Makefile.am:
17092         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17093         (group_destroy), (group_commit), (group_is_muted),
17094         (gen_preroll_element), (add_stream), (unknown_type),
17095         (probe_triggered), (preroll_unlinked), (mute_stream),
17096         (silence_stream), (new_decoded_pad), (setup_substreams),
17097         (setup_source), (get_active_source), (mute_group_type),
17098         (muted_group_change_state), (set_active_source),
17099         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17100         (play_base_eos), (gst_play_base_bin_change_state):
17101         * gst/playback/gstplaybasebin.h:
17102         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17103         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17104         (gst_stream_info_dispose), (stream_info_mute_pad),
17105         (stream_info_change_state), (gst_stream_info_set_mute):
17106         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17107         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17108         (gst_stream_selector_init), (gst_stream_selector_dispose),
17109         (gst_stream_selector_get_linked_pad),
17110         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17111         (gst_stream_selector_get_linked_pads),
17112         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17113         * gst/playback/gststreamselector.h:
17114           Adding stream selection support plus required properties for
17115           applications to use this. Fully fixes #100931.
17116
17117 2005-01-08  Benjamin Otte  <otte@gnome.org>
17118
17119         * gst/games/gstpuzzle.c: (nav_event_handler):
17120           - handle nav events differently: forward every event no matter if it
17121             was handled or not.
17122           - translate events
17123           You can now cheat by using navigationtest ! puzzle and moving the
17124           mouse close to the edge of a tile. ;)
17125
17126 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17127
17128         * configure.ac:
17129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17130         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17131         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17132         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17133         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17134         (gst_ogm_parse_plugin_init):
17135         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17136         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17137         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17138         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17139         * ext/pango/gsttextoverlay.h:
17140         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17141         (gst_matroska_demux_handle_seek_event),
17142         (gst_matroska_demux_sync_streams),
17143         (gst_matroska_demux_parse_blockgroup),
17144         (gst_matroska_demux_subtitle_caps),
17145         (gst_matroska_demux_plugin_init):
17146         * gst/matroska/matroska-ids.h:
17147         * gst/playback/gstdecodebin.c: (close_pad_link):
17148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17149         (gen_preroll_element), (remove_groups), (add_stream),
17150         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17151         (setup_source):
17152         * gst/playback/gstplaybasebin.h:
17153         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17154         * gst/subparse/Makefile.am:
17155         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17156         (gst_subparse_base_init), (gst_subparse_class_init),
17157         (gst_subparse_init), (gst_subparse_formats),
17158         (gst_subparse_eventmask), (gst_subparse_event),
17159         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17160         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17161         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17162         (parse_mpsub_deinit), (parse_mpsub_init),
17163         (gst_subparse_buffer_format_autodetect),
17164         (gst_subparse_format_autodetect), (gst_subparse_loop),
17165         (gst_subparse_change_state), (gst_subparse_type_find),
17166         (plugin_init):
17167         * gst/subparse/gstsubparse.h:
17168         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17169         (plugin_init):
17170           Add subtitle support, .sub parser (supports SRT and MPsub),
17171           OGM text support, Matroska UTF-8 text support, deadlock fixes
17172           all over the place, subtitle awareness in decodebin/playbin
17173           and some fixes to textoverlay to handle subtitles in a stream
17174           correctly. Fixes #100931.
17175
17176 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17177
17178         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17179           Check for pad availability before doing a query on it.
17180
17181 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17182
17183         * ext/dv/gstdvdec.c:
17184           really fix bpp24/32 dvdec caps (classic rgba indeed)
17185         * gst/asfdemux/gstasfdemux.c:
17186         (gst_asf_demux_process_ext_content_desc):
17187           don't send text tags if they are empty (bis repetita)
17188
17189 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17190
17191         * ext/dv/gstdvdec.c:
17192          remove unneeded comment from dvdec
17193           (related to DV 4CC codes in AVI files)
17194           moved them in gstreamer/docs/random/mimetypes
17195         * gst/asfdemux/gstasfdemux.c:
17196         (gst_asf_demux_process_ext_content_desc):
17197          don't send text tags if they are empty
17198          fix mem leak on error path
17199         * gst/ffmpegcolorspace/avcodec.h:
17200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17201         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17202         (gst_ffmpegcsp_avpicture_fill):
17203         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17204         * gst/ffmpegcolorspace/imgconvert_template.h:
17205          adds BGR32 and BGRA32 to ffmpegcolorspace
17206           (still bad colors, fixing it on next commit)
17207           helps with dvdec outputing BGR32
17208
17209 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17210
17211         * ext/dv/gstdvdec.c:
17212          Fix audio caps i just broke (missing ',')
17213         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17214         (gst_matroska_mux_reset):
17215          Fix typo + add FIXME about old "x-gst-metadata" crap
17216
17217 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17218
17219         * ext/dv/demo-play.c: (main):
17220          xvideosink -> xvimagesink
17221         * ext/dv/gstdvdec.c:
17222          change rgb 32/32 caps to 24/32 (no alpha)
17223          change nb of channels to be a list (2 or 4, not 2)
17224          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17225         * gst/asfdemux/gstasfdemux.c:
17226         (gst_asf_demux_process_ext_content_desc):
17227          Add 'date/year' to extracted metadata list
17228
17229 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17230
17231         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17232           The return value of fixate_to does not imply that the requested
17233           value was set, so don't assume.
17234
17235 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17236
17237         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17238
17239         * ext/libpng/gstpngdec.c:
17240         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17241         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17242         * ext/libpng/gstpngenc.h:
17243           Alpha support (encoder; #163161), mime fixage.
17244
17245 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17246
17247         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17248
17249         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17250         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17251         (gst_faac_set_property), (gst_faac_get_property):
17252         * ext/faac/gstfaac.h:
17253           Allow for ADTS output (#153434).
17254
17255 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17256
17257         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17258           Fix against template (#150576).
17259
17260 2005-01-06  Benjamin Otte  <otte@gnome.org>
17261
17262         * gst/games/gstpuzzle.c: (draw_puzzle):
17263           don't draw a puzzle if either width or height of tiles would be 0.
17264
17265 2005-01-06  Benjamin Otte  <otte@gnome.org>
17266
17267         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17268         (gst_puzzle_class_init), (gst_puzzle_finalize):
17269           no memleaks, please
17270         (gst_puzzle_create), (gst_puzzle_init),
17271         (gst_puzzle_set_property), (gst_puzzle_setup):
17272           change initialization code around so we don't reshuffle on resize
17273         (draw_puzzle):
17274           fix another stupid typo
17275
17276 2005-01-06  Benjamin Otte  <otte@gnome.org>
17277
17278         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17279           fix stupid typo that borked copying on YUY2
17280
17281 2005-01-06  Benjamin Otte  <otte@gnome.org>
17282
17283         * gst/games/gstpuzzle.c: (draw_puzzle):
17284           fix edges when image sizes aren't multiples of tile sizes
17285
17286 2005-01-06  Benjamin Otte  <otte@gnome.org>
17287
17288         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17289           make RGB endianness work correctly
17290         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17291           refactor and fix race with initial shuffling
17292         (nav_event_handler):
17293           allow using the mouse to puzzle
17294         (draw_puzzle):
17295           insist on tiles having width and height as multiples of 4 to get
17296           clean YUV image handling
17297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17298         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17299           s/DEBUG/LOG/ for common messages
17300         (gst_xvimagesink_navigation_send_event):
17301           fix mouse event translation to not include screen PAR
17302         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17303           fix mouse event translation to actually work
17304
17305 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17306
17307         * gst/asfdemux/gstasfdemux.c:
17308         (gst_asf_demux_process_ext_content_desc):
17309          Extract TrackNumber metadata + clean up code
17310         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17311          Hope this is the good fix (var used unitialised)
17312
17313 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17314
17315         * ext/faad/gstfaad.c: (gst_faad_chain):
17316           Only increment timestamp if it's valid. Fixes raw AAC streams.
17317
17318 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17319
17320         * configure.ac:
17321         * gst/games/Makefile.am:
17322         * gst/games/gstpuzzle.c:
17323           add a puzzle game with...
17324         * gst/games/gstvideoimage.c:
17325         * gst/games/gstvideoimage.h:
17326           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17327           from videotestsrc and made into something that would be a nice
17328           library for a lot of other plugins.
17329
17330 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17331
17332         * configure.ac:
17333          don't compile faad plugin if a RC of 2.0 is found
17334          Fixes #155346 (and FC1 buildbot)
17335         * gst/asfdemux/gstasfdemux.c:
17336         (gst_asf_demux_process_ext_content_desc):
17337          try to make Solaris compiler happier
17338
17339 2005-01-06  Paul Jack  <pjack@sfaf.org>
17340
17341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17342
17343         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17344           Fix segfault (#161667).
17345
17346 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17347
17348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17349           Fix framerate reporting.
17350
17351 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17352
17353         * gst-libs/gst/riff/riff-ids.h:
17354         * gst/wavenc/riff.h:
17355          Add AMR (VBR and CBR) ids to riff.h audio codec list
17356         * gst/asfdemux/gstasfdemux.c:
17357         (gst_asf_demux_process_ext_content_desc),
17358         (gst_asf_demux_process_object):
17359           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17360
17361 2005-01-05  Martin Eikermann  <meiker@upb.de>
17362
17363         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17364
17365         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17366         (gst_dvd_demux_handle_discont):
17367         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17368         (gst_mpeg_demux_handle_discont):
17369           Recreate pads on new-media (#160730).
17370         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17371           Send discont even if manager changes timestamps (#161929).
17372
17373 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17374
17375         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17376
17377         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17378           Fix invalid memory access (#159211).
17379
17380 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17381
17382         * examples/gstplay/player.c: (main):
17383           Don't iterate.
17384         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17385           Add visualizations.
17386         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17387         (gst_a52dec_handle_frame):
17388           Set duration.
17389         * ext/dvdnav/gst-dvd:
17390           Add audioconvert. Fixes #161325.
17391         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17392           Explicitely case to gint64. Possible valgrind error.
17393         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17394         (gst_play_tick_callback), (gst_play_change_state),
17395         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17396         (gst_play_set_location), (gst_play_get_location),
17397         (gst_play_seek_to_time), (gst_play_set_data_src),
17398         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17399         (gst_play_set_visualization), (gst_play_connect_visualization),
17400         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17401         (gst_play_new):
17402           Use playbin. Fixes #139749 and #147744.
17403         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17404           Add genre tag.
17405         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17406         (audioscale_get_type), (gst_audioscale_base_init),
17407         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17408         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17409         (gst_audioscale_link), (gst_audioscale_get_buffer),
17410         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17411         (gst_audioscale_init), (gst_audioscale_dispose),
17412         (gst_audioscale_chain), (gst_audioscale_set_property),
17413         (gst_audioscale_get_property), (plugin_init):
17414           Indent properly.
17415         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17416           Fix LPCM.
17417         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17418         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17419         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17420           Add more metadata (fixes #162656).
17421
17422 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17423
17424         * configure.ac:
17425           back to cvs
17426
17427 === release 0.8.7 ===
17428
17429 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17430
17431         * NEWS:
17432         * RELEASE:
17433         * configure.ac:
17434           releasing 0.8.7, "Hyperspace"
17435
17436 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17437
17438         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17439
17440         * gst/playback/gstplaybasebin.c:
17441          Fix for #162924 - free caps after use, not before
17442
17443 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17444
17445         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17446
17447         * gst/playback/gstplaybasebin.c:
17448         * gst/wavparse/gstwavparse.c:
17449           Fix for #154773 - fixes playback of small .wav files
17450
17451 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17452
17453         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17454
17455         * gst/audioscale/gstaudioscale.c:
17456           Fix for #162819 - make audioscale reusable
17457           Fixes playback of more than one file with playbin/totem
17458
17459 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17460
17461         * gst/ffmpegcolorspace/avcodec.h:
17462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17463         * gst/ffmpegcolorspace/imgconvert.c:
17464           clean up the mess that made me cry and avoid needless duplication
17465
17466 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17467
17468         * gst/ffmpegcolorspace/imgconvert.c:
17469           give some indication of why we're segfaulting
17470
17471 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17472
17473         * configure.ac:
17474           Fix indentation, fix v4l2 plugin detection.
17475         * ext/Makefile.am:
17476           Fix libmms location (Maciej, use diff -u!).
17477         * ext/alsa/gstalsa.c: (gst_alsa_init):
17478           Initialize caps cache to NULL.
17479         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17480           Only change state on audiosink if it exists.
17481
17482 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17483
17484         * gst/matroska/matroska-demux.c:
17485         * gst/matroska/matroska-ids.h:
17486         * gst/matroska/matroska-demux.h:
17487         Fix Vorbis streams failing to decode in some files, where cluster_time
17488         isn't 0, because then it doesn't send codec_priv before actual data.
17489         Remove time-based test and replace it with marker set on beginning of
17490         new stream
17491
17492 2004-12-28  David Schleef  <ds@schleef.org>
17493
17494         Merge patch from Ronald fixing problems with streaming
17495         text.
17496         * ext/cairo/gstcairo.c: (plugin_init):
17497         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17498         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17499         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17500         (gst_textoverlay_font_init), (gst_textoverlay_init),
17501         (gst_textoverlay_set_property):
17502         * ext/cairo/gsttextoverlay.h:
17503
17504 2004-12-27  David Schleef  <ds@schleef.org>
17505
17506         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17507         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17508         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17509         (gst_textoverlay_font_init), (gst_textoverlay_init),
17510         (gst_textoverlay_set_property): Improvements to actually
17511         render text as white on black outline on video, including
17512         font selection and horizontal/vertical alignment.  (Ronald's
17513         christmas present)
17514         * ext/cairo/gsttextoverlay.h:
17515
17516 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17517
17518         * ext/ogg/gstogg.c:
17519         * ext/ogg/gstogmparse.c:
17520           fix ogm[audio/video]parse plugin registration
17521           (riff won't load if bytestream is already loaded)
17522
17523 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17524
17525         * gst/audioconvert/gstchannelmix.c:
17526           fix for GLIB < 2.4
17527
17528 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17529
17530         * Makefile.am:
17531         * configure.ac:
17532           disable docs again until it actually passes make distcheck.
17533
17534 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17535
17536         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17537         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17538         (plugin_init):
17539           Add 3GP (variables name Q3GP because they can't start with a
17540           number). Add samr audio fourcc (used in .3gp files), decoder
17541           is work in progress. Also do a GST_WARNING instead of ERROR
17542           in case of unknown nodes, to decrease output.
17543
17544 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17545
17546         * Makefile.am:
17547           really fix dist
17548
17549 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17550
17551         * configure.ac:
17552         * ext/speex/gstspeexdec.h:
17553         * ext/speex/gstspeexenc.h:
17554           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17555           Fix detection code in configure.ac
17556
17557 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17558
17559         * gst/matroska/matroska-demux.c:
17560         (gst_matroska_demux_parse_blockgroup):
17561           Save position, so that queries give proper return values. Don't
17562           know how this could ever have worked before...
17563
17564 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17565
17566         * configure.ac:
17567           Put additional LAME check inside the conditional.  Fixes #152339
17568
17569 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17570
17571         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17572         (gst_avi_demux_stream_scan):
17573           Add some more debug. Fix logic error when setting movi offset
17574           while reading index.
17575
17576 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17577
17578         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17579         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17580         (gst_avi_demux_process_next_entry):
17581           Add some debugging. Better detection of broken indexes and the
17582           accompanying index recovery. No infinite loops on state changes
17583           when we're still in our loopfunction.
17584
17585 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17586
17587         * configure.ac:
17588           Fix up.
17589
17590 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17591
17592         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17593
17594         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17595           Normalizing the value before setting
17596         (gst_sunaudiomixer_get_volume):
17597           Normalizing the value after getting. Fixes bug# 161980
17598
17599 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17600
17601         * Makefile.am: Make sure docs gets disted
17602         * docs/Makefile.am: Make sure all needed files get disted
17603         * gst-plugins.spec.in: latest updates
17604
17605 2004-12-22  Wim Taymans  <wim@fluendo.com>
17606
17607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17608         Revert patch 1.38 as clock distribution over schedulers does
17609         not work correcly in the core yet.
17610
17611 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17612
17613         * sys/oss/README: remove this file, which predates my birth
17614           (and which content is by far outdated)
17615
17616 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17617
17618         * Makefile.am:
17619         * configure.ac:
17620         * docs/Makefile.am:
17621         * docs/libs/Makefile.am:
17622         * docs/libs/gst-plugins-libs-docs.sgml:
17623         * docs/libs/gst-plugins-libs-sections.txt:
17624         * docs/libs/tmpl/gstgconf.sgml:
17625         * docs/upload.mak:
17626         * docs/version.entities.in:
17627           Added boilerplate gtk-doc files for plugin-libs documentation.
17628
17629 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17630
17631         * gst/auparse/gstauparse.c: fix int and float audio caps
17632
17633 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17634
17635         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17636         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17637           g_assert() can be a macro, don't use #ifdef inside it.
17638
17639 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17640
17641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17642
17643         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17644         (gst_videorate_init), (gst_videorate_chain),
17645         (gst_videorate_change_state):
17646           Event handling (fixes #159986).
17647
17648 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17649
17650         * gst-libs/gst/riff/riff-media.c:
17651         (gst_riff_create_video_caps_with_data):
17652           Add BLZ0 (Blizzard's version of DivX) fourcc.
17653
17654 2004-12-18  David Schleef  <ds@schleef.org>
17655
17656         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17657         portability fix.
17658
17659 2004-12-18  David Schleef  <ds@schleef.org>
17660
17661         * gst/tta/ttadec.h: Disable some header code that isn't used
17662         and clearly isn't portable.
17663
17664 2004-12-18  David Schleef  <ds@schleef.org>
17665
17666         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17667         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17668         (avcodec_get_pix_fmt), (avpicture_layout),
17669         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17670         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17671         Fix code to not use GCC extensions (and c99 extensions that
17672         Forte does not like.)
17673
17674 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17675
17676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17677
17678         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17679         (gst_deinterlace_chain):
17680           Rowstride fixes. Fixes #161039.
17681         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17682         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17683         (gst_video_crop_getcaps), (gst_video_crop_link),
17684         (gst_video_crop_i420), (gst_video_crop_chain),
17685         (gst_video_crop_change_state):
17686           Rework of negotiation. Actually works now. Fixes #158650.
17687
17688 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17689
17690         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17691           That was very stupid.
17692
17693 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17694
17695         * gst/matroska/matroska-demux.c:
17696         (gst_matroska_demux_parse_blockgroup):
17697           Fix possible crasher.
17698
17699 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17700
17701         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17702         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17703           Lace sizes can be zero.
17704
17705 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17706
17707         * ext/musepack/gstmusepackdec.cpp:
17708           Fetch error return values. Fixes #161624.
17709         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17710           Really EOS.
17711
17712 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17715           Work for truncated (unfinished download etc.) files. Fixes #160514.
17716
17717 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17718
17719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17720           Fix for integer overflow. Makes #156001 not crash. Probably masks
17721           the real bug.
17722
17723 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17724
17725         * gst/ac3parse/gstac3parse.c: (plugin_init):
17726           Parsers never have ranks. Fixes #159651.
17727
17728 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17729
17730         * gst/playback/gstdecodebin.c: (compare_ranks):
17731           make sure the facotries are ordered the same every time even if they
17732           have the same rank by using the name
17733         * gst/playback/gstdecodebin.c: (find_compatibles):
17734           make sure we don't add factories to the list twice
17735
17736 2004-12-16  David Schleef  <ds@schleef.org>
17737
17738         * configure.ac: look for musepack headers as musepack/*.h
17739         (fixes #159847)
17740         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17741         * ext/musepack/gstmusepackreader.h: same
17742
17743 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17744
17745         * gst-libs/gst/riff/riff-read.c:
17746         (gst_riff_read_strf_auds_with_data):
17747           Read extradata correctly (fixes #155879).
17748
17749 2004-12-16  David Schleef  <ds@schleef.org>
17750
17751         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17752         audio.  does _not_ attempt or allow conversion unless channels
17753         is 1 or 2.
17754
17755 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17756
17757         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17758
17759 2004-12-16  David Schleef  <ds@schleef.org>
17760
17761         * gst/audioscale/gstaudioscale.c: the resample library only
17762         handles 1 or 2 channels.  Change caps to compensate.
17763
17764 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17765
17766         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17767         (gst_matroska_demux_audio_caps):
17768           Some MPEG-AAC hacks, because else it doesn't work...
17769
17770 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17771
17772         * gst-libs/gst/riff/riff-media.c:
17773         (gst_riff_create_video_caps_with_data),
17774         (gst_riff_create_video_template_caps):
17775           Add h264.
17776
17777 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17778
17779         * gst-libs/gst/audio/Makefile.am:
17780           Try to fix buildbot.
17781
17782 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17783
17784         * gst/tcp/gstmultifdsink.c:
17785           Clean up and uniformize debugging.
17786
17787 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17788
17789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17790
17791         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17792         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17793         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17794         (gst_mpeg_demux_change_state):
17795           Reset on ready. Fixes 160276.
17796
17797 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17798
17799         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17800
17801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17802         (gst_ffmpegcsp_pad_link):
17803           Fix memleak (#154815).
17804
17805 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17806
17807         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17808
17809         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17810         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17811         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17812         * ext/musicbrainz/gsttrm.h:
17813           Add support for using a proxy server when getting a trm id from
17814           the MusicBrainz database (#149613).
17815
17816 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17817
17818         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17819
17820         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17821         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17822           Fix memleaks (#157233).
17823
17824 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17825
17826         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17827
17828         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17829         * gst-libs/gst/resample/resample.h:
17830         * gst/audioscale/gstaudioscale.c:
17831           Fix memleak (#159215).
17832
17833 2004-12-16  Toni Willberg  <toniw@iki.fi>
17834
17835         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17836
17837         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17838         * sys/oss/oss_probe.c: (main):
17839           Check for mono/stereo support (similar to samplerate probing),
17840           fixes #159433. Also add missing copyright header to oss_probe.c.
17841
17842 2004-12-15  David Schleef  <ds@schleef.org>
17843
17844         * configure.ac: add audioresample and cairo plugins.  Remove
17845         HAVE_MMX stuff, because it's not used.
17846         * ext/Makefile.am: same
17847         * ext/audioresample/Makefile.am: You are not ready for an
17848         audio resampling element based on audioresample.
17849         * ext/audioresample/gstaudioresample.c:
17850         * ext/audioresample/gstaudioresample.h:
17851         * ext/cairo/Makefile.am: You are not ready for overlay elements
17852         based on cairo.  Don't look too closely, these elements kinda
17853         suck right now.
17854         * ext/cairo/gstcairo.c: new
17855         * ext/cairo/gsttextoverlay.c: new
17856         * ext/cairo/gsttextoverlay.h: new
17857         * ext/cairo/gsttimeoverlay.c: new
17858         * ext/cairo/gsttimeoverlay.h: new
17859         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17860         problem with compilers that don't support variadic macros.
17861
17862 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17863
17864         Reviewed by:  David Schleef  <ds@schleef.org>
17865
17866         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17867         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17868         bit.  Also ran indent-gst.
17869         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17870         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17871         (gst_sunaudiosrc_setparams):
17872
17873 2004-12-14  David Schleef  <ds@schleef.org>
17874
17875         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17876         output rate to 16000.  Should fix #160235.
17877
17878 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17879
17880         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17881         Add typefinding for mpeg2 pes streams
17882
17883 2004-12-13  David Schleef  <ds@schleef.org>
17884
17885         * configure.ac:  Applied patch from bug #143659, making default
17886         sources and sinks OS-dependent (for Solaris), and added code
17887         for OS/X.
17888         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17889
17890 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17891
17892         * gst-libs/gst/riff/riff-media.c:
17893           forgot to add h2.64 to avidemux template caps
17894
17895 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17896
17897         * gst/wavenc/riff.h:
17898         * gst-libs/gst/riff/riff-media.c:
17899         * gst-libs/gst/riff/riff-ids.h:
17900         * gst/avi/gstavimux.c
17901         add 4CC code for VideoSoft h264 in AVI (VSSH)
17902           fixes bug #160655
17903         remove s323 from riff, it's quicktime specific :(
17904
17905 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17906
17907         * gst/asfdemux/README
17908         * gst/wavenc/riff.h
17909         * gst-libs/gst/riff/riff-ids.h
17910         * gst-libs/gst/riff/riff-media.c
17911         * gst/qtdemux/qtdemux.c:
17912           add new 4CC codes for h263 related codecs
17913           fixes partially bug #155163
17914
17915 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17916
17917         * configure.ac: Update polyaudio requirement to 0.7
17918         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17919
17920 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17921
17922         * gst/interleave/deinterleave.c:
17923         fix my name's spelling! :)
17924
17925 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17926
17927         * AUTHORS ChangeLog
17928         * gst/auparse/gstauparse.c
17929         * gst/interleave/deinterleave.c
17930         * gst/law/:
17931                 alaw-decode.c alaw-encode.c
17932                 mulaw-decode.c mulaw-encode.c
17933         * gst/oneton/gstoneton.c
17934         * sys/osxaudio/:
17935                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17936         * sys/osxvideo/:
17937                 cocoawindow.h cocoawindow.m
17938                 osxvideosink.h osxvideosink.m
17939
17940         put the same mail address for Zaheer Abbas Merali everywhere
17941
17942 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17943
17944         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17945           Align by packetsize, and assert that we a packet available before
17946           playing. The first makes webstreams work (they often include
17947           trailing padding data in a packet), the second allows pausing a
17948           ASF stream in totem without getting demux errors afterwards.
17949
17950 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17951
17952         * ext/ogg/gstoggdemux.c: (get_relative):
17953           Check for non-NULL before accessing member (end-of-chain).
17954
17955 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17956
17957         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17958         (cdparanoia_set_property), (cdparanoia_get_property):
17959         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17960         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17961         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17962         (dvdreadsrc_init), (dvdreadsrc_set_property),
17963         (dvdreadsrc_get_property):
17964         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17965         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17966           Synchronize property names where not yet the case. Devices are
17967           now device=X, other versions are deprecated (but still exist).
17968           Also use g_free() unconditionally.
17969         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17970         (setup_source), (gst_play_base_bin_get_property):
17971           Expose source.
17972
17973 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17974
17975         * configure.ac: move GCONF macro outside conditional for the am
17976           conditional. Fixes #160439
17977
17978 2004-12-08  David Schleef  <ds@schleef.org>
17979
17980         * tools/gst-visualise-m.m: Switch to elements that currently
17981         exist.
17982
17983 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17984
17985         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17986           We love wrong commas.
17987
17988 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17989
17990         * gst/matroska/matroska-demux.c:
17991         (gst_matroska_demux_handle_src_query):
17992           Don't set DEFAULT, unsupported - makes length display incorrectly
17993           in some cases.
17994
17995 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17996
17997         * gst/monoscope/README: remove blurb about files being GPL
17998         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17999         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18000           monoscope is now effectively LGPL licensed
18001
18002 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18003
18004         * gst/monoscope/README: Update information to be more correct
18005         * gst/monoscope/convolve.c: Relicense to LGPL
18006         * gst/monoscope/convolve.h: Relicense to LGPL
18007
18008 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18009
18010         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18011           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18012         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18013           set default_duration for mpeg1 audio
18014
18015 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18016
18017         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18018         * ext/alsa/gstalsa.h:
18019           refactor big chunks of the core caps negotiation code to make it
18020           a lot faster, because people claim it's really slow
18021           (actually, just cache the getcaps when the device is opened)
18022
18023 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18024
18025         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18026         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18027         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18028         (gst_a52dec_change_state), (plugin_init):
18029         * ext/a52dec/gsta52dec.h:
18030           Do something useful with timestamps. Make chain-based (since
18031           there's really no reason to be loopbased).
18032         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18033           Update current_byte/frame correctly.
18034
18035 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18036
18037         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18038         (gst_ape_demux_stream_init):
18039           Forward tags, too.
18040
18041 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18042
18043         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18044           Let's make sure we're done typefinding when detecting tags.
18045
18046 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18047
18048         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18049         (gst_ebml_read_init), (gst_ebml_read_use_event),
18050         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18051         (gst_ebml_read_seek), (gst_ebml_read_skip),
18052         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18053         (gst_ebml_read_master):
18054         * gst/matroska/ebml-read.h:
18055         * gst/matroska/matroska-demux.c:
18056         (gst_matroska_demux_parse_contents),
18057         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18058           Disgustingly evil hack for working around INTERRUPT events and
18059           their extremely annoying habit of being a pain in the ass. We
18060           simply peek a cluster before reading any of it.
18061
18062 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18063
18064         * ext/musepack/gstmusepackdec.cpp:
18065           There's also floating point libmusepacks.
18066
18067 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18068
18069         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18070         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18071           Set DURATION even if source buffer didn't. Also use increasing
18072           timestamps.
18073         * gst-libs/gst/riff/riff-media.c:
18074         (gst_riff_create_audio_caps_with_data):
18075           Block_align can have larger values than 8192.
18076
18077 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18078
18079         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18080         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18081         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18082         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18083           Fix caps.
18084
18085 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18086
18087         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18088           Fix logic bug.
18089
18090 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18091
18092         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18093           Yay, another one.
18094
18095 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18096
18097         * ext/esd/esdsink.c: (gst_esdsink_chain):
18098           Make error actually say something useful (fixes #156798).
18099         * gst-libs/gst/riff/riff-media.c:
18100         (gst_riff_create_video_caps_with_data),
18101         (gst_riff_create_video_template_caps):
18102           Add Intel Video 5.0 fourcc (IV50).
18103
18104 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18105
18106         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18107         detection on mono and stereo mp3 files.
18108
18109 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18110
18111         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18112           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18113           the contained stream).
18114
18115 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18116
18117         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18118           Oops, remove debug.
18119
18120 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18121
18122         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18123
18124         * gst/law/alaw-decode.c: (alawdec_getcaps):
18125         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18126           Prevent warnings when negotiating caps (fixes #159338).
18127
18128 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18129
18130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18131         (gst_ffmpegcsp_chain):
18132           Remove old leftover that shouldn't be there...
18133
18134 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18135
18136         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18137
18138         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18139           Don't forward DISCONT events (fixes #159684).
18140
18141 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18142
18143         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18144           Unlink manually since sometimes bin disposal (and therefore
18145           pad unlinking) is delayed, which will cause a new media file
18146           to not be able to start playing instantly.
18147
18148 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18149
18150         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18151           On mute of an unlinked stream, check for pad availability so
18152           we don't crash on unlinked pad.
18153
18154 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18155
18156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18157         (gst_avi_demux_massage_index):
18158           Fix quite humiliating bug in omitting 0-sized index chunks but
18159           forgetting to count them for timestamps.
18160
18161 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18162
18163         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18164           Actually leave the loop if we failed to sync. Don't crash.
18165
18166 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18167
18168         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18169         (gst_dvd_demux_process_private):
18170         * gst/mpegstream/gstdvddemux.h:
18171           Fix crash (#159759). Doesn't work, though. :-(.
18172
18173 2004-11-28  Benjamin Otte  <otte@gnome.org>
18174
18175         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18176           more overwriting protection due to modifying channels one by one
18177           instead of all at once
18178
18179 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18180
18181         * gst/audioconvert/gstchannelmix.c:
18182         (gst_audio_convert_fill_normalize):
18183           Normalize using absolute values.
18184
18185 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18186
18187         * configure.ac:
18188         * ext/Makefile.am:
18189         * ext/directfb/Makefile.am:
18190         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18191         (gst_directfbvideosink_get_pixel_format),
18192         (gst_directfbvideosink_get_format_from_fourcc),
18193         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18194         (gst_directfbvideosink_sink_link),
18195         (gst_directfbvideosink_change_state),
18196         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18197         (gst_directfbvideosink_buffer_alloc),
18198         (gst_directfbvideosink_interface_supported),
18199         (gst_directfbvideosink_interface_init),
18200         (gst_directfbvideosink_navigation_send_event),
18201         (gst_directfbvideosink_navigation_init),
18202         (gst_directfbvideosink_set_property),
18203         (gst_directfbvideosink_get_property),
18204         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18205         (gst_directfbvideosink_base_init),
18206         (gst_directfbvideosink_class_init),
18207         (gst_directfbvideosink_get_type), (plugin_init):
18208         * ext/directfb/directfbvideosink.h: Adding a first version of
18209         directfbvideosink.
18210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18211         more.
18212
18213 2004-11-28  Benjamin Otte  <otte@gnome.org>
18214
18215         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18216           walk the samples backwards if out_channels > in_channels so we don't
18217           overwrite data
18218
18219 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18220
18221         * gst/audioconvert/Makefile.am:
18222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18223         (gst_audio_convert_link), (gst_audio_convert_change_state),
18224         (gst_audio_convert_channels):
18225         * gst/audioconvert/gstchannelmix.c:
18226         (gst_audio_convert_unset_matrix),
18227         (gst_audio_convert_fill_identical),
18228         (gst_audio_convert_fill_compatible),
18229         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18230         (gst_audio_convert_fill_others),
18231         (gst_audio_convert_fill_normalize),
18232         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18233         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18234         * gst/audioconvert/gstchannelmix.h:
18235           Implement a channel mixer.
18236
18237 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18238
18239         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18240         * ext/alsa/gstalsa.h:
18241         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18242         Make alsasink actually honor gst_element_set_clock and use that
18243         clock instead of its internal one.
18244
18245 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18246
18247         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18248         (gst_play_base_bin_change_state): nullify source and decoder when
18249         going from READY to NULL so that we don't try to do weird stuff with
18250         them when going from NULL to READY
18251         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18252         instead of g_object_unref
18253         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18254         it should be correct
18255         (gst_play_bin_change_state): don't call remove_sinks if we are
18256         currently disposing the object
18257
18258 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18259
18260         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18261           Don't forget bass if it's there. Else left channel is silent...
18262
18263 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18264
18265         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18266         (gst_a52dec_change_state):
18267           Don't do sample adjusting anymore, we use float audio now.
18268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18269           Don't fixate to non-existing properties.
18270
18271 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18272
18273         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18274         (gst_a52dec_change_state):
18275           Advertise that we can do surround sound.
18276
18277 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18278
18279         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18280           Add buffer-frames=0.
18281         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18282         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18283         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18284         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18285         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18286         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18287         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18288         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18289         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18290         * ext/dvdread/dvdreadsrc.h:
18291           Add seeking, querying for bytes, sectors, title, angle and
18292           chapter. Handle multiple chapters. Relicense to LGPL because
18293           Billy agreed on that (thanks Billy!).
18294
18295 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18296
18297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18298         call parent dispose method
18299
18300 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18301
18302         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18303         (gst_audio_clock_get_internal_time):
18304         Fix active <-> inactive transitions: ensure time value always
18305         grows and avoid abrupt value changes.
18306
18307 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18308
18309         * configure.ac:
18310         * gst/tta/Makefile.am:
18311         * gst/tta/crc32.h:
18312         * gst/tta/filters.h:
18313         * gst/tta/gsttta.c:
18314         * gst/tta/gstttadec.c:
18315         * gst/tta/gstttadec.h:
18316         * gst/tta/gstttaparse.c:
18317         * gst/tta/gstttaparse.h:
18318         * gst/tta/ttadec.h:
18319           added TTA parser and decoder
18320
18321 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18322
18323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18324         (probe_triggered), (check_queue), (buffer_underrun),
18325         (buffer_running), (buffer_overrun), (gen_source_element),
18326         (setup_source):
18327         * gst/playback/gstplaybasebin.h:
18328           Implement buffering. Needs some more work.
18329
18330 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * ext/theora/theoradec.c: (theora_dec_chain):
18333           Fix ilog mask range overflow.
18334
18335 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18336
18337         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18338           Don't omit the last (which in case of dmix is the only :) )
18339           channel count. Don't set channels if <= 2.
18340
18341 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18342
18343         * gst/playback/gstplaybin.c: (gen_video_element),
18344         (gen_audio_element): Removed 2 obsolete comments
18345
18346 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18347
18348         * ext/vorbis/oggvorbisenc.c
18349         * ext/vorbis/vorbisenc.c :
18350           change description fields of those plugins to differentiate them
18351           (pitivi show Encoders by description, they had the same one)
18352
18353 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18354
18355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18356
18357         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18358         (gst_play_bin_set_property), (gen_video_element),
18359         (gen_audio_element):
18360           Refcounting fixes for provided audio-/videosinks.
18361
18362 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18363
18364         * gst/playback/gstplaybin.c: (gen_video_element),
18365         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18366           Don't reference all sinks, but only the video- and audiosinks.
18367           The vis. element should be disposed when we're done with it.
18368           We don't have any reason to keep it around. This fixes warnings
18369           when reusing playbin for playing multiple audio files with
18370           vis. enabled. Also release audio device on pause - idea stolen
18371           from Rhythmbox.
18372
18373 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18374
18375         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18376         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18377         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18378         * ext/alsa/gstalsaplugin.c: (plugin_init):
18379         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18380         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18381         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18382         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18383         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18384         (gst_faad_change_state), (plugin_init):
18385         * ext/faad/gstfaad.h:
18386         * ext/vorbis/vorbis.c: (plugin_init):
18387         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18388         * gst-libs/gst/audio/Makefile.am:
18389         * gst-libs/gst/audio/audio.c: (plugin_init):
18390         * gst-libs/gst/audio/multichannel.c:
18391         (gst_audio_check_channel_positions),
18392         (gst_audio_get_channel_positions),
18393         (gst_audio_set_channel_positions),
18394         (gst_audio_set_structure_channel_positions_list),
18395         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18396         (gst_audio_fixate_channel_positions):
18397         * gst-libs/gst/audio/multichannel.h:
18398         * gst-libs/gst/audio/testchannels.c: (main):
18399         * gst/audioconvert/gstaudioconvert.c:
18400         (gst_audio_convert_class_init), (gst_audio_convert_init),
18401         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18402         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18403         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18404         * gst/audioconvert/plugin.c: (plugin_init):
18405           Surround sound support.
18406
18407 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18408
18409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18410           Fix position for discont if we're close as well. Nitpicking, but
18411           saves a few milliseconds of extra waiting or skipping.
18412
18413 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18414
18415         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18416           We sometimes need parsers for playback, so add those too.
18417
18418 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18419
18420         * configure.ac:
18421         * gst/apetag/Makefile.am:
18422         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18423         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18424         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18425         (gst_ape_demux_get_src_query_types),
18426         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18427         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18428         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18429         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18430         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18431         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18432         (gst_ape_demux_change_state):
18433         * gst/apetag/apedemux.h:
18434         * gst/apetag/apetag.c: (plugin_init):
18435         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18436         (plugin_init):
18437           APE v1/2 tag reader plus typefind function.
18438
18439 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18440
18441         * configure.ac:
18442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18443         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18444           Remove hacks for older core. Require newer core version
18445           accordingly.
18446
18447 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18448
18449         * gst/cdxaparse/Makefile.am:
18450         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18451         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18452         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18453         * gst/cdxaparse/gstcdxaparse.h:
18454         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18455         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18456         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18457         (gst_cdxastrip_get_src_query_types),
18458         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18459         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18460         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18461         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18462         * gst/cdxaparse/gstcdxastrip.h:
18463           SVCD/VCD header stripping separated from CDXA image parsing.
18464         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18465         (plugin_init):
18466           Add VCD/SVCD header typefinding for VCD/SVCD.
18467         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18468         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18469         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18470         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18471         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18472         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18473         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18474         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18475         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18476         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18477         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18478         * sys/vcd/vcdsrc.h:
18479           Fix up, add seeking, querying, URI interface. Works in totem now.
18480
18481 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18482
18483         * configure.ac:
18484           back to CVS
18485
18486 === release 0.8.6 ===
18487
18488 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18489
18490         * NEWS:
18491         * RELEASE:
18492         * configure.ac:
18493         * po/af.po:
18494         * po/az.po:
18495         * po/cs.po:
18496         * po/en_GB.po:
18497         * po/hu.po:
18498         * po/it.po:
18499         * po/nb.po:
18500         * po/nl.po:
18501         * po/or.po:
18502         * po/sq.po:
18503         * po/sr.po:
18504         * po/sv.po:
18505         * po/uk.po:
18506           releasing 0.8.6, "IOU Love"
18507
18508 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18509
18510         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18511
18512         * gst/playback/gstplaybasebin.c:
18513           Fix unplayable files error handling.  Fixes #158365
18514
18515 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18516
18517         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18518
18519         * gst/typefind/gsttypefindfunctions.c:
18520           Fix broken mp3 typefinding.  Fixes #158375
18521
18522 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18523
18524         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18525
18526         * ext/ogg/gstoggdemux.c:
18527           Fix sync on broken files.  Fixes #158976
18528
18529 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18530
18531         patch by: Edward Hervey <bilboed@bilboed.com>
18532
18533         * ext/libpng/gstpngenc.c:
18534           Copy over buffer properties.  Fixes #158832
18535
18536 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18537
18538         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18539
18540         * ext/dvdread/dvdreadsrc.c:
18541           Fixes invalid reads (#158462)
18542
18543 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18544
18545         * sys/v4l/gstv4lsrc.c:
18546         * sys/v4l/gstv4lsrc.h:
18547         * sys/v4l/v4lsrc_calls.c:
18548           Probe less and cache it.  Fixes #159187.
18549
18550 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18551
18552         * gst/videorate/gstvideorate.c:
18553           Handle all video formats. Fixes #159186.
18554
18555 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18556         * gst/synaesthesia/gstsynaesthesia.c:
18557         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18558         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18559         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18560         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18561         (gst_synaesthesia_change_state), (plugin_init):
18562         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18563         Force 320x200 output, as that's the only thing the underlying
18564         synaesthesia implementation supports. Still needs to be made
18565         re-entrant.
18566
18567 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18568
18569         * configure.ac:
18570           Fix mpeg2enc configure check (similar to mplex check below).
18571
18572 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18573
18574         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18577           Fix for gcc-2.95 (fixes #158221).
18578
18579 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18580
18581         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18582           Re-add clock distribution hack (until new core is released).
18583           Fixes #158125.
18584
18585 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18586         * configure.ac:
18587           fix mplex configure check segfaulting on some systems (bug #140994)
18588
18589 2004-11-13  Benjamin Otte  <otte@gnome.org>
18590
18591         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18592           add debugging
18593         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18594           do a wait when we enter the loop func with no data available to
18595           write instead of getting into an 100% CPU loop by just returning and
18596           being called again by the scheduler
18597
18598 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18599
18600         * configure.ac:
18601         * ext/libvisual/visual.c: (gst_visual_get_type),
18602         (libvisual_log_handler), (gst_visual_getcaps),
18603         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18604         (plugin_init):
18605           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18606         * ext/smoothwave/Makefile.am:
18607         * ext/smoothwave/demo-osssrc.c: (main):
18608         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18609         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18610         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18611         (plugin_init):
18612         * ext/smoothwave/gstsmoothwave.h:
18613           Make gstsmoothwave a working element in the 20th century.
18614
18615         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18616           Fix incorrect link function
18617
18618 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18619
18620         * gst/volume/gstvolume.c:
18621           Allow buffer-frames=0.
18622
18623 2004-11-12 Iain <iaingnome@gmail.com>
18624
18625         * configure.ac: Check for polypaudio
18626
18627         * ext/Makefile.am: Build the polyp dir
18628
18629         * ext/polyp: The polypsink sources.
18630
18631 2004-10-30 Iain <iaingnome@gmail.com>
18632
18633         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18634         caps to reflect the new number of channels.
18635
18636 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18637
18638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18639           Fix for negotiation order problem. This would show when the
18640           ALSA loopfuction was called before any other function. ALSA
18641           wouldn't do anything because we're not negotiated yet, leading
18642           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18643
18644 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18645
18646         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18647
18648         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18649           No warnings (#157986).
18650
18651 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18652
18653         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18654           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18655
18656 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18657
18658         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18659           Signal no-more-pads (so it works in playbin).
18660
18661 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18662
18663         * ext/musepack/gstmusepackreader.cpp:
18664           Workaround for older core.
18665
18666 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18667
18668         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18669           Actually test for odd width/height rather than testing whether
18670           a temporary variable that was 0 before we subtracted 1 is now
18671           not equal to zero (which it always is).
18672
18673 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18674
18675         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18676         Fix compilation if HAVE_XVIDEO is not defined
18677
18678 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18679
18680         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18681         Fix compilation if HAVE_XVIDEO is not defined
18682
18683 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18684
18685         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18686         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18687         (gst_goom_change_state), (plugin_init):
18688         Use the bytestream adapter so goom doesn't depend on the input
18689         buffer size.
18690         Add a debug category
18691
18692 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18693
18694         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18695           Only set hardware parameters *after* negotiation. Before
18696           negotiation, it will set ANY and that seems to cause crashes
18697           (see e.g. #151288, #153227).
18698
18699 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18700
18701         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18702           This seems to be antique leftover. It needs to pass error
18703           checking.
18704         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18705         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18706         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18707         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18708           Fix GstXOverlay implementation (#151059).
18709
18710 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18711
18712         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18713           Don't assert (#157853).
18714
18715 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18716
18717         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18718           Fix bytes/samples confustion.
18719         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18720           Fix for underrun (#144389).
18721
18722 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18723
18724         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18725           Disable halfway-seek for pending release (since it needs a new
18726           core release).
18727
18728 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18729
18730         * sys/v4l/gstv4lsrc.c:
18731         * sys/v4l/gstv4lsrc.h:
18732         * sys/v4l/v4lsrc_calls.c:
18733           add autoprobe-fps property so we can separate autoprobing parts
18734
18735 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18736
18737         * sys/v4l/gstv4lsrc.c:
18738         * sys/v4l/v4lsrc_calls.c:
18739         initialise fourcc to catch unset fourcc's, and debug
18740
18741 2004-11-09  Wim Taymans  <wim@fluendo.com>
18742
18743         * gst/playback/README:
18744         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18745         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18746         (gst_play_bin_dispose), (gst_play_bin_set_property),
18747         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18748         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18749         (gst_play_bin_get_formats), (gst_play_bin_convert),
18750         (gst_play_bin_get_query_types), (gst_play_bin_query):
18751         Cleanups and some more documentation.
18752
18753 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18754
18755         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18756         (gst_cacasink_init), (gst_cacasink_chain):
18757         * ext/libcaca/gstcacasink.h:
18758         Cacasink inherits from VideoSink, so let that store the clock.
18759
18760 2004-11-09  Wim Taymans  <wim@fluendo.com>
18761
18762         * gst/playback/README:
18763         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18764         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18765         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18766         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18767         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18768         (setup_sinks):
18769         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18770         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18771         * gst/playback/gststreaminfo.h:
18772         Updated README.
18773         Only switch groups if all streams have muted (EOSed).
18774         Send Tags in sync with the stream playback instead of in
18775         the playback/preroll phase.
18776         Some cleanups, free the fakesrc elements.
18777
18778 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18779
18780         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18781           buffer-frames property was missing
18782         * ext/arts/gst_arts.c:
18783           rate missing from sinkcaps
18784         * ext/audiofile/gstafparse.c:
18785         * ext/audiofile/gstafsink.c:
18786         * ext/audiofile/gstafsrc.c:
18787         * ext/swfdec/gstswfdec.c:
18788           int audio doesn't know buffer-frames
18789         * ext/cdparanoia/gstcdparanoia.c:
18790           int audio doesn't know chunksize either
18791         * ext/nas/nassink.c:
18792           it's endianness, not endianess
18793         * gst-libs/gst/audio/audio.h:
18794           make float standard pad template caps really describe float
18795         * gst/law/mulaw.c: (linear_factory):
18796           signed only, please
18797         * gst/mpegstream/gstdvddemux.c:
18798           widths of 20 are not valid
18799
18800 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18801
18802         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18803
18804         * po/LINGUAS:
18805         * po/it.po:
18806           Add Italian
18807
18808 2004-11-08  Wim Taymans  <wim@fluendo.com>
18809
18810         * gst/playback/README:
18811         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18812         * gst/playback/gstplaybasebin.c: (probe_triggered),
18813         (gst_play_base_bin_change_state):
18814         Updated README, added more comments for fixmes etc..
18815
18816 2004-11-08  Wim Taymans  <wim@fluendo.com>
18817
18818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18819         We can remove this hack now.
18820
18821 2004-11-08  Wim Taymans  <wim@fluendo.com>
18822
18823         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18824         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18825         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18826         Only mix AYUV for maximum quality.
18827
18828 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18829
18830         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18831         (gst_ogg_demux_push), (gst_ogg_pad_push):
18832           Let's act as if we're synchronized now! :).
18833         * ext/theora/theoradec.c: (theora_dec_chain):
18834           Add some debug.
18835
18836 2004-11-08  Wim Taymans  <wim@fluendo.com>
18837
18838         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18839         (gst_alpha_set_property), (gst_alpha_sink_link),
18840         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18841         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18842         (gst_alpha_init_params), (gst_alpha_chain):
18843         Implement alpha functions for AYUV too, this increases
18844         accuracy quite a bit.
18845
18846 2004-11-08  Wim Taymans  <wim@fluendo.com>
18847
18848         * gst/ffmpegcolorspace/avcodec.h:
18849         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18850         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18851         (gst_ffmpegcsp_avpicture_fill):
18852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18853         (gst_ffmpegcsp_caps_remove_format_info):
18854         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18855         (shrink12), (img_get_alpha_info), (deinterlace_line),
18856         (deinterlace_line_inplace):
18857         * gst/ffmpegcolorspace/imgconvert_template.h:
18858         Added AYUV colorspace and handle RGBA a bit more respectful.
18859
18860 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18861
18862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18863           Actually always send a discont (cornercase when resending the
18864           same serial-tagged chain twice).
18865
18866 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18867
18868         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18869         (gst_ximagesink_finalize):
18870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18871         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18872
18873 2004-11-08  Wim Taymans  <wim@fluendo.com>
18874
18875         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18876         Don't segfault on NULL data.
18877
18878 2004-11-08  Wim Taymans  <wim@fluendo.com>
18879
18880         * gst/playback/gstdecodebin.c: (unlinked):
18881         * gst/playback/gstplay-marshal.list:
18882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18883         (gst_play_base_bin_init), (group_create), (get_active_group),
18884         (get_building_group), (group_destroy), (group_commit),
18885         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18886         (add_element_stream), (no_more_pads), (probe_triggered),
18887         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18888         (state_change), (setup_source), (gst_play_base_bin_get_property),
18889         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18890         (gst_play_base_bin_link_stream),
18891         (gst_play_base_bin_get_streaminfo):
18892         * gst/playback/gstplaybasebin.h:
18893         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18894         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18895         Add support for chained ogg files. Prepare for playlist
18896         support. This patch introduces the concept of pad groups, which
18897         together compose one playable media file.
18898
18899 2004-11-07  David Schleef  <ds@schleef.org>
18900
18901         * testsuite/gst-lint: Check for pad templates that aren't statically
18902         scoped.
18903
18904 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18905
18906         * configure.ac:
18907         * ext/Makefile.am:
18908         * ext/musepack/Makefile.am:
18909         * ext/musepack/gstmusepackdec.cpp:
18910         * ext/musepack/gstmusepackdec.h:
18911         * ext/musepack/gstmusepackreader.cpp:
18912         * ext/musepack/gstmusepackreader.h:
18913           Add musepack decoder.
18914         * ext/faad/gstfaad.c: (gst_faad_base_init):
18915           Make pad templates static.
18916         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18917         (plugin_init):
18918           Add musepack typefinder, make mp3 typefinding work halfway stream,
18919           which doesn't actually work yet because id3demux doesn't implement
18920           _get_length().
18921
18922 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18923
18924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18925         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18926           Fix interrupt event handling (#144436).
18927
18928 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18929
18930         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18931           Hide unused glory.
18932
18933 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18934
18935         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18936
18937         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18938           Fix weird caps (#157548).
18939
18940 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18941
18942         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18943
18944         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18945           Add missing NULL terminator (#157543).
18946
18947 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18948
18949         * gst/tcp/gsttcp.h:
18950         * gst/tcp/gsttcpclientsink.c:
18951         * gst/tcp/gsttcpclientsrc.c:
18952         * gst/tcp/gsttcpserversink.c:
18953         * gst/tcp/gsttcpserversrc.c:
18954           ports can go up to 65535.  Move common defines to gsttcp.h
18955
18956 2004-11-05  Wim Taymans  <wim@fluendo.com>
18957
18958         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18959         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18960         Added two more colorspaces.
18961
18962 2004-11-05  Wim Taymans  <wim@fluendo.com>
18963
18964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18965         (gst_ffmpegcsp_avpicture_fill):
18966         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18967         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18968         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18969         More stride fixes.
18970
18971 2004-11-05  Wim Taymans  <wim@fluendo.com>
18972
18973         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18974         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18975         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18976         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18977         (gst_videomixer_loop):
18978         More stride fixes.
18979
18980 2004-11-05  Benjamin Otte  <otte@gnome.org>
18981
18982         * ext/mad/gstmad.c: (gst_mad_chain):
18983           don't overflow data buffer. Flush not needed sync data when syncing
18984           failed.
18985
18986 2004-11-04  Wim Taymans  <wim@fluendo.com>
18987
18988         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18989         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18990         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18991         (gst_alpha_init_params), (gst_alpha_chain),
18992         (gst_alpha_change_state):
18993         Updated the chroma keying algorithm with something more
18994         sophisticated.
18995
18996 2004-11-03  Wim Taymans  <wim@fluendo.com>
18997
18998         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18999         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19000         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19001         Fix stride issues. Does not completely work for odd
19002         heights.
19003
19004 2004-11-03  Wim Taymans  <wim@fluendo.com>
19005
19006         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19007         (gst_alpha_chroma_key), (gst_alpha_chain):
19008         Fix stride issues. Does not completely work for odd
19009         heights.
19010
19011 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19012
19013         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19014         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19015         leak fixes
19016
19017 2004-11-03  Wim Taymans  <wim@fluendo.com>
19018
19019         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19020         (gst_ffmpegcsp_avpicture_fill):
19021         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19022         (avpicture_alloc):
19023         * gst/ffmpegcolorspace/imgconvert_template.h:
19024         Use correct _fill function to get correct strides.
19025
19026 2004-11-02  David Schleef  <ds@schleef.org>
19027
19028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19029         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19030         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19031         Change all g_print()s to debugging.  Add a bunch of consistency
19032         checks.
19033
19034 2004-11-02  Wim Taymans  <wim@fluendo.com>
19035
19036         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19037         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19038         (unlinked), (no_more_pads), (close_link):
19039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19040         (unknown_type), (add_element_stream), (new_decoded_pad),
19041         (removed_decoded_pad), (setup_source):
19042         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19043         (gst_stream_info_class_init), (gst_stream_info_init),
19044         (gst_stream_info_new), (gst_stream_info_dispose),
19045         (stream_info_mute_pad), (gst_stream_info_set_property),
19046         (gst_stream_info_get_property):
19047         * gst/playback/gststreaminfo.h:
19048         Fix playback of multiple files.
19049         a slightly different approach to handling dynamic pad removals.
19050         This one only looks at pads that we have linked.
19051
19052 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19053
19054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19055         free" warning from libc.
19056
19057 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19060         (get_unconnected_element), (remove_starting_from), (pad_removed),
19061         (close_link):
19062           Implement support for dynamic pad changing. We listen to "live"
19063           pad removals (i.e. while playing) and re-setup autoplugging
19064           after that. Playbasebin/playbin need some more work for this
19065           to finally work, but decodebin supports (and replugs) chained
19066           ogg now.
19067
19068 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19069
19070         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19071         (gst_alsa_finalize):
19072         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19073         (gst_cdaudio_finalize):
19074         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19075         (cdparanoia_finalize):
19076         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19077         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19078         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19079         (dvdreadsrc_finalize):
19080         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19081         (gst_flacdec_finalize):
19082         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19083         (gst_flacenc_finalize):
19084         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19085         (gst_gnomevfssink_finalize):
19086         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19087         (gst_gnomevfssrc_finalize):
19088         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19089         (gst_fameenc_finalize):
19090         * ext/nas/nassink.c: (gst_nassink_class_init),
19091         (gst_nassink_finalize):
19092         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19093         (gst_sdlvideosink_class_init):
19094         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19095         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19096         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19097         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19098         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19099         (gst_x_window_listener_dispose):
19100         * gst/audioscale/gstaudioscale.c:
19101         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19102         (play_on_demand_finalize):
19103         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19104         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19105         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19106         (cdplayer_finalize):
19107         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19108         (gst_glimagesink_class_init):
19109         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19110         (gst_osselement_finalize):
19111         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19112         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19113         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19114           Fixes a bunch of problems with finalize and dispose functions,
19115           either assumptions that dispose is only called once, or not calling
19116           the parent class dispose/finalize function
19117
19118 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19119
19120         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19121           added two api precondition guards
19122           use g_strdup with getenv to fix crash when using ENVVAR
19123
19124 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19125         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19126         (gst_esdsink_finalize):
19127         Use a finalize function, not dispose, and more importantly,
19128         call the parent class finalize function too
19129
19130 2004-11-01  Johan Dahlin  <johan@gnome.org>
19131
19132         * ext/ogg/gstoggdemux.c:
19133         * gst/tags/gstvorbistag.c:
19134         Plug leaks.
19135
19136 2004-10-31  Benjamin Otte  <otte@gnome.org>
19137
19138         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19139           lotsa memleaks today. But they're all small...
19140
19141 2004-10-31  Benjamin Otte  <otte@gnome.org>
19142
19143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19144           another memleak crushed
19145
19146 2004-10-31  Benjamin Otte  <otte@gnome.org>
19147
19148         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19149           fix memleak
19150
19151 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19152
19153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19154           Hack to prevent crash when going to READY inside signal handler
19155           while this function is active.
19156
19157 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19158
19159         * gst/ffmpegcolorspace/Makefile.am:
19160         * gst/ffmpegcolorspace/avcodec.h:
19161         * gst/ffmpegcolorspace/common.h:
19162         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19163         * gst/ffmpegcolorspace/dsputil.h:
19164         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19165         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19166         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19167         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19168         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19169         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19170         (gst_ffmpegcsp_avpicture_fill):
19171         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19173         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19174         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19175         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19176         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19177         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19178         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19179         * gst/ffmpegcolorspace/imgconvert.c:
19180         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19181         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19182         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19183         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19184         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19185         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19186         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19187         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19188         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19189         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19190         (grow21), (grow22), (grow41), (grow44), (conv411),
19191         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19192         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19193         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19194         (avpicture_free), (is_yuv_planar), (img_convert),
19195         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19196         (deinterlace_line_inplace), (deinterlace_bottom_field),
19197         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19198         * gst/ffmpegcolorspace/imgconvert_template.h:
19199         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19200         * gst/ffmpegcolorspace/mmx.h:
19201         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19202         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19203         (av_freep), (avcodec_get_context_defaults),
19204         (avcodec_alloc_context), (avcodec_init):
19205           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19206           handling plus update from ffmpeg CVS. Large clean-up.
19207
19208 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19209
19210         * gst/playback/Makefile.am:
19211           We need the marshallers for decodebin, too.
19212
19213 2004-10-30  David Schleef  <ds@schleef.org>
19214
19215         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19216           quicktime typefinding work with 64-bit offsets.
19217
19218 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19219
19220         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19221           Set EOS on the element when processing an EOS event.
19222         * ext/speex/gstspeexdec.h:
19223         * ext/speex/gstspeexenc.h:
19224           Only keep a const ptr to the mode
19225         * gst-libs/gst/riff/riff-media.c:
19226         (gst_riff_create_audio_caps_with_data),
19227         (gst_riff_create_audio_template_caps):
19228           Allow WMAV3, with up to 6 channels.
19229         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19230           Don't call gst_pad_set_event_function on a sink pad.
19231         * gst/mpegstream/gstdvddemux.c:
19232         (gst_dvd_demux_get_subpicture_stream),
19233         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19234           Copy the explicit caps that were set across to the cur_* pads,
19235           instead of trying to use a possibly non-existent negotiated caps.
19236           Reset the type of subpicture pads to UNKNOWN after calling
19237           init_stream, so that the caps get set.
19238
19239 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19240
19241         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19242
19243         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19244           Don't touch buffer if it is of size 0 (fixes #151064).
19245
19246 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19247
19248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19249           Synchronized discont handling.
19250
19251 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19252
19253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19254         (gst_ogg_demux_push):
19255           Make seeking sort-of exact again (fixes #156387).
19256
19257 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19258
19259         * gst/playback/gstplaybasebin.c: (unknown_type),
19260         (add_element_stream), (new_decoded_pad),
19261         (gst_play_base_bin_change_state):
19262         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19263         (gst_stream_info_init), (gst_stream_info_new),
19264         (gst_stream_info_dispose), (gst_stream_info_get_property):
19265         * gst/playback/gststreaminfo.h:
19266           Make caps explicitely available. Makes testing for unsupported
19267           types possible. Improves error reporting.
19268
19269 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19270
19271         * gst/audioconvert/gstaudioconvert.c:
19272         (gst_audio_convert_buffer_to_default_format):
19273           Really don't touch read-only buffers (#156563).
19274
19275 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19276
19277         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19278
19279         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19280           Fix memleak (#155223).
19281
19282 2004-10-29  Wim Taymans  <wim@fluendo.com>
19283
19284         * gst/tcp/.cvsignore:
19285         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19286         (gst_multifdsink_class_init), (gst_multifdsink_init),
19287         (gst_multifdsink_add), (gst_multifdsink_remove),
19288         (gst_multifdsink_remove_client_link), (is_sync_frame),
19289         (gst_multifdsink_new_client),
19290         (gst_multifdsink_handle_client_write),
19291         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19292         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19293         (gst_multifdsink_get_property):
19294         * gst/tcp/gstmultifdsink.h:
19295         Added burst on connect sync_method, deprecated sync_clients,
19296         streamlined the sync code some more.
19297
19298 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19299
19300         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19301         (gst_play_base_bin_change_state):
19302           Improve error reporting.
19303
19304 2004-10-28  Wim Taymans  <wim@fluendo.com>
19305
19306         * gst/tcp/Makefile.am:
19307         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19308         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19309         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19310         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19311         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19312         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19313         (gst_fdset_wait):
19314         Added more locks around fdset structures. Fixed/reworked
19315         the poll array resizing code.
19316         Added stress test for fdset.
19317
19318 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19319
19320         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19321         fix build
19322
19323 2004-10-28  Benjamin Otte  <otte@gnome.org>
19324
19325         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19326           fix link function to always query channels and query width for
19327           floats
19328         * configure.ac:
19329           add equalizer dir
19330         * gst/equalizer/Makefile.am:
19331         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19332         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19333         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19334         (arg_to_scale), (setup_filter),
19335         (gst_iir_equalizer_compute_frequencies),
19336         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19337         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19338         (plugin_init):
19339           add an equalizer
19340
19341 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19342
19343         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19344
19345         * po/LINGUAS:
19346         * po/nb.po:
19347           Added Norwegian Bokmaal translation
19348
19349 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19350
19351         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19352           Don't break on options (fixes #156488).
19353
19354 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19355
19356         * configure.ac:
19357         * ext/cdaudio/Makefile.am:
19358         * sys/Makefile.am:
19359           fix build on older automake
19360
19361 2004-10-26  Wim Taymans  <wim@fluendo.com>
19362
19363         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19364         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19365         Allow a little margin when negotiating the framerate.
19366
19367 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19368
19369         * gst/level/gstlevel.c:
19370           synchonised naming of pads and pad-templates
19371
19372 2004-10-26  Wim Taymans  <wim@fluendo.com>
19373
19374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19375         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19376         (_find_streams_check), (gst_ogg_demux_push):
19377         Fix EOS again. Needs to be done in a better way. We should not
19378         remove the pad if there is no new chained stream.
19379
19380 2004-10-26 Iain <iaingnome@gmail.com>
19381
19382         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19383         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19384         of the caps.
19385         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19386         pad.
19387         (interleave_release_pad): Remove the pad.
19388         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19389         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19390         the set device.
19391         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19392         attrs
19393         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19394         (gst_xvimagesink_finalize): Free the par.
19395
19396 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19397
19398         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19399         (gst_avimux_stop_file):
19400           First calculate the rate, and only then use it. Hdr.rate is a
19401           multiple and not a derivative of hdr.scale. Scale is not the
19402           same as blockalign but is solely related to rate.
19403
19404 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19405
19406         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19407         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19408           Implement seeking.
19409
19410 2004-10-25  James Henstridge  <james@jamesh.id.au>
19411
19412         Reviewed by:  David Schleef  <ds@schleef.org>
19413
19414         * examples/gstplay/player.c: (got_stream_length), (main):
19415         * examples/seeking/cdplayer.c: (update_scale):
19416         * examples/seeking/seek.c: (format_value), (update_scale):
19417         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19418         (stop_seek):
19419         Build fixes on AMD64.
19420
19421 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19422
19423         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19424
19425         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19426         Fix for some v4l cards which hang in v4lsrc
19427
19428 2004-10-25  Wim Taymans  <wim@fluendo.com>
19429
19430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19431         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19432         Make sure to remove the pad when a new chain is
19433         encountered. Set some vars to NULL so we don't try
19434         to reference freed memory.
19435
19436 2004-10-25  Wim Taymans  <wim@fluendo.com>
19437
19438         * examples/seeking/Makefile.am:
19439         * examples/seeking/cdplayer.c: (update_scale):
19440         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19441         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19442         (format_value), (update_scale), (iterate), (start_seek),
19443         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19444         (print_usage), (main):
19445         Added some more examples, update others.
19446
19447 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19448
19449         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19450         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19451         * ext/theora/theoradec.c: (theora_dec_chain):
19452         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19453           Add codec-name metadata.
19454
19455 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19456
19457         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19458
19459         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19460         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19461         * ext/alsa/gstalsamixertrack.h:
19462         * po/POTFILES.in:
19463           ALSA mixer track label internationalization (#154054).
19464
19465 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19466
19467         * ext/theora/theoradec.c: (theora_dec_chain):
19468           Export bitrate as metadata.
19469
19470 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19471
19472         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19473         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19474         * ext/alsa/gstalsamixertrack.h:
19475           Fix names, fix loop.
19476
19477 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19478
19479         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19480         (speex_dec_convert):
19481           sinkconvert function so oggdemux can get the file length (totem).
19482
19483 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19484
19485         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19486
19487         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19488           Don't push incomplete packets.
19489         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19490           Fix MPEG-4 audio typefinding.
19491
19492 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19493
19494         * sys/v4l/Makefile.am:
19495         * sys/v4l/gstv4l.c: (plugin_init):
19496         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19497         (gst_v4lelement_init), (gst_v4lelement_dispose),
19498         (gst_v4lelement_change_state):
19499         * sys/v4l/gstv4lelement.h:
19500         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19501         (gst_v4l_xoverlay_close), (idle_refresh),
19502         (gst_v4l_xoverlay_set_xwindow_id):
19503         * sys/v4l/gstv4lxoverlay.h:
19504         * sys/v4l/v4l-overlay_calls.c:
19505         * sys/v4l/v4l_calls.h:
19506         * sys/v4l2/Makefile.am:
19507         * sys/v4l2/gstv4l2.c: (plugin_init):
19508         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19509         (gst_v4l2element_init), (gst_v4l2element_dispose),
19510         (gst_v4l2element_change_state):
19511         * sys/v4l2/gstv4l2element.h:
19512         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19513         (gst_v4l2_xoverlay_close), (idle_refresh),
19514         (gst_v4l2_xoverlay_set_xwindow_id):
19515         * sys/v4l2/gstv4l2xoverlay.h:
19516         * sys/v4l2/v4l2-overlay_calls.c:
19517         * sys/v4l2/v4l2_calls.h:
19518           Remove client-side overlay handling, use the X-server v4l plugin
19519           for that. Nicer overlay, less code. Also make the plugin
19520           compileable without X (but then without overlay, obviously).
19521           Makes xwindowlistener obsolete, should we remove that?
19522
19523 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19524
19525         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19526         (gst_osssrc_src_query):
19527         * sys/oss/gstosssrc.h:
19528           OK, so people want offset in DEFAULT. This time, actually fix all
19529           cases.
19530         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19531           Add FPS properly.
19532
19533 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19534
19535         * gst/asfdemux/gstasfmux.c:
19536         * gst/avi/gstavimux.c:
19537           Framerate.
19538
19539 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19540
19541         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19542           Fix properties (channel, norm, frequency).
19543
19544 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19545
19546         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19547           Flag typo.
19548         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19549           No warnings.
19550
19551 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19552
19553         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19554           Fix hang.
19555
19556 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19557
19558         * sys/v4l2/gstv4l2element.h:
19559           Yet Another Hack (tm) for kernel header borkedness.
19560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19561         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19562         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19563         (gst_v4l2src_change_state):
19564         * sys/v4l2/gstv4l2src.h:
19565         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19566         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19567           Fix caps, keep track of state, work.
19568
19569 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19570
19571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19572           Quiet.
19573
19574 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19575
19576         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19577           Don't mix bytes and samples.
19578
19579 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19580
19581         * ext/ogg/gstoggmux.c:
19582           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19583           and theora. Any is incorrect.
19584         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19585           Fix caps.
19586         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19587         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19588         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19589         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19590         * sys/v4l/gstv4lmjpegsrc.h:
19591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19592         (gst_v4lsrc_change_state):
19593         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19594         (gst_v4lmjpegsrc_capture_stop):
19595           Fix caps. Keep track of internal state. Work.
19596
19597 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * ext/Makefile.am:
19600           Fix the build fixes.
19601
19602 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19603
19604         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19605         (gst_ogg_demux_src_event), (_find_chain_seek),
19606         (gst_ogg_pad_push):
19607           Check for pad availability before using it.
19608         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19609           Fix parsing of chained ogg. Needs more work on the decoder side.
19610
19611 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19612
19613         * gst/spectrum/Makefile.am:
19614         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19615         (idle_func):
19616           Fix demo and reenable it. Yes, I'm currently playing with audio
19617           analysis tools
19618
19619 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19620
19621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19622           We love it if files that start at zero work too...
19623
19624 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19625
19626         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19627           Handle files with missing EOS headers.
19628
19629 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19630
19631         * gst/tcp/gsttcpserversink.c:
19632         (gst_tcpserversink_handle_server_read),
19633         (gst_tcpserversink_init_send):
19634         Zero some variables first (need for accept not to return EINVAL)
19635
19636 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19637
19638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19639         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19640         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19641         (theora_dec_chain):
19642         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19643         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19644           Seeking and querying finetune.
19645
19646 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19647
19648         * configure.ac:
19649         * ext/Makefile.am:
19650         * ext/raw1394/Makefile.am:
19651           fix the build
19652
19653 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19654
19655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19656           Wrong return.
19657         * gst/playback/Makefile.am:
19658         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19659         * gst/playback/gstplay-marshal.list:
19660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19661           Fix marshallers.
19662
19663 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19664
19665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19666           Silence.
19667
19668 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19669
19670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19671         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19672         (gst_ogg_pad_push):
19673           Yay for non-lineair granulepos in theora.
19674
19675 2004-10-18  Wim Taymans  <wim@fluendo.com>
19676
19677         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19678         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19679         * ext/dv/gstdvdec.h:
19680         Make sure we renegotiate aspect ratio when the camera switches.
19681
19682 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19683
19684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19685         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19686           Start at zero.
19687         * ext/theora/theoradec.c: (theora_dec_chain):
19688           Skip headers. Bad idea for chained ogg, but fixes seeking.
19689
19690 2004-10-18  Wim Taymans  <wim@fluendo.com>
19691
19692         * configure.ac:
19693         I swear, this is the last time I touch this.
19694
19695 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19696
19697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19698         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19699         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19700           Faster seeking.
19701         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19702           Time-to-default conversion.
19703         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19704           Don't error on unknown packets, just skip. We should probably
19705           read them if we want to support chained ogg.
19706
19707 2004-10-18  Wim Taymans  <wim@fluendo.com>
19708
19709         * configure.ac:
19710         Added cdaudio to wrong list.
19711
19712 2004-10-18  Wim Taymans  <wim@fluendo.com>
19713
19714         * configure.ac:
19715         Revive cdaudio.
19716
19717 2004-10-18  Wim Taymans  <wim@fluendo.com>
19718
19719         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19720         (gst_dvdec_video_link), (gst_dvdec_push):
19721         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19722         (gst_smokeenc_resync), (gst_smokeenc_chain):
19723         Fix mimetype on smoke encoder.
19724         Add aspect ratio to dvdec. Not sure if these
19725         values are correct though....
19726
19727 2004-10-18  Wim Taymans  <wim@fluendo.com>
19728
19729         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19730         Fix vorbis property descriptions and ranges.
19731
19732 2004-10-18  Wim Taymans  <wim@fluendo.com>
19733
19734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19735         Really do nothing when no data is available.
19736         Go to the playing state when the stream is not seekable
19737         instead of failing.
19738
19739 2004-10-18  Wim Taymans  <wim@fluendo.com>
19740
19741         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19742         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19743         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19744         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19745         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19746         Added uri handler for cd://
19747         Port to new API.
19748
19749 2004-10-18  Wim Taymans  <wim@fluendo.com>
19750
19751         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19752         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19753         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19754         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19755         (remove_prerolls), (unknown_type), (add_element_stream),
19756         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19757         (gst_play_base_bin_remove_element),
19758         (gst_play_base_bin_link_stream):
19759         * gst/playback/gstplaybin.c: (gen_video_element),
19760         (gen_vis_element), (remove_sinks), (setup_sinks):
19761         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19762         (gst_stream_info_get_type), (gst_stream_info_class_init),
19763         (gst_stream_info_init), (gst_stream_info_new),
19764         (gst_stream_info_dispose), (stream_info_mute_pad),
19765         (gst_stream_info_set_property), (gst_stream_info_get_property):
19766         * gst/playback/gststreaminfo.h:
19767         Add sink padtemplate to decodebin.
19768         Added some more comments.
19769         Make queue size configurable in playbasebin.
19770         Added possibility to use elements as sinks (ex cdaudio).
19771
19772 2004-10-15  Wim Taymans  <wim@fluendo.com>
19773
19774         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19775         (gst_speexenc_chain):
19776         Fix speex timestamps so that it gets muxed properly.
19777
19778 2004-10-15  Wim Taymans  <wim@fluendo.com>
19779
19780         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19781         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19782         (gst_dv1394src_init), (gst_dv1394src_dispose),
19783         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19784         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19785         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19786         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19787         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19788         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19789         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19790         * ext/raw1394/gstdv1394src.h:
19791         Added conversion/query functions.
19792         Update buffer timestamps,
19793         Added signals.
19794         Added uri dv:// so it might play from the firewire in playbin.
19795         Fix a possible leak.
19796         Added debugging.
19797
19798 2004-10-15  Wim Taymans  <wim@fluendo.com>
19799
19800         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19801         (gst_dv1394src_init), (gst_dv1394src_set_property),
19802         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19803         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19804         * ext/raw1394/gstdv1394src.h:
19805         Added AV/C VTR control support needed for some cameras.
19806         Added automatic port detection.
19807         Added properties for selecting the channel.
19808         The configure.ac script is not yet updated to reflect the
19809         new libavc1394 and librom1394 dependencies.
19810
19811 2004-10-15  Wim Taymans  <wim@fluendo.com>
19812
19813         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19814         (qtdemux_parse), (gst_qtdemux_handle_esds):
19815         An esds box is not a container.
19816         Fix parsing of mp4v boxes.
19817         Do not try to renegotiate fps for each frame. Need to
19818         find a better method. This should fix mp4 playback.
19819
19820 2004-10-14  David Schleef  <ds@schleef.org>
19821
19822         * configure.ac: update for swfdec-0.3 and liboil-0.2
19823         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19824         * ext/swfdec/gstswfdec.h: same
19825         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19826         * gst/videotestsrc/videotestsrc.c: same
19827
19828 2004-10-14  Wim Taymans  <wim@fluendo.com>
19829
19830         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19831         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19832         (is_sync_frame), (gst_multifdsink_new_client),
19833         (gst_multifdsink_handle_client_write),
19834         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19835         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19836         Turn warnings into info.
19837         Don't allow a state change in the streaming thread.
19838
19839 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19840
19841         * ext/vorbis/oggvorbisenc.c:
19842         * ext/vorbis/vorbisdec.c:
19843           fix template sample rate
19844
19845 2004-10-13  Wim Taymans  <wim@fluendo.com>
19846
19847         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19848         Decoding the header first fixes some problems in resyncing
19849         in more mp3s.
19850
19851 2004-10-12  Wim Taymans  <wim@fluendo.com>
19852
19853         * gst/playback/gstplaybin.c: (gen_video_element),
19854         (gen_vis_element), (remove_sinks), (setup_sinks):
19855         Added vis plugin support, need to configure the vis
19856         element to activate it.
19857
19858 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19859
19860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19861         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19862           Some debug.
19863         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19864         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19865         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19866         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19867         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19868         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19869         * gst/avi/gstavidemux.h:
19870           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19871           recovery (where, if part of the index is broken, we will still read
19872           the rest of the index and recover the broken part by stream
19873           scanning). More broken media support. EOS workarounds. General AVI
19874           braindamage headache recovery. Aspirin included.
19875
19876 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19877
19878         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19879         (cdparanoia_event), (cdparanoia_query):
19880           Get rid of hideous lead-in.
19881
19882 2004-10-11  Wim Taymans  <wim@fluendo.com>
19883
19884         * gst/playback/gstplaybasebin.c: (setup_source):
19885         Wrong var used to get g_list_next.
19886
19887 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19888
19889         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19890         (cdparanoia_get), (cdparanoia_open):
19891           Report discid as metadata, add duration.
19892
19893 2004-10-11  Wim Taymans  <wim@fluendo.com>
19894
19895         * gst/playback/gstplaybasebin.c: (setup_source):
19896         Cleanup the previous pipeline a little earlier for the
19897         case that a source element provides raw data.
19898
19899 2004-10-11  Benjamin Otte  <otte@gnome.org>
19900
19901         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19902           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19903           consuming the last 128 bytes, even though it was valid mp3 data.
19904
19905 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19906
19907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19908         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19909         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19910         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19911
19912 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19913
19914         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19915         Fix for webcams that support only specific width or height
19916
19917 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19918
19919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19920
19921         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19922           Fix wrong discont event setup (fixes #154967).
19923
19924 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19925
19926         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19927
19928         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19929           Error out on invalid data (fixes #154807).
19930
19931 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19932
19933         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19934
19935         * ext/dvdread/dvdreadsrc.c: (_read):
19936           Make titles > 0 work again (fixes #154834).
19937
19938 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19939
19940         * gst-libs/gst/riff/riff-media.c:
19941         (gst_riff_create_video_template_caps):
19942           WMV3 missing in template caps.
19943
19944 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19945
19946         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19947           OK, so the original code was too strict. It makes random AVI files
19948           hang for seconds upon opening, which is unacceptable and is far
19949           beyond the original goal of getting multiple chunks for one-chunk
19950           sounc stream files. So now do just that.
19951
19952 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19953
19954         * gst/playback/gstplaybasebin.c: (setup_source),
19955         (gst_play_base_bin_change_state):
19956           Actually clean up streaminfo if output fails. This would trigger
19957           if, for example, there was no CD in the drive. No preroll, so
19958           a streaminfo structure is created, but the subsequent state change
19959           of the thread fails.
19960         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19961           Don't change state if parent failed.
19962
19963 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19964
19965         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19966         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19967         (gen_video_element), (remove_sinks):
19968           Add small bits of code for screenshot handling.
19969
19970 2004-10-08  Wim Taymans  <wim@fluendo.com>
19971
19972         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19973         (gen_video_element), (gen_audio_element), (setup_sinks):
19974         Don't assume the user provided sinks are named "sink"...
19975
19976 2004-10-08  Wim Taymans  <wim@fluendo.com>
19977
19978         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19979         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19980         (gst_play_base_bin_link_stream):
19981         Do not try to autoplug sources that generate raw streams like
19982         cdparanoia.
19983         disconnect the preroll overrun signal when we don't need it anymore.
19984
19985 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19986
19987         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19988         Added reworked patch from #154903 from milosz derezynski (deadchip).
19989
19990 2004-10-08  Wim Taymans  <wim@fluendo.com>
19991
19992         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19993         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19994         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19995         (cdparanoia_convert), (cdparanoia_uri_get_type),
19996         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19997         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19998         * ext/cdparanoia/gstcdparanoia.h:
19999         This adds the cdda://<tracknum> uri.
20000
20001 2004-10-08  Wim Taymans  <wim@fluendo.com>
20002
20003         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20004         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20005         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20007         (unknown_type), (gst_play_base_bin_remove_element),
20008         (gst_play_base_bin_link_stream):
20009         * gst/playback/gstplaybasebin.h:
20010         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20011         (gst_play_bin_set_property), (gen_video_element),
20012         (gen_audio_element), (setup_sinks):
20013         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20014         (gst_stream_info_get_type), (gst_stream_info_class_init),
20015         (gst_stream_info_init), (gst_stream_info_new),
20016         (gst_stream_info_dispose), (stream_info_mute_pad),
20017         (gst_stream_info_set_property), (gst_stream_info_get_property):
20018         * gst/playback/gststreaminfo.h:
20019         Reuse the audio and video bins.
20020         Some internal cleanups in the stream selection code.
20021
20022 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20023
20024         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20025         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20026         * sys/ximage/ximagesink.h:
20027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20028         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20029         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20030         not coming from those elements. Moreover these elements should not keep
20031         the xid they have been given when in NULL state.
20032
20033 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20034
20035         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20036         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20037         * sys/ximage/ximagesink.h:
20038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20039         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20040         * sys/xvimage/xvimagesink.h:
20041           Actually only create a new toplevel window if we're not gonna
20042           embed it right after.
20043
20044 2004-10-07  Wim Taymans  <wim@fluendo.com>
20045
20046         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20047         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20048         * gst/playback/gstplaybin.c: (setup_sinks):
20049         Implement muting/unmuting of streams, mute streams that are not
20050         used.
20051
20052 2004-10-07  Wim Taymans  <wim@fluendo.com>
20053
20054         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20055         (plugin_init):
20056         Added lame audio/x-ac3 typefind function.
20057
20058 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20059
20060         * configure.ac:
20061           bump nano to cvs
20062
20063 === release 0.8.5 ===
20064
20065 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20066
20067         * NEWS:
20068         * RELEASE:
20069         * configure.ac:
20070           releasing 0.8.5, "Take You On"
20071
20072 2004-10-06  Wim Taymans  <wim@fluendo.com>
20073
20074         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20075         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20076         (no_more_pads), (close_link), (type_found):
20077         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20078         * gst/playback/gstplaybin.c: (gen_video_element):
20079         Do not signal the no_more_pads after the first pad when
20080         we are plugging a non dynamic element with multiple
20081         output pads (like swfdec, dvdec, ...).
20082
20083 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20084
20085         * configure.ac:
20086           bump for prerelease
20087
20088 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20089
20090         * gst/wavparse/gstwavparse.c:
20091           add ATRAC3 to STATIC CAPS to fix a warning
20092
20093         * gst/matroska/ebml-read.c:
20094         * gst-libs/gst/riff/riff-read.c:
20095           fix typos
20096
20097 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20098
20099         * gst-libs/gst/riff/riff-media.c:
20100           generate caps for ATRAC3 audio streams
20101
20102         * gst/realmedia/rmdemux.c:
20103           generate caps for ATRAC3 audio streams
20104
20105 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20106
20107         * gst/wavparse/Makefile.am
20108         * gst/wavparse/riff.h
20109         * gst/wavparse/wavparse.vcproj
20110           riff.h removal (unused and duplication with riff-ids.h)
20111
20112 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20113
20114         * gst/wavparse/gstwavparse.h
20115           remove duplicated defines for audio codec codes
20116
20117         * gst-libs/gst/riff/riff-ids.h
20118         * gst/wavenc/riff.h:
20119           add "4CC" code for ATRAC3 audio streams
20120           add "4CC" code for ITU_G721_ADPCM (unused for now)
20121
20122 2004-10-06  Wim Taymans  <wim@fluendo.com>
20123
20124         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20125         Actually _do_ negotiation. Pass gdouble as arg instead
20126         of guint64 for the framerate.
20127
20128 2004-10-06  Wim Taymans  <wim@fluendo.com>
20129
20130         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20131         (find_compatibles), (close_pad_link), (try_to_link_1),
20132         (no_more_pads), (close_link), (type_found):
20133         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20134         * gst/playback/gstplaybin.c: (gen_video_element),
20135         (gen_audio_element):
20136         Set state on newly added element to READY so that negotiation
20137         can happen ASAP.
20138         Addes some more debug info.
20139         Do not try to plug pads with multiple caps structures or ANY
20140         because it is too dangerous since we do not do dynamic
20141         replugging.
20142
20143 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20144
20145         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20146
20147         * po/LINGUAS:
20148         * po/or.po:
20149           add Oriya translation
20150
20151 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20154           Prevent overwrite of size member. Makes audio sound crappy.
20155
20156 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20157
20158         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20159         Add rmvb to the list of known RealMedia extensions
20160
20161 2004-10-05  Wim Taymans  <wim@fluendo.com>
20162
20163         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20164         (mngdec_openstream), (mngdec_closestream),
20165         (mngdec_handle_sink_event), (mngdec_readdata),
20166         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20167         (mngdec_getcanvasline), (mngdec_refresh),
20168         (gst_mngdec_change_state):
20169         Set the framerate correctly.
20170
20171 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20172
20173         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20174           There was something wrong with the index massaging.
20175
20176 2004-10-04  Wim Taymans  <wim@fluendo.com>
20177
20178         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20179         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20180         (gst_smokedec_chain):
20181         * ext/jpeg/gstsmokedec.h:
20182         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20183         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20184         * ext/jpeg/gstsmokeenc.h:
20185         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20186         (smokecodec_decode_new), (smokecodec_info_free),
20187         (smokecodec_set_quality), (smokecodec_get_quality),
20188         (smokecodec_set_threshold), (smokecodec_get_threshold),
20189         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20190         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20191         (smokecodec_encode), (smokecodec_parse_id),
20192         (smokecodec_parse_header), (smokecodec_decode):
20193         * ext/jpeg/smokecodec.h:
20194         * ext/jpeg/smokeformat.h:
20195         Updated smoke, new bitstream, allows embedding in ogg.
20196
20197 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20198
20199         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20200           Fix seeking in some files. All this code is no longer needed (and
20201           actually breaks stuff) because we now synchronize the full index
20202           right when reading the header.
20203
20204 2004-10-04  Wim Taymans  <wim@fluendo.com>
20205
20206         * configure.ac:
20207         configure update for libmng.
20208
20209 2004-10-04  Wim Taymans  <wim@fluendo.com>
20210
20211         * ext/libmng/Makefile.am:
20212         * ext/libmng/gstmng.c: (plugin_init):
20213         * ext/libmng/gstmng.h:
20214         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20215         (gst_mngdec_base_init), (gst_mngdec_class_init),
20216         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20217         (gst_mngdec_loop), (gst_mngdec_get_property),
20218         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20219         (mngdec_closestream), (mngdec_handle_sink_event),
20220         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20221         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20222         (gst_mngdec_change_state):
20223         * ext/libmng/gstmngdec.h:
20224         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20225         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20226         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20227         (gst_mngenc_chain), (gst_mngenc_get_property),
20228         (gst_mngenc_set_property):
20229         * ext/libmng/gstmngenc.h:
20230         Added basic MNG decoder. Needs more work. The encoder does
20231         not work yet.
20232
20233 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20234
20235         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20236         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20237         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20238           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20239           no-more-pads.
20240
20241 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20242
20243         * configure.ac:
20244           you need at least 1.0.4 of speex
20245
20246 2004-10-04 Iain <iaingnome@gmail.com>
20247
20248         * ext/speex/gstspeexdec.h: Revert the includes changes.
20249
20250         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20251
20252 2004-09-30 Iain <iaingnome@gmail.com>
20253
20254         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20255         found during init or set as a property instead of hardcoding /dev/audio
20256
20257 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20258
20259         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20260         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20261         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20262         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20263         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20264         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20265         (gst_rmdemux_dump_data):
20266           Use debug category, fix EOS handling. filesrc ! rmdemux now
20267           works.
20268
20269 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20270
20271         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20272         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20273         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20274           Improve allocation, cutting and sorting of the index. How takes a
20275           few seconds instead of minutes.
20276
20277 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20278
20279         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20280           fixed compilation
20281
20282 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20283
20284         * gst-libs/gst/riff/riff-media.c:
20285         (gst_riff_create_video_caps_with_data),
20286         (gst_riff_create_video_template_caps):
20287           Add wing commander format mimetype/fourccs.
20288         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20289           Don't crash if some value is 0.
20290
20291 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20292
20293         * gst-libs/gst/riff/riff-media.c:
20294         (gst_riff_create_video_caps_with_data),
20295         (gst_riff_create_video_template_caps):
20296           Add DIB fourcc (raw, palettized 8-bit RGB).
20297         * gst-libs/gst/riff/riff-read.c:
20298         (gst_riff_read_strf_vids_with_data):
20299           Oops, fix strf_data reading bug.
20300         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20301           Use a non-NULL tag.
20302         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20303           Time for hacks. Sorry Dave. At least one quicktime movie (a
20304           trailer) that I've encountered contains multiple video tracks.
20305           One of those is the actual video track, the other are one-frame
20306           tracks (images). Unfortunately, the number of frames according
20307           to the trak header is 1 for each, so that doesn't help. So
20308           instead, I look at the duration and discard tracks with a
20309           duration shorter than 20% of the length of the stream. Better
20310           than nothing.
20311
20312 2004-10-01  Christian Schaller <christian@fluendo.com>
20313
20314         * ext/ivorbis/vorbis.c:
20315           Patch from Phil Blundell (Bug 152341)
20316
20317 2004-10-01  Wim Taymans  <wim@fluendo.com>
20318
20319         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20320         (speex_dec_get_formats), (speex_dec_convert),
20321         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20322         (speex_dec_chain), (gst_speexdec_get_property),
20323         (gst_speexdec_set_property):
20324         Small cleanups.
20325
20326 2004-10-01  Wim Taymans  <wim@fluendo.com>
20327
20328         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20329         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20330         (gst_wavparse_other), (gst_wavparse_loop),
20331         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20332         (gst_wavparse_srcpad_event):
20333         * gst/wavparse/gstwavparse.h:
20334         Added some more debugging info.
20335         Fix the case where the length of the file is 0.
20336         Make sure we seek to sample borders.
20337
20338 2004-10-01  Wim Taymans  <wim@fluendo.com>
20339
20340         * gst/playback/README:
20341         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20342         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20343         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20344         Add some debug info to decodebin, update README
20345
20346 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20347
20348         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20349           Don't use g_print(); use GST_DEBUG().
20350
20351 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20352
20353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20354         (gst_ogg_mux_queue_pads):
20355           Handle EOS properly.
20356
20357 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20358
20359         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20360
20361         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20362         (gst_faad_chain), (gst_faad_change_state):
20363         * ext/faad/gstfaad.h:
20364           Allow playback of raw (unframed) MPEG AAC files (#148993).
20365
20366 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20367
20368         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20369
20370         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20371           Throw error if we didn't recognize the stream. Fixes #152289.
20372
20373 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20374
20375         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20376           Fix negotiation.
20377
20378 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20379
20380         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20381
20382         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20383           Fix memleak.
20384
20385 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20386
20387         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20390           Solve #152805.
20391         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20392           Solve 152806.
20393
20394 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20395
20396         * gst-libs/gst/riff/riff-media.c:
20397         (gst_riff_create_video_caps_with_data),
20398         (gst_riff_create_audio_caps_with_data):
20399           Add codec_data handling (like asfdemux used to do).
20400         * gst/asfdemux/gstasf.c: (plugin_init):
20401         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20402         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20403           Use riff-media for caps creation instead of our own (mostly
20404           broken) copy of its functions.
20405
20406 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20407
20408         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20409           Don't actually error out if we get another return value than
20410           -EINVAL. Opposite to what I first thought, drivers have random
20411           return values for this, although -EINVAL is the expected return
20412           value. Since this is not fatal, we shouldn't use
20413           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20414
20415 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20416
20417         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20418         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20419         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20420         (dvdreadsrc_get), (dvdreadsrc_open_file),
20421         (dvdreadsrc_change_state):
20422           Fix. Don't do one big huge loop around the whole DVD, that will
20423           cache all data and thus eat sizeof(dvd) (several GB) before we
20424           see something.
20425         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20426           Actually NULL'ify event after using it.
20427         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20428         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20429         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20430         (gst_ebml_read_seek), (gst_ebml_read_skip):
20431           Handle events.
20432         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20433         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20434         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20435           Fix timing (this will probably break if I seek using menus, but
20436           I didn't get there yet). VOBs and normal DVDs should now work.
20437           Add a mpeg2-only pad with high rank so this get autoplugged for
20438           MPEG-2 movies.
20439         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20440         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20441         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20442         (gst_mpeg_demux_get_audio_stream),
20443         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20444         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20445           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20446           MPEG-1 but use dvddemux for MPEG-2.
20447         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20448         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20449         (gst_mpeg_parse_parse_packhead):
20450           Timing. Only add pad template if it exists. Add sink template from
20451           class and not from ourselves. This means we will always use the
20452           correct sink template even if it is not the one defined in this
20453           file.
20454
20455 2004-09-29  Wim Taymans  <wim@fluendo.com>
20456
20457         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20458         (gst_mpeg_demux_parse_pes):
20459         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20460         Fix playback of mpeg again, timestamps where screwed up by
20461         patch 1.61.
20462
20463 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20464
20465         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20466           Only return true if we actually filled something in. Prevents
20467           player applications from showing a random length for flac files.
20468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20469         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20470         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20471         (gst_riff_read_strf_vids_with_data),
20472         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20473           OK, ok, so I implemented event handling. Apparently it's normal
20474           that we receive random events at random points without asking
20475           for it.
20476         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20477         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20478         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20479         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20480         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20481         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20482         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20483         * gst/avi/gstavidemux.h:
20484           Implement non-lineair chunk handling and subchunk processing.
20485           The first solves playback of AVI files where the audio and video
20486           data of individual buffers that we read are not synchronized.
20487           This should not happen according to the wonderful AVI specs, but
20488           of course it does happen in reality. It is also a prerequisite for
20489           the second. Subchunk processing allows us to cut chunks in small
20490           pieces and process each of these pieces separately. This is
20491           required because I've seen several AVI files with incredibly large
20492           audio chunks, even some files with only one audio chunk for the
20493           whole file. This allows for proper playback including seeking.
20494           This patch is supposed to fix all AVI A/V sync issues.
20495         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20496         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20497           Work.
20498         * gst/modplug/gstmodplug.cc:
20499           Proper return value setting for the query() function.
20500         * gst/playback/gstplaybasebin.c: (setup_source):
20501           Being in non-playing state (after, e.g., EOS) is not necessarily
20502           a bad thing. Allow for that. This fixes playback of short files.
20503           They don't actually playback fully now, because the clock already
20504           runs. This means that small files (<500kB) with a small length
20505           (<2sec) will still not or barely play. Other files, such as mod
20506           or flx, will work correctly, however.
20507
20508 2004-09-28  Wim Taymans  <wim@fluendo.com>
20509
20510         * ext/speex/gstspeex.c: (plugin_init):
20511         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20512         (gst_speex_dec_class_init), (speex_dec_get_formats),
20513         (speex_get_event_masks), (speex_get_query_types),
20514         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20515         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20516         (gst_speexdec_get_property), (gst_speexdec_set_property),
20517         (speex_dec_change_state):
20518         * ext/speex/gstspeexdec.h:
20519         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20520         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20521         (gst_speexenc_base_init), (gst_speexenc_class_init),
20522         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20523         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20524         (gst_speexenc_src_query), (gst_speexenc_init),
20525         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20526         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20527         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20528         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20529         (gst_speexenc_chain), (gst_speexenc_get_property),
20530         (gst_speexenc_set_property), (gst_speexenc_change_state):
20531         * ext/speex/gstspeexenc.h:
20532         Rewrote speex encoder, make sure it can be embedded in ogg.
20533         Implemented speex decoder.
20534
20535 2004-09-28  Christian Schaller <christian@fluendo.com>
20536
20537         * configure.ac:
20538         Remove kioslave plugin. Markey is brewing a new working one
20539         * ext/Makefile.am: Remove kioslave plugin
20540         * ext/kio: remove
20541         * gst-plugins.spec.in: remove kio plugin from spec
20542
20543 2004-09-27  Wim Taymans  <wim@fluendo.com>
20544
20545         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20546         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20547         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20548         (gst_multifdsink_new_client),
20549         (gst_multifdsink_handle_client_write),
20550         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20551         (gst_multifdsink_handle_clients):
20552         * gst/tcp/gstmultifdsink.h:
20553         Make syncing to keyframes actually work for new clients and lagging
20554         clients.
20555
20556 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20557
20558         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20559         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20560         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20561         * gst/debug/gstnavigationtest.h:
20562           make navigationtest display button-press and button-release events
20563
20564 2004-09-26 Iain <iaingnome@gmail.com>
20565
20566         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20567         the channels have received a new media event.
20568         (interleave_buffered_loop): Compresses a new media event on all
20569         channels into one.
20570
20571 2004-09-26 Iain <iaingnome@gmail.com>
20572
20573         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20574         call the sinkpad's default event handler and not the srcpads. He also
20575         says this is confusing :)
20576         (gst_wavenc_stop_file): Company says that seek events only go upstream
20577         we should send a discontinuous downstream instead.
20578
20579 2004-09-25  Christian Schaller <christian@fluendo.com>
20580
20581         * Update SPEC file to be usable in conjunction with Fedora Core,
20582           Fedora.us and freshrpms packages
20583         * Fix typo in multifilesrc test Makefile
20584
20585 2004-09-24  Wim Taymans  <wim@fluendo.com>
20586
20587         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20588         Only signal the no_more_pads signal when we have
20589         added the stream to our list.
20590
20591 2004-09-24  Wim Taymans  <wim@fluendo.com>
20592
20593         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20594         (new_decoded_pad):
20595         * gst/playback/gstplaybasebin.h:
20596         * gst/playback/gstplaybin.c: (setup_sinks):
20597         Don't try to preroll or decode more than one audio/video
20598         track.
20599
20600 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20601
20602         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20603           Throw error if we failed to find a suitable output. This should
20604           throw an error if we successfully set up a pipeline (e.g. because
20605           we recognized a media file) but found no decodable streams in it
20606           (e.g. because it contains only media stream types for which we
20607           have no decoders, or because it's not a media type).
20608
20609 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20610
20611         * ext/dirac/Makefile.am:
20612         * ext/dirac/gstdirac.cc:
20613         * ext/dirac/gstdiracdec.cc:
20614         * ext/dirac/gstdiracdec.h:
20615           Do something. Don't actually know if this works because I don't
20616           have a demuxer yet.
20617         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20618           Add channels=1 to caps returned from _getcaps().
20619         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20620         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20621         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20622         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20623         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20624         (gst_ogm_parse_change_state):
20625           Separate between audio/video so ogmaudioparse actually uses the
20626           audio pad templates. Both audio and video work now, including
20627           autoplugging. Also use sometimes-srcpad hack.
20628         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20629           Handle events better. Don't hang on infinite loops.
20630         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20631         (gst_avi_demux_init), (gst_avi_demux_reset),
20632         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20633         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20634         (gst_avi_demux_change_state):
20635         * gst/avi/gstavidemux.h:
20636           Improve A/V sync. Still not perfect.
20637         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20638         (gst_ebml_read_skip):
20639           Handle events better.
20640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20641         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20642         (qtdemux_audio_caps):
20643           Add IMA4. Improve event handling. Save offset after a seek when
20644           the headers are at the end of the file so that we don't end up in
20645           an infinite loop.
20646         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20647           Add low-priority typefind support for files with no length.
20648
20649 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20650
20651         * testsuite/multifilesink/Makefile.am:
20652         fix typo
20653
20654 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20655
20656         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20658         mistakes from thaytan's patches.
20659
20660 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20661
20662         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20663           For completeness, XSync in the destroy function as xvimage does.
20664
20665 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20666
20667         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20668            Correct caps negotiation
20669         * gst/volume/gstvolume.c: (volume_chain_float),
20670         (volume_chain_int16):
20671            Modify debug output to be little more informative
20672         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20674         (gst_xvimagesink_xvimage_destroy):
20675           Add XSync calls after detaching from the shared memory segment to
20676           avoid a crash.
20677
20678 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20679
20680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20681         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20682         * ext/vorbis/vorbis.c: (plugin_init):
20683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20684         (gst_vorbisenc_chain):
20685         * ext/vorbis/vorbisenc.h:
20686         remove explicit newmedia support from oggmux and vorbisenc
20687         add debug category to vorbisenc
20688         * gst/multifilesink/gstmultifilesink.c:
20689         (gst_multifilesink_class_init), (gst_multifilesink_init),
20690         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20691         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20692         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20693         (plugin_init):
20694         * gst/multifilesink/gstmultifilesink.h:
20695         add support for streamheader in multifilesink
20696
20697 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20698
20699         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20700         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20701         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20702           Prevent infinite loops. More correct error reporting.
20703         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20704           Error out if negotiation fails.
20705         * gst/playback/gstplaybasebin.c: (setup_source),
20706         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20707         (gst_play_base_bin_found_tag):
20708           Error/tag forwarding. Pre-roll fixes for source errors on state
20709           changes (e.g. "file does not exist") to prevent hangs.
20710
20711 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20712
20713         * testsuite/multifilesink/Makefile.am:
20714         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20715         (gst_newmedia_class_init), (gst_newmedia_init),
20716         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20717         (newfile_signal), (test_signal), (main):
20718         * testsuite/multifilesink/multifilesrc_test.c: (main):
20719         * testsuite/multifilesink/oggtheora_test.c:
20720         (gst_newmedia_base_init), (gst_newmedia_class_init),
20721         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20722         (test_format), (newfile_signal), (test_signal), (main):
20723         * testsuite/multifilesink/oggvorbis_test.c:
20724         (gst_newmedia_base_init), (gst_newmedia_class_init),
20725         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20726         (test_format), (newfile_signal), (test_signal), (main):
20727         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20728         (gst_newmedia_class_init), (gst_newmedia_init),
20729         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20730         (newfile_signal), (test_signal), (main):
20731         New media tests
20732
20733 2004-09-20  Christian Schaller <christian@fluendo.com>
20734
20735         * Fix mikmod license to LGPL as they have relicensed
20736         * Move Dirac and Effectv into LGPL section of README_license
20737
20738 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20739
20740         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20741         (gst_mad_change_state):
20742           Allow for mp3 rate/channels changes. However, only very
20743           conservatively. Reason that we *have* to enable this is smiply
20744           because the mad find_sync() function is not good enough, it will
20745           regularly sync on random data as valid frames and therefore make
20746           us provide random caps as *final* caps of the stream. The best fix
20747           I could think of is to simply require several of the same stream
20748           changes in a row before we change caps.
20749           The actual testcase that works now is #
20750         * ext/ogg/Makefile.am:
20751         * ext/ogg/gstogg.c: (plugin_init):
20752         * ext/ogg/gstogmparse.c:
20753           OGM support (video only for now; I need an audio sample file).
20754         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20755         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20756         (gst_asf_demux_add_video_stream):
20757           WMV extradata.
20758         * gst/playback/gstplaybasebin.c: (unknown_type):
20759           Don't error out on single unknown-types after all. It's wrong.
20760           If we found type of video and audio but not of a subtitle stream,
20761           it will still error out (which is unwanted). Will find a better fix
20762           later on.
20763         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20764         (ogmaudio_type_find), (plugin_init):
20765           OGM support.
20766
20767 2004-09-20  Johan Dahlin  <johan@gnome.org>
20768
20769         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20770         after setting caps.
20771
20772 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20773
20774         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20775         * gst/wavenc/gstwavenc.h:
20776         Added newmedia support to wavenc
20777
20778 2004-09-17  Wim Taymans  <wim@fluendo.com>
20779
20780         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20781         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20782         (gst_fdset_fd_can_write), (gst_fdset_wait):
20783         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20784         (gst_multifdsink_init), (gst_multifdsink_add),
20785         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20786         (gst_multifdsink_remove_client_link),
20787         (gst_multifdsink_client_queue_buffer),
20788         (gst_multifdsink_handle_client_write),
20789         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20790         (gst_multifdsink_close), (gst_multifdsink_change_state):
20791         * gst/tcp/gstmultifdsink.h:
20792         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20793         (gst_tcpserversink_removed):
20794         Small cleanups in fdset.c
20795         Use a hastable to map fd to the client structure for faster
20796         lookup in _remove and get_stats.
20797         Added virtual function to close the fds.
20798         Handle clients even when the select/poll call was unblocked because
20799         of a command.
20800         Implement syncing to keyframe in the recovery procedure.
20801
20802 2004-09-16 Iain <iaingnome@gmail.com>
20803
20804         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20805         try caps.
20806
20807 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20808
20809         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20810           Caps are only set if the type of the stream is unknown, but this
20811           is initialized in ->init_stream(), so set to UNKNOWN after calling
20812           ->init_stream() so that capsnego starts.
20813
20814 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20817         (gst_avi_demux_stream_data):
20818           Just hardcode for raw audio then. AVI audio sucks.
20819
20820 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20821
20822         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20823         * gst/matroska/matroska-mux.c: (audiosink_templ),
20824         (gst_matroska_mux_audio_pad_link):
20825         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20826         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20827
20828 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20829
20830         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20831         (gst_avi_demux_stream_data):
20832           Try to fix a/v sync issues.
20833
20834 2004-09-15  David Schleef  <ds@schleef.org>
20835
20836         * configure.ac: remove NASM check, since we don't use it.  Update
20837         dirac check to 0.4
20838         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20840         Initialized variables.
20841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20842         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20843         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20844         SVQ3 format
20845
20846 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20847
20848         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20849         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20850         * gst/avi/gstavidemux.h:
20851           Fix for compressed audio (mp3) timestamp generation. How did this
20852           ever work?
20853
20854 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20855
20856         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20857           Volume is a double not a float.
20858
20859 2004-09-15  Wim Taymans  <wim@fluendo.com>
20860
20861         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20862         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20863         Don't close the fd in multifdsink as we didn't open it in the
20864         first place. Some cleanups.
20865
20866 2004-09-15  Wim Taymans  <wim@fluendo.com>
20867
20868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20870         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20871         Fix the case where the muxer would mark pages as delta
20872         frames when they are not (vorbis only ogg).
20873
20874 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20875
20876         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20877         (gst_play_base_bin_change_state):
20878           Handle the case where we failed to setup a clear pipeline. This
20879           will throw an error (or EOS, another nice case) and if you don't
20880           catch that, the app will wait for the signal forever (and thus
20881           hang).
20882
20883 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20884
20885         * ext/gnomevfs/gstgnomevfssink.c:
20886         (gst_gnomevfssink_uri_get_protocols):
20887         * ext/gnomevfs/gstgnomevfssrc.c:
20888         (gst_gnomevfssrc_uri_get_protocols):
20889         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20890         * ext/gnomevfs/gstgnomevfsuri.h:
20891           Use _uri_new() instead of _open(), so it doesn't take as long and
20892           Christophe's computer won't hang.
20893         * gst/playback/gstplaybasebin.c: (unknown_type):
20894           Throw error on unknown media type, so apps actually display it.
20895
20896 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20897
20898         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20899           this script to work on Solaris since bash shell handles echo
20900           differenly than bash.
20901
20902 2004-09-17  Wim Taymans  <wim@fluendo.com>
20903
20904         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20905         (setup_source), (gst_play_base_bin_set_property),
20906         (gst_play_base_bin_add_element):
20907         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20908         Some more work on making sure seeking pauses the pipeline and
20909         that changing the uri actually does something.
20910
20911 2004-09-17  Wim Taymans  <wim@fluendo.com>
20912
20913         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20915         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20916         (gst_tcpserversink_close):
20917         Be a bit more paranoid when freeing memory.
20918
20919 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20920
20921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20922         (qtdemux_parse_trak):
20923           Don't crash by dividing by zero (see sample movie in #126922).
20924
20925 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20926
20927         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20928           Don't touch non-existing data (fixes crash on file in #140147).
20929
20930 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20931
20932         * gst/playback/gstplaybasebin.c:
20933         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20934           Handle double disposals, and proper change of URIs.
20935
20936 2004-09-13  Martin Eikermann <meiker@upb.de>
20937
20938         * gst/mpegstream/gstmpegparse.c:
20939           fix synchronistation for streams recorded from digital PCR
20940           fixes bug #119376
20941
20942 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20943
20944         * ext/gnomevfs/Makefile.am:
20945         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20946         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20947         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20948         (gst_gnomevfssink_uri_get_type),
20949         (gst_gnomevfssink_uri_get_protocols),
20950         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20951         (gst_gnomevfssink_uri_handler_init),
20952         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20953         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20954         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20955         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20956         (gst_gnomevfssrc_uri_get_type),
20957         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20958         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20959         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20960         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20961         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20962         * ext/gnomevfs/gstgnomevfsuri.h:
20963           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20964           of fake URIs to see which this version of Gnome-VFS likes, and
20965           uses that for the Gst-URI interface. Makes playbin support http://
20966           streams. Also fix up some stupid behaviour in gnomevfssrc.
20967
20968 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20969
20970         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20971         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20972         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20973         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20974           Update mixer (to sync with other sessions) if we try to obtain
20975           a new value. This makes alsamixer work accross applications.
20976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20977           Only call sync functions if we're running, else alsalib asserts.
20978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20979           Sometimes fails to compile. Possibly a gcc bug.
20980         * gst/playback/gstplaybin.c: (gen_video_element),
20981         (gen_audio_element):
20982           Add a reference to an application-provided object, because we lose
20983           this same reference if we add it to the bin. If we don't do this,
20984           we can only use this object once and thus crash if we go from
20985           ready to playing, back to ready and back to playing again.
20986           Also add an audioscale element because several cheap soundcards -
20987           like mine - don't support all samplerates.
20988         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20989         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20990           Fix wrong order or PAR calls. Makes automatically obtained PAR
20991           from the X server atually being used.
20992
20993 2004-09-12  David Schleef  <ds@schleef.org>
20994
20995         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20996         #151887, #152102, #152247.
20997         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20998         * examples/seeking/cdparanoia.c: same
20999         * examples/seeking/cdplayer.c: same
21000         * examples/seeking/seek.c: same
21001         * examples/seeking/spider_seek.c: same
21002         * examples/seeking/vorbisfile.c: same
21003         * examples/stats/mp2ogg.c: same
21004         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21005         (gst_esdsink_dispose): Dispose of element properly.
21006         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21007         fixes.
21008         * ext/nas/nassink.c: (gst_nassink_class_init),
21009         (gst_nassink_dispose): Dispose of element correctly.
21010         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21011         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21012         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21013         Fix 64-bit warning.
21014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21015         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21016         Fix 64-bit warning.
21017
21018 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21019
21020         * configure.ac : change speex detection as 1.1.6 now uses
21021           .pc/pkg-config and they changed their headers location.
21022
21023 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21024
21025         * gst/matroska/matroska-mux.h:
21026         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21027         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21028         (gst_matroska_mux_write_data):
21029           Write multiple blocks/frames per cluster.
21030                 Write meta-seek information (seek heads).
21031
21032 2004-09-09  Scott Wheeler <wheeler@kde.org>
21033
21034         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21035         (gst_play_bin_set_property), (gst_play_bin_get_property),
21036         (gen_audio_element), (gen_audio_element):
21037           Add a volume element / property to the pipeline.
21038
21039 2004-09-07  Wim Taymans  <wim@fluendo.com>
21040
21041         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21042         Copy timestamps from the master pad to the output buffers.
21043
21044 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21045
21046         * ext/raw1394/gstdv1394src.c:
21047           throw errors when applicable
21048
21049 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21050
21051         * gst/matroska/ebml-ids.h:
21052         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21053         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21054         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21055           automatically convert unix time <-> ebml time when reading/writing
21056           a date, use gst_ebml_write_uint to write CUETIME,
21057           not gst_ebml_write_date.
21058         * gst/matroska/matroska-ids.h:
21059         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21060         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21061         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21062         (gst_matroska_mux_write_data):
21063           Write track and segment UIDs, write muxing date, write
21064           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21065           Create cues for audio only files.
21066
21067 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21068
21069         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21070         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21071           Re-commit ALSA switches.
21072         * gst/adder/gstadder.c: (gst_adder_loop):
21073           64-bit fix (#151416).
21074         * gst/debug/progressreport.c: (gst_progressreport_report):
21075           64-bit fix (#151419).
21076         * gst/matroska/matroska-demux.c:
21077         (gst_matroska_demux_parse_contents):
21078           64-bit fix (#151420).
21079         * gst/playback/test3.c: (update_scale):
21080           64-bit fix (#151421).
21081
21082 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21083
21084         * configure.ac:
21085           bump nano to cvs
21086
21087 === release 0.8.4 ===
21088
21089 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21090
21091         * configure.ac: releasing 0.8.4, "Alias"
21092
21093 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21094
21095         * ext/theora/Makefile.am:
21096           fix makefile.  Fixes #151462.
21097
21098 2004-08-30  Wim Taymans  <wim@fluendo.com>
21099
21100         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21101         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21102         (gst_multifdsink_remove_client_link),
21103         (gst_multifdsink_client_queue_buffer),
21104         (gst_multifdsink_handle_client_write):
21105         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21106         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21107         Fix some memory leaks.
21108
21109 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21110
21111         Patch by: David Schleef
21112
21113         * configure.ac:
21114         * sys/Makefile.am:
21115           rename our detection macro for V4L2.  Fixes #151236.
21116
21117 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21118
21119         Patch by: David Schleef
21120
21121         * configure.ac:
21122           check to define LAMEPRESET.  Fixes #151232.
21123
21124 2004-08-27  David Schleef  <ds@schleef.org>
21125
21126         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21127         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21128         (gst_glimagesink_fixate):  Move local variable declarations to
21129         make gcc-2.95 happy.
21130
21131 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21132
21133         * configure.ac:
21134           bump nano for prerelease
21135
21136 2004-08-27  David Schleef  <ds@schleef.org>
21137
21138         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21139         * sys/sunaudio/gstsunaudiosrc.c:
21140         * sys/sunaudio/gstsunaudiosrc.h:
21141
21142 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21143
21144         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21145         handle EOS correctly
21146         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21147         * gst/matroska/matroska-mux.h:
21148         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21149         VFW compatibility mode
21150
21151 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21152
21153         patch by: Zaheer Abbas Merali
21154
21155         * ext/ogg/gstoggmux.c:
21156         * ext/vorbis/vorbisenc.c:
21157         * ext/vorbis/vorbisenc.h:
21158           handle NEWMEDIA
21159
21160 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21161
21162         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21163         fix byte order reversion on little endian machines.
21164         * gst/matroska/matroska-mux.c: (audiosink_templ),
21165         (gst_matroska_mux_audio_pad_link):
21166         add TTA codec to the list of supported codecs.
21167         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21168         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21169         (gst_matroska_mux_write_data):
21170         * gst/matroska/matroska-mux.h:
21171         write segment duration correctly, write muxing app string, fixes bugs
21172         #140897 and #140898.
21173         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21174         wait for all pads to be negotiated before starting to mux.
21175
21176 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21177
21178         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21179         * ext/lame/gstlame.h:
21180         Added new media support to lame
21181
21182 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21183
21184         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21185         send vorbis headers at the beginning of a stream, fixes bug #141554.
21186         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21187         bug #148950.
21188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21189         (gst_matroska_demux_plugin_init):
21190         * gst/matroska/matroska-ids.h:
21191         enable demuxing of TTA audio streams, fixes bug #148951.
21192         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21193         enable typefinding for TTA audio files, fixes bug #148711.
21194         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21195         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21196         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21197
21198 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21199
21200         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21201         (gst_riff_read_element_data), (gst_riff_read_seek),
21202         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21203         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21204         <teuf@gnome.org>
21205
21206 2004-08-23 Iain <iaingnome@gmail.com>
21207
21208         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21209         tags. They appear to be handled differently to normal.
21210         (tag_list_to_id3_tag_foreach): Ditto.
21211
21212 2004-08-22  Wim Taymans  <wim@fluendo.com>
21213
21214         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21215         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21216         Make sure we never send -1 granulepos.
21217
21218 2004-08-20  Wim Taymans  <wim@fluendo.com>
21219
21220         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21221         (gst_ogg_mux_loop):
21222         I will accept bitchslappings with non sharp objects.
21223
21224 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21225
21226         * configure.ac:
21227         Clean up the test for lame presets
21228
21229 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21230
21231         * configure.ac:
21232         * ext/lame/Makefile.am:
21233         * ext/lame/gstlame.c: (gst_lame_class_init),
21234         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21235         Only enable lame presets if version of lame has presets in API
21236
21237 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21238         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21239         * gst/udp/gstudpsrc.h:
21240           Don't call gst_pad_push in a get function. Fixes #150449
21241
21242 2004-08-18  Wim Taymans  <wim@fluendo.com>
21243
21244         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21245         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21246         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21247         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21248         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21249         (gst_fdset_wait):
21250         * gst/tcp/gstfdset.h:
21251         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21252         (gst_multifdsink_client_queue_buffer),
21253         (gst_multifdsink_handle_client_write):
21254         * gst/tcp/gstmultifdsink.h:
21255         Some extra checks in gstfdset.
21256         Only use send() when the fd is a socket. Don't try to
21257         read from write only fds.
21258
21259 2004-08-18  Wim Taymans  <wim@fluendo.com>
21260
21261         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21262         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21263         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21264         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21265         (gst_fdset_wait):
21266         Add more locking and bounds checking.
21267
21268 2004-08-18  Wim Taymans  <wim@fluendo.com>
21269
21270         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21271         Realloc test fdset in the lock and right before starting
21272         the poll call. Bump the limit to 4096.
21273
21274 2004-08-17  David Schleef  <ds@schleef.org>
21275
21276         * sys/sunaudio/Makefile.am:
21277         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21278         of rates and channels.  Make debugging less obnoxious.
21279
21280         Patch from Balamurali Viswanathan implementing a mixer for
21281         Sun audio.  (bug #144091):
21282         * sys/sunaudio/gstsunelement.c:
21283         * sys/sunaudio/gstsunelement.h:
21284         * sys/sunaudio/gstsunmixer.c:
21285         * sys/sunaudio/gstsunmixer.h:
21286
21287 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21288
21289         * gst/audioscale/gstaudioscale.c:
21290         * gst/audioscale/gstaudioscale.h:
21291         made audioscale resample from any sample rate to any sample rate
21292
21293 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21294
21295         * ext/libpng/gstpngdec.c:
21296           error out on unsupported types
21297
21298 2004-08-17  Iain <iaingnome@gmail.com>
21299
21300         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21301         mid_side and loose_mid_side properties if its a stereo stream.
21302
21303 2004-08-17  Wim Taymans  <wim@fluendo.com>
21304
21305         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21306         (theora_get_formats), (theora_dec_src_convert),
21307         (theora_dec_sink_convert), (theora_dec_src_query),
21308         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21309         Add a debug line.
21310
21311 2004-08-17  Wim Taymans  <wim@fluendo.com>
21312
21313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21314         (gst_ogg_pad_push):
21315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21316         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21317         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21318         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21319         Mark delta units in the muxer.
21320         Try to decode the packet after an out-of-sync error from
21321         libogg.
21322
21323 2004-08-17  Wim Taymans  <wim@fluendo.com>
21324
21325         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21326         (gst_multifdsink_init), (gst_multifdsink_add),
21327         (gst_multifdsink_client_queue_buffer),
21328         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21329         * gst/tcp/gstmultifdsink.h:
21330         Added option to send a keyframe to clients as the first buffer.
21331         Make timeout property writable.
21332
21333 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21334
21335         patch by: Wim Taymans
21336
21337         * gst/tcp/gstfdset.c:
21338         * gst/tcp/gstmultifdsink.c:
21339           fix index comparison, should include 0
21340
21341 2004-08-16  Wim Taymans  <wim@fluendo.com>
21342
21343         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21344         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21345         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21346         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21347         (gst_fdset_wait):
21348           copy when reallocing for poll so the select arguments don't get
21349           changed during the call
21350
21351 2004-08-16  Wim Taymans  <wim@fluendo.com>
21352
21353         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21354         (gst_theora_enc_class_init), (theora_enc_sink_link),
21355         (theora_buffer_from_packet), (theora_enc_chain):
21356         Fix bug where buffers were not marked as keyframes
21357         correctly.
21358
21359 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21360
21361         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21362         (gst_lame_preset_get_type), (gst_lame_class_init):
21363         describe the enum values for vbr mode and presets more verbosely
21364
21365 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21366
21367         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21368         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21369         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21370         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21371         * ext/lame/gstlame.h:
21372         add preset property to lame so it can use lame presets
21373
21374 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21375
21376         * ext/lame/gstlame.c: (gst_lame_get_property):
21377         whoops forgot break, thanks teuf
21378
21379 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21380
21381         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21382         (gst_lame_class_init), (gst_lame_src_getcaps),
21383         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21384         (gst_lame_get_property), (gst_lame_setup):
21385         * ext/lame/gstlame.h:
21386         fix lame's broken vbr stuff, allow it to resample if need be, and also
21387         make xing header optional
21388
21389 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21390
21391         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21392         added getcaps function so samplerate doesnt get fixated to silly values
21393
21394 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21395
21396         * ext/lame/gstlame.c: (gst_lame_src_link):
21397         revert previous fix
21398
21399 2004-08-12  Johan Dahlin  <johan@gnome.org>
21400
21401         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21402         checks. Doesn't matter what state we are in. Interfaces are a
21403         compile time thing, not runtime. It also broke the python bindings.
21404
21405 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21406
21407         * ext/lame/gstlame.c: (gst_lame_src_link):
21408         made source pad link function check if sinkpad is ok..fixes the problem
21409         where core fixates the output rate of lame stupidly
21410
21411 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21412
21413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21414         * sys/v4l/v4l_calls.c:
21415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21416           fix fixate function to handle nonsimple caps.
21417           remove bogus check in _link
21418           cleanups
21419
21420 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21421
21422         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21423         set default compression ratio parameter to 0.0 so bitrate parameter
21424         works :)
21425
21426 2004-08-11  David Schleef  <ds@schleef.org>
21427
21428         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21429
21430 2004-08-11  David Schleef  <ds@schleef.org>
21431
21432         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21433         before.
21434
21435 2004-08-11  David Schleef  <ds@schleef.org>
21436
21437         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21438
21439 2004-08-11  David Schleef  <ds@schleef.org>
21440
21441         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21442           license field
21443         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21444         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21445           LGPL.
21446         * gst/auparse/gstauparse.c: Fix plugin license field.
21447         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21448         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21449         * gst/rtp/gstrtp.c: Fix plugin license field.
21450
21451 2004-08-11  Wim Taymans  <wim@fluendo.com>
21452
21453         * gst/tcp/Makefile.am:
21454         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21455         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21456         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21457         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21458         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21459         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21460         (gst_fdset_fd_can_write), (gst_fdset_wait):
21461         * gst/tcp/gstfdset.h:
21462         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21463         (gst_multifdsink_class_init), (gst_multifdsink_init),
21464         (gst_multifdsink_add), (gst_multifdsink_remove),
21465         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21466         (gst_multifdsink_remove_client_link),
21467         (gst_multifdsink_handle_client_read),
21468         (gst_multifdsink_client_queue_data),
21469         (gst_multifdsink_client_queue_caps),
21470         (gst_multifdsink_client_queue_buffer),
21471         (gst_multifdsink_handle_client_write),
21472         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21473         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21474         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21475         (gst_multifdsink_close):
21476         * gst/tcp/gstmultifdsink.h:
21477         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21478         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21479         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21480         (gst_tcpserversink_close):
21481         * gst/tcp/gsttcpserversink.h:
21482         Abstracted away the select call, implemented poll (yes we ran into
21483         the 1024 limit in production).
21484
21485 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21486
21487         * gst/tcp/gsttcp.c:
21488         * gst/tcp/gsttcpplugin.c:
21489           improve debuggging, remove assert
21490
21491 2004-08-10  Wim Taymans  <wim@fluendo.com>
21492
21493         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21494         (gst_client_status_get_type), (gst_multifdsink_class_init),
21495         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21496         (gst_multifdsink_handle_client_read),
21497         (gst_multifdsink_handle_client_write),
21498         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21499         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21500         (gst_multifdsink_get_property):
21501         * gst/tcp/gstmultifdsink.h:
21502         * gst/tcp/gsttcp-marshal.list:
21503         Starting to prepare for specifying buffer time in other units
21504         than buffers. Expose remove reason in signal.
21505
21506 2004-08-10  Wim Taymans  <wim@fluendo.com>
21507
21508         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21509         (gst_multifdsink_remove), (gst_multifdsink_clear),
21510         (gst_multifdsink_remove_client_link),
21511         (gst_multifdsink_handle_client_read),
21512         (gst_multifdsink_client_queue_data),
21513         (gst_multifdsink_client_queue_buffer),
21514         (gst_multifdsink_handle_client_write),
21515         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21516         (gst_multifdsink_chain), (gst_multifdsink_close):
21517         * gst/tcp/gstmultifdsink.h:
21518         Added more debugging info. Changed the way clients are
21519         removed from the lists. Fixed a bug where a bad file descriptor
21520         could cause many clients to be removed.
21521
21522 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21523
21524         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21525           allow all pixel-aspect-ratios, not just 1:1
21526
21527 2004-08-09  David Schleef  <ds@schleef.org>
21528
21529         * sys/glsink/ARB_multitexture.h:  Remove old files.
21530         * sys/glsink/EXT_paletted_texture.h:
21531         * sys/glsink/NV_register_combiners.h:
21532         * sys/glsink/gstgl_nvimage.c:
21533         * sys/glsink/gstgl_pdrimage.c:
21534         * sys/glsink/gstgl_rgbimage.c:
21535         * sys/glsink/gstglsink.c:
21536         * sys/glsink/gstglsink.h:
21537         * sys/glsink/gstglxwindow.c:
21538         * sys/glsink/regcomb_yuvrgb.c:
21539
21540 2004-08-09  David Schleef  <ds@schleef.org>
21541
21542         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21543         GL sink plugin.  (Bug #147302)
21544
21545         * configure.ac: Test for OpenGL
21546         * sys/Makefile.am: Use test for OpenGL
21547         * sys/glsink/Makefile.am:
21548         * sys/glsink/glimagesink.c: rewrite
21549         * sys/glsink/glimagesink.h: rewrite
21550
21551 2004-08-09  David Schleef  <ds@schleef.org>
21552
21553         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21554         sane framerates.
21555         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21557         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21558
21559 2004-08-09  Wim Taymans  <wim@fluendo.com>
21560
21561         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21562         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21563         (gst_multifdsink_client_remove),
21564         (gst_multifdsink_handle_client_read),
21565         (gst_multifdsink_handle_client_write),
21566         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21567         Do a bit more logging, make the client_read code more robust.
21568
21569 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21570
21571         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21572         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21573         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21574         (gst_jpegdec_init), (gst_jpegdec_chain):
21575         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21576         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21577           cleanups, debugging fixes and memleak plugging
21578
21579 2004-08-09  Wim Taymans  <wim@fluendo.com>
21580
21581         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21582         (theora_get_formats), (theora_dec_src_convert),
21583         (theora_dec_sink_convert), (theora_dec_src_query),
21584         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21585         (theora_dec_change_state):
21586         Don't crash on missing header packets.
21587
21588 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21589
21590         * po/LINGUAS:
21591         * po/sq.po:
21592           Added Albanian translation (Laurent Dhima)
21593         * po/cs.po:
21594           updated
21595
21596 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         * ext/lame/gstlame.c:
21599           fix/add debugging
21600
21601 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21602
21603         * sys/ximage/ximagesink.c:
21604         * sys/xvimage/xvimagesink.c:
21605           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21606
21607 2004-08-06  Wim Taymans  <wim@fluendo.com>
21608
21609         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21610         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21611         (gst_multifdsink_client_remove),
21612         (gst_multifdsink_handle_client_read),
21613         (gst_multifdsink_handle_client_write),
21614         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21615         Make sure we don't try to read more from a client that what
21616         ioctl says us or we deadlock.
21617
21618 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21619
21620         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21621         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21622         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21623           decouple running_time and n_frames so it can handle changing
21624           framerate while running
21625
21626 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * po/nl.po:
21629         * po/sv.po:
21630           updated translations
21631
21632 2004-08-04  Benjamin Otte  <otte@gnome.org>
21633
21634         * gst/videotestsrc/gstvideotestsrc.c:
21635         (gst_videotestsrc_get_capslist), (generate_capslist),
21636         (plugin_init):
21637           generate the list of supported caps at startup and reuse it instead
21638           of always generating it
21639
21640 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21641
21642         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21643           whoops, last checkin broke normal build
21644
21645 2004-08-03  Benjamin Otte  <otte@gnome.org>
21646
21647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21648         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21649         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21650         (gst_alsa_mixer_get_option):
21651         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21652         (dvdnavsrc_print_event):
21653         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21654         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21655         (gst_ogg_mux_pad_unlink):
21656         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21657         (gst_multipart_mux_pad_unlink):
21658         * gst/videofilter/gstvideobalance.c:
21659         (gst_videobalance_colorbalance_set_value):
21660         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21661         (gst_videomixer_pad_unlink):
21662         * po/uk.po:
21663         * sys/oss/gstossmixer.c:
21664         * sys/v4l/gstv4lcolorbalance.c:
21665         * sys/v4l/gstv4ltuner.c:
21666         * sys/v4l/v4lsrc_calls.c:
21667         * sys/v4l2/gstv4l2colorbalance.c:
21668         * sys/v4l2/gstv4l2tuner.c:
21669           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21670
21671 2004-08-03  Benjamin Otte  <otte@gnome.org>
21672
21673         * examples/dynparams/filter.c: (ui_control_create):
21674         * examples/gstplay/player.c: (print_tag):
21675         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21676         * ext/gdk_pixbuf/gstgdkanimation.c:
21677         (gst_gdk_animation_iter_may_advance):
21678         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21679         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21680         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21681         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21683         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21684         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21685         * gst/sine/demo-dparams.c: (main):
21686         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21687         * testsuite/alsa/formats.c: (create_pipeline):
21688         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21689           fixes for G_DISABLE_ASSERT and friends
21690         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21691         (mp3_type_frame_length_from_header), (mp3_type_find),
21692         (plugin_init):
21693           require mp3 typefinding to have at least MIN_HEADERS valid headers
21694           add typefinding for AAC adts files
21695
21696 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21697
21698         * sys/ximage/ximagesink.c:
21699         (gst_ximagesink_calculate_pixel_aspect_ratio):
21700         * sys/xvimage/xvimagesink.c:
21701         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21702         Make sure we calculate pixel-aspect-ratio using floating point maths
21703
21704 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21705
21706         * po/uk.po:
21707           updated translation
21708
21709 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21713           add debugging for display PAR calculation
21714
21715 2004-08-02  David Schleef  <ds@schleef.org>
21716
21717         * configure.ac: Fix mikmod CFLAGS.
21718
21719 2004-07-27  Benjamin Otte  <otte@gnome.org>
21720
21721         * gst/audioscale/gstaudioscale.c:
21722         - fix templates to only support S16, it's the only format that works
21723         - make caps nego code use try_set_caps_nonfixed and fixation instead
21724         of try_set_caps twice, which is not nice for autopluggers
21725         - change rank to secondary, so autopluggers can pick it up after
21726         audioconvert
21727
21728 2004-08-02  Iain <iain@prettypeople.org>
21729
21730         * gst/interleave/interleave.c (interleave_init),
21731         (interleave_request_new_pad),
21732         (interleave_pad_removed),
21733         (interleave_buffered_loop): Use the real pad count, not the artificial
21734         one.
21735
21736 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21737
21738         * configure.ac: bump nano back to development
21739
21740 === release 0.8.3 ===
21741
21742 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21743
21744         * configure.ac: releasing 0.8.3, "Water"
21745
21746 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21747
21748         * sys/xvimage/xvimagesink.c:
21749         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21750         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21751         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21752         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21753         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21754         * sys/xvimage/xvimagesink.h:
21755           apply similar PAR fixes as to ximagesink
21756
21757 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21758
21759         patch from: Benjamin Otte
21760
21761         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21762           add link function to lame.  Fixes #148986.
21763
21764 2004-08-02  Johan Dahlin  <johan@gnome.org>
21765
21766         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21767         fix debugging log
21768
21769 2004-07-30  David Schleef  <ds@schleef.org>
21770
21771         * gst/videomixer/Makefile.am: Fix things that should have been
21772         fixed in the last checkin.
21773
21774 2004-07-30  David Schleef  <ds@schleef.org>
21775
21776         * gst/multipart/Makefile.am: Fix things that should have been
21777         fixed in the last checkin.
21778
21779 2004-07-30  David Schleef  <ds@schleef.org>
21780
21781         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21782
21783 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21784
21785         * configure.ac:
21786           bump nano for prerelease
21787         * po/af.po:
21788         * po/az.po:
21789         * po/cs.po:
21790         * po/en_GB.po:
21791         * po/hu.po:
21792         * po/nl.po:
21793         * po/sr.po:
21794         * po/sv.po:
21795         * po/uk.po:
21796           updates
21797
21798 2004-07-30  Wim Taymans  <wim@fluendo.com>
21799
21800         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21801         (gst_multifdsink_add), (gst_multifdsink_remove),
21802         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21803         (gst_multifdsink_client_remove),
21804         (gst_multifdsink_handle_client_write),
21805         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21806         * gst/tcp/gstmultifdsink.h:
21807         Recover from a select with a bad file descriptor by removing
21808         the client.
21809
21810 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21811
21812         * configure.ac:
21813           fix requirement of core
21814         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21815         (gst_play_pipeline_setup):
21816           don't use colorspace element.  do use hermescolorspace element.
21817           make macro to get a colorspace element.
21818           mark strings for translation.
21819         * po/POTFILES.in:
21820           add play.c
21821         * po/af.po:
21822         * po/az.po:
21823         * po/cs.po:
21824         * po/en_GB.po:
21825         * po/hu.po:
21826         * po/nl.po:
21827         * po/sr.po:
21828         * po/sv.po:
21829         * po/uk.po:
21830           update translations
21831
21832 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21833
21834         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21835         fix default for newmedia flag
21836
21837 2004-07-30  Wim Taymans  <wim@fluendo.com>
21838
21839         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21840         (gst_theora_dec_init), (theora_get_formats),
21841         (theora_dec_src_convert), (theora_dec_sink_convert),
21842         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21843         (theora_dec_chain), (theora_dec_set_property),
21844         (theora_dec_get_property):
21845         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21846         (gst_theora_enc_class_init), (gst_theora_enc_init),
21847         (theora_enc_sink_link), (theora_enc_chain),
21848         (theora_enc_set_property), (theora_enc_get_property):
21849         Added cropping option to theora decoder.
21850         Added border option to theora encoder.
21851
21852 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21853
21854         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21855         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21856         (gst_pngenc_set_property):
21857         * ext/libpng/gstpngenc.h:
21858         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
21859
21860 2004-07-30  Wim Taymans  <wim@fluendo.com>
21861
21862         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21863         (theora_enc_sink_link), (theora_enc_chain),
21864         (theora_enc_set_property), (theora_enc_get_property):
21865         Fix encoding of non-multiple-of-16 video.
21866
21867 2004-07-29  David Schleef  <ds@schleef.org>
21868
21869         * configure.ac: make test for audiofile more strict
21870
21871 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21872
21873         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21874           give different names to typefind functions
21875
21876 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21877
21878         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21879         (gst_ximagesink_calculate_pixel_aspect_ratio),
21880         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21881         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21882         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21883         (gst_ximagesink_get_property), (gst_ximagesink_init):
21884         * sys/ximage/ximagesink.h:
21885           allocate PAR's dynamically.
21886           use autodetected PAR if no object-set PAR is given.
21887           add workaround for directfb's X not setting physical size.
21888           fix to xvimagesink will follow tomorrow.
21889
21890 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21891
21892         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21893         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21894         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21895         (gst_shout2send_class_init), (gst_shout2send_init),
21896         (set_shout_metadata), (gst_shout2send_set_metadata),
21897         (gst_shout2send_chain), (gst_shout2send_set_property),
21898         (gst_shout2send_get_property), (gst_shout2send_connect),
21899         (gst_shout2send_change_state):
21900         * ext/shout2/gstshout2.h:
21901         - fix for sending mp3 audio to icecast2 server, if pad link function not
21902         called before PAUSED state
21903         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21904         - added tagging support for mp3 audio broadcasted
21905         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21906         debug info
21907
21908 2004-07-28  Wim Taymans  <wim@fluendo.com>
21909
21910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21911         (gst_ogg_demux_push):
21912         Return query failure when we don't know the length of
21913         an ogg stream insteda of returning TRUE with a bogus value.
21914
21915 2004-07-28  Wim Taymans  <wim@fluendo.com>
21916
21917         * ext/theora/theoradec.c: (theora_get_formats),
21918         (theora_dec_src_convert), (theora_dec_sink_convert),
21919         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21920         (theora_dec_chain):
21921         Don't screw up the 1 Chroma for 1 luma sample situation when we
21922         have an odd offset/width by adding a black border in those cases.
21923
21924 2004-07-28  Wim Taymans  <wim@fluendo.com>
21925
21926         * ext/theora/theoradec.c: (theora_get_formats),
21927         (theora_dec_src_convert), (theora_dec_sink_convert),
21928         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21929         (theora_dec_chain):
21930         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21931         Added first attempt at cropping of the image as required by the
21932         theora spec. We need more properties in the caps (offset_x,
21933         offset_y,stride) to implement this correctly.
21934
21935 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21936
21937         * ext/dvdnav/README:
21938           Update the README to use dvddemux
21939         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21940           Ensure getcaps returns a subset of the template caps
21941         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21942         (gst_mpeg2subt_init):
21943           Ensure getcaps returns a subset of the template caps
21944         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21945         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21946         (gst_dvd_demux_get_subpicture_stream),
21947         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21948         * gst/mpegstream/gstdvddemux.h:
21949           Set the explicit caps on the current_video pad before pushing
21950           anything
21951         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21952         (gst_mpeg_demux_get_audio_stream):
21953           Free caps used to gst_pad_set_explicit_caps, which takes a const
21954           GstCaps *
21955
21956 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21957
21958         * configure.ac: update GStreamer requirement to 0.8.4 because of
21959           GstFraction.
21960
21961 2004-07-28  Wim Taymans  <wim@fluendo.com>
21962
21963         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21964         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21965         Add the pad to the element after setting up the caps. This
21966         makes it a lot easier to autoplug.
21967
21968 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21969
21970         * gst/median/gstmedian.c:
21971         * gst/mpeg2subt/gstmpeg2subt.c:
21972         * gst/mpegaudioparse/gstmpegaudioparse.c:
21973         * gst/mpegstream/gstdvddemux.c:
21974         * gst/mpegstream/gstmpegdemux.c:
21975         * gst/mpegstream/gstmpegpacketize.c:
21976         * gst/rtjpeg/gstrtjpeg.c:
21977         * gst/rtjpeg/gstrtjpegdec.c:
21978         * gst/rtjpeg/gstrtjpegenc.c:
21979         * gst/sine/gstsinesrc.c:
21980         * gst/smooth/gstsmooth.c:
21981         * gst/smpte/gstsmpte.c:
21982         * gst/smpte/gstsmpte.h:
21983         * gst/stereo/gststereo.c:
21984         * gst/videofilter/gstgamma.c:
21985         * gst/videofilter/gstvideobalance.c:
21986         * gst/videofilter/gstvideofilter.c:
21987         * gst/videofilter/gstvideoflip.c:
21988         * gst/videoscale/gstvideoscale.c:
21989         * gst/videoscale/videoscale.c:
21990         * gst/videotestsrc/gstvideotestsrc.c:
21991         * gst/videotestsrc/videotestsrc.c:
21992         * gst/wavenc/gstwavenc.c:
21993         * gst/wavparse/gstwavparse.c:
21994           fix local includes and 64 bits constants
21995
21996 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21997
21998         * win32/gst.sln:
21999         * gst-libs/gst/*/*.vcproj:
22000         * gst/*/*.vcproj:
22001           more working plugins
22002
22003 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22004
22005         * testsuite/alsa/Makefile.am:
22006         * testsuite/alsa/srcstate.c:
22007         add test for alsasrc changing state
22008
22009 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22010
22011         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22012         (gst_silence_get):
22013         * gst/silence/gstsilence.h:
22014         fix silence generation for 16bit raw audio
22015
22016 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22017
22018         * gst/matroska/matroska-demux.c:
22019         (gst_matroska_demux_parse_metadata),
22020         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22021         * gst/mpegaudio/common.c:
22022         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22023         (gst_videoscale_getcaps), (gst_videoscale_link),
22024         (gst_videoscale_src_fixate), (gst_videoscale_init),
22025         (gst_videoscale_finalize):
22026         * gst/videoscale/gstvideoscale.h:
22027         * gst/videotestsrc/gstvideotestsrc.c:
22028         (gst_videotestsrc_get_capslist):
22029         * gst/wavenc/gstwavenc.c:
22030         * sys/oss/gstossmixer.c: (fill_labels):
22031         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22032         (gst_ximagesink_handle_xevents),
22033         (gst_ximagesink_calculate_pixel_aspect_ratio),
22034         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22035         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22036         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22037         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22038         (gst_ximagesink_init), (gst_ximagesink_class_init):
22039         * sys/ximage/ximagesink.h:
22040         * sys/xvimage/xvimagesink.c:
22041         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22042         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22043         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22044         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22045         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22046         * sys/xvimage/xvimagesink.h:
22047           first batch of pixel aspect ratio commits.
22048
22049 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22052         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22053         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22054           handle stride, needs work if we want to move stride handling
22055           upstream, but works correctly for our purposes.
22056
22057 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22058
22059         * gst/videoscale/README:
22060           add testing examples
22061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22062         (gst_videoscale_chain):
22063         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22064         (gst_videoscale_get_size):
22065           add get_size function that handles stride like videotestsrc.
22066           fixes conversion for YUV formats for as much as I can test them.
22067
22068 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22069
22070         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22071         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22073         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22074         (gst_xvimagesink_xvimage_put):
22075           further cleanups, logging, error handling and synchronizing
22076
22077 2004-07-27  Wim Taymans  <wim@fluendo.com>
22078
22079         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22080         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22081         (gst_videomixer_pad_set_property),
22082         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22083         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22084         (gst_videomixer_class_init), (gst_videomixer_init),
22085         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22086         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22087         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22088         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22089         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22090         (gst_videomixer_loop), (plugin_init):
22091         Be a nicer negotiation citizen and provide a getcaps function on
22092         the srcpad. This also fixes a crash when resizing.
22093
22094 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22095
22096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22097         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22098
22099 2004-07-27  Wim Taymans  <wim@fluendo.com>
22100
22101         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22102         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22103         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22104         (gst_pngenc_set_property):
22105         * ext/libpng/gstpngenc.h:
22106         Added snapshot property to pngenc.
22107         removed g_print from pngdec
22108
22109 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22110
22111         * gst/ac3parse/ac3parse.vcproj
22112         * gst/adder/adder.vcproj
22113         * gst/alpha/alpha.vcproj
22114         * gst/alpha/alphacolor.vcproj
22115         * gst/asfdemux/asf.vcproj
22116         * gst/audioconvert/audioconvert.vcproj
22117         * gst/audiorate/audiorate.vcproj
22118         * gst/audioscale/audioscale.vcproj
22119         * gst/auparse/auparse.vcproj
22120         * gst/avi/avi.vcproj
22121         * gst/cdxaparse/cdxaparse.vcproj
22122         * gst/chart/chart.vcproj
22123         * gst/colorspace/colorspace.vcproj
22124         * gst/cutter/cutter.vcproj
22125         * gst/debug/debug.vcproj
22126         * gst/debug/efence.vcproj
22127         * gst/debug/navigationtest.vcproj
22128         * gst/deinterlace/deinterlace.vcproj
22129         * gst/effectv/effectv.vcproj
22130         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22131         * gst/filter/filter.vcproj
22132         * gst/flx/flxdec.vcproj
22133         * gst/goom/goom.vcproj
22134         * gst/interleave/interleave.vcproj
22135         * gst/law/alaw.vcproj
22136         * gst/law/mulaw.vcproj
22137         * gst/matroska/matroska.vcproj
22138         * gst/median/median.vcproj
22139         * gst/mixmatrix/mixmatrix.vcproj
22140         * gst/mpeg1sys/mpeg1systemencode.vcproj
22141         * gst/mpeg1videoparse/mp1videoparse.vcproj
22142         * gst/mpeg2sub/mpeg2subt.vcproj
22143         * gst/mpegaudio/mpegaudio.vcproj
22144         * gst/mpegaudioparse/mpegaudioparse.vcproj
22145         * gst/mpegstream/mpegstream.vcproj
22146         * gst/multifilesink/multifilesink.vcproj
22147         * gst/multipart/multipart.vcproj
22148         * gst/oneton/oneton.vcproj
22149         * gst/overlay/overlay.vcproj
22150         * gst/passthrough/passthrough.vcproj
22151         * gst/qtdemux/qtdemux.vcproj
22152         * gst/realmedia/rmdemux.vcproj
22153         * gst/rtjpeg/rtjpeg.vcproj
22154         * gst/rtp/rtp.vcproj
22155         * gst/silence/silence.vcproj
22156         * gst/sine/sinesrc.vcproj
22157         * gst/smooth/smooth.vcproj
22158         * gst/smpte/smpte.vcproj
22159         * gst/spectrum/spectrum.vcproj
22160         * gst/speed/speed.vcproj
22161         * gst/stereo/stereo.vcproj
22162         * gst/switch/switch.vcproj
22163         * gst/tags/tagedit.vcproj
22164         * gst/tcp/tcp.vcproj
22165         * gst/typefind/typefindfunctions.vcproj
22166         * gst/udp/udp.vcproj
22167         * gst/videobox/videobox.vcproj
22168         * gst/videocrop/videocrop.vcproj
22169         * gst/videodrop/videodrop.vcproj
22170         * gst/videofilter/gamma.vcproj
22171         * gst/videofilter/videobalance.vcproj
22172         * gst/videofilter/videofilter.vcproj
22173         * gst/videofilter/videoflip.vcproj
22174         * gst/videoflip/videoflip.vcproj
22175         * gst/videomixer/videomixer.vcproj
22176         * gst/videorate/videorate.vcproj
22177         * gst/videoscale/videoscale.vcproj
22178         * gst/videotestsrc/videotestsrc.vcproj
22179         * gst/virtualdub/virtualdub.vcproj
22180         * gst/volenv/volenv.vcproj
22181         * gst/volume/volume.vcproj
22182         * gst/wavenc/wavenc.vcproj
22183         * gst/wavparse/wavparse.vcproj
22184         * gst/y4m/y4menc.vcproj
22185         * gst-libs/gst/audio/audio.vcproj
22186         * gst-libs/gst/audio/audiofilter.vcproj
22187         * gst-libs/gst/colorbalance/colorbalance.vcproj
22188         * gst-libs/gst/idct/idtc.vcproj
22189         * gst-libs/gst/media-info/media-info.vcproj
22190         * gst-libs/gst/mixer/mixer.vcproj
22191         * gst-libs/gst/navigation/navigation.vcproj
22192         * gst-libs/gst/play/play.vcproj
22193         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22194         * gst-libs/gst/resample/resample.vcproj
22195         * gst-libs/gst/riff/riff.vcproj
22196         * gst-libs/gst/tuner/tuner.vcproj
22197         * gst-libs/gst/video/video.vcproj
22198         * gst-libs/gst/xoverlay/xoverlay.vcproj
22199           avoid problems with math.h, fix release dependancy
22200           rename GStreamer-0.8.lib to libgstreamer.lib
22201
22202 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22203
22204         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22206         the atom is not available we have to unlock the mutex. Fixes #148023
22207
22208 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22209
22210         * gst-libs/gst/media-info/media-info.h:
22211           issue for a vararg macro with MSVC
22212
22213 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22214
22215         * gst/effectv/effectv.vcproj
22216         * gst-libs/gst/idct/idct.vcproj:
22217         * gst-libs/gst/media-info/media-info.vcproj:
22218         * gst-libs/gst/navigation/navigation.vcproj:
22219         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22220         * gst-libs/gst/video/video.vcproj:
22221         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22222           fixes for build problems
22223
22224 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22225
22226         * gst-libs/gst/audio/audio.def:
22227         * gst-libs/gst/audio/riff.def:
22228           add some definitions needed by plugins
22229
22230 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22231
22232         * gst/asfdemux/gstasfmux.c
22233           Fix some 64 bits constants to be glib friendly
22234
22235 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22236
22237         * gst/ac3parse/gstac3parse.c
22238         * gst/audioscale/gstaudioscale.c
22239         * gst/auparse/gstauparse.c
22240         * gst/colorspace/gstcolorspace.c
22241         * gst/colorspace/yuv2rgb.h
22242           local include fixes
22243
22244 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22245
22246         * win32/gst.sln
22247           add more plugins to the build
22248
22249 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22250
22251         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22252         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22253
22254 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22255
22256         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22257         (gst_level_set_property), (gst_level_get_property),
22258         (gst_level_base_init), (gst_level_class_init):
22259           add debugging categories.  cleanups.
22260
22261 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22262
22263         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22264         (gst_videoscale_planar411), (gst_videoscale_planar400),
22265         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22266         (gst_videoscale_scale_nearest_str1),
22267         (gst_videoscale_scale_nearest_str2),
22268         (gst_videoscale_scale_nearest_str4),
22269         (gst_videoscale_scale_nearest_16bit),
22270         (gst_videoscale_scale_nearest_24bit):
22271           fixed stride issues
22272           tested with 320x240 -> 321, 322, 324 x240
22273           tested with YV12, I420, YUY2, UYVY
22274           fixed packed422rev (don't think it could have worked before)
22275           by testing with UYVY
22276
22277 2004-07-26  Benjamin Otte  <otte@gnome.org>
22278
22279         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22280         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22281         (plugin_init):
22282           add debugging category, add error checks like checking return values
22283           of setup calls, make sure it still works after
22284           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22285
22286 2004-07-26  Wim Taymans  <wim@fluendo.com>
22287
22288         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22289         (gst_mpeg_demux_get_audio_stream),
22290         (gst_mpeg_demux_process_private):
22291         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22292         Check for error codes from the negotiation functions. Make sure
22293         we really set the pad caps when a new pad is created.
22294
22295 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22296
22297         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22298         (gst_ffmpeg_caps_to_pix_fmt):
22299         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22301         (gst_ffmpegcolorspace_pad_link):
22302           don't make function do two things at the same time without reason.
22303
22304 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22305
22306         * gst/ac3parse/ac3parse.vcproj
22307         * gst/adder/adder.vcproj
22308         * gst/alpha/alpha.vcproj
22309         * gst/alpha/alphacolor.vcproj
22310         * gst/asfdemux/asf.vcproj
22311         * gst/audioconvert/audioconvert.vcproj
22312         * gst/audiorate/audiorate.vcproj
22313         * gst/audioscale/audioscale.vcproj
22314         * gst/auparse/auparse.vcproj
22315         * gst/avi/avi.vcproj
22316         * gst/cdxaparse/cdxaparse.vcproj
22317         * gst/chart/chart.vcproj
22318         * gst/colorspace/colorspace.vcproj
22319         * gst/cutter/cutter.vcproj
22320         * gst/debug/debug.vcproj
22321         * gst/debug/efence.vcproj
22322         * gst/debug/navigationtest.vcproj
22323         * gst/deinterlace/deinterlace.vcproj
22324         * gst/effectv/effectv.vcproj
22325         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22326         * gst/filter/filter.vcproj
22327         * gst/flx/flxdec.vcproj
22328         * gst/goom/goom.vcproj
22329         * gst/interleave/interleave.vcproj
22330         * gst/law/alaw.vcproj
22331         * gst/law/mulaw.vcproj
22332         * gst/matroska/matroska.vcproj
22333         * gst/median/median.vcproj
22334         * gst/mixmatrix/mixmatrix.vcproj
22335         * gst/mpeg1sys/mpeg1systemencode.vcproj
22336         * gst/mpeg1videoparse/mp1videoparse.vcproj
22337         * gst/mpeg2sub/mpeg2subt.vcproj
22338         * gst/mpegaudio/mpegaudio.vcproj
22339         * gst/mpegaudioparse/mpegaudioparse.vcproj
22340         * gst/mpegstream/mpegstream.vcproj
22341         * gst/multifilesink/multifilesink.vcproj
22342         * gst/multipart/multipart.vcproj
22343         * gst/oneton/oneton.vcproj
22344         * gst/overlay/overlay.vcproj
22345         * gst/passthrough/passthrough.vcproj
22346         * gst/qtdemux/qtdemux.vcproj
22347         * gst/realmedia/rmdemux.vcproj
22348         * gst/rtjpeg/rtjpeg.vcproj
22349         * gst/rtp/rtp.vcproj
22350         * gst/silence/silence.vcproj
22351         * gst/sine/sinesrc.vcproj
22352         * gst/smooth/smooth.vcproj
22353         * gst/smpte/smpte.vcproj
22354         * gst/spectrum/spectrum.vcproj
22355         * gst/speed/speed.vcproj
22356         * gst/stereo/stereo.vcproj
22357         * gst/switch/switch.vcproj
22358         * gst/tags/tagedit.vcproj
22359         * gst/tcp/tcp.vcproj
22360         * gst/typefind/typefindfunctions.vcproj
22361         * gst/udp/udp.vcproj
22362         * gst/videobox/videobox.vcproj
22363         * gst/videocrop/videocrop.vcproj
22364         * gst/videodrop/videodrop.vcproj
22365         * gst/videofilter/gamma.vcproj
22366         * gst/videofilter/videobalance.vcproj
22367         * gst/videofilter/videofilter.vcproj
22368         * gst/videofilter/videoflip.vcproj
22369         * gst/videoflip/videoflip.vcproj
22370         * gst/videomixer/videomixer.vcproj
22371         * gst/videorate/videorate.vcproj
22372         * gst/videoscale/videoscale.vcproj
22373         * gst/videotestsrc/videotestsrc.vcproj
22374         * gst/virtualdub/virtualdub.vcproj
22375         * gst/volenv/volenv.vcproj
22376         * gst/volume/volume.vcproj
22377         * gst/wavenc/wavenc.vcproj
22378         * gst/wavparse/wavparse.vcproj
22379         * gst/y4m/y4menc.vcproj
22380           more plugins supported under windows
22381
22382 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22383
22384         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22385         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22386         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22388         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22389           Add debugging statements.  Use the sizes as returned by the
22390           *CreateImage calls.
22391
22392 2004-07-26  Johan Dahlin  <johan@gnome.org>
22393
22394         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22395         the pad is negotiated.
22396
22397         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22398
22399 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22400
22401         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22402         * gst-libs/gst/idct/idct.vcproj:
22403         * gst-libs/gst/media-info/media-info.vcproj:
22404         * gst-libs/gst/mixer/mixer.vcproj:
22405         * gst-libs/gst/navigation/navigation.vcproj:
22406         * gst-libs/gst/play/play.vcproj:
22407         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22408         * gst-libs/gst/resample/resample.vcproj:
22409         * gst-libs/gst/tuner/tuner.vcproj:
22410         * gst-libs/gst/video/video.vcproj:
22411         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22412           more plugins supported under windows
22413
22414 2004-07-25 Iain <iain@prettypeople.org>
22415
22416         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22417         pad now rather than when the pad is created because state changes wipe
22418         explicit caps (fixes #148043).
22419
22420 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22421
22422         reviewed by Benjamin Otte  <otte@gnome.org>
22423
22424         * ext/mad/gstmad.c:
22425           fix mad plugin crashing on Sun (fixes #148289)
22426
22427 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22428
22429         * gst/avi/avi.def:
22430         * gst/avi/avi.vcproj:
22431         * gst/matroska/matroska.def:
22432         * gst/matroska/matroska.vcproj:
22433           remove unused .def files
22434
22435 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22436
22437         * gst-libs/gst/audio/gstaudiofilter.c:
22438           Clean the local include
22439
22440 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22441
22442         * win32/gst.sln:
22443         * gst-libs/gst/audio/audio.def:
22444         * gst-libs/gst/audio/audio.vcproj:
22445         * gst-libs/gst/audio/audiofilter.vcproj:
22446         * gst-libs/gst/audio/riff.def:
22447         * gst-libs/gst/audio/riff.vcproj:
22448         * gst-libs/gst/gst-libs.def:
22449         * gst-libs/gst/gst-libs.vcproj:
22450         * gst/avi/avi.vcproj:
22451         * gst/avi/avi.vcproj:
22452           Copy the files where needed after building, cleaner projects
22453
22454 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22455
22456         * gst/matroska/ebml-write.c:
22457           Fix some 64 bits constants to be glib friendly
22458
22459 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22460
22461         * win32/gst.sln:
22462         * gst-libs/gst/gst-libs.def:
22463         * gst-libs/gst/gst-libs.vcproj:
22464         * gst/matroska/matroska.def:
22465         * gst/matroska/matroska.vcproj:
22466           Add the preliminary canvas to build plugins on Win32
22467
22468 2004-07-23  Benjamin Otte  <otte@gnome.org>
22469
22470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22471           don't enfore negotiation from source side, it breaks
22472           sinesrc ! audioconvert ! osssink
22473
22474 2004-07-22  David Schleef  <ds@schleef.org>
22475
22476         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22477         for ELF files, since they can easily be recognized as audio/mpeg.
22478         (bug #147441)
22479
22480 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22481
22482         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22483         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22484         (gst_videoscale_scale_nearest_24bit),
22485         (gst_videoscale_scale_nearest_16bit):
22486           fix 16bit and 24bit for stride (24bit might need testing)
22487           don't pretend we do more than one algorithm
22488
22489 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22490
22491         * configure.ac:
22492         * gst/Makefile.am:
22493         * gst/multifilesink/Makefile.am:
22494         * gst/multifilesink/gstmultifilesink.c:
22495         (gst_multifilesink_get_formats),
22496         (gst_multifilesink_get_query_types), (_do_init),
22497         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22498         (gst_multifilesink_init), (gst_multifilesink_dispose),
22499         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22500         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22501         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22502         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22503         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22504         (gst_multifilesink_uri_get_type),
22505         (gst_multifilesink_uri_get_protocols),
22506         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22507         (gst_multifilesink_uri_handler_init), (plugin_init):
22508         * gst/multifilesink/gstmultifilesink.h:
22509         * testsuite/Makefile.am:
22510         * testsuite/multifilesink/Makefile.am:
22511         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22512         (gst_newmedia_class_init), (gst_newmedia_init),
22513         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22514         (newfile_signal), (test_signal), (main):
22515         multifilesink plugin for creating new files every time a new media
22516         discontinuity event occurs
22517
22518 2004-07-22  Wim Taymans  <wim@fluendo.com>
22519
22520         * gst/alpha/Makefile.am:
22521         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22522         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22523         (gst_alpha_color_init), (gst_alpha_color_set_property),
22524         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22525         (transform), (gst_alpha_color_chain),
22526         (gst_alpha_color_change_state), (plugin_init):
22527         Stupid plugin to to RGBA to AYUV conversion because none of
22528         the colorspace plugins can handle that yet.
22529
22530 2004-07-22  Wim Taymans  <wim@fluendo.com>
22531
22532         * examples/seeking/seek.c: (update_scale), (main):
22533         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22534         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22535         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22536         (gst_decode_bin_init), (gst_decode_bin_dispose),
22537         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22538         (no_more_pads), (close_link), (type_found),
22539         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22540         (plugin_init):
22541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22542         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22543         (gst_play_base_bin_dispose), (queue_overrun),
22544         (gen_preroll_element), (remove_prerolls), (unknown_type),
22545         (no_more_pads), (new_stream), (setup_source),
22546         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22547         (play_base_eos), (gst_play_base_bin_change_state),
22548         (gst_play_base_bin_add_element),
22549         (gst_play_base_bin_remove_element),
22550         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22551         (gst_play_base_bin_unlink_stream),
22552         (gst_play_base_bin_get_streaminfo):
22553         * gst/playback/gstplaybin.c: (gen_video_element),
22554         (gen_audio_element):
22555         * gst/playback/gststreaminfo.h:
22556         More playback updates, attempt to fix things after the state change
22557         breakage.
22558
22559 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22560
22561         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22562         (gst_videoscale_scale_nearest_16bit):
22563           comment algorithm
22564
22565 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22566
22567         * gst/videotestsrc/gstvideotestsrc.c:
22568         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22569         (gst_videotestsrc_init), (gst_videotestsrc_get),
22570         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22571         (gst_videotestsrc_get_property):
22572         * gst/videotestsrc/gstvideotestsrc.h:
22573         * gst/videotestsrc/videotestsrc.c:
22574         * gst/videotestsrc/videotestsrc.h:
22575           cleanup and commenting
22576
22577 2004-07-21  Wim Taymans  <wim@fluendo.com>
22578
22579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22580         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22581         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22582         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22583         (_find_chain_get_unknown_part), (_find_streams_check),
22584         (gst_ogg_demux_push), (gst_ogg_pad_push):
22585         * ext/theora/theoradec.c: (theora_get_formats),
22586         (theora_dec_src_convert), (theora_dec_sink_convert),
22587         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22588         (theora_dec_chain):
22589         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22590         (vorbis_dec_convert), (vorbis_dec_src_query),
22591         (vorbis_dec_src_event), (vorbis_dec_event):
22592         More seeking fixes, oggdemux now supports seeking to time and
22593         uses the downstream element to convert granulepos to time.
22594         Seeking in theora-only ogg files now works.
22595
22596 2004-07-21  Wim Taymans  <wim@fluendo.com>
22597
22598         * ext/theora/theoradec.c: (gst_theora_dec_init),
22599         (theora_get_formats), (theora_get_event_masks),
22600         (theora_get_query_types), (theora_dec_src_convert),
22601         (theora_dec_sink_convert), (theora_dec_src_query),
22602         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22603         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22604         (vorbis_get_event_masks), (vorbis_get_query_types),
22605         (gst_vorbis_dec_init), (vorbis_dec_convert),
22606         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22607         Added query/convert/formats functions to vorbis and theora decoders
22608         so that the outside world can use them too. Fixed seeking on an
22609         ogg/theora/vorbis file by disabling the seeking seeking on the
22610         theora srcpad.
22611
22612 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22613
22614         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22615         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22616         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22617         images creation for both elements. We don't create the image on caps
22618         nego or renego, we just destroy the internal one if present if it does
22619         not match the needs. The chain function takes care of creating a new
22620         image when needed.
22621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22622         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22623         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22624         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22625         the image format information. The buffer pool checks for the context
22626         image format and discard images with different formats.
22627         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22628
22629 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22630
22631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22632         (gst_ffmpegcolorspace_chain):
22633           no point in doing any chaining if the pad we want to push from
22634           isn't usable.
22635
22636 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22637
22638         * gst-libs/gst/riff/riff-media.c:
22639         (gst_riff_create_audio_caps_with_data):
22640           Fix double end-to-native symbol conversion (#148021).
22641
22642 2004-07-20  David Schleef  <ds@schleef.org>
22643
22644         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22645         Don't use an Atom that doesn't exist.
22646
22647 2004-07-20  Wim Taymans  <wim@fluendo.com>
22648
22649         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22650         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22651         (gst_multifdsink_client_remove),
22652         (gst_multifdsink_handle_client_write),
22653         (gst_multifdsink_queue_buffer):
22654         * gst/tcp/gstmultifdsink.h:
22655         More multifdsink stats. Avoid deadlock by releasing locks
22656         before sending out a signal.
22657
22658 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22659
22660         * po/LINGUAS:
22661         * po/hu.po:
22662           added Hungarian translation (Laszlo Dvornik)
22663
22664 2004-07-20  Wim Taymans  <wim@fluendo.com>
22665
22666         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22667         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22668         (gst_multifdsink_handle_client_write),
22669         (gst_multifdsink_queue_buffer):
22670         * gst/tcp/gsttcp-marshal.list:
22671         Fixed the stupid marshal definition.
22672
22673 2004-07-20  Wim Taymans  <wim@fluendo.com>
22674
22675         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22676         (gst_multifdsink_init), (gst_multifdsink_add),
22677         (gst_multifdsink_client_remove),
22678         (gst_multifdsink_handle_client_write),
22679         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22680         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22681         (gst_multifdsink_init_send):
22682         * gst/tcp/gstmultifdsink.h:
22683         Added more stats, added timeout for a client, fixed some typos
22684         and added some comments.
22685
22686 2004-07-20  Wim Taymans  <wim@fluendo.com>
22687
22688         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22689         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22690         (gst_multifdsink_client_remove),
22691         (gst_multifdsink_handle_client_write):
22692         * gst/tcp/gstmultifdsink.h:
22693         * gst/tcp/gsttcp-marshal.list:
22694         Added get_stats method that returns a GValueArray of
22695         stats values.
22696
22697 2004-07-19  Benjamin Otte  <otte@gnome.org>
22698
22699         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22700           make sure longname, description and author are valid UTF-8
22701
22702 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22703
22704         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22705         (gst_ximagesink_set_property):
22706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22707         (gst_xvimagesink_set_property):
22708           make sure SYNCHRONOUS is respected after getting the X context
22709
22710 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22711
22712         * gst/matroska/matroska-demux.c:
22713         (gst_matroska_demux_handle_src_event),
22714         (gst_matroska_demux_parse_blockgroup):
22715         * gst/matroska/matroska-ids.h:
22716           add BlockReference tag and ignore it to clear out log.
22717           ignore NAVIGATION events to clear out log.
22718
22719 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22720
22721         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22722         (gst_matroska_demux_add_stream):
22723         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22724           add debug categories
22725
22726 2004-07-16  Wim Taymans  <wim@fluendo.com>
22727
22728         * ext/libpng/Makefile.am:
22729         * ext/libpng/gstpng.c: (plugin_init):
22730         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22731         (gst_pngdec_get_type), (gst_pngdec_base_init),
22732         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22733         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22734         * ext/libpng/gstpngdec.h:
22735         Added png decoder.
22736
22737 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22738
22739         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22740         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22741         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22742         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22743         (gst_ximagesink_buffer_alloc):
22744         * sys/ximage/ximagesink.h:
22745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22746         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22747         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22748         (gst_xvimagesink_buffer_alloc):
22749         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22750         again. Using internal data pointer of the x(v)image to store image's
22751         data to be coherent with the buffer alloc mechanism. Investigated the
22752         image destruction code to be sure that everything gets freed correctly.
22753
22754 2004-07-16  Wim Taymans  <wim@fluendo.com>
22755
22756         * gst-libs/gst/riff/riff-read.c:
22757         (gst_riff_read_strf_vids_with_data),
22758         (gst_riff_read_strf_auds_with_data):
22759         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22760         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22761         Make sure we don't create 0 sized subbuffers in riff-read.
22762         Signal the no more pads signal after reading the avi header.
22763
22764 2004-07-16  Wim Taymans  <wim@fluendo.com>
22765
22766         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22767         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22768         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22769         (gst_decode_bin_init), (gst_decode_bin_dispose),
22770         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22771         (no_more_pads), (close_link), (type_found),
22772         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22773         (gst_decode_bin_change_state), (plugin_init):
22774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22775         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22776         (gst_play_base_bin_dispose), (queue_overrun),
22777         (gen_preroll_element), (remove_prerolls), (unknown_type),
22778         (no_more_pads), (new_stream), (setup_source),
22779         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22780         (play_base_eos), (gst_play_base_bin_change_state),
22781         (gst_play_base_bin_add_element),
22782         (gst_play_base_bin_remove_element),
22783         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22784         (gst_play_base_bin_unlink_stream),
22785         (gst_play_base_bin_get_streaminfo):
22786         * gst/playback/gstplaybasebin.h:
22787         Better error recovery. Added configurable preroll queue size. Faster
22788         detection of no-more-pads.
22789
22790 2004-07-16  Wim Taymans  <wim@fluendo.com>
22791
22792         * gst-libs/gst/video/video.h:
22793         Added 32 bits RGBA. Not sure if we should use another mime-type
22794         for alpha rgb. Currently the presence of the alpha_mask property
22795         signals an alpha channel.
22796
22797 2004-07-16  Wim Taymans  <wim@fluendo.com>
22798
22799         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22801         FPS seems to be 0.0 to MAX everywhere else.
22802
22803 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22804
22805         * gst-libs/gst/riff/riff-media.c:
22806         (gst_riff_create_video_caps_with_data):
22807           mp42/mp43 (no caps) exist too.
22808         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22809           Set pixel_width/height; we've got them in-caps.
22810         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22811         * gst/wavparse/gstwavparse.c: (plugin_init):
22812           Both are valid primary.
22813         * sys/oss/gstossmixer.c:
22814           Remove i18n hack and enable translations.
22815
22816 2004-07-15  Benjamin Otte  <otte@gnome.org>
22817
22818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22819         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22820           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22821
22822 2004-07-15  Benjamin Otte  <otte@gnome.org>
22823
22824         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22825         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22826         (gst_alsa_close_audio):
22827           disable some of the debugging code for now. Writing debugging to a
22828           buffer is broken in current alsalib releases.
22829
22830 2004-07-12  Benjamin Otte  <otte@gnome.org>
22831
22832         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22833           use bufferpools
22834
22835 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22836
22837         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22838         (theora_dec_src_query), (theora_dec_event):
22839         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22840           add debugging categories.  Remove \n's.
22841
22842 2004-07-13  Johan Dahlin  <johan@gnome.org>
22843
22844         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22845         (gst_play_bin_get_property): Impl.
22846
22847 2004-07-13  Wim Taymans  <wim@fluendo.com>
22848
22849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22850         When trying to find the stream length, seek back N pages
22851         instead of just one, where N is the number of streams in
22852         the current chain.
22853
22854 2004-07-13  Wim Taymans  <wim@fluendo.com>
22855
22856         * gst-libs/gst/riff/riff-media.c:
22857         (gst_riff_create_audio_caps_with_data),
22858         (gst_riff_create_audio_caps),
22859         (gst_riff_create_audio_template_caps):
22860         * gst-libs/gst/riff/riff-media.h:
22861         * gst-libs/gst/riff/riff-read.c:
22862         (gst_riff_read_strf_vids_with_data),
22863         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22864         * gst-libs/gst/riff/riff-read.h:
22865         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22866         (gst_avi_demux_add_stream):
22867         Set codec_data on caps for avidemuxer.
22868
22869 2004-07-12  David Schleef  <ds@schleef.org>
22870
22871         * configure.ac: Fix test for Objective C
22872
22873 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22874         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22875         (gst_gdk_pixbuf_chain):
22876           Add svg and pcx to template caps, and ensure that getcaps returns a
22877           subset of the template caps.
22878           Copy each row manually for output, as gdkpixbuf may pad the
22879           rowstride to a 32-bit word boundary.
22880
22881 2004-07-12  Wim Taymans  <wim@fluendo.com>
22882
22883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22884         (gst_riff_create_video_template_caps):
22885         Fix the template caps to include some more media types.
22886
22887 2004-07-12  Wim Taymans  <wim@fluendo.com>
22888
22889         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22890         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22891         (compare_ranks), (print_feature), (gst_decode_bin_init),
22892         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22893         (try_to_link_1), (new_pad), (close_link), (type_found),
22894         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22895         (gst_decode_bin_change_state), (plugin_init):
22896         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22897         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22898         (gst_play_base_bin_dispose), (queue_overrun),
22899         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22900         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22901         (gst_play_base_bin_get_property), (play_base_eos),
22902         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22903         (gst_play_base_bin_remove_element),
22904         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22905         (gst_play_base_bin_unlink_stream),
22906         (gst_play_base_bin_get_streaminfo):
22907         * gst/playback/gstplaybasebin.h:
22908         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22909         (gst_play_bin_class_init), (gst_play_bin_init),
22910         (gst_play_bin_dispose), (gst_play_bin_set_property),
22911         (gst_play_bin_get_property), (gen_video_element),
22912         (gen_audio_element), (remove_sinks), (setup_sinks),
22913         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22914         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22915         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22916         (gst_play_bin_query), (plugin_init):
22917         * gst/playback/test4.c: (main):
22918         More fixes on reusing of the element.
22919
22920 2004-07-11  Benjamin Otte  <otte@gnome.org>
22921
22922         * ext/mad/gstmad.c: (normal_seek):
22923           allow seeking for other methods than just SET
22924
22925 2004-07-11  Andy Wingo  <wingo@pobox.com>
22926
22927         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22928         float, "any" caps -> buffer_frames=[0,MAX].
22929
22930         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22931         doesn't intersect our caps with the template any more. Do it
22932         ourselves.
22933         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22934
22935 2004-07-09  Wim Taymans  <wim@fluendo.com>
22936
22937         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22938         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22939         (compare_ranks), (print_feature), (gst_decode_bin_init),
22940         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22941         (try_to_link_1), (new_pad), (close_link), (type_found),
22942         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22943         (gst_decode_bin_change_state), (plugin_init):
22944         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22945         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22946         (gst_play_base_bin_dispose), (queue_overrun),
22947         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22948         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22949         (gst_play_base_bin_get_property), (play_base_eos),
22950         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22951         (gst_play_base_bin_remove_element),
22952         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22953         (gst_play_base_bin_unlink_stream),
22954         (gst_play_base_bin_get_streaminfo):
22955         * gst/playback/gstplaybasebin.h:
22956         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22957         (gst_play_bin_class_init), (gst_play_bin_init),
22958         (gst_play_bin_dispose), (gst_play_bin_set_property),
22959         (gst_play_bin_get_property), (gen_video_element),
22960         (gen_audio_element), (remove_sinks), (setup_sinks),
22961         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22962         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22963         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22964         (gst_play_bin_query), (plugin_init):
22965         * gst/playback/test4.c: (main):
22966         Work on object reuse and seeking.
22967
22968 2004-07-09  Wim Taymans  <wim@fluendo.com>
22969
22970         * examples/seeking/seek.c: (iterate):
22971         Don't consume all CPU in the idle loop.
22972
22973 2004-07-09  Wim Taymans  <wim@fluendo.com>
22974
22975         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22976         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22977         Add pad to element *after* setting the pad functions so that
22978         the scheduler can use the correct ones.
22979
22980 2004-07-09  Wim Taymans  <wim@fluendo.com>
22981
22982         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22983         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22984         Sync to keyframe after seek
22985
22986 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22987
22988         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22990         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22991         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22992         * ext/libvisual/visual.c: (gst_visual_change_state):
22993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22994         * ext/theora/theoradec.c: (theora_dec_change_state):
22995         * ext/theora/theoraenc.c: (theora_enc_change_state):
22996         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22997         * gst-libs/gst/navigation/navigation.c:
22998         * gst/adder/gstadder.c: (gst_adder_change_state):
22999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23000         (gst_audio_convert_get_buffer):
23001         * gst/multipart/multipartdemux.c:
23002         (gst_multipart_demux_change_state):
23003         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23005         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23006         * gst/videoscale/gstvideoscale.c:
23007         (gst_videoscale_handle_src_event):
23008         * gst/volume/gstvolume.c: (volume_chain_int16):
23009           don't assert in state change, this should be done by the base
23010           GstElement class.
23011           various debugging fixes.
23012
23013 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23014
23015         * configure.ac:
23016         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23017         (gst_play_dispose), (gst_play_set_location),
23018         (gst_play_set_data_src), (gst_play_set_video_sink),
23019         (gst_play_set_audio_sink), (gst_play_set_visualization),
23020         (gst_play_connect_visualization), (gst_play_get_sink_element),
23021         (gst_play_get_all_by_interface):
23022         * gst-libs/gst/play/play.h:
23023           add new method to get elements implementing an interface.
23024           add various error logging
23025
23026 2004-07-08  Wim Taymans  <wim@fluendo.com>
23027
23028         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23029         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23030         (make_playerbin_pipeline), (query_durations_elems),
23031         (query_durations_pads), (query_positions_elems),
23032         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23033         (main):
23034         Added playbin seeking example.
23035
23036 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23037
23038         * gst-libs/gst/play/play.c: (gst_play_set_location),
23039         (gst_play_set_data_src), (gst_play_set_video_sink),
23040         (gst_play_set_audio_sink), (gst_play_set_visualization),
23041         (gst_play_connect_visualization), (gst_play_get_framerate):
23042           use a macro to look up elements from hash table
23043
23044 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23045
23046         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23047         (gst_play_get_length_callback), (gst_play_set_location),
23048         (gst_play_seek_to_time), (gst_play_set_data_src),
23049         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23050         (gst_play_set_visualization), (gst_play_connect_visualization),
23051         (gst_play_get_sink_element):
23052         - add debugging info
23053         - fix looking up sink elements by iterating over complete caps
23054         - put everything except for source and autoplugger in a complete bin
23055
23056 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23057
23058         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23060         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23061         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23062         * ext/alsa/gstalsasink.h:
23063         - add debugging info
23064         - clean up schizophrenia of data/buffer/event
23065         - fix double event unref error
23066
23067 2004-07-08  Wim Taymans  <wim@fluendo.com>
23068
23069         * gst/playback/Makefile.am:
23070         Add headers to noinst
23071
23072 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23073
23074         * tools/gst-launch-ext-m.m:
23075         * tools/gst-launch-ext.1.in:
23076           convert to the third millenium
23077
23078 2004-07-07  David Schleef  <ds@schleef.org>
23079
23080         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23081
23082 2004-07-07  Wim Taymans  <wim@fluendo.com>
23083
23084         * gst/playback/Makefile.am:
23085         * gst/playback/README:
23086         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23087         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23088         (compare_ranks), (print_feature), (gst_decode_bin_init),
23089         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23090         (try_to_link_1), (new_pad), (close_link), (type_found),
23091         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23092         (plugin_init):
23093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23094         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23095         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23096         (gen_preroll_element), (no_more_pads), (new_stream),
23097         (setup_source), (gst_play_base_bin_set_property),
23098         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23099         (gst_play_base_bin_add_element),
23100         (gst_play_base_bin_remove_element),
23101         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23102         (gst_play_base_bin_unlink_stream),
23103         (gst_play_base_bin_get_streaminfo):
23104         * gst/playback/gstplaybasebin.h:
23105         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23106         (gst_play_bin_class_init), (gst_play_bin_init),
23107         (gst_play_bin_dispose), (gst_play_bin_set_property),
23108         (gst_play_bin_get_property), (gen_video_element),
23109         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23110         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23111         (gst_play_bin_get_formats), (gst_play_bin_convert),
23112         (gst_play_bin_get_query_types), (gst_play_bin_query),
23113         (plugin_init):
23114         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23115         (gst_stream_info_get_type), (gst_stream_info_class_init),
23116         (gst_stream_info_init), (gst_stream_info_new),
23117         (gst_stream_info_dispose), (gst_stream_info_set_property),
23118         (gst_stream_info_get_property):
23119         * gst/playback/gststreaminfo.h:
23120         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23121         (main):
23122         * gst/playback/test2.c: (main):
23123         * gst/playback/test3.c: (update_scale), (main):
23124         More playbin fixes. Added README. Do better element filtering.
23125         Added base class to preroll media. Added test apps.
23126
23127 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23128
23129         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23130         * ext/mpeg2dec/gstmpeg2dec.h:
23131           various debugging improvements.  Reset stream to next picture
23132           instead of sequence header, otherwise seeks cannot work.
23133
23134 2004-07-07  Wim Taymans  <wim@fluendo.com>
23135
23136         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23137         (gst_video_box_class_init), (gst_video_box_set_property),
23138         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23139         Use pad_alloc where possible.
23140
23141 2004-07-07  Wim Taymans  <wim@fluendo.com>
23142
23143         * sys/oss/gstosselement.c: (gst_osselement_reset),
23144         (gst_osselement_parse_caps):
23145         * sys/oss/gstosselement.h:
23146         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23147         Fix offset on osssrc.
23148
23149 2004-07-07  Wim Taymans  <wim@fluendo.com>
23150
23151         * ext/theora/theora.c: (plugin_init):
23152         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23153         (theora_dec_src_query), (theora_dec_chain):
23154         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23155         (theora_enc_sink_link), (theora_buffer_from_packet),
23156         (theora_push_packet), (theora_enc_chain):
23157         Fix theora granulepos calculation.
23158         Fix overflow in duration/position calculation.
23159         Bump rank to PRIMARY for theoradec.
23160         Use granulepos of last packet to calculate position.
23161         Set keyframe flag on buffers when needed.
23162
23163 2004-07-06  David Schleef  <ds@schleef.org>
23164
23165         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23166         serious?  (Fixed, obviously.)
23167
23168 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23169
23170         * po/LINGUAS:
23171         * po/cs.po:
23172           added Czech translation (Miloslav Trmac)
23173
23174 2004-07-05  Wim Taymans  <wim@fluendo.com>
23175
23176         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23177         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23178         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23179         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23180         (close_link), (type_found), (gst_decode_bin_set_property),
23181         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23182         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23183         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23184         (gst_decode_bin_query), (plugin_init):
23185         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23186         (gst_play_bin_class_init), (gst_play_bin_init),
23187         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23188         (get_video_element), (new_pad), (setup_source),
23189         (gst_play_bin_set_property), (gst_play_bin_get_property),
23190         (gst_play_bin_change_state), (gst_play_bin_add_element),
23191         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23192         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23193         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23194         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23195         * gst/playback/test.c: (main):
23196         More fixes, cleaned up playbin, make it use decodebin. Added
23197         threaded property to playbin.
23198
23199 2004-07-05  Wim Taymans  <wim@fluendo.com>
23200
23201         * configure.ac:
23202         * gst/playback/Makefile.am:
23203         * gst/playback/decodetest.c: (main):
23204         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23205         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23206         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23207         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23208         (close_link), (type_found), (gst_decode_bin_set_property),
23209         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23210         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23211         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23212         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23213         (plugin_init):
23214         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23215         (gst_play_bin_class_init), (gst_play_bin_init),
23216         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23217         (collect_sink_pads), (find_compatibles), (close_pad_link),
23218         (try_to_link_1), (new_pad), (close_link), (type_found),
23219         (setup_source), (gst_play_bin_set_property),
23220         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23221         (compare_ranks), (gst_play_bin_collect_factories),
23222         (gst_play_bin_change_state), (gst_play_bin_add_element),
23223         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23224         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23225         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23226         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23227         * gst/playback/test.c: (main):
23228         Added some playback helper elements and some test apps, very alpha
23229         still.
23230
23231 2004-07-04  Benjamin Otte  <otte@gnome.org>
23232
23233         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23234           only restart audio when we indeed have an xrun to fix repeated
23235           xruns. Fix suggested by Giuliano Pochini.
23236
23237 2004-07-03  David Schleef  <ds@schleef.org>
23238
23239         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23240         call to gst_debug_log() if debugging is disabled (bug #145118)
23241
23242 2004-07-03  Benjamin Otte  <otte@gnome.org>
23243
23244         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23245           use our own functions for restarting the alsa device.
23246         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23247           I should apply patches myself - use MIN for the third argument, not
23248           the second, this fixes seeking
23249
23250 2004-07-02  David Schleef  <ds@schleef.org>
23251
23252         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23253         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23254         do with the logic.
23255
23256 2004-07-02  David Schleef  <ds@schleef.org>
23257
23258         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23259         output buffers.  Fix logic mistake.  (bug #144866)
23260
23261 2004-07-02  David Schleef  <ds@schleef.org>
23262
23263         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23264         on X.  (bug #144753)
23265
23266 2004-07-02  David Schleef  <ds@schleef.org>
23267
23268         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23269         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23270         (bug #144624)
23271         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23272         (gst_osselement_rate_probe_check): Add another workaround for
23273         buggy drivers (bug #145336)
23274
23275 2004-07-02  David Schleef  <ds@schleef.org>
23276
23277         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23278         Most systems don't have MSG_NOSIGNAL.
23279
23280 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23281
23282         * Makefile.am:
23283         * gst-libs/gst/colorbalance/Makefile.am:
23284         * gst-libs/gst/mixer/Makefile.am:
23285         * gst-libs/gst/play/Makefile.am:
23286         * gst-libs/gst/tuner/Makefile.am:
23287           (hopefully) fix both install and dist and make error message useful.
23288           needs testing across automakes.
23289
23290 2004-07-02  Benjamin Otte  <otte@gnome.org>
23291
23292         * ext/ogg/gstogg.c: (plugin_init):
23293           we require bytestream now
23294         * ext/ogg/gstoggdemux.c:
23295           huge diff to implement chain setup in a fast and generic way. This
23296           improves tag reading and startup of huge files (read: Theora videos)
23297           quite a bit. It probably contains bugs, too, so please test.
23298           Seeking is not improved to the fast method.
23299
23300 2004-06-29  Wim Taymans  <wim@fluendo.com>
23301
23302         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23303         * ext/ogg/gstoggmux.c:
23304         Fix memleak in oggdemux when running unconnected pads.
23305         doc update in mux, start working on keyframe mode.
23306
23307 2004-06-29  Benjamin Otte  <otte@gnome.org>
23308
23309         * sys/oss/gstosssink.c:
23310         * sys/oss/gstosssrc.c:
23311           advertise correct template caps - we indeed do non-native endianness
23312           and 8bit audio has no endianness
23313         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23315           avoid (wrong) duplications in getcaps function and return
23316           template caps
23317
23318 2004-06-29  Wim Taymans  <wim@fluendo.com>
23319
23320         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23321         (gst_multifdsink_class_init), (gst_multifdsink_add),
23322         (gst_multifdsink_remove), (gst_multifdsink_clear),
23323         (gst_multifdsink_client_remove),
23324         (gst_multifdsink_handle_client_read),
23325         (gst_multifdsink_client_queue_data),
23326         (gst_multifdsink_client_queue_caps),
23327         (gst_multifdsink_client_queue_buffer),
23328         (gst_multifdsink_handle_client_write),
23329         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23330         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23331         (gst_multifdsink_init_send), (gst_multifdsink_close):
23332         Fix wrong GList iteration that could crash the server when
23333         more then 2 clients disconnect at the same time. Read all the
23334         pending commands in one batch to recover from command storms under
23335         very heavy load.
23336
23337 2004-06-28  Wim Taymans  <wim@fluendo.com>
23338
23339         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23340         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23341         (gst_videomixer_pad_set_property),
23342         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23343         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23344         (gst_videomixer_class_init), (gst_videomixer_init),
23345         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23346         (pad_zorder_compare), (gst_videomixer_sort_pads),
23347         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23348         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23349         (gst_videomixer_update_queues), (gst_videomixer_loop),
23350         (plugin_init):
23351         Avoid divide by zero, choose masterpad as the pad with the highest
23352         framerate.
23353
23354 2004-06-27  Julien Moutte  <julien@moutte.net>
23355
23356         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23357         (gst_ximagesink_xwindow_new):
23358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23359         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23360         function directly. We might want to call it from somewhere else one day.
23361
23362 2004-06-27  Julien Moutte  <julien@moutte.net>
23363
23364         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23365         (gst_ximagesink_xwindow_new):
23366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23367         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23368         window decorations.
23369
23370 2004-06-27  Wim Taymans  <wim@fluendo.com>
23371
23372         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23373         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23374         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23375         (gst_dvdec_set_property), (gst_dvdec_get_property):
23376         * ext/dv/gstdvdec.h:
23377         Implement drop_factor property to lower the framerate with
23378         a factor.
23379
23380 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23381
23382         * gst-libs/gst/colorbalance/Makefile.am:
23383         * gst-libs/gst/mixer/Makefile.am:
23384         * gst-libs/gst/play/Makefile.am:
23385         * gst-libs/gst/tuner/Makefile.am:
23386           unbreak Company's fix that didn't install the -enum.h files
23387
23388 2004-06-27  Wim Taymans  <wim@fluendo.com>
23389
23390         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23391         (gst_dvdec_change_state):
23392         * ext/dv/gstdvdec.h:
23393         Fix timestamp, duration and offset of the buffers.
23394
23395 2004-06-27  Wim Taymans  <wim@fluendo.com>
23396
23397         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23398         (gst_multifdsink_class_init), (gst_multifdsink_add),
23399         (gst_multifdsink_remove), (gst_multifdsink_clear),
23400         (gst_multifdsink_client_remove),
23401         (gst_multifdsink_handle_client_read),
23402         (gst_multifdsink_client_queue_data),
23403         (gst_multifdsink_client_queue_caps),
23404         (gst_multifdsink_client_queue_buffer),
23405         (gst_multifdsink_handle_client_write),
23406         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23407         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23408         (gst_multifdsink_init_send), (gst_multifdsink_close):
23409         * gst/tcp/gstmultifdsink.h:
23410         * gst/tcp/gsttcpserversink.c:
23411         (gst_tcpserversink_handle_server_read),
23412         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23413         More multifdsink fixes, more recovery policy fixes.
23414         Removed stupid g_print
23415
23416 2004-06-26  Wim Taymans  <wim@fluendo.com>
23417
23418         * gst/tcp/Makefile.am:
23419         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23420         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23421         (gst_multifdsink_class_init), (gst_multifdsink_init),
23422         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23423         (gst_multifdsink_handle_client_read),
23424         (gst_multifdsink_client_queue_data),
23425         (gst_multifdsink_client_queue_caps),
23426         (gst_multifdsink_client_queue_buffer),
23427         (gst_multifdsink_handle_client_write),
23428         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23429         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23430         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23431         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23432         (gst_multifdsink_close), (gst_multifdsink_change_state):
23433         * gst/tcp/gstmultifdsink.h:
23434         * gst/tcp/gsttcpplugin.c: (plugin_init):
23435         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23436         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23437         (gst_tcpserversink_handle_server_read),
23438         (gst_tcpserversink_handle_select),
23439         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23440         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23441         * gst/tcp/gsttcpserversink.h:
23442         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23443         one of the locks, added recovery policy to multifdsink.
23444
23445 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23446
23447         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23448           fix decision for when getting frames with same timestamp
23449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23450         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23451         (gst_v4lsrc_get_property):
23452         * sys/v4l/gstv4lsrc.h:
23453           add latency offset property
23454
23455 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23456
23457         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23458         (plugin_init):
23459           fix debugging. add category.
23460
23461 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23462
23463         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23464           fix wrong offsets
23465
23466 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23467
23468         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23469         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23470         (gst_alsa_src_change_state):
23471           return a time that is in sync with the element's processing
23472
23473 2004-06-25  Wim Taymans  <wim@fluendo.com>
23474
23475         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23476         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23477         (gst_tcpserversink_client_remove),
23478         (gst_tcpserversink_handle_client_read),
23479         (gst_tcpserversink_client_queue_data),
23480         (gst_tcpserversink_client_queue_caps),
23481         (gst_tcpserversink_client_queue_buffer),
23482         (gst_tcpserversink_handle_client_write),
23483         (gst_tcpserversink_queue_buffer),
23484         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23485         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23486         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23487         (gst_tcpserversink_close):
23488         * gst/tcp/gsttcpserversink.h:
23489         Serversink rewrite. Really do non blocking writes to clients and
23490         maintain an internal queue to handle slower clients while not
23491         disturbing fast clients.
23492
23493 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23494
23495         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23496           better debug, don't override OFFSET and OFFSET_END
23497
23498 2004-06-25  Iain <iain@prettypeople.org>
23499
23500         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23501         name=source for the wavparse pipeline.
23502
23503 2004-06-24  Johan Dahlin  <johan@gnome.org>
23504
23505         * ext/theora/theoraenc.c (theora_enc_chain): Call
23506         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23507         streamheader caps are set correctly.
23508
23509 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23510
23511         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23512         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23513           respect minimum bitrate; same could be done for max bitrate
23514
23515 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23516
23517         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23518         (gst_vorbisenc_setup):
23519           fix sample rate range
23520
23521 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23522
23523         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23524         (gst_oggvorbisenc_setup):
23525         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23526         (gst_vorbisenc_setup):
23527           resolve ambiguities in code and description
23528
23529 2004-06-24  Wim Taymans  <wim@fluendo.com>
23530
23531         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23532         * ext/alsa/gstalsa.h:
23533         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23534         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23535         Use alsa trigger_tstamp to get the timestamp of the first
23536         sample in the buffer for more precise sync. Some cleanups.
23537
23538 2004-06-24  Wim Taymans  <wim@fluendo.com>
23539
23540         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23541         (gst_audiorate_init), (gst_audiorate_chain),
23542         (gst_audiorate_set_property), (gst_audiorate_get_property):
23543         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23544         (gst_videorate_chain):
23545         Added some logging, fixed an overflow bug in videorate.
23546
23547 2004-06-24  Benjamin Otte  <otte@gnome.org>
23548
23549         * ext/kio/Makefile.am:
23550           fix for builddir != srcdir and distcheck
23551
23552 2004-06-24  Benjamin Otte  <otte@gnome.org>
23553
23554         * gst-libs/gst/colorbalance/Makefile.am:
23555         * gst-libs/gst/mixer/Makefile.am:
23556         * gst-libs/gst/play/Makefile.am:
23557         * gst-libs/gst/tuner/Makefile.am:
23558         * gst/tcp/Makefile.am:
23559         * sys/dxr3/Makefile.am:
23560           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23561           tarball.
23562           Also add all *.list files that were missing.
23563         * Makefile.am:
23564           add a distcheck hook to ensure the above doesn't happen again.
23565
23566 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23567
23568         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23569
23570 2004-06-23  Colin Walters  <walters@redhat.com>
23571
23572         * m4/Makefile.am: Distribute gst-fionread.m4.
23573
23574 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23575
23576         * configure.ac: back to dev
23577
23578 2004-06-23  Wim Taymans  <wim@fluendo.com>
23579
23580         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23581         (gst_alsa_xrun_recovery):
23582         * ext/alsa/gstalsa.h:
23583         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23584         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23585         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23586         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23587         (gst_alsa_src_loop):
23588         Add clock to alsasrc. Take new capture timestamp when
23589         restarting after an overrun. Split up some functions between
23590         alsasrc and alsasink.
23591
23592 === release 0.8.2 ===
23593
23594 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23595
23596         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23597         (gst_alsa_change_state), (gst_alsa_update_avail),
23598         (gst_alsa_xrun_recovery):
23599         * ext/alsa/gstalsa.h:
23600         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23601           merge back changes from release
23602
23603 2004-06-23  Wim Taymans  <wim@fluendo.com>
23604
23605         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23606         (gst_audiorate_init), (gst_audiorate_chain),
23607         (gst_audiorate_set_property), (gst_audiorate_get_property):
23608         Implement sample dropping and notify
23609
23610 2004-06-22  Wim Taymans  <wim@fluendo.com>
23611
23612         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23613         (theora_enc_sink_link), (theora_buffer_from_packet),
23614         (theora_push_packet), (theora_enc_chain):
23615         Some cleanups, make sure the timestamps are correct.
23616
23617 2004-06-22  Wim Taymans  <wim@fluendo.com>
23618
23619         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23620         (gst_alsa_change_state), (gst_alsa_update_avail),
23621         (gst_alsa_xrun_recovery):
23622         * ext/alsa/gstalsa.h:
23623         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23624         Cleanups, take queued samples into account when reporting
23625         the time.
23626
23627 2004-06-22  Wim Taymans  <wim@fluendo.com>
23628
23629         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23630         (gst_videorate_init):
23631         Initialize the property as well.
23632
23633 2004-06-22  Wim Taymans  <wim@fluendo.com>
23634
23635         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23636         (gst_videorate_init), (gst_videorate_chain),
23637         (gst_videorate_set_property), (gst_videorate_get_property):
23638         Add property to make videorate silent.
23639         Add property to prefer new frames over old ones.
23640
23641 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23642
23643         * sys/osxvideo/Makefile.am:
23644         Workaround so that the osxvideo .so file gets linked with the
23645         Cocoa, OpenGL and QuickTime frameworks
23646
23647 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23648
23649         * sys/osxaudio/Makefile.am:
23650         Workaround so that the osxaudio .so file gets linked with the
23651         CoreAudio framework
23652
23653 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23654
23655         * configure.ac:
23656         Whoops, my fault...fixed build issues
23657
23658 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23659
23660         * configure.ac:
23661         Add objective-c support if running in Darwin/Mac OS X
23662         * sys/Makefile.am:
23663         * sys/osxvideo:
23664         * sys/osxvideo/Makefile.am:
23665         * sys/osxvideo/osxvideosink.h:
23666         * sys/osxvideo/osxvideosink.m:
23667         * sys/osxvideo/cocoawindow.h:
23668         * sys/osxvideo/cocoawindow.m:
23669         Add osxvideosink, a cocoa-based osx video sink
23670
23671
23672 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23673         * ext/dvdnav/gst-dvd:
23674         Grab the gconf key from the right spot
23675         * gst/debug/gstnavseek.c: (gst_navseek_init),
23676         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23677         (gst_navseek_chain):
23678         * gst/debug/gstnavseek.h:
23679           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23680           and loop parameters of a segment seek.
23681         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23682         (gst_videotestsrc_get_event_masks),
23683         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23684         * gst/videotestsrc/gstvideotestsrc.h:
23685           Add seeking support to videotestsrc
23686           Initialise the timestamp_offset variable.
23687
23688 2004-06-18  Wim Taymans  <wim@fluendo.com>
23689
23690         * ext/sidplay/gstsiddec.cc:
23691         Fix negotiation and set correct end offset.
23692
23693 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23694
23695         * configure.ac: branch and prerelease
23696
23697 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23698
23699         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23700         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23701         (gst_tcpclientsrc_init_receive):
23702         * gst/tcp/gsttcpclientsrc.h:
23703           read caps when connecting to server for GDP so we set them correctly
23704
23705 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23706
23707         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23708           notify drops and duplicates
23709         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23710           no good reason to limit ourselves to 100x100
23711
23712 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23713
23714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23715         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23716         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23717         (gst_v4lsrc_get_property):
23718         * sys/v4l/gstv4lsrc.h:
23719         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23720         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23721         (gst_v4l_set_audio):
23722         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23723         (gst_v4lsrc_try_capture):
23724         * sys/v4l/v4lsrc_calls.h:
23725           change try_palette to more general try_capture
23726           add autoprobe option so we can turn off autoprobing
23727           various fixes
23728
23729 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23730
23731         * configure.ac:
23732           add videorate
23733         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23734         (gst_ximagesink_class_init):
23735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23736         (gst_xvimagesink_class_init):
23737           run them as finalize, not dispose, since dispose can be invoked
23738           multiple times
23739
23740 2004-06-17  Wim Taymans  <wim@fluendo.com>
23741
23742         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23743         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23744         * ext/alsa/gstalsa.h:
23745         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23746         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23747         (gst_alsa_src_change_state):
23748         * ext/alsa/gstalsasrc.h:
23749         Make the xrun code timestamp and offset the buffers correctly.
23750         moved the clock to the base class, use alsa methods to get time.
23751         Do correct timestamping on outgoing buffers.
23752
23753 2004-06-17  Wim Taymans  <wim@fluendo.com>
23754
23755         * gst/audiorate/Makefile.am:
23756         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23757         (gst_audiorate_base_init), (gst_audiorate_class_init),
23758         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23759         (gst_audiorate_set_property), (gst_audiorate_get_property),
23760         (gst_audiorate_change_state), (plugin_init):
23761         Added an audiorate converter that fills in gaps.
23762
23763 2004-06-17  Johan Dahlin  <johan@gnome.org>
23764
23765         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23766
23767 2004-06-16  Wim Taymans  <wim@fluendo.com>
23768
23769         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23771         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23772         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23773         (gst_v4lsrc_get_property):
23774         * sys/v4l/gstv4lsrc.h:
23775         Added a copy mode to v4lsrc where it will output a copied version
23776         of its internal hardware buffer.
23777         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23778         can't | them.
23779
23780 2004-06-16  Wim Taymans  <wim@fluendo.com>
23781
23782         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23783         Timestamp fixes.
23784
23785 2004-06-16  Wim Taymans  <wim@fluendo.com>
23786
23787         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23788         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23789         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23790         (gst_v4lsrc_get_property):
23791         * sys/v4l/gstv4lsrc.h:
23792         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23793         Added a sync mode enum property to control v4lsrc timestamp method
23794         Removed the use-fixed-fps property and moved functionality in
23795         the enum.
23796         Don't error on an error value from v4l-conf, it might not always
23797         be a real error.
23798
23799 2004-06-16  Wim Taymans  <wim@fluendo.com>
23800
23801         * gst/videorate/Makefile.am:
23802         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23803         (gst_videorate_base_init), (gst_videorate_class_init),
23804         (gst_videorate_getcaps), (gst_videorate_link),
23805         (gst_videorate_init), (gst_videorate_chain),
23806         (gst_videorate_set_property), (gst_videorate_get_property),
23807         (gst_videorate_change_state), (plugin_init):
23808         Added a video timestamp corrector.
23809
23810 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23811
23812         fixed a potential leak with previous commit
23813
23814         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23815
23816 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23817
23818         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23819         Added missing refcount, fixes bug #144425
23820         Cheers Tim for finding the bug
23821
23822 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23823
23824         * sys/v4l/gstv4l.c: (plugin_init):
23825         * sys/v4l/gstv4lcolorbalance.c:
23826         * sys/v4l/gstv4lcolorbalance.h:
23827         * sys/v4l/gstv4lelement.c:
23828         * sys/v4l/gstv4lelement.h:
23829         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23830         * sys/v4l/gstv4lmjpegsink.h:
23831         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23832         * sys/v4l/gstv4lmjpegsrc.h:
23833         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23834         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23835         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23836         * sys/v4l/gstv4lsrc.h:
23837         * sys/v4l/gstv4ltuner.c:
23838         * sys/v4l/gstv4ltuner.h:
23839         * sys/v4l/gstv4lxoverlay.c:
23840         * sys/v4l/gstv4lxoverlay.h:
23841         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23842         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23843         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23844         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23845         (gst_v4l_set_audio):
23846         * sys/v4l/v4l_calls.h:
23847         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23848         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23849         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23850         (gst_v4lmjpegsink_playback_init),
23851         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23852         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23853         (gst_v4lmjpegsink_playback_stop),
23854         (gst_v4lmjpegsink_playback_deinit):
23855         * sys/v4l/v4lmjpegsink_calls.h:
23856         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23857         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23858         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23859         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23860         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23861         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23862         * sys/v4l/v4lmjpegsrc_calls.h:
23863         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23864         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23865         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23866         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23867         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23868         (gst_v4lsrc_try_palette):
23869         * sys/v4l/v4lsrc_calls.h:
23870           bunch of paranoia cleanups
23871
23872 2004-06-14  David Schleef  <ds@schleef.org>
23873
23874         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23875         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23876         Send discont events and change timestamps appropriately when
23877         we get a seek event.  (bug #144240)
23878         * ext/cdparanoia/gstcdparanoia.h:
23879
23880 2004-06-14  Benjamin Otte  <otte@gnome.org>
23881
23882         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23883           snd_pcm_hw_params_set_rate  since the latter fails for no good
23884           reason on some setups.
23885
23886 2004-06-14  David Schleef  <ds@schleef.org>
23887
23888         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23889         standard.  Thank you for playing.
23890
23891 2004-06-14  Wim Taymans  <wim@fluendo.com>
23892
23893         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23894         Patch 1.3 broke the ordering of the colorspace info and
23895         made the plugin basically work by coincidence, reordered
23896         the info.
23897
23898 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23899
23900         * ext/lame/gstlame.c:
23901         * ext/mad/gstmad.c:
23902           sync caps.  Make sure mad can only output a list of rates, not
23903           a full range.  In the future, have three caps lists for each of the
23904           mpeg versions.  Change mpegversion to a double as well.
23905
23906 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23907
23908         * gst/volume/.cvsignore:
23909         * gst/volume/Makefile.am:
23910         * gst/volume/demo.c: (value_changed_callback), (idler),
23911         (setup_gui), (main):
23912           added small demo app
23913
23914 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23915         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23916         * ext/esd/esdsink.h:
23917         Close the esd connection on pause, because esd will just wait -
23918         blocking all other esd clients indefinitely.
23919
23920 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23921
23922         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23923           previous commit with GST_DEBUG
23924
23925 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23926
23927         * configure.ac:
23928           add a header check for a dvdread header in dvdnav.  Fixes #133002
23929
23930 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23931
23932         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23933         * gst/tcp/gsttcpclientsink.h:
23934         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23935         * gst/tcp/gsttcpclientsrc.h:
23936         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23937         (gst_tcpserversink_handle_server_read),
23938         (gst_tcpserversink_init_send):
23939         * gst/tcp/gsttcpserversink.h:
23940         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23941         * gst/tcp/gsttcpserversrc.h:
23942         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23943         version of IP)
23944
23945 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23946
23947         * configure.ac:
23948         Added ogg library so that OSX detects libtheora properly
23949
23950 2004-06-11  Wim Taymans  <wim@fluendo.com>
23951
23952         * ext/theora/theoradec.c: (theora_dec_chain),
23953         (theora_dec_change_state):
23954         Don't try to decode frames before we received a keyframe.
23955
23956 2004-06-11  Wim Taymans  <wim@fluendo.com>
23957
23958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23959         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23960         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23961         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23962         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23963         Added property to set the maximum delay of a page.
23964
23965 2004-06-10  Wim Taymans  <wim@fluendo.com>
23966
23967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23968         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23969         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23970         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23971         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23972         Added max-delay property to control the maximum amount
23973         of data to put in one page.
23974
23975 2004-06-10  Wim Taymans  <wim@fluendo.com>
23976
23977         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23978         (gst_theora_enc_init), (theora_enc_sink_link),
23979         (theora_buffer_from_packet), (theora_enc_set_property),
23980         (theora_enc_get_property):
23981         Set duration on encoded buffer, added some more properties
23982
23983 2004-06-10  Wim Taymans  <wim@fluendo.com>
23984
23985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23986         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23987         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23988         * ext/theora/theoraenc.c: (theora_enc_chain):
23989         Fix refcounting bugs
23990
23991 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23992
23993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23994         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23995         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23996         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23997         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23998         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23999         (gst_asf_demux_change_state):
24000         * gst/asfdemux/gstasfdemux.h:
24001           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24002           feels like. I think we should set a new requirement for demuxers
24003           from now on to implement sane loop functions, data loops, query
24004           and seek functions before first commit into CVS. And this commit
24005           fixes all of the above.
24006
24007 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24008
24009         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24010           vorbis comments are properly encoded in UTF-8 before adding them
24011           to a GstTagList
24012
24013 2004-06-09  Benjamin Otte  <otte@gnome.org>
24014
24015         * ext/alsa/gstalsa.c: (add_channels):
24016           handle min <= max correctly
24017         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24018         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24019           add fixation functions so we fixate correctly. No preferring of alaw
24020           anymore because it's the first structure.
24021         * ext/alsa/gstalsa.h:
24022         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24023         (gst_alsa_hw_params_dump):
24024           add functions to ease debugging in alsalib
24025         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24026         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24027         (gst_alsa_start_audio):
24028           only specify hw params if we really setup a format (fixes #134007 -
24029           or at least works around it)
24030
24031 2004-06-09  Wim Taymans  <wim@fluendo.com>
24032
24033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24034         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24035         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24036         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24037         (gst_ogg_mux_loop):
24038         Use stream caps to setup the initial pages in the ogg stream.
24039         Correctly set the streamheader caps on the srcpad.
24040
24041 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24042
24043         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24044         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24045         (gst_v4lsrc_getcaps):
24046         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24047         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24048           add querying of fps lists for webcams.  Negotiating to a framerate
24049           now works.
24050
24051 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24052
24053         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24054         (theora_push_buffer), (theora_push_packet),
24055         (theora_set_header_on_caps), (theora_enc_chain):
24056           mark buffers and put on streamheader, raw theora streaming
24057           now works too, whee
24058
24059 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24060
24061         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24062         (gst_tcp_gdp_read_caps):
24063           do a looping read for caps and GDP headers too
24064
24065 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24066
24067         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24068         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24069           return EOS instead of NULL in _get
24070
24071 2004-06-08  Wim Taymans  <wim@fluendo.com>
24072
24073         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24074         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24075         (gst_tcp_gdp_write_caps):
24076         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24077         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24078         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24079         Memory leak fixes
24080
24081 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24082
24083         * ext/vorbis/Makefile.am:
24084         * ext/vorbis/vorbis.c: (plugin_init):
24085         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24086         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24087         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24088         (vorbis_parse_change_state):
24089         * ext/vorbis/vorbisparse.h:
24090           adding a vorbisparse element that marks the buffers, streaming
24091           raw vorbis using GDP now works, whee
24092
24093 2004-06-08  Wim Taymans  <wim@fluendo.com>
24094
24095         * ext/jpeg/Makefile.am:
24096         * ext/jpeg/README:
24097         * ext/jpeg/gstjpeg.c: (plugin_init):
24098         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24099         (gst_smokedec_base_init), (gst_smokedec_class_init),
24100         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24101         * ext/jpeg/gstsmokedec.h:
24102         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24103         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24104         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24105         (gst_smokeenc_resync), (gst_smokeenc_chain),
24106         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24107         * ext/jpeg/gstsmokeenc.h:
24108         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24109         (smokecodec_flush_destination), (smokecodec_term_destination),
24110         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24111         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24112         (smokecodec_term_source), (smokecodec_encode_new),
24113         (smokecodec_decode_new), (smokecodec_info_free),
24114         (smokecodec_set_quality), (smokecodec_get_quality),
24115         (smokecodec_set_threshold), (smokecodec_get_threshold),
24116         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24117         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24118         (smokecodec_parse_header), (smokecodec_decode):
24119         * ext/jpeg/smokecodec.h:
24120         Added a new simple jpeg based codec
24121
24122 2004-06-08  Wim Taymans  <wim@fluendo.com>
24123
24124         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24125         (gst_multipart_mux_loop):
24126         Fix memory leak
24127
24128 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24129
24130         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24131         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24132         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24133         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24134         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24135         * gst/tcp/gsttcpserversink.h:
24136           take streamheader into account
24137
24138 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24139
24140         * gst/level/Makefile.am:
24141         * gst/level/gstlevel.c: (gst_level_class_init):
24142           clean up marshal generation
24143
24144 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24145
24146         * gst/tcp/Makefile.am:
24147         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24148         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24149         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24150         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24151         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24152         (gst_tcpclientsrc_get_property):
24153         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24154         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24155         (gst_tcpserversink_handle_client_read),
24156         (gst_tcpserversink_handle_client_write),
24157         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24158         * gst/tcp/gsttcpserversink.h:
24159           add signals client-added and client-removed
24160         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24161         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24162         (gst_tcpserversrc_get_property):
24163         uniformized, change default protocol to NONE
24164         * gst/tcp/gsttcp-marshal.list: added
24165 2004-06-07  Benjamin Otte  <otte@gnome.org>
24166
24167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24168           handle discont events if they happen before caps nego
24169
24170 2004-06-07  Wim Taymans  <wim@fluendo.com>
24171
24172         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24173         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24174         (gst_multipart_demux_plugin_init):
24175         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24176         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24177         (gst_multipart_mux_change_state):
24178         Small updates, fix a memleak
24179
24180 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24181
24182         * configure.ac: OSS portability
24183         * ext/arts/gst_arts.c: idem
24184         * sys/oss/gstosselement.c: idem
24185         * sys/oss/gstossmixer.c: idem
24186         * sys/oss/gstosssink.c: idem
24187         * sys/oss/gstosssrc.c: idem
24188         * sys/oss/oss_probe.c: idem
24189           - check for soundcard.h in different places for some BSD
24190
24191 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24192
24193         * AUTHORS:
24194         Add me to the authors file
24195         * configure.ac:
24196         Increase the libdv requirement to >= version 0.100
24197         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24198         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24199         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24200         * ext/dv/gstdvdec.h:
24201         Add support for the new_media flag when sending DISCONT events
24202         Make the querying work when video pad is not linked
24203
24204 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24205
24206         reviewed by Benjamin Otte  <otte@gnome.org>
24207
24208         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24209           create a NULL-initialized array of pads, so we don't think they
24210           exist already. (fixes #143130)
24211
24212 2004-06-07  Benjamin Otte  <otte@gnome.org>
24213
24214         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24215         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24216         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24217           don't use // coments
24218
24219 2004-06-07  Benjamin Otte  <otte@gnome.org>
24220
24221         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24222           cast to GstClockTime to get higher granularity
24223         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24224           use gst_element_set_time_delay to get the exact time
24225         * ext/mad/gstmad.c: (gst_mad_chain):
24226           use the negotiated rate instead of the current frame's rate which
24227           might be wrong because of bit errors. This avoids emitting totally
24228           bogus timestamps and screwing sync.
24229         (fixes #143454)
24230
24231 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24232
24233         reviewed by Benjamin Otte  <otte@gnome.org>
24234
24235         * gst/adder/gstadder.c: (gst_adder_loop):
24236           properly error out when no negotiation has happened yet. (fixes
24237           #143032)
24238
24239 2004-06-06  Benjamin Otte  <otte@gnome.org>
24240
24241         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24242           forward correctly transformed offset in discont events. Based on
24243           patch by Arwed v. Merkatz. (fixes #142851)
24244
24245 2004-06-06  David Schleef  <ds@schleef.org>
24246
24247         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24248         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24249         problems on several systems.
24250
24251 2004-06-06  Benjamin Otte  <otte@gnome.org>
24252
24253         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24254           use explicit caps on the srcpad
24255         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24256           properly error out if caps couldn't be set (fixes #142764)
24257
24258 2004-06-06  Benjamin Otte  <otte@gnome.org>
24259
24260         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24261         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24262         (gst_alsa_start_audio):
24263           - don't call set_periods_integer anymore, it breaks the
24264           configuration randomly
24265           - call snd_pcm_hw_params_set_access directly instead of using masks
24266           - don't fail if the sw_params can't be set, just use the default
24267           params and hope it works. Alsalib has weird issues when you touch
24268           sw_params and does no proper error reporting about what failed.
24269         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24270         (gst_alsa_close_audio):
24271           make our alsa debugging go via gst debugging and not conditionally
24272           defined
24273         * ext/alsa/gstalsa.h:
24274           add ALSA_DEBUG_FLUSH macro
24275         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24276         (plugin_init):
24277           wrap alsa errors to be printed via the gst debugging system and not
24278           spammed to stderr
24279
24280 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24281
24282         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24283         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24284         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24285         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24286         (qtdemux_parse_trak):
24287         * gst/qtdemux/qtdemux.h:
24288           Bitch. Also known as seeking, querying & co.
24289         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24290         (gst_osssink_change_state):
24291         * sys/oss/gstosssink.h:
24292           Resyncing is for weenies, this hack is no longer needed and was
24293           broken anyway (since it - unintendedly - always leaves resync to
24294           TRUE).
24295
24296 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24297
24298         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24299         * gst/tcp/gsttcpclientsrc.h: idem
24300           - define MSG_NOSIGNAL if not done
24301           - include unistd.h for off_t
24302           (fixes #143749)
24303
24304 2004-06-05  Benjamin Otte  <otte@gnome.org>
24305
24306         * configure.ac:
24307         * ext/kio/Makefile.am:
24308           check for qt's moc preprocessor explicitly and use it
24309
24310 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24311
24312         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24313           don't get a signal for EPIPE on socket writes
24314           (somebody check if this works on other platforms)
24315
24316 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24317
24318         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24319         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24320           check error condition on available samples correctly
24321
24322 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24323
24324         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24325           avoid a segfault
24326         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24327         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24328         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24329         (gst_tcpserversrc_gdp_read_header):
24330          use ssize_t over size_t since the former is signed and thus the
24331          check for error codes can work
24332
24333 2004-06-02  Wim Taymans  <wim@fluendo.com>
24334
24335         reviewed by: Johan
24336
24337         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24338         (gst_multipart_mux_loop):
24339         Oops
24340
24341 2004-06-02  Wim Taymans  <wim@fluendo.com>
24342
24343         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24344         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24345         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24346         (gst_multipart_mux_change_state):
24347         Added configurable boundary specifier, added the value as a
24348         caps field as well.
24349
24350 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24351
24352         * gst/tcp/gsttcp.c:
24353         * gst/tcp/gsttcpclientsrc.c:
24354         * gst/tcp/gsttcpclientsrc.h:
24355         * gst/tcp/gsttcpserversrc.c:
24356           - portability fix, to compile on OSX
24357             (fixes #143146)
24358
24359         * sys/osxaudio/gstosxaudioelement.c:
24360         * sys/osxaudio/gstosxaudiosink.c:
24361         * sys/osxaudio/gstosxaudiosrc.c:
24362           - compilation warnings on OSX
24363             (fixes #143153)
24364
24365 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24366
24367         * ext/vorbis/vorbisdec.c : sign warning fixes
24368
24369         * gst-libs/gst/mixer/mixertrack.c :
24370           do no use defines which are glib 2.4 specific
24371
24372 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24373
24374         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24375           buffer since libflac doesn't expect it (reports a sync error when
24376           it encounters that)
24377
24378
24379 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24380
24381         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24382         * gst-libs/gst/mixer/mixertrack.c:
24383         (gst_mixer_track_get_property), (get_mixer_track_init),
24384         (get_mixer_track_get_property): Added property accessors
24385         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24386         * gst-libs/gst/mixer/mixeroptions.c:
24387         (gst_mixer_options_get_values): Added
24388         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24389         * gst-libs/gst/mixer/mixer.c: Fixed comment
24390
24391
24392 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24393
24394         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24395           improve error messages on open
24396
24397
24398 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24399
24400         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24401           check if v4l-conf is in path
24402
24403 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24404
24405         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24406           change assert to a more readable error message
24407
24408 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24409
24410         * gst-libs/gst/tuner/tunerchannel.h:
24411           - add a freq_multiplicator field to make the conversion
24412             between internal frequency unit and Hz
24413         * sys/v4l/gstv4lelement.c:
24414         * sys/v4l2/gstv4l2element.c:
24415           - change default video device to /dev/video0
24416         * sys/v4l/v4l_calls.c:
24417         * sys/v4l2/v4l2_calls.c:
24418           - we only expose frequency to the user in Hz instead of
24419             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24420
24421 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24422         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24423           Initialise b_o_s and e_o_s variables
24424         * gst-libs/gst/riff/riff-media.c:
24425         (gst_riff_create_video_caps_with_data):
24426           Add some unusual fourcc's from mplayer avi's
24427         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24428           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24429           autoplugging.
24430
24431 2004-05-28  Wim Taymans  <wim@fluendo.com>
24432
24433         * configure.ac:
24434         * gst/alpha/Makefile.am:
24435         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24436         (gst_alpha_get_type), (gst_alpha_base_init),
24437         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24438         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24439         (gst_alpha_chroma_key), (gst_alpha_chain),
24440         (gst_alpha_change_state), (plugin_init):
24441         A plugin to add an alpha channel to I420 video. Can optionally do
24442         chroma keying.
24443         * gst/multipart/Makefile.am:
24444         * gst/multipart/multipart.c: (plugin_init):
24445         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24446         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24447         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24448         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24449         (gst_multipart_demux_change_state),
24450         (gst_multipart_demux_plugin_init):
24451         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24452         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24453         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24454         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24455         (gst_multipart_mux_pad_unlink),
24456         (gst_multipart_mux_request_new_pad),
24457         (gst_multipart_mux_handle_src_event),
24458         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24459         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24460         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24461         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24462         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24463         send multipart jpeg images to a browser.
24464         * gst/videobox/Makefile.am:
24465         * gst/videobox/README:
24466         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24467         (gst_video_box_get_type), (gst_video_box_base_init),
24468         (gst_video_box_class_init), (gst_video_box_init),
24469         (gst_video_box_set_property), (gst_video_box_get_property),
24470         (gst_video_box_sink_link), (gst_video_box_i420),
24471         (gst_video_box_ayuv), (gst_video_box_chain),
24472         (gst_video_box_change_state), (plugin_init):
24473         Crops or adds borders around an image. can do alpha channel
24474         borders as well.
24475         * gst/videomixer/Makefile.am:
24476         * gst/videomixer/README:
24477         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24478         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24479         (gst_videomixer_pad_get_sink_event_masks),
24480         (gst_videomixer_pad_get_property),
24481         (gst_videomixer_pad_set_property),
24482         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24483         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24484         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24485         (gst_videomixer_base_init), (gst_videomixer_class_init),
24486         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24487         (gst_videomixer_handle_src_event),
24488         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24489         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24490         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24491         (gst_videomixer_loop), (gst_videomixer_get_property),
24492         (gst_videomixer_set_property), (gst_videomixer_change_state),
24493         (plugin_init):
24494         Generic video mixer plugin, can handle multiple inputs all with
24495         different framerates and video sizes. Is fully alpha channel
24496         aware.
24497
24498 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24499
24500         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24501           Select first track as master track. Not sure how else to handle
24502           that...
24503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24504           Discard discont events. Should fix #142962.
24505
24506 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24507
24508         * ext/alsa/Makefile.am:
24509         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24510         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24511         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24512         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24513         (gst_alsa_mixer_get_option):
24514         * ext/alsa/gstalsamixer.h:
24515         * ext/alsa/gstalsamixeroptions.c:
24516         (gst_alsa_mixer_options_get_type),
24517         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24518         (gst_alsa_mixer_options_new):
24519         * ext/alsa/gstalsamixeroptions.h:
24520         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24521         * ext/alsa/gstalsamixertrack.h:
24522           Add enumerations (as GstMixerOptions). Make correct distinction
24523           between input/output tracks. Add capture/playback private flag.
24524           Use flag to decide on whether to set capture or playback volumes
24525           or switches. Use playback and record switches.
24526         * gst-libs/gst/mixer/Makefile.am:
24527         * gst-libs/gst/mixer/mixer-marshal.list:
24528         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24529         (gst_mixer_set_option), (gst_mixer_get_option),
24530         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24531         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24532         * gst-libs/gst/mixer/mixer.h:
24533         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24534         (gst_mixer_options_class_init), (gst_mixer_options_init),
24535         (gst_mixer_options_dispose):
24536         * gst-libs/gst/mixer/mixeroptions.h:
24537           Add GstMixerOptions.
24538         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24539           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24540           broken device detection on computers with multiple OSS sound
24541           cards.
24542
24543 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24544
24545         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24546           fixate nicely even when the peer is not negotiating
24547
24548 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24549
24550         * gst/audioconvert/gstaudioconvert.c:
24551         (gst_audio_convert_parse_caps):
24552           make sure we don't allow depth > width
24553         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24554           fixate endianness to G_BYTE_ORDER as default
24555         * gst/audioscale/gstaudioscale.c:
24556           we don't handle another endianness as host-endianness
24557
24558 2004-05-25  David Schleef  <ds@schleef.org>
24559
24560         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24561
24562 2004-05-24  Benjamin Otte  <otte@gnome.org>
24563
24564         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24565         (gst_oggvorbisenc_setup):
24566           properly fail when we can't setup the vorbis encoder due to
24567           unsupported settings
24568         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24569         (gst_vorbisenc_setup):
24570           same
24571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24572           fix case where warnings occured when one pad was unlinked while the
24573           other's link function was called
24574
24575 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24576
24577         * gst/tcp/Makefile.am:
24578           use GST_ENABLE_NEW
24579
24580 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24581
24582         * gst-libs/gst/resample/private.h:
24583           don't use optimizations that are #if 0'ed
24584
24585 2004-05-24  Wim Taymans  <wim@fluendo.com>
24586
24587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24588         Fix potential division by zero error and hopefully get
24589         the position query right to get correct timestamps on avi
24590         audio.
24591
24592 2004-05-24  Wim Taymans  <wim@fluendo.com>
24593
24594         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24595         (gst_videoscale_scale_nearest_str2),
24596         (gst_videoscale_scale_nearest_str4),
24597         (gst_videoscale_scale_nearest_32bit),
24598         (gst_videoscale_scale_nearest_24bit),
24599         (gst_videoscale_scale_nearest_16bit):
24600         Fix the scaling algorithm and avoid a buffer overflow.
24601         removed the while loop in the scaling function as it
24602         was used for point sampling only.
24603
24604 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24605
24606         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24607         (gst_id3_tag_class_init), (gst_id3_tag_init),
24608         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24609         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24610         (gst_id3_tag_send_tag_event):
24611           lots of fixes to make id3mux work and id3demux work correctly
24612
24613 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24614
24615         * ext/Makefile.am:
24616           add rules to build shout2send (was removed by accident
24617           when this module was no more marked experimental/broken)
24618
24619 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24620
24621         * ext/shout2/gstshout2.c:
24622         * ext/shout2/gstshout2.h:
24623           adding a "connection problem" signal to shout2send
24624           (fixes #142954)
24625
24626 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24627
24628         * ext/kio/kioreceiver.cpp:
24629         * ext/kio/kioreceiver.h:
24630           fix sign comparison issues
24631
24632 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24633
24634         * gst/cdxaparse/gstcdxaparse.c:
24635         * gst/cdxaparse/gstcdxaparse.h:
24636           some renaming
24637           add some checks/sanity
24638           prepare for seek addition
24639
24640         * sys/sunaudio/gstsunaudio.c:
24641           remove exported dupe init function
24642
24643 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24644
24645         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24646         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24647           Fix format conversion and position querying.
24648         * gst/debug/progressreport.c: (gst_progressreport_report):
24649           Don't output a bogus total value that we didn't query.
24650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24651           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24652           only a blank window after xine has been used.
24653
24654 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24655
24656         * m4/as-arts.m4:
24657           sync with upstream version to fix test on FC2
24658           readd with -ko to preserve Id header
24659
24660 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24661
24662         * configure.ac:
24663           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24664         * gst/tcp/gsttcpclientsrc.c: idem
24665         * gst/tcp/gsttcpserversink.c: idem
24666         * gst/tcp/gsttcpserversrc.c: idem
24667         * m4/gst-fionread.m4: idem
24668
24669         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24670
24671         * configure.ac: enable speex plugin for speex 1.1.5+
24672         * ext/speex/gstspeexenc.c: fix cast warning
24673
24674         * ext/esd/README: fix typo
24675
24676 2004-05-20  David Schleef  <ds@schleef.org>
24677
24678         * configure.ac: Minor cosmetic change to convince the buildbot to
24679         reautogen.
24680         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24681         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24682         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24683         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24684         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24685         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24686         More hacking.  Plays audio now.
24687
24688 2004-05-20  David Schleef  <ds@schleef.org>
24689
24690         * configure.ac:
24691         * sys/Makefile.am:
24692
24693 2004-05-20  David Schleef  <ds@schleef.org>
24694
24695         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24696         * sys/osxaudio/gstosxaudio.c:
24697         * sys/osxaudio/gstosxaudioelement.c:
24698         * sys/osxaudio/gstosxaudioelement.h:
24699         * sys/osxaudio/gstosxaudiosink.c:
24700         * sys/osxaudio/gstosxaudiosink.h:
24701         * sys/osxaudio/gstosxaudiosrc.c:
24702         * sys/osxaudio/gstosxaudiosrc.h:
24703
24704 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24705
24706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24707         (gst_vorbisenc_chain):
24708           put the codec headers on the caps as streamheader as well as
24709           pushing them out
24710
24711 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24712
24713         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24714         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24715         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24716         split up push_packet into two functions
24717
24718 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24719
24720         * gst/tcp/.cvsignore:
24721           ignore enums
24722         * gst/tcp/Makefile.am:
24723         * gst/tcp/README:
24724         * gst/tcp/gsttcp.c:
24725         * gst/tcp/gsttcp.h:
24726         * gst/tcp/gsttcpclientsink.c:
24727         * gst/tcp/gsttcpclientsink.h:
24728         * gst/tcp/gsttcpclientsrc.c:
24729         * gst/tcp/gsttcpclientsrc.h:
24730         * gst/tcp/gsttcpplugin.c:
24731         * gst/tcp/gsttcpserversink.c:
24732         * gst/tcp/gsttcpserversink.h:
24733         * gst/tcp/gsttcpserversrc.c:
24734         * gst/tcp/gsttcpserversrc.h:
24735           add new tcp elements
24736
24737 2004-05-19  Wim Taymans  <wim@fluendo.com>
24738
24739         * gst/law/mulaw-conversion.c: (mulaw_encode):
24740         Fix overflow bug in ulaw encoding.
24741
24742 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24743
24744         * ext/mad/gstmad.c: (gst_mad_handle_event):
24745           don't unref the event twice
24746
24747 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24748
24749         * configure.ac:
24750           remove -Wno-sign-compare
24751
24752 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24753
24754         * configure.ac:
24755           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24756           if you want to work against glib 2.2 and 2.4
24757
24758 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24759
24760         * gst/tcp/Makefile.am:
24761         * gst/tcp/gsttcp.c:
24762         * gst/tcp/gsttcp.h:
24763         * gst/tcp/gsttcpsink.h:
24764         * gst/tcp/gsttcpsrc.h:
24765           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24766
24767 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24768
24769         * gst/debug/tests.c: (md5_get_value):
24770           fix segfault on gst-inspect
24771
24772 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24773
24774         * gst/debug/testplugin.c:
24775         * gst/debug/tests.c:
24776         * gst/debug/tests.h:
24777           add new extensible and configurable testing element. Current tests
24778           include buffer count, stream length, timestamp/duration matching and
24779           md5.
24780         * gst/debug/Makefile.am:
24781         * gst/debug/gstdebug.c: (plugin_init):
24782           add infrastructure for new element
24783
24784 2004-05-19  Johan Dahlin  <johan@gnome.org>
24785
24786         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24787         ending of the array. Fixes gst-inspect segfault on ppc.
24788
24789 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24790
24791         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24792
24793         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24794
24795 2004-05-18  David Schleef  <ds@schleef.org>
24796
24797         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24798         warnings (bugs, actually) noticed by gcc but not forte.
24799
24800 2004-05-18  David Schleef  <ds@schleef.org>
24801
24802         * sys/sunaudio/Makefile.am:
24803         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24804
24805 2004-05-18  David Schleef  <ds@schleef.org>
24806
24807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24808         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24809         to allow qtdemux to use non-seekable streams. (bug #142272)
24810
24811 2004-05-18  David Schleef  <ds@schleef.org>
24812
24813         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24814         (gst_resample_sinc_ft_float): Remove use of static temporary
24815         buffer.  This code was obviously not supposed to last long, but
24816         it's stuck in our ABI, so it required a little hack to make it
24817         ABI-compatible.  Fixes #142585.
24818         * gst-libs/gst/resample/resample.h: same.
24819
24820 2004-05-18  David Schleef  <ds@schleef.org>
24821
24822         * configure.ac: Add sunaudio
24823         * examples/Makefile.am: make gstplay depend on gconf
24824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24825         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24826         (convert_table_lookup), (img_convert): remove c99-isms
24827         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24828           unsigned, to fix a warning on Solaris
24829         * gst/mpeg1sys/systems.c: bcopy->memcpy
24830         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24831         * sys/Makefile.am: Add sunaudio
24832
24833 2004-05-18  Wim Taymans  <wim@fluendo.com>
24834
24835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24836         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24837         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24838         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24839         (gst_ogg_mux_loop):
24840         Fix an ugly memleak where the muxer didn't flush enough ogg
24841         pages. This also resulted in badly muxed ogg files.
24842
24843 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24844
24845         * gst/asfdemux/asfheaders.c :
24846         * gst/asfdemux/asfheaders.h :
24847         * gst/asfdemux/gstasfdemux.c :
24848           - fix ASF_OBJ_PADDING guid
24849           - add 3 new object guids (language list, metadata,
24850             extended stream properties)
24851           - add a function to parse extended header objects
24852
24853 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24854
24855         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24856           remove leftover debugging g_print
24857
24858 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24859
24860         * ext/mad/gstmad.c: (gst_mad_handle_event):
24861           Fix for when the first format in a discont event is not a
24862           byte-based one. Should fix #137710.
24863
24864 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24865
24866         * m4/a52.m4 : fix compilation with -Wall -Werror
24867         * m4/libfame.m4 : idem
24868         * m4/libmikmod.m4 : idem
24869
24870 2004-05-17  Benjamin Otte  <otte@gnome.org>
24871
24872         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24873           signal the new tags before giving up the reference
24874
24875 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24876
24877         * ext/shout2/gstshout2.c:
24878           use application/ogg instead of application/x-ogg (patch by Patrick
24879           Guimond, fixes #142432)
24880         * sys/oss/gstosselement.c: (gst_osselement_reset),
24881         (gst_osselement_sync_parms):
24882           don't set fragment size unless specified (fixes #142493)
24883
24884 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24885
24886         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24887           fixes #142664
24888
24889 2004-05-17  Benjamin Otte  <otte@gnome.org>
24890
24891         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24892           compute offsets correctly for internal buffers so timestamps are set
24893           correctly when we can't seek. Also handle cases where there are no
24894           offsets. (based on a patch by David Moore, fixes #142507)
24895
24896 2004-05-17  Benjamin Otte  <otte@gnome.org>
24897
24898         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24899           use correct variable when determining amount of data to skip so we
24900           don't skip into the void and segfault
24901
24902 2004-05-16  Benjamin Otte  <otte@gnome.org>
24903
24904         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24905           Hi, I'm a memleak
24906
24907 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24908
24909         * gst/asfdemux/gstasfdemux.c:
24910           - fix a mem leak and always propagate tags
24911           - add WMV3 to known video codecs (but no decoder yet)
24912           - replace "surplus data" at end of audio header for what
24913             it is : codec specific data
24914           - fix a typo
24915
24916 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24917
24918         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24919
24920         * gst-libs/gst/audio/audioclock.c:
24921           Fix wrong return type (#142205).
24922
24923 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24924
24925         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24926           Ignore CRCs by default (fixes #142566).
24927
24928 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24929
24930         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24931         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24932         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24933         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24934         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24935         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24936           Fix for cases where we fail to attach to a mixer.
24937
24938 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24939
24940         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24941           Don't touch events after not owning them anymore.
24942         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24943         (gst_wavparse_fmt), (gst_wavparse_other),
24944         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24945         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24946         (gst_wavparse_srcpad_event):
24947         * gst/wavparse/gstwavparse.h:
24948           Add seeking, fix querying.
24949
24950 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24951
24952         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24953           - process comments even if they don't end with \0\0
24954             g_convert would ignore them if present and works well without them
24955
24956 2004-05-16  Benjamin Otte  <otte@gnome.org>
24957
24958         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24959           simplify caps
24960
24961 2004-05-16  Benjamin Otte  <otte@gnome.org>
24962
24963         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24964           don't write to memory we might not write to - g_convert does that
24965           for us anyway (fixes #142613)
24966         (gst_asf_demux_audio_caps):
24967           comment out gst_util_dump_mem
24968
24969 2004-05-16  Benjamin Otte  <otte@gnome.org>
24970
24971         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24972           compute correct expected timestamps after seek (broken since
24973           last commit)
24974         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24975           rename element and debugging category to gdkpixbufscale
24976
24977 2004-05-16  Benjamin Otte  <otte@gnome.org>
24978
24979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24980           add error checking to snd_pcm_delay and remove duplicate call to
24981           snd_pcm_delay that caused issues (see inline code comments)
24982         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24983           make more readable and fix return value when snd_pcm_delay fails
24984         (fixes #142586)
24985
24986 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24987         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24988         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24989         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24990         (gst_pixbufscale_link), (gst_pixbufscale_init),
24991         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24992         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24993         (gst_pixbufscale_get_property), (pixbufscale_init):
24994         * ext/gdk_pixbuf/pixbufscale.h:
24995         Add these files I forgot earlier
24996
24997 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24998         * ext/gdk_pixbuf/Makefile.am:
24999         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25000         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25001         Add new pixbufscale element to scale RGB video
25002         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25003         and HYPER interpolation correctly.
25004         * ext/theora/theoraenc.c: (theora_enc_chain),
25005         Discard buffer and return if explicit caps could not be set
25006         (theora_enc_get_property):
25007         Make _get return kbps for the bitrate consistent with
25008         the _set function.
25009
25010
25011 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25012
25013         * ext/libvisual/visual.c: (gst_visual_chain):
25014           add missing visual_audio_analyze
25015
25016 2004-05-14  David Schleef  <ds@schleef.org>
25017
25018         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25019         is killed while we're playing.
25020         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25021         gst_element_no_more_pads().
25022
25023 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25024
25025         * gst-libs/gst/riff/riff-read.c :
25026           - fix INFO tag extraction in RIFF/AVI files
25027             because gst_event_unref (event) also freed taglist
25028           - avoid a mem leak
25029
25030 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25031
25032         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25033         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25034
25035         * gst/auparse/gstauparse.c :
25036           - add code (commented for now) to support audio/x-adpcm on src pad
25037             (we have no decoder for those layout yet)
25038
25039         * gst/cdxaparse/gstcdxaparse.c :
25040         * gst/cdxaparse/gstcdxaparse.h :
25041           - partial rewrite using RiffRead (ripped iain's wavparse code)
25042
25043         * gst/rtp/gstrtpL16enc.c : typo
25044         * gst/rtp/gstrtpgsmenc.c : typo
25045
25046 2004-05-13  Benjamin Otte  <otte@gnome.org>
25047
25048         * configure.ac:
25049           check for exact version of libvisual, it's not supposed to be
25050           API/ABI stable yet
25051
25052 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25053
25054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25055           signal no-more-pads
25056
25057 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25058
25059         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25060         Report which format was used for GST_FORMAT_DEFAULT
25061         * gst/debug/Makefile.am:
25062         * gst/debug/gstdebug.c: (plugin_init):
25063         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25064         (gst_progressreport_class_init), (gst_progressreport_init),
25065         (gst_progressreport_report), (gst_progressreport_set_property),
25066         (gst_progressreport_get_property), (gst_progressreport_chain),
25067         (gst_progressreport_plugin_init):
25068         Add progressreport element for testing.
25069
25070 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25071
25072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25073         * sys/v4l/gstv4lsrc.h:
25074         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25075         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25076         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25077         (gst_v4lsrc_grab_frame):
25078           add more debugging
25079           send a discont at start
25080
25081 2004-05-12  Colin Walters  <walters@redhat.com>
25082
25083         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25084         inflooping if we can't find a chunk.  Or in other words, don't blow
25085         chunks if we don't have a chunk to blow.
25086
25087 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25088         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25089         Remove old debug output
25090         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25091         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25092         (gst_dvdec_set_property), (gst_dvdec_get_property):
25093         Change the quality setting to an enum, so it works from gst-launch
25094         Don't renegotiate a non-linked pad. Allows audio only decoding.
25095         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25096         (gst_deinterlace_link), (gst_deinterlace_init):
25097         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25098         (gst_videodrop_link):
25099         Some caps negotiation fixes
25100
25101 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25102
25103         * ext/tarkin/gsttarkin.c :
25104           - Change RANK from NONE to PRIMARY
25105         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25106           - Change RANK from NONE to MARGINAL
25107         * ext/divx/gstdivxenc.c :
25108           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25109
25110 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25111
25112         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25113         (gst_vorbisenc_push_packet):
25114           copy a function that was added between 1.0 and 1.0.1 until we
25115           depend on worthwhile features of post-1.0
25116
25117 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25118
25119         * configure.ac:
25120           enable shout2 by default
25121         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25122         (gst_shout2send_base_init), (gst_shout2send_init),
25123         (gst_shout2send_connect), (gst_shout2send_change_state):
25124         * ext/shout2/gstshout2.h:
25125           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25126           #142262)
25127         * ext/theora/theora.c: (plugin_init):
25128           don't set rank on encoders
25129
25130 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25131
25132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25133           Use codec_data property instead of flag1 and flag2 for wma
25134
25135 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25136
25137         * gst/cdxaparse/gstcdxaparse.c :
25138           - Add mpegversion to CAPS to make it link
25139           - Rank is as GST_RANK_SECONDARY instead of NONE
25140         * gst/auparse/gstauparse.c :
25141           - Document all audio encoding we can encounter from Solaris 9
25142             headers and libsndfile information.
25143           - Increase max. rate from 48000 to 192000 (to match other elements)
25144           - Don't try to play junk data between header and samples
25145
25146 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25147
25148         * ext/libvisual/visual.c: (gst_visual_getcaps):
25149           use the right caps depending on endianness (I hope)
25150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25151           use GST_RANK_NONE for all non-decoding elements or spider gets
25152           mighty confused
25153
25154 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25155
25156         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25157           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25158
25159 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25160
25161         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25162         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25163         (gst_switch_loop), (gst_switch_get_type):
25164           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25165           HEADERS. Had to be said.
25166
25167 2004-05-10  David Schleef  <ds@schleef.org>
25168
25169         * configure.ac: Add prototype Dirac support.
25170         * ext/Makefile.am:
25171         * ext/dirac/Makefile.am:
25172         * ext/dirac/gstdirac.cc:
25173         * ext/dirac/gstdiracdec.cc:
25174
25175 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25176
25177         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25178         (gst_auparse_init), (gst_auparse_chain),
25179         (gst_auparse_change_state):
25180           Hack around spider. Remove me some day please.
25181
25182 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25183
25184         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25185           Fix for some uninitialized variables in previous patch, also
25186           makes it work. Fixes #142286 while we're at it.
25187
25188 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25189
25190         * gst/auparse/gstauparse.c:
25191                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25192                 only unsupported formats are ADPCM/CCITT G.72x
25193                 reviewed by Ronald
25194         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25195
25196 2004-05-10  Wim Taymans  <wim@fluendo.com>
25197
25198         * ext/vorbis/Makefile.am:
25199         * ext/vorbis/README:
25200         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25201         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25202         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25203         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25204         (gst_oggvorbisenc_convert_sink),
25205         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25206         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25207         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25208         (get_constraints_string), (update_start_message),
25209         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25210         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25211         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25212         * ext/vorbis/oggvorbisenc.h:
25213         * ext/vorbis/vorbis.c: (plugin_init):
25214         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25215         (raw_caps_factory), (gst_vorbisenc_class_init),
25216         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25217         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25218         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25219         * ext/vorbis/vorbisenc.h:
25220         Added a raw vorbis encoder to be used with the oggmuxer.
25221         We still need the old encoder for some gnome applications,
25222         read the README to find out how that works.
25223         The raw encoder is called "rawvorbisenc" until 0.9.
25224
25225 2004-05-10  Wim Taymans  <wim@fluendo.com>
25226
25227         * ext/ogg/gstogg.c: (plugin_init):
25228         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25229         (gst_ogg_print):
25230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25231         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25232         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25233         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25234         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25235         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25236         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25237         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25238         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25239         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25240         Added an ogg muxer.
25241         Small typo fixes in the demuxer.
25242
25243 2004-05-10  Wim Taymans  <wim@fluendo.com>
25244
25245         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25246         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25247         (theora_enc_change_state), (theora_enc_set_property),
25248         (theora_enc_get_property):
25249         Mark the last packet with an EOS flag which is not really needed
25250         in gstreamer.
25251         Do some better video framerate initialisation.
25252         Update the buffer timestamp.
25253
25254 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25255
25256         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25257         Return the result of the parent state change call
25258
25259 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25260
25261         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25262         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25263         * gst/law/alaw-encode.c : (idem)
25264         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25265         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25266         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25267
25268 2004-05-09  Benjamin Otte  <otte@gnome.org>
25269
25270         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25271           don't use a fixed buffer size when writing variable length data to
25272           it. Fixes memory corruption and makes alsasrc work
25273
25274 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25275
25276         * ext/gnomevfs/gstgnomevfssink.c:
25277         (_gst_boolean_allow_overwrite_accumulator),
25278         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25279           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25280           RUN_LAST, and don't use that to set the accumulator value because
25281           then it's always FALSE.
25282
25283 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25284
25285         * gst-libs/gst/riff/riff-media.c:
25286         (gst_riff_create_video_caps_with_data),
25287         (gst_riff_create_audio_caps),
25288         (gst_riff_create_audio_template_caps):
25289         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25290           Fix for unaligned RIFF files (i.e. where all the chunks together
25291           in a LIST chunk are not of the same size as the size given in
25292           the LIST chunk header). Fixes several odd WAVE files. Also fix
25293           ADPCM (block_align property) in audio, so that wavparse based
25294           on this works now as it used to stand-alone.
25295
25296 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25297
25298         reviewed by Benjamin Otte  <otte@gnome.org>
25299
25300         * ext/a52dec/gsta52dec.c:
25301         * ext/divx/gstdivxdec.c:
25302         * ext/divx/gstdivxenc.c:
25303         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25304         * ext/faac/gstfaac.c: (gst_faac_base_init):
25305         * ext/faad/gstfaad.c: (gst_faad_base_init):
25306         * ext/ivorbis/vorbisfile.c:
25307         * ext/lame/gstlame.c:
25308         * ext/libfame/gstlibfame.c:
25309         * ext/mpeg2enc/gstmpeg2enc.cc:
25310         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25311         * ext/sidplay/gstsiddec.cc:
25312         * ext/speex/gstspeexdec.c:
25313         * ext/speex/gstspeexenc.c:
25314         * ext/xvid/gstxviddec.c:
25315         * ext/xvid/gstxvidenc.c:
25316           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25317           (fixes #142193)
25318
25319 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25320
25321         * ext/alsa/gstalsa.c: (device_list),
25322         (gst_alsa_class_probe_devices):
25323         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25324           Fix alsa oddness in mixer after the combination of using mixer
25325           in source/sink elements and using hw:x,y instead of just hw:x.
25326
25327 2004-05-09  Benjamin Otte  <otte@gnome.org>
25328
25329         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25330         (gst_wavparse_create_sourcepad):
25331           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25332           sourcepads
25333
25334 2004-05-09  Benjamin Otte  <otte@gnome.org>
25335
25336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25337           allow discont events before caps nego
25338
25339 2004-05-08  Benjamin Otte  <otte@gnome.org>
25340
25341         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25342           don't leak events
25343
25344 2004-05-08  Benjamin Otte  <otte@gnome.org>
25345
25346         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25347         (gst_level_change_state), (gst_level_init):
25348         * gst/level/gstlevel.h:
25349           figure out if we're initialized directly instead of keeping a
25350           variable that's wrong in 90% of cases
25351           don't initialize pads and then leak them and use a new unitialized
25352           pad. (fixes #142084)
25353           these were bugs so n00bish I didn't find them for an hour :/
25354
25355 2004-05-08 Iain <iain@prettypeople.org>
25356
25357         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25358         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25359         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25360         return the length that was read.
25361         (gst_riff_read_strf_auds): Allow fmt tags as well.
25362
25363 2004-05-07  David Schleef  <ds@schleef.org>
25364
25365         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25366         signed char assumption in faad.h.
25367
25368 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25369
25370         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25371           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25372
25373 2004-05-07  Colin Walters  <walters@redhat.com>
25374
25375         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25376         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25377         function.
25378         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25379         Add dispose function.
25380
25381 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25382         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25383           Fix caps nego and pad templates. RGB mode caps should
25384           work now.
25385         * ext/dvdnav/gst-dvd:
25386           Move mpeg2dec inside the thread because otherwise the
25387           queue rejects cap changes mid-stream
25388         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25389         (gst_mpeg2dec_flush_decoder):
25390           For mpeg2dec > 0.4.0, call the flush function instead of
25391           manually extracting all in-flight frames.
25392         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25393         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25394           Change mime type video/dv go video/x-dv to match the
25395           rest of gst-plugins
25396
25397 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25398
25399         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25400         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25401         (gst_alsa_sink_class_init):
25402         * ext/alsa/gstalsasink.h:
25403         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25404         (gst_alsa_src_class_init):
25405         * ext/alsa/gstalsasrc.h:
25406           Make alsasink/src a subclass of alsamixer so that mixer stuff
25407           shows up in gst-rec. Needs some finetuning.
25408
25409 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25410
25411         * ext/lame/gstlame.c: (gst_lame_chain):
25412           simplify
25413         * ext/mad/gstmad.c: (gst_mad_handle_event):
25414           fix event leak
25415         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25416           be able to detect mp3 files < 4096 bytes
25417
25418 2004-05-06  Wim Taymans  <wim@fluendo.com>
25419
25420         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25421         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25422         (theora_enc_set_property), (theora_enc_get_property):
25423         Also encode the first frame, cleanup some code.
25424
25425 2004-05-06  Wim Taymans  <wim@fluendo.com>
25426
25427         * ext/mpeg2enc/gstmpeg2enc.cc:
25428         Forward events first before deciding that negotiation was
25429         not performed.
25430
25431 2004-05-06  Wim Taymans  <wim@fluendo.com>
25432
25433         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25434         First process the events before deciding that negotiation
25435         was not performed.
25436
25437 2004-05-06  Wim Taymans  <wim@fluendo.com>
25438
25439         * ext/theora/Makefile.am:
25440         * ext/theora/theora.c: (plugin_init):
25441         * ext/theora/theoradec.c: (theora_dec_change_state):
25442         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25443         (gst_theora_enc_class_init), (gst_theora_enc_init),
25444         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25445         (theora_enc_chain), (theora_enc_change_state),
25446         (theora_enc_set_property), (theora_enc_get_property):
25447         Added a theora encoder, grouped the encoder and decoder into the
25448         same plugin.
25449
25450 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25451
25452         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25453         (gst_jpegenc_chain):
25454         fix DURATION on outgoing buffers
25455         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25456         debug using time formats
25457         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25459         (gst_xvimagesink_sink_link):
25460         windows with width/height 0 generate X errors, so don't allow them
25461
25462 2004-05-05  Wim Taymans  <wim@fluendo.com>
25463
25464         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25465         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25466         (gst_mpeg2dec_negotiate_format):
25467         * ext/mpeg2dec/gstmpeg2dec.h:
25468           removed the static pad template so that we can add the
25469           more accurate framerate value to the caps.
25470
25471
25472 2004-05-04  Benjamin Otte  <otte@gnome.org>
25473
25474         * configure.ac:
25475           check for kdemacros.h, too (should fix #141821)
25476         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25477           don't crash if no header was sent, but nicely error out (fixes part
25478           of #141554)
25479
25480 2004-05-04  Wim Taymans  <wim@fluendo.com>
25481
25482         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25483         parent dispose function to avoid segfault on destroy.
25484
25485 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25486
25487         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25488         (plugin_init):
25489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25490         (gst_xvimagesink_sink_link):
25491         clean up debugging caps
25492         also recreate xvimage when format has changed
25493
25494 2004-05-04  Benjamin Otte  <otte@gnome.org>
25495
25496         * ext/libvisual/Makefile.am:
25497         * ext/libvisual/visual.c: (gst_visual_class_init),
25498         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25499         (gst_visual_srclink), (gst_visual_chain),
25500         (gst_visual_change_state), (plugin_init):
25501           use a GstAdapter to correctly adapt buffer sizes - allows using a
25502           framerate
25503
25504 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25505
25506         * sys/v4l/gstv4lelement.h:
25507         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25508         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25509         (gst_v4lsrc_buffer_free):
25510         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25511         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25512         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25513         (gst_v4lsrc_requeue_frame):
25514         move some debugging categories around
25515         query for fps index and set accordingly if found
25516
25517 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25518
25519         * ext/lame/gstlame.c:
25520         correct defaults that lame_init puts out of range
25521
25522 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25523
25524         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25525         (gst_divxenc_class_init):
25526         fix range since -1 is the default
25527         * gst/mpeg1sys/gstmpeg1systemencode.c:
25528         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25529         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25530         (gst_rtjpegdec_chain):
25531         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25532         (gst_rtjpegenc_chain):
25533         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25534         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25535         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25536         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25537         * sys/v4l/gstv4lsrc.c:
25538         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25539         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25540         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25541         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25542         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25543           remove gst_info calls
25544
25545 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25546
25547         * Makefile.am:
25548         * po/af.po:
25549         * po/az.po:
25550         * po/en_GB.po:
25551         * po/nl.po:
25552         * po/sr.po:
25553         * po/sv.po:
25554           Updated translations
25555
25556 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25557
25558         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25559           refactor/comment code
25560
25561 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25562
25563         * gst/asfdemux/Makefile.am:
25564         * gst/asfdemux/asfheaders.c:
25565         * gst/asfdemux/asfheaders.h:
25566         * gst/asfdemux/gstasf.c: (plugin_init):
25567         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25568         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25569         (gst_asf_demux_setup_pad):
25570         * gst/asfdemux/gstasfdemux.h:
25571         * gst/asfdemux/gstasfmux.c:
25572         * gst/asfdemux/gstasfmux.h:
25573           Add tagging support to demuxer, split out registration in its own
25574           file instead of in demux (hacky), and prevent having some tables
25575           in our memory multiple times (in asfheaders.h).
25576
25577 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25578
25579         * gst/matroska/matroska-demux.c:
25580         (gst_matroska_demux_parse_metadata):
25581         * gst/matroska/matroska-ids.h:
25582           Basic tag reading support.
25583
25584 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25585
25586         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25587           Really detect ac-3 audio.
25588         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25589           really detect matroska files (off-by-1).
25590
25591 2004-04-30  David Schleef  <ds@schleef.org>
25592
25593         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25594         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25595         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25596         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25597         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25598         hackage -- parse a lot more atoms, extract a few tags.  One might even
25599         mistake this for tag support.  Maybe it is.
25600         * gst/qtdemux/qtdemux.h:
25601
25602 2004-04-30  Colin Walters  <walters@verbum.org>
25603
25604         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25605
25606 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25607
25608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25609         (gst_ffmpegcolorspace_getcaps):
25610           remove broken nego fix
25611
25612 2004-04-30  Benjamin Otte  <otte@gnome.org>
25613
25614         * configure.ac:
25615         * ext/Makefile.am:
25616         * ext/libvisual/Makefile.am:
25617         * ext/libvisual/visual.c:
25618           add initial support for libvisual (http://libvisual.sourceforge.net)
25619           libvisual is still quite alpha, so expect crashes in there :)
25620
25621 2004-04-29  David Schleef  <ds@schleef.org>
25622
25623         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25624         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25625         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25626         code; you will no longer respect me.
25627
25628 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25629
25630         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25631         * ext/alsa/gstalsa.h :
25632         change alsa pcm device discovery to find more than 1 device
25633         per card. code review by Ronald.
25634
25635 2004-04-29  David Schleef  <ds@schleef.org>
25636
25637         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25638         Add a check for a driver bug on FreeBSD.  (bug #140565)
25639
25640 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25641
25642         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25643         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25644         (gst_jpegenc_getcaps):
25645           move format setting to inner loop
25646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25647         (gst_ffmpegcolorspace_getcaps):
25648           use GST_PAD_CAPS if available so that we use already negotiated
25649           caps
25650         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25651         (qtdemux_parse_moov), (qtdemux_parse):
25652           extra debugging
25653         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25654         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25655           move hardcoded path to DEFINE
25656
25657 2004-04-28  David Schleef  <ds@schleef.org>
25658
25659         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25660         (bug #140064)
25661
25662 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25663
25664         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25665           Don't probe for playback device if we're a source element. Fixes
25666           #139658.
25667
25668 2004-04-29  Benjamin Otte  <otte@gnome.org>
25669
25670         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25671         (gst_id3_tag_chain):
25672           rewrite buffer offset
25673
25674 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25675
25676         * configure.ac:
25677         * ext/Makefile.am:
25678         * ext/dts/Makefile.am:
25679         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25680         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25681         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25682         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25683         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25684         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25685         (plugin_init):
25686         * ext/dts/gstdtsdec.h:
25687           New DTS decoder.
25688         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25689         (gst_faad_srcconnect):
25690           Add ESDS atom handling (.m4a).
25691
25692 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25693
25694         * ext/divx/gstdivxdec.c: (plugin_init):
25695           Remove comment that makes no sense.
25696         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25697           Fix for obvious typo that resulted in warnings during gst-register.
25698         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25699         (gst_xviddec_sink_link):
25700           Fix caps negotiation a bit better.
25701         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25702           We call this 'codec_data', not 'esds'.
25703
25704 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25705
25706         * gst/monoscope/gstmonoscope.c:
25707           make sure we only provide 256x128
25708         * gst/monoscope/monoscope.c: (monoscope_init):
25709           assert size of 256x128
25710
25711 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25712
25713         * Makefile.am:
25714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25715         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25716           fixate to max width and height of device
25717
25718 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25719
25720         * Makefile.am:
25721         * sys/v4l/gstv4l.c:
25722         * sys/v4l/gstv4lsrc.c:
25723         * sys/v4l/v4l_calls.c:
25724         * sys/v4l/v4lsrc_calls.c:
25725           fix for qc-usb driver which fakes having more than one buffer
25726           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25727           buffer_free override
25728           add debugging
25729
25730 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25731
25732         * Makefile.am:
25733         * gst/videotestsrc/gstvideotestsrc.c:
25734         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25735         (gst_videotestsrc_init), (gst_videotestsrc_get),
25736         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25737         * gst/videotestsrc/gstvideotestsrc.h:
25738           add num-buffers property
25739
25740         2004-04-26  Benjamin Otte  <otte@gnome.org>
25741
25742         * ext/mad/gstid3tag.c: (plugin_init):
25743           set id3mux rank to NONE so it doesn't confuse spider
25744           require audio/mpeg,mpegversion=1 in id3mux
25745
25746 2004-04-26  Benjamin Otte  <otte@gnome.org>
25747
25748         * configure.ac:
25749           detect faad correctly as non-working if it's indeed non-working
25750
25751 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25752
25753         * Makefile.am:
25754         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25755         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25756         fix _getcaps so it only negotiates to its supported format
25757
25758 2004-04-25  Benjamin Otte  <otte@gnome.org>
25759
25760         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25761           fix memleak
25762
25763 2004-04-23  Benjamin Otte  <otte@gnome.org>
25764
25765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25766           audio/x-raw-int with height rules! not. Now it's depth.
25767
25768 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25769
25770         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25771         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25772         (gst_wavparse_loop):
25773           Missing variable initialization. Add handling of DVI ADPCM. Fix
25774           mis-parsing of LIST chunks. This works around a bug where we mis-
25775           parse non-aligning LIST chunks (so LIST chunks where the contents
25776           don't align with the actual LIST size). The correct fix is to use
25777           rifflib, I'm not going to fix wavparse - too much work. All this
25778           fixes #104878.
25779
25780 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25781
25782         reviewed by Benjamin Otte  <otte@gnome.org>
25783
25784         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25785           fix shoutcast not working (fixes #140844)
25786
25787 2004-04-22  Benjamin Otte  <otte@gnome.org>
25788
25789         * ext/hermes/gsthermescolorspace.c:
25790         (gst_hermes_colorspace_caps_remove_format_info):
25791         * gst/colorspace/gstcolorspace.c:
25792         (gst_colorspace_caps_remove_format_info):
25793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25794         (gst_ffmpegcolorspace_caps_remove_format_info):
25795           s/gst_caps_simplify/gst_caps_do_simplify/
25796
25797 2004-04-22  Benjamin Otte  <otte@gnome.org>
25798
25799         * gst-libs/gst/riff/riff-media.c:
25800         (gst_riff_create_video_caps_with_data):
25801           mpegversion is an int
25802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25803           don't try to create pad templates with NULL caps, use any caps
25804           instead.
25805
25806 2004-04-20  David Schleef  <ds@schleef.org>
25807
25808         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25809         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25810         (bug #140384)
25811
25812 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25813
25814         reviewed by David Schleef
25815
25816         * ext/mad/gstid3tag.c: Add stdlib.h
25817         * gst/rtp/gstrtpgsmenc.c: same
25818         * gst/tags/gstid3tag.c: same
25819         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25820         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25821         GST_DISABLE_LOADSAVE use.
25822         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25823         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25824         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25825         atol(3)).
25826         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25827         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25828         strtoul(3)).
25829         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25830         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25831         $(ID3_CFLAGS).
25832         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25833         $(LIBFAME_CFLAGS).
25834
25835 2004-04-20  David Schleef  <ds@schleef.org>
25836
25837         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25838         last checkin.  Same idea.
25839
25840 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25841
25842         reviewed by David Schleef
25843
25844         * configure.ac: bump required gstreamer version to 0.8.1.1
25845         because of following changes [--ds]
25846
25847         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25848         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25849         (gst_riff_read_header):  Use GST_READ_UINT*
25850         macros to access possibly unaligned memory.
25851
25852         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25853         (mp3_type_find):  Use GST_READ_UINT*
25854         macros to access possibly unaligned memory.
25855         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25856         (speex_type_find): Likewise
25857
25858         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25859
25860         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25861         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25862         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25863         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25864         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25865         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25866         macros to access possibly unaligned memory.
25867
25868         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25869         Likewise.
25870
25871         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25872         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25873
25874         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25875         Likewise.
25876
25877         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25878         (gst_mpeg2subt_chain_subtitle): Likewise.
25879
25880         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25881         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25882         Likewise.
25883
25884         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25885         Likewise.
25886
25887         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25888         Likewise.
25889
25890         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25891         Likewise.
25892
25893 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25894
25895         * configure.ac:
25896           update required version of GStreamer because of GST_TIME_FORMAT
25897
25898 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25899
25900         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25901           remove leftover g_print
25902         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25903           don't try setting only a subset of the caps. We don't want to kill
25904           autoplugging on purpose
25905
25906 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25907
25908         * sys/ximage/ximagesink.c: (plugin_init):
25909         * sys/xvimage/xvimagesink.c: (plugin_init):
25910           add debugging categories
25911
25912 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25913
25914         * po/en_GB.po:
25915         * po/LINGUAS:
25916           Adding en_GB translation (Gareth Owen)
25917
25918 2004-04-20  David Schleef  <ds@schleef.org>
25919
25920         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25921         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25922         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25923         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25924         A number of new features and hacks to extract the esds atom and
25925         put it into the caps.  (bug #137724)
25926
25927 2004-04-19  David Schleef  <ds@schleef.org>
25928
25929         * gconf/Makefile.am: Fix for non-GNU make
25930         * gst-libs/gst/Makefile.am: Change directory order to handle
25931         GstPlay linking with gstinterfaces
25932         * gst-libs/gst/audio/make_filter: make use of tr portable
25933         * gst-libs/gst/play/Makefile.am: Add intended \
25934         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25935         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25936         function prototype instead of void *.
25937         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25938         macro.
25939         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25940         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25941         * gst/videofilter/make_filter: make use of tr portable
25942         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25943
25944 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25945
25946         * po/LINGUAS:
25947         * po/uk.po:
25948           Added Ukrainian translation (Maxim V. Dziumanenko)
25949
25950 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25951
25952         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25953         (gst_gsmdec_link), (gst_gsmdec_chain):
25954           Fix capsnego, simplify chain function slightly.
25955         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25956           Add GSM.
25957
25958 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25959
25960         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25961         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25962         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25963           Hack to make wavparse work with spider (always -> sometimes pad).
25964           Fixes #135862 && #140411.
25965
25966 2004-04-18  Benjamin Otte  <otte@gnome.org>
25967
25968         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25969         (gst_osselement_rate_probe_check),
25970         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25971           get rid of \n in debug output
25972
25973 2004-04-17  Iain <iain@prettypeople.org>
25974
25975         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25976         not just EOS.
25977
25978 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25979
25980         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25981         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25982         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25983         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25984         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25985         (gst_id3_tag_change_state), (plugin_init):
25986           deprecate id3tag element and replace with id3demux/id3mux.
25987           great side effect: this ugly file is now even uglier, yay!
25988         * ext/mad/gstmad.h:
25989           remove non-available function
25990           update for new get_type
25991
25992 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25993
25994         * configure.ac:
25995           require mpeg2dec >= 0.4.0
25996
25997 2004-04-17  Benjamin Otte  <otte@gnome.org>
25998
25999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26000         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26001         (gst_xvimagesink_set_xwindow_id):
26002           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26003           assorted cleanup fixes.
26004
26005 2004-04-16  David Schleef  <ds@schleef.org>
26006
26007         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26008         * sys/xvimage/xvimagesink.h: same
26009
26010 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26011
26012         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26013           Fix GST_ELEMENT_ERROR with (NULL)
26014
26015 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26016
26017         * gst-libs/gst/riff/riff-media.c:
26018         (gst_riff_create_video_caps_with_data):
26019           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26020
26021 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26022
26023         * gst-libs/gst/riff/riff-media.c:
26024         (gst_riff_create_video_caps_with_data),
26025         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26026         (gst_riff_create_video_template_caps),
26027         (gst_riff_create_audio_template_caps):
26028         * gst-libs/gst/riff/riff-media.h:
26029         * gst-libs/gst/riff/riff-read.c:
26030         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26031         * gst-libs/gst/riff/riff-read.h:
26032         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26033           Add MS RLE support. I added some functions to read out strf chunks
26034           into strf chunks and the data behind it. This is usually color
26035           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26036           caps creation. Lastly, add ADPCM (similar to wavparse - which
26037           should eventually be rifflib based).
26038         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26039         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26040         * gst/matroska/matroska-demux.h:
26041           Remove placeholders for some prehistoric tagging system. Didn't add
26042           support for any tag system really anyway.
26043         * gst/qtdemux/qtdemux.c:
26044           Add support for audio/x-m4a (MPEG-4) through spider.
26045         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26046         (gst_wavparse_loop):
26047           ADPCM support (#135862). Increase max. buffer size because we
26048           cannot split buffers for ADPCM (screws references) and I've seen
26049           files with 2048 byte chunks. 4096 seems safe for now.
26050
26051 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26052
26053         * configure.ac: bump nano to 1
26054
26055 === release 0.8.1 ===
26056
26057 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26058
26059         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26060
26061 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26062
26063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26064           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26065           Fixes #140058
26066
26067 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26068
26069         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26070           lower rank of dvddemux so that it's not used for mpeg playback.
26071
26072 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26073
26074         * configure.ac:
26075           save libs correctly when checking mad
26076
26077 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26078
26079         * ext/mad/gstid3tag.c: (plugin_init):
26080           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26081
26082 2004-04-13  David Schleef  <ds@schleef.org>
26083
26084         * common/m4/gst-feature.m4: Call -config scripts with
26085         --plugin-libs if it is supported.
26086         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26087         JPEG images are image/jpeg.
26088         * gst/debug/Makefile.am:
26089         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26090         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26091         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26092         (gst_negotiation_plugin_init): Add a property that acts like
26093         filter caps.
26094         * testsuite/gst-lint:  Move license checking to be a standard
26095         test.
26096
26097 2004-04-13  David Schleef  <ds@schleef.org>
26098
26099         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26100         patch from Sebastien Cote (bug #139958)
26101
26102 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26103
26104         * examples/gstplay/Makefile.am:
26105         * examples/gstplay/player.c: (main):
26106           make the commandline player example use gconf settings
26107
26108 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26109
26110         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26111         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26112         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26113           init/end library during state transition, not object
26114           creation/disposal.  get rid of custom dispose handler.
26115
26116
26117 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26118
26119         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26120         be a symlink
26121
26122 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26123
26124         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26125           Handle JUNK chunks inside data section. Prevents warnings.
26126
26127 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26130         (gst_riff_create_video_template_caps):
26131           Add MS video v1.
26132         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26133         (gst_avi_demux_stream_data):
26134           Add support for "rec-list" chunks.
26135
26136 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26137
26138         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26139           Fix another codecname mismatch.
26140
26141 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26142
26143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26144           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26145           so that MJPEG plays back.
26146
26147 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26148
26149         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26150         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26151         * gst/mpeg1videoparse/gstmp1videoparse.h:
26152           Fix for some slight mis-cuts in buffer parsing, and for some
26153           potential overflows or faults-causers. Adds disconts. Also fixes
26154           #139105 while we're at it.
26155
26156 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26157
26158         * configure.ac:
26159         * sys/v4l2/gstv4l2element.h:
26160           Workaround for missing struct v4l2_buffer declaration in Suse 9
26161           and Mandrake 10 linux/videodev2.h header file (#135919).
26162
26163 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26166           Bail out if no filename was given.
26167
26168 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26169
26170         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26171         (gst_v4l2_fourcc_from_structure):
26172           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26173           Y41B somewhere).
26174
26175 2004-04-09  Benjamin Otte  <otte@gnome.org>
26176
26177         * ext/gnomevfs/gstgnomevfssink.c:
26178         (_gst_boolean_allow_overwrite_accumulator),
26179         (gst_gnomevfssink_class_init):
26180           fix erase signal - if any handler returns false the file will not be
26181           overwritten. If no handler is connected, the file will not be
26182           overwritten either.
26183           renamed signal to "allow-overwrite"
26184         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26185           free string when adding it to ID3 failed
26186         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26187           unref event when done
26188         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26189           free caps
26190         * gst/typefind/gsttypefindfunctions.c:
26191         (mpeg_video_stream_type_find):
26192           fix invalid read
26193
26194 2004-04-08  David Schleef  <ds@schleef.org>
26195
26196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26197         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26198
26199 2004-04-08  David Schleef  <ds@schleef.org>
26200
26201         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26202         we don't support (bug #139532)
26203
26204 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26205
26206         * ext/mad/gstmad.c: (gst_mad_handle_event),
26207         (gst_mad_check_caps_reset), (gst_mad_chain),
26208         (gst_mad_change_state):
26209           only set explicit caps if they haven't been set before for
26210           this stream.  MPEG-audio sample rate/channels aren't allowed
26211           to change in-stream.
26212           Fixes #139382
26213
26214 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26217         (_gst_boolean_did_something_accumulator),
26218         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26219         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26220         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26221         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26222         (gst_gnomevfssink_change_state):
26223           Fix erase signal. Don't erase by default. Remove handoff signal.
26224           Remove erase property. Don't segfault. General cleanup.
26225
26226 2004-04-07  Benjamin Otte  <otte@gnome.org>
26227
26228         * gst-libs/gst/gconf/test-gconf.c: (main):
26229           add missing gst_init
26230
26231 2004-04-07  Benjamin Otte  <otte@gnome.org>
26232
26233         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26234           free the mutexes, too
26235
26236 2004-04-07  Benjamin Otte  <otte@gnome.org>
26237
26238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26239           actually free the URI string
26240         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26241           compute offset correctly when passing discont events
26242         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26243           don't leak discont events
26244         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26245           add some missing breaks so caps aren't copied randomly
26246         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26247           if we realloc memory, we better use it
26248
26249 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26250
26251         * ext/mad/gstmad.c: (normal_seek):
26252           fix GST_FORMAT_TIME usage
26253
26254 2004-04-05  David Schleef  <ds@schleef.org>
26255
26256         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26257         a deprecated function (hack!)
26258
26259 2004-04-05  Benjamin Otte  <otte@gnome.org>
26260
26261         * ext/esd/esdmon.c: (gst_esdmon_get):
26262           fix nonterminated vararg and memleak
26263
26264 2004-04-05  Benjamin Otte  <otte@gnome.org>
26265
26266         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26267         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26268         (gst_ladspa_set_property), (gst_ladspa_get_property),
26269         (gst_ladspa_instantiate), (gst_ladspa_activate),
26270         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26271           clean up debugging
26272
26273 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26274
26275         reviewed by Benjamin Otte  <otte@gnome.org>
26276
26277         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26278           check for broken LADSPA parameters (fixes #138635)
26279
26280 2004-04-05  Benjamin Otte  <otte@gnome.org>
26281
26282         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26283           advertise buffer-frames correctly on sinkpads
26284
26285 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26286
26287         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26288         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26289         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26290         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26291         (gst_mad_check_caps_reset), (gst_mad_chain):
26292         add more debugging, only reset caps when we're not in error state
26293
26294 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26295
26296         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26297
26298 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26299
26300         reviewed by Benjamin Otte  <otte@gnome.org>
26301
26302         * configure.ac:
26303           fix == in test(1) operator
26304
26305 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26306
26307         reviewed by Benjamin Otte  <otte@gnome.org>
26308
26309         * configure.ac:
26310           fix --export-symblos-regex to a working regex.
26311
26312 2004-04-04  Benjamin Otte  <otte@gnome.org>
26313
26314         * sys/oss/.cvsignore:
26315           add for oss_probe
26316
26317 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26318
26319         reviewed by Benjamin Otte  <otte@gnome.org>
26320
26321         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26322           add missing 'new_media' argument (fixes #138168)
26323         * gst/matroska/matroska-demux.c:
26324         (gst_matroska_demux_handle_seek_event):
26325           add vararg terminator (fixes #138169)
26326
26327 2004-04-02  David Schleef  <ds@schleef.org>
26328
26329         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26330         disted (bug #138914)
26331
26332 2004-04-01  Benjamin Otte  <otte@gnome.org>
26333
26334         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26335         (gst_alsa_close_audio):
26336           handle case better where a soundcard can't pause
26337         * ext/ogg/gstoggdemux.c:
26338           don't crash when we get events but don't have pads yet
26339
26340 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26341
26342         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26343           throw an error if we couldn't probe any caps.
26344
26345 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26346
26347         * ext/dvdnav/gst-dvd:
26348         Add a really simple sample DVD player
26349
26350 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26351
26352         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26353         (gst_a52dec_push), (gst_a52dec_handle_event),
26354         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26355         (gst_a52dec_change_state):
26356         * ext/a52dec/gsta52dec.h:
26357           Use a debug category, Output timestamps correctly
26358           Emit tag info, Handle events, tell liba52dec about cpu
26359           capabilities so it can use MMX etc.
26360         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26361           Fix a crasher accessing invalid memory
26362         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26363         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26364         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26365         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26366         (dvdnavsrc_query):
26367           Some support for byte-format seeking.
26368           Small fixes for still frames and menu button overlays
26369         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26370         (gst_mpeg2dec_alloc_buffer):
26371           Use a debug category. Adjust the report level of several items to
26372           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26373           so it doesn't lose the GstBuffer pointer
26374         * gst/debug/Makefile.am:
26375         * gst/debug/gstdebug.c: (plugin_init):
26376         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26377         (gst_navseek_base_init), (gst_navseek_class_init),
26378         (gst_navseek_init), (gst_navseek_seek),
26379         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26380         (gst_navseek_get_property), (gst_navseek_chain),
26381         (gst_navseek_plugin_init):
26382         * gst/debug/gstnavseek.h:
26383           Add the navseek debug element for seeking back and forth in a
26384           video stream using arrow keys.
26385         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26386         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26387         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26388         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26389         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26390         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26391         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26392         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26393         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26394         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26395         * gst/mpeg2sub/gstmpeg2subt.h:
26396           Pretty much a complete rewrite. Now a loopbased element. May still
26397           require work to properly synchronise subtitle buffers.
26398         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26399         (gst_dvd_demux_send_subbuffer):
26400         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26401           Don't attempt to create subbuffers of size 0
26402           Reduce a couple of error outputs to warnings.
26403         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26404         (gst_y4mencode_chain):
26405         Output the y4m frame header correctly.
26406
26407 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26408
26409         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26410           throw errors instead of allowing SIGFPE
26411
26412 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26413
26414         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26415         (gst_gconf_render_bin_from_key):
26416           leak plugging and style fixing
26417
26418 2004-03-31  David Schleef  <ds@schleef.org>
26419
26420         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26421         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26422         (bug #138225)
26423         * gst/debug/Makefile.am:
26424         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26425         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26426         plugin.
26427         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26428         (gst_negotiation_base_init), (gst_negotiation_class_init),
26429         (gst_negotiation_init), (gst_negotiation_getcaps),
26430         (gst_negotiation_pad_link), (gst_negotiation_chain),
26431         (gst_negotiation_set_property), (gst_negotiation_get_property),
26432         (gst_negotiation_plugin_init):  New element to talk about random
26433         negotiation things happening in a pipeline.
26434
26435 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26436
26437         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26438           fix integer addition with help of Stefan Kost
26439
26440 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26441
26442         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26443
26444 2004-03-30  David Schleef  <ds@schleef.org>
26445
26446         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26447         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26448         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26449         (bug #137504)
26450         * ext/mpeg2dec/gstmpeg2dec.h:
26451
26452 2004-03-30  David Schleef  <ds@schleef.org>
26453
26454         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26455
26456 2004-03-30  David Schleef  <ds@schleef.org>
26457
26458         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26459         Michael Petullo) to handle .mov
26460
26461 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26462
26463         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26464         (gst_osselement_rate_check_rate):
26465           probe caps correctly for sound cards that only support one format
26466
26467 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26468
26469         * ext/kio/kiosrc.cpp: (process_events):
26470           update handling event processing if inside KDE - untested
26471
26472 2004-03-29  David Schleef  <ds@schleef.org>
26473
26474         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26475         by 2 to not interfere with other colorspaces.
26476         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26477         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26478         one to not interfere with ffmpeg_colorspace.
26479
26480 2004-03-29  David Schleef  <ds@schleef.org>
26481
26482         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26483         aren't in the caps.
26484         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26485         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26486
26487 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26488
26489         * gst-libs/gst/riff/riff-media.c:
26490           fail on error, don't try to set stuff on NULL caps
26491
26492 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26493
26494         * configure.ac:
26495         * ext/Makefile.am:
26496         * ext/kio/Makefile.am:
26497         * ext/kio/kioreceiver.cpp:
26498         * ext/kio/kioreceiver.h:
26499         * ext/kio/kiosrc.cpp:
26500         * ext/kio/kiosrc.h:
26501           add experimental kiosrc plugin
26502         * ext/alsa/gstalsaplugin.c: (plugin_init):
26503           initialize debugging category only when we're sure registering the
26504           plugins worked.
26505
26506 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26507
26508         * examples/gstplay/player.c: (main):
26509         * gst-libs/gst/play/play.c: (gst_play_class_init),
26510         (gst_play_set_location), (gst_play_set_data_src),
26511         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26512         (gst_play_set_visualization), (gst_play_connect_visualization):
26513           check return values of element_set_state and return FALSE where
26514           failed
26515
26516 2004-03-29  Benjamin Otte  <otte@gnome.org>
26517
26518         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26519           try harder to check if an event is really a discont
26520
26521 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26522
26523         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26524         * po/az.po:
26525
26526 2004-03-28  Benjamin Otte  <otte@gnome.org>
26527
26528         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26529         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26530         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26531           get rid of non-standard "..." ranges in case statements.
26532
26533 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26534
26535         * gst/mpegstream/gstmpegdemux.c:
26536         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26537         specific functionality split to the new dvddemux element.
26538         * gst/mpegstream/gstdvddemux.c:
26539         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26540         streams, derived from mpegdemux.
26541         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26542         up. SCR based timestamp rewriting can be turned off (will probably
26543         completely disappear soon).
26544         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26545         hacking. General cleanup. All printf statements replaced by
26546         debugging messages. Almost complete libdvdnav support.
26547         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26548         by events. New properties for audio and subpicture languages.
26549         (dvdnavsrc_update_highlight): Now uses events.
26550         (dvdnavsrc_user_op): Cleaned up.
26551         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26552         based). Lots of cleanup, and propper support for most libdvdnav
26553         events.
26554         (dvdnavsrc_make_dvd_event): New function.
26555         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26556         (dvdnavsrc_make_clut_change_event): New function.
26557
26558 2004-03-26  Benjamin Otte  <otte@gnome.org>
26559
26560         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26561           fix bug where typefinding would claim it's theora whenever less then
26562           7 bytes of data were available
26563
26564 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26565
26566         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26567         (gst_alawdec_base_init), (gst_alawdec_class_init),
26568         (gst_alawdec_init), (gst_alawdec_chain):
26569         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26570         (gst_alawenc_base_init), (gst_alawenc_class_init),
26571         (gst_alawenc_init), (gst_alawenc_chain):
26572         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26573         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26574         (gst_mulawdec_init), (gst_mulawdec_chain):
26575         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26576         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26577         (gst_mulawenc_init), (gst_mulawenc_chain):
26578           Fix capsnego in all four, remove the unused property functions and
26579           simplify the chain functions slightly. I guess we could use macros
26580           or something similar for those, since the code is so similar, but
26581           I'm currently too lazy...
26582
26583 2004-03-24  David Schleef  <ds@schleef.org>
26584
26585         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26586         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26587         (gst_osselement_get_format_structure),
26588         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26589         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26590         (gst_osselement_rate_int_compare): Add code to handle rate probing
26591         (bug #120883)
26592         * sys/oss/gstosselement.h: same
26593         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26594         Use rate probing provided by osselement.
26595         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26596
26597 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26598
26599         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26600         (gst_xvidenc_get_property):
26601           ulong/int mess-up.
26602
26603 2004-03-24  David Schleef  <ds@schleef.org>
26604
26605         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26606         (gst_speexdec_init):
26607         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26608         (gst_speexenc_init):  Create the pad template correctly (from
26609         the static pad template, not a NULL pointer.)
26610
26611 2004-03-25  Benjamin Otte  <otte@gnome.org>
26612
26613         * gst/debug/Makefile.am:
26614         * gst/debug/breakmydata.c:
26615           add element that quasi-randomly changes bytes in the stream.
26616           Intended use is robustness checking of demuxers and decoders in
26617           media tests.
26618
26619 2004-03-24  Benjamin Otte  <otte@gnome.org>
26620
26621         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26622         (gst_alsa_probe_hw_params):
26623         * ext/alsa/gstalsa.h:
26624           debugging output fixes
26625
26626 2004-03-24  Benjamin Otte  <otte@gnome.org>
26627
26628         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26629           don't g_return_if_fail if element is PLAYING, fail silently as every
26630           other element.
26631         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26632           only fix needed for cast lvalue issues in gst-plugins
26633         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26634           add proxy_getcaps
26635
26636 2004-03-24  Benjamin Otte  <otte@gnome.org>
26637
26638         * gst/level/gstlevel.c: (gst_level_init):
26639           add proxying getcaps function, so level doesn't advertise impossible
26640           caps
26641
26642 2004-03-24  David Schleef  <ds@schleef.org>
26643
26644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26645         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26646         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26647         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26648         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26649         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26650         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26651         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26652         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26653         messages.  Divide the chunk size by the compression ratio
26654         (needed for MACE audio)
26655
26656 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26659           Fix buffer overflow read error.
26660
26661 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26662
26663         * ext/alsa/gstalsa.h:
26664           Remove unused entry.
26665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26666           Add cinepak.
26667         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26668         (gst_videodrop_link), (gst_videodrop_chain):
26669           Fix, sort of. Was horribly broken with new capsnego. Bah...
26670
26671 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26672
26673         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26674         (plugin_init):
26675         Add a monkeysaudio typefind function
26676
26677 2004-03-23  Johan Dahlin  <johan@gnome.org>
26678
26679         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26680         (gst_play_video_fixate): Check so the structure has the field
26681         before trying to fixate them, this makes it possible to have
26682         fakesinks for video and audio output without printing errors on
26683         the output console.
26684
26685 2004-03-22  David Schleef  <ds@schleef.org>
26686
26687         * sys/oss/Makefile.am:
26688         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26689         (check_rate), (add_rate):  Rate probing test app.
26690
26691 2004-03-21  Benjamin Otte  <otte@gnome.org>
26692
26693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26694         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26695           add a fixation function that pretty much does the right thing (fixes
26696           #137556)
26697
26698 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26699
26700         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26701
26702 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26703
26704         reviewed by: Benjamin Otte  <otte@gnome.org>
26705
26706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26707           terminate gst_event_new_discontinuous correctly (fixes parts of
26708           #137711)
26709
26710 2004-03-19  David Schleef  <ds@schleef.org>
26711
26712         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26713         since it doesn't depend on X, and it's part of our ABI.
26714
26715 2004-03-19  Iain <iain@prettypeople.org>
26716
26717         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26718         is_int in the structure, not the local variable.
26719
26720 2004-03-19  David Schleef  <ds@schleef.org>
26721
26722         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26723         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26724         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26725         Improvements in caps negotiation.
26726
26727 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26728
26729         * po/LINGUAS:
26730         * po/af.po:
26731           adding Afrikaans (Petri Jooste)
26732
26733 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26734
26735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26736         (gst_ffmpegcolorspace_chain):
26737         throw error instead of g_critical (#137588)
26738
26739 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26740
26741         * Makefile.am:
26742         * configure.ac:
26743           dist common and m4 correctly
26744         * po/sv.po:
26745
26746 2004-03-17  David Schleef  <ds@schleef.org>
26747
26748         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26749         (bug #137348)
26750
26751 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26752
26753         * po/LINGUAS:
26754         * po/sv.po:
26755           adding Swedish translation (Christian Rose)
26756
26757 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26758
26759         * Makefile.am: use release.mak
26760
26761 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26762
26763         * common/ChangeLog:
26764         * common/gst-autogen.sh:
26765           add some explanation about the version detection
26766         * configure.ac:
26767           fix X check
26768
26769 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26770
26771         * configure.ac: bump nano to 1
26772
26773 === release 0.8.0 ===
26774
26775 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26776
26777         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26778
26779 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26780
26781         * configure.ac:
26782           update libtool version
26783         * gst-libs/gst/media-info/Makefile.am:
26784           actually use libtool version
26785
26786 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26787
26788         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26789
26790 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26791
26792         * configure.ac:
26793         * gst-plugins.spec.in:
26794         * pkgconfig/Makefile.am:
26795         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26796         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26797         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26798         * pkgconfig/gstreamer-libs.pc.in:
26799         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26800         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26801         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26802         * pkgconfig/gstreamer-plugins.pc.in:
26803           remove @VERSION@ from some of the pc files since core and plugins
26804           are decoupled.
26805           created gstreamer-plugins.pc as it's a better name, but keeping
26806           -libs around for now to get fixes upstream done first.
26807
26808 2004-03-15  Julien MOUTTE <julien@moutte.net>
26809
26810         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26811         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26812         * gst-libs/gst/play/play.h:
26813
26814 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26815
26816         * *.c, *.cc: don't mix tabs and spaces
26817
26818 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26819
26820         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26821           use the new ffmpegcolorspace
26822         * gst-plugins.spec.in:
26823           package new colorspace and media-info
26824         * configure.ac:
26825         * pkgconfig/Makefile.am:
26826           fix some more disting issues
26827         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26828         * pkgconfig/gstreamer-media-info.pc.in:
26829           generate media-info pc files
26830
26831 2004-03-15  Johan Dahlin  <johan@gnome.org>
26832
26833         * *.h: Revert indenting
26834
26835 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26836
26837         * configure.ac:
26838           adding ffmpegcolorspace element
26839         * gst/ffmpegcolorspace/Makefile.am:
26840         * gst/ffmpegcolorspace/avcodec.h:
26841         * gst/ffmpegcolorspace/common.h:
26842         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26843         * gst/ffmpegcolorspace/dsputil.h:
26844         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26845         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26846         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26847         (gst_ffmpeg_caps_to_pix_fmt):
26848         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26850         (gst_ffmpegcolorspace_caps_remove_format_info),
26851         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26852         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26853         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26854         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26855         (gst_ffmpegcolorspace_set_property),
26856         (gst_ffmpegcolorspace_get_property),
26857         (gst_ffmpegcolorspace_register):
26858         * gst/ffmpegcolorspace/imgconvert.c:
26859         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26860         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26861         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26862         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26863         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26864         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26865         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26866         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26867         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26868         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26869         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26870         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26871         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26872         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26873         (img_get_alpha_info), (deinterlace_line),
26874         (deinterlace_line_inplace), (deinterlace_bottom_field),
26875         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26876         * gst/ffmpegcolorspace/imgconvert_template.h:
26877         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26878         * gst/ffmpegcolorspace/mmx.h:
26879         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26880           adding ffmpegcolorspace element supplied by Ronald after cleaning
26881           up and pulling in the right bits of upstream source.
26882           I'm sure a better C/compiler wizard could do some cleaning up (for
26883           example use GLIB's malloc stuff), but as a first pass this
26884           works very well
26885
26886 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26887
26888         * ext/alsa/gstalsa.h:
26889           I assume Ronald forgot to commit the change to have cardname
26890           as a struct member.  Expect some public spanking at the next
26891           opportunity.
26892
26893 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26896         (gst_alsa_open_audio), (gst_alsa_close_audio):
26897         * ext/alsa/gstalsa.c:
26898           Don't open the device if we're a mixer (= padless).
26899         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26900         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26901         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26902           Open mixer during state change rather than during object
26903           initialization. Also, get a device name. Currently in a somewhat
26904           hackish fashion, but I didn't really find something better.
26905
26906 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26907
26908         * *.c, *.h: run gst-indent
26909
26910 2004-03-14  Benjamin Otte  <otte@gnome.org>
26911
26912         * gst/modplug/gstmodplug.cc:
26913         * gst/modplug/gstmodplug.h:
26914           set correct timestamps on outgoing buffers
26915
26916 2004-03-14  Benjamin Otte  <otte@gnome.org>
26917
26918         * gst/modplug/gstmodplug.cc:
26919           handle events - don't do crap when a discont arrives that's not
26920           necessary
26921           This allows correct loading and playback of mods in Rhythmbox
26922
26923 2004-03-14  Benjamin Otte  <otte@gnome.org>
26924
26925         * configure.ac:
26926         * gst-libs/gst/gconf/Makefile.am:
26927         * pkgconfig/Makefile.am:
26928           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26929           they get rebuilt properly
26930         * configure.ac:
26931           when checking for vorbis, try pkgconfig first.
26932         * gst/modplug/gstmodplug.cc:
26933           add fixate function
26934
26935 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26936
26937         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26938           Fix for obvious mistake, where we first shift the offset and then
26939           read a samplesize element assuming the old offset. Note that this
26940           part still has something weird, i.e. my movies containing those
26941           don't actually play well, but at least there's something that looks
26942           like sound now.
26943
26944 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26945         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26946         (plugin_init):
26947         Add a typefind function for speex format
26948
26949 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26950
26951         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26952         (gst_asf_demux_setup_pad):
26953           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26954           instead of 0. Reason is simple: some elements have a fps range
26955           of 1-max instead of 0-max. So now ASF video actually works.
26956
26957 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26958
26959         * po/LINGUAS:
26960         * po/sr.po:
26961           adding serbian as a language
26962
26963 2004-03-13  Benjamin Otte  <otte@gnome.org>
26964
26965         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26966           return taglist correctly from _get function, don't gst_pad_push it.
26967           (fixes #137042)
26968
26969 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26970         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26971
26972 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26973
26974         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26975         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26976         (gst_alsa_mixer_track_new):
26977         * ext/alsa/gstalsamixertrack.h:
26978           Fix ancient leftovers... MixerTrack is a GObject.
26979
26980 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26983         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26984           Don't block during probing...
26985
26986 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26987
26988         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26989         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26990         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26991         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26992         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26993         (gst_alsa_open_audio), (gst_alsa_close_audio):
26994         * ext/alsa/gstalsa.h:
26995           Add propertyprobe interface implementation, add some device-name
26996           property, all this so that it looks good in gnome-volume-control.
26997
26998 2004-03-12  David Schleef  <ds@schleef.org>
26999
27000         * configure.ac: the Hermes library controls hermescolorspace, not
27001         colorspace.
27002         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27003         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27004         not /* */
27005         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27006         * ext/sdl/sdlvideosink.h: ditto.
27007         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27008
27009 2004-03-12  Benjamin Otte  <otte@gnome.org>
27010
27011         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27012         (gst_x_overlay_got_xwindow_id):
27013         * gst-libs/gst/xoverlay/xoverlay.h:
27014           replace XID with unsigned long to get rid of the xlibs dependency in
27015           XOverlay (fixes #137004)
27016
27017 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27018         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27019         (gst_agingtv_setup):
27020         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27021         (gst_dicetv_base_init), (gst_dicetv_class_init),
27022         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27023         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27024         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27025         (gst_edgetv_setup), (gst_edgetv_rgb32):
27026         * gst/effectv/gsteffectv.c:
27027         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27028         (gst_quarktv_set_property):
27029         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27030         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27031         (gst_revtv_setup), (gst_revtv_rgb32):
27032         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27033         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27034         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27035         (gst_shagadelictv_rgb32):
27036         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27037         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27038         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27039         * gst/effectv/gstwarp.c:
27040         Port everything that can be ported to videofilter and fix up the caps.
27041         Can someone with a big-endian machine please check these?
27042
27043 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27044
27045         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27046         (gst_osssink_chain), (gst_osssink_change_state):
27047           Latest fixes for A/V sync, audio playback and such. This is about
27048           all... MPEG playback issues are mostly related to the async build-
27049           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27050
27051 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27052
27053         patch from: Stephane Loeuillet
27054
27055         * configure.ac:
27056           use pkg-config for some libraries, falling back to the old .m4 way
27057           (fixes #131270)
27058         * m4/libdv.m4:
27059           removed
27060
27061 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27062
27063         * configure.ac:
27064         * tools/Makefile.am:
27065         * tools/Makefile.in:
27066         * tools/gst-launch-ext-m.m:
27067         * tools/gst-launch-ext.1.in:
27068         * tools/gst-visualise-m.m:
27069         * tools/gst-visualise.1:
27070         * tools/gst-visualise.1.in:
27071           reorganizing generation of script tools
27072
27073 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27074
27075         * ext/divx/gstdivxdec.c:
27076           Downgrade priority. We prefer ffdec_mpeg4.
27077         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27078         (gst_faad_chain), (gst_faad_change_state):
27079           Fix capsnego. Doesn't work for some sounds because we don't have
27080           a 5:1 to stereo element.
27081         * ext/xvid/gstxvid.c: (plugin_init):
27082           Add priority.
27083         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27084         (gst_osssink_change_state):
27085           Add discont handling.
27086
27087 2004-03-09  Colin Walters  <walters@verbum.org>
27088
27089         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27090         conversion.
27091
27092 2004-03-09  Benjamin Otte  <otte@gnome.org>
27093
27094         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27095           the signals take 2 arguments
27096
27097 2004-03-09  David Schleef  <ds@schleef.org>
27098
27099         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27100         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27101         * ext/alsa/gstalsa.h:
27102         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27103
27104 2004-03-09  Benjamin Otte  <otte@gnome.org>
27105
27106         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27107         (gst_mikmod_change_state):
27108         * ext/mikmod/gstmikmod.h:
27109           make mikmod's loop function not loop infinitely and call
27110           gst_element_yield anymore
27111         * gst/modplug/gstmodplug.cc:
27112           fix pad negotiation (fixes #136590)
27113
27114 2004-03-09  David Schleef  <ds@schleef.org>
27115
27116         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27117         doesn't conflict with the internal colorspace plugin.
27118         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27119         satisfy the crappy-ass shell shipped by a certain vendor.
27120         * gst/videofilter/make_filter: same (bug #135299)
27121
27122 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27123
27124         * configure.ac: bump nano to 1
27125
27126 === release 0.7.6 ===
27127
27128 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27129
27130         * configure.in: releasing 0.7.6, "There"
27131
27132 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27133
27134         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27135         * pkgconfig/gstreamer-play.pc.in:
27136           synchronize the two
27137
27138 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27139
27140         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27141         (cdparanoia_open), (cdparanoia_event):
27142           fix/add error handling
27143         * po/POTFILES.in:
27144           add cdparanoia source
27145         * tools/Makefile.am:
27146           make scripts executable
27147
27148 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27149
27150         * configure.ac:
27151         * ext/vorbis/Makefile.am:
27152         * sys/Makefile.am:
27153           remove id3types, vorbisfile and xvideosink from the build (#133783)
27154
27155 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27156
27157         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27158           Fix metadata read crash (#136537).
27159
27160 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27161
27162         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27163         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27164           adding mime types, fixing the one-stop function
27165
27166 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27167
27168         * ext/nas/nassink.c and /ext/nas/nassink.h:
27169         More NAS love from Arwed von Merkatz
27170         So lets all sing 'Can you feel the NAS tonight'
27171
27172 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27173
27174         * tools/gst-launch-ext.in:
27175         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27176
27177 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27178
27179         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27180         (gst_mpeg2dec_init):
27181         remove the user_data pad for now, because it is being used in
27182         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27183         If someone knows how to fix this properly, please do.
27184
27185 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27186
27187         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27188         (gst_osssink_get_time):
27189         add a warning, IMO this won't get triggered anymore, remove later
27190
27191 2004-03-07  David Schleef  <ds@schleef.org>
27192
27193         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27194         format (bug #136470)
27195
27196 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27197
27198         * gst-libs/Makefile.am:
27199         * gst-libs/gst/media-info/Makefile.am:
27200         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27201         (error_callback), (gst_media_info_error_create),
27202         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27203         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27204         * gst-libs/gst/media-info/media-info-priv.h:
27205         * gst-libs/gst/media-info/media-info-test.c: (main):
27206         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27207         (gst_media_info_class_init), (gst_media_info_instance_init),
27208         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27209         (gst_media_info_read_idler), (gst_media_info_read):
27210         * gst-libs/gst/media-info/media-info.h:
27211         fixed, should work now
27212
27213 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27214
27215         * ext/nas/nassink.c:
27216         A bunch of NAS fixes from Arwed von Merkatz
27217
27218 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27219
27220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27221         (qtdemux_parse_trak):
27222           Fix crash (j might be greater than n_samples, in which case we're
27223           writing outside the allocated space for the array) and memleak.
27224
27225 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27226
27227         * sys/oss/gstosssink.c: (gst_osssink_chain):
27228           And another caller that couldn't handle delay < 0 (unsigned
27229           integer overflow). Video now continues playing on an audio
27230           buffer underrun, and the clock continues working. Audio still
27231           stalls.
27232
27233 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27234
27235         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27236         (gst_osssink_get_time):
27237           get_delay() may return values lower than 0. In those cases, we
27238           should not actually cast to *unsigned* int64, that will break
27239           stuff horribly. In my case, it screwed up A/V sync in movies
27240           in totem rather badly.
27241
27242 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27243
27244         * ext/faac/gstfaac.c: (gst_faac_chain):
27245         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27246         * ext/libpng/gstpngenc.c: (user_write_data):
27247         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27248         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27249         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27250         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27251         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27252         of any buffer), should fix some leaks. I hope I didn't unref buffers
27253         that shouldn't be...
27254
27255 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27256
27257         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27258         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27259         (error_callback), (gmi_reset), (gmi_seek_to_track),
27260         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27261         (gmip_find_type_post), (gmip_find_stream_post),
27262         (gmip_find_track_streaminfo_post):
27263         * gst-libs/gst/media-info/media-info-priv.h:
27264         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27265         (info_print), (main):
27266         * gst-libs/gst/media-info/media-info.c:
27267         (gst_media_info_error_create), (gst_media_info_error_element),
27268         (gst_media_info_instance_init), (gst_media_info_get_property),
27269         (gst_media_info_new), (gst_media_info_set_source),
27270         (gst_media_info_read_idler), (gst_media_info_read):
27271         * gst-libs/gst/media-info/media-info.h:
27272           first pass at making this work again.  This seems to work on
27273           tagged ogg/vorbis and mp3 files.
27274
27275 2004-03-06  Benjamin Otte  <otte@gnome.org>
27276
27277         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27278           fix huge leak: gst_buffer_merge doesn't unref the first argument
27279           itself.
27280
27281 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27282
27283         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27284           report layer/mode/emphasis
27285
27286 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27287
27288         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27289
27290 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27291
27292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27293           signal serial
27294
27295 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27296
27297         * ext/vorbis/vorbis.c: (plugin_init):
27298         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27299         (gst_vorbis_dec_init), (vorbis_dec_event):
27300         add debug category
27301         make vorbisdec handle _BYTE and _TIME queries
27302
27303 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27304
27305         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27306           from the xing header
27307
27308 2004-03-06  Benjamin Otte  <otte@gnome.org>
27309
27310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27311         (gst_audio_convert_link), (gst_audio_convert_change_state),
27312         (gst_audio_convert_buffer_from_default_format):
27313           do conversions from/to float correctly, fix some caps nego errors,
27314           export correct supported caps in template and getcaps, use correct
27315           caps in try_set_caps functions
27316
27317 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27318
27319         For some reason, I only committed a ChangeLog entry yesterday and
27320         not the corresponding code...
27321         * ext/mad/gstmad.c: Fix detection of Xing headers
27322         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27323
27324 2004-03-06  Benjamin Otte  <otte@gnome.org>
27325
27326         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27327         (gst_ogg_demux_src_query):
27328           make sure to handle the case where there's no current chain
27329           gracefully.
27330
27331 2004-03-05  David Schleef  <ds@schleef.org>
27332
27333         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27334         Add fixate function. (bug #131128)
27335         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27336         (gst_sdlvideosink_fixate):  Add fixate function.
27337         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27338         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27339         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27340         Fix missing break that was causing ulaw to be interpreted as
27341         raw int.
27342
27343 2004-03-05  David Schleef  <ds@schleef.org>
27344
27345         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27346         Fix code that ignores return value of gst_buffer_merge().
27347         (bug #114560)
27348         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27349         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27350         * testsuite/gst-lint:  Check for above.
27351
27352 2004-03-05  David Schleef  <ds@schleef.org>
27353
27354         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27355         caps and throw an element error.  (bug #136334)
27356
27357 2004-03-05  David Schleef  <ds@schleef.org>
27358
27359         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27360         (gst_faad_chain): Fix negotiation.
27361         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27362         key and button events.
27363         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27364         dung heap of code.
27365         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27366         depends on gconf
27367         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27368         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27369         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27370         function to encourage better negotiation, particularly between
27371         audioconvert and osssink.
27372         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27373         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27374         more important.
27375         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27376         typefinding.
27377         * gst/vbidec/vbiscreen.c:  Add glib header
27378         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27379
27380 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27381
27382         * ext/mad/gstmad.c: Fix detection of Xing headers
27383         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27384
27385 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27386
27387         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27388         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27389           debug updates
27390
27391 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27392
27393         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27394         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27395         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27396         files, and report the parsed length as a GST_TAG_DURATION tag.
27397         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27398
27399 2004-03-05  Benjamin Otte  <otte@gnome.org>
27400
27401         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27402           convert channels correctly. convert correctly to unsigned.
27403
27404 2004-03-05  Julien MOUTTE <julien@moutte.net>
27405
27406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27407         we have a window before clearing it.
27408
27409 2004-03-05  Julien MOUTTE <julien@moutte.net>
27410
27411         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27412         have a window before clearing it.
27413
27414 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27415
27416         * gconf/gstreamer.schemas.in:
27417         * gst-libs/gst/gconf/Makefile.am:
27418           version installation path the same way as for 0.6
27419         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27420         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27421         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27422           remove comment that was fixed
27423
27424 2004-03-05  David Schleef  <ds@schleef.org>
27425
27426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27427         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27428         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27429         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27430         Add prototype code for handling seeking and querying.
27431
27432 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * examples/gstplay/player.c: (main):
27435           Initialize variables to NULL. Prevents a segfault because the
27436           (uninitialized) variable is not NULL, resulting in a crash on
27437           trying to reach error->message.
27438
27439 2004-03-05  Benjamin Otte  <otte@gnome.org>
27440
27441         * gst/audioconvert/gstaudioconvert.c:
27442         (gst_audio_convert_buffer_to_default_format):
27443         make float=>int conversion work correctly even in cornercases.
27444
27445 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27446
27447         * debian/README.Debian:
27448         * debian/build-deps:
27449         * debian/changelog:
27450         * debian/control:
27451         * debian/control.in:
27452         * debian/copyright:
27453         * debian/gstreamer-a52dec.files:
27454         * debian/gstreamer-aa.files:
27455         * debian/gstreamer-alsa.files:
27456         * debian/gstreamer-alsa.manpages:
27457         * debian/gstreamer-arts.files:
27458         * debian/gstreamer-artsd.files:
27459         * debian/gstreamer-audiofile.files:
27460         * debian/gstreamer-avifile.files:
27461         * debian/gstreamer-cdparanoia.files:
27462         * debian/gstreamer-colorspace.files:
27463         * debian/gstreamer-doc.files:
27464         * debian/gstreamer-dv.files:
27465         * debian/gstreamer-dvd.files:
27466         * debian/gstreamer-esd.files:
27467         * debian/gstreamer-festival.files:
27468         * debian/gstreamer-flac.files:
27469         * debian/gstreamer-gconf.conffiles:
27470         * debian/gstreamer-gconf.files:
27471         * debian/gstreamer-gconf.postinst:
27472         * debian/gstreamer-gnomevfs.files:
27473         * debian/gstreamer-gsm.files:
27474         * debian/gstreamer-http.files:
27475         * debian/gstreamer-jack.files:
27476         * debian/gstreamer-jpeg.files:
27477         * debian/gstreamer-mad.files:
27478         * debian/gstreamer-mikmod.files:
27479         * debian/gstreamer-misc.files:
27480         * debian/gstreamer-mpeg2dec.files:
27481         * debian/gstreamer-oss.files:
27482         * debian/gstreamer-plugin-apps.files:
27483         * debian/gstreamer-plugin-apps.manpages:
27484         * debian/gstreamer-plugin-libs-dev.files:
27485         * debian/gstreamer-plugin-libs.files:
27486         * debian/gstreamer-plugin-template.postinst:
27487         * debian/gstreamer-plugin-template.postrm:
27488         * debian/gstreamer-sdl.files:
27489         * debian/gstreamer-sid.files:
27490         * debian/gstreamer-vorbis.files:
27491         * debian/gstreamer-x.files:
27492         * debian/mk.control:
27493         * debian/rules:
27494         Debian package info not maintained here.
27495
27496 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27497
27498         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27499         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27500         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27501         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27502         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27503         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27504         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27505         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27506         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27507         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27508         * gst-libs/gst/colorbalance/colorbalance.c:
27509         (gst_color_balance_class_init):
27510         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27511         (gst_color_balance_channel_class_init):
27512         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27513         * gst-libs/gst/play/play.c: (gst_play_class_init):
27514         * gst-libs/gst/propertyprobe/propertyprobe.c:
27515         (gst_property_probe_iface_init):
27516         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27517         * gst-libs/gst/tuner/tunerchannel.c:
27518         (gst_tuner_channel_class_init):
27519         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27520         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27521         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27522         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27523         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27524         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27525         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27527         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27528           fix signals to use - instead of _
27529         * ext/libcaca/gstcacasink.h:
27530         * ext/sdl/sdlvideosink.h:
27531           fix header rename
27532
27533 2004-03-04  David Schleef  <ds@schleef.org>
27534
27535         * testsuite/gst-lint:  Add a check for bad signal names.
27536
27537 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27538
27539         reviewed by David Schleef
27540
27541         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27542         modified the alpha channel and caused a warning. (bug #136192)
27543
27544 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27545
27546         * gst-plugins.spec.in:
27547         Change names of plugins to actually be correct. Try to keep things
27548         alphabetical to avoid getting beat up by Thomas
27549
27550 2004-03-03  Julien MOUTTE <julien@moutte.net>
27551
27552         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27553         Using ximagesink as a default if no gconf key found. We should
27554         probably consider using alsasink instead of osssink for the audio
27555         part.
27556
27557 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27558
27559         * configure.ac:
27560           fix --with-plugins, don't think it ever worked before
27561         * gst-plugins.spec.in:
27562           even more updates
27563
27564 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27565
27566         * ext/sdl/sdlvideosink.h:
27567         * sys/ximage/ximagesink.h:
27568         * sys/xvideo/xvideosink.h:
27569         * sys/xvimage/xvimagesink.h:
27570           Fix for move of gstvideosink.h -> videosink.h.
27571
27572 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27573
27574         * gst-libs/gst/xwindowlistener/Makefile.am:
27575           this is a plugin library, not a library
27576
27577 2004-03-01  David Schleef  <ds@schleef.org>
27578
27579         * AUTHORS:  Added some names.  Add yourself if you're still
27580         missing.
27581
27582 2004-03-01  David Schleef  <ds@schleef.org>
27583
27584         * MAINTAINERS: Add
27585
27586 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27587
27588         * gst-plugins.spec.in: clean up spec file
27589
27590 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27591
27592         * gst-libs/gst/video/Makefile.am:
27593         * gst-libs/gst/video/gstvideosink.c:
27594         * gst-libs/gst/video/gstvideosink.h:
27595           rename gstvideosink.h to videosink.h to match other headers
27596         * gst/mixmatrix/Makefile.am:
27597           fix plugin filename
27598         * gst/tags/Makefile.am: fix plugin filename
27599
27600 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27601
27602         * gst/tags/Makefile.am: fix plugin filename
27603
27604 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27605
27606         * examples/gstplay/player.c: (got_time_tick), (main):
27607           add error handler
27608           display time_tick more readably
27609         * gst/mixmatrix/Makefile.am:
27610           fix plugin file name
27611
27612 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27613
27614         * sys/oss/gstosselement.c: (gst_osselement_probe),
27615         (device_combination_append), (gst_osselement_class_probe_devices):
27616         * sys/oss/gstosselement.h:
27617           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27618           on my system using alsa oss emulation, fixes bug #135597
27619
27620 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27621
27622         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27623         (gst_videodrop_chain), (gst_videodrop_change_state):
27624         * gst/videodrop/gstvideodrop.h:
27625           Work based on timestamp of input data, not based on the expected
27626           framerate from the input. The consequence is that this element now
27627           not only scales framerates, but also functions as a framerate
27628           corrector or framerate stabilizer/constantizer.
27629
27630 2004-02-27  David Schleef  <ds@schleef.org>
27631
27632         patches from jmmv@menta.net (Julio M. Merino Vidal)
27633
27634         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27635         GST_ELEMENT_ERROR call (bug #135634)
27636         * gst/interleave/interleave.c: (interleave_buffered_loop),
27637         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27638         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27639         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27640         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27641         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27642         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27643         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27644         Fix GST_ELEMENT_ERROR call.
27645         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27646         GST_ELEMENT_ERROR call.
27647
27648 2004-02-27  Benjamin Otte  <otte@gnome.org>
27649
27650         * gst-libs/gst/audio/audio.h:
27651           add macro to make sure header isn't included twice
27652         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27653           don't use gst_buffer_free
27654         * gst/playondemand/filter.func:
27655           don't use gst_data_free. Free data only once.
27656
27657 2004-02-26  David Schleef  <ds@schleef.org>
27658
27659         * gst-libs/gst/colorbalance/Makefile.am:
27660         * gst-libs/gst/mixer/Makefile.am:
27661         * gst-libs/gst/tuner/Makefile.am:
27662         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27663         should not be disted, -marshal.h files should not be installed,
27664         and -enum.h files _should_ be installed.  Fix to make this the
27665         case.
27666
27667 === release 0.7.5 ===
27668
27669 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27670
27671         * configure.ac: release 0.7.5, "Under The Sea"
27672
27673 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27674
27675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27676         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27677         * gst/videoscale/gstvideoscale.c:
27678         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27679           assorted debug/warning fixes
27680
27681 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27682
27683         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27684         (gst_videoscale_init), (gst_videoscale_chain),
27685         (gst_videoscale_set_property), (plugin_init):
27686         * gst/videoscale/gstvideoscale.h:
27687         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27688         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27689         (gst_videoscale_planar400), (gst_videoscale_packed422),
27690         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27691         (gst_videoscale_24bit), (gst_videoscale_16bit),
27692         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27693         (gst_videoscale_scale_plane_slow),
27694         (gst_videoscale_scale_point_sample),
27695         (gst_videoscale_scale_nearest),
27696         (gst_videoscale_scale_nearest_str2),
27697         (gst_videoscale_scale_nearest_str4),
27698         (gst_videoscale_scale_nearest_32bit),
27699         (gst_videoscale_scale_nearest_24bit),
27700         (gst_videoscale_scale_nearest_16bit):
27701         add debugging category and use it properly
27702         fix use of GST_PTR_FORMAT
27703
27704 2004-02-25  Andy Wingo  <wingo@pobox.com>
27705
27706         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27707         push only when channel->buffer is NULL. Prevents segfaults doing
27708         the state change after a nonlocal exit, like a scheme exception.
27709
27710         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27711         Handle the case where the intersected caps is empty.
27712
27713 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27714
27715         * gst/law/mulaw-decode.c: (mulawdec_link):
27716         * gst/law/mulaw.c: (plugin_init):
27717           fix mulawdec so it actually works again
27718
27719 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27720
27721         reviewed by: David Schleef  <ds@schleef.org>
27722
27723         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27724         (gst_gamma_init), (gst_gamma_set_property),
27725         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27726         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27727         for RGB, with separate r g and b correction factors. (#131167)
27728
27729 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27730
27731         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27732           only signal tags for bitrate if they're > 0 (#134894)
27733
27734 2004-02-24  David Schleef  <ds@schleef.org>
27735
27736         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27737         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27738         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27739         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27740         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27741         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27742         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27743         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27744         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27745         category.  Attempt to fix timestamp calculation.
27746
27747 2004-02-24  Johan Dahlin  <johan@gnome.org>
27748
27749         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27750
27751 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27752
27753         * configure.ac:
27754         * gconf/Makefile.am:
27755         * gconf/gstreamer.schemas:
27756         * gst-libs/gst/gconf/Makefile.am:
27757         * gst-libs/gst/gconf/gconf.c:
27758           version gconf schemas and install locations
27759
27760 2004-02-23  Benjamin Otte  <otte@gnome.org>
27761
27762         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27763         (gst_xine_input_subclass_init):
27764           call parent dispose.
27765           change pad template for CD reader correctly
27766         * ext/xine/Makefile.am:
27767         * ext/xine/gstxine.h:
27768         * ext/xine/xine.c: (plugin_init):
27769         * ext/xine/xineaudiosink.c:
27770           wrap audio sinks, too
27771         * gst-libs/gst/resample/private.h:
27772         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27773         (gst_resample_reinit), (gst_resample_scale),
27774         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27775         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27776         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27777         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27778         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27779         * gst-libs/gst/resample/resample.h:
27780         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27781         (gst_audioscale_class_init), (gst_audioscale_link),
27782         (gst_audioscale_get_buffer), (gst_audioscale_init),
27783         (gst_audioscale_chain), (gst_audioscale_set_property),
27784         (gst_audioscale_get_property):
27785         * gst/audioscale/gstaudioscale.h:
27786           s/resample_*/gst_resample_*/i to not clobber namespaces
27787
27788 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27789
27790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27791         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27792         (gst_riff_create_video_template_caps),
27793         (gst_riff_create_audio_template_caps),
27794         (gst_riff_create_iavs_template_caps):
27795         * gst-libs/gst/riff/riff-media.h:
27796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27797         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27798         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27799         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27801         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27802         (gst_matroska_demux_plugin_init): First batch implementing audio and
27803         video codec tags in demuxers.
27804
27805 2004-02-22  Benjamin Otte  <otte@gnome.org>
27806
27807         * ext/xine/Makefile.am:
27808         * ext/xine/gstxine.h:
27809         * ext/xine/xine.c: (plugin_init):
27810         * ext/xine/xineinput.c:
27811           add input plugin wrapper. Playback from files, http, mms and cdda
27812           works.
27813         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27814           remove leftover G_GNUC_UNUSED
27815         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27816         (gst_asf_demux_identify_guid):
27817           improve debugging output
27818
27819 2004-02-22  Benjamin Otte  <otte@gnome.org>
27820
27821         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27822
27823         * autogen.sh:
27824           replace test -e with test -x for mkinstalldirs to be more portable.
27825           (fixes #134816)
27826
27827 2004-02-22  Benjamin Otte  <otte@gnome.org>
27828
27829         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27830
27831         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27832           set rank to PRIMARY
27833         * gst/volume/gstvolume.c: (plugin_init):
27834           set rank to NONE
27835         fixes #134960
27836
27837 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27838
27839         reviewed by Benjamin Otte  <otte@gnome.org>
27840
27841         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27842           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27843
27844 2004-02-22  Benjamin Otte  <otte@gnome.org>
27845
27846         * configure.ac:
27847           export [_]*{gst,Gst,GST}.* symbols from plugins
27848
27849 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27850
27851         reviewed by: Benjamin Otte  <otte@gnome.org>
27852
27853         * ext/lame/gstlame.c: (add_one_tag):
27854         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27856         (gst_vorbisenc_metadata_set1):
27857         * gst/tags/gstid3tag.c:
27858         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27859           apply fixes from bugs #135042 (lame can't write tags) and #133817
27860           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27861
27862 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27863
27864         * configure.ac: Export only gst_plugin_desc from plugins.
27865          Note that this change only makes any effect with Linux using libtool
27866          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27867          fine. And don't try to have several versions of libtool in different
27868          directories.
27869
27870 2004-02-20  Andy Wingo  <wingo@pobox.com>
27871
27872         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27873         interleave respectively.
27874
27875         * gst/interleave/deinterleave.c: New plugin: deinterleave
27876         (replaces on oneton).
27877         * gst/interleave/interleave.c: New plugin: interleave.
27878         * gst/interleave/plugin.h: Support file.
27879         * gst/interleave/plugin.c: Support file.
27880
27881         * configure.ac: Remove intfloat and oneton, add interleave.
27882
27883         * ext/sndfile/gstsf.c: Handle events better.
27884
27885         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27886         and float2int operation. int2float has scheduling problems as
27887         noted in in2float_chain.
27888
27889 2004-02-20  Benjamin Otte  <otte@gnome.org>
27890
27891         * ext/xine/Makefile.am:
27892         * ext/xine/gstxine.h:
27893         * ext/xine/xine.c:
27894         * ext/xine/xineaudiodec.c:
27895         * ext/xine/xinecaps.c:
27896           add first version of xine plugin wrapper. Currently only wraps the
27897           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27898         * configure.ac:
27899         * ext/Makefile.am:
27900           add xine plugin wrapper, disabled by default. Use --enable-xine to
27901           build. Note that it'll segfault on gst-register if you don't remove
27902           the goom and tvtime post plugins from xine.
27903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27904         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27905           add extradata parsing for QDM2.
27906           change around debugging prints.
27907
27908 2004-02-19  Benjamin Otte  <otte@gnome.org>
27909
27910         * ext/lame/gstlame.c: (gst_lame_chain):
27911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27912           use gst_tag_list_insert when you want to insert tags
27913
27914 2004-02-18  David Schleef  <ds@schleef.org>
27915
27916         * configure.ac:  Move massink to gst-rotten
27917         * ext/Makefile.am:
27918         * ext/mas/Makefile.am:
27919         * ext/mas/massink.c:
27920         * ext/mas/massink.h:
27921
27922 2004-02-18  David Schleef  <ds@schleef.org>
27923
27924         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27925         typefinding, since it seems to be worse than nothing.
27926         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27927         atom to recognize .mp4 and .m4a files as video/quicktime.
27928
27929 2004-02-18  David Schleef  <ds@schleef.org>
27930
27931         * gst/sine/demo-dparams.c: (quit_live),
27932         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27933         Use double dparams, not float.
27934         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27935         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27936         sync'd elements don't really work correctly.
27937         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27938         (volume_update_volume), (volume_get_property):  Change dparam
27939         to double.
27940
27941 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27942
27943         * sys/ximage/ximagesink.c:
27944         (gst_ximagesink_xwindow_update_geometry),
27945         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27946         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27947         (gst_ximagesink_init): Rework the way software video scaling works. So
27948         now we check on each chain call if the video frames are feeling the
27949         window. If not we try to renegotiate caps. On failure we memorize that
27950         and we won't try again for that PLAYING sessions.
27951         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27952         failure.
27953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27954         synchronous flag.
27955
27956 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27957
27958         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27959           break up _link so we can give a better debug message for errors
27960
27961 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27962
27963         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27964           set up debug category
27965
27966 2004-02-18  Julien MOUTTE <julien@moutte.net>
27967
27968         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27969         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27970         the way renegotiation work. The event handling function is not taking
27971         care of external windows and renegotiate method check for pad flags
27972         NEGOTIATING. Should fix : #133209
27973
27974 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27975
27976         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27977         pad is negotiating before trying renegotiation.
27978
27979 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27980
27981         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27982           pass on all possible mime types as typefind hints
27983
27984 2004-02-17  Julien MOUTTE <julien@moutte.net>
27985
27986         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27988         possible SHM leak if we crash. All other apps using XShm are doing
27989         that.
27990
27991 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27992
27993         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27994         (gst_ximagesink_expose): Renegotiate size on expose.
27995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27996         size on expose.
27997
27998 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27999
28000         * testsuite/alsa/sinesrc.c:
28001           cosmetic fix to fix compile issue with gcc 2.95.4
28002
28003 2004-02-16  Julien MOUTTE <julien@moutte.net>
28004
28005         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28006         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28007         failed opening the audio device.
28008         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28009         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28010         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28011         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28012         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28013         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28014         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28015         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28016         Removing some useless g_return_if_fail like wingo suggested.
28017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28018         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28019         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28020         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28021         (gst_xvimagesink_update_colorbalance),
28022         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28023         (gst_xvimagesink_xcontext_clear),
28024         (gst_xvimagesink_get_fourcc_from_caps),
28025         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28026         (gst_xvimagesink_set_xwindow_id),
28027         (gst_xvimagesink_colorbalance_list_channels),
28028         (gst_xvimagesink_colorbalance_set_value),
28029         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28030         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28031
28032 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28033
28034         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28035           throw error when not negotiated instead of asserting
28036
28037 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28038
28039         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28040         correct data refcounting.
28041
28042 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28043
28044         * gst/switch/gstswitch.c: (gst_switch_change_state),
28045         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28046         change, mostly the EOS flag.
28047
28048 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28049
28050         * examples/gstplay/player.c: (got_eos), (main): Adding some
28051         output for debugging.
28052         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28053         timeouts if we go to any state different from PLAYING.
28054         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28055         more EOS bugs in riff lib.
28056
28057 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28058
28059         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28060         visualization until i find a way to fix switch correctly.
28061         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28062         EOS arrives.
28063         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28064         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28065         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28066         Reworked switch to get a more correct behaviour with events and refing
28067         of data stored in sinkpads.
28068         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28069         we don't pull from a pad in EOS.
28070
28071 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28072
28073         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28074           remove v1 tag even if we can't read it (makes sure we don't detect
28075           it again)
28076
28077 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28078
28079         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28080         (gst_alsa_xrun_recovery):
28081         * ext/alsa/gstalsa.h:
28082           try xrun recovery when wait failed. Make xrun recovery function
28083           return TRUE/FALSE to indicate success. (might fix #134354)
28084
28085 2004-02-13  David Schleef  <ds@schleef.org>
28086
28087         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28088         (dynparm_value_changed), (main): Convert from float to double.
28089         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28090
28091 2004-02-13  David Schleef  <ds@schleef.org>
28092
28093         * gst/silence/gstsilence.c: (gst_silence_class_init),
28094         (gst_silence_set_clock), (gst_silence_get),
28095         (gst_silence_set_property), (gst_silence_get_property):
28096         * gst/silence/gstsilence.h: Add sync property.
28097         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28098         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28099         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28100         * gst/sine/gstsinesrc.h: Add sync property.
28101
28102 2004-02-13  David Schleef  <ds@schleef.org>
28103
28104         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28105         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28106
28107 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28108
28109         * configure.ac:
28110         * ext/Makefile.am:
28111         * gst-libs/ext/Makefile.am:
28112           move ffmpeg plugin to gst-ffmpeg module
28113
28114 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28115
28116         * configure.ac: use GST_ARCH to detect architecture
28117
28118 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28119
28120         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28121
28122 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28123
28124         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28125           classify LADSPA plugins based on number of src/sink pads
28126           (#133663, Stefan Kost)
28127         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28128           fix dparams registration
28129           (#133528, Stefan Kost)
28130         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28131           fix use of isprint and use g_ascii_isprint instead
28132           (#133316, Stefan Kost)
28133
28134 2004-02-11  David Schleef  <ds@schleef.org>
28135
28136         Convert a few inner loops to use liboil.  This is currently
28137         optional, and is only enabled if liboil is present (duh!).
28138         * configure.ac: Check for liboil-0.1
28139         * gst/intfloat/Makefile.am:
28140         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28141         (gst_int2float_chain_gint16):
28142         * gst/videofilter/Makefile.am:
28143         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28144         (tablelookup_u8), (gst_videobalance_planar411):
28145         * gst/videotestsrc/Makefile.am:
28146         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28147         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28148         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28149         (paint_hline_RGB565), (paint_hline_xRGB1555):
28150
28151 2004-02-11  David Schleef  <ds@schleef.org>
28152
28153         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28154         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28155         (gst_colorspace_getcaps), (gst_colorspace_link),
28156         (gst_colorspace_base_init), (gst_colorspace_init),
28157         (gst_colorspace_chain), (gst_colorspace_change_state),
28158         (plugin_init): Merge Ronald's patch (bug #117897) and update
28159         for new caps and negotiation.  Seems to work, although it
28160         shows off bugs in lcs.
28161
28162 2004-02-11  David Schleef  <ds@schleef.org>
28163
28164         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28165         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28166
28167 2004-02-11  David Schleef  <ds@schleef.org>
28168
28169         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28170         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28171         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28172         Add server and port properties
28173
28174 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28175
28176         * m4/a52.m4:
28177         * m4/aalib.m4:
28178         * m4/as-ffmpeg.m4:
28179         * m4/as-liblame.m4:
28180         * m4/as-slurp-ffmpeg.m4:
28181         * m4/check-libheader.m4:
28182         * m4/esd.m4:
28183         * m4/freetype2.m4:
28184         * m4/gconf-2.m4:
28185         * m4/glib.m4:
28186         * m4/gst-alsa.m4:
28187         * m4/gst-artsc.m4:
28188         * m4/gst-ivorbis.m4:
28189         * m4/gst-matroska.m4:
28190         * m4/gst-sdl.m4:
28191         * m4/gst-shout2.m4:
28192         * m4/gst-sid.m4:
28193         * m4/gtk.m4:
28194         * m4/libdv.m4:
28195         * m4/libfame.m4:
28196         * m4/libmikmod.m4:
28197         * m4/ogg.m4:
28198         * m4/vorbis.m4:
28199           fix underquotedness of macros (#133800)
28200         * m4/as-avifile.m4:
28201         * m4/xmms.m4:
28202           removed because no longer used
28203
28204 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28205
28206         * configure.ac:
28207           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28208           by autopoint (fixes #132996)
28209
28210 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28211
28212         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28213         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28214         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28215         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28216           fix memleaks
28217
28218 2004-02-11  David Schleef  <ds@schleef.org>
28219
28220         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28221         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28222         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28223         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28224         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28225         (gst_jpegenc_class_init), (gst_jpegenc_init),
28226         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28227         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28228         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28229         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28230
28231 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28232
28233         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28234         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28235         * ext/mikmod/gstmikmod.h:
28236           fix caps negotiation in mikmod
28237         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28238           output debug information
28239
28240 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28241
28242         * gst-libs/gst/colorbalance/Makefile.am:
28243         * gst-libs/gst/navigation/Makefile.am:
28244         * gst-libs/gst/xoverlay/Makefile.am:
28245           remove unused GST_OPT_CFLAGS from Makefiles
28246           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28247
28248 2004-02-07  David Schleef  <ds@schleef.org>
28249
28250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28251         push events to pads that haven't been created (#133508)
28252
28253 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28254
28255         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28256         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28257         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28258         (gst_dvdec_loop), (gst_dvdec_change_state):
28259         Second attempt at committing a working dvdec element.
28260
28261 2004-02-06  David Schleef  <ds@schleef.org>
28262
28263         Build fixes for OS X: (see #129600)
28264         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28265         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28266         (gst_riff_read_strf_iavs):
28267         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28268         (gst_avi_demux_stream_odml):
28269         * gst/playondemand/Makefile.am:
28270         * gst/rtp/rtp-packet.c:
28271
28272 2004-02-05  David Schleef  <ds@schleef.org>
28273
28274         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28275         last change, because it Just Doesn't Compile.
28276
28277 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28278
28279         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28280           skip undecodable id3v2 tag instead of keeping it
28281
28282 2004-02-05  David Schleef  <ds@schleef.org>
28283
28284         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28285         Unref leaked buffer.  (Noticed by Ronald)
28286
28287 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28288
28289         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28290         Sync requires with other checks.  >= vs =.
28291
28292 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28293
28294         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28295         (gst_dvdec_video_link), (gst_dvdec_loop):
28296         * ext/dv/gstdvdec.h:
28297           rework the caps negotiation so that dvdec works again instead
28298           of just segfaulting.
28299
28300 === release 0.7.4 ===
28301
28302 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28303
28304         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28305         * configure.ac: changed for release
28306
28307 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28308
28309         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28310         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28311         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28312         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28313           reworked patch by David Lehn to fix libdir and includedir for
28314           uninstalled libraries
28315           removed play and gconf from gstreamer-libs since they have their
28316           own pkgconfig files
28317
28318 2004-02-04  David Schleef  <ds@schleef.org>
28319
28320         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28321         memleak.
28322
28323 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28324
28325         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28326           use correct GST_TAG_ENCODER tag
28327
28328 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28329
28330         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28331           be sure to stop the clock when going to paused
28332         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28333           reset number of transmitted when going to ready.
28334         fixes #132935
28335
28336 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28337
28338         reviewed by Benjamin Otte
28339
28340         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28341           extract track count (fixes #133410)
28342
28343 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28344
28345         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28346           that should be !=, not == (fixes #132519)
28347
28348 2004-02-04  David Schleef  <ds@schleef.org>
28349
28350         Make sure set_explicit_caps() is called before adding pad.
28351         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28352         * gst/id3/gstid3types.c: (gst_id3types_loop):
28353         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28354         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28355
28356 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28357
28358         * configure.ac:
28359           bump nano to 2, first prerelease
28360           put back AM_PROG_LIBTOOL
28361
28362 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28363
28364         * testsuite/alsa/Makefile.am:
28365           these are user test apps, not automatic testsuite tests
28366
28367 2004-02-04  David Schleef  <ds@schleef.org>
28368
28369         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28370         * gst/mpeg1videoparse/gstmp1videoparse.c:
28371         (mp1videoparse_parse_seq):
28372         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28373         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28374         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28375         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28376         (gst_xvideosink_getcaps):
28377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28378         * testsuite/gst-lint: more tests
28379
28380 2004-02-04  David Schleef  <ds@schleef.org>
28381
28382         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28383         with the code that they would expand to.
28384         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28385         (gst_flacdec_get_src_query_types),
28386         (gst_flacdec_get_src_event_masks):
28387         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28388         (gst_gnomevfssrc_get_query_types),
28389         (gst_gnomevfssrc_get_event_mask):
28390
28391 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28392
28393         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28394         (gst_sinesrc_dispose):
28395           fix memleak by properly disposing sinesrc
28396
28397 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28398
28399         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28400         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28401         an overlay to redraw the image because it has been exposed.
28402         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28403         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28404         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28405         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28406         interface
28407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28408         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28409         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28410         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28411         interface
28412
28413 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28414
28415         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28416           more memleak fixage
28417
28418 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28419
28420         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28421         * gst/typefind/gsttypefindfunctions.c:
28422           fix memleaks shown by gst-typefind
28423
28424 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28425
28426         * common/glib-gen.mak:
28427           add hack rule to touch .Plo files
28428         * gst-libs/gst/colorbalance/Makefile.am:
28429         * gst-libs/gst/mixer/Makefile.am:
28430         * gst-libs/gst/play/Makefile.am:
28431         * gst-libs/gst/tuner/Makefile.am:
28432           remove glib_root variable
28433
28434 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28435
28436         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28437           set explicit caps before adding the element, so the autopluggers can
28438           plug correctly.
28439         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28440         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28441         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28442         (dv_type_find):
28443           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28444           argument.
28445
28446 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28447
28448         * gst-libs/gst/colorbalance/Makefile.am:
28449         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28450         * gst-libs/gst/colorbalance/colorbalance.c:
28451         * gst-libs/gst/colorbalance/colorbalance.h:
28452         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28453         * gst-libs/gst/mixer/Makefile.am:
28454         * gst-libs/gst/mixer/mixer-marshal.list:
28455         * gst-libs/gst/mixer/mixer.c:
28456         * gst-libs/gst/mixer/mixer.h:
28457         * gst-libs/gst/mixer/mixermarshal.list:
28458         * gst-libs/gst/play/Makefile.am:
28459         * gst-libs/gst/play/play.h:
28460         * gst-libs/gst/tuner/Makefile.am:
28461         * gst-libs/gst/tuner/tuner-marshal.list:
28462         * gst-libs/gst/tuner/tuner.c:
28463         * gst-libs/gst/tuner/tuner.h:
28464         * gst-libs/gst/tuner/tunermarshal.list:
28465           use new glib-gen.mak snippet to clean up Makefile.am
28466           fix various bugs in Makefile.am's
28467
28468 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28469
28470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28471           handle chain parsing correctly in the multichain case
28472         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28473         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28474         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28475         (theora_dec_chain):
28476           handle events and queries correctly
28477
28478 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28479
28480         * .cvsignore:
28481         Ignore generated file _stdint.h.
28482
28483 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28484
28485         * gst-libs/gst/colorbalance/Makefile.am:
28486         * gst-libs/gst/colorbalance/colorbalance.h:
28487         * gst-libs/gst/mixer/Makefile.am:
28488         * gst-libs/gst/mixer/mixer.h:
28489         * gst-libs/gst/play/Makefile.am:
28490         * gst-libs/gst/play/play.h:
28491         * gst-libs/gst/tuner/Makefile.am:
28492         * gst-libs/gst/tuner/tuner.h:
28493         Generate enum type code with glib-mkenums.
28494         * gst-libs/gst/colorbalance/.cvsignore:
28495         * gst-libs/gst/mixer/.cvsignore:
28496         * gst-libs/gst/play/.cvsignore:
28497         * gst-libs/gst/tuner/.cvsignore:
28498         Ignore generated files.
28499
28500 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28501
28502         * gst-libs/gst/audio/.cvsignore:
28503         Ignore generated file.
28504         * gst-libs/gst/audio/Makefile.am:
28505         Do not install example filter.
28506
28507 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28508
28509         * examples/switch/.cvsignore:
28510         Ignore generated file.
28511
28512 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28513
28514         * common/m4/ax_create_stdint_h.m4:
28515         * configure.ac:
28516           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28517           _stdint.h.
28518         * Makefile.am:
28519           remove generated _stdint.h in DISTCLEANFILES
28520         * ext/a52dec/gsta52dec.c:
28521           include _stdint.h for a52dec. (should fix #133064)
28522
28523 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28524
28525         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28526         (gst_tag_to_vorbis_comments):
28527         Add replaygain support to vorbistag
28528
28529 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28530         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28531         (gst_ffmpeg_caps_to_extradata):
28532           Fix SVQ3 caps flag properties
28533           Use glib macro for bytes swap
28534
28535 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28536
28537         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28538         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28539         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28540         * ext/sndfile/gstsf.c: (plugin_init):
28541         * gst/avi/gstavi.c: (plugin_init):
28542         * sys/dxr3/dxr3init.c: (plugin_init):
28543         * sys/oss/gstossaudio.c: (plugin_init):
28544         * sys/v4l/gstv4l.c: (plugin_init):
28545         * sys/v4l2/gstv4l2.c: (plugin_init):
28546           remove textdomain calls
28547         * po/nl.po:
28548           update Dutch translation
28549
28550 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28551
28552         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28553         (gst_play_set_audio_sink): Moving volume in the audio thread for
28554         instantaneous volume change. Maybe i will add another volume in front
28555         of visualization later, not sure yet though.
28556
28557 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28558
28559         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28560         (gst_ximagesink_handle_xevents): Better X events handling, only take
28561         the latest events for configure and motion.
28562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28563
28564 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28565
28566         reviewed by: David Schleef  <ds@schleef.org>
28567
28568         Fix memory leaks:
28569         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28570         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28571
28572 2004-02-02  David Schleef  <ds@schleef.org>
28573
28574         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28575         of lines.
28576         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28577         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28578         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28579         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28580         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28581         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28582         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28583         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28584         (gst_float2_2_int_link):
28585         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28586         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28587         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28588         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28589         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28590         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28591         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28592         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28593         * testsuite/gst-lint: Add tests for bzero and ;;
28594
28595 2004-02-02  David Schleef  <ds@schleef.org>
28596
28597         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28598
28599 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28600
28601         * ext/aalib/gstaasink.c: (gst_aasink_open):
28602         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28603         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28604         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28605         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28606         (gst_afsink_close_file):
28607         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28608         (gst_afsrc_close_file):
28609         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28610         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28611         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28612         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28613         * ext/esd/esdmon.c: (gst_esdmon_get):
28614         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28615         * ext/faac/gstfaac.c: (gst_faac_chain):
28616         * ext/faad/gstfaad.c: (gst_faad_chain):
28617         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28618         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28619         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28620         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28621         (gst_flacdec_loop):
28622         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28623         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28624         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28625         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28626         (gst_gnomevfssink_close_file):
28627         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28628         (gst_gnomevfssrc_open_file):
28629         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28630         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28631         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28632         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28633         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28634         * ext/mad/gstmad.c: (gst_mad_chain):
28635         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28636         * ext/mpeg2dec/gstmpeg2dec.c:
28637         * ext/mpeg2enc/gstmpeg2enc.cc:
28638         * ext/mplex/gstmplex.cc:
28639         * ext/mplex/gstmplexibitstream.cc:
28640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28641         (gst_ogg_demux_push):
28642         * ext/raw1394/gstdv1394src.c:
28643         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28644         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28645         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28646         (gst_sf_loop):
28647         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28648         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28649         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28650         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28652         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28653         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28654         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28655         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28656         (gst_riff_read_element_data), (gst_riff_read_seek),
28657         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28658         * gst/adder/gstadder.c: (gst_adder_loop):
28659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28660         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28661         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28662         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28663         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28664         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28665         * gst/goom/gstgoom.c: (gst_goom_chain):
28666         * gst/id3/gstid3types.c: (gst_id3types_loop):
28667         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28668         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28669         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28670         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28671         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28672         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28673         (gst_ebml_read_float), (gst_ebml_read_header):
28674         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28675         (gst_matroska_demux_parse_blockgroup):
28676         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28677         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28678         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28679         * gst/silence/gstsilence.c: (gst_silence_get):
28680         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28681         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28682         * gst/speed/gstspeed.c: (speed_loop):
28683         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28684         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28685         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28686         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28687         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28688         (gst_wavparse_loop):
28689         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28690         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28691         (dxr3audiosink_close):
28692         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28693         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28694         (dxr3videosink_close), (dxr3videosink_write_data):
28695         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28696         * sys/oss/gstosssink.c: (gst_osssink_chain):
28697         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28698         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28699         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28701         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28702         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28703         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28704         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28705         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28706         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28707         (gst_v4l_set_audio):
28708         * sys/v4l/v4l_calls.h:
28709         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28710         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28711         (gst_v4lmjpegsink_playback_init),
28712         (gst_v4lmjpegsink_playback_start):
28713         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28714         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28715         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28716         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28717         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28718         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28719         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28720         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28721         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28722         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28723         (gst_v4l2_get_output), (gst_v4l2_set_output),
28724         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28725         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28726         (gst_v4l2_set_attribute):
28727         * sys/v4l2/v4l2_calls.h:
28728         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28729         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28730         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28731         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28732         (gst_v4l2src_capture_stop):
28733         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28734         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28735         (gst_ximagesink_chain):
28736         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28737         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28738         (gst_xvideosink_xwindow_new):
28739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28740         (gst_xvimagesink_chain):
28741
28742 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28743
28744         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28745         (gst_volume_get_volume), (volume_class_init), (volume_init),
28746         (volume_chain_int16), (volume_update_volume):
28747         * gst/volume/gstvolume.h:
28748           make code more readable by removing magic numbers
28749           make mixer interface export 0-100 range
28750           make it internally map to 0.0-1.0 range so users don't distort
28751           output by putting the sliders at full volume
28752
28753 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28754
28755         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28756         (gst_play_state_change), (gst_play_seek_to_time):
28757         block the tick callback for 0.5 secs after doing a seek
28758
28759 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28760
28761         * gst-libs/gst/play/play.c: (gst_play_new):
28762           check for GError
28763
28764 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28765
28766         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28767         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28768         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28769         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28771         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28772
28773 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28774
28775         * configure.ac:
28776         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28777           check for a function added in vorbis 1.1
28778
28779 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28780
28781         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28782         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28783           really start/stop clock only on PLAYING <=> PAUSED
28784         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28785           remove \n from debugging lines
28786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28787           make it work when seeking does not
28788         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28789           reset on DISCONT
28790
28791 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28792
28793         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28794           start clock on PAUSED=>PLAYING, not later
28795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28796           extract correct time for different discont formats
28797         (gst_alsa_sink_get_time):
28798           don't segfault when no format is negotiated yet, just return 0
28799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28800         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28801         (gst_ogg_pad_push):
28802           handle flush and discont events correctly
28803         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28804           handle discont events correctly
28805
28806 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28807
28808         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28809         (gst_play_error_create), (gst_play_error_plugin),
28810         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28811         * gst-libs/gst/play/play.h:
28812           add error handling during creation
28813         * examples/gstplay/player.c: (main):
28814           use new gst_play_new
28815
28816
28817 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28818
28819         * ext/theora/theoradec.c: (theora_dec_chain):
28820           make comments work
28821         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28822         (vorbis_dec_src_event), (vorbis_dec_chain):
28823           add encoder tag, fix tag reading to be more error tolerant, change
28824           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28825           gst_pad_event_default.
28826         * gst/tags/gstvorbistag.c:
28827         (gst_tag_list_from_vorbiscomment_buffer):
28828           undefine function specific define at end of function
28829
28830 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28831
28832         * ext/flac/gstflac.c: (plugin_init):
28833         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28834         * ext/flac/gstflacdec.h:
28835         * ext/flac/gstflacenc.h:
28836           Fix typos
28837
28838 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28839
28840         * examples/gstplay/player.c: s/gstplay.h/play.h/
28841
28842 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28843
28844         * gst-libs/gst/play/Makefile.am:
28845         * gst-libs/gst/play/gstplay.c:
28846         * gst-libs/gst/play/gstplay.h:
28847         * gst-libs/gst/play/play.c:
28848           more surgery, operation complete
28849
28850 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28851
28852         * gst-libs/gst/play/play.old.c:
28853         * gst-libs/gst/play/play.old.h:
28854           after CVS surgery by moving, remove
28855         * gst-libs/gst/play/playpipelines.c:
28856           remove
28857
28858         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28859           add negotiation error
28860
28861 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28862
28863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28864         (gst_ogg_demux_push):
28865           add some seeking debug info
28866           send a flush when seeking
28867
28868 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28869
28870         * configure.ac:
28871           use AC_C_INLINE
28872         * configure.ac:
28873         * ext/Makefile.am:
28874         * ext/theora/Makefile.am:
28875         * ext/theora/theoradec.c:
28876           add theora video decoder. Does just do simple decoding for now and
28877           has been tested against Theora cvs only. It only works when theora
28878           is compiled with --enable-static.
28879         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28880           always reset packetno on DISCONT
28881
28882 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28883
28884         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28885           Fix audio.
28886
28887 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28888
28889         * gst/mpegaudioparse/gstmpegaudioparse.c:
28890         (mp3_type_frame_length_from_header):
28891           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28892
28893 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28894
28895         * ext/esd/esdsink.c: (gst_esdsink_init):
28896           Since we have static pad template caps, we don't need to negotiate;
28897           either the core errors out or we know the format.
28898
28899 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28900
28901         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28902         (gst_riff_read_seek):
28903         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28904         (gst_ebml_read_seek):
28905           Fix event handling.
28906
28907 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28908
28909         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28910           removee video/x-theora from vp3 decoder, it doesn't handle raw
28911           theora streams
28912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28913           fix bug with finalizing element that never went to PAUSED
28914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28915           length and position queries were swapped
28916         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28917         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28918         (vorbis_dec_src_event):
28919           implement querying time and bytes
28920
28921 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28922
28923         * just about every source file:
28924           gst_element_error -> GST_ELEMENT_ERROR
28925
28926 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28927
28928         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28929         emiting FLUSH and even before DISCONT.
28930         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28931         get the best instant seeking as possible yay!
28932
28933 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28934
28935         * gst/mpeg1videoparse/gstmp1videoparse.c:
28936         (gst_mp1videoparse_real_chain):
28937           Committed wrong version last week... Grr... Didn't notice until now.
28938
28939 2004-01-29  Julien MOUTTE <julien@moutte.net>
28940
28941         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28943         have_xwindow_id signal in xwindow_create.
28944
28945 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28946
28947         * ext/ogg/gstoggdemux.c:
28948           lots of changes - mainly support for chained bitstreams, seeking,
28949           querying and bugfixes of course
28950         * ext/vorbis/Makefile.am:
28951         * ext/vorbis/vorbisdec.c:
28952         * ext/vorbis/vorbisdec.h:
28953           add vorbisdec raw vorbis decoder
28954         * ext/vorbis/vorbis.c: (plugin_init):
28955           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28956         * gst/intfloat/Makefile.am:
28957         * gst/intfloat/float22int.c:
28958         * gst/intfloat/float22int.h:
28959         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28960           add float2intnew plugin. It converts multichannel interleaved float to
28961           multichannel interleaved int. The name should probably be changed.
28962         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28963         (plugin_init):
28964           add typefinding for raw theora video so oggdemux can detect it.
28965
28966 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28967
28968         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28969         sink element first.
28970         * gst/videoscale/gstvideoscale.c:
28971         (gst_videoscale_handle_src_event): Fixing src event handler.
28972
28973 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28974
28975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28976         (gst_v4lsrc_open), (gst_v4lsrc_close),
28977         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28978         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28979         * sys/v4l/gstv4lsrc.h:
28980         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28981         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28982           Implement resizing... Hack. But that's why v4l is b0rked...
28983
28984 2004-01-28  Julien MOUTTE <julien@moutte.net>
28985
28986         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28987         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28988         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28989         (gst_ximagesink_xwindow_destroy):
28990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28991         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28992         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28993         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28994         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28995         correctly cleaning the image created to check xshm calls on succes,
28996         added a lot of XSync calls in X11 functions, and fixed a segfault when
28997         no image format was defined before negotiation happened.
28998
28999 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29000
29001         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29002           use gst_element_get_time to get correct time
29003
29004 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29005
29006         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29007         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29008         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29010         (gst_xvimagesink_check_xshm_calls),
29011         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29012         X plugins are now able to detect that XShm calls will fail even if the
29013         server claims that it has XShm support (remote displays most of the
29014         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29015         so that we use non XShm functions. This feature is almost useless for
29016         xvimagesink as Xv is not supported on remote displays anyway, but
29017         it might happen than even on the local display XShm calls fail.
29018
29019 2004-01-27  David Schleef  <ds@schleef.org>
29020
29021         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29022         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29023         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29024         changed esdsink to only use 44100,16,2, since esd sucks at rate
29025         conversion and esdsink has had difficulty negotiating.
29026
29027 2004-01-27  Julien MOUTTE <julien@moutte.net>
29028
29029         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29030         (gst_play_seek_to_time): Fixing the way to get current position.
29031
29032 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29033
29034         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29035           use gst_element_get_time to get correct time
29036
29037 2004-01-27  Julien MOUTTE <julien@moutte.net>
29038
29039         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29040         fix ever... Inverting 2 lines of code make spider autoplug correctly
29041         tagged mp3 !
29042
29043 2004-01-27  David Schleef  <ds@schleef.org>
29044
29045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29046         Use gst_pad_try_set_caps_nonfixed().
29047
29048 2004-01-27  David Schleef  <ds@schleef.org>
29049
29050         * gst/ac3parse/gstac3parse.c: update to checklist 5
29051         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29052         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29053         * gst/audioscale/gstaudioscale.c: same
29054         * gst/auparse/gstauparse.c: same
29055         * gst/avi/gstavidemux.c: same
29056
29057 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29058
29059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29060           stop processing after EOS
29061
29062 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29063
29064         * gst/asfdemux/asfheaders.h:
29065         * gst/asfdemux/gstasfdemux.c:
29066         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29067         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29068         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29069           lot's of fixes to make data extraction simpler and get the code
29070           architecture and compiler independant. Add debugging category
29071         * gst/goom/gstgoom.c: (gst_goom_change_state):
29072           reset channel count on PAUSED=>READY, not READY=>PAUSED
29073
29074 2004-01-26  Colin Walters  <walters@verbum.org>
29075
29076         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29077         code to pull a bigger buffer in iradio mode.  This as a side effect
29078         makes typefinding work.
29079
29080 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29081
29082         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29083         Fix SVQ3 decoding on PPC
29084
29085 2004-01-26  Julien MOUTTE <julien@moutte.net>
29086
29087         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29088         that one managed to stay there... Fixed.
29089
29090 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29091
29092         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29093         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29094         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29095         (qtdemux_video_caps):
29096         * gst/qtdemux/qtdemux.h:
29097         Add SVQ3 specific flags to qtdemux and ffmpeg
29098
29099 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29100
29101         * gst-libs/gst/audio/audio.h:
29102           remove buffer-frames from audio caps
29103         * gst/audioconvert/gstaudioconvert.c:
29104           fix plugin to really work.
29105
29106 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29107
29108         * gst-libs/gst/mixer/mixer.c:
29109         * gst-libs/gst/propertyprobe/propertyprobe.c:
29110         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29111         (gst_tuner_find_channel_by_name):
29112         * gst-libs/gst/tuner/tuner.h:
29113           Add gtk-doc style comments. Also fix a function name.
29114
29115 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29116
29117         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29118         (gst_divxdec_negotiate):
29119           Fix for new capsnego - also fixes gst-player with divxdec.
29120
29121 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29122
29123         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29124         (gst_play_identity_handoff), (gst_play_set_location),
29125         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29126         try in visualization implementation. Still have an issue with switch
29127         blocking when pulling from video_queue and only audio comes out of
29128         spider.
29129         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29130         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29131         release method. And check if the pad is usable before pulling.
29132
29133 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29134
29135         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29136         (gst_videobalance_init),
29137         (gst_videobalance_colorbalance_list_channels),
29138         (gst_videobalance_colorbalance_set_value),
29139         (gst_videobalance_colorbalance_get_value),
29140         (gst_videobalance_update_properties),
29141         (gst_videobalance_update_tables_planar411),
29142         (gst_videobalance_planar411):
29143         * gst/videofilter/gstvideobalance.h:
29144           Implement lookup-tables. +/- 10x faster.
29145
29146 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29147
29148         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29149         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29150           The index reading was broken. The rest worked fine, but the whole
29151           goal of my rewrite was to make avidemux readable, and this was
29152           not at all readable. Please use typed variables.
29153
29154 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29155
29156         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29157           Additional pad usability check.
29158         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29159         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29160         (gst_mp1videoparse_real_chain):
29161           Fix MPEG video stream parsing. The original plugin had several
29162           issues, including not timestamping streams where the source was
29163           not timestamped (this happens with PTS values in mpeg system
29164           streams, but MPEG video is also a valid stream on its own so
29165           that needs timestamps too). We use the display time code for that
29166           for now. Also, if one incoming buffer contains multiple valid
29167           frames, we push them all on correctly now, including proper EOS
29168           handling. Lastly, several potential segfaults were fixed, and we
29169           properly sync on new sequence/gop headers to include them in next,
29170           not previous frames (since they're header for the next frame, not
29171           the previous). Also see #119206.
29172         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29173         (bpf_from_header):
29174           Move caps setting so we only do it after finding several valid
29175           MPEG-1 fraes sequentially, not right after the first one (which
29176           might be coincidental).
29177         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29178         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29179         (plugin_init):
29180           Add unsynced MPEG video stream typefinding, and change some
29181           probability values so we detect streams rightly. The idea is as
29182           follows: I can have an unsynced system stream which contains
29183           video. In the current code, I would randomly get a type for either
29184           system or video stream type found, because the probabilities are
29185           being calculated rather randomly. I now use fixed values, so we
29186           always prefer system stream if that was found (and that is how it
29187           should be). If no system stream was found, we can still identity                the stream as video-only.
29188
29189 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29190
29191         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29192         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29193           don't write to buffer. Extract data without the need of
29194           __attribute__ ((packed))
29195
29196 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29197
29198         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29199         (mpeg1_sys_type_find):
29200           Fix MPEG-1 stream typefinding.
29201
29202 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29203
29204         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29205           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29206
29207 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29208
29209         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29210         * ext/esd/gstesd.c: (plugin_init):
29211           private debugging, better error reporting
29212
29213 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29214
29215         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29216         (gst_riff_read_init), (gst_riff_read_change_state):
29217         * gst-libs/gst/riff/riff-read.h:
29218           Remove stuff fromold metadata system.
29219
29220 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29221
29222         * ext/ogg/gstoggdemux.c:
29223           Fix wrong file comment.
29224         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29225         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29226           Add metadata reading properly.
29227
29228 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29229
29230         * ext/Makefile.am:
29231           Fix nas DIST_SUBDIRS
29232           Uraeus:
29233           Fix bug where make distcheck doesn't get run on adding stuff to
29234           the build.
29235
29236 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29237
29238         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29239         * ext/divx/gstdivxdec.h:
29240           Fix divx3 ("msmpeg4") playback using divxdec.
29241
29242 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29243
29244         * gst/typefind/gsttypefindfunctions.c:
29245         (mp3_type_frame_length_from_header): fix bug in length computation
29246         (mp3_type_find): improve debugging output
29247
29248 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29249
29250         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29251         (gst_play_set_location), (gst_play_seek_to_time),
29252         (gst_play_set_audio_sink), (gst_play_set_visualization),
29253         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29254         the pipeline from scratch. Visualization is back and switch went out as
29255         i realized it was not possible to use the way i wanted.
29256         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29257         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29258         clearing in state change from READY to NULL. So that one can clean the
29259         X ressources keeping the element.
29260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29261         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29262         (gst_xvimagesink_colorbalance_set_value),
29263         (gst_xvimagesink_colorbalance_get_value),
29264         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29265         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29266         change from READY to NULL and fixed some stupid bugs in colorbalance
29267         get/set values. Also added the following feature : when nobody tries to
29268         set some values to the colorbalance levels before the xcontext is
29269         grabbed, then when creating channels list from Xv attributes we set the
29270         internal values to the Xv defaults. This way we handle buggy Xv drivers
29271         that set default hue values far from the middle of the range (Thanks
29272         to Jon Trowbridge for pointing that issue).
29273         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29274         colorbalance levels have been set before xcontext is grabbed.
29275
29276 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29277
29278         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29279           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29280           it might block operations (which is bad for a mixer).
29281
29282 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29283
29284         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29285         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29286         (gmip_find_type_pre):
29287         * gst-libs/gst/media-info/media-info-priv.h:
29288         * gst-libs/gst/media-info/media-info.c:
29289         (gst_media_info_instance_init), (gst_media_info_read_idler):
29290         add fakesink to get caps on decoder src pad again
29291         fix callback prototype to match new have_type signal signature
29292
29293 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29294
29295         * gst/adder/gstadder.c: (gst_adder_link):
29296           fix non-compile and cut-n-paste code
29297
29298 2004-01-21  David Schleef  <ds@schleef.org>
29299
29300         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29301         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29302         (gst_swfdec_init), (gst_swfdec_change_state):
29303         * ext/swfdec/gstswfdec.h:
29304         Fix negotiation.
29305         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29306         (gst_adder_request_new_pad): Fix negotiation.
29307         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29308         Add a fixate function.
29309         * gst/intfloat/gstfloat2int.c:
29310         * gst/intfloat/gstfloat2int.h:
29311         * gst/intfloat/gstint2float.c:
29312         * gst/intfloat/gstint2float.h:
29313         Completely rewrite the negotiation.  Doesn't quite work yet,
29314         due to some buffer-frames problem.
29315
29316 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29317
29318         * ext/gnomevfs/gstgnomevfssrc.c:
29319         * sys/v4l2/v4l2_calls.h:
29320           fix includes for distcheck
29321
29322 2004-01-21  Christian Schaller <uraeus@gnome.org>
29323
29324         * ext/nas/
29325         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29326         based on earlier patch from Laurent Vivier
29327
29328 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29329
29330         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29331         Fix wma caps property
29332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29333         Fix typo (flags1 and flags2)
29334
29335 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29336
29337         * gst-libs/gst/media-info/media-info-priv.c:
29338         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29339         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29340         (gmip_find_stream), (gmip_find_track_metadata),
29341         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29342         (gmip_find_track_format):
29343         * gst-libs/gst/media-info/media-info-priv.h:
29344         * gst-libs/gst/media-info/media-info-test.c: (main):
29345         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29346         (gst_media_info_read_idler), (gst_media_info_read):
29347         * gst-libs/gst/media-info/media-info.h:
29348           register debugging category and use it for debugging
29349
29350 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29351
29352         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29353         (gst_vorbisfile_new_link):
29354           signal streaminfo through tags
29355
29356 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29357
29358         * ext/mplex/gstmplex.cc:
29359         * ext/mplex/gstmplexibitstream.cc:
29360           g++ doesn't like NULL in our i18n/error macros, should be
29361           either (NULL) or ("").
29362
29363 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29364
29365         * sys/dxr3/dxr3audiosink.c:
29366         * sys/dxr3/dxr3init.c:
29367         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29368         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29369           Fix more error error error errors (missing includes here).
29370
29371 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29372
29373         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29374           fix thomas' error errors.
29375
29376 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29377
29378         * ext/mpeg2enc/gstmpeg2enc.cc:
29379           fix error errors.
29380
29381 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29384         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29385           Fix for new error system.
29386
29387 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29388
29389         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29390           fix for new error reporting
29391
29392 2004-01-20  David Schleef  <ds@schleef.org>
29393
29394         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29395         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29396         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29397         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29398         and neither is 100+, most likely.
29399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29400         (gst_xvimagesink_getcaps): same
29401
29402 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29403
29404         * configure.ac:
29405           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29406           clashes with ffmpeg.
29407
29408 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29409
29410         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29411         (gst_switch_init): Fixed switch element : proxying link and setting
29412         caps from src to sink on request.
29413
29414 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29415
29416         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29417         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29418         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29419         fix element_error
29420
29421 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29422
29423         * sys/v4l/v4l_calls.h:
29424         * sys/v4l2/v4l2_calls.h:
29425           element_error fixes
29426
29427 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29428
29429         * gst-libs/gst/gst-i18n-plugin.h:
29430           add locale.h
29431           remove config.h inclusion
29432
29433 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29434
29435         * autogen.sh:
29436           adding autopoint invocation
29437         * Makefile.am:
29438         * configure.ac:
29439         * gst-libs/gst/gettext.h:
29440           adding gettext bits
29441         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29442         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29443         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29444         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29445         (gst_gnomevfssink_close_file):
29446         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29447         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29448         * gst-libs/gst/gst-i18n-plugin.h:
29449         * gst/avi/gstavi.c: (plugin_init):
29450         * sys/dxr3/dxr3init.c: (plugin_init):
29451         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29452         * sys/oss/gstossaudio.c: (plugin_init):
29453         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29454         * sys/v4l/gstv4l.c: (plugin_init):
29455         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29456         * sys/v4l2/gstv4l2.c: (plugin_init):
29457         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29458         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29459         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29460         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29461         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29462         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29463           make sure locale and translation domain are set
29464           fix translated strings
29465         * po/.cvsignore:
29466         * po/LINGUAS:
29467         * po/Makevars:
29468         * po/POTFILES.in:
29469         * po/nl.po:
29470           put translation files into place
29471         * sys/xvideo/imagetest.c: (main):
29472         * ext/dv/demo-play.c: (main):
29473           fix unnecessary translations
29474
29475 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29476
29477         * ext/sndfile/gstsf.c:
29478         * gst/avi/gstavimux.c:
29479         * ext/audiofile/gstafsink.c:
29480         * ext/audiofile/gstafsrc.c:
29481         * ext/gnomevfs/gstgnomevfssink.c:
29482         * ext/gnomevfs/gstgnomevfssrc.c:
29483         * sys/oss/gstosselement.c:
29484         * sys/v4l/v4l_calls.h:
29485           fix i18n include
29486
29487 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29488
29489         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29490         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29491         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29492         (gst_v4l2_get_output), (gst_v4l2_set_output),
29493         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29494         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29495         (gst_v4l2_set_attribute):
29496         update to new error handling
29497
29498 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29499
29500         * ext/sidplay/gstsiddec.cc:
29501         * gst/modplug/gstmodplug.cc:
29502           parenthese NULL because C++ seems angry about it
29503
29504 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29505
29506         * gst-libs/gst/gst-i18n-plugin.h:
29507           add skeleton i18n stuff, but needs to be further implemented
29508
29509 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29510
29511         * examples/gstplay/player.c: (main):
29512         * ext/aalib/gstaasink.c: (gst_aasink_open):
29513         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29514         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29515         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29516         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29517         (gst_afsink_close_file):
29518         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29519         (gst_afsrc_close_file):
29520         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29521         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29522         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29523         * ext/esd/esdmon.c: (gst_esdmon_get):
29524         * ext/esd/esdsink.c: (gst_esdsink_chain):
29525         * ext/faac/gstfaac.c: (gst_faac_chain):
29526         * ext/faad/gstfaad.c: (gst_faad_chain):
29527         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29528         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29529         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29530         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29531         (gst_flacdec_loop):
29532         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29533         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29534         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29535         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29536         (gst_gnomevfssink_close_file):
29537         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29538         (gst_gnomevfssrc_open_file):
29539         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29540         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29541         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29542         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29543         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29544         * ext/mad/gstmad.c: (gst_mad_chain):
29545         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29546         * ext/mpeg2dec/gstmpeg2dec.c:
29547         * ext/mpeg2enc/gstmpeg2enc.cc:
29548         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29549         * ext/mplex/gstmplex.cc:
29550         * ext/mplex/gstmplexibitstream.cc:
29551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29552         (gst_ogg_demux_push), (gst_ogg_pad_push):
29553         * ext/raw1394/gstdv1394src.c:
29554         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29555         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29556         * ext/sidplay/gstsiddec.cc:
29557         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29558         (gst_sf_loop):
29559         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29560         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29561         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29562         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29563         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29564         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29565         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29566         * gst-libs/gst/Makefile.am:
29567         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29568         (gst_riff_read_element_data), (gst_riff_read_seek),
29569         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29570         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29571         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29572         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29573         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29574         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29575         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29576         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29577         * gst/goom/gstgoom.c: (gst_goom_chain):
29578         * gst/id3/gstid3types.c: (gst_id3types_loop):
29579         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29580         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29581         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29582         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29583         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29584         (gst_ebml_read_float), (gst_ebml_read_header):
29585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29586         (gst_matroska_demux_parse_blockgroup):
29587         * gst/modplug/gstmodplug.cc:
29588         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29589         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29590         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29591         * gst/silence/gstsilence.c: (gst_silence_get):
29592         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29593         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29594         * gst/speed/gstspeed.c: (speed_loop):
29595         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29596         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29597         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29598         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29599         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29600         (gst_wavparse_loop):
29601         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29602         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29603         (dxr3audiosink_close):
29604         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29605         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29606         (dxr3videosink_close), (dxr3videosink_write_data):
29607         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29608         * sys/oss/gstosselement.h:
29609         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29610         (gst_osssink_chain):
29611         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29612         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29613         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29614         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29615         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29616         (gst_v4l_enable_overlay):
29617         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29618         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29619         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29620         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29621         (gst_v4l_set_audio):
29622         * sys/v4l/v4l_calls.h:
29623         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29624         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29625         (gst_v4lmjpegsink_playback_init),
29626         (gst_v4lmjpegsink_playback_start):
29627         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29628         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29629         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29630         (gst_v4lmjpegsrc_requeue_frame):
29631         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29632         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29633         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29634         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29635         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29636         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29637         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29638         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29639         (gst_v4l2src_capture_stop):
29640         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29641         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29642         (gst_ximagesink_chain):
29643         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29644         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29645         (gst_xvideosink_xwindow_new):
29646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29647         (gst_xvimagesink_chain):
29648         use new error signal, function and categories
29649
29650 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29651
29652         * configure.ac:
29653         * ext/Makefile.am:
29654         * ext/musicbrainz/gsttrm.c:
29655         * ext/musicbrainz/gsttrm.h:
29656         * ext/musicbrainz/Makefile.am:
29657         Add a trm plugin
29658
29659 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29660
29661         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29662         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29663         synchronous property for debugging.
29664         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29666         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29667         smaller block, fixing indent.
29668
29669 2004-01-16  David Schleef  <ds@schleef.org>
29670
29671         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29672         property affects the video stream.
29673         * sys/xvimage/xvimagesink.c:
29674         * sys/xvimage/xvimagesink.h:
29675         Add synchronous property for debugging.  Should probably be
29676         disabled in non-CVS builds.  Make sure that the Xv attribute
29677         exists before we set it (crash!).  Fix a silly float bug that
29678         caused colorbalance to just not work.
29679
29680 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29681
29682         * tools/gst-launch-ext.in - update for new plugins
29683
29684 2004-01-16  David Schleef  <ds@schleef.org>
29685
29686         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29687         already-freed caps.
29688
29689 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29690
29691         * Update spec for new colorspace plugin and libcaca plugin
29692         * Fix compilation of libcaca plugin (clock -> id)
29693
29694 2004-01-16  Julien MOUTTE <julien@moutte.net>
29695
29696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29697         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29698         (gst_xvimagesink_set_xwindow_id),
29699         (gst_xvimagesink_colorbalance_set_value),
29700         (gst_xvimagesink_colorbalance_get_value),
29701         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29702         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29703         correct colorbalance properties. They can now be set when the element
29704         is still in NULL state. The values will be committed to the Xv Port
29705         when xcontext is initialized.
29706         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29707         brightness int values in the GstXvImagesink structure.
29708
29709 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * gst-libs/gst/Makefile.am:
29712           restructure so having local patches works easier.
29713
29714 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29715
29716         * ext/mpeg2enc/Makefile.am:
29717         * ext/mpeg2enc/gstmpeg2enc.cc:
29718         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29719           Bugfix with respect to EOS handling.
29720
29721 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29722
29723         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29724           Link with right caps (else, it segfaults).
29725         * ext/mplex/gstmplexjob.cc:
29726           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29727
29728 2004-01-15  David Schleef  <ds@schleef.org>
29729
29730         * gst-libs/gst/audio/Makefile.am:
29731         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29732         from the template.
29733         * gst-libs/gst/audio/gstaudiofilter.c:
29734         * gst-libs/gst/audio/gstaudiofilter.h:
29735         Add bytes_per_sample and size and n_samples calculation.
29736         * gst-libs/gst/audio/gstaudiofilterexample.c:
29737         Remove, now autogenerated.
29738         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29739         Moved from gstaudiofilterexample, object name changed, code added
29740         so that it actually works.
29741         * gst-libs/gst/audio/make_filter:
29742         Script to build an audiofilter subclass from the template.
29743         * gst/colorspace/Makefile.am:
29744         * gst/colorspace/yuv2yuv.c:
29745         Remove file, since it's GPL, and we don't use it.
29746
29747 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29748
29749         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29751         them use the buffer free function to test how the buffer was allocated.
29752
29753 2004-01-15  David Schleef  <ds@schleef.org>
29754
29755         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29756         that handles osssink fallback.
29757         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29758         (gst_audio_convert_getcaps):
29759         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29760         Add audio/x-qdm2 for QDM2 audio.
29761         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29762         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29763         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29764         Decrease minimum size to 16x16.
29765         * gst/wavparse/gstwavparse.c:
29766         Convert disabled pad template caps to new caps.
29767         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29769         (gst_xvimagesink_chain): Throw element error when display cannot
29770         be opened.  Increase minimum framerate to 1.0.  Check the data
29771         free function on a buffer to make sure it is the type we expect
29772         before manipulating it.
29773
29774 2004-01-15  Julien MOUTTE <julien@moutte.net>
29775
29776         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29777         (gst_videobalance_colorbalance_set_value): Implement passthru if
29778         settings are in the middle.
29779         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29780
29781 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * gst/videofilter/Makefile.am:
29784         * gst/volume/Makefile.am:
29785           Since we use videofilter symbols, link to it.
29786
29787 2004-01-15  Julien MOUTTE <julien@moutte.net>
29788
29789         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29790         mixer interface type to HARDWARE.
29791         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29792         type to SOFTWARE.
29793         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29794         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29795         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29796         (gst_volume_interface_init), (gst_volume_list_tracks),
29797         (gst_volume_set_volume), (gst_volume_get_volume),
29798         (gst_volume_set_mute), (gst_volume_mixer_init),
29799         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29800         (volume_init): Implementing mixer interface.
29801         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29802         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29803         (gst_osselement_change_state): Removing some trailing commas in
29804         structures.
29805         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29806         interface type to HARDWARE.
29807         * sys/v4l/gstv4lcolorbalance.c:
29808         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29809         type to HARDWARE.
29810         * sys/v4l2/gstv4l2colorbalance.c:
29811         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29812         interface type to HARDWARE.
29813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29814         same code than ximagesink for event handling.
29815
29816 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29817
29818         * ext/snapshot/Makefile.am:
29819         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29820         (gst_snapshot_chain):
29821         * ext/snapshot/gstsnapshot.h:
29822           This has to be a joke... Snapshot should be connected to a tee,
29823           colorspace element before it and EOS after that, where the other
29824           src of the tee receives normal data.
29825           The current way is *wrong*.
29826
29827 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29828
29829         * ext/hermes/gsthermescolorspace.c:
29830           Fix another compile error. Same as below.
29831
29832 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29833
29834         * gst/colorspace/gstcolorspace.c:
29835         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29836         (gst_colorspace_i420_to_yv12):
29837           Fix compiling... Didn't test if it actually works.
29838
29839 2004-01-15  David Schleef  <ds@schleef.org>
29840
29841         * configure.ac:
29842         * gst/colorspace/Makefile.am:
29843         * gst/colorspace/gstcolorspace.c:
29844         * gst/colorspace/gstcolorspace.h:
29845         * gst/colorspace/yuv2rgb.c:
29846         * gst/colorspace/yuv2rgb.h:
29847         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29848         code and GPL code.  Fix for new caps negotiation.  Rewrite
29849         much of the format handling code, and some of the conversion
29850         code.  Basically, rewrote almost everything.  This element
29851         handles I420, YV12 to RGB conversions.
29852         * ext/hermes/Makefile.am:
29853         * ext/hermes/gsthermescolorspace.c:
29854         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29855         Remove non-Hermes related code.  This element handles lots of
29856         RGB to RGB conversions, but no YUV.
29857         * ext/hermes/gstcolorspace.c:
29858         * ext/hermes/gstcolorspace.h:
29859         * ext/hermes/rgb2yuv.c:
29860         * ext/hermes/yuv2rgb.c:
29861         * ext/hermes/yuv2rgb.h:
29862         * ext/hermes/yuv2rgb_mmx16.s:
29863         * ext/hermes/yuv2yuv.c:
29864         * ext/hermes/yuv2yuv.h:
29865         Remove old code.
29866
29867 2004-01-14  Colin Walters  <walters@verbum.org>
29868
29869         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29870         they've already been.
29871
29872 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29873
29874         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29875           assume tag mode when pad is not connected
29876
29877 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29878
29879         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29880           Don't update the time of the clock
29881         (gst_alsa_sink_loop):
29882           sync to the clock given to alsasink, not the own clock
29883         * sys/oss/gstosssink.c: (gst_osssink_chain):
29884           sync to the clock
29885         (gst_osssink_change_state):
29886           activate the clock
29887         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29889           remove bogus code that made DISCONT events unhandled
29890         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29891           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29892           #131502)
29893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29894         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29895         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29896           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29897           2nd warning in bug #131502)
29898
29899 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29900
29901         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29902         (gst_videobalance_colorbalance_set_value),
29903         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29904         for colorbalance interface implementation.
29905         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29906         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29907         (gst_ximagesink_dispose), (gst_ximagesink_init),
29908         (gst_ximagesink_class_init): Adding DISPLAY property.
29909         * sys/ximage/ximagesink.h: Adding display_name to store display.
29910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29911         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29912         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29913         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29914         properties (they still need polishing though for gst-launch use : no
29915         xcontext yet, i ll do that tomorrow).
29916         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29917
29918 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29919
29920         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29921         (gst_play_set_location), (gst_play_set_visualization): Preparing
29922         switch integration, adding videobalance in the pipeline.
29923
29924 2004-01-14  Julien MOUTTE <julien@moutte.net>
29925
29926         * gst-libs/gst/colorbalance/colorbalance.c:
29927         (gst_color_balance_class_init): Adding a default type.
29928         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29929         the type.
29930         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29931         (gst_videobalance_dispose), (gst_videobalance_class_init),
29932         (gst_videobalance_init), (gst_videobalance_interface_supported),
29933         (gst_videobalance_interface_init),
29934         (gst_videobalance_colorbalance_list_channels),
29935         (gst_videobalance_colorbalance_set_value),
29936         (gst_videobalance_colorbalance_get_value),
29937         (gst_videobalance_colorbalance_init): Implementing colorbalance
29938         interface.
29939         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29940         list.
29941         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29942         bug which was triggering a BadAccess X error when setting an overlay
29943         before pad was really negotiated.
29944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29945         Using the colorbalance type macro.
29946
29947 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29948
29949         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29950         (gst_flacenc_chain):
29951           handle tags correctly
29952         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29953           extract ID3v1 tags correctly
29954
29955 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29956
29957         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29958         (plugin_init):
29959           Improve matroska typefinding for odd-typed headers...
29960
29961 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29962
29963         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29964           Fix for using incremental number on padnames.
29965
29966 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29967
29968         * ext/divx/gstdivxdec.c:
29969         * ext/divx/gstdivxenc.c:
29970           Set category to divx4linux instead of divx (too generic).
29971         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29972         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29973         (gst_wavparse_loop), (gst_wavparse_change_state):
29974         * gst/wavparse/gstwavparse.h:
29975           fix parsing of WAV files with non-standard fmt-tag size and fix
29976           skipping of unrecognized chunks... Someone please fix this thing
29977           to use rifflib so all this is automated.
29978         * sys/v4l/Makefile.am:
29979         * sys/v4l2/Makefile.am:
29980           Add X_CFLAGS because we depend on X (for overlay).
29981
29982 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29983
29984         * ext/mpeg2dec/gstmpeg2dec.c:
29985           Don't issue a timestamp unless we tagged the frame
29986           with a PTS.
29987
29988 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29989
29990         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29991           Query the audio element to get the time, not the clock. We're
29992           interested in the element's time here.
29993
29994 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29995
29996         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29998         * ext/esd/esdsink.c: (gst_esdsink_chain):
29999         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30000         * ext/mas/massink.c: (gst_massink_chain):
30001         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30003         (gst_matroska_demux_parse_metadata):
30004         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30005         (gst_mpeg_parse_release_locks):
30006         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30007         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30008         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30009         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30010         (gst_osssink_change_state):
30011         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30012         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30013         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30014         (gst_xvideosink_release_locks):
30015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30016           use element time.
30017         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30018         (gst_alsa_clock_stop):
30019         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30020         (gst_audio_clock_get_internal_time):
30021           simplify for use with new clocking code.
30022         * testsuite/alsa/Makefile.am:
30023         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30024           fix testsuite for new caps system
30025
30026 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30027
30028         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30029         * ext/flac/gstflacenc.c: (add_one_tag):
30030           length is already host endian, no need to convert. Fixes playback of
30031           tagged files on PPC. (bug #128384)
30032
30033 2004-01-13  Julien MOUTTE <julien@moutte.net>
30034
30035         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30036         colorbalance interface stating if it is hardware based or software
30037         based.
30038         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30039         Removing a trailing comma.
30040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30041         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30042         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30043         the documentation seems to be wrong on the -1000 to 1000 interval.
30044
30045 2004-01-12  David Schleef  <ds@schleef.org>
30046
30047         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30048         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30049         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30050         Fix negotiation.  Add a bufferalloc function for the sink pad,
30051         and generally clean up some of the code.
30052
30053 2004-01-12  Julien MOUTTE <julien@moutte.net>
30054
30055         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30056         (gst_color_balance_channel_dispose): Adding safety check in dispose
30057         method.
30058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30059         (gst_xvimagesink_xcontext_clear),
30060         (gst_xvimagesink_interface_supported),
30061         (gst_xvimagesink_colorbalance_list_channels),
30062         (gst_xvimagesink_colorbalance_set_value),
30063         (gst_xvimagesink_colorbalance_get_value),
30064         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30065         Adding colorbalance interface support to set XV parameters such as
30066         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30067         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30068         interface.
30069
30070 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30071
30072         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30073         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30074         (gst_audio_convert_init), (gst_audio_convert_set_property),
30075         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30076         (gst_audio_convert_link),
30077         (gst_audio_convert_buffer_to_default_format),
30078         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30079           - implement _getcaps and use it
30080           - improve linking
30081           - remove float caps since no float conversion is actually done
30082           - remove properties and arguments that were to be used for rate
30083             conversion
30084
30085 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30086
30087         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30088         (gst_audio_structure_set_int):
30089         * gst-libs/gst/audio/audio.h:
30090           add helper functions for _getcaps matching the standard audio
30091           templates
30092
30093 2004-01-12  David Schleef  <ds@schleef.org>
30094
30095         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30096         Test that pad is negotiated before getting its caps.
30097
30098 2004-01-12  Julien MOUTTE <julien@moutte.net>
30099
30100         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30101         analyzing the pads of an element the bin is mostly in READY state so
30102         no caps were negotiated. This helper function needs to work with
30103         _get_caps directly then. I was not freeing them though, added that to
30104         fix the mem leak.
30105
30106 2004-01-12  Julien MOUTTE <julien@moutte.net>
30107
30108         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30110         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30111         than the free_func.
30112
30113 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30114
30115         * sys/oss/gstossaudio.c: (plugin_init):
30116         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30117         * sys/oss/gstosselement.h:
30118           make an oss debugging category
30119           make failure more descriptive
30120
30121 2004-01-11  David Schleef  <ds@schleef.org>
30122
30123         * ext/ffmpeg/gstffmpeg.c:
30124         * ext/ffmpeg/gstffmpegcodecmap.c:
30125         * ext/ffmpeg/gstffmpegdec.c:
30126         * ext/ffmpeg/gstffmpegenc.c:
30127         * ext/ffmpeg/gstffmpegprotocol.c:
30128         * ext/gdk_pixbuf/gstgdkanimation.c:
30129         * ext/jpeg/gstjpeg.c:
30130         * ext/libpng/gstpng.c:
30131         * ext/mpeg2dec/perftest.c:
30132         * ext/speex/gstspeex.c:
30133         * gst-libs/gst/resample/dtos.c:
30134         * gst/intfloat/gstintfloatconvert.c:
30135         * gst/oneton/gstoneton.c:
30136         * gst/rtjpeg/RTjpeg.c:
30137         * gst/rtp/gstrtp.c:
30138         * sys/dxr3/dxr3init.c:
30139         * sys/glsink/gstgl_nvimage.c:
30140         * sys/glsink/gstgl_pdrimage.c:
30141         * sys/glsink/gstglsink.c:
30142         * testsuite/gst-lint:
30143         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30144
30145 2004-01-11  David Schleef  <ds@schleef.org>
30146
30147         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30148         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30149         * ext/gdk_pixbuf/gstgdkanimation.c:
30150         (gst_gdk_animation_iter_create_pixbuf):
30151         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30152         (gst_gdk_pixbuf_chain):
30153         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30154         * ext/jack/gstjack.c: (gst_jack_change_state):
30155         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30156         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30157         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30158         * gst/videofilter/gstvideofilter.c:
30159         (gst_videofilter_set_output_size):
30160         Remove all usage of gst_pad_get_caps(), and replace it with
30161         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30162
30163 2004-01-11  David Schleef  <ds@schleef.org>
30164
30165         * configure.ac:
30166         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30167         * ext/divx/gstdivxdec.c:
30168         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30169         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30170         handle images that span multiple buffers.  Now work with both
30171         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30172         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30173         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30174         video/video.h changes
30175         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30176         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30177         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30178         of GstData free function.
30179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30180         same.
30181
30182 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30183
30184         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30185         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30186         (gst_v4l2element_get_property):
30187         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30188           add norm, channel and frequency properties.
30189         * sys/v4l2/gstv4l2tuner.c:
30190           fixes for tuner interface changes
30191         * sys/v4l2/gstv4l2element.h:
30192         * sys/v4l2/gstv4l2src.c:
30193         * sys/v4l2/gstv4l2src.h:
30194         * sys/v4l2/v4l2src_calls.c:
30195         * sys/v4l2/v4l2src_calls.h:
30196           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30197
30198 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30199
30200         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30201         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30202         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30203         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30204         * gst-libs/gst/tuner/tuner.h:
30205           GObjects aren't const.
30206           Add find_by_name functions.
30207           Add checks to _changed functions.
30208         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30209         (gst_v4l_tuner_get_norm):
30210           Fixes for above.
30211
30212 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30213
30214         * gst-libs/gst/video/video.h:
30215           Fix caps template names to be understandable.
30216           Prefix everything with GST_VIDEO.
30217         * ext/aalib/gstaasink.c:
30218         * ext/divx/gstdivxdec.c:
30219         * ext/divx/gstdivxenc.c:
30220         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30221         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30222         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30223         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30224         * ext/libcaca/gstcacasink.c:
30225         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30226         * ext/snapshot/gstsnapshot.c:
30227         * ext/swfdec/gstswfdec.c:
30228         * ext/xvid/gstxviddec.c:
30229         * ext/xvid/gstxvidenc.c:
30230         * gst/chart/gstchart.c:
30231         * gst/deinterlace/gstdeinterlace.c:
30232         * gst/effectv/gsteffectv.c:
30233         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30234         * gst/goom/gstgoom.c:
30235         * gst/median/gstmedian.c:
30236         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30237         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30238         * gst/overlay/gstoverlay.c:
30239         * gst/smooth/gstsmooth.c:
30240         * gst/smpte/gstsmpte.c:
30241         * gst/synaesthesia/gstsynaesthesia.c:
30242         * gst/videocrop/gstvideocrop.c:
30243         * gst/videodrop/gstvideodrop.c:
30244         * gst/y4m/gsty4mencode.c:
30245         * sys/qcam/gstqcamsrc.c:
30246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30247           Make them work with new video.h file.
30248         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30249         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30251         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30252           Make it work with new buffer allocation system.
30253
30254 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30255
30256         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30257         pad_alloc_buffer implementation to use ->srcpad
30258         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30259         pad_alloc_buffer implementation to use ->srcpad
30260         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30261         pad_alloc_buffer implementation to use ->srcpad
30262         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30263         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30264         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30265         a reference to everything we need.
30266         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30268         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30269         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30270         a reference to everything we need.
30271         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30272
30273 2004-01-11  David Schleef  <ds@schleef.org>
30274
30275         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30276         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30277         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30278         structure members.
30279         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30280         value during a resize/renegotiation.
30281         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30282         gst_pad_alloc_buffer();
30283         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30284         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30285         structure members.
30286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30287         Fix for rename of buffer private structure members.
30288         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30289         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30290         Fix for rename of buffer private structure members.
30291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30292         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30293         Fix for rename of buffer private structure members.
30294
30295 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30296
30297         reviewed by: David Schleef <ds@schleef.org>
30298
30299         * gst/videofilter/Makefile.am:
30300         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30301         from the patch by ds to fit in with recent make_filter changes.
30302
30303 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30304
30305         * configure.ac: Adding examples/switch/Makefile
30306         * examples/Makefile.am: Adding examples/switch
30307         * examples/switch/Makefile.am: Adding switcher example.
30308         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30309         (switch_timer), (main): Adding an example demonstrating switch usage
30310         with 2 videotestsrc showing different patterns.
30311         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30312         (gst_switch_init): Fixing switch with the new caps system.
30313
30314 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30315
30316         * gst-libs/gst/video/video.h:
30317           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30318           They should probably be like
30319           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30320
30321 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30322
30323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30324         (qtdemux_parse_trak):
30325           fix audio chunk size/timestamp calculation
30326
30327 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30328
30329         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30330           fix SVQ3 caps
30331
30332 2004-01-11  Steve Baker  <steve@stevebaker.org>
30333
30334         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30335         (gst_agingtv_base_init), (gst_agingtv_class_init),
30336         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30337         (gst_agingtv_set_property), (gst_agingtv_get_property):
30338         Port agingTV to videofilter
30339
30340 2004-01-09  Julien MOUTTE <julien@moutte.net>
30341
30342         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30343         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30344
30345 2004-01-09  Julien MOUTTE <julien@moutte.net>
30346
30347         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30348         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30349         * gst-libs/gst/xoverlay/xoverlay.c:
30350         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30351         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30352         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30353         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30354         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30355         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30356         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30357         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30358         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30359         interface implementation to handle xid being 0 and fix some bugs
30360         triggered by Benjamin's testcase.
30361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30362         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30363         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30364         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30365         interface implementation to handle xid being 0 and fix some bugs
30366         triggered by Benjamin's testcase.
30367
30368 2004-01-09  David Schleef  <ds@schleef.org>
30369
30370         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30371         mouse pointer events.  It works.
30372
30373 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30374
30375         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30376           Use explicit caps - fix capsnego.
30377         * ext/xvid/gstxviddec.c:
30378         * ext/xvid/gstxvidenc.c:
30379           Remove macro-inside-macro which caused compile errors.
30380         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30381           Error out if it's not a RIFF file. Else we error out without
30382           gst_element_error() which is not good...
30383
30384 2004-01-08  David Schleef  <ds@schleef.org>
30385
30386         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30387         Fix pad_link function to handle formats that ffmpeg returns
30388         as multiple caps structures.
30389         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30390         Only complain if source buffer is _smaller_ than expected.
30391         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30392         (gst_videoscale_handle_src_event): Resize navigation events
30393         when passing them upstream.
30394         * gst/videotestsrc/gstvideotestsrc.c:
30395         * gst/videotestsrc/gstvideotestsrc.h:
30396         * gst/videotestsrc/videotestsrc.c:
30397         * gst/videotestsrc/videotestsrc.h:
30398         Rewrite many of the buffer painting functions to handle odd
30399         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30400         been verified to work with my video card.
30401         * testsuite/gst-lint:  Add check for elements calling
30402         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30403
30404 2004-01-08  David Schleef  <ds@schleef.org>
30405
30406         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30407         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30408
30409 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30410
30411         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30412         configure event is not emiting the desired size signal. That fixes
30413         aspect ratio issues with gst-player.
30414
30415 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30416
30417         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30418           Fix capsnego.
30419
30420 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30421
30422         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30423         public method to fire size signal.
30424
30425 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30426
30427         * examples/gstplay/Makefile.am: Adding the interface library.
30428         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30429         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30430         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30431         GST_IS_X_OVERLAY before signal connect.
30432         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30433         Removing the have_video_size signal.
30434         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30435         and associated public method.
30436         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30437         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30438         signal.
30439         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30440         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30441         signal.
30442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30443         Using XOverlay public method to fire size signal.
30444
30445 2004-01-07  David Schleef  <ds@schleef.org>
30446
30447         * gst/videofilter/Makefile.am:
30448         * gst/videofilter/gstvideotemplate.c:
30449         * gst/videofilter/make_filter:
30450         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30451         Convert make_filter to /bin/sh script.
30452
30453 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30454
30455         * gst/modplug/gstmodplug.cc: fix element description
30456
30457 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30458
30459         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30460         (got_video_size): Adding some new lines in g_print calls.
30461         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30462         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30463         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30464         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30465         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30466         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30467         Complete code review, reverting some stuff i disagree with, adding
30468         some fixes : time synchronization on invalid timestamps, renegotiation
30469         of private window.
30470         * sys/ximage/ximagesink.h:
30471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30472         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30473         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30474         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30475         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30476         (gst_xvimagesink_buffer_new),
30477         (gst_xvimagesink_navigation_send_event),
30478         (gst_xvimagesink_set_xwindow_id),
30479         (gst_xvimagesink_get_desired_size),
30480         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30481         stuff i disagree with, adding some fixes : Renegotiation of private
30482         window, implementing get_desired_size.
30483
30484 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30485
30486         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30487         (gst_afsink_handle_event):
30488         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30489         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30490         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30491         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30492         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30493           Fix for instantiate-test (see core). Also remove dead code from
30494           jpegenc (which still needs fixing, but that's lower on my TODO
30495           list...).
30496         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30497           Never return NULL as caps.
30498
30499 2004-01-07  David Schleef  <ds@schleef.org>
30500
30501         * configure.ac:
30502         * ext/Makefile.am:
30503         * ext/librfb/Makefile.am:
30504         * ext/librfb/gstrfbsrc.c:
30505         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30506         is the protocol used by VNC.
30507
30508 2004-01-07  David Schleef  <ds@schleef.org>
30509
30510         * gst/videofilter/gstvideotemplate.c:
30511         * gst/videofilter/gstvideotemplate.h:
30512         * gst/videofilter/make_filter:
30513         Merge videotemplate header into source file.
30514         * gst/effectv/Makefile.am:
30515         * gst/effectv/gsteffectv.c: (plugin_init):
30516         * gst/effectv/gstwarp.c:
30517         Make warpTV a subclass of videofilter.
30518
30519 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30520
30521         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30522           Add guard against invalid utf-8 conversions in mad. Just in case.
30523
30524 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30525
30526         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30527           Fix for bug shown by poisoning
30528
30529 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30530
30531         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30532         (gst_v4lmjpegsrc_buffer_free):
30533         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30534         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30535         (gst_v4lsrc_buffer_free):
30536           Fix for removed bufferpools.
30537
30538 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30539
30540         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30541         Fix caps negotiation.
30542
30543         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30544         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30545         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30546         (dvdnavsrc_event):
30547         * ext/mpeg2dec/gstmpeg2dec.c:
30548         * gst-libs/gst/navigation/navigation.c:
30549         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30550         * gst-libs/gst/navigation/navigation.h:
30551         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30552         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30554         Super-simple first version of mouse and keyboard events. Clicking
30555         on a DVD menu now works, although it may not take you where you
30556         expected.
30557
30558         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30559         * gst/videotestsrc/gstvideotestsrc.c:
30560         (gst_videotestsrc_src_fixate):
30561         These fixate functions were broken - they never actually
30562         fixated :)
30563
30564 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30565
30566         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30567         (gst_icecastsend_init):
30568           fix for new caps system.
30569         * gst-libs/gst/mixer/mixertrack.h:
30570         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30571           Add 'master track' flag (for tools like ACME that only want to
30572           change the main volume).
30573
30574 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30575
30576         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30577         (gst_xvid_csp_to_caps):
30578         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30579         * ext/xvid/gstxvidenc.c:
30580         ifdef out ARGB type when it isn't available
30581         in xvidcore 1.0.0beta2
30582
30583 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30584
30585         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30586           When we have received a new SCR right in the first buffer after
30587           a seek (so in the same cycle that handles the discont), we should
30588           handle the buffer instead of unreffing it, else we lose data.
30589
30590 2004-01-06  Iain <iain@prettypeople.org>
30591
30592         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30593           buffer-frames caps too.
30594
30595         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30596           caps that we need, don't destroy them all and rebuild them. And when
30597           creating src pads, use the src pad template rather than the sink...
30598
30599 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30600
30601         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30602           Add pad to element *after* setting functions such as event handler.
30603           Without this, the scheduler (opt) will link pads, set the event
30604           handler from the default event function (dispatcher in gstpad.c)
30605           and *after* that, we will set our own event function, which will
30606           thus never be used (and thus mpegdemux doesn't handle events).
30607
30608 2004-01-04  David Schleef  <ds@schleef.org>
30609
30610         Fix the fixate functions to handle new prototype:
30611         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30612         * gst/videotestsrc/gstvideotestsrc.c:
30613         (gst_videotestsrc_src_fixate):
30614         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30615         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30617
30618 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30619
30620         * sys/ximage/ximagesink.h:
30621         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30622         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30623         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30624         (gst_ximagesink_xoverlay_init):
30625           assorted fixes to make (re)embedding work
30626         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30627         (gst_ximagesink_get_desired_size):
30628           implement desired size additions to XOverlay
30629
30630 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30631
30632         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30633         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30634         (gst_x_overlay_got_desired_size):
30635         * gst-libs/gst/xoverlay/xoverlay.h:
30636           Add optional "desired size" signal and querying.
30637
30638 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30639
30640         * gst/matroska/matroska-demux.c:
30641         (gst_matroska_demux_parse_blockgroup):
30642           Fix EBML-laced block parsing. Diffs are relative to previous
30643           lace, not the first lace. Thanks to Mosu from the Matroska
30644           team for detecting this.
30645         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30646         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30647         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30648         (gst_wavparse_change_state):
30649         * gst/wavparse/gstwavparse.h:
30650           Quickfix for capsnego.
30651
30652 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30653
30654         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30655           Fix indenting, fix pad creation.
30656
30657 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30658
30659         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30660         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30661         (gst_xviddec_sink_link):
30662           Implement src_getcaps() so proper size caps is negotiated.
30663
30664 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30667           Finish flac decoder on EOS. See #116178.
30668
30669 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30670
30671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30672         (gst_matroska_demux_add_stream):
30673         * gst/matroska/matroska-ids.h:
30674           Add getcaps() function to fix capsnego...
30675
30676 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30677
30678         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30679         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30680         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30681           Fix more integer overflows. Again, see #126967.
30682
30683 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30684
30685         * ext/mpeg2dec/gstmpeg2dec.c:
30686           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30687           #130416.
30688
30689 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30690
30691         * configure.ac:
30692         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30693         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30694         * ext/xvid/gstxvid.h:
30695         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30696         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30697         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30698         (gst_xviddec_change_state):
30699         * ext/xvid/gstxviddec.h:
30700         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30701         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30702         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30703         (gst_xvidenc_link), (gst_xvidenc_set_property),
30704         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30705         * ext/xvid/gstxvidenc.h:
30706           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30707
30708 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30709
30710         * gst/rtp/rtp-packet.c:
30711           Add sys/types.h include, since OS X doesn't define in_addr_t
30712           in netinet/in.h, like it does on Linux (see #129600).
30713
30714 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30715
30716         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30717
30718         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30719           Correct logic of dispose function (see #129306).
30720
30721 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30722
30723         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30724         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30725         (gst_mpeg_parse_init):
30726         * gst/mpegstream/gstmpegparse.h:
30727           Remove clock (which was never provided, i.e. dead code), and
30728           also fix integer overflows at high PTS values (see #126967).
30729
30730 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30731
30732         * ext/flac/gstflacdec.c:
30733         * ext/libpng/gstpngenc.h:
30734         * ext/mikmod/gstmikmod.h:
30735           OS X fixes (see #126628).
30736
30737 2004-01-02  David Schleef  <ds@schleef.org>
30738
30739         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30740         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30741         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30742         (gst_mpeg_parse_class_init): Move pad template registration
30743         to class_init, since the derived class (mpegdemux) doesn't
30744         want them.
30745
30746 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30747
30748         * sys/ximage/Makefile.am:
30749         * sys/xvideo/Makefile.am:
30750         * sys/xvimage/Makefile.am:
30751           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30752           after installation (see #127664).
30753
30754 2004-01-02  David Schleef  <ds@schleef.org>
30755
30756         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30757         (gst_ffmpegenc_connect):  Negotiation fixes.
30758         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30759         Remove inappropriate gst_caps_free().
30760         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30761         Reenable Ronald's internal resize code, since the core handles
30762         it correctly now.
30763
30764 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30765
30766         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30767         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30769           Fix pad template stuff.
30770
30771 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30772
30773         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30774         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30775           fix signed integer reading/writing.
30776
30777 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30778
30779         * ext/alsa/README:
30780           Remove outdated document
30781
30782 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30783
30784         * gst/cutter/gstcutter.c: (gst_cutter_init):
30785           src pad was being created twice - oops.
30786
30787 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30788
30789         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30790           Comment out internal resize. It doesn't handle the resulting
30791           XEvent internally, does another try_set_caps() which leads to
30792           a really nice loop.
30793           Real fix will come when Julien and Dave are awake. ;).
30794
30795 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30796
30797         * ext/mpeg2enc/gstmpeg2enc.cc:
30798           fix const/nonconst compile issue.
30799
30800 2004-01-02  David Schleef  <ds@schleef.org>
30801
30802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30803         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30804         Add fixate function and a check for bad formats.
30805
30806 2004-01-01  David Schleef  <ds@schleef.org>
30807
30808         Negotiation fixes:
30809         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30810         (gst_audiofilter_init):
30811         * gst/debug/efence.c: (gst_efence_init):
30812         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30813         (gst_deinterlace_init):
30814         * gst/volume/gstvolume.c: (volume_connect):
30815
30816 2004-01-01  David Schleef  <ds@schleef.org>
30817
30818         Convert elements to use gst_pad_use_explicit_caps() where
30819         appropriate:
30820         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30821         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30822         (gst_afparse_open_file):
30823         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30824         (gst_afsrc_open_file):
30825         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30826         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30827         (gst_ffmpegdec_chain):
30828         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30829         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30830         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30831         (gst_gdk_pixbuf_chain):
30832         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30833         (gst_jpegdec_chain):
30834         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30835         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30836         (gst_mikmod_negotiate):
30837         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30838         (gst_mpeg2dec_negotiate_format):
30839         * ext/mpeg2enc/gstmpeg2enc.cc:
30840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30841         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30842         (gst_speexdec_sinkconnect):
30843         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30844         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30845         (gst_vorbisfile_new_link):
30846         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30847         (gst_ac3parse_chain):
30848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30849         (gst_asf_demux_setup_pad):
30850         * gst/auparse/gstauparse.c: (gst_auparse_init),
30851         (gst_auparse_chain):
30852         * gst/id3/gstid3types.c: (gst_id3types_loop):
30853         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30854         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30855         (mp1videoparse_parse_seq):
30856         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30857         (bpf_from_header):
30858         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30859         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30860         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30861         (gst_mpeg_parse_send_data):
30862         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30863         (gst_qtdemux_add_stream):
30864         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30865         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30866         (gst_wavparse_parse_fmt):
30867
30868 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30869
30870         * configure.ac:
30871           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30872           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30873           it therefore uses the wrong include paths. Too bad... Note
30874           that 1.6.1.93 is not release yet. ;).
30875           Also add a check for mplex, which is now using the lib'ified
30876           mplex from mjpegtools, too.
30877         * ext/ffmpeg/gstffmpegcodecmap.c:
30878           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30879           issues. I don't think ffmpeg handles 3ivx correctly, so this
30880           probably won't work. But it won't hurt either.
30881         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30882         (gst_ffmpegdec_chain):
30883         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30884         (gst_ffmpegenc_chain_audio):
30885           Fix memleak in audio encoding. Close codec if open fails, this
30886           calls the cleanup routines so we can re-use the context.
30887         * ext/mpeg2enc/gstmpeg2enc.cc:
30888           Fix pad template names/types, fix memory issue with getcaps().
30889         * ext/mpeg2enc/gstmpeg2encoder.cc:
30890         * ext/mpeg2enc/gstmpeg2encoder.hh:
30891           Fix compile issue with new caps system (const thingy).
30892         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30893         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30894           We read a first frame right on initing, so that we have a caps
30895           when we init the output. This caps is cached in padprivate and
30896           read as first frame.
30897         * ext/mplex/Makefile.am:
30898         * ext/mplex/gstmplex.cc:
30899         * ext/mplex/gstmplex.h:
30900         * ext/mplex/gstmplex.hh:
30901         * ext/mplex/gstmplexibitstream.cc:
30902         * ext/mplex/gstmplexibitstream.hh:
30903         * ext/mplex/gstmplexjob.cc:
30904         * ext/mplex/gstmplexjob.hh:
30905         * ext/mplex/gstmplexoutputstream.cc:
30906         * ext/mplex/gstmplexoutputstream.hh:
30907           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30908           had issues, didn't do capsnego, supported only a subset of the
30909           mplex features and required a mplex fork in our local CVS. Plus
30910           that it worked agaist a very old mplex version. Rewriting was
30911           faster than updating it.
30912         * gst-libs/ext/Makefile.am:
30913         * gst-libs/ext/mplex/INSTRUCT:
30914         * gst-libs/ext/mplex/Makefile.am:
30915         * gst-libs/ext/mplex/README:
30916         * gst-libs/ext/mplex/TODO:
30917         * gst-libs/ext/mplex/ac3strm_in.cc:
30918         * gst-libs/ext/mplex/audiostrm.hh:
30919         * gst-libs/ext/mplex/audiostrm_out.cc:
30920         * gst-libs/ext/mplex/aunit.hh:
30921         * gst-libs/ext/mplex/bits.cc:
30922         * gst-libs/ext/mplex/bits.hh:
30923         * gst-libs/ext/mplex/buffer.cc:
30924         * gst-libs/ext/mplex/buffer.hh:
30925         * gst-libs/ext/mplex/fastintfns.h:
30926         * gst-libs/ext/mplex/format_codes.h:
30927         * gst-libs/ext/mplex/inputstrm.cc:
30928         * gst-libs/ext/mplex/inputstrm.hh:
30929         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30930         * gst-libs/ext/mplex/mjpeg_logging.cc:
30931         * gst-libs/ext/mplex/mjpeg_logging.h:
30932         * gst-libs/ext/mplex/mjpeg_types.h:
30933         * gst-libs/ext/mplex/mpastrm_in.cc:
30934         * gst-libs/ext/mplex/mpegconsts.cc:
30935         * gst-libs/ext/mplex/mpegconsts.h:
30936         * gst-libs/ext/mplex/mplexconsts.hh:
30937         * gst-libs/ext/mplex/multplex.cc:
30938         * gst-libs/ext/mplex/outputstream.hh:
30939         * gst-libs/ext/mplex/padstrm.cc:
30940         * gst-libs/ext/mplex/padstrm.hh:
30941         * gst-libs/ext/mplex/stillsstream.cc:
30942         * gst-libs/ext/mplex/stillsstream.hh:
30943         * gst-libs/ext/mplex/systems.cc:
30944         * gst-libs/ext/mplex/systems.hh:
30945         * gst-libs/ext/mplex/vector.cc:
30946         * gst-libs/ext/mplex/vector.hh:
30947         * gst-libs/ext/mplex/videostrm.hh:
30948         * gst-libs/ext/mplex/videostrm_in.cc:
30949         * gst-libs/ext/mplex/videostrm_out.cc:
30950         * gst-libs/ext/mplex/yuv4mpeg.cc:
30951         * gst-libs/ext/mplex/yuv4mpeg.h:
30952         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30953         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30954           We don't fork mjpegtools' mplex in our CVS anymore.
30955         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30956         (gst_avi_demux_add_stream):
30957         * gst/avi/gstavidemux.h:
30958           Add getcaps() function for proper caps nego. This makes some
30959           parts of AVI playback/reading work.
30960         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30961           Resize window on new capsnego. This is probably wrong, but
30962           I'm still committing it because with current capsnego, the
30963           first successfull capsnego is auto-fixated, therefore rounded
30964           down to the lowest values in the caps. this results in a 16x16
30965           XWindow that is not reized when real capsnego finishes.
30966           Dave, I see more cases of this, do you know a proper solution?
30967         * tools/gst-launch-ext.in:
30968           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30969
30970 2003-12-31  David Schleef  <ds@schleef.org>
30971
30972         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30973         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30974           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30975
30976 2003-12-30  David Schleef  <ds@schleef.org>
30977
30978         * ext/ffmpeg/gstffmpegcolorspace.c:
30979         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30980         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30981         (gst_ffmpegcsp_chain): Negotiation fixes
30982         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30984         (gst_audio_convert_link), (gst_audio_convert_channels):
30985         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30986         (gst_audioscale_link), (gst_audioscale_get_buffer),
30987         (gst_audioscale_chain): Negotiation fixes
30988         * gst/audioscale/gstaudioscale.h:
30989         * gst/videofilter/gstvideofilter.c:
30990         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30991         (gst_videofilter_link), (gst_videofilter_init),
30992         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30993         (gst_videofilter_find_format_by_structure):
30994         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30995         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30996         (gst_videoscale_link):
30997         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30998         (videoscale_find_by_structure), (gst_videoscale_setup):
30999         * gst/videoscale/videoscale.h: Negotiation fixes
31000         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31001         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31002         function, restrict resizing to a multiple of 4 (hack until
31003         everyone supports odd sizes correctly).
31004
31005 2003-12-29  Colin Walters  <walters@verbum.org>
31006
31007         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31008         signed.
31009
31010 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31011
31012         * ext/sndfile/gstsf.c: (gst_sf_loop):
31013           Fix warning about discarding const qualifier
31014
31015 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31016
31017         * gst/cutter/gstcutter.c:
31018         * gst/videoscale/gstvideoscale.c:
31019         * gst/volenv/gstvolenv.c:
31020         * gst-libs/gst/audio/audio.c:
31021         * gst-libs/gst/video/video.c:
31022           Fix warnings
31023
31024 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31025
31026         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31027           Don't send ALSA debugging to stderr.
31028         * ext/alsa/gstalsa.h:
31029           Use GST_WARNING instead of g_warning when ALSA functions fail.
31030
31031 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31032
31033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31034           Free XVAdapterInfo correctly.
31035
31036 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31037
31038         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31039         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31040           Make id3tag use correct caps nego.
31041
31042 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31043
31044         * ext/ivorbis/vorbis.c:
31045         * ext/ivorbis/vorbisenc.h:
31046         * ext/ivorbis/vorbisfile.c:
31047           Modify so that it uses the new caps things
31048
31049 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31050
31051         * testsuite/spider/spider1.c: (main):
31052         * testsuite/spider/spider2.c: (main):
31053         * testsuite/spider/spider3.c: (main):
31054           Make tests compile again. They probably don't work.
31055
31056 2003-12-24  Colin Walters  <walters@verbum.org>
31057
31058         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31059         we can't fixate the caps anymore.
31060
31061 2003-12-23  David Schleef  <ds@schleef.org>
31062
31063         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31064         * sys/oss/gstosssink.c: (gst_osssink_init),
31065         (gst_osssink_sink_fixate): Add fixate function.
31066
31067 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31068
31069         * ext/ffmpeg/gstffmpegcodecmap.c:
31070         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31071         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31072         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31073         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31074         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31075         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31076         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31077           fix typo in RGB masks, and move back to "old" colorspace
31078           capsnego code until whoever wrote this new crap has actually
31079           tested it so that it works.
31080           And yes, this works, keep it that way please.
31081
31082 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31083
31084         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31085         (gst_divxdec_init), (gst_divxdec_negotiate):
31086         * ext/divx/gstdivxdec.h:
31087         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31088         (gst_divxenc_init):
31089         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31090         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31091         * ext/mpeg2enc/gstmpeg2enc.cc:
31092         * ext/mpeg2enc/gstmpeg2encoder.cc:
31093         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31094         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31095         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31096         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31097         (dxr3spusink_init):
31098         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31099         (dxr3videosink_init):
31100           Fix caps breakage after Dave's caps branch merge.
31101
31102 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31103
31104         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31105           Fix for 24bpp display.
31106
31107 2003-12-23  Colin Walters  <walters@verbum.org>
31108
31109         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31110         a GnomeVFSHandle directly.
31111
31112 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31113
31114         * gst/volume/Makefile.am:
31115         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31116         (volume_base_init), (volume_init):
31117           Reenable volume element and fix to work with new caps stuff.
31118           Rhythmbox needs this.
31119
31120 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31121
31122         * gst/qtdemux/qtdemux.c: (plugin_init):
31123           qtdemux requires bytestream
31124
31125 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31126
31127         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31128           Fix remaining caps handling errors due to CAPS merge.
31129
31130 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31131
31132         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31133         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31134         (gst_faad_srcconnect):
31135           Port to new caps system.
31136
31137 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31138
31139         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31140         (got_video_size), (main): using g_print instead of g_message.
31141         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31142         signal which was not emitted because of "switch" element added to the
31143         bin but not connected. (Removing from the bin temporarily)
31144
31145 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31146
31147         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31148         find X development files. I don't understand the previous tests and
31149         they fail on my debian/ppc unstable. This one works.
31150         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31151         exiting.
31152         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31153         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31154         (gst_play_set_visualization): Add some safety checks in set_ methods
31155         and state_change. This was throwing some ugly CRITICAL messages when
31156         pipeline was getting disposed and casts were failing.
31157
31158 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31159
31160         * configure.ac:
31161           Improve mpeg2enc detection. This is for distributions that do
31162           ship mjpegtools, but without mpeg2enc. Also does object check
31163           for might there ever be ABI incompatibility.
31164         * ext/mpeg2enc/gstmpeg2enc.cc:
31165           Add Andrew as second maintainer (he's helping me), and also add
31166           an error if no caps was set. This happens if I pull before capsnego
31167           and that's something I should solve sometime else.
31168         * gst/matroska/matroska-demux.c:
31169         (gst_matroska_demux_parse_blockgroup):
31170           Fix time parsing.
31171         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31172         (gst_matroska_mux_track_header):
31173           Add caps to templates.
31174         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31175           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31176         * gst/mpegstream/gstmpegdemux.c:
31177           Remove layer since it causes warnings about unfixed caps.
31178         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31179           Fix obvious typo (we error out if caps were set, we should of
31180           course error out if *no* caps were set).
31181         * sys/oss/gstosselement.c: (gst_osselement_convert):
31182           Fix format conversion, we confused bits/bytes.
31183         * sys/oss/gstosselement.h:
31184           Improve documentation for 'bps'.
31185         * sys/v4l/TODO:
31186           Remove stuff about plugins that need removing - this was done
31187           ages ago.
31188         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31189         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31191         (gst_v4lsrc_src_query):
31192         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31193         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31194           Add get_query_types(), get_formats() and query() functions.
31195
31196 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31197
31198         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31199           * moved CVS to freedesktop.org